]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/process/coding-style.rst for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/process/submitting-patches.rst for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/process/submitting-patches.rst.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: 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
209 A8293 MEDIA DRIVER
210 M:      Antti Palosaari <crope@iki.fi>
211 L:      linux-media@vger.kernel.org
212 W:      https://linuxtv.org
213 W:      http://palosaari.fi/linux/
214 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
215 T:      git git://linuxtv.org/anttip/media_tree.git
216 S:      Maintained
217 F:      drivers/media/dvb-frontends/a8293*
218
219 AACRAID SCSI RAID DRIVER
220 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
221 L:      linux-scsi@vger.kernel.org
222 W:      http://www.adaptec.com/
223 S:      Supported
224 F:      Documentation/scsi/aacraid.txt
225 F:      drivers/scsi/aacraid/
226
227 ABI/API
228 L:      linux-api@vger.kernel.org
229 F:      include/linux/syscalls.h
230 F:      kernel/sys_ni.c
231
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M:      Hans de Goede <hdegoede@redhat.com>
234 L:      linux-hwmon@vger.kernel.org
235 S:      Maintained
236 F:      drivers/hwmon/abituguru.c
237
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M:      Alistair John Strachan <alistair@devzero.co.uk>
240 L:      linux-hwmon@vger.kernel.org
241 S:      Maintained
242 F:      drivers/hwmon/abituguru3.c
243
244 ACCES 104-DIO-48E GPIO DRIVER
245 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
246 L:      linux-gpio@vger.kernel.org
247 S:      Maintained
248 F:      drivers/gpio/gpio-104-dio-48e.c
249
250 ACCES 104-IDI-48 GPIO DRIVER
251 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
252 L:      linux-gpio@vger.kernel.org
253 S:      Maintained
254 F:      drivers/gpio/gpio-104-idi-48.c
255
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
258 L:      linux-gpio@vger.kernel.org
259 S:      Maintained
260 F:      drivers/gpio/gpio-104-idio-16.c
261
262 ACCES 104-QUAD-8 IIO DRIVER
263 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
264 L:      linux-iio@vger.kernel.org
265 S:      Maintained
266 F:      drivers/iio/counter/104-quad-8.c
267
268 ACCES PCI-IDIO-16 GPIO DRIVER
269 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
270 L:      linux-gpio@vger.kernel.org
271 S:      Maintained
272 F:      drivers/gpio/gpio-pci-idio-16.c
273
274 ACENIC DRIVER
275 M:      Jes Sorensen <jes@trained-monkey.org>
276 L:      linux-acenic@sunsite.dk
277 S:      Maintained
278 F:      drivers/net/ethernet/alteon/acenic*
279
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M:      Peter Feuerer <peter@piie.net>
282 L:      platform-driver-x86@vger.kernel.org
283 W:      http://piie.net/?section=acerhdf
284 S:      Maintained
285 F:      drivers/platform/x86/acerhdf.c
286
287 ACER WMI LAPTOP EXTRAS
288 M:      "Lee, Chun-Yi" <jlee@suse.com>
289 L:      platform-driver-x86@vger.kernel.org
290 S:      Maintained
291 F:      drivers/platform/x86/acer-wmi.c
292
293 ACPI
294 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
295 M:      Len Brown <lenb@kernel.org>
296 L:      linux-acpi@vger.kernel.org
297 W:      https://01.org/linux-acpi
298 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B:      https://bugzilla.kernel.org
301 S:      Supported
302 F:      drivers/acpi/
303 F:      drivers/pnp/pnpacpi/
304 F:      include/linux/acpi.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 COMPONENT ARCHITECTURE (ACPICA)
315 M:      Robert Moore <robert.moore@intel.com>
316 M:      Lv Zheng <lv.zheng@intel.com>
317 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 L:      devel@acpica.org
320 W:      https://acpica.org/
321 W:      https://github.com/acpica/acpica/
322 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B:      https://bugzilla.kernel.org
325 B:      https://bugs.acpica.org
326 S:      Supported
327 F:      drivers/acpi/acpica/
328 F:      include/acpi/
329 F:      tools/power/acpi/
330
331 ACPI FAN DRIVER
332 M:      Zhang Rui <rui.zhang@intel.com>
333 L:      linux-acpi@vger.kernel.org
334 W:      https://01.org/linux-acpi
335 B:      https://bugzilla.kernel.org
336 S:      Supported
337 F:      drivers/acpi/fan.c
338
339 ACPI FOR ARM64 (ACPI/arm64)
340 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
341 M:      Hanjun Guo <hanjun.guo@linaro.org>
342 M:      Sudeep Holla <sudeep.holla@arm.com>
343 L:      linux-acpi@vger.kernel.org
344 S:      Maintained
345 F:      drivers/acpi/arm64
346
347 ACPI THERMAL DRIVER
348 M:      Zhang Rui <rui.zhang@intel.com>
349 L:      linux-acpi@vger.kernel.org
350 W:      https://01.org/linux-acpi
351 B:      https://bugzilla.kernel.org
352 S:      Supported
353 F:      drivers/acpi/*thermal*
354
355 ACPI VIDEO DRIVER
356 M:      Zhang Rui <rui.zhang@intel.com>
357 L:      linux-acpi@vger.kernel.org
358 W:      https://01.org/linux-acpi
359 B:      https://bugzilla.kernel.org
360 S:      Supported
361 F:      drivers/acpi/acpi_video.c
362
363 ACPI WMI DRIVER
364 L:      platform-driver-x86@vger.kernel.org
365 S:      Orphan
366 F:      drivers/platform/x86/wmi.c
367
368 AD1889 ALSA SOUND DRIVER
369 M:      Thibaut Varene <T-Bone@parisc-linux.org>
370 W:      http://wiki.parisc-linux.org/AD1889
371 L:      linux-parisc@vger.kernel.org
372 S:      Maintained
373 F:      sound/pci/ad1889.*
374
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M:      Michael Hennerich <michael.hennerich@analog.com>
377 W:      http://wiki.analog.com/AD5254
378 W:      http://ez.analog.com/community/linux-device-drivers
379 S:      Supported
380 F:      drivers/misc/ad525x_dpot.c
381
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M:      Michael Hennerich <michael.hennerich@analog.com>
384 W:      http://wiki.analog.com/AD5398
385 W:      http://ez.analog.com/community/linux-device-drivers
386 S:      Supported
387 F:      drivers/regulator/ad5398.c
388
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M:      Michael Hennerich <michael.hennerich@analog.com>
391 W:      http://wiki.analog.com/AD7142
392 W:      http://ez.analog.com/community/linux-device-drivers
393 S:      Supported
394 F:      drivers/input/misc/ad714x.c
395
396 AD7877 TOUCHSCREEN DRIVER
397 M:      Michael Hennerich <michael.hennerich@analog.com>
398 W:      http://wiki.analog.com/AD7877
399 W:      http://ez.analog.com/community/linux-device-drivers
400 S:      Supported
401 F:      drivers/input/touchscreen/ad7877.c
402
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M:      Michael Hennerich <michael.hennerich@analog.com>
405 W:      http://wiki.analog.com/AD7879
406 W:      http://ez.analog.com/community/linux-device-drivers
407 S:      Supported
408 F:      drivers/input/touchscreen/ad7879.c
409
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M:      Jiri Kosina <jikos@kernel.org>
412 S:      Maintained
413
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M:      Michael Hennerich <michael.hennerich@analog.com>
416 W:      https://wiki.analog.com/ADF7242
417 W:      http://ez.analog.com/community/linux-device-drivers
418 L:      linux-wpan@vger.kernel.org
419 S:      Supported
420 F:      drivers/net/ieee802154/adf7242.c
421 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
422
423 ADM1025 HARDWARE MONITOR DRIVER
424 M:      Jean Delvare <jdelvare@suse.com>
425 L:      linux-hwmon@vger.kernel.org
426 S:      Maintained
427 F:      Documentation/hwmon/adm1025
428 F:      drivers/hwmon/adm1025.c
429
430 ADM1029 HARDWARE MONITOR DRIVER
431 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
432 L:      linux-hwmon@vger.kernel.org
433 S:      Maintained
434 F:      drivers/hwmon/adm1029.c
435
436 ADM8211 WIRELESS DRIVER
437 L:      linux-wireless@vger.kernel.org
438 W:      http://wireless.kernel.org/
439 S:      Orphan
440 F:      drivers/net/wireless/admtek/adm8211.*
441
442 ADP1653 FLASH CONTROLLER DRIVER
443 M:      Sakari Ailus <sakari.ailus@iki.fi>
444 L:      linux-media@vger.kernel.org
445 S:      Maintained
446 F:      drivers/media/i2c/adp1653.c
447 F:      include/media/i2c/adp1653.h
448
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M:      Michael Hennerich <michael.hennerich@analog.com>
451 W:      http://wiki.analog.com/ADP5520
452 W:      http://ez.analog.com/community/linux-device-drivers
453 S:      Supported
454 F:      drivers/mfd/adp5520.c
455 F:      drivers/video/backlight/adp5520_bl.c
456 F:      drivers/leds/leds-adp5520.c
457 F:      drivers/gpio/gpio-adp5520.c
458 F:      drivers/input/keyboard/adp5520-keys.c
459
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M:      Michael Hennerich <michael.hennerich@analog.com>
462 W:      http://wiki.analog.com/ADP5588
463 W:      http://ez.analog.com/community/linux-device-drivers
464 S:      Supported
465 F:      drivers/input/keyboard/adp5588-keys.c
466 F:      drivers/gpio/gpio-adp5588.c
467
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M:      Michael Hennerich <michael.hennerich@analog.com>
470 W:      http://wiki.analog.com/ADP8860
471 W:      http://ez.analog.com/community/linux-device-drivers
472 S:      Supported
473 F:      drivers/video/backlight/adp8860_bl.c
474
475 ADS1015 HARDWARE MONITOR DRIVER
476 M:      Dirk Eibach <eibach@gdsys.de>
477 L:      linux-hwmon@vger.kernel.org
478 S:      Maintained
479 F:      Documentation/hwmon/ads1015
480 F:      drivers/hwmon/ads1015.c
481 F:      include/linux/platform_data/ads1015.h
482
483 ADT746X FAN DRIVER
484 M:      Colin Leroy <colin@colino.net>
485 S:      Maintained
486 F:      drivers/macintosh/therm_adt746x.c
487
488 ADT7475 HARDWARE MONITOR DRIVER
489 M:      Jean Delvare <jdelvare@suse.com>
490 L:      linux-hwmon@vger.kernel.org
491 S:      Maintained
492 F:      Documentation/hwmon/adt7475
493 F:      drivers/hwmon/adt7475.c
494
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M:      Michael Hennerich <michael.hennerich@analog.com>
497 W:      http://wiki.analog.com/ADXL345
498 W:      http://ez.analog.com/community/linux-device-drivers
499 S:      Supported
500 F:      drivers/input/misc/adxl34x.c
501
502 ADVANSYS SCSI DRIVER
503 M:      Matthew Wilcox <matthew@wil.cx>
504 M:      Hannes Reinecke <hare@suse.com>
505 L:      linux-scsi@vger.kernel.org
506 S:      Maintained
507 F:      Documentation/scsi/advansys.txt
508 F:      drivers/scsi/advansys.c
509
510 AEDSP16 DRIVER
511 M:      Riccardo Facchetti <fizban@tin.it>
512 S:      Maintained
513 F:      sound/oss/aedsp16.c
514
515 AF9013 MEDIA DRIVER
516 M:      Antti Palosaari <crope@iki.fi>
517 L:      linux-media@vger.kernel.org
518 W:      https://linuxtv.org
519 W:      http://palosaari.fi/linux/
520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
521 T:      git git://linuxtv.org/anttip/media_tree.git
522 S:      Maintained
523 F:      drivers/media/dvb-frontends/af9013*
524
525 AF9033 MEDIA DRIVER
526 M:      Antti Palosaari <crope@iki.fi>
527 L:      linux-media@vger.kernel.org
528 W:      https://linuxtv.org
529 W:      http://palosaari.fi/linux/
530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
531 T:      git git://linuxtv.org/anttip/media_tree.git
532 S:      Maintained
533 F:      drivers/media/dvb-frontends/af9033*
534
535 AFFS FILE SYSTEM
536 L:      linux-fsdevel@vger.kernel.org
537 S:      Orphan
538 F:      Documentation/filesystems/affs.txt
539 F:      fs/affs/
540
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M:      David Howells <dhowells@redhat.com>
543 L:      linux-afs@lists.infradead.org
544 S:      Supported
545 F:      fs/afs/
546 F:      include/net/af_rxrpc.h
547 F:      net/rxrpc/af_rxrpc.c
548 W:      https://www.infradead.org/~dhowells/kafs/
549
550 AGPGART DRIVER
551 M:      David Airlie <airlied@linux.ie>
552 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
553 S:      Maintained
554 F:      drivers/char/agp/
555 F:      include/linux/agp*
556 F:      include/uapi/linux/agp*
557
558 AHA152X SCSI DRIVER
559 M:      "Juergen E. Fischer" <fischer@norbit.de>
560 L:      linux-scsi@vger.kernel.org
561 S:      Maintained
562 F:      drivers/scsi/aha152x*
563 F:      drivers/scsi/pcmcia/aha152x*
564
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M:      Hannes Reinecke <hare@suse.com>
567 L:      linux-scsi@vger.kernel.org
568 S:      Maintained
569 F:      drivers/scsi/aic7xxx/
570
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M:      Hans Verkuil <hverkuil@xs4all.nl>
573 L:      linux-media@vger.kernel.org
574 T:      git git://linuxtv.org/media_tree.git
575 W:      https://linuxtv.org
576 S:      Maintained
577 F:      drivers/media/radio/radio-aimslab*
578
579 AIO
580 M:      Benjamin LaHaise <bcrl@kvack.org>
581 L:      linux-aio@kvack.org
582 S:      Supported
583 F:      fs/aio.c
584 F:      include/linux/*aio*.h
585
586 AIRSPY MEDIA DRIVER
587 M:      Antti Palosaari <crope@iki.fi>
588 L:      linux-media@vger.kernel.org
589 W:      https://linuxtv.org
590 W:      http://palosaari.fi/linux/
591 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
592 T:      git git://linuxtv.org/anttip/media_tree.git
593 S:      Maintained
594 F:      drivers/media/usb/airspy/
595
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
598 S:      Maintained
599 F:      drivers/net/ethernet/alacritech/*
600
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M:      Duncan Sands <duncan.sands@free.fr>
603 L:      linux-usb@vger.kernel.org
604 W:      http://www.linux-usb.org/SpeedTouch/
605 S:      Maintained
606 F:      drivers/usb/atm/speedtch.c
607 F:      drivers/usb/atm/usbatm.c
608
609 ALCHEMY AU1XX0 MMC DRIVER
610 M:      Manuel Lauss <manuel.lauss@gmail.com>
611 S:      Maintained
612 F:      drivers/mmc/host/au1xmmc.c
613
614 ALI1563 I2C DRIVER
615 M:      Rudolf Marek <r.marek@assembler.cz>
616 L:      linux-i2c@vger.kernel.org
617 S:      Maintained
618 F:      Documentation/i2c/busses/i2c-ali1563
619 F:      drivers/i2c/busses/i2c-ali1563.c
620
621 ALLWINNER SECURITY SYSTEM
622 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
623 L:      linux-crypto@vger.kernel.org
624 S:      Maintained
625 F:      drivers/crypto/sunxi-ss/
626
627 ALPHA PORT
628 M:      Richard Henderson <rth@twiddle.net>
629 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
630 M:      Matt Turner <mattst88@gmail.com>
631 S:      Odd Fixes
632 L:      linux-alpha@vger.kernel.org
633 F:      arch/alpha/
634
635 ALPS PS/2 TOUCHPAD DRIVER
636 R:      Pali Rohár <pali.rohar@gmail.com>
637 F:      drivers/input/mouse/alps.*
638
639 ALTERA MAILBOX DRIVER
640 M:      Ley Foon Tan <lftan@altera.com>
641 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
642 S:      Maintained
643 F:      drivers/mailbox/mailbox-altera.c
644
645 ALTERA PIO DRIVER
646 M:      Tien Hock Loh <thloh@altera.com>
647 L:      linux-gpio@vger.kernel.org
648 S:      Maintained
649 F:      drivers/gpio/gpio-altera.c
650
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M:      Thor Thayer <thor.thayer@linux.intel.com>
653 S:      Maintained
654 F:      drivers/gpio/gpio-altera-a10sr.c
655 F:      drivers/mfd/altera-a10sr.c
656 F:      drivers/reset/reset-a10sr.c
657 F:      include/linux/mfd/altera-a10sr.h
658 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
659
660 ALTERA TRIPLE SPEED ETHERNET DRIVER
661 M:      Vince Bridgers <vbridger@opensource.altera.com>
662 L:      netdev@vger.kernel.org
663 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
664 S:      Maintained
665 F:      drivers/net/ethernet/altera/
666
667 ALTERA UART/JTAG UART SERIAL DRIVERS
668 M:      Tobias Klauser <tklauser@distanz.ch>
669 L:      linux-serial@vger.kernel.org
670 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
671 S:      Maintained
672 F:      drivers/tty/serial/altera_uart.c
673 F:      drivers/tty/serial/altera_jtaguart.c
674 F:      include/linux/altera_uart.h
675 F:      include/linux/altera_jtaguart.h
676
677 AMAZON ETHERNET DRIVERS
678 M:      Netanel Belgazal <netanel@annapurnalabs.com>
679 R:      Saeed Bishara <saeed@annapurnalabs.com>
680 R:      Zorik Machulsky <zorik@annapurnalabs.com>
681 L:      netdev@vger.kernel.org
682 S:      Supported
683 F:      Documentation/networking/ena.txt
684 F:      drivers/net/ethernet/amazon/
685
686 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
687 M:      Tom Lendacky <thomas.lendacky@amd.com>
688 M:      Gary Hook <gary.hook@amd.com>
689 L:      linux-crypto@vger.kernel.org
690 S:      Supported
691 F:      drivers/crypto/ccp/
692 F:      include/linux/ccp.h
693
694 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
695 M:      Huang Rui <ray.huang@amd.com>
696 L:      linux-hwmon@vger.kernel.org
697 S:      Supported
698 F:      Documentation/hwmon/fam15h_power
699 F:      drivers/hwmon/fam15h_power.c
700
701 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
702 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
703 S:      Orphan
704 F:      drivers/usb/gadget/udc/amd5536udc.*
705
706 AMD GEODE PROCESSOR/CHIPSET SUPPORT
707 P:      Andres Salomon <dilinger@queued.net>
708 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
709 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
710 S:      Supported
711 F:      drivers/char/hw_random/geode-rng.c
712 F:      drivers/crypto/geode*
713 F:      drivers/video/fbdev/geode/
714 F:      arch/x86/include/asm/geode.h
715
716 AMD IOMMU (AMD-VI)
717 M:      Joerg Roedel <joro@8bytes.org>
718 L:      iommu@lists.linux-foundation.org
719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
720 S:      Maintained
721 F:      drivers/iommu/amd_iommu*.[ch]
722 F:      include/linux/amd-iommu.h
723
724 AMD KFD
725 M:      Oded Gabbay <oded.gabbay@gmail.com>
726 L:      dri-devel@lists.freedesktop.org
727 T:      git git://people.freedesktop.org/~gabbayo/linux.git
728 S:      Supported
729 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
730 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
731 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
732 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
733 F:      drivers/gpu/drm/amd/amdkfd/
734 F:      drivers/gpu/drm/amd/include/cik_structs.h
735 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
736 F:      drivers/gpu/drm/amd/include/vi_structs.h
737 F:      drivers/gpu/drm/radeon/radeon_kfd.c
738 F:      drivers/gpu/drm/radeon/radeon_kfd.h
739 F:      include/uapi/linux/kfd_ioctl.h
740
741 AMD SEATTLE DEVICE TREE SUPPORT
742 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
743 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
744 M:      Tom Lendacky <thomas.lendacky@amd.com>
745 S:      Supported
746 F:      arch/arm64/boot/dts/amd/
747
748 AMD XGBE DRIVER
749 M:      Tom Lendacky <thomas.lendacky@amd.com>
750 L:      netdev@vger.kernel.org
751 S:      Supported
752 F:      drivers/net/ethernet/amd/xgbe/
753 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
754
755 AMS (Apple Motion Sensor) DRIVER
756 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
757 S:      Supported
758 F:      drivers/macintosh/ams/
759
760 ANALOG DEVICES INC AD9389B DRIVER
761 M:      Hans Verkuil <hans.verkuil@cisco.com>
762 L:      linux-media@vger.kernel.org
763 S:      Maintained
764 F:      drivers/media/i2c/ad9389b*
765
766 ANALOG DEVICES INC ADV7180 DRIVER
767 M:      Lars-Peter Clausen <lars@metafoo.de>
768 L:      linux-media@vger.kernel.org
769 W:      http://ez.analog.com/community/linux-device-drivers
770 S:      Supported
771 F:      drivers/media/i2c/adv7180.c
772
773 ANALOG DEVICES INC ADV7511 DRIVER
774 M:      Hans Verkuil <hans.verkuil@cisco.com>
775 L:      linux-media@vger.kernel.org
776 S:      Maintained
777 F:      drivers/media/i2c/adv7511*
778
779 ANALOG DEVICES INC ADV7604 DRIVER
780 M:      Hans Verkuil <hans.verkuil@cisco.com>
781 L:      linux-media@vger.kernel.org
782 S:      Maintained
783 F:      drivers/media/i2c/adv7604*
784
785 ANALOG DEVICES INC ADV7842 DRIVER
786 M:      Hans Verkuil <hans.verkuil@cisco.com>
787 L:      linux-media@vger.kernel.org
788 S:      Maintained
789 F:      drivers/media/i2c/adv7842*
790
791 ANALOG DEVICES INC ASOC CODEC DRIVERS
792 M:      Lars-Peter Clausen <lars@metafoo.de>
793 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
794 W:      http://wiki.analog.com/
795 W:      http://ez.analog.com/community/linux-device-drivers
796 S:      Supported
797 F:      sound/soc/codecs/adau*
798 F:      sound/soc/codecs/adav*
799 F:      sound/soc/codecs/ad1*
800 F:      sound/soc/codecs/ad7*
801 F:      sound/soc/codecs/ssm*
802 F:      sound/soc/codecs/sigmadsp.*
803
804 ANALOG DEVICES INC ASOC DRIVERS
805 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
806 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
807 W:      http://blackfin.uclinux.org/
808 S:      Supported
809 F:      sound/soc/blackfin/*
810
811 ANALOG DEVICES INC IIO DRIVERS
812 M:      Lars-Peter Clausen <lars@metafoo.de>
813 M:      Michael Hennerich <Michael.Hennerich@analog.com>
814 W:      http://wiki.analog.com/
815 W:      http://ez.analog.com/community/linux-device-drivers
816 S:      Supported
817 F:      drivers/iio/*/ad*
818 F:      drivers/iio/adc/ltc2497*
819 X:      drivers/iio/*/adjd*
820 F:      drivers/staging/iio/*/ad*
821 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
822
823 ANALOG DEVICES INC DMA DRIVERS
824 M:      Lars-Peter Clausen <lars@metafoo.de>
825 W:      http://ez.analog.com/community/linux-device-drivers
826 S:      Supported
827 F:      drivers/dma/dma-axi-dmac.c
828
829 ANDROID CONFIG FRAGMENTS
830 M:      Rob Herring <robh@kernel.org>
831 S:      Supported
832 F:      kernel/configs/android*
833
834 ANDROID DRIVERS
835 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
836 M:      Arve Hjønnevåg <arve@android.com>
837 M:      Riley Andrews <riandrews@android.com>
838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
839 L:      devel@driverdev.osuosl.org
840 S:      Supported
841 F:      drivers/android/
842 F:      drivers/staging/android/
843
844 ANDROID ION DRIVER
845 M:      Laura Abbott <labbott@redhat.com>
846 M:      Sumit Semwal <sumit.semwal@linaro.org>
847 L:      devel@driverdev.osuosl.org
848 S:      Supported
849 F:      drivers/staging/android/ion
850 F:      drivers/staging/android/uapi/ion.h
851 F:      drivers/staging/android/uapi/ion_test.h
852
853 AOA (Apple Onboard Audio) ALSA DRIVER
854 M:      Johannes Berg <johannes@sipsolutions.net>
855 L:      linuxppc-dev@lists.ozlabs.org
856 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
857 S:      Maintained
858 F:      sound/aoa/
859
860 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
861 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
862 L:      linux-iio@vger.kernel.org
863 S:      Maintained
864 F:      drivers/iio/adc/stx104.c
865
866 APM DRIVER
867 M:      Jiri Kosina <jikos@kernel.org>
868 S:      Odd fixes
869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
870 F:      arch/x86/kernel/apm_32.c
871 F:      include/linux/apm_bios.h
872 F:      include/uapi/linux/apm_bios.h
873 F:      drivers/char/apm-emulation.c
874
875 APPLE BCM5974 MULTITOUCH DRIVER
876 M:      Henrik Rydberg <rydberg@bitmath.org>
877 L:      linux-input@vger.kernel.org
878 S:      Odd fixes
879 F:      drivers/input/mouse/bcm5974.c
880
881 APPLE SMC DRIVER
882 M:      Henrik Rydberg <rydberg@bitmath.org>
883 L:      linux-hwmon@vger.kernel.org
884 S:      Odd fixes
885 F:      drivers/hwmon/applesmc.c
886
887 APPLETALK NETWORK LAYER
888 L:      netdev@vger.kernel.org
889 S:      Odd fixes
890 F:      drivers/net/appletalk/
891 F:      net/appletalk/
892
893 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
894 M:      Duc Dang <dhdang@apm.com>
895 S:      Supported
896 F:      arch/arm64/boot/dts/apm/
897
898 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
899 M:      Iyappan Subramanian <isubramanian@apm.com>
900 M:      Keyur Chudgar <kchudgar@apm.com>
901 M:      Quan Nguyen <qnguyen@apm.com>
902 S:      Supported
903 F:      drivers/net/ethernet/apm/xgene/
904 F:      drivers/net/phy/mdio-xgene.c
905 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
906 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
907
908 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
909 M:      Iyappan Subramanian <isubramanian@apm.com>
910 M:      Keyur Chudgar <kchudgar@apm.com>
911 S:      Supported
912 F:      drivers/net/ethernet/apm/xgene-v2/
913
914 APPLIED MICRO (APM) X-GENE SOC PMU
915 M:      Tai Nguyen <ttnguyen@apm.com>
916 S:      Supported
917 F:      drivers/perf/xgene_pmu.c
918 F:      Documentation/perf/xgene-pmu.txt
919 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
920
921 APTINA CAMERA SENSOR PLL
922 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
923 L:      linux-media@vger.kernel.org
924 S:      Maintained
925 F:      drivers/media/i2c/aptina-pll.*
926
927 ARC FRAMEBUFFER DRIVER
928 M:      Jaya Kumar <jayalk@intworks.biz>
929 S:      Maintained
930 F:      drivers/video/fbdev/arcfb.c
931 F:      drivers/video/fbdev/core/fb_defio.c
932
933 ARCNET NETWORK LAYER
934 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
935 L:      netdev@vger.kernel.org
936 S:      Maintained
937 F:      drivers/net/arcnet/
938 F:      include/uapi/linux/if_arcnet.h
939
940 ARC PGU DRM DRIVER
941 M:      Alexey Brodkin <abrodkin@synopsys.com>
942 S:      Supported
943 F:      drivers/gpu/drm/arc/
944 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
945
946 ARM ARCHITECTED TIMER DRIVER
947 M:      Mark Rutland <mark.rutland@arm.com>
948 M:      Marc Zyngier <marc.zyngier@arm.com>
949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 S:      Maintained
951 F:      arch/arm/include/asm/arch_timer.h
952 F:      arch/arm64/include/asm/arch_timer.h
953 F:      drivers/clocksource/arm_arch_timer.c
954
955 ARM HDLCD DRM DRIVER
956 M:      Liviu Dudau <liviu.dudau@arm.com>
957 S:      Supported
958 F:      drivers/gpu/drm/arm/hdlcd_*
959 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
960
961 ARM MALI-DP DRM DRIVER
962 M:      Liviu Dudau <liviu.dudau@arm.com>
963 M:      Brian Starkey <brian.starkey@arm.com>
964 M:      Mali DP Maintainers <malidp@foss.arm.com>
965 S:      Supported
966 F:      drivers/gpu/drm/arm/
967 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
968
969 ARM MFM AND FLOPPY DRIVERS
970 M:      Ian Molton <spyro@f2s.com>
971 S:      Maintained
972 F:      arch/arm/lib/floppydma.S
973 F:      arch/arm/include/asm/floppy.h
974
975 ARM PMU PROFILING AND DEBUGGING
976 M:      Will Deacon <will.deacon@arm.com>
977 M:      Mark Rutland <mark.rutland@arm.com>
978 S:      Maintained
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 F:      arch/arm*/kernel/perf_*
981 F:      arch/arm/oprofile/common.c
982 F:      arch/arm*/kernel/hw_breakpoint.c
983 F:      arch/arm*/include/asm/hw_breakpoint.h
984 F:      arch/arm*/include/asm/perf_event.h
985 F:      drivers/perf/*
986 F:      include/linux/perf/arm_pmu.h
987 F:      Documentation/devicetree/bindings/arm/pmu.txt
988 F:      Documentation/devicetree/bindings/perf/
989
990 ARM PORT
991 M:      Russell King <linux@armlinux.org.uk>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 W:      http://www.armlinux.org.uk/
994 S:      Maintained
995 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
996 F:      arch/arm/
997
998 ARM SUB-ARCHITECTURES
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      arch/arm/mach-*/
1002 F:      arch/arm/plat-*/
1003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1004
1005 ARM PRIMECELL AACI PL041 DRIVER
1006 M:      Russell King <linux@armlinux.org.uk>
1007 S:      Maintained
1008 F:      sound/arm/aaci.*
1009
1010 ARM PRIMECELL CLCD PL110 DRIVER
1011 M:      Russell King <linux@armlinux.org.uk>
1012 S:      Maintained
1013 F:      drivers/video/fbdev/amba-clcd.*
1014
1015 ARM PRIMECELL KMI PL050 DRIVER
1016 M:      Russell King <linux@armlinux.org.uk>
1017 S:      Maintained
1018 F:      drivers/input/serio/ambakmi.*
1019 F:      include/linux/amba/kmi.h
1020
1021 ARM PRIMECELL MMCI PL180/1 DRIVER
1022 M:      Russell King <linux@armlinux.org.uk>
1023 S:      Maintained
1024 F:      drivers/mmc/host/mmci.*
1025 F:      include/linux/amba/mmci.h
1026
1027 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1028 M:      Russell King <linux@armlinux.org.uk>
1029 S:      Maintained
1030 F:      drivers/tty/serial/amba-pl01*.c
1031 F:      include/linux/amba/serial.h
1032
1033 ARM PRIMECELL BUS SUPPORT
1034 M:      Russell King <linux@armlinux.org.uk>
1035 S:      Maintained
1036 F:      drivers/amba/
1037 F:      include/linux/amba/bus.h
1038
1039 ARM/ACTIONS SEMI ARCHITECTURE
1040 M:      Andreas Färber <afaerber@suse.de>
1041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 S:      Maintained
1043 N:      owl
1044 F:      arch/arm/mach-actions/
1045 F:      arch/arm/boot/dts/owl-*
1046 F:      arch/arm64/boot/dts/actions/
1047 F:      drivers/clocksource/owl-*
1048 F:      drivers/soc/actions/
1049 F:      include/dt-bindings/power/owl-*
1050 F:      include/linux/soc/actions/
1051 F:      Documentation/devicetree/bindings/arm/actions.txt
1052 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1053 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1054
1055 ARM/ADS SPHERE MACHINE SUPPORT
1056 M:      Lennert Buytenhek <kernel@wantstofly.org>
1057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058 S:      Maintained
1059
1060 ARM/AFEB9260 MACHINE SUPPORT
1061 M:      Sergey Lapin <slapin@ossfans.org>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Maintained
1064
1065 ARM/AJECO 1ARM MACHINE SUPPORT
1066 M:      Lennert Buytenhek <kernel@wantstofly.org>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069
1070 ARM/Allwinner sunXi SoC support
1071 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1072 M:      Chen-Yu Tsai <wens@csie.org>
1073 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1074 S:      Maintained
1075 N:      sun[x456789]i
1076 N:      sun50i
1077 F:      arch/arm/mach-sunxi/
1078 F:      arch/arm64/boot/dts/allwinner/
1079 F:      drivers/clk/sunxi-ng/
1080 F:      drivers/pinctrl/sunxi/
1081 F:      drivers/soc/sunxi/
1082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1083
1084 ARM/Allwinner SoC Clock Support
1085 M:      Emilio López <emilio@elopez.com.ar>
1086 S:      Maintained
1087 F:      drivers/clk/sunxi/
1088
1089 ARM/Amlogic Meson SoC support
1090 M:      Carlo Caione <carlo@caione.org>
1091 M:      Kevin Hilman <khilman@baylibre.com>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 L:      linux-amlogic@lists.infradead.org
1094 W:      http://linux-meson.com/
1095 S:      Maintained
1096 F:      arch/arm/mach-meson/
1097 F:      arch/arm/boot/dts/meson*
1098 F:      arch/arm64/boot/dts/amlogic/
1099 F:      drivers/pinctrl/meson/
1100 F:      drivers/mmc/host/meson*
1101 N:      meson
1102
1103 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1104 M:      Neil Armstrong <narmstrong@baylibre.com>
1105 M:      Jerome Brunet <jbrunet@baylibre.com>
1106 L:      linux-amlogic@lists.infradead.org
1107 S:      Maintained
1108 F:      drivers/clk/meson/
1109 F:      include/dt-bindings/clock/meson*
1110 F:      include/dt-bindings/clock/gxbb*
1111 F:      Documentation/devicetree/bindings/clock/amlogic*
1112
1113 ARM/Annapurna Labs ALPINE ARCHITECTURE
1114 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1115 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 F:      arch/arm/mach-alpine/
1119 F:      arch/arm/boot/dts/alpine*
1120 F:      arch/arm64/boot/dts/al/
1121 F:      drivers/*/*alpine*
1122
1123 ARM/ARTPEC MACHINE SUPPORT
1124 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1125 M:      Lars Persson <lars.persson@axis.com>
1126 M:      Niklas Cassel <niklas.cassel@axis.com>
1127 S:      Maintained
1128 L:      linux-arm-kernel@axis.com
1129 F:      arch/arm/mach-artpec
1130 F:      arch/arm/boot/dts/artpec6*
1131 F:      drivers/clk/axis
1132 F:      drivers/pinctrl/pinctrl-artpec*
1133 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1134
1135 ARM/ASPEED MACHINE SUPPORT
1136 M:      Joel Stanley <joel@jms.id.au>
1137 S:      Maintained
1138 F:      arch/arm/mach-aspeed/
1139 F:      arch/arm/boot/dts/aspeed-*
1140 F:      drivers/*/*aspeed*
1141
1142 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1143 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
1144 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 W:      http://www.linux4sam.org
1147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1148 S:      Supported
1149 F:      arch/arm/mach-at91/
1150 F:      include/soc/at91/
1151 F:      arch/arm/boot/dts/at91*.dts
1152 F:      arch/arm/boot/dts/at91*.dtsi
1153 F:      arch/arm/boot/dts/sama*.dts
1154 F:      arch/arm/boot/dts/sama*.dtsi
1155 F:      arch/arm/include/debug/at91.S
1156 F:      drivers/memory/atmel*
1157
1158 ARM/ATMEL AT91 Clock Support
1159 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1160 S:      Maintained
1161 F:      drivers/clk/at91
1162
1163 ARM/CALXEDA HIGHBANK ARCHITECTURE
1164 M:      Rob Herring <robh@kernel.org>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167 F:      arch/arm/mach-highbank/
1168 F:      arch/arm/boot/dts/highbank.dts
1169 F:      arch/arm/boot/dts/ecx-*.dts*
1170
1171 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1172 M:      Krzysztof Halasa <khalasa@piap.pl>
1173 S:      Maintained
1174 F:      arch/arm/mach-cns3xxx/
1175
1176 ARM/CAVIUM THUNDER NETWORK DRIVER
1177 M:      Sunil Goutham <sgoutham@cavium.com>
1178 M:      Robert Richter <rric@kernel.org>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Supported
1181 F:      drivers/net/ethernet/cavium/thunder/
1182
1183 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1184 M:      Alexander Shiyan <shc_work@mail.ru>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Odd Fixes
1187 N:      clps711x
1188
1189 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1190 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1191 M:      Alexander Sverdlin <alexander.sverdlin@gmail.com>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194 F:      arch/arm/mach-ep93xx/
1195 F:      arch/arm/mach-ep93xx/include/mach/
1196
1197 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1198 M:      Lennert Buytenhek <kernel@wantstofly.org>
1199 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1200 S:      Maintained
1201
1202 ARM/CLKDEV SUPPORT
1203 M:      Russell King <linux@armlinux.org.uk>
1204 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1205 S:      Maintained
1206 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1207 F:      arch/arm/include/asm/clkdev.h
1208 F:      drivers/clk/clkdev.c
1209
1210 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1211 M:      Mike Rapoport <mike@compulab.co.il>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S:      Maintained
1214
1215 ARM/CONTEC MICRO9 MACHINE SUPPORT
1216 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1217 S:      Maintained
1218 F:      arch/arm/mach-ep93xx/micro9.c
1219
1220 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1221 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1222 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1223 S:      Maintained
1224 F:      drivers/hwtracing/coresight/*
1225 F:      Documentation/trace/coresight.txt
1226 F:      Documentation/trace/coresight-cpu-debug.txt
1227 F:      Documentation/devicetree/bindings/arm/coresight.txt
1228 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1229 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1230 F:      tools/perf/arch/arm/util/pmu.c
1231 F:      tools/perf/arch/arm/util/auxtrace.c
1232 F:      tools/perf/arch/arm/util/cs-etm.c
1233 F:      tools/perf/arch/arm/util/cs-etm.h
1234 F:      tools/perf/util/cs-etm.h
1235
1236 ARM/CORGI MACHINE SUPPORT
1237 M:      Richard Purdie <rpurdie@rpsys.net>
1238 S:      Maintained
1239
1240 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1241 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 T:      git git://github.com/ulli-kroll/linux.git
1244 S:      Maintained
1245 F:      arch/arm/mach-gemini/
1246 F:      drivers/rtc/rtc-gemini.c
1247
1248 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1249 M:      Barry Song <baohua@kernel.org>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1252 S:      Maintained
1253 F:      arch/arm/boot/dts/prima2*
1254 F:      arch/arm/mach-prima2/
1255 F:      drivers/clk/sirf/
1256 F:      drivers/clocksource/timer-prima2.c
1257 F:      drivers/clocksource/timer-atlas7.c
1258 N:      [^a-z]sirf
1259
1260 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1261 M:      Baruch Siach <baruch@tkos.co.il>
1262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 S:      Maintained
1264 F:      arch/arm/boot/dts/cx92755*
1265 N:      digicolor
1266
1267 ARM/EBSA110 MACHINE SUPPORT
1268 M:      Russell King <linux@armlinux.org.uk>
1269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270 W:      http://www.armlinux.org.uk/
1271 S:      Maintained
1272 F:      arch/arm/mach-ebsa110/
1273 F:      drivers/net/ethernet/amd/am79c961a.*
1274
1275 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1276 M:      Uwe Kleine-König <kernel@pengutronix.de>
1277 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1278 S:      Maintained
1279 N:      efm32
1280
1281 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1282 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1283 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 S:      Maintained
1285 F:      arch/arm/mach-pxa/ezx.c
1286
1287 ARM/FARADAY FA526 PORT
1288 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 S:      Maintained
1291 T:      git git://git.berlios.de/gemini-board
1292 F:      arch/arm/mm/*-fa*
1293
1294 ARM/FOOTBRIDGE ARCHITECTURE
1295 M:      Russell King <linux@armlinux.org.uk>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 W:      http://www.armlinux.org.uk/
1298 S:      Maintained
1299 F:      arch/arm/include/asm/hardware/dec21285.h
1300 F:      arch/arm/mach-footbridge/
1301
1302 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1303 M:      Shawn Guo <shawnguo@kernel.org>
1304 M:      Sascha Hauer <kernel@pengutronix.de>
1305 R:      Fabio Estevam <fabio.estevam@nxp.com>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 S:      Maintained
1308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1309 F:      arch/arm/mach-imx/
1310 F:      arch/arm/mach-mxs/
1311 F:      arch/arm/boot/dts/imx*
1312 F:      arch/arm/configs/imx*_defconfig
1313 F:      drivers/clk/imx/
1314 F:      drivers/soc/imx/
1315 F:      include/soc/imx/
1316
1317 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1318 M:      Shawn Guo <shawnguo@kernel.org>
1319 M:      Sascha Hauer <kernel@pengutronix.de>
1320 R:      Stefan Agner <stefan@agner.ch>
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 S:      Maintained
1323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1324 F:      arch/arm/mach-imx/*vf610*
1325 F:      arch/arm/boot/dts/vf*
1326
1327 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1328 M:      Lennert Buytenhek <kernel@wantstofly.org>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Maintained
1331
1332 ARM/GUMSTIX MACHINE SUPPORT
1333 M:      Steve Sakoman <sakoman@gmail.com>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 S:      Maintained
1336
1337 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1338 M:      Philipp Zabel <philipp.zabel@gmail.com>
1339 M:      Paul Parsons <lost.distance@yahoo.com>
1340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 S:      Maintained
1342 F:      arch/arm/mach-pxa/hx4700.c
1343 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1344 F:      sound/soc/pxa/hx4700.c
1345
1346 ARM/HISILICON SOC SUPPORT
1347 M:      Wei Xu <xuwei5@hisilicon.com>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 W:      http://www.hisilicon.com
1350 S:      Supported
1351 T:      git git://github.com/hisilicon/linux-hisi.git
1352 F:      arch/arm/mach-hisi/
1353 F:      arch/arm/boot/dts/hi3*
1354 F:      arch/arm/boot/dts/hip*
1355 F:      arch/arm/boot/dts/hisi*
1356 F:      arch/arm64/boot/dts/hisilicon/
1357
1358 ARM/HP JORNADA 7XX MACHINE SUPPORT
1359 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1360 W:      www.jlime.com
1361 S:      Maintained
1362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1363 F:      arch/arm/mach-sa1100/jornada720.c
1364 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1365
1366 ARM/IGEP MACHINE SUPPORT
1367 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1368 M:      Javier Martinez Canillas <javier@dowhile0.org>
1369 L:      linux-omap@vger.kernel.org
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 S:      Maintained
1372 F:      arch/arm/boot/dts/omap3-igep*
1373
1374 ARM/INCOME PXA270 SUPPORT
1375 M:      Marek Vasut <marek.vasut@gmail.com>
1376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377 S:      Maintained
1378 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1379
1380 ARM/INTEL IOP32X ARM ARCHITECTURE
1381 M:      Lennert Buytenhek <kernel@wantstofly.org>
1382 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1383 S:      Maintained
1384
1385 ARM/INTEL IOP33X ARM ARCHITECTURE
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 S:      Orphan
1388
1389 ARM/INTEL IOP13XX ARM ARCHITECTURE
1390 M:      Lennert Buytenhek <kernel@wantstofly.org>
1391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 S:      Maintained
1393
1394 ARM/INTEL IQ81342EX MACHINE SUPPORT
1395 M:      Lennert Buytenhek <kernel@wantstofly.org>
1396 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1397 S:      Maintained
1398
1399 ARM/INTEL IXDP2850 MACHINE SUPPORT
1400 M:      Lennert Buytenhek <kernel@wantstofly.org>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 S:      Maintained
1403
1404 ARM/INTEL IXP4XX ARM ARCHITECTURE
1405 M:      Imre Kaloz <kaloz@openwrt.org>
1406 M:      Krzysztof Halasa <khalasa@piap.pl>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 S:      Maintained
1409 F:      arch/arm/mach-ixp4xx/
1410
1411 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1412 M:      Jonathan Cameron <jic23@cam.ac.uk>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S:      Maintained
1415 F:      arch/arm/mach-pxa/stargate2.c
1416 F:      drivers/pcmcia/pxa2xx_stargate2.c
1417
1418 ARM/INTEL XSC3 (MANZANO) ARM CORE
1419 M:      Lennert Buytenhek <kernel@wantstofly.org>
1420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 S:      Maintained
1422
1423 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1424 M:      Lennert Buytenhek <kernel@wantstofly.org>
1425 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 S:      Maintained
1427
1428 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1429 M:      Santosh Shilimkar <ssantosh@kernel.org>
1430 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1431 S:      Maintained
1432 F:      arch/arm/mach-keystone/
1433 F:      arch/arm/boot/dts/keystone-*
1434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1435
1436 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1437 M:      Santosh Shilimkar <ssantosh@kernel.org>
1438 L:      linux-kernel@vger.kernel.org
1439 S:      Maintained
1440 F:      drivers/clk/keystone/
1441
1442 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1443 M:      Santosh Shilimkar <ssantosh@kernel.org>
1444 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1445 L:      linux-kernel@vger.kernel.org
1446 S:      Maintained
1447 F:      drivers/clocksource/timer-keystone.c
1448
1449 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1450 M:      Santosh Shilimkar <ssantosh@kernel.org>
1451 L:      linux-kernel@vger.kernel.org
1452 S:      Maintained
1453 F:      drivers/power/reset/keystone-reset.c
1454
1455 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1456 M:      Santosh Shilimkar <ssantosh@kernel.org>
1457 L:      linux-kernel@vger.kernel.org
1458 S:      Maintained
1459 F:      drivers/memory/*emif*
1460
1461 ARM/LG1K ARCHITECTURE
1462 M:      Chanho Min <chanho.min@lge.com>
1463 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1464 S:      Maintained
1465 F:      arch/arm64/boot/dts/lg/
1466
1467 ARM/LOGICPD PXA270 MACHINE SUPPORT
1468 M:      Lennert Buytenhek <kernel@wantstofly.org>
1469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 S:      Maintained
1471
1472 ARM/LPC18XX ARCHITECTURE
1473 M:      Joachim Eastwood <manabian@gmail.com>
1474 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475 S:      Maintained
1476 F:      arch/arm/boot/dts/lpc43*
1477 F:      drivers/clk/nxp/clk-lpc18xx*
1478 F:      drivers/clocksource/time-lpc32xx.c
1479 F:      drivers/i2c/busses/i2c-lpc2k.c
1480 F:      drivers/memory/pl172.c
1481 F:      drivers/mtd/spi-nor/nxp-spifi.c
1482 F:      drivers/rtc/rtc-lpc24xx.c
1483 N:      lpc18xx
1484
1485 ARM/LPC32XX SOC SUPPORT
1486 M:      Vladimir Zapolskiy <vz@mleia.com>
1487 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1488 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1489 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1490 S:      Maintained
1491 F:      arch/arm/boot/dts/lpc32*
1492 F:      arch/arm/mach-lpc32xx/
1493 F:      drivers/i2c/busses/i2c-pnx.c
1494 F:      drivers/net/ethernet/nxp/lpc_eth.c
1495 F:      drivers/usb/host/ohci-nxp.c
1496 F:      drivers/watchdog/pnx4008_wdt.c
1497 N:      lpc32xx
1498
1499 ARM/MAGICIAN MACHINE SUPPORT
1500 M:      Philipp Zabel <philipp.zabel@gmail.com>
1501 S:      Maintained
1502
1503 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1504 M:      Jason Cooper <jason@lakedaemon.net>
1505 M:      Andrew Lunn <andrew@lunn.ch>
1506 M:      Gregory Clement <gregory.clement@free-electrons.com>
1507 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 S:      Maintained
1510 F:      arch/arm/boot/dts/armada*
1511 F:      arch/arm/boot/dts/kirkwood*
1512 F:      arch/arm/configs/mvebu_*_defconfig
1513 F:      arch/arm/mach-mvebu/
1514 F:      arch/arm64/boot/dts/marvell/armada*
1515 F:      drivers/cpufreq/mvebu-cpufreq.c
1516 F:      drivers/irqchip/irq-armada-370-xp.c
1517 F:      drivers/irqchip/irq-mvebu-*
1518 F:      drivers/pinctrl/mvebu/
1519 F:      drivers/rtc/rtc-armada38x.c
1520
1521 ARM/Marvell Berlin SoC support
1522 M:      Jisheng Zhang <jszhang@marvell.com>
1523 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 S:      Maintained
1526 F:      arch/arm/mach-berlin/
1527 F:      arch/arm/boot/dts/berlin*
1528 F:      arch/arm64/boot/dts/marvell/berlin*
1529
1530
1531 ARM/Marvell Dove/MV78xx0/Orion SOC support
1532 M:      Jason Cooper <jason@lakedaemon.net>
1533 M:      Andrew Lunn <andrew@lunn.ch>
1534 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1535 M:      Gregory Clement <gregory.clement@free-electrons.com>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 S:      Maintained
1538 F:      Documentation/devicetree/bindings/soc/dove/
1539 F:      arch/arm/mach-dove/
1540 F:      arch/arm/mach-mv78xx0/
1541 F:      arch/arm/mach-orion5x/
1542 F:      arch/arm/plat-orion/
1543 F:      arch/arm/boot/dts/dove*
1544 F:      arch/arm/boot/dts/orion5x*
1545
1546
1547 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1548 M:      Alexander Clouter <alex@digriz.org.uk>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 W:      http://www.digriz.org.uk/ts78xx/kernel
1551 S:      Maintained
1552 F:      arch/arm/mach-orion5x/ts78xx-*
1553
1554 ARM/OXNAS platform support
1555 M:      Neil Armstrong <narmstrong@baylibre.com>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1558 S:      Maintained
1559 F:      arch/arm/mach-oxnas/
1560 F:      arch/arm/boot/dts/ox8*.dtsi
1561 F:      arch/arm/boot/dts/wd-mbwe.dts
1562 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1563 N:      oxnas
1564
1565 ARM/Mediatek RTC DRIVER
1566 M:      Eddie Huang <eddie.huang@mediatek.com>
1567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1569 S:      Maintained
1570 F:      drivers/rtc/rtc-mt6397.c
1571
1572 ARM/Mediatek SoC support
1573 M:      Matthias Brugger <matthias.bgg@gmail.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1576 S:      Maintained
1577 F:      arch/arm/boot/dts/mt6*
1578 F:      arch/arm/boot/dts/mt7*
1579 F:      arch/arm/boot/dts/mt8*
1580 F:      arch/arm/mach-mediatek/
1581 F:      arch/arm64/boot/dts/mediatek/
1582 N:      mtk
1583 K:      mediatek
1584
1585 ARM/Mediatek USB3 PHY DRIVER
1586 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1589 S:      Maintained
1590 F:      drivers/phy/phy-mt65xx-usb3.c
1591
1592 ARM/MICREL KS8695 ARCHITECTURE
1593 M:      Greg Ungerer <gerg@uclinux.org>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 F:      arch/arm/mach-ks8695/
1596 S:      Odd Fixes
1597
1598 ARM/MIOA701 MACHINE SUPPORT
1599 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 F:      arch/arm/mach-pxa/mioa701.c
1602 S:      Maintained
1603
1604 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1605 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1606 S:      Maintained
1607
1608 ARM/NOMADIK ARCHITECTURE
1609 M:      Alessandro Rubini <rubini@unipv.it>
1610 M:      Linus Walleij <linus.walleij@linaro.org>
1611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1612 S:      Maintained
1613 F:      arch/arm/mach-nomadik/
1614 F:      drivers/pinctrl/nomadik/
1615 F:      drivers/i2c/busses/i2c-nomadik.c
1616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1617
1618 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1619 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1620 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1621 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1622 S:      Supported
1623
1624 ARM/TOSA MACHINE SUPPORT
1625 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1626 M:      Dirk Opfer <dirk@opfer-online.de>
1627 S:      Maintained
1628
1629 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1630 M:      Marek Vasut <marek.vasut@gmail.com>
1631 L:      linux-arm-kernel@lists.infradead.org
1632 W:      http://hackndev.com
1633 S:      Maintained
1634 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1635 F:      arch/arm/mach-pxa/palmtx.c
1636 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1637 F:      arch/arm/mach-pxa/palmt5.c
1638 F:      arch/arm/mach-pxa/include/mach/palmld.h
1639 F:      arch/arm/mach-pxa/palmld.c
1640 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1641 F:      arch/arm/mach-pxa/palmte2.c
1642 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1643 F:      arch/arm/mach-pxa/palmtc.c
1644
1645 ARM/PALM TREO SUPPORT
1646 M:      Tomas Cech <sleep_walker@suse.com>
1647 L:      linux-arm-kernel@lists.infradead.org
1648 W:      http://hackndev.com
1649 S:      Maintained
1650 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1651 F:      arch/arm/mach-pxa/palmtreo.c
1652
1653 ARM/PALMZ72 SUPPORT
1654 M:      Sergey Lapin <slapin@ossfans.org>
1655 L:      linux-arm-kernel@lists.infradead.org
1656 W:      http://hackndev.com
1657 S:      Maintained
1658 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1659 F:      arch/arm/mach-pxa/palmz72.c
1660
1661 ARM/PLEB SUPPORT
1662 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1663 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1664 S:      Maintained
1665
1666 ARM/PT DIGITAL BOARD PORT
1667 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1669 W:      http://www.armlinux.org.uk/
1670 S:      Maintained
1671
1672 ARM/QUALCOMM SUPPORT
1673 M:      Andy Gross <andy.gross@linaro.org>
1674 M:      David Brown <david.brown@linaro.org>
1675 L:      linux-arm-msm@vger.kernel.org
1676 L:      linux-soc@vger.kernel.org
1677 S:      Maintained
1678 F:      Documentation/devicetree/bindings/soc/qcom/
1679 F:      arch/arm/boot/dts/qcom-*.dts
1680 F:      arch/arm/boot/dts/qcom-*.dtsi
1681 F:      arch/arm/mach-qcom/
1682 F:      arch/arm64/boot/dts/qcom/*
1683 F:      drivers/i2c/busses/i2c-qup.c
1684 F:      drivers/clk/qcom/
1685 F:      drivers/dma/qcom/
1686 F:      drivers/soc/qcom/
1687 F:      drivers/spi/spi-qup.c
1688 F:      drivers/tty/serial/msm_serial.h
1689 F:      drivers/tty/serial/msm_serial.c
1690 F:      drivers/*/pm8???-*
1691 F:      drivers/mfd/ssbi.c
1692 F:      drivers/firmware/qcom_scm.c
1693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1694
1695 ARM/RADISYS ENP2611 MACHINE SUPPORT
1696 M:      Lennert Buytenhek <kernel@wantstofly.org>
1697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 S:      Maintained
1699
1700 ARM/REALTEK ARCHITECTURE
1701 M:      Andreas Färber <afaerber@suse.de>
1702 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1703 S:      Maintained
1704 F:      arch/arm64/boot/dts/realtek/
1705 F:      Documentation/devicetree/bindings/arm/realtek.txt
1706
1707 ARM/RENESAS ARM64 ARCHITECTURE
1708 M:      Simon Horman <horms@verge.net.au>
1709 M:      Magnus Damm <magnus.damm@gmail.com>
1710 L:      linux-renesas-soc@vger.kernel.org
1711 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1713 S:      Supported
1714 F:      arch/arm64/boot/dts/renesas/
1715 F:      drivers/soc/renesas/
1716 F:      include/linux/soc/renesas/
1717
1718 ARM/RISCPC ARCHITECTURE
1719 M:      Russell King <linux@armlinux.org.uk>
1720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1721 W:      http://www.armlinux.org.uk/
1722 S:      Maintained
1723 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1724 F:      arch/arm/include/asm/hardware/ioc.h
1725 F:      arch/arm/include/asm/hardware/iomd.h
1726 F:      arch/arm/include/asm/hardware/memc.h
1727 F:      arch/arm/mach-rpc/
1728 F:      drivers/net/ethernet/8390/etherh.c
1729 F:      drivers/net/ethernet/i825xx/ether1*
1730 F:      drivers/net/ethernet/seeq/ether3*
1731 F:      drivers/scsi/arm/
1732
1733 ARM/Rockchip SoC support
1734 M:      Heiko Stuebner <heiko@sntech.de>
1735 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1736 L:      linux-rockchip@lists.infradead.org
1737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1738 S:      Maintained
1739 F:      arch/arm/boot/dts/rk3*
1740 F:      arch/arm/boot/dts/rv1108*
1741 F:      arch/arm/mach-rockchip/
1742 F:      drivers/clk/rockchip/
1743 F:      drivers/i2c/busses/i2c-rk3x.c
1744 F:      drivers/*/*rockchip*
1745 F:      drivers/*/*/*rockchip*
1746 F:      sound/soc/rockchip/
1747 N:      rockchip
1748
1749 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1750 M:      Kukjin Kim <kgene@kernel.org>
1751 M:      Krzysztof Kozlowski <krzk@kernel.org>
1752 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1753 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1754 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1755 S:      Maintained
1756 F:      arch/arm/boot/dts/s3c*
1757 F:      arch/arm/boot/dts/s5p*
1758 F:      arch/arm/boot/dts/samsung*
1759 F:      arch/arm/boot/dts/exynos*
1760 F:      arch/arm64/boot/dts/exynos/
1761 F:      arch/arm/plat-samsung/
1762 F:      arch/arm/mach-s3c24*/
1763 F:      arch/arm/mach-s3c64xx/
1764 F:      arch/arm/mach-s5p*/
1765 F:      arch/arm/mach-exynos*/
1766 F:      drivers/*/*s3c24*
1767 F:      drivers/*/*/*s3c24*
1768 F:      drivers/*/*s3c64xx*
1769 F:      drivers/*/*s5pv210*
1770 F:      drivers/memory/samsung/*
1771 F:      drivers/soc/samsung/*
1772 F:      Documentation/arm/Samsung/
1773 F:      Documentation/devicetree/bindings/arm/samsung/
1774 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1775 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1776 N:      exynos
1777
1778 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1779 M:      Kyungmin Park <kyungmin.park@samsung.com>
1780 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1781 S:      Maintained
1782 F:      arch/arm/mach-s5pv210/
1783
1784 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1785 M:      Kyungmin Park <kyungmin.park@samsung.com>
1786 M:      Kamil Debski <kamil@wypas.org>
1787 M:      Andrzej Hajda <a.hajda@samsung.com>
1788 L:      linux-arm-kernel@lists.infradead.org
1789 L:      linux-media@vger.kernel.org
1790 S:      Maintained
1791 F:      drivers/media/platform/s5p-g2d/
1792
1793 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1794 M:      Kyungmin Park <kyungmin.park@samsung.com>
1795 M:      Kamil Debski <kamil@wypas.org>
1796 M:      Jeongtae Park <jtp.park@samsung.com>
1797 M:      Andrzej Hajda <a.hajda@samsung.com>
1798 L:      linux-arm-kernel@lists.infradead.org
1799 L:      linux-media@vger.kernel.org
1800 S:      Maintained
1801 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1802 F:      drivers/media/platform/s5p-mfc/
1803
1804 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1805 M:      Marek Szyprowski <m.szyprowski@samsung.com>
1806 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1807 L:      linux-media@vger.kernel.org
1808 S:      Maintained
1809 F:      drivers/media/platform/s5p-cec/
1810 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
1811
1812 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1813 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1814 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1815 L:      linux-arm-kernel@lists.infradead.org
1816 L:      linux-media@vger.kernel.org
1817 S:      Maintained
1818 F:      drivers/media/platform/s5p-jpeg/
1819
1820 ARM/SHMOBILE ARM ARCHITECTURE
1821 M:      Simon Horman <horms@verge.net.au>
1822 M:      Magnus Damm <magnus.damm@gmail.com>
1823 L:      linux-renesas-soc@vger.kernel.org
1824 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1826 S:      Supported
1827 F:      arch/arm/boot/dts/emev2*
1828 F:      arch/arm/boot/dts/r7s*
1829 F:      arch/arm/boot/dts/r8a*
1830 F:      arch/arm/boot/dts/sh*
1831 F:      arch/arm/configs/shmobile_defconfig
1832 F:      arch/arm/include/debug/renesas-scif.S
1833 F:      arch/arm/mach-shmobile/
1834 F:      drivers/soc/renesas/
1835 F:      include/linux/soc/renesas/
1836
1837 ARM/SOCFPGA ARCHITECTURE
1838 M:      Dinh Nguyen <dinguyen@kernel.org>
1839 S:      Maintained
1840 F:      arch/arm/mach-socfpga/
1841 F:      arch/arm/boot/dts/socfpga*
1842 F:      arch/arm/configs/socfpga_defconfig
1843 F:      arch/arm64/boot/dts/altera/
1844 W:      http://www.rocketboards.org
1845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1846
1847 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1848 M:      Dinh Nguyen <dinguyen@kernel.org>
1849 S:      Maintained
1850 F:      drivers/clk/socfpga/
1851
1852 ARM/SOCFPGA EDAC SUPPORT
1853 M:      Thor Thayer <thor.thayer@linux.intel.com>
1854 S:      Maintained
1855 F:      drivers/edac/altera_edac.
1856
1857 ARM/STI ARCHITECTURE
1858 M:      Patrice Chotard <patrice.chotard@st.com>
1859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 W:      http://www.stlinux.com
1861 S:      Maintained
1862 F:      arch/arm/mach-sti/
1863 F:      arch/arm/boot/dts/sti*
1864 F:      drivers/char/hw_random/st-rng.c
1865 F:      drivers/clocksource/arm_global_timer.c
1866 F:      drivers/clocksource/clksrc_st_lpc.c
1867 F:      drivers/cpufreq/sti-cpufreq.c
1868 F:      drivers/dma/st_fdma*
1869 F:      drivers/i2c/busses/i2c-st.c
1870 F:      drivers/media/rc/st_rc.c
1871 F:      drivers/media/platform/sti/c8sectpfe/
1872 F:      drivers/mmc/host/sdhci-st.c
1873 F:      drivers/phy/st/phy-miphy28lp.c
1874 F:      drivers/phy/st/phy-stih407-usb.c
1875 F:      drivers/pinctrl/pinctrl-st.c
1876 F:      drivers/remoteproc/st_remoteproc.c
1877 F:      drivers/remoteproc/st_slim_rproc.c
1878 F:      drivers/reset/sti/
1879 F:      drivers/rtc/rtc-st-lpc.c
1880 F:      drivers/tty/serial/st-asc.c
1881 F:      drivers/usb/dwc3/dwc3-st.c
1882 F:      drivers/usb/host/ehci-st.c
1883 F:      drivers/usb/host/ohci-st.c
1884 F:      drivers/watchdog/st_lpc_wdt.c
1885 F:      drivers/ata/ahci_st.c
1886 F:      include/linux/remoteproc/st_slim_rproc.h
1887
1888 ARM/STM32 ARCHITECTURE
1889 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1890 M:      Alexandre Torgue <alexandre.torgue@st.com>
1891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1892 S:      Maintained
1893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1894 N:      stm32
1895 F:      drivers/clocksource/armv7m_systick.c
1896
1897 ARM/TANGO ARCHITECTURE
1898 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1899 L:      linux-arm-kernel@lists.infradead.org
1900 S:      Maintained
1901 N:      tango
1902
1903 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1904 M:      Lennert Buytenhek <kernel@wantstofly.org>
1905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1906 S:      Maintained
1907
1908 ARM/TETON BGA MACHINE SUPPORT
1909 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1911 S:      Maintained
1912
1913 ARM/THECUS N2100 MACHINE SUPPORT
1914 M:      Lennert Buytenhek <kernel@wantstofly.org>
1915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1916 S:      Maintained
1917
1918 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1919 M:      Wan ZongShun <mcuos.com@gmail.com>
1920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1921 W:      http://www.mcuos.com
1922 S:      Maintained
1923 F:      arch/arm/mach-w90x900/
1924 F:      drivers/input/keyboard/w90p910_keypad.c
1925 F:      drivers/input/touchscreen/w90p910_ts.c
1926 F:      drivers/watchdog/nuc900_wdt.c
1927 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1928 F:      drivers/mtd/nand/nuc900_nand.c
1929 F:      drivers/rtc/rtc-nuc900.c
1930 F:      drivers/spi/spi-nuc900.c
1931 F:      drivers/usb/host/ehci-w90x900.c
1932 F:      drivers/video/fbdev/nuc900fb.c
1933
1934 ARM/U300 MACHINE SUPPORT
1935 M:      Linus Walleij <linus.walleij@linaro.org>
1936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1937 S:      Supported
1938 F:      arch/arm/mach-u300/
1939 F:      drivers/clocksource/timer-u300.c
1940 F:      drivers/i2c/busses/i2c-stu300.c
1941 F:      drivers/rtc/rtc-coh901331.c
1942 F:      drivers/watchdog/coh901327_wdt.c
1943 F:      drivers/dma/coh901318*
1944 F:      drivers/mfd/ab3100*
1945 F:      drivers/rtc/rtc-ab3100.c
1946 F:      drivers/rtc/rtc-coh901331.c
1947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1948
1949 ARM/UNIPHIER ARCHITECTURE
1950 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1953 S:      Maintained
1954 F:      arch/arm/boot/dts/uniphier*
1955 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1956 F:      arch/arm/mach-uniphier/
1957 F:      arch/arm/mm/cache-uniphier.c
1958 F:      arch/arm64/boot/dts/socionext/
1959 F:      drivers/bus/uniphier-system-bus.c
1960 F:      drivers/clk/uniphier/
1961 F:      drivers/i2c/busses/i2c-uniphier*
1962 F:      drivers/pinctrl/uniphier/
1963 F:      drivers/reset/reset-uniphier.c
1964 F:      drivers/tty/serial/8250/8250_uniphier.c
1965 N:      uniphier
1966
1967 ARM/Ux500 ARM ARCHITECTURE
1968 M:      Linus Walleij <linus.walleij@linaro.org>
1969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1970 S:      Maintained
1971 F:      arch/arm/mach-ux500/
1972 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1973 F:      drivers/dma/ste_dma40*
1974 F:      drivers/hwspinlock/u8500_hsem.c
1975 F:      drivers/mfd/abx500*
1976 F:      drivers/mfd/ab8500*
1977 F:      drivers/mfd/dbx500*
1978 F:      drivers/mfd/db8500*
1979 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1980 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1981 F:      drivers/rtc/rtc-ab8500.c
1982 F:      drivers/rtc/rtc-pl031.c
1983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1984
1985 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1986 M:      Ulf Hansson <ulf.hansson@linaro.org>
1987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1988 T:      git git://git.linaro.org/people/ulfh/clk.git
1989 S:      Maintained
1990 F:      drivers/clk/ux500/
1991
1992 ARM/VERSATILE EXPRESS PLATFORM
1993 M:      Liviu Dudau <liviu.dudau@arm.com>
1994 M:      Sudeep Holla <sudeep.holla@arm.com>
1995 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1997 S:      Maintained
1998 F:      arch/arm/boot/dts/vexpress*
1999 F:      arch/arm64/boot/dts/arm/
2000 F:      arch/arm/mach-vexpress/
2001 F:      */*/vexpress*
2002 F:      */*/*/vexpress*
2003 F:      drivers/clk/versatile/clk-vexpress-osc.c
2004 F:      drivers/clocksource/versatile.c
2005 N:      mps2
2006
2007 ARM/VFP SUPPORT
2008 M:      Russell King <linux@armlinux.org.uk>
2009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2010 W:      http://www.armlinux.org.uk/
2011 S:      Maintained
2012 F:      arch/arm/vfp/
2013
2014 ARM/VOIPAC PXA270 SUPPORT
2015 M:      Marek Vasut <marek.vasut@gmail.com>
2016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2017 S:      Maintained
2018 F:      arch/arm/mach-pxa/vpac270.c
2019 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2020
2021 ARM/VT8500 ARM ARCHITECTURE
2022 M:      Tony Prisk <linux@prisktech.co.nz>
2023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2024 S:      Maintained
2025 F:      arch/arm/mach-vt8500/
2026 F:      drivers/clocksource/vt8500_timer.c
2027 F:      drivers/i2c/busses/i2c-wmt.c
2028 F:      drivers/mmc/host/wmt-sdmmc.c
2029 F:      drivers/pwm/pwm-vt8500.c
2030 F:      drivers/rtc/rtc-vt8500.c
2031 F:      drivers/tty/serial/vt8500_serial.c
2032 F:      drivers/usb/host/ehci-platform.c
2033 F:      drivers/usb/host/uhci-platform.c
2034 F:      drivers/video/fbdev/vt8500lcdfb.*
2035 F:      drivers/video/fbdev/wm8505fb*
2036 F:      drivers/video/fbdev/wmt_ge_rops.*
2037
2038 ARM/ZIPIT Z2 SUPPORT
2039 M:      Marek Vasut <marek.vasut@gmail.com>
2040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2041 S:      Maintained
2042 F:      arch/arm/mach-pxa/z2.c
2043 F:      arch/arm/mach-pxa/include/mach/z2.h
2044
2045 ARM/ZTE ARCHITECTURE
2046 M:      Jun Nie <jun.nie@linaro.org>
2047 M:      Baoyou Xie <baoyou.xie@linaro.org>
2048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2049 S:      Maintained
2050 F:      arch/arm/mach-zx/
2051 F:      drivers/clk/zte/
2052 F:      drivers/reset/reset-zx2967.c
2053 F:      drivers/soc/zte/
2054 F:      Documentation/devicetree/bindings/arm/zte.txt
2055 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
2056 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2057 F:      Documentation/devicetree/bindings/soc/zte/
2058 F:      include/dt-bindings/soc/zx*.h
2059
2060 ARM/ZYNQ ARCHITECTURE
2061 M:      Michal Simek <michal.simek@xilinx.com>
2062 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
2063 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2064 W:      http://wiki.xilinx.com
2065 T:      git https://github.com/Xilinx/linux-xlnx.git
2066 S:      Supported
2067 F:      arch/arm/mach-zynq/
2068 F:      drivers/cpuidle/cpuidle-zynq.c
2069 F:      drivers/block/xsysace.c
2070 N:      zynq
2071 N:      xilinx
2072 F:      drivers/clocksource/cadence_ttc_timer.c
2073 F:      drivers/i2c/busses/i2c-cadence.c
2074 F:      drivers/mmc/host/sdhci-of-arasan.c
2075 F:      drivers/edac/synopsys_edac.c
2076
2077 ARM SMMU DRIVERS
2078 M:      Will Deacon <will.deacon@arm.com>
2079 R:      Robin Murphy <robin.murphy@arm.com>
2080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2081 S:      Maintained
2082 F:      drivers/iommu/arm-smmu.c
2083 F:      drivers/iommu/arm-smmu-v3.c
2084 F:      drivers/iommu/io-pgtable-arm.c
2085 F:      drivers/iommu/io-pgtable-arm-v7s.c
2086
2087 ARM64 PORT (AARCH64 ARCHITECTURE)
2088 M:      Catalin Marinas <catalin.marinas@arm.com>
2089 M:      Will Deacon <will.deacon@arm.com>
2090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2092 S:      Maintained
2093 F:      arch/arm64/
2094 F:      Documentation/arm64/
2095
2096 AS3645A LED FLASH CONTROLLER DRIVER
2097 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2098 L:      linux-media@vger.kernel.org
2099 T:      git git://linuxtv.org/media_tree.git
2100 S:      Maintained
2101 F:      drivers/media/i2c/as3645a.c
2102 F:      include/media/i2c/as3645a.h
2103
2104 ASAHI KASEI AK8974 DRIVER
2105 M:      Linus Walleij <linus.walleij@linaro.org>
2106 L:      linux-iio@vger.kernel.org
2107 W:      http://www.akm.com/
2108 S:      Supported
2109 F:      drivers/iio/magnetometer/ak8974.c
2110
2111 ASC7621 HARDWARE MONITOR DRIVER
2112 M:      George Joseph <george.joseph@fairview5.com>
2113 L:      linux-hwmon@vger.kernel.org
2114 S:      Maintained
2115 F:      Documentation/hwmon/asc7621
2116 F:      drivers/hwmon/asc7621.c
2117
2118 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2119 M:      Corentin Chary <corentin.chary@gmail.com>
2120 L:      acpi4asus-user@lists.sourceforge.net
2121 L:      platform-driver-x86@vger.kernel.org
2122 W:      http://acpi4asus.sf.net
2123 S:      Maintained
2124 F:      drivers/platform/x86/asus*.c
2125 F:      drivers/platform/x86/eeepc*.c
2126
2127 ASUS WIRELESS RADIO CONTROL DRIVER
2128 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2129 L:      platform-driver-x86@vger.kernel.org
2130 S:      Maintained
2131 F:      drivers/platform/x86/asus-wireless.c
2132
2133 ASYMMETRIC KEYS
2134 M:      David Howells <dhowells@redhat.com>
2135 L:      keyrings@vger.kernel.org
2136 S:      Maintained
2137 F:      Documentation/crypto/asymmetric-keys.txt
2138 F:      include/linux/verification.h
2139 F:      include/crypto/public_key.h
2140 F:      include/crypto/pkcs7.h
2141 F:      crypto/asymmetric_keys/
2142
2143 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2144 R:      Dan Williams <dan.j.williams@intel.com>
2145 W:      http://sourceforge.net/projects/xscaleiop
2146 S:      Odd fixes
2147 F:      Documentation/crypto/async-tx-api.txt
2148 F:      crypto/async_tx/
2149 F:      drivers/dma/
2150 F:      include/linux/dmaengine.h
2151 F:      include/linux/async_tx.h
2152
2153 AT24 EEPROM DRIVER
2154 M:      Wolfram Sang <wsa@the-dreams.de>
2155 L:      linux-i2c@vger.kernel.org
2156 S:      Maintained
2157 F:      drivers/misc/eeprom/at24.c
2158 F:      include/linux/platform_data/at24.h
2159
2160 ATA OVER ETHERNET (AOE) DRIVER
2161 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2162 W:      http://www.openaoe.org/
2163 S:      Supported
2164 F:      Documentation/aoe/
2165 F:      drivers/block/aoe/
2166
2167 ATHEROS 71XX/9XXX GPIO DRIVER
2168 M:      Alban Bedel <albeu@free.fr>
2169 W:      https://github.com/AlbanBedel/linux
2170 T:      git git://github.com/AlbanBedel/linux
2171 S:      Maintained
2172 F:      drivers/gpio/gpio-ath79.c
2173 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2174
2175 ATHEROS ATH GENERIC UTILITIES
2176 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2177 L:      linux-wireless@vger.kernel.org
2178 S:      Supported
2179 F:      drivers/net/wireless/ath/*
2180
2181 ATHEROS ATH5K WIRELESS DRIVER
2182 M:      Jiri Slaby <jirislaby@gmail.com>
2183 M:      Nick Kossifidis <mickflemm@gmail.com>
2184 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2185 L:      linux-wireless@vger.kernel.org
2186 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2187 S:      Maintained
2188 F:      drivers/net/wireless/ath/ath5k/
2189
2190 ATHEROS ATH6KL WIRELESS DRIVER
2191 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2192 L:      linux-wireless@vger.kernel.org
2193 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2195 S:      Supported
2196 F:      drivers/net/wireless/ath/ath6kl/
2197
2198 WILOCITY WIL6210 WIRELESS DRIVER
2199 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2200 L:      linux-wireless@vger.kernel.org
2201 L:      wil6210@qca.qualcomm.com
2202 S:      Supported
2203 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2204 F:      drivers/net/wireless/ath/wil6210/
2205 F:      include/uapi/linux/wil6210_uapi.h
2206
2207 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2208 M:      Christian Lamparter <chunkeey@googlemail.com>
2209 L:      linux-wireless@vger.kernel.org
2210 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2211 S:      Maintained
2212 F:      drivers/net/wireless/ath/carl9170/
2213
2214 ATK0110 HWMON DRIVER
2215 M:      Luca Tettamanti <kronos.it@gmail.com>
2216 L:      linux-hwmon@vger.kernel.org
2217 S:      Maintained
2218 F:      drivers/hwmon/asus_atk0110.c
2219
2220 ATI_REMOTE2 DRIVER
2221 M:      Ville Syrjala <syrjala@sci.fi>
2222 S:      Maintained
2223 F:      drivers/input/misc/ati_remote2.c
2224
2225 ATLX ETHERNET DRIVERS
2226 M:      Jay Cliburn <jcliburn@gmail.com>
2227 M:      Chris Snook <chris.snook@gmail.com>
2228 L:      netdev@vger.kernel.org
2229 W:      http://sourceforge.net/projects/atl1
2230 W:      http://atl1.sourceforge.net
2231 S:      Maintained
2232 F:      drivers/net/ethernet/atheros/
2233
2234 ATM
2235 M:      Chas Williams <3chas3@gmail.com>
2236 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2237 L:      netdev@vger.kernel.org
2238 W:      http://linux-atm.sourceforge.net
2239 S:      Maintained
2240 F:      drivers/atm/
2241 F:      include/linux/atm*
2242 F:      include/uapi/linux/atm*
2243
2244 ATMEL AT91 / AT32 MCI DRIVER
2245 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2246 S:      Maintained
2247 F:      drivers/mmc/host/atmel-mci.c
2248
2249 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2250 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2251 S:      Supported
2252 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2253
2254 ATMEL SAMA5D2 ADC DRIVER
2255 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2256 L:      linux-iio@vger.kernel.org
2257 S:      Supported
2258 F:      drivers/iio/adc/at91-sama5d2_adc.c
2259
2260 ATMEL Audio ALSA driver
2261 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2262 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2263 S:      Supported
2264 F:      sound/soc/atmel
2265
2266 ATMEL XDMA DRIVER
2267 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2268 L:      linux-arm-kernel@lists.infradead.org
2269 L:      dmaengine@vger.kernel.org
2270 S:      Supported
2271 F:      drivers/dma/at_xdmac.c
2272
2273 ATMEL I2C DRIVER
2274 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2275 L:      linux-i2c@vger.kernel.org
2276 S:      Supported
2277 F:      drivers/i2c/busses/i2c-at91.c
2278
2279 ATMEL ISI DRIVER
2280 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2281 L:      linux-media@vger.kernel.org
2282 S:      Supported
2283 F:      drivers/media/platform/atmel/atmel-isi.c
2284 F:      include/media/atmel-isi.h
2285
2286 ATMEL LCDFB DRIVER
2287 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2288 L:      linux-fbdev@vger.kernel.org
2289 S:      Maintained
2290 F:      drivers/video/fbdev/atmel_lcdfb.c
2291 F:      include/video/atmel_lcdc.h
2292
2293 ATMEL MACB ETHERNET DRIVER
2294 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2295 S:      Supported
2296 F:      drivers/net/ethernet/cadence/
2297
2298 ATMEL NAND DRIVER
2299 M:      Wenyou Yang <wenyou.yang@atmel.com>
2300 M:      Josh Wu <rainyfeeling@outlook.com>
2301 L:      linux-mtd@lists.infradead.org
2302 S:      Supported
2303 F:      drivers/mtd/nand/atmel/*
2304
2305 ATMEL SDMMC DRIVER
2306 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2307 L:      linux-mmc@vger.kernel.org
2308 S:      Supported
2309 F:      drivers/mmc/host/sdhci-of-at91.c
2310
2311 ATMEL SPI DRIVER
2312 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2313 S:      Supported
2314 F:      drivers/spi/spi-atmel.*
2315
2316 ATMEL SSC DRIVER
2317 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2319 S:      Supported
2320 F:      drivers/misc/atmel-ssc.c
2321 F:      include/linux/atmel-ssc.h
2322
2323 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2324 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2326 S:      Supported
2327 F:      drivers/misc/atmel_tclib.c
2328 F:      drivers/clocksource/tcb_clksrc.c
2329
2330 ATMEL USBA UDC DRIVER
2331 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2333 S:      Supported
2334 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2335
2336 ATMEL WIRELESS DRIVER
2337 M:      Simon Kelley <simon@thekelleys.org.uk>
2338 L:      linux-wireless@vger.kernel.org
2339 W:      http://www.thekelleys.org.uk/atmel
2340 W:      http://atmelwlandriver.sourceforge.net/
2341 S:      Maintained
2342 F:      drivers/net/wireless/atmel/atmel*
2343
2344 ATMEL MAXTOUCH DRIVER
2345 M:      Nick Dyer <nick@shmanahar.org>
2346 T:      git git://github.com/ndyer/linux.git
2347 S:      Maintained
2348 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2349 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2350 F:      include/linux/platform_data/atmel_mxt_ts.h
2351
2352 ATOMIC INFRASTRUCTURE
2353 M:      Will Deacon <will.deacon@arm.com>
2354 M:      Peter Zijlstra <peterz@infradead.org>
2355 R:      Boqun Feng <boqun.feng@gmail.com>
2356 L:      linux-kernel@vger.kernel.org
2357 S:      Maintained
2358 F:      arch/*/include/asm/atomic*.h
2359 F:      include/*/atomic*.h
2360
2361 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2362 M:      Bradley Grove <linuxdrivers@attotech.com>
2363 L:      linux-scsi@vger.kernel.org
2364 W:      http://www.attotech.com
2365 S:      Supported
2366 F:      drivers/scsi/esas2r
2367
2368 ATUSB IEEE 802.15.4 RADIO DRIVER
2369 M:      Stefan Schmidt <stefan@osg.samsung.com>
2370 L:      linux-wpan@vger.kernel.org
2371 S:      Maintained
2372 F:      drivers/net/ieee802154/atusb.c
2373 F:      drivers/net/ieee802154/atusb.h
2374 F:      drivers/net/ieee802154/at86rf230.h
2375
2376 AUDIT SUBSYSTEM
2377 M:      Paul Moore <paul@paul-moore.com>
2378 M:      Eric Paris <eparis@redhat.com>
2379 L:      linux-audit@redhat.com (moderated for non-subscribers)
2380 W:      http://people.redhat.com/sgrubb/audit/
2381 T:      git git://git.infradead.org/users/pcmoore/audit
2382 S:      Maintained
2383 F:      include/linux/audit.h
2384 F:      include/uapi/linux/audit.h
2385 F:      kernel/audit*
2386
2387 AUXILIARY DISPLAY DRIVERS
2388 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2389 W:      http://miguelojeda.es/auxdisplay.htm
2390 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2391 S:      Maintained
2392 F:      drivers/auxdisplay/
2393 F:      include/linux/cfag12864b.h
2394
2395 AX.25 NETWORK LAYER
2396 M:      Ralf Baechle <ralf@linux-mips.org>
2397 L:      linux-hams@vger.kernel.org
2398 W:      http://www.linux-ax25.org/
2399 S:      Maintained
2400 F:      include/uapi/linux/ax25.h
2401 F:      include/net/ax25.h
2402 F:      net/ax25/
2403
2404 AXENTIA ASOC DRIVERS
2405 M:      Peter Rosin <peda@axentia.se>
2406 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2407 S:      Maintained
2408 F:      Documentation/devicetree/bindings/sound/axentia,*
2409 F:      sound/soc/atmel/tse850-pcm5142.c
2410
2411 AXENTIA ARM DEVICES
2412 M:      Peter Rosin <peda@axentia.se>
2413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2414 S:      Maintained
2415 F:      Documentation/devicetree/bindings/arm/axentia.txt
2416 F:      arch/arm/boot/dts/at91-linea.dtsi
2417 F:      arch/arm/boot/dts/at91-tse850-3.dts
2418
2419 AZ6007 DVB DRIVER
2420 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2421 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2422 L:      linux-media@vger.kernel.org
2423 W:      https://linuxtv.org
2424 T:      git git://linuxtv.org/media_tree.git
2425 S:      Maintained
2426 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2427
2428 AZTECH FM RADIO RECEIVER DRIVER
2429 M:      Hans Verkuil <hverkuil@xs4all.nl>
2430 L:      linux-media@vger.kernel.org
2431 T:      git git://linuxtv.org/media_tree.git
2432 W:      https://linuxtv.org
2433 S:      Maintained
2434 F:      drivers/media/radio/radio-aztech*
2435
2436 B43 WIRELESS DRIVER
2437 L:      linux-wireless@vger.kernel.org
2438 L:      b43-dev@lists.infradead.org
2439 W:      http://wireless.kernel.org/en/users/Drivers/b43
2440 S:      Odd Fixes
2441 F:      drivers/net/wireless/broadcom/b43/
2442
2443 B43LEGACY WIRELESS DRIVER
2444 M:      Larry Finger <Larry.Finger@lwfinger.net>
2445 L:      linux-wireless@vger.kernel.org
2446 L:      b43-dev@lists.infradead.org
2447 W:      http://wireless.kernel.org/en/users/Drivers/b43
2448 S:      Maintained
2449 F:      drivers/net/wireless/broadcom/b43legacy/
2450
2451 BACKLIGHT CLASS/SUBSYSTEM
2452 M:      Lee Jones <lee.jones@linaro.org>
2453 M:      Daniel Thompson <daniel.thompson@linaro.org>
2454 M:      Jingoo Han <jingoohan1@gmail.com>
2455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2456 S:      Maintained
2457 F:      drivers/video/backlight/
2458 F:      include/linux/backlight.h
2459 F:      include/linux/pwm_backlight.h
2460 F:      Documentation/devicetree/bindings/leds/backlight
2461
2462 BATMAN ADVANCED
2463 M:      Marek Lindner <mareklindner@neomailbox.ch>
2464 M:      Simon Wunderlich <sw@simonwunderlich.de>
2465 M:      Antonio Quartulli <a@unstable.cc>
2466 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2467 W:      https://www.open-mesh.org/
2468 Q:      https://patchwork.open-mesh.org/project/batman/list/
2469 S:      Maintained
2470 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2471 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2472 F:      Documentation/networking/batman-adv.txt
2473 F:      include/uapi/linux/batman_adv.h
2474 F:      net/batman-adv/
2475
2476 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2477 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2478 L:      linux-hams@vger.kernel.org
2479 W:      http://www.baycom.org/~tom/ham/ham.html
2480 S:      Maintained
2481 F:      drivers/net/hamradio/baycom*
2482
2483 BCACHE (BLOCK LAYER CACHE)
2484 M:      Kent Overstreet <kent.overstreet@gmail.com>
2485 L:      linux-bcache@vger.kernel.org
2486 W:      http://bcache.evilpiepirate.org
2487 S:      Orphan
2488 F:      drivers/md/bcache/
2489
2490 BDISP ST MEDIA DRIVER
2491 M:      Fabien Dessenne <fabien.dessenne@st.com>
2492 L:      linux-media@vger.kernel.org
2493 T:      git git://linuxtv.org/media_tree.git
2494 W:      https://linuxtv.org
2495 S:      Supported
2496 F:      drivers/media/platform/sti/bdisp
2497
2498 DELTA ST MEDIA DRIVER
2499 M:      Hugues Fruchet <hugues.fruchet@st.com>
2500 L:      linux-media@vger.kernel.org
2501 T:      git git://linuxtv.org/media_tree.git
2502 W:      https://linuxtv.org
2503 S:      Supported
2504 F:      drivers/media/platform/sti/delta
2505
2506 BEFS FILE SYSTEM
2507 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2508 M:      Salah Triki <salah.triki@gmail.com>
2509 S:      Maintained
2510 T:      git git://github.com/luisbg/linux-befs.git
2511 F:      Documentation/filesystems/befs.txt
2512 F:      fs/befs/
2513
2514 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2515 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2516 L:      netdev@vger.kernel.org
2517 S:      Maintained
2518 F:      drivers/net/ethernet/ec_bhf.c
2519
2520 BFS FILE SYSTEM
2521 M:      "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2522 S:      Maintained
2523 F:      Documentation/filesystems/bfs.txt
2524 F:      fs/bfs/
2525 F:      include/uapi/linux/bfs_fs.h
2526
2527 BLACKFIN ARCHITECTURE
2528 M:      Steven Miao <realmz6@gmail.com>
2529 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2530 T:      git git://git.code.sf.net/p/adi-linux/code
2531 W:      http://blackfin.uclinux.org
2532 S:      Supported
2533 F:      arch/blackfin/
2534
2535 BLACKFIN EMAC DRIVER
2536 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2537 W:      http://blackfin.uclinux.org
2538 S:      Supported
2539 F:      drivers/net/ethernet/adi/
2540
2541 BLACKFIN RTC DRIVER
2542 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2543 W:      http://blackfin.uclinux.org
2544 S:      Supported
2545 F:      drivers/rtc/rtc-bfin.c
2546
2547 BLACKFIN SDH DRIVER
2548 M:      Sonic Zhang <sonic.zhang@analog.com>
2549 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2550 W:      http://blackfin.uclinux.org
2551 S:      Supported
2552 F:      drivers/mmc/host/bfin_sdh.c
2553
2554 BLACKFIN SERIAL DRIVER
2555 M:      Sonic Zhang <sonic.zhang@analog.com>
2556 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2557 W:      http://blackfin.uclinux.org
2558 S:      Supported
2559 F:      drivers/tty/serial/bfin_uart.c
2560
2561 BLACKFIN WATCHDOG DRIVER
2562 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2563 W:      http://blackfin.uclinux.org
2564 S:      Supported
2565 F:      drivers/watchdog/bfin_wdt.c
2566
2567 BLACKFIN I2C TWI DRIVER
2568 M:      Sonic Zhang <sonic.zhang@analog.com>
2569 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2570 W:      http://blackfin.uclinux.org/
2571 S:      Supported
2572 F:      drivers/i2c/busses/i2c-bfin-twi.c
2573
2574 BLACKFIN MEDIA DRIVER
2575 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2576 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2577 W:      http://blackfin.uclinux.org/
2578 S:      Supported
2579 F:      drivers/media/platform/blackfin/
2580 F:      drivers/media/i2c/adv7183*
2581 F:      drivers/media/i2c/vs6624*
2582
2583 BLINKM RGB LED DRIVER
2584 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2585 S:      Maintained
2586 F:      drivers/leds/leds-blinkm.c
2587
2588 BLOCK LAYER
2589 M:      Jens Axboe <axboe@kernel.dk>
2590 L:      linux-block@vger.kernel.org
2591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2592 S:      Maintained
2593 F:      block/
2594 F:      kernel/trace/blktrace.c
2595 F:      lib/sbitmap.c
2596
2597 BFQ I/O SCHEDULER
2598 M:      Paolo Valente <paolo.valente@linaro.org>
2599 M:      Jens Axboe <axboe@kernel.dk>
2600 L:      linux-block@vger.kernel.org
2601 S:      Maintained
2602 F:      block/bfq-*
2603 F:      Documentation/block/bfq-iosched.txt
2604
2605 BLOCK2MTD DRIVER
2606 M:      Joern Engel <joern@lazybastard.org>
2607 L:      linux-mtd@lists.infradead.org
2608 S:      Maintained
2609 F:      drivers/mtd/devices/block2mtd.c
2610
2611 BLUETOOTH DRIVERS
2612 M:      Marcel Holtmann <marcel@holtmann.org>
2613 M:      Gustavo Padovan <gustavo@padovan.org>
2614 M:      Johan Hedberg <johan.hedberg@gmail.com>
2615 L:      linux-bluetooth@vger.kernel.org
2616 W:      http://www.bluez.org/
2617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2619 S:      Maintained
2620 F:      drivers/bluetooth/
2621
2622 BLUETOOTH SUBSYSTEM
2623 M:      Marcel Holtmann <marcel@holtmann.org>
2624 M:      Gustavo Padovan <gustavo@padovan.org>
2625 M:      Johan Hedberg <johan.hedberg@gmail.com>
2626 L:      linux-bluetooth@vger.kernel.org
2627 W:      http://www.bluez.org/
2628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2630 S:      Maintained
2631 F:      net/bluetooth/
2632 F:      include/net/bluetooth/
2633
2634 DMA MAPPING HELPERS
2635 M:      Christoph Hellwig <hch@lst.de>
2636 M:      Marek Szyprowski <m.szyprowski@samsung.com>
2637 R:      Robin Murphy <robin.murphy@arm.com>
2638 L:      linux-kernel@vger.kernel.org
2639 T:      git git://git.infradead.org/users/hch/dma-mapping.git
2640 W:      http://git.infradead.org/users/hch/dma-mapping.git
2641 S:      Supported
2642 F:      lib/dma-debug.c
2643 F:      lib/dma-noop.c
2644 F:      lib/dma-virt.c
2645 F:      drivers/base/dma-mapping.c
2646 F:      drivers/base/dma-coherent.c
2647 F:      include/linux/dma-mapping.h
2648
2649 BONDING DRIVER
2650 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2651 M:      Veaceslav Falico <vfalico@gmail.com>
2652 M:      Andy Gospodarek <andy@greyhouse.net>
2653 L:      netdev@vger.kernel.org
2654 W:      http://sourceforge.net/projects/bonding/
2655 S:      Supported
2656 F:      drivers/net/bonding/
2657 F:      include/uapi/linux/if_bonding.h
2658
2659 BPF (Safe dynamic programs and tools)
2660 M:      Alexei Starovoitov <ast@kernel.org>
2661 M:      Daniel Borkmann <daniel@iogearbox.net>
2662 L:      netdev@vger.kernel.org
2663 L:      linux-kernel@vger.kernel.org
2664 S:      Supported
2665 F:      arch/x86/net/bpf_jit*
2666 F:      Documentation/networking/filter.txt
2667 F:      include/linux/bpf*
2668 F:      include/linux/filter.h
2669 F:      include/uapi/linux/bpf*
2670 F:      include/uapi/linux/filter.h
2671 F:      kernel/bpf/
2672 F:      kernel/trace/bpf_trace.c
2673 F:      lib/test_bpf.c
2674 F:      net/bpf/
2675 F:      net/core/filter.c
2676 F:      net/sched/act_bpf.c
2677 F:      net/sched/cls_bpf.c
2678 F:      samples/bpf/
2679 F:      tools/net/bpf*
2680 F:      tools/testing/selftests/bpf/
2681
2682 BROADCOM B44 10/100 ETHERNET DRIVER
2683 M:      Michael Chan <michael.chan@broadcom.com>
2684 L:      netdev@vger.kernel.org
2685 S:      Supported
2686 F:      drivers/net/ethernet/broadcom/b44.*
2687
2688 BROADCOM B53 ETHERNET SWITCH DRIVER
2689 M:      Florian Fainelli <f.fainelli@gmail.com>
2690 L:      netdev@vger.kernel.org
2691 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2692 S:      Supported
2693 F:      drivers/net/dsa/b53/*
2694 F:      include/linux/platform_data/b53.h
2695
2696 BROADCOM GENET ETHERNET DRIVER
2697 M:      Florian Fainelli <f.fainelli@gmail.com>
2698 L:      netdev@vger.kernel.org
2699 S:      Supported
2700 F:      drivers/net/ethernet/broadcom/genet/
2701
2702 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2703 M:      Rasesh Mody <rasesh.mody@cavium.com>
2704 M:      Harish Patil <harish.patil@cavium.com>
2705 M:      Dept-GELinuxNICDev@cavium.com
2706 L:      netdev@vger.kernel.org
2707 S:      Supported
2708 F:      drivers/net/ethernet/broadcom/bnx2.*
2709 F:      drivers/net/ethernet/broadcom/bnx2_*
2710
2711 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2712 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2713 M:      Ariel Elior <ariel.elior@cavium.com>
2714 M:      everest-linux-l2@cavium.com
2715 L:      netdev@vger.kernel.org
2716 S:      Supported
2717 F:      drivers/net/ethernet/broadcom/bnx2x/
2718
2719 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2720 M:      Michael Chan <michael.chan@broadcom.com>
2721 L:      netdev@vger.kernel.org
2722 S:      Supported
2723 F:      drivers/net/ethernet/broadcom/bnxt/
2724
2725 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2726 M:      Florian Fainelli <f.fainelli@gmail.com>
2727 M:      Ray Jui <rjui@broadcom.com>
2728 M:      Scott Branden <sbranden@broadcom.com>
2729 M:      bcm-kernel-feedback-list@broadcom.com
2730 T:      git git://github.com/broadcom/mach-bcm
2731 S:      Maintained
2732 N:      bcm281*
2733 N:      bcm113*
2734 N:      bcm216*
2735 N:      kona
2736 F:      arch/arm/mach-bcm/
2737
2738 BROADCOM BCM2835 ARM ARCHITECTURE
2739 M:      Eric Anholt <eric@anholt.net>
2740 M:      Stefan Wahren <stefan.wahren@i2se.com>
2741 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2743 T:      git git://github.com/anholt/linux
2744 S:      Maintained
2745 N:      bcm2835
2746 F:      drivers/staging/vc04_services
2747
2748 BROADCOM BCM47XX MIPS ARCHITECTURE
2749 M:      Hauke Mehrtens <hauke@hauke-m.de>
2750 M:      Rafał Miłecki <zajec5@gmail.com>
2751 L:      linux-mips@linux-mips.org
2752 S:      Maintained
2753 F:      Documentation/devicetree/bindings/mips/brcm/
2754 F:      arch/mips/bcm47xx/*
2755 F:      arch/mips/include/asm/mach-bcm47xx/*
2756
2757 BROADCOM BCM5301X ARM ARCHITECTURE
2758 M:      Hauke Mehrtens <hauke@hauke-m.de>
2759 M:      Rafał Miłecki <zajec5@gmail.com>
2760 M:      Jon Mason <jonmason@broadcom.com>
2761 M:      bcm-kernel-feedback-list@broadcom.com
2762 L:      linux-arm-kernel@lists.infradead.org
2763 S:      Maintained
2764 F:      arch/arm/mach-bcm/bcm_5301x.c
2765 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2766 F:      arch/arm/boot/dts/bcm470*
2767 F:      arch/arm/boot/dts/bcm953012*
2768
2769 BROADCOM BCM53573 ARM ARCHITECTURE
2770 M:      Rafał Miłecki <rafal@milecki.pl>
2771 L:      linux-arm-kernel@lists.infradead.org
2772 S:      Maintained
2773 F:      arch/arm/boot/dts/bcm53573*
2774 F:      arch/arm/boot/dts/bcm47189*
2775
2776 BROADCOM BCM63XX ARM ARCHITECTURE
2777 M:      Florian Fainelli <f.fainelli@gmail.com>
2778 M:      bcm-kernel-feedback-list@broadcom.com
2779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2780 T:      git git://github.com/broadcom/stblinux.git
2781 S:      Maintained
2782 N:      bcm63xx
2783
2784 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2785 M:      Kevin Cernekee <cernekee@gmail.com>
2786 L:      linux-usb@vger.kernel.org
2787 S:      Maintained
2788 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2789
2790 BROADCOM BCM7XXX ARM ARCHITECTURE
2791 M:      Brian Norris <computersforpeace@gmail.com>
2792 M:      Gregory Fong <gregory.0xf0@gmail.com>
2793 M:      Florian Fainelli <f.fainelli@gmail.com>
2794 M:      bcm-kernel-feedback-list@broadcom.com
2795 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2796 T:      git git://github.com/broadcom/stblinux.git
2797 S:      Maintained
2798 F:      arch/arm/mach-bcm/*brcmstb*
2799 F:      arch/arm/boot/dts/bcm7*.dts*
2800 F:      drivers/bus/brcmstb_gisb.c
2801 N:      brcmstb
2802
2803 BROADCOM BMIPS MIPS ARCHITECTURE
2804 M:      Kevin Cernekee <cernekee@gmail.com>
2805 M:      Florian Fainelli <f.fainelli@gmail.com>
2806 L:      linux-mips@linux-mips.org
2807 T:      git git://github.com/broadcom/stblinux.git
2808 S:      Maintained
2809 F:      arch/mips/bmips/*
2810 F:      arch/mips/include/asm/mach-bmips/*
2811 F:      arch/mips/kernel/*bmips*
2812 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2813 F:      drivers/irqchip/irq-bcm63*
2814 F:      drivers/irqchip/irq-bcm7*
2815 F:      drivers/irqchip/irq-brcmstb*
2816 F:      include/linux/bcm963xx_nvram.h
2817 F:      include/linux/bcm963xx_tag.h
2818
2819 BROADCOM BMIPS CPUFREQ DRIVER
2820 M:      Markus Mayer <mmayer@broadcom.com>
2821 M:      bcm-kernel-feedback-list@broadcom.com
2822 L:      linux-pm@vger.kernel.org
2823 S:      Maintained
2824 F:      drivers/cpufreq/bmips-cpufreq.c
2825
2826 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2827 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2828 M:      Prashant Sreedharan <prashant@broadcom.com>
2829 M:      Michael Chan <mchan@broadcom.com>
2830 L:      netdev@vger.kernel.org
2831 S:      Supported
2832 F:      drivers/net/ethernet/broadcom/tg3.*
2833
2834 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2835 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2836 M:      Franky Lin <franky.lin@broadcom.com>
2837 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2838 M:      Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2839 M:      Wright Feng <wright.feng@cypress.com>
2840 L:      linux-wireless@vger.kernel.org
2841 L:      brcm80211-dev-list.pdl@broadcom.com
2842 L:      brcm80211-dev-list@cypress.com
2843 S:      Supported
2844 F:      drivers/net/wireless/broadcom/brcm80211/
2845
2846 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2847 M:      QLogic-Storage-Upstream@qlogic.com
2848 L:      linux-scsi@vger.kernel.org
2849 S:      Supported
2850 F:      drivers/scsi/bnx2fc/
2851
2852 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2853 M:      QLogic-Storage-Upstream@qlogic.com
2854 L:      linux-scsi@vger.kernel.org
2855 S:      Supported
2856 F:      drivers/scsi/bnx2i/
2857
2858 BROADCOM IPROC ARM ARCHITECTURE
2859 M:      Ray Jui <rjui@broadcom.com>
2860 M:      Scott Branden <sbranden@broadcom.com>
2861 M:      Jon Mason <jonmason@broadcom.com>
2862 M:      bcm-kernel-feedback-list@broadcom.com
2863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2864 T:      git git://github.com/broadcom/cygnus-linux.git
2865 S:      Maintained
2866 N:      iproc
2867 N:      cygnus
2868 N:      bcm[-_]nsp
2869 N:      bcm9113*
2870 N:      bcm9583*
2871 N:      bcm9585*
2872 N:      bcm9586*
2873 N:      bcm988312
2874 N:      bcm113*
2875 N:      bcm583*
2876 N:      bcm585*
2877 N:      bcm586*
2878 N:      bcm88312
2879 F:      arch/arm64/boot/dts/broadcom/ns2*
2880 F:      drivers/clk/bcm/clk-ns*
2881 F:      drivers/pinctrl/bcm/pinctrl-ns*
2882
2883 BROADCOM BRCMSTB GPIO DRIVER
2884 M:      Gregory Fong <gregory.0xf0@gmail.com>
2885 L:      bcm-kernel-feedback-list@broadcom.com
2886 S:      Supported
2887 F:      drivers/gpio/gpio-brcmstb.c
2888 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2889
2890 BROADCOM KONA GPIO DRIVER
2891 M:      Ray Jui <rjui@broadcom.com>
2892 L:      bcm-kernel-feedback-list@broadcom.com
2893 S:      Supported
2894 F:      drivers/gpio/gpio-bcm-kona.c
2895 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2896
2897 BROADCOM NVRAM DRIVER
2898 M:      Rafał Miłecki <zajec5@gmail.com>
2899 L:      linux-mips@linux-mips.org
2900 S:      Maintained
2901 F:      drivers/firmware/broadcom/*
2902
2903 BROADCOM STB NAND FLASH DRIVER
2904 M:      Brian Norris <computersforpeace@gmail.com>
2905 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2906 L:      linux-mtd@lists.infradead.org
2907 L:      bcm-kernel-feedback-list@broadcom.com
2908 S:      Maintained
2909 F:      drivers/mtd/nand/brcmnand/
2910
2911 BROADCOM STB AVS CPUFREQ DRIVER
2912 M:      Markus Mayer <mmayer@broadcom.com>
2913 M:      bcm-kernel-feedback-list@broadcom.com
2914 L:      linux-pm@vger.kernel.org
2915 S:      Maintained
2916 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2917 F:      drivers/cpufreq/brcmstb*
2918
2919 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2920 M:      Rafał Miłecki <zajec5@gmail.com>
2921 L:      linux-wireless@vger.kernel.org
2922 S:      Maintained
2923 F:      drivers/bcma/
2924 F:      include/linux/bcma/
2925
2926 BROADCOM SYSTEMPORT ETHERNET DRIVER
2927 M:      Florian Fainelli <f.fainelli@gmail.com>
2928 L:      netdev@vger.kernel.org
2929 S:      Supported
2930 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2931
2932 BROADCOM NETXTREME-E ROCE DRIVER
2933 M:      Selvin Xavier <selvin.xavier@broadcom.com>
2934 M:      Devesh Sharma <devesh.sharma@broadcom.com>
2935 M:      Somnath Kotur <somnath.kotur@broadcom.com>
2936 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2937 L:      linux-rdma@vger.kernel.org
2938 W:      http://www.broadcom.com
2939 S:      Supported
2940 F:      drivers/infiniband/hw/bnxt_re/
2941 F:      include/uapi/rdma/bnxt_re-abi.h
2942
2943 BROCADE BFA FC SCSI DRIVER
2944 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2945 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2946 L:      linux-scsi@vger.kernel.org
2947 S:      Supported
2948 F:      drivers/scsi/bfa/
2949
2950 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2951 M:      Rasesh Mody <rasesh.mody@cavium.com>
2952 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2953 M:      Dept-GELinuxNICDev@cavium.com
2954 L:      netdev@vger.kernel.org
2955 S:      Supported
2956 F:      drivers/net/ethernet/brocade/bna/
2957
2958 BSG (block layer generic sg v4 driver)
2959 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2960 L:      linux-scsi@vger.kernel.org
2961 S:      Supported
2962 F:      block/bsg.c
2963 F:      include/linux/bsg.h
2964 F:      include/uapi/linux/bsg.h
2965
2966 BT87X AUDIO DRIVER
2967 M:      Clemens Ladisch <clemens@ladisch.de>
2968 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2969 T:      git git://git.alsa-project.org/alsa-kernel.git
2970 S:      Maintained
2971 F:      Documentation/sound/alsa/Bt87x.txt
2972 F:      sound/pci/bt87x.c
2973
2974 BT8XXGPIO DRIVER
2975 M:      Michael Buesch <m@bues.ch>
2976 W:      http://bu3sch.de/btgpio.php
2977 S:      Maintained
2978 F:      drivers/gpio/gpio-bt8xx.c
2979
2980 BTRFS FILE SYSTEM
2981 M:      Chris Mason <clm@fb.com>
2982 M:      Josef Bacik <jbacik@fb.com>
2983 M:      David Sterba <dsterba@suse.com>
2984 L:      linux-btrfs@vger.kernel.org
2985 W:      http://btrfs.wiki.kernel.org/
2986 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2988 S:      Maintained
2989 F:      Documentation/filesystems/btrfs.txt
2990 F:      fs/btrfs/
2991 F:      include/linux/btrfs*
2992 F:      include/uapi/linux/btrfs*
2993
2994 BTTV VIDEO4LINUX DRIVER
2995 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2996 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2997 L:      linux-media@vger.kernel.org
2998 W:      https://linuxtv.org
2999 T:      git git://linuxtv.org/media_tree.git
3000 S:      Odd fixes
3001 F:      Documentation/media/v4l-drivers/bttv*
3002 F:      drivers/media/pci/bt8xx/bttv*
3003
3004 BUSLOGIC SCSI DRIVER
3005 M:      Khalid Aziz <khalid@gonehiking.org>
3006 L:      linux-scsi@vger.kernel.org
3007 S:      Maintained
3008 F:      drivers/scsi/BusLogic.*
3009 F:      drivers/scsi/FlashPoint.*
3010
3011 C-MEDIA CMI8788 DRIVER
3012 M:      Clemens Ladisch <clemens@ladisch.de>
3013 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3014 T:      git git://git.alsa-project.org/alsa-kernel.git
3015 S:      Maintained
3016 F:      sound/pci/oxygen/
3017
3018 C6X ARCHITECTURE
3019 M:      Mark Salter <msalter@redhat.com>
3020 M:      Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3021 L:      linux-c6x-dev@linux-c6x.org
3022 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3023 S:      Maintained
3024 F:      arch/c6x/
3025
3026 CA8210 IEEE-802.15.4 RADIO DRIVER
3027 M:      Harry Morris <h.morris@cascoda.com>
3028 M:      linuxdev@cascoda.com
3029 L:      linux-wpan@vger.kernel.org
3030 W:      https://github.com/Cascoda/ca8210-linux.git
3031 S:      Maintained
3032 F:      drivers/net/ieee802154/ca8210.c
3033 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3034
3035 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3036 M:      David Howells <dhowells@redhat.com>
3037 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
3038 S:      Supported
3039 F:      Documentation/filesystems/caching/cachefiles.txt
3040 F:      fs/cachefiles/
3041
3042 CADET FM/AM RADIO RECEIVER DRIVER
3043 M:      Hans Verkuil <hverkuil@xs4all.nl>
3044 L:      linux-media@vger.kernel.org
3045 T:      git git://linuxtv.org/media_tree.git
3046 W:      https://linuxtv.org
3047 S:      Maintained
3048 F:      drivers/media/radio/radio-cadet*
3049
3050 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3051 M:      Jonathan Corbet <corbet@lwn.net>
3052 L:      linux-media@vger.kernel.org
3053 T:      git git://linuxtv.org/media_tree.git
3054 S:      Maintained
3055 F:      Documentation/media/v4l-drivers/cafe_ccic*
3056 F:      drivers/media/platform/marvell-ccic/
3057
3058 CAIF NETWORK LAYER
3059 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3060 L:      netdev@vger.kernel.org
3061 S:      Supported
3062 F:      Documentation/networking/caif/
3063 F:      drivers/net/caif/
3064 F:      include/uapi/linux/caif/
3065 F:      include/net/caif/
3066 F:      net/caif/
3067
3068 CALGARY x86-64 IOMMU
3069 M:      Muli Ben-Yehuda <mulix@mulix.org>
3070 M:      Jon Mason <jdmason@kudzu.us>
3071 L:      iommu@lists.linux-foundation.org
3072 S:      Maintained
3073 F:      arch/x86/kernel/pci-calgary_64.c
3074 F:      arch/x86/kernel/tce_64.c
3075 F:      arch/x86/include/asm/calgary.h
3076 F:      arch/x86/include/asm/tce.h
3077
3078 CAN NETWORK LAYER
3079 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3080 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3081 L:      linux-can@vger.kernel.org
3082 W:      https://github.com/linux-can
3083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3085 S:      Maintained
3086 F:      Documentation/networking/can.txt
3087 F:      net/can/
3088 F:      include/linux/can/core.h
3089 F:      include/uapi/linux/can.h
3090 F:      include/uapi/linux/can/bcm.h
3091 F:      include/uapi/linux/can/raw.h
3092 F:      include/uapi/linux/can/gw.h
3093
3094 CAN NETWORK DRIVERS
3095 M:      Wolfgang Grandegger <wg@grandegger.com>
3096 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3097 L:      linux-can@vger.kernel.org
3098 W:      https://github.com/linux-can
3099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3101 S:      Maintained
3102 F:      Documentation/devicetree/bindings/net/can/
3103 F:      drivers/net/can/
3104 F:      include/linux/can/dev.h
3105 F:      include/linux/can/platform/
3106 F:      include/uapi/linux/can/error.h
3107 F:      include/uapi/linux/can/netlink.h
3108
3109 CAPABILITIES
3110 M:      Serge Hallyn <serge@hallyn.com>
3111 L:      linux-security-module@vger.kernel.org
3112 S:      Supported
3113 F:      include/linux/capability.h
3114 F:      include/uapi/linux/capability.h
3115 F:      security/commoncap.c
3116 F:      kernel/capability.c
3117
3118 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3119 M:      Kevin Tsai <ktsai@capellamicro.com>
3120 S:      Maintained
3121 F:      drivers/iio/light/cm*
3122
3123 CAVIUM THUNDERX2 ARM64 SOC
3124 M:      Jayachandran C <jnair@caviumnetworks.com>
3125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3126 S:      Maintained
3127 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3128 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3129
3130 CAVIUM I2C DRIVER
3131 M:      Jan Glauber <jglauber@cavium.com>
3132 M:      David Daney <david.daney@cavium.com>
3133 W:      http://www.cavium.com
3134 S:      Supported
3135 F:      drivers/i2c/busses/i2c-octeon*
3136 F:      drivers/i2c/busses/i2c-thunderx*
3137
3138 CAVIUM MMC DRIVER
3139 M:      Jan Glauber <jglauber@cavium.com>
3140 M:      David Daney <david.daney@cavium.com>
3141 M:      Steven J. Hill <Steven.Hill@cavium.com>
3142 W:      http://www.cavium.com
3143 S:      Supported
3144 F:      drivers/mmc/host/cavium*
3145
3146 CAVIUM LIQUIDIO NETWORK DRIVER
3147 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
3148 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
3149 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
3150 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3151 L:     netdev@vger.kernel.org
3152 W:     http://www.cavium.com
3153 S:     Supported
3154 F:     drivers/net/ethernet/cavium/liquidio/
3155
3156 CAVIUM OCTEON-TX CRYPTO DRIVER
3157 M:      George Cherian <george.cherian@cavium.com>
3158 L:      linux-crypto@vger.kernel.org
3159 W:      http://www.cavium.com
3160 S:      Supported
3161 F:      drivers/crypto/cavium/cpt/
3162
3163 CC2520 IEEE-802.15.4 RADIO DRIVER
3164 M:      Varka Bhadram <varkabhadram@gmail.com>
3165 L:      linux-wpan@vger.kernel.org
3166 S:      Maintained
3167 F:      drivers/net/ieee802154/cc2520.c
3168 F:      include/linux/spi/cc2520.h
3169 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3170
3171 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3172 M:      Gilad Ben-Yossef <gilad@benyossef.com>
3173 L:      linux-crypto@vger.kernel.org
3174 L:      driverdev-devel@linuxdriverproject.org
3175 S:      Supported
3176 F:      drivers/staging/ccree/
3177 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3178
3179 CEC FRAMEWORK
3180 M:      Hans Verkuil <hans.verkuil@cisco.com>
3181 L:      linux-media@vger.kernel.org
3182 T:      git git://linuxtv.org/media_tree.git
3183 W:      http://linuxtv.org
3184 S:      Supported
3185 F:      Documentation/media/kapi/cec-core.rst
3186 F:      Documentation/media/uapi/cec
3187 F:      drivers/media/cec/
3188 F:      drivers/media/rc/keymaps/rc-cec.c
3189 F:      include/media/cec.h
3190 F:      include/media/cec-notifier.h
3191 F:      include/uapi/linux/cec.h
3192 F:      include/uapi/linux/cec-funcs.h
3193 F:      Documentation/devicetree/bindings/media/cec.txt
3194
3195 CELL BROADBAND ENGINE ARCHITECTURE
3196 M:      Arnd Bergmann <arnd@arndb.de>
3197 L:      linuxppc-dev@lists.ozlabs.org
3198 W:      http://www.ibm.com/developerworks/power/cell/
3199 S:      Supported
3200 F:      arch/powerpc/include/asm/cell*.h
3201 F:      arch/powerpc/include/asm/spu*.h
3202 F:      arch/powerpc/include/uapi/asm/spu*.h
3203 F:      arch/powerpc/oprofile/*cell*
3204 F:      arch/powerpc/platforms/cell/
3205
3206 CEPH COMMON CODE (LIBCEPH)
3207 M:      Ilya Dryomov <idryomov@gmail.com>
3208 M:      "Yan, Zheng" <zyan@redhat.com>
3209 M:      Sage Weil <sage@redhat.com>
3210 L:      ceph-devel@vger.kernel.org
3211 W:      http://ceph.com/
3212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3213 T:      git git://github.com/ceph/ceph-client.git
3214 S:      Supported
3215 F:      net/ceph/
3216 F:      include/linux/ceph/
3217 F:      include/linux/crush/
3218
3219 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3220 M:      "Yan, Zheng" <zyan@redhat.com>
3221 M:      Sage Weil <sage@redhat.com>
3222 M:      Ilya Dryomov <idryomov@gmail.com>
3223 L:      ceph-devel@vger.kernel.org
3224 W:      http://ceph.com/
3225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3226 T:      git git://github.com/ceph/ceph-client.git
3227 S:      Supported
3228 F:      Documentation/filesystems/ceph.txt
3229 F:      fs/ceph/
3230
3231 CERTIFICATE HANDLING:
3232 M:      David Howells <dhowells@redhat.com>
3233 M:      David Woodhouse <dwmw2@infradead.org>
3234 L:      keyrings@vger.kernel.org
3235 S:      Maintained
3236 F:      Documentation/module-signing.txt
3237 F:      certs/
3238 F:      scripts/sign-file.c
3239 F:      scripts/extract-cert.c
3240
3241 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3242 L:      linux-usb@vger.kernel.org
3243 S:      Orphan
3244 F:      Documentation/usb/WUSB-Design-overview.txt
3245 F:      Documentation/usb/wusb-cbaf
3246 F:      drivers/usb/host/hwa-hc.c
3247 F:      drivers/usb/host/whci/
3248 F:      drivers/usb/wusbcore/
3249 F:      include/linux/usb/wusb*
3250
3251 HT16K33 LED CONTROLLER DRIVER
3252 M:      Robin van der Gracht <robin@protonic.nl>
3253 S:      Maintained
3254 F:      drivers/auxdisplay/ht16k33.c
3255 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3256
3257 CFAG12864B LCD DRIVER
3258 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3259 W:      http://miguelojeda.es/auxdisplay.htm
3260 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3261 S:      Maintained
3262 F:      drivers/auxdisplay/cfag12864b.c
3263 F:      include/linux/cfag12864b.h
3264
3265 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3266 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3267 W:      http://miguelojeda.es/auxdisplay.htm
3268 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3269 S:      Maintained
3270 F:      drivers/auxdisplay/cfag12864bfb.c
3271 F:      include/linux/cfag12864b.h
3272
3273 CFG80211 and NL80211
3274 M:      Johannes Berg <johannes@sipsolutions.net>
3275 L:      linux-wireless@vger.kernel.org
3276 W:      http://wireless.kernel.org/
3277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3279 S:      Maintained
3280 F:      include/uapi/linux/nl80211.h
3281 F:      include/net/cfg80211.h
3282 F:      net/wireless/*
3283 X:      net/wireless/wext*
3284
3285 CHAR and MISC DRIVERS
3286 M:      Arnd Bergmann <arnd@arndb.de>
3287 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3289 S:      Supported
3290 F:      drivers/char/*
3291 F:      drivers/misc/*
3292 F:      include/linux/miscdevice.h
3293
3294 CHECKPATCH
3295 M:      Andy Whitcroft <apw@canonical.com>
3296 M:      Joe Perches <joe@perches.com>
3297 S:      Maintained
3298 F:      scripts/checkpatch.pl
3299
3300 CHINESE DOCUMENTATION
3301 M:      Harry Wei <harryxiyou@gmail.com>
3302 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3303 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3304 S:      Maintained
3305 F:      Documentation/translations/zh_CN/
3306
3307 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3308 M:      Peter Chen <Peter.Chen@nxp.com>
3309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3310 L:      linux-usb@vger.kernel.org
3311 S:      Maintained
3312 F:      drivers/usb/chipidea/
3313
3314 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3315 M:      Hans de Goede <hdegoede@redhat.com>
3316 L:      linux-input@vger.kernel.org
3317 S:      Maintained
3318 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3319 F:      drivers/input/touchscreen/chipone_icn8318.c
3320
3321 CHROME HARDWARE PLATFORM SUPPORT
3322 M:      Benson Leung <bleung@chromium.org>
3323 M:      Olof Johansson <olof@lixom.net>
3324 S:      Maintained
3325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3326 F:      drivers/platform/chrome/
3327
3328 CISCO VIC ETHERNET NIC DRIVER
3329 M:      Christian Benvenuti <benve@cisco.com>
3330 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3331 M:      Neel Patel <neepatel@cisco.com>
3332 S:      Supported
3333 F:      drivers/net/ethernet/cisco/enic/
3334
3335 CISCO VIC LOW LATENCY NIC DRIVER
3336 M:      Christian Benvenuti <benve@cisco.com>
3337 M:      Dave Goodell <dgoodell@cisco.com>
3338 S:      Supported
3339 F:      drivers/infiniband/hw/usnic/
3340
3341 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3342 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3343 L:      netdev@vger.kernel.org
3344 S:      Maintained
3345 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3346
3347 CIRRUS LOGIC AUDIO CODEC DRIVERS
3348 M:      Brian Austin <brian.austin@cirrus.com>
3349 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3350 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3351 S:      Maintained
3352 F:      sound/soc/codecs/cs*
3353
3354 CLEANCACHE API
3355 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3356 L:      linux-kernel@vger.kernel.org
3357 S:      Maintained
3358 F:      mm/cleancache.c
3359 F:      include/linux/cleancache.h
3360
3361 CLK API
3362 M:      Russell King <linux@armlinux.org.uk>
3363 L:      linux-clk@vger.kernel.org
3364 S:      Maintained
3365 F:      include/linux/clk.h
3366
3367 CLOCKSOURCE, CLOCKEVENT DRIVERS
3368 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3369 M:      Thomas Gleixner <tglx@linutronix.de>
3370 L:      linux-kernel@vger.kernel.org
3371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3372 S:      Supported
3373 F:      drivers/clocksource
3374
3375 CISCO FCOE HBA DRIVER
3376 M:      Satish Kharat <satishkh@cisco.com>
3377 M:      Sesidhar Baddela <sebaddel@cisco.com>
3378 M:      Karan Tilak Kumar <kartilak@cisco.com>
3379 L:      linux-scsi@vger.kernel.org
3380 S:      Supported
3381 F:      drivers/scsi/fnic/
3382
3383 CISCO SCSI HBA DRIVER
3384 M:      Karan Tilak Kumar <kartilak@cisco.com>
3385 M:      Sesidhar Baddela <sebaddel@cisco.com>
3386 L:      linux-scsi@vger.kernel.org
3387 S:      Supported
3388 F:      drivers/scsi/snic/
3389
3390 CMPC ACPI DRIVER
3391 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3392 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3393 L:      platform-driver-x86@vger.kernel.org
3394 S:      Supported
3395 F:      drivers/platform/x86/classmate-laptop.c
3396
3397 COBALT MEDIA DRIVER
3398 M:      Hans Verkuil <hans.verkuil@cisco.com>
3399 L:      linux-media@vger.kernel.org
3400 T:      git git://linuxtv.org/media_tree.git
3401 W:      https://linuxtv.org
3402 S:      Supported
3403 F:      drivers/media/pci/cobalt/
3404
3405 COCCINELLE/Semantic Patches (SmPL)
3406 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3407 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3408 M:      Nicolas Palix <nicolas.palix@imag.fr>
3409 M:      Michal Marek <mmarek@suse.com>
3410 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3412 W:      http://coccinelle.lip6.fr/
3413 S:      Supported
3414 F:      Documentation/dev-tools/coccinelle.rst
3415 F:      scripts/coccinelle/
3416 F:      scripts/coccicheck
3417
3418 CODA FILE SYSTEM
3419 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3420 M:      coda@cs.cmu.edu
3421 L:      codalist@coda.cs.cmu.edu
3422 W:      http://www.coda.cs.cmu.edu/
3423 S:      Maintained
3424 F:      Documentation/filesystems/coda.txt
3425 F:      fs/coda/
3426 F:      include/linux/coda*.h
3427 F:      include/uapi/linux/coda*.h
3428
3429 CODA V4L2 MEM2MEM DRIVER
3430 M:      Philipp Zabel <p.zabel@pengutronix.de>
3431 L:      linux-media@vger.kernel.org
3432 S:      Maintained
3433 F:      Documentation/devicetree/bindings/media/coda.txt
3434 F:      drivers/media/platform/coda/
3435
3436 COMMON CLK FRAMEWORK
3437 M:      Michael Turquette <mturquette@baylibre.com>
3438 M:      Stephen Boyd <sboyd@codeaurora.org>
3439 L:      linux-clk@vger.kernel.org
3440 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3442 S:      Maintained
3443 F:      Documentation/devicetree/bindings/clock/
3444 F:      drivers/clk/
3445 X:      drivers/clk/clkdev.c
3446 F:      include/linux/clk-pr*
3447 F:      include/linux/clk/
3448
3449 COMMON INTERNET FILE SYSTEM (CIFS)
3450 M:      Steve French <sfrench@samba.org>
3451 L:      linux-cifs@vger.kernel.org
3452 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3453 W:      http://linux-cifs.samba.org/
3454 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3455 S:      Supported
3456 F:      Documentation/filesystems/cifs/
3457 F:      fs/cifs/
3458
3459 COMPACTPCI HOTPLUG CORE
3460 M:      Scott Murray <scott@spiteful.org>
3461 L:      linux-pci@vger.kernel.org
3462 S:      Maintained
3463 F:      drivers/pci/hotplug/cpci_hotplug*
3464
3465 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3466 M:      Scott Murray <scott@spiteful.org>
3467 L:      linux-pci@vger.kernel.org
3468 S:      Maintained
3469 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3470
3471 COMPACTPCI HOTPLUG GENERIC DRIVER
3472 M:      Scott Murray <scott@spiteful.org>
3473 L:      linux-pci@vger.kernel.org
3474 S:      Maintained
3475 F:      drivers/pci/hotplug/cpcihp_generic.c
3476
3477 COMPAL LAPTOP SUPPORT
3478 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3479 L:      platform-driver-x86@vger.kernel.org
3480 S:      Maintained
3481 F:      drivers/platform/x86/compal-laptop.c
3482
3483 CONEXANT ACCESSRUNNER USB DRIVER
3484 L:      accessrunner-general@lists.sourceforge.net
3485 W:      http://accessrunner.sourceforge.net/
3486 S:      Orphan
3487 F:      drivers/usb/atm/cxacru.c
3488
3489 CONFIGFS
3490 M:      Joel Becker <jlbec@evilplan.org>
3491 M:      Christoph Hellwig <hch@lst.de>
3492 T:      git git://git.infradead.org/users/hch/configfs.git
3493 S:      Supported
3494 F:      fs/configfs/
3495 F:      include/linux/configfs.h
3496
3497 CONNECTOR
3498 M:      Evgeniy Polyakov <zbr@ioremap.net>
3499 L:      netdev@vger.kernel.org
3500 S:      Maintained
3501 F:      drivers/connector/
3502
3503 CONTROL GROUP (CGROUP)
3504 M:      Tejun Heo <tj@kernel.org>
3505 M:      Li Zefan <lizefan@huawei.com>
3506 M:      Johannes Weiner <hannes@cmpxchg.org>
3507 L:      cgroups@vger.kernel.org
3508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3509 S:      Maintained
3510 F:      Documentation/cgroup*
3511 F:      include/linux/cgroup*
3512 F:      kernel/cgroup*
3513
3514 CONTROL GROUP - CPUSET
3515 M:      Li Zefan <lizefan@huawei.com>
3516 L:      cgroups@vger.kernel.org
3517 W:      http://www.bullopensource.org/cpuset/
3518 W:      http://oss.sgi.com/projects/cpusets/
3519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3520 S:      Maintained
3521 F:      Documentation/cgroup-v1/cpusets.txt
3522 F:      include/linux/cpuset.h
3523 F:      kernel/cpuset.c
3524
3525 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3526 M:      Johannes Weiner <hannes@cmpxchg.org>
3527 M:      Michal Hocko <mhocko@kernel.org>
3528 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3529 L:      cgroups@vger.kernel.org
3530 L:      linux-mm@kvack.org
3531 S:      Maintained
3532 F:      mm/memcontrol.c
3533 F:      mm/swap_cgroup.c
3534
3535 CORETEMP HARDWARE MONITORING DRIVER
3536 M:      Fenghua Yu <fenghua.yu@intel.com>
3537 L:      linux-hwmon@vger.kernel.org
3538 S:      Maintained
3539 F:      Documentation/hwmon/coretemp
3540 F:      drivers/hwmon/coretemp.c
3541
3542 COSA/SRP SYNC SERIAL DRIVER
3543 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3544 W:      http://www.fi.muni.cz/~kas/cosa/
3545 S:      Maintained
3546 F:      drivers/net/wan/cosa*
3547
3548 CPMAC ETHERNET DRIVER
3549 M:      Florian Fainelli <f.fainelli@gmail.com>
3550 L:      netdev@vger.kernel.org
3551 S:      Maintained
3552 F:      drivers/net/ethernet/ti/cpmac.c
3553
3554 CPU FREQUENCY DRIVERS
3555 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3556 M:      Viresh Kumar <viresh.kumar@linaro.org>
3557 L:      linux-pm@vger.kernel.org
3558 S:      Maintained
3559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3560 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3561 B:      https://bugzilla.kernel.org
3562 F:      Documentation/cpu-freq/
3563 F:      Documentation/devicetree/bindings/cpufreq/
3564 F:      drivers/cpufreq/
3565 F:      include/linux/cpufreq.h
3566 F:      tools/testing/selftests/cpufreq/
3567
3568 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3569 M:      Viresh Kumar <viresh.kumar@linaro.org>
3570 M:      Sudeep Holla <sudeep.holla@arm.com>
3571 L:      linux-pm@vger.kernel.org
3572 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3573 S:      Maintained
3574 F:      drivers/cpufreq/arm_big_little.h
3575 F:      drivers/cpufreq/arm_big_little.c
3576 F:      drivers/cpufreq/arm_big_little_dt.c
3577
3578 CPUIDLE DRIVER - ARM BIG LITTLE
3579 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3580 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3581 L:      linux-pm@vger.kernel.org
3582 L:      linux-arm-kernel@lists.infradead.org
3583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3584 S:      Maintained
3585 F:      drivers/cpuidle/cpuidle-big_little.c
3586
3587 CPUIDLE DRIVER - ARM EXYNOS
3588 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3589 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3590 M:      Kukjin Kim <kgene@kernel.org>
3591 L:      linux-pm@vger.kernel.org
3592 L:      linux-samsung-soc@vger.kernel.org
3593 S:      Supported
3594 F:      drivers/cpuidle/cpuidle-exynos.c
3595 F:      arch/arm/mach-exynos/pm.c
3596
3597 CPUIDLE DRIVERS
3598 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3599 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3600 L:      linux-pm@vger.kernel.org
3601 S:      Maintained
3602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3603 B:      https://bugzilla.kernel.org
3604 F:      drivers/cpuidle/*
3605 F:      include/linux/cpuidle.h
3606
3607 CPUID/MSR DRIVER
3608 M:      "H. Peter Anvin" <hpa@zytor.com>
3609 S:      Maintained
3610 F:      arch/x86/kernel/cpuid.c
3611 F:      arch/x86/kernel/msr.c
3612
3613 CPU POWER MONITORING SUBSYSTEM
3614 M:      Thomas Renninger <trenn@suse.com>
3615 L:      linux-pm@vger.kernel.org
3616 S:      Maintained
3617 F:      tools/power/cpupower/
3618
3619 CRAMFS FILESYSTEM
3620 W:      http://sourceforge.net/projects/cramfs/
3621 S:      Orphan / Obsolete
3622 F:      Documentation/filesystems/cramfs.txt
3623 F:      fs/cramfs/
3624
3625 CRIS PORT
3626 M:      Mikael Starvik <starvik@axis.com>
3627 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3628 L:      linux-cris-kernel@axis.com
3629 W:      http://developer.axis.com
3630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3631 S:      Maintained
3632 F:      arch/cris/
3633 F:      drivers/tty/serial/crisv10.*
3634
3635 CRYPTO API
3636 M:      Herbert Xu <herbert@gondor.apana.org.au>
3637 M:      "David S. Miller" <davem@davemloft.net>
3638 L:      linux-crypto@vger.kernel.org
3639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3641 S:      Maintained
3642 F:      Documentation/crypto/
3643 F:      Documentation/devicetree/bindings/crypto/
3644 F:      arch/*/crypto/
3645 F:      crypto/
3646 F:      drivers/crypto/
3647 F:      include/crypto/
3648 F:      include/linux/crypto*
3649
3650 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3651 M:      Neil Horman <nhorman@tuxdriver.com>
3652 L:      linux-crypto@vger.kernel.org
3653 S:      Maintained
3654 F:      crypto/ansi_cprng.c
3655 F:      crypto/rng.c
3656
3657 CS3308 MEDIA DRIVER
3658 M:      Hans Verkuil <hverkuil@xs4all.nl>
3659 L:      linux-media@vger.kernel.org
3660 T:      git git://linuxtv.org/media_tree.git
3661 W:      http://linuxtv.org
3662 S:      Odd Fixes
3663 F:      drivers/media/i2c/cs3308.c
3664 F:      drivers/media/i2c/cs3308.h
3665
3666 CS5535 Audio ALSA driver
3667 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3668 S:      Maintained
3669 F:      sound/pci/cs5535audio/
3670
3671 CW1200 WLAN driver
3672 M:      Solomon Peachy <pizza@shaftnet.org>
3673 S:      Maintained
3674 F:      drivers/net/wireless/st/cw1200/
3675
3676 CX18 VIDEO4LINUX DRIVER
3677 M:      Andy Walls <awalls@md.metrocast.net>
3678 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3679 L:      linux-media@vger.kernel.org
3680 T:      git git://linuxtv.org/media_tree.git
3681 W:      https://linuxtv.org
3682 W:      http://www.ivtvdriver.org/index.php/Cx18
3683 S:      Maintained
3684 F:      Documentation/media/v4l-drivers/cx18*
3685 F:      drivers/media/pci/cx18/
3686 F:      include/uapi/linux/ivtv*
3687
3688 CX2341X MPEG ENCODER HELPER MODULE
3689 M:      Hans Verkuil <hverkuil@xs4all.nl>
3690 L:      linux-media@vger.kernel.org
3691 T:      git git://linuxtv.org/media_tree.git
3692 W:      https://linuxtv.org
3693 S:      Maintained
3694 F:      drivers/media/common/cx2341x*
3695 F:      include/media/cx2341x*
3696
3697 CX24120 MEDIA DRIVER
3698 M:      Jemma Denson <jdenson@gmail.com>
3699 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3700 L:      linux-media@vger.kernel.org
3701 W:      https://linuxtv.org
3702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3703 S:      Maintained
3704 F:      drivers/media/dvb-frontends/cx24120*
3705
3706 CX88 VIDEO4LINUX DRIVER
3707 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3708 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3709 L:      linux-media@vger.kernel.org
3710 W:      https://linuxtv.org
3711 T:      git git://linuxtv.org/media_tree.git
3712 S:      Odd fixes
3713 F:      Documentation/media/v4l-drivers/cx88*
3714 F:      drivers/media/pci/cx88/
3715
3716 CXD2820R MEDIA DRIVER
3717 M:      Antti Palosaari <crope@iki.fi>
3718 L:      linux-media@vger.kernel.org
3719 W:      https://linuxtv.org
3720 W:      http://palosaari.fi/linux/
3721 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3722 T:      git git://linuxtv.org/anttip/media_tree.git
3723 S:      Maintained
3724 F:      drivers/media/dvb-frontends/cxd2820r*
3725
3726 CXGB3 ETHERNET DRIVER (CXGB3)
3727 M:      Santosh Raspatur <santosh@chelsio.com>
3728 L:      netdev@vger.kernel.org
3729 W:      http://www.chelsio.com
3730 S:      Supported
3731 F:      drivers/net/ethernet/chelsio/cxgb3/
3732
3733 CXGB3 ISCSI DRIVER (CXGB3I)
3734 M:      Karen Xie <kxie@chelsio.com>
3735 L:      linux-scsi@vger.kernel.org
3736 W:      http://www.chelsio.com
3737 S:      Supported
3738 F:      drivers/scsi/cxgbi/cxgb3i
3739
3740 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3741 M:      Steve Wise <swise@chelsio.com>
3742 L:      linux-rdma@vger.kernel.org
3743 W:      http://www.openfabrics.org
3744 S:      Supported
3745 F:      drivers/infiniband/hw/cxgb3/
3746 F:      include/uapi/rdma/cxgb3-abi.h
3747
3748 CXGB4 ETHERNET DRIVER (CXGB4)
3749 M:      Ganesh Goudar <ganeshgr@chelsio.com>
3750 L:      netdev@vger.kernel.org
3751 W:      http://www.chelsio.com
3752 S:      Supported
3753 F:      drivers/net/ethernet/chelsio/cxgb4/
3754
3755 CXGB4 ISCSI DRIVER (CXGB4I)
3756 M:      Karen Xie <kxie@chelsio.com>
3757 L:      linux-scsi@vger.kernel.org
3758 W:      http://www.chelsio.com
3759 S:      Supported
3760 F:      drivers/scsi/cxgbi/cxgb4i
3761
3762 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3763 M:      Steve Wise <swise@chelsio.com>
3764 L:      linux-rdma@vger.kernel.org
3765 W:      http://www.openfabrics.org
3766 S:      Supported
3767 F:      drivers/infiniband/hw/cxgb4/
3768 F:      include/uapi/rdma/cxgb4-abi.h
3769
3770 CXGB4 CRYPTO DRIVER (chcr)
3771 M:      Harsh Jain <harsh@chelsio.com>
3772 L:      linux-crypto@vger.kernel.org
3773 W:      http://www.chelsio.com
3774 S:      Supported
3775 F:      drivers/crypto/chelsio
3776
3777 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3778 M:      Casey Leedom <leedom@chelsio.com>
3779 L:      netdev@vger.kernel.org
3780 W:      http://www.chelsio.com
3781 S:      Supported
3782 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3783
3784 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3785 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3786 M:      Andrew Donnellan <andrew.donnellan@au1.ibm.com>
3787 L:      linuxppc-dev@lists.ozlabs.org
3788 S:      Supported
3789 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3790 F:      drivers/misc/cxl/
3791 F:      include/misc/cxl*
3792 F:      include/uapi/misc/cxl.h
3793 F:      Documentation/powerpc/cxl.txt
3794 F:      Documentation/ABI/testing/sysfs-class-cxl
3795
3796 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3797 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3798 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3799 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3800 L:      linux-scsi@vger.kernel.org
3801 S:      Supported
3802 F:      drivers/scsi/cxlflash/
3803 F:      include/uapi/scsi/cxlflash_ioctls.h
3804 F:      Documentation/powerpc/cxlflash.txt
3805
3806 STMMAC ETHERNET DRIVER
3807 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3808 M:      Alexandre Torgue <alexandre.torgue@st.com>
3809 L:      netdev@vger.kernel.org
3810 W:      http://www.stlinux.com
3811 S:      Supported
3812 F:      drivers/net/ethernet/stmicro/stmmac/
3813
3814 CYBERPRO FB DRIVER
3815 M:      Russell King <linux@armlinux.org.uk>
3816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3817 W:      http://www.armlinux.org.uk/
3818 S:      Maintained
3819 F:      drivers/video/fbdev/cyber2000fb.*
3820
3821 CYCLADES ASYNC MUX DRIVER
3822 W:      http://www.cyclades.com/
3823 S:      Orphan
3824 F:      drivers/tty/cyclades.c
3825 F:      include/linux/cyclades.h
3826 F:      include/uapi/linux/cyclades.h
3827
3828 CYCLADES PC300 DRIVER
3829 W:      http://www.cyclades.com/
3830 S:      Orphan
3831 F:      drivers/net/wan/pc300*
3832
3833 CYPRESS_FIRMWARE MEDIA DRIVER
3834 M:      Antti Palosaari <crope@iki.fi>
3835 L:      linux-media@vger.kernel.org
3836 W:      https://linuxtv.org
3837 W:      http://palosaari.fi/linux/
3838 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3839 T:      git git://linuxtv.org/anttip/media_tree.git
3840 S:      Maintained
3841 F:      drivers/media/common/cypress_firmware*
3842
3843 CYTTSP TOUCHSCREEN DRIVER
3844 M:      Ferruh Yigit <fery@cypress.com>
3845 L:      linux-input@vger.kernel.org
3846 S:      Supported
3847 F:      drivers/input/touchscreen/cyttsp*
3848 F:      include/linux/input/cyttsp.h
3849
3850 D-LINK DIR-685 TOUCHKEYS DRIVER
3851 M:      Linus Walleij <linus.walleij@linaro.org>
3852 L:      linux-input@vger.kernel.org
3853 S:      Supported
3854 F:      drivers/input/dlink-dir685-touchkeys.c
3855
3856 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3857 M:      Joshua Kinard <kumba@gentoo.org>
3858 S:      Maintained
3859 F:      drivers/rtc/rtc-ds1685.c
3860 F:      include/linux/rtc/ds1685.h
3861
3862 DAMA SLAVE for AX.25
3863 M:      Joerg Reuter <jreuter@yaina.de>
3864 W:      http://yaina.de/jreuter/
3865 W:      http://www.qsl.net/dl1bke/
3866 L:      linux-hams@vger.kernel.org
3867 S:      Maintained
3868 F:      net/ax25/af_ax25.c
3869 F:      net/ax25/ax25_dev.c
3870 F:      net/ax25/ax25_ds_*
3871 F:      net/ax25/ax25_in.c
3872 F:      net/ax25/ax25_out.c
3873 F:      net/ax25/ax25_timer.c
3874 F:      net/ax25/sysctl_net_ax25.c
3875
3876 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3877 L:      netdev@vger.kernel.org
3878 S:      Orphan
3879 F:      Documentation/networking/dmfe.txt
3880 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3881
3882 DC390/AM53C974 SCSI driver
3883 M:      Hannes Reinecke <hare@suse.com>
3884 L:      linux-scsi@vger.kernel.org
3885 S:      Maintained
3886 F:      drivers/scsi/am53c974.c
3887
3888 DC395x SCSI driver
3889 M:      Oliver Neukum <oliver@neukum.org>
3890 M:      Ali Akcaagac <aliakc@web.de>
3891 M:      Jamie Lenehan <lenehan@twibble.org>
3892 L:      dc395x@twibble.org
3893 W:      http://twibble.org/dist/dc395x/
3894 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3895 S:      Maintained
3896 F:      Documentation/scsi/dc395x.txt
3897 F:      drivers/scsi/dc395x.*
3898
3899 DCCP PROTOCOL
3900 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3901 L:      dccp@vger.kernel.org
3902 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3903 S:      Maintained
3904 F:      include/linux/dccp.h
3905 F:      include/uapi/linux/dccp.h
3906 F:      include/linux/tfrc.h
3907 F:      net/dccp/
3908
3909 DECnet NETWORK LAYER
3910 W:      http://linux-decnet.sourceforge.net
3911 L:      linux-decnet-user@lists.sourceforge.net
3912 S:      Orphan
3913 F:      Documentation/networking/decnet.txt
3914 F:      net/decnet/
3915
3916 DECSTATION PLATFORM SUPPORT
3917 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3918 L:      linux-mips@linux-mips.org
3919 W:      http://www.linux-mips.org/wiki/DECstation
3920 S:      Maintained
3921 F:      arch/mips/dec/
3922 F:      arch/mips/include/asm/dec/
3923 F:      arch/mips/include/asm/mach-dec/
3924
3925 DEFXX FDDI NETWORK DRIVER
3926 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3927 S:      Maintained
3928 F:      drivers/net/fddi/defxx.*
3929
3930 DELL LAPTOP DRIVER
3931 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3932 M:      Pali Rohár <pali.rohar@gmail.com>
3933 L:      platform-driver-x86@vger.kernel.org
3934 S:      Maintained
3935 F:      drivers/platform/x86/dell-laptop.c
3936
3937 DELL LAPTOP RBTN DRIVER
3938 M:      Pali Rohár <pali.rohar@gmail.com>
3939 S:      Maintained
3940 F:      drivers/platform/x86/dell-rbtn.*
3941
3942 DELL LAPTOP FREEFALL DRIVER
3943 M:      Pali Rohár <pali.rohar@gmail.com>
3944 S:      Maintained
3945 F:      drivers/platform/x86/dell-smo8800.c
3946
3947 DELL LAPTOP SMM DRIVER
3948 M:      Pali Rohár <pali.rohar@gmail.com>
3949 S:      Maintained
3950 F:      drivers/hwmon/dell-smm-hwmon.c
3951 F:      include/uapi/linux/i8k.h
3952
3953 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3954 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3955 S:      Maintained
3956 F:      Documentation/dcdbas.txt
3957 F:      drivers/firmware/dcdbas.*
3958
3959 DELL WMI EXTRAS DRIVER
3960 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3961 M:      Pali Rohár <pali.rohar@gmail.com>
3962 S:      Maintained
3963 F:      drivers/platform/x86/dell-wmi.c
3964
3965 DESIGNWARE USB2 DRD IP DRIVER
3966 M:      John Youn <johnyoun@synopsys.com>
3967 L:      linux-usb@vger.kernel.org
3968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3969 S:      Maintained
3970 F:      drivers/usb/dwc2/
3971
3972 DESIGNWARE USB3 DRD IP DRIVER
3973 M:      Felipe Balbi <balbi@kernel.org>
3974 L:      linux-usb@vger.kernel.org
3975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3976 S:      Maintained
3977 F:      drivers/usb/dwc3/
3978
3979 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3980 M:      Andreas Klinger <ak@it-klinger.de>
3981 L:      linux-iio@vger.kernel.org
3982 S:      Maintained
3983 F:      drivers/iio/proximity/srf*.c
3984
3985 DEVICE COREDUMP (DEV_COREDUMP)
3986 M:      Johannes Berg <johannes@sipsolutions.net>
3987 L:      linux-kernel@vger.kernel.org
3988 S:      Maintained
3989 F:      drivers/base/devcoredump.c
3990 F:      include/linux/devcoredump.h
3991
3992 DEVICE FREQUENCY (DEVFREQ)
3993 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3994 M:      Kyungmin Park <kyungmin.park@samsung.com>
3995 R:      Chanwoo Choi <cw00.choi@samsung.com>
3996 L:      linux-pm@vger.kernel.org
3997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3998 S:      Maintained
3999 F:      drivers/devfreq/
4000 F:      include/linux/devfreq.h
4001 F:      Documentation/devicetree/bindings/devfreq/
4002
4003 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4004 M:      Chanwoo Choi <cw00.choi@samsung.com>
4005 L:      linux-pm@vger.kernel.org
4006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4007 S:      Supported
4008 F:      drivers/devfreq/event/
4009 F:      drivers/devfreq/devfreq-event.c
4010 F:      include/linux/devfreq-event.h
4011 F:      Documentation/devicetree/bindings/devfreq/event/
4012
4013 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
4014 M:      Chanwoo Choi <cw00.choi@samsung.com>
4015 L:      linux-pm@vger.kernel.org
4016 L:      linux-samsung-soc@vger.kernel.org
4017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4018 S:      Maintained
4019 F:      drivers/devfreq/exynos-bus.c
4020 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
4021
4022 DEVICE NUMBER REGISTRY
4023 M:      Torben Mathiasen <device@lanana.org>
4024 W:      http://lanana.org/docs/device-list/index.html
4025 S:      Maintained
4026
4027 DEVICE-MAPPER  (LVM)
4028 M:      Alasdair Kergon <agk@redhat.com>
4029 M:      Mike Snitzer <snitzer@redhat.com>
4030 M:      dm-devel@redhat.com
4031 L:      dm-devel@redhat.com
4032 W:      http://sources.redhat.com/dm
4033 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4035 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4036 S:      Maintained
4037 F:      Documentation/device-mapper/
4038 F:      drivers/md/dm*
4039 F:      drivers/md/persistent-data/
4040 F:      include/linux/device-mapper.h
4041 F:      include/linux/dm-*.h
4042 F:      include/uapi/linux/dm-*.h
4043
4044 DEVLINK
4045 M:      Jiri Pirko <jiri@mellanox.com>
4046 L:      netdev@vger.kernel.org
4047 S:      Supported
4048 F:      net/core/devlink.c
4049 F:      include/net/devlink.h
4050 F:      include/uapi/linux/devlink.h
4051
4052 DIALOG SEMICONDUCTOR DRIVERS
4053 M:      Support Opensource <support.opensource@diasemi.com>
4054 W:      http://www.dialog-semiconductor.com/products
4055 S:      Supported
4056 F:      Documentation/hwmon/da90??
4057 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4058 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
4059 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4060 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4061 F:      Documentation/devicetree/bindings/watchdog/da92??-wdt.txt
4062 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4063 F:      drivers/gpio/gpio-da90??.c
4064 F:      drivers/hwmon/da90??-hwmon.c
4065 F:      drivers/iio/adc/da91??-*.c
4066 F:      drivers/input/misc/da90??_onkey.c
4067 F:      drivers/input/touchscreen/da9052_tsi.c
4068 F:      drivers/leds/leds-da90??.c
4069 F:      drivers/mfd/da903x.c
4070 F:      drivers/mfd/da90??-*.c
4071 F:      drivers/mfd/da91??-*.c
4072 F:      drivers/power/supply/da9052-battery.c
4073 F:      drivers/power/supply/da91??-*.c
4074 F:      drivers/regulator/da903x.c
4075 F:      drivers/regulator/da9???-regulator.[ch]
4076 F:      drivers/thermal/da90??-thermal.c
4077 F:      drivers/rtc/rtc-da90??.c
4078 F:      drivers/video/backlight/da90??_bl.c
4079 F:      drivers/watchdog/da90??_wdt.c
4080 F:      include/linux/mfd/da903x.h
4081 F:      include/linux/mfd/da9052/
4082 F:      include/linux/mfd/da9055/
4083 F:      include/linux/mfd/da9062/
4084 F:      include/linux/mfd/da9063/
4085 F:      include/linux/mfd/da9150/
4086 F:      include/linux/regulator/da9211.h
4087 F:      include/sound/da[79]*.h
4088 F:      sound/soc/codecs/da[79]*.[ch]
4089
4090 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4091 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4092 L:      linux-gpio@vger.kernel.org
4093 S:      Maintained
4094 F:      drivers/gpio/gpio-gpio-mm.c
4095
4096 DIGI NEO AND CLASSIC PCI PRODUCTS
4097 M:      Lidza Louina <lidza.louina@gmail.com>
4098 M:      Mark Hounschell <markh@compro.net>
4099 L:      driverdev-devel@linuxdriverproject.org
4100 S:      Maintained
4101 F:      drivers/staging/dgnc/
4102
4103 DIOLAN U2C-12 I2C DRIVER
4104 M:      Guenter Roeck <linux@roeck-us.net>
4105 L:      linux-i2c@vger.kernel.org
4106 S:      Maintained
4107 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4108
4109 DIRECT ACCESS (DAX)
4110 M:      Matthew Wilcox <mawilcox@microsoft.com>
4111 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
4112 L:      linux-fsdevel@vger.kernel.org
4113 S:      Supported
4114 F:      fs/dax.c
4115 F:      include/linux/dax.h
4116 F:      include/trace/events/fs_dax.h
4117
4118 DIRECTORY NOTIFICATION (DNOTIFY)
4119 M:      Eric Paris <eparis@parisplace.org>
4120 S:      Maintained
4121 F:      Documentation/filesystems/dnotify.txt
4122 F:      fs/notify/dnotify/
4123 F:      include/linux/dnotify.h
4124
4125 DISK GEOMETRY AND PARTITION HANDLING
4126 M:      Andries Brouwer <aeb@cwi.nl>
4127 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4128 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4129 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4130 S:      Maintained
4131
4132 DISKQUOTA
4133 M:      Jan Kara <jack@suse.com>
4134 S:      Maintained
4135 F:      Documentation/filesystems/quota.txt
4136 F:      fs/quota/
4137 F:      include/linux/quota*.h
4138 F:      include/uapi/linux/quota*.h
4139
4140 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4141 M:      Bernie Thompson <bernie@plugable.com>
4142 L:      linux-fbdev@vger.kernel.org
4143 S:      Maintained
4144 W:      http://plugable.com/category/projects/udlfb/
4145 F:      drivers/video/fbdev/udlfb.c
4146 F:      include/video/udlfb.h
4147 F:      Documentation/fb/udlfb.txt
4148
4149 DISTRIBUTED LOCK MANAGER (DLM)
4150 M:      Christine Caulfield <ccaulfie@redhat.com>
4151 M:      David Teigland <teigland@redhat.com>
4152 L:      cluster-devel@redhat.com
4153 W:      http://sources.redhat.com/cluster/
4154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4155 S:      Supported
4156 F:      fs/dlm/
4157
4158 DMA BUFFER SHARING FRAMEWORK
4159 M:      Sumit Semwal <sumit.semwal@linaro.org>
4160 S:      Maintained
4161 L:      linux-media@vger.kernel.org
4162 L:      dri-devel@lists.freedesktop.org
4163 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4164 F:      drivers/dma-buf/
4165 F:      include/linux/dma-buf*
4166 F:      include/linux/reservation.h
4167 F:      include/linux/*fence.h
4168 F:      Documentation/driver-api/dma-buf.rst
4169 T:      git git://anongit.freedesktop.org/drm/drm-misc
4170
4171 SYNC FILE FRAMEWORK
4172 M:      Sumit Semwal <sumit.semwal@linaro.org>
4173 R:      Gustavo Padovan <gustavo@padovan.org>
4174 S:      Maintained
4175 L:      linux-media@vger.kernel.org
4176 L:      dri-devel@lists.freedesktop.org
4177 F:      drivers/dma-buf/sync_*
4178 F:      drivers/dma-buf/dma-fence*
4179 F:      drivers/dma-buf/sw_sync.c
4180 F:      include/linux/sync_file.h
4181 F:      include/uapi/linux/sync_file.h
4182 F:      Documentation/sync_file.txt
4183 T:      git git://anongit.freedesktop.org/drm/drm-misc
4184
4185 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4186 M:      Vinod Koul <vinod.koul@intel.com>
4187 L:      dmaengine@vger.kernel.org
4188 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4189 S:      Maintained
4190 F:      drivers/dma/
4191 F:      include/linux/dmaengine.h
4192 F:      Documentation/devicetree/bindings/dma/
4193 F:      Documentation/dmaengine/
4194 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4195
4196 DME1737 HARDWARE MONITOR DRIVER
4197 M:      Juerg Haefliger <juergh@gmail.com>
4198 L:      linux-hwmon@vger.kernel.org
4199 S:      Maintained
4200 F:      Documentation/hwmon/dme1737
4201 F:      drivers/hwmon/dme1737.c
4202
4203 DMI/SMBIOS SUPPORT
4204 M:      Jean Delvare <jdelvare@suse.com>
4205 S:      Maintained
4206 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4207 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4208 F:      drivers/firmware/dmi-id.c
4209 F:      drivers/firmware/dmi_scan.c
4210 F:      include/linux/dmi.h
4211
4212 DOCUMENTATION
4213 M:      Jonathan Corbet <corbet@lwn.net>
4214 L:      linux-doc@vger.kernel.org
4215 S:      Maintained
4216 F:      Documentation/
4217 F:      scripts/kernel-doc
4218 X:      Documentation/ABI/
4219 X:      Documentation/devicetree/
4220 X:      Documentation/acpi
4221 X:      Documentation/power
4222 X:      Documentation/spi
4223 X:      Documentation/media
4224 T:      git git://git.lwn.net/linux.git docs-next
4225
4226 DOUBLETALK DRIVER
4227 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4228 L:      blinux-list@redhat.com
4229 S:      Maintained
4230 F:      drivers/char/dtlk.c
4231 F:      include/linux/dtlk.h
4232
4233 DPAA2 DATAPATH I/O (DPIO) DRIVER
4234 M:      Roy Pledge <Roy.Pledge@nxp.com>
4235 L:      linux-kernel@vger.kernel.org
4236 S:      Maintained
4237 F:      drivers/staging/fsl-mc/bus/dpio
4238
4239 DPAA2 ETHERNET DRIVER
4240 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4241 L:      linux-kernel@vger.kernel.org
4242 S:      Maintained
4243 F:      drivers/staging/fsl-dpaa2/ethernet
4244
4245 DPT_I2O SCSI RAID DRIVER
4246 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4247 L:      linux-scsi@vger.kernel.org
4248 W:      http://www.adaptec.com/
4249 S:      Maintained
4250 F:      drivers/scsi/dpt*
4251 F:      drivers/scsi/dpt/
4252
4253 DRBD DRIVER
4254 M:      Philipp Reisner <philipp.reisner@linbit.com>
4255 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4256 L:      drbd-dev@lists.linbit.com
4257 W:      http://www.drbd.org
4258 T:      git git://git.linbit.com/linux-drbd.git
4259 T:      git git://git.linbit.com/drbd-8.4.git
4260 S:      Supported
4261 F:      drivers/block/drbd/
4262 F:      lib/lru_cache.c
4263 F:      Documentation/blockdev/drbd/
4264
4265 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4266 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4268 S:      Supported
4269 F:      Documentation/kobject.txt
4270 F:      drivers/base/
4271 F:      fs/debugfs/
4272 F:      fs/sysfs/
4273 F:      include/linux/debugfs.h
4274 F:      include/linux/kobj*
4275 F:      lib/kobj*
4276
4277 DRM DRIVERS
4278 M:      David Airlie <airlied@linux.ie>
4279 L:      dri-devel@lists.freedesktop.org
4280 T:      git git://people.freedesktop.org/~airlied/linux
4281 B:      https://bugs.freedesktop.org/
4282 C:      irc://chat.freenode.net/dri-devel
4283 S:      Maintained
4284 F:      drivers/gpu/drm/
4285 F:      drivers/gpu/vga/
4286 F:      Documentation/devicetree/bindings/display/
4287 F:      Documentation/devicetree/bindings/gpu/
4288 F:      Documentation/devicetree/bindings/video/
4289 F:      Documentation/gpu/
4290 F:      include/drm/
4291 F:      include/uapi/drm/
4292 F:      include/linux/vga*
4293
4294 DRM DRIVERS AND MISC GPU PATCHES
4295 M:      Daniel Vetter <daniel.vetter@intel.com>
4296 M:      Jani Nikula <jani.nikula@linux.intel.com>
4297 M:      Sean Paul <seanpaul@chromium.org>
4298 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4299 S:      Maintained
4300 T:      git git://anongit.freedesktop.org/drm/drm-misc
4301 F:      Documentation/gpu/
4302 F:      drivers/gpu/vga/
4303 F:      drivers/gpu/drm/*
4304 F:      include/drm/drm*
4305 F:      include/uapi/drm/drm*
4306 F:      include/linux/vga*
4307
4308 DRM DRIVER FOR ARM PL111 CLCD
4309 M:      Eric Anholt <eric@anholt.net>
4310 T:      git git://anongit.freedesktop.org/drm/drm-misc
4311 S:      Supported
4312 F:      drivers/gpu/drm/pl111/
4313
4314 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4315 M:      Dave Airlie <airlied@redhat.com>
4316 S:      Odd Fixes
4317 F:      drivers/gpu/drm/ast/
4318
4319 DRM DRIVERS FOR BRIDGE CHIPS
4320 M:      Archit Taneja <architt@codeaurora.org>
4321 M:      Andrzej Hajda <a.hajda@samsung.com>
4322 R:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
4323 S:      Maintained
4324 T:      git git://anongit.freedesktop.org/drm/drm-misc
4325 F:      drivers/gpu/drm/bridge/
4326
4327 DRM DRIVER FOR BOCHS VIRTUAL GPU
4328 M:      Gerd Hoffmann <kraxel@redhat.com>
4329 L:      virtualization@lists.linux-foundation.org
4330 T:      git git://anongit.freedesktop.org/drm/drm-misc
4331 S:      Maintained
4332 F:      drivers/gpu/drm/bochs/
4333
4334 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4335 M:      Dave Airlie <airlied@redhat.com>
4336 M:      Gerd Hoffmann <kraxel@redhat.com>
4337 L:      virtualization@lists.linux-foundation.org
4338 T:      git git://anongit.freedesktop.org/drm/drm-misc
4339 S:      Obsolete
4340 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4341 F:      drivers/gpu/drm/cirrus/
4342
4343 RADEON and AMDGPU DRM DRIVERS
4344 M:      Alex Deucher <alexander.deucher@amd.com>
4345 M:      Christian König <christian.koenig@amd.com>
4346 L:      amd-gfx@lists.freedesktop.org
4347 T:      git git://people.freedesktop.org/~agd5f/linux
4348 S:      Supported
4349 F:      drivers/gpu/drm/radeon/
4350 F:      include/uapi/drm/radeon_drm.h
4351 F:      drivers/gpu/drm/amd/
4352 F:      include/uapi/drm/amdgpu_drm.h
4353
4354 DRM PANEL DRIVERS
4355 M:      Thierry Reding <thierry.reding@gmail.com>
4356 L:      dri-devel@lists.freedesktop.org
4357 T:      git git://anongit.freedesktop.org/tegra/linux.git
4358 S:      Maintained
4359 F:      drivers/gpu/drm/drm_panel.c
4360 F:      drivers/gpu/drm/panel/
4361 F:      include/drm/drm_panel.h
4362 F:      Documentation/devicetree/bindings/display/panel/
4363
4364 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4365 M:      Daniel Vetter <daniel.vetter@intel.com>
4366 M:      Jani Nikula <jani.nikula@linux.intel.com>
4367 L:      intel-gfx@lists.freedesktop.org
4368 W:      https://01.org/linuxgraphics/
4369 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4370 C:      irc://chat.freenode.net/intel-gfx
4371 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4372 T:      git git://anongit.freedesktop.org/drm-intel
4373 S:      Supported
4374 F:      drivers/gpu/drm/i915/
4375 F:      include/drm/i915*
4376 F:      include/uapi/drm/i915_drm.h
4377 F:      Documentation/gpu/i915.rst
4378
4379 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4380 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4381 M:      Zhi Wang <zhi.a.wang@intel.com>
4382 L:      intel-gvt-dev@lists.freedesktop.org
4383 L:      intel-gfx@lists.freedesktop.org
4384 W:      https://01.org/igvt-g
4385 T:      git https://github.com/01org/gvt-linux.git
4386 S:      Supported
4387 F:      drivers/gpu/drm/i915/gvt/
4388
4389 DRM DRIVERS FOR ATMEL HLCDC
4390 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4391 L:      dri-devel@lists.freedesktop.org
4392 S:      Supported
4393 F:      drivers/gpu/drm/atmel-hlcdc/
4394 F:      Documentation/devicetree/bindings/drm/atmel/
4395 T:      git git://anongit.freedesktop.org/drm/drm-misc
4396
4397 DRM DRIVERS FOR ALLWINNER A10
4398 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4399 L:      dri-devel@lists.freedesktop.org
4400 S:      Supported
4401 F:      drivers/gpu/drm/sun4i/
4402 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4404
4405 DRM DRIVERS FOR AMLOGIC SOCS
4406 M:      Neil Armstrong <narmstrong@baylibre.com>
4407 L:      dri-devel@lists.freedesktop.org
4408 L:      linux-amlogic@lists.infradead.org
4409 W:      http://linux-meson.com/
4410 S:      Supported
4411 F:      drivers/gpu/drm/meson/
4412 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4413 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4414 F:      Documentation/gpu/meson.rst
4415 T:      git git://anongit.freedesktop.org/drm/drm-misc
4416
4417 DRM DRIVERS FOR EXYNOS
4418 M:      Inki Dae <inki.dae@samsung.com>
4419 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4420 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4421 M:      Kyungmin Park <kyungmin.park@samsung.com>
4422 L:      dri-devel@lists.freedesktop.org
4423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4424 S:      Supported
4425 F:      drivers/gpu/drm/exynos/
4426 F:      include/uapi/drm/exynos_drm.h
4427 F:      Documentation/devicetree/bindings/display/exynos/
4428
4429 DRM DRIVERS FOR FREESCALE DCU
4430 M:      Stefan Agner <stefan@agner.ch>
4431 M:      Alison Wang <alison.wang@freescale.com>
4432 L:      dri-devel@lists.freedesktop.org
4433 S:      Supported
4434 F:      drivers/gpu/drm/fsl-dcu/
4435 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4436 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4437 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4438
4439 DRM DRIVERS FOR FREESCALE IMX
4440 M:      Philipp Zabel <p.zabel@pengutronix.de>
4441 L:      dri-devel@lists.freedesktop.org
4442 S:      Maintained
4443 F:      drivers/gpu/drm/imx/
4444 F:      drivers/gpu/ipu-v3/
4445 F:      Documentation/devicetree/bindings/display/imx/
4446
4447 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4448 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4449 L:      dri-devel@lists.freedesktop.org
4450 T:      git git://github.com/patjak/drm-gma500
4451 S:      Maintained
4452 F:      drivers/gpu/drm/gma500/
4453
4454 DRM DRIVERS FOR HISILICON
4455 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4456 M:      Rongrong Zou <zourongrong@gmail.com>
4457 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4458 R:      Chen Feng <puck.chen@hisilicon.com>
4459 L:      dri-devel@lists.freedesktop.org
4460 T:      git git://github.com/xin3liang/linux.git
4461 S:      Maintained
4462 F:      drivers/gpu/drm/hisilicon/
4463 F:      Documentation/devicetree/bindings/display/hisilicon/
4464
4465 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4466 S:      Orphan / Obsolete
4467 F:      drivers/gpu/drm/i810/
4468 F:      include/uapi/drm/i810_drm.h
4469
4470 DRM DRIVERS FOR MEDIATEK
4471 M:      CK Hu <ck.hu@mediatek.com>
4472 M:      Philipp Zabel <p.zabel@pengutronix.de>
4473 L:      dri-devel@lists.freedesktop.org
4474 S:      Supported
4475 F:      drivers/gpu/drm/mediatek/
4476 F:      Documentation/devicetree/bindings/display/mediatek/
4477
4478 DRM DRIVER FOR MI0283QT
4479 M:      Noralf Trønnes <noralf@tronnes.org>
4480 S:      Maintained
4481 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4482 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4483
4484 DRM DRIVER FOR MSM ADRENO GPU
4485 M:      Rob Clark <robdclark@gmail.com>
4486 L:      linux-arm-msm@vger.kernel.org
4487 L:      dri-devel@lists.freedesktop.org
4488 L:      freedreno@lists.freedesktop.org
4489 T:      git git://people.freedesktop.org/~robclark/linux
4490 S:      Maintained
4491 F:      drivers/gpu/drm/msm/
4492 F:      include/uapi/drm/msm_drm.h
4493 F:      Documentation/devicetree/bindings/display/msm/
4494
4495 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4496 M:      Ben Skeggs <bskeggs@redhat.com>
4497 L:      dri-devel@lists.freedesktop.org
4498 L:      nouveau@lists.freedesktop.org
4499 T:      git git://github.com/skeggsb/linux
4500 S:      Supported
4501 F:      drivers/gpu/drm/nouveau/
4502 F:      include/uapi/drm/nouveau_drm.h
4503
4504 DRM DRIVERS FOR NVIDIA TEGRA
4505 M:      Thierry Reding <thierry.reding@gmail.com>
4506 L:      dri-devel@lists.freedesktop.org
4507 L:      linux-tegra@vger.kernel.org
4508 T:      git git://anongit.freedesktop.org/tegra/linux.git
4509 S:      Supported
4510 F:      drivers/gpu/drm/tegra/
4511 F:      drivers/gpu/host1x/
4512 F:      include/linux/host1x.h
4513 F:      include/uapi/drm/tegra_drm.h
4514 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4515
4516 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4517 S:      Orphan / Obsolete
4518 F:      drivers/gpu/drm/mga/
4519 F:      include/uapi/drm/mga_drm.h
4520
4521 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4522 M:      Dave Airlie <airlied@redhat.com>
4523 S:      Odd Fixes
4524 F:      drivers/gpu/drm/mgag200/
4525
4526 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4527 S:      Orphan / Obsolete
4528 F:      drivers/gpu/drm/r128/
4529 F:      include/uapi/drm/r128_drm.h
4530
4531 DRM DRIVERS FOR RENESAS
4532 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4533 L:      dri-devel@lists.freedesktop.org
4534 L:      linux-renesas-soc@vger.kernel.org
4535 T:      git git://linuxtv.org/pinchartl/fbdev
4536 S:      Supported
4537 F:      drivers/gpu/drm/rcar-du/
4538 F:      drivers/gpu/drm/shmobile/
4539 F:      include/linux/platform_data/shmob_drm.h
4540 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4541 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4542
4543 DRM DRIVER FOR QXL VIRTUAL GPU
4544 M:      Dave Airlie <airlied@redhat.com>
4545 M:      Gerd Hoffmann <kraxel@redhat.com>
4546 L:      virtualization@lists.linux-foundation.org
4547 T:      git git://anongit.freedesktop.org/drm/drm-misc
4548 S:      Maintained
4549 F:      drivers/gpu/drm/qxl/
4550 F:      include/uapi/drm/qxl_drm.h
4551
4552 DRM DRIVERS FOR ROCKCHIP
4553 M:      Mark Yao <mark.yao@rock-chips.com>
4554 L:      dri-devel@lists.freedesktop.org
4555 S:      Maintained
4556 F:      drivers/gpu/drm/rockchip/
4557 F:      Documentation/devicetree/bindings/display/rockchip/
4558 T:      git git://anongit.freedesktop.org/drm/drm-misc
4559
4560 DRM DRIVER FOR SAVAGE VIDEO CARDS
4561 S:      Orphan / Obsolete
4562 F:      drivers/gpu/drm/savage/
4563 F:      include/uapi/drm/savage_drm.h
4564
4565 DRM DRIVER FOR SIS VIDEO CARDS
4566 S:      Orphan / Obsolete
4567 F:      drivers/gpu/drm/sis/
4568 F:      include/uapi/drm/sis_drm.h
4569
4570 DRM DRIVERS FOR STI
4571 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4572 M:      Vincent Abriou <vincent.abriou@st.com>
4573 L:      dri-devel@lists.freedesktop.org
4574 T:      git git://anongit.freedesktop.org/drm/drm-misc
4575 S:      Maintained
4576 F:      drivers/gpu/drm/sti
4577 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4578
4579 DRM DRIVERS FOR STM
4580 M:      Yannick Fertre <yannick.fertre@st.com>
4581 M:      Philippe Cornu <philippe.cornu@st.com>
4582 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4583 M:      Vincent Abriou <vincent.abriou@st.com>
4584 L:      dri-devel@lists.freedesktop.org
4585 T:      git git://anongit.freedesktop.org/drm/drm-misc
4586 S:      Maintained
4587 F:      drivers/gpu/drm/stm
4588 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4589
4590 DRM DRIVER FOR TDFX VIDEO CARDS
4591 S:      Orphan / Obsolete
4592 F:      drivers/gpu/drm/tdfx/
4593
4594 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4595 M:      Dave Airlie <airlied@redhat.com>
4596 S:      Odd Fixes
4597 F:      drivers/gpu/drm/udl/
4598
4599 DRM DRIVERS FOR VIVANTE GPU IP
4600 M:      Lucas Stach <l.stach@pengutronix.de>
4601 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4602 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4603 L:      etnaviv@lists.freedesktop.org
4604 L:      dri-devel@lists.freedesktop.org
4605 S:      Maintained
4606 F:      drivers/gpu/drm/etnaviv/
4607 F:      include/uapi/drm/etnaviv_drm.h
4608 F:      Documentation/devicetree/bindings/display/etnaviv/
4609
4610 DRM DRIVER FOR VMWARE VIRTUAL GPU
4611 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4612 M:      Sinclair Yeh <syeh@vmware.com>
4613 M:      Thomas Hellstrom <thellstrom@vmware.com>
4614 L:      dri-devel@lists.freedesktop.org
4615 T:      git git://people.freedesktop.org/~syeh/repos_linux
4616 T:      git git://people.freedesktop.org/~thomash/linux
4617 S:      Supported
4618 F:      drivers/gpu/drm/vmwgfx/
4619 F:      include/uapi/drm/vmwgfx_drm.h
4620
4621 DRM DRIVERS FOR VC4
4622 M:      Eric Anholt <eric@anholt.net>
4623 T:      git git://github.com/anholt/linux
4624 S:      Supported
4625 F:      drivers/gpu/drm/vc4/
4626 F:      include/uapi/drm/vc4_drm.h
4627 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4628 T:      git git://anongit.freedesktop.org/drm/drm-misc
4629
4630 DRM DRIVERS FOR TI OMAP
4631 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4632 L:      dri-devel@lists.freedesktop.org
4633 S:      Maintained
4634 F:      drivers/gpu/drm/omapdrm/
4635 F:      Documentation/devicetree/bindings/display/ti/
4636
4637 DRM DRIVERS FOR TI LCDC
4638 M:      Jyri Sarha <jsarha@ti.com>
4639 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4640 L:      dri-devel@lists.freedesktop.org
4641 S:      Maintained
4642 F:      drivers/gpu/drm/tilcdc/
4643 F:      Documentation/devicetree/bindings/display/tilcdc/
4644
4645 DRM DRIVERS FOR ZTE ZX
4646 M:      Shawn Guo <shawnguo@kernel.org>
4647 L:      dri-devel@lists.freedesktop.org
4648 S:      Maintained
4649 F:      drivers/gpu/drm/zte/
4650 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4651 T:      git git://anongit.freedesktop.org/drm/drm-misc
4652
4653 DSBR100 USB FM RADIO DRIVER
4654 M:      Alexey Klimov <klimov.linux@gmail.com>
4655 L:      linux-media@vger.kernel.org
4656 T:      git git://linuxtv.org/media_tree.git
4657 S:      Maintained
4658 F:      drivers/media/radio/dsbr100.c
4659
4660 DSCC4 DRIVER
4661 M:      Francois Romieu <romieu@fr.zoreil.com>
4662 L:      netdev@vger.kernel.org
4663 S:      Maintained
4664 F:      drivers/net/wan/dscc4.c
4665
4666 DT3155 MEDIA DRIVER
4667 M:      Hans Verkuil <hverkuil@xs4all.nl>
4668 L:      linux-media@vger.kernel.org
4669 T:      git git://linuxtv.org/media_tree.git
4670 W:      https://linuxtv.org
4671 S:      Odd Fixes
4672 F:      drivers/media/pci/dt3155/
4673
4674 DVB_USB_AF9015 MEDIA DRIVER
4675 M:      Antti Palosaari <crope@iki.fi>
4676 L:      linux-media@vger.kernel.org
4677 W:      https://linuxtv.org
4678 W:      http://palosaari.fi/linux/
4679 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4680 T:      git git://linuxtv.org/anttip/media_tree.git
4681 S:      Maintained
4682 F:      drivers/media/usb/dvb-usb-v2/af9015*
4683
4684 DVB_USB_AF9035 MEDIA DRIVER
4685 M:      Antti Palosaari <crope@iki.fi>
4686 L:      linux-media@vger.kernel.org
4687 W:      https://linuxtv.org
4688 W:      http://palosaari.fi/linux/
4689 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4690 T:      git git://linuxtv.org/anttip/media_tree.git
4691 S:      Maintained
4692 F:      drivers/media/usb/dvb-usb-v2/af9035*
4693
4694 DVB_USB_ANYSEE MEDIA DRIVER
4695 M:      Antti Palosaari <crope@iki.fi>
4696 L:      linux-media@vger.kernel.org
4697 W:      https://linuxtv.org
4698 W:      http://palosaari.fi/linux/
4699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4700 T:      git git://linuxtv.org/anttip/media_tree.git
4701 S:      Maintained
4702 F:      drivers/media/usb/dvb-usb-v2/anysee*
4703
4704 DVB_USB_AU6610 MEDIA DRIVER
4705 M:      Antti Palosaari <crope@iki.fi>
4706 L:      linux-media@vger.kernel.org
4707 W:      https://linuxtv.org
4708 W:      http://palosaari.fi/linux/
4709 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4710 T:      git git://linuxtv.org/anttip/media_tree.git
4711 S:      Maintained
4712 F:      drivers/media/usb/dvb-usb-v2/au6610*
4713
4714 DVB_USB_CE6230 MEDIA DRIVER
4715 M:      Antti Palosaari <crope@iki.fi>
4716 L:      linux-media@vger.kernel.org
4717 W:      https://linuxtv.org
4718 W:      http://palosaari.fi/linux/
4719 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4720 T:      git git://linuxtv.org/anttip/media_tree.git
4721 S:      Maintained
4722 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4723
4724 DVB_USB_CXUSB MEDIA DRIVER
4725 M:      Michael Krufky <mkrufky@linuxtv.org>
4726 L:      linux-media@vger.kernel.org
4727 W:      https://linuxtv.org
4728 W:      http://github.com/mkrufky
4729 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4730 T:      git git://linuxtv.org/media_tree.git
4731 S:      Maintained
4732 F:      drivers/media/usb/dvb-usb/cxusb*
4733
4734 DVB_USB_EC168 MEDIA DRIVER
4735 M:      Antti Palosaari <crope@iki.fi>
4736 L:      linux-media@vger.kernel.org
4737 W:      https://linuxtv.org
4738 W:      http://palosaari.fi/linux/
4739 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4740 T:      git git://linuxtv.org/anttip/media_tree.git
4741 S:      Maintained
4742 F:      drivers/media/usb/dvb-usb-v2/ec168*
4743
4744 DVB_USB_GL861 MEDIA DRIVER
4745 M:      Antti Palosaari <crope@iki.fi>
4746 L:      linux-media@vger.kernel.org
4747 W:      https://linuxtv.org
4748 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4749 T:      git git://linuxtv.org/anttip/media_tree.git
4750 S:      Maintained
4751 F:      drivers/media/usb/dvb-usb-v2/gl861*
4752
4753 DVB_USB_MXL111SF MEDIA DRIVER
4754 M:      Michael Krufky <mkrufky@linuxtv.org>
4755 L:      linux-media@vger.kernel.org
4756 W:      https://linuxtv.org
4757 W:      http://github.com/mkrufky
4758 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4759 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4760 S:      Maintained
4761 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4762
4763 DVB_USB_RTL28XXU MEDIA DRIVER
4764 M:      Antti Palosaari <crope@iki.fi>
4765 L:      linux-media@vger.kernel.org
4766 W:      https://linuxtv.org
4767 W:      http://palosaari.fi/linux/
4768 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4769 T:      git git://linuxtv.org/anttip/media_tree.git
4770 S:      Maintained
4771 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4772
4773 DVB_USB_V2 MEDIA DRIVER
4774 M:      Antti Palosaari <crope@iki.fi>
4775 L:      linux-media@vger.kernel.org
4776 W:      https://linuxtv.org
4777 W:      http://palosaari.fi/linux/
4778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4779 T:      git git://linuxtv.org/anttip/media_tree.git
4780 S:      Maintained
4781 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4782 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4783
4784 DONGWOON DW9714 LENS VOICE COIL DRIVER
4785 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
4786 L:      linux-media@vger.kernel.org
4787 T:      git git://linuxtv.org/media_tree.git
4788 S:      Maintained
4789 F:      drivers/media/i2c/dw9714.c
4790
4791 DYNAMIC DEBUG
4792 M:      Jason Baron <jbaron@akamai.com>
4793 S:      Maintained
4794 F:      lib/dynamic_debug.c
4795 F:      include/linux/dynamic_debug.h
4796
4797 DZ DECSTATION DZ11 SERIAL DRIVER
4798 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4799 S:      Maintained
4800 F:      drivers/tty/serial/dz.*
4801
4802 E3X0 POWER BUTTON DRIVER
4803 M:      Moritz Fischer <moritz.fischer@ettus.com>
4804 L:      usrp-users@lists.ettus.com
4805 W:      http://www.ettus.com
4806 S:      Supported
4807 F:      drivers/input/misc/e3x0-button.c
4808 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4809
4810 E4000 MEDIA DRIVER
4811 M:      Antti Palosaari <crope@iki.fi>
4812 L:      linux-media@vger.kernel.org
4813 W:      https://linuxtv.org
4814 W:      http://palosaari.fi/linux/
4815 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4816 T:      git git://linuxtv.org/anttip/media_tree.git
4817 S:      Maintained
4818 F:      drivers/media/tuners/e4000*
4819
4820 EATA ISA/EISA/PCI SCSI DRIVER
4821 M:      Dario Ballabio <ballabio_dario@emc.com>
4822 L:      linux-scsi@vger.kernel.org
4823 S:      Maintained
4824 F:      drivers/scsi/eata.c
4825
4826 EC100 MEDIA DRIVER
4827 M:      Antti Palosaari <crope@iki.fi>
4828 L:      linux-media@vger.kernel.org
4829 W:      https://linuxtv.org
4830 W:      http://palosaari.fi/linux/
4831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4832 T:      git git://linuxtv.org/anttip/media_tree.git
4833 S:      Maintained
4834 F:      drivers/media/dvb-frontends/ec100*
4835
4836 ECRYPT FILE SYSTEM
4837 M:      Tyler Hicks <tyhicks@canonical.com>
4838 L:      ecryptfs@vger.kernel.org
4839 W:      http://ecryptfs.org
4840 W:      https://launchpad.net/ecryptfs
4841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4842 S:      Supported
4843 F:      Documentation/filesystems/ecryptfs.txt
4844 F:      fs/ecryptfs/
4845
4846 EDAC-CORE
4847 M:      Borislav Petkov <bp@alien8.de>
4848 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4849 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4850 L:      linux-edac@vger.kernel.org
4851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4853 S:      Supported
4854 F:      Documentation/admin-guide/ras.rst
4855 F:      Documentation/driver-api/edac.rst
4856 F:      drivers/edac/
4857 F:      include/linux/edac.h
4858
4859 EDAC-AMD64
4860 M:      Borislav Petkov <bp@alien8.de>
4861 L:      linux-edac@vger.kernel.org
4862 S:      Maintained
4863 F:      drivers/edac/amd64_edac*
4864
4865 EDAC-CALXEDA
4866 M:      Robert Richter <rric@kernel.org>
4867 L:      linux-edac@vger.kernel.org
4868 S:      Maintained
4869 F:      drivers/edac/highbank*
4870
4871 EDAC-CAVIUM
4872 M:      Ralf Baechle <ralf@linux-mips.org>
4873 M:      David Daney <david.daney@cavium.com>
4874 L:      linux-edac@vger.kernel.org
4875 L:      linux-mips@linux-mips.org
4876 S:      Supported
4877 F:      drivers/edac/octeon_edac*
4878 F:      drivers/edac/thunderx_edac*
4879
4880 EDAC-E752X
4881 M:      Mark Gross <mark.gross@intel.com>
4882 L:      linux-edac@vger.kernel.org
4883 S:      Maintained
4884 F:      drivers/edac/e752x_edac.c
4885
4886 EDAC-E7XXX
4887 L:      linux-edac@vger.kernel.org
4888 S:      Maintained
4889 F:      drivers/edac/e7xxx_edac.c
4890
4891 EDAC-FSL_DDR
4892 M:      York Sun <york.sun@nxp.com>
4893 L:      linux-edac@vger.kernel.org
4894 S:      Maintained
4895 F:      drivers/edac/fsl_ddr_edac.*
4896
4897 EDAC-GHES
4898 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4899 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4900 L:      linux-edac@vger.kernel.org
4901 S:      Maintained
4902 F:      drivers/edac/ghes_edac.c
4903
4904 EDAC-I82443BXGX
4905 M:      Tim Small <tim@buttersideup.com>
4906 L:      linux-edac@vger.kernel.org
4907 S:      Maintained
4908 F:      drivers/edac/i82443bxgx_edac.c
4909
4910 EDAC-I3000
4911 L:      linux-edac@vger.kernel.org
4912 S:      Orphan
4913 F:      drivers/edac/i3000_edac.c
4914
4915 EDAC-I5000
4916 L:      linux-edac@vger.kernel.org
4917 S:      Maintained
4918 F:      drivers/edac/i5000_edac.c
4919
4920 EDAC-I5400
4921 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4922 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4923 L:      linux-edac@vger.kernel.org
4924 S:      Maintained
4925 F:      drivers/edac/i5400_edac.c
4926
4927 EDAC-I7300
4928 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4929 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4930 L:      linux-edac@vger.kernel.org
4931 S:      Maintained
4932 F:      drivers/edac/i7300_edac.c
4933
4934 EDAC-I7CORE
4935 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4936 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4937 L:      linux-edac@vger.kernel.org
4938 S:      Maintained
4939 F:      drivers/edac/i7core_edac.c
4940
4941 EDAC-I82975X
4942 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4943 M:      "Arvind R." <arvino55@gmail.com>
4944 L:      linux-edac@vger.kernel.org
4945 S:      Maintained
4946 F:      drivers/edac/i82975x_edac.c
4947
4948 EDAC-IE31200
4949 M:      Jason Baron <jbaron@akamai.com>
4950 L:      linux-edac@vger.kernel.org
4951 S:      Maintained
4952 F:      drivers/edac/ie31200_edac.c
4953
4954 EDAC-MPC85XX
4955 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4956 L:      linux-edac@vger.kernel.org
4957 S:      Maintained
4958 F:      drivers/edac/mpc85xx_edac.[ch]
4959
4960 EDAC-PND2
4961 M:      Tony Luck <tony.luck@intel.com>
4962 L:      linux-edac@vger.kernel.org
4963 S:      Maintained
4964 F:      drivers/edac/pnd2_edac.[ch]
4965
4966 EDAC-PASEMI
4967 M:      Egor Martovetsky <egor@pasemi.com>
4968 L:      linux-edac@vger.kernel.org
4969 S:      Maintained
4970 F:      drivers/edac/pasemi_edac.c
4971
4972 EDAC-R82600
4973 M:      Tim Small <tim@buttersideup.com>
4974 L:      linux-edac@vger.kernel.org
4975 S:      Maintained
4976 F:      drivers/edac/r82600_edac.c
4977
4978 EDAC-SBRIDGE
4979 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4980 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4981 L:      linux-edac@vger.kernel.org
4982 S:      Maintained
4983 F:      drivers/edac/sb_edac.c
4984
4985 EDAC-SKYLAKE
4986 M:      Tony Luck <tony.luck@intel.com>
4987 L:      linux-edac@vger.kernel.org
4988 S:      Maintained
4989 F:      drivers/edac/skx_edac.c
4990
4991 EDAC-XGENE
4992 APPLIED MICRO (APM) X-GENE SOC EDAC
4993 M:     Loc Ho <lho@apm.com>
4994 S:     Supported
4995 F:     drivers/edac/xgene_edac.c
4996 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4997
4998 EDIROL UA-101/UA-1000 DRIVER
4999 M:      Clemens Ladisch <clemens@ladisch.de>
5000 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5001 T:      git git://git.alsa-project.org/alsa-kernel.git
5002 S:      Maintained
5003 F:      sound/usb/misc/ua101.c
5004
5005 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5006 M:      Matt Fleming <matt@codeblueprint.co.uk>
5007 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5008 L:      linux-efi@vger.kernel.org
5009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5010 S:      Maintained
5011 F:      Documentation/efi-stub.txt
5012 F:      arch/*/kernel/efi.c
5013 F:      arch/x86/boot/compressed/eboot.[ch]
5014 F:      arch/*/include/asm/efi.h
5015 F:      arch/x86/platform/efi/
5016 F:      drivers/firmware/efi/
5017 F:      include/linux/efi*.h
5018 F:      arch/arm/boot/compressed/efi-header.S
5019 F:      arch/arm64/kernel/efi-entry.S
5020
5021 EFI VARIABLE FILESYSTEM
5022 M:      Matthew Garrett <matthew.garrett@nebula.com>
5023 M:      Jeremy Kerr <jk@ozlabs.org>
5024 M:      Matt Fleming <matt@codeblueprint.co.uk>
5025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
5026 L:      linux-efi@vger.kernel.org
5027 S:      Maintained
5028 F:      fs/efivarfs/
5029
5030 EFIFB FRAMEBUFFER DRIVER
5031 L:      linux-fbdev@vger.kernel.org
5032 M:      Peter Jones <pjones@redhat.com>
5033 S:      Maintained
5034 F:      drivers/video/fbdev/efifb.c
5035
5036 EFI TEST DRIVER
5037 L:      linux-efi@vger.kernel.org
5038 M:      Ivan Hu <ivan.hu@canonical.com>
5039 M:      Matt Fleming <matt@codeblueprint.co.uk>
5040 S:      Maintained
5041 F:      drivers/firmware/efi/test/
5042
5043 EFS FILESYSTEM
5044 W:      http://aeschi.ch.eu.org/efs/
5045 S:      Orphan
5046 F:      fs/efs/
5047
5048 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5049 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
5050 L:      netdev@vger.kernel.org
5051 S:      Maintained
5052 F:      drivers/net/ethernet/ibm/ehea/
5053
5054 EM28XX VIDEO4LINUX DRIVER
5055 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
5056 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5057 L:      linux-media@vger.kernel.org
5058 W:      https://linuxtv.org
5059 T:      git git://linuxtv.org/media_tree.git
5060 S:      Maintained
5061 F:      drivers/media/usb/em28xx/
5062 F:      Documentation/media/v4l-drivers/em28xx*
5063
5064 EMBEDDED LINUX
5065 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
5066 M:      Matt Mackall <mpm@selenic.com>
5067 M:      David Woodhouse <dwmw2@infradead.org>
5068 L:      linux-embedded@vger.kernel.org
5069 S:      Maintained
5070
5071 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5072 M:      James Smart <james.smart@broadcom.com>
5073 M:      Dick Kennedy <dick.kennedy@broadcom.com>
5074 L:      linux-scsi@vger.kernel.org
5075 W:      http://www.broadcom.com
5076 S:      Supported
5077 F:      drivers/scsi/lpfc/
5078
5079 ENE CB710 FLASH CARD READER DRIVER
5080 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
5081 S:      Maintained
5082 F:      drivers/misc/cb710/
5083 F:      drivers/mmc/host/cb710-mmc.*
5084 F:      include/linux/cb710.h
5085
5086 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5087 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5088 S:      Maintained
5089 F:      drivers/media/rc/ene_ir.*
5090
5091 EPSON S1D13XXX FRAMEBUFFER DRIVER
5092 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
5093 S:      Maintained
5094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5095 F:      drivers/video/fbdev/s1d13xxxfb.c
5096 F:      include/video/s1d13xxxfb.h
5097
5098 ERRSEQ ERROR TRACKING INFRASTRUCTURE
5099 M:      Jeff Layton <jlayton@poochiereds.net>
5100 S:      Maintained
5101 F:      lib/errseq.c
5102 F:      include/linux/errseq.h
5103
5104 ET131X NETWORK DRIVER
5105 M:      Mark Einon <mark.einon@gmail.com>
5106 S:      Odd Fixes
5107 F:      drivers/net/ethernet/agere/
5108
5109 ETHERNET BRIDGE
5110 M:      Stephen Hemminger <stephen@networkplumber.org>
5111 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
5112 L:      netdev@vger.kernel.org
5113 W:      http://www.linuxfoundation.org/en/Net:Bridge
5114 S:      Maintained
5115 F:      include/linux/netfilter_bridge/
5116 F:      net/bridge/
5117
5118 ETHERNET PHY LIBRARY
5119 M:      Andrew Lunn <andrew@lunn.ch>
5120 M:      Florian Fainelli <f.fainelli@gmail.com>
5121 L:      netdev@vger.kernel.org
5122 S:      Maintained
5123 F:      include/linux/phy.h
5124 F:      include/linux/phy_fixed.h
5125 F:      drivers/net/phy/
5126 F:      Documentation/networking/phy.txt
5127 F:      drivers/of/of_mdio.c
5128 F:      drivers/of/of_net.c
5129
5130 EXT2 FILE SYSTEM
5131 M:      Jan Kara <jack@suse.com>
5132 L:      linux-ext4@vger.kernel.org
5133 S:      Maintained
5134 F:      Documentation/filesystems/ext2.txt
5135 F:      fs/ext2/
5136 F:      include/linux/ext2*
5137
5138 EXT4 FILE SYSTEM
5139 M:      "Theodore Ts'o" <tytso@mit.edu>
5140 M:      Andreas Dilger <adilger.kernel@dilger.ca>
5141 L:      linux-ext4@vger.kernel.org
5142 W:      http://ext4.wiki.kernel.org
5143 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5145 S:      Maintained
5146 F:      Documentation/filesystems/ext4.txt
5147 F:      fs/ext4/
5148
5149 Extended Verification Module (EVM)
5150 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5151 L:      linux-ima-devel@lists.sourceforge.net
5152 L:      linux-security-module@vger.kernel.org
5153 S:      Supported
5154 F:      security/integrity/evm/
5155
5156 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5157 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
5158 M:      Chanwoo Choi <cw00.choi@samsung.com>
5159 L:      linux-kernel@vger.kernel.org
5160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5161 S:      Maintained
5162 F:      drivers/extcon/
5163 F:      include/linux/extcon/
5164 F:      include/linux/extcon.h
5165 F:      Documentation/extcon/
5166 F:      Documentation/devicetree/bindings/extcon/
5167
5168 EXYNOS DP DRIVER
5169 M:      Jingoo Han <jingoohan1@gmail.com>
5170 L:      dri-devel@lists.freedesktop.org
5171 S:      Maintained
5172 F:      drivers/gpu/drm/exynos/exynos_dp*
5173
5174 EXYNOS SYSMMU (IOMMU) driver
5175 M:      Marek Szyprowski <m.szyprowski@samsung.com>
5176 L:      iommu@lists.linux-foundation.org
5177 S:      Maintained
5178 F:      drivers/iommu/exynos-iommu.c
5179
5180 EZchip NPS platform support
5181 M:      Noam Camus <noamc@ezchip.com>
5182 S:      Supported
5183 F:      arch/arc/plat-eznps
5184 F:      arch/arc/boot/dts/eznps.dts
5185
5186 F71805F HARDWARE MONITORING DRIVER
5187 M:      Jean Delvare <jdelvare@suse.com>
5188 L:      linux-hwmon@vger.kernel.org
5189 S:      Maintained
5190 F:      Documentation/hwmon/f71805f
5191 F:      drivers/hwmon/f71805f.c
5192
5193 FC0011 TUNER DRIVER
5194 M:      Michael Buesch <m@bues.ch>
5195 L:      linux-media@vger.kernel.org
5196 S:      Maintained
5197 F:      drivers/media/tuners/fc0011.h
5198 F:      drivers/media/tuners/fc0011.c
5199
5200 FC2580 MEDIA DRIVER
5201 M:      Antti Palosaari <crope@iki.fi>
5202 L:      linux-media@vger.kernel.org
5203 W:      https://linuxtv.org
5204 W:      http://palosaari.fi/linux/
5205 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5206 T:      git git://linuxtv.org/anttip/media_tree.git
5207 S:      Maintained
5208 F:      drivers/media/tuners/fc2580*
5209
5210 FANOTIFY
5211 M:      Eric Paris <eparis@redhat.com>
5212 S:      Maintained
5213 F:      fs/notify/fanotify/
5214 F:      include/linux/fanotify.h
5215 F:      include/uapi/linux/fanotify.h
5216
5217 FARSYNC SYNCHRONOUS DRIVER
5218 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
5219 W:      http://www.farsite.co.uk/
5220 S:      Supported
5221 F:      drivers/net/wan/farsync.*
5222
5223 FAULT INJECTION SUPPORT
5224 M:      Akinobu Mita <akinobu.mita@gmail.com>
5225 S:      Supported
5226 F:      Documentation/fault-injection/
5227 F:      lib/fault-inject.c
5228
5229 FBTFT Framebuffer drivers
5230 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5231 S:      Maintained
5232 F:      drivers/staging/fbtft/
5233
5234 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5235 M:      Johannes Thumshirn <jth@kernel.org>
5236 L:      fcoe-devel@open-fcoe.org
5237 W:      www.Open-FCoE.org
5238 S:      Supported
5239 F:      drivers/scsi/libfc/
5240 F:      drivers/scsi/fcoe/
5241 F:      include/scsi/fc/
5242 F:      include/scsi/libfc.h
5243 F:      include/scsi/libfcoe.h
5244 F:      include/uapi/scsi/fc/
5245
5246 FILE LOCKING (flock() and fcntl()/lockf())
5247 M:      Jeff Layton <jlayton@poochiereds.net>
5248 M:      "J. Bruce Fields" <bfields@fieldses.org>
5249 L:      linux-fsdevel@vger.kernel.org
5250 S:      Maintained
5251 F:      include/linux/fcntl.h
5252 F:      include/linux/fs.h
5253 F:      include/uapi/linux/fcntl.h
5254 F:      include/uapi/linux/fs.h
5255 F:      fs/fcntl.c
5256 F:      fs/locks.c
5257
5258 FILESYSTEMS (VFS and infrastructure)
5259 M:      Alexander Viro <viro@zeniv.linux.org.uk>
5260 L:      linux-fsdevel@vger.kernel.org
5261 S:      Maintained
5262 F:      fs/*
5263
5264 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5265 M:      Riku Voipio <riku.voipio@iki.fi>
5266 L:      linux-hwmon@vger.kernel.org
5267 S:      Maintained
5268 F:      drivers/hwmon/f75375s.c
5269 F:      include/linux/f75375s.h
5270
5271 FIREWIRE AUDIO DRIVERS
5272 M:      Clemens Ladisch <clemens@ladisch.de>
5273 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5274 T:      git git://git.alsa-project.org/alsa-kernel.git
5275 S:      Maintained
5276 F:      sound/firewire/
5277
5278 FIREWIRE MEDIA DRIVERS (firedtv)
5279 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5280 L:      linux-media@vger.kernel.org
5281 L:      linux1394-devel@lists.sourceforge.net
5282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5283 S:      Maintained
5284 F:      drivers/media/firewire/
5285
5286 FIREWIRE SBP-2 TARGET
5287 M:      Chris Boot <bootc@bootc.net>
5288 L:      linux-scsi@vger.kernel.org
5289 L:      target-devel@vger.kernel.org
5290 L:      linux1394-devel@lists.sourceforge.net
5291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5292 S:      Maintained
5293 F:      drivers/target/sbp/
5294
5295 FIREWIRE SUBSYSTEM
5296 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5297 L:      linux1394-devel@lists.sourceforge.net
5298 W:      http://ieee1394.wiki.kernel.org/
5299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5300 S:      Maintained
5301 F:      drivers/firewire/
5302 F:      include/linux/firewire.h
5303 F:      include/uapi/linux/firewire*.h
5304 F:      tools/firewire/
5305
5306 FIRMWARE LOADER (request_firmware)
5307 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5308 L:      linux-kernel@vger.kernel.org
5309 S:      Maintained
5310 F:      Documentation/firmware_class/
5311 F:      drivers/base/firmware*.c
5312 F:      include/linux/firmware.h
5313
5314 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5315 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5316 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5317 S:      Maintained
5318 F:      drivers/block/rsxx/
5319
5320 FLOPPY DRIVER
5321 M:      Jiri Kosina <jikos@kernel.org>
5322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5323 S:      Odd fixes
5324 F:      drivers/block/floppy.c
5325
5326 FMC SUBSYSTEM
5327 M:      Alessandro Rubini <rubini@gnudd.com>
5328 W:      http://www.ohwr.org/projects/fmc-bus
5329 S:      Supported
5330 F:      drivers/fmc/
5331 F:      include/linux/fmc*.h
5332 F:      include/linux/ipmi-fru.h
5333 K:      fmc_d.*register
5334
5335 FPGA MANAGER FRAMEWORK
5336 M:      Alan Tull <atull@kernel.org>
5337 R:      Moritz Fischer <moritz.fischer@ettus.com>
5338 L:      linux-fpga@vger.kernel.org
5339 S:      Maintained
5340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5341 F:      Documentation/fpga/
5342 F:      Documentation/devicetree/bindings/fpga/
5343 F:      drivers/fpga/
5344 F:      include/linux/fpga/
5345 W:      http://www.rocketboards.org
5346
5347 FPU EMULATOR
5348 M:      Bill Metzenthen <billm@melbpc.org.au>
5349 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5350 S:      Maintained
5351 F:      arch/x86/math-emu/
5352
5353 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5354 L:      netdev@vger.kernel.org
5355 S:      Orphan
5356 F:      drivers/net/wan/dlci.c
5357 F:      drivers/net/wan/sdla.c
5358
5359 FRAMEBUFFER LAYER
5360 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5361 L:      linux-fbdev@vger.kernel.org
5362 T:      git git://github.com/bzolnier/linux.git
5363 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5364 S:      Maintained
5365 F:      Documentation/fb/
5366 F:      drivers/video/
5367 F:      include/video/
5368 F:      include/linux/fb.h
5369 F:      include/uapi/video/
5370 F:      include/uapi/linux/fb.h
5371
5372 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5373 M:      Horia Geantă <horia.geanta@nxp.com>
5374 M:      Dan Douglass <dan.douglass@nxp.com>
5375 L:      linux-crypto@vger.kernel.org
5376 S:      Maintained
5377 F:      drivers/crypto/caam/
5378 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5379
5380 FREESCALE DIU FRAMEBUFFER DRIVER
5381 M:      Timur Tabi <timur@tabi.org>
5382 L:      linux-fbdev@vger.kernel.org
5383 S:      Maintained
5384 F:      drivers/video/fbdev/fsl-diu-fb.*
5385
5386 FREESCALE DMA DRIVER
5387 M:      Li Yang <leoyang.li@nxp.com>
5388 M:      Zhang Wei <zw@zh-kernel.org>
5389 L:      linuxppc-dev@lists.ozlabs.org
5390 S:      Maintained
5391 F:      drivers/dma/fsldma.*
5392
5393 FREESCALE GPMI NAND DRIVER
5394 M:      Han Xu <han.xu@nxp.com>
5395 L:      linux-mtd@lists.infradead.org
5396 S:      Maintained
5397 F:      drivers/mtd/nand/gpmi-nand/*
5398
5399 FREESCALE I2C CPM DRIVER
5400 M:      Jochen Friedrich <jochen@scram.de>
5401 L:      linuxppc-dev@lists.ozlabs.org
5402 L:      linux-i2c@vger.kernel.org
5403 S:      Maintained
5404 F:      drivers/i2c/busses/i2c-cpm.c
5405
5406 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5407 M:      Sascha Hauer <kernel@pengutronix.de>
5408 L:      linux-fbdev@vger.kernel.org
5409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5410 S:      Maintained
5411 F:      include/linux/platform_data/video-imxfb.h
5412 F:      drivers/video/fbdev/imxfb.c
5413
5414 FREESCALE QUAD SPI DRIVER
5415 M:      Han Xu <han.xu@nxp.com>
5416 L:      linux-mtd@lists.infradead.org
5417 S:      Maintained
5418 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5419
5420 FREESCALE SOC FS_ENET DRIVER
5421 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5422 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5423 L:      linuxppc-dev@lists.ozlabs.org
5424 L:      netdev@vger.kernel.org
5425 S:      Maintained
5426 F:      drivers/net/ethernet/freescale/fs_enet/
5427 F:      include/linux/fs_enet_pd.h
5428
5429 FREESCALE IMX / MXC FEC DRIVER
5430 M:      Fugang Duan <fugang.duan@nxp.com>
5431 L:      netdev@vger.kernel.org
5432 S:      Maintained
5433 F:      drivers/net/ethernet/freescale/fec_main.c
5434 F:      drivers/net/ethernet/freescale/fec_ptp.c
5435 F:      drivers/net/ethernet/freescale/fec.h
5436 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5437
5438 FREESCALE QORIQ DPAA FMAN DRIVER
5439 M:      Madalin Bucur <madalin.bucur@nxp.com>
5440 L:      netdev@vger.kernel.org
5441 S:      Maintained
5442 F:      drivers/net/ethernet/freescale/fman
5443 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5444
5445 FREESCALE QORIQ DPAA ETHERNET DRIVER
5446 M:      Madalin Bucur <madalin.bucur@nxp.com>
5447 L:      netdev@vger.kernel.org
5448 S:      Maintained
5449 F:      drivers/net/ethernet/freescale/dpaa
5450
5451 FREESCALE SOC DRIVERS
5452 M:      Li Yang <leoyang.li@nxp.com>
5453 L:      linuxppc-dev@lists.ozlabs.org
5454 L:      linux-arm-kernel@lists.infradead.org
5455 S:      Maintained
5456 F:      Documentation/devicetree/bindings/soc/fsl/
5457 F:      drivers/soc/fsl/
5458 F:      include/linux/fsl/
5459
5460 FREESCALE QUICC ENGINE LIBRARY
5461 M:      Qiang Zhao <qiang.zhao@nxp.com>
5462 L:      linuxppc-dev@lists.ozlabs.org
5463 S:      Maintained
5464 F:      drivers/soc/fsl/qe/
5465 F:      include/soc/fsl/*qe*.h
5466 F:      include/soc/fsl/*ucc*.h
5467
5468 FREESCALE USB PERIPHERAL DRIVERS
5469 M:      Li Yang <leoyang.li@nxp.com>
5470 L:      linux-usb@vger.kernel.org
5471 L:      linuxppc-dev@lists.ozlabs.org
5472 S:      Maintained
5473 F:      drivers/usb/gadget/udc/fsl*
5474
5475 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5476 M:      Li Yang <leoyang.li@nxp.com>
5477 L:      netdev@vger.kernel.org
5478 L:      linuxppc-dev@lists.ozlabs.org
5479 S:      Maintained
5480 F:      drivers/net/ethernet/freescale/ucc_geth*
5481
5482 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5483 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5484 L:      netdev@vger.kernel.org
5485 S:      Maintained
5486 F:      drivers/net/ethernet/freescale/gianfar*
5487 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5488 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5489
5490 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5491 M:      Zhao Qiang <qiang.zhao@nxp.com>
5492 L:      netdev@vger.kernel.org
5493 L:      linuxppc-dev@lists.ozlabs.org
5494 S:      Maintained
5495 F:      drivers/net/wan/fsl_ucc_hdlc*
5496
5497 FREESCALE QUICC ENGINE UCC UART DRIVER
5498 M:      Timur Tabi <timur@tabi.org>
5499 L:      linuxppc-dev@lists.ozlabs.org
5500 S:      Maintained
5501 F:      drivers/tty/serial/ucc_uart.c
5502
5503 FREESCALE SOC SOUND DRIVERS
5504 M:      Timur Tabi <timur@tabi.org>
5505 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5506 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5507 R:      Fabio Estevam <fabio.estevam@nxp.com>
5508 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5509 L:      linuxppc-dev@lists.ozlabs.org
5510 S:      Maintained
5511 F:      sound/soc/fsl/fsl*
5512 F:      sound/soc/fsl/imx*
5513 F:      sound/soc/fsl/mpc8610_hpcd.c
5514
5515 FREEVXFS FILESYSTEM
5516 M:      Christoph Hellwig <hch@infradead.org>
5517 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5518 S:      Maintained
5519 F:      fs/freevxfs/
5520
5521 FREEZER
5522 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5523 M:      Pavel Machek <pavel@ucw.cz>
5524 L:      linux-pm@vger.kernel.org
5525 S:      Supported
5526 F:      Documentation/power/freezing-of-tasks.txt
5527 F:      include/linux/freezer.h
5528 F:      kernel/freezer.c
5529
5530 FRONTSWAP API
5531 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5532 L:      linux-kernel@vger.kernel.org
5533 S:      Maintained
5534 F:      mm/frontswap.c
5535 F:      include/linux/frontswap.h
5536
5537 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5538 M:      David Howells <dhowells@redhat.com>
5539 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5540 S:      Supported
5541 F:      Documentation/filesystems/caching/
5542 F:      fs/fscache/
5543 F:      include/linux/fscache*.h
5544
5545 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5546 M:      Theodore Y. Ts'o <tytso@mit.edu>
5547 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5548 L:      linux-fscrypt@vger.kernel.org
5549 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
5550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5551 S:      Supported
5552 F:      fs/crypto/
5553 F:      include/linux/fscrypt*.h
5554
5555 F2FS FILE SYSTEM
5556 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5557 M:      Chao Yu <yuchao0@huawei.com>
5558 L:      linux-f2fs-devel@lists.sourceforge.net
5559 W:      https://f2fs.wiki.kernel.org/
5560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5561 S:      Maintained
5562 F:      Documentation/filesystems/f2fs.txt
5563 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5564 F:      fs/f2fs/
5565 F:      include/linux/f2fs_fs.h
5566 F:      include/trace/events/f2fs.h
5567
5568 FUJITSU FR-V (FRV) PORT
5569 S:      Orphan
5570 F:      arch/frv/
5571
5572 FUJITSU LAPTOP EXTRAS
5573 M:      Jonathan Woithe <jwoithe@just42.net>
5574 L:      platform-driver-x86@vger.kernel.org
5575 S:      Maintained
5576 F:      drivers/platform/x86/fujitsu-laptop.c
5577
5578 FUJITSU M-5MO LS CAMERA ISP DRIVER
5579 M:      Kyungmin Park <kyungmin.park@samsung.com>
5580 M:      Heungjun Kim <riverful.kim@samsung.com>
5581 L:      linux-media@vger.kernel.org
5582 S:      Maintained
5583 F:      drivers/media/i2c/m5mols/
5584 F:      include/media/i2c/m5mols.h
5585
5586 FUJITSU TABLET EXTRAS
5587 M:      Robert Gerlach <khnz@gmx.de>
5588 L:      platform-driver-x86@vger.kernel.org
5589 S:      Maintained
5590 F:      drivers/platform/x86/fujitsu-tablet.c
5591
5592 FUSE: FILESYSTEM IN USERSPACE
5593 M:      Miklos Szeredi <miklos@szeredi.hu>
5594 L:      linux-fsdevel@vger.kernel.org
5595 W:      http://fuse.sourceforge.net/
5596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5597 S:      Maintained
5598 F:      fs/fuse/
5599 F:      include/uapi/linux/fuse.h
5600 F:      Documentation/filesystems/fuse.txt
5601
5602 FUTEX SUBSYSTEM
5603 M:      Thomas Gleixner <tglx@linutronix.de>
5604 M:      Ingo Molnar <mingo@redhat.com>
5605 R:      Peter Zijlstra <peterz@infradead.org>
5606 R:      Darren Hart <dvhart@infradead.org>
5607 L:      linux-kernel@vger.kernel.org
5608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5609 S:      Maintained
5610 F:      kernel/futex.c
5611 F:      kernel/futex_compat.c
5612 F:      include/asm-generic/futex.h
5613 F:      include/linux/futex.h
5614 F:      include/uapi/linux/futex.h
5615 F:      tools/testing/selftests/futex/
5616 F:      tools/perf/bench/futex*
5617 F:      Documentation/*futex*
5618
5619 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5620 M:      Rik Faith <faith@cs.unc.edu>
5621 L:      linux-scsi@vger.kernel.org
5622 S:      Odd Fixes (e.g., new signatures)
5623 F:      drivers/scsi/fdomain.*
5624
5625 GCC PLUGINS
5626 M:      Kees Cook <keescook@chromium.org>
5627 R:      Emese Revfy <re.emese@gmail.com>
5628 L:      kernel-hardening@lists.openwall.com
5629 S:      Maintained
5630 F:      scripts/gcc-plugins/
5631 F:      scripts/gcc-plugin.sh
5632 F:      scripts/Makefile.gcc-plugins
5633 F:      Documentation/gcc-plugins.txt
5634
5635 GCOV BASED KERNEL PROFILING
5636 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5637 S:      Maintained
5638 F:      kernel/gcov/
5639 F:      Documentation/dev-tools/gcov.rst
5640
5641 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5642 M:      Achim Leubner <achim_leubner@adaptec.com>
5643 L:      linux-scsi@vger.kernel.org
5644 W:      http://www.icp-vortex.com/
5645 S:      Supported
5646 F:      drivers/scsi/gdt*
5647
5648 GDB KERNEL DEBUGGING HELPER SCRIPTS
5649 M:      Jan Kiszka <jan.kiszka@siemens.com>
5650 M:      Kieran Bingham <kieran@bingham.xyz>
5651 S:      Supported
5652 F:      scripts/gdb/
5653
5654 GEMTEK FM RADIO RECEIVER DRIVER
5655 M:      Hans Verkuil <hverkuil@xs4all.nl>
5656 L:      linux-media@vger.kernel.org
5657 T:      git git://linuxtv.org/media_tree.git
5658 W:      https://linuxtv.org
5659 S:      Maintained
5660 F:      drivers/media/radio/radio-gemtek*
5661
5662 GENERIC GPIO I2C DRIVER
5663 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5664 S:      Supported
5665 F:      drivers/i2c/busses/i2c-gpio.c
5666 F:      include/linux/i2c-gpio.h
5667
5668 GENERIC GPIO I2C MULTIPLEXER DRIVER
5669 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5670 L:      linux-i2c@vger.kernel.org
5671 S:      Supported
5672 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5673 F:      include/linux/i2c-mux-gpio.h
5674 F:      Documentation/i2c/muxes/i2c-mux-gpio
5675
5676 GENERIC HDLC (WAN) DRIVERS
5677 M:      Krzysztof Halasa <khc@pm.waw.pl>
5678 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5679 S:      Maintained
5680 F:      drivers/net/wan/c101.c
5681 F:      drivers/net/wan/hd6457*
5682 F:      drivers/net/wan/hdlc*
5683 F:      drivers/net/wan/n2.c
5684 F:      drivers/net/wan/pc300too.c
5685 F:      drivers/net/wan/pci200syn.c
5686 F:      drivers/net/wan/wanxl*
5687
5688 GENERIC INCLUDE/ASM HEADER FILES
5689 M:      Arnd Bergmann <arnd@arndb.de>
5690 L:      linux-arch@vger.kernel.org
5691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5692 S:      Maintained
5693 F:      include/asm-generic/
5694 F:      include/uapi/asm-generic/
5695
5696 GENERIC PHY FRAMEWORK
5697 M:      Kishon Vijay Abraham I <kishon@ti.com>
5698 L:      linux-kernel@vger.kernel.org
5699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5700 S:      Supported
5701 F:      drivers/phy/
5702 F:      include/linux/phy/
5703
5704 GENERIC PM DOMAINS
5705 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5706 M:      Kevin Hilman <khilman@kernel.org>
5707 M:      Ulf Hansson <ulf.hansson@linaro.org>
5708 L:      linux-pm@vger.kernel.org
5709 S:      Supported
5710 F:      drivers/base/power/domain*.c
5711 F:      include/linux/pm_domain.h
5712 F:      Documentation/devicetree/bindings/power/power_domain.txt
5713
5714 GENERIC UIO DRIVER FOR PCI DEVICES
5715 M:      "Michael S. Tsirkin" <mst@redhat.com>
5716 L:      kvm@vger.kernel.org
5717 S:      Supported
5718 F:      drivers/uio/uio_pci_generic.c
5719
5720 GET_MAINTAINER SCRIPT
5721 M:      Joe Perches <joe@perches.com>
5722 S:      Maintained
5723 F:      scripts/get_maintainer.pl
5724
5725 GENWQE (IBM Generic Workqueue Card)
5726 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5727 M:      Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
5728 S:      Supported
5729 F:      drivers/misc/genwqe/
5730
5731 GFS2 FILE SYSTEM
5732 M:      Steven Whitehouse <swhiteho@redhat.com>
5733 M:      Bob Peterson <rpeterso@redhat.com>
5734 L:      cluster-devel@redhat.com
5735 W:      http://sources.redhat.com/cluster/
5736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5737 S:      Supported
5738 F:      Documentation/filesystems/gfs2*.txt
5739 F:      fs/gfs2/
5740 F:      include/uapi/linux/gfs2_ondisk.h
5741
5742 GIGASET ISDN DRIVERS
5743 M:      Paul Bolle <pebolle@tiscali.nl>
5744 L:      gigaset307x-common@lists.sourceforge.net
5745 W:      http://gigaset307x.sourceforge.net/
5746 S:      Odd Fixes
5747 F:      Documentation/isdn/README.gigaset
5748 F:      drivers/isdn/gigaset/
5749 F:      include/uapi/linux/gigaset_dev.h
5750
5751 GO7007 MPEG CODEC
5752 M:      Hans Verkuil <hans.verkuil@cisco.com>
5753 L:      linux-media@vger.kernel.org
5754 S:      Maintained
5755 F:      drivers/media/usb/go7007/
5756
5757 GOODIX TOUCHSCREEN
5758 M:      Bastien Nocera <hadess@hadess.net>
5759 L:      linux-input@vger.kernel.org
5760 S:      Maintained
5761 F:      drivers/input/touchscreen/goodix.c
5762
5763 GPIO MOCKUP DRIVER
5764 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5765 L:      linux-gpio@vger.kernel.org
5766 S:      Maintained
5767 F:      drivers/gpio/gpio-mockup.c
5768 F:      tools/testing/selftests/gpio/
5769
5770 GPIO SUBSYSTEM
5771 M:      Linus Walleij <linus.walleij@linaro.org>
5772 L:      linux-gpio@vger.kernel.org
5773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5774 S:      Maintained
5775 F:      Documentation/devicetree/bindings/gpio/
5776 F:      Documentation/gpio/
5777 F:      Documentation/ABI/testing/gpio-cdev
5778 F:      Documentation/ABI/obsolete/sysfs-gpio
5779 F:      drivers/gpio/
5780 F:      include/linux/gpio/
5781 F:      include/linux/gpio.h
5782 F:      include/asm-generic/gpio.h
5783 F:      include/uapi/linux/gpio.h
5784 F:      tools/gpio/
5785
5786 GPIO ACPI SUPPORT
5787 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5788 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
5789 L:      linux-gpio@vger.kernel.org
5790 L:      linux-acpi@vger.kernel.org
5791 S:      Maintained
5792 F:      Documentation/acpi/gpio-properties.txt
5793 F:      drivers/gpio/gpiolib-acpi.c
5794
5795 GRE DEMULTIPLEXER DRIVER
5796 M:      Dmitry Kozlov <xeb@mail.ru>
5797 L:      netdev@vger.kernel.org
5798 S:      Maintained
5799 F:      net/ipv4/gre_demux.c
5800 F:      net/ipv4/gre_offload.c
5801 F:      include/net/gre.h
5802
5803 GRETH 10/100/1G Ethernet MAC device driver
5804 M:      Andreas Larsson <andreas@gaisler.com>
5805 L:      netdev@vger.kernel.org
5806 S:      Maintained
5807 F:      drivers/net/ethernet/aeroflex/
5808
5809 GREYBUS SUBSYSTEM
5810 M:      Johan Hovold <johan@kernel.org>
5811 M:      Alex Elder <elder@kernel.org>
5812 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5813 S:      Maintained
5814 F:      drivers/staging/greybus/
5815 L:      greybus-dev@lists.linaro.org (moderated for non-subscribers)
5816
5817 GREYBUS AUDIO PROTOCOLS DRIVERS
5818 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5819 M:      Mark Greer <mgreer@animalcreek.com>
5820 S:      Maintained
5821 F:      drivers/staging/greybus/audio_apbridgea.c
5822 F:      drivers/staging/greybus/audio_apbridgea.h
5823 F:      drivers/staging/greybus/audio_codec.c
5824 F:      drivers/staging/greybus/audio_codec.h
5825 F:      drivers/staging/greybus/audio_gb.c
5826 F:      drivers/staging/greybus/audio_manager.c
5827 F:      drivers/staging/greybus/audio_manager.h
5828 F:      drivers/staging/greybus/audio_manager_module.c
5829 F:      drivers/staging/greybus/audio_manager_private.h
5830 F:      drivers/staging/greybus/audio_manager_sysfs.c
5831 F:      drivers/staging/greybus/audio_module.c
5832 F:      drivers/staging/greybus/audio_topology.c
5833
5834 GREYBUS PROTOCOLS DRIVERS
5835 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5836 S:      Maintained
5837 F:      drivers/staging/greybus/sdio.c
5838 F:      drivers/staging/greybus/light.c
5839 F:      drivers/staging/greybus/gpio.c
5840 F:      drivers/staging/greybus/power_supply.c
5841 F:      drivers/staging/greybus/spi.c
5842 F:      drivers/staging/greybus/spilib.c
5843
5844 GREYBUS PROTOCOLS DRIVERS
5845 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5846 S:      Maintained
5847 F:      drivers/staging/greybus/loopback.c
5848 F:      drivers/staging/greybus/timesync.c
5849 F:      drivers/staging/greybus/timesync_platform.c
5850
5851 GREYBUS PROTOCOLS DRIVERS
5852 M:      Viresh Kumar <vireshk@kernel.org>
5853 S:      Maintained
5854 F:      drivers/staging/greybus/authentication.c
5855 F:      drivers/staging/greybus/bootrom.c
5856 F:      drivers/staging/greybus/firmware.h
5857 F:      drivers/staging/greybus/fw-core.c
5858 F:      drivers/staging/greybus/fw-download.c
5859 F:      drivers/staging/greybus/fw-managament.c
5860 F:      drivers/staging/greybus/greybus_authentication.h
5861 F:      drivers/staging/greybus/greybus_firmware.h
5862 F:      drivers/staging/greybus/hid.c
5863 F:      drivers/staging/greybus/i2c.c
5864 F:      drivers/staging/greybus/spi.c
5865 F:      drivers/staging/greybus/spilib.c
5866 F:      drivers/staging/greybus/spilib.h
5867
5868 GREYBUS PROTOCOLS DRIVERS
5869 M:      David Lin <dtwlin@gmail.com>
5870 S:      Maintained
5871 F:      drivers/staging/greybus/uart.c
5872 F:      drivers/staging/greybus/log.c
5873
5874 GREYBUS PLATFORM DRIVERS
5875 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5876 S:      Maintained
5877 F:      drivers/staging/greybus/arche-platform.c
5878 F:      drivers/staging/greybus/arche-apb-ctrl.c
5879 F:      drivers/staging/greybus/arche_platform.h
5880
5881 GS1662 VIDEO SERIALIZER
5882 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5883 L:      linux-media@vger.kernel.org
5884 T:      git git://linuxtv.org/media_tree.git
5885 S:      Maintained
5886 F:      drivers/media/spi/gs1662.c
5887
5888 GSPCA FINEPIX SUBDRIVER
5889 M:      Frank Zago <frank@zago.net>
5890 L:      linux-media@vger.kernel.org
5891 T:      git git://linuxtv.org/media_tree.git
5892 S:      Maintained
5893 F:      drivers/media/usb/gspca/finepix.c
5894
5895 GSPCA GL860 SUBDRIVER
5896 M:      Olivier Lorin <o.lorin@laposte.net>
5897 L:      linux-media@vger.kernel.org
5898 T:      git git://linuxtv.org/media_tree.git
5899 S:      Maintained
5900 F:      drivers/media/usb/gspca/gl860/
5901
5902 GSPCA M5602 SUBDRIVER
5903 M:      Erik Andren <erik.andren@gmail.com>
5904 L:      linux-media@vger.kernel.org
5905 T:      git git://linuxtv.org/media_tree.git
5906 S:      Maintained
5907 F:      drivers/media/usb/gspca/m5602/
5908
5909 GSPCA PAC207 SONIXB SUBDRIVER
5910 M:      Hans Verkuil <hverkuil@xs4all.nl>
5911 L:      linux-media@vger.kernel.org
5912 T:      git git://linuxtv.org/media_tree.git
5913 S:      Odd Fixes
5914 F:      drivers/media/usb/gspca/pac207.c
5915
5916 GSPCA SN9C20X SUBDRIVER
5917 M:      Brian Johnson <brijohn@gmail.com>
5918 L:      linux-media@vger.kernel.org
5919 T:      git git://linuxtv.org/media_tree.git
5920 S:      Maintained
5921 F:      drivers/media/usb/gspca/sn9c20x.c
5922
5923 GSPCA T613 SUBDRIVER
5924 M:      Leandro Costantino <lcostantino@gmail.com>
5925 L:      linux-media@vger.kernel.org
5926 T:      git git://linuxtv.org/media_tree.git
5927 S:      Maintained
5928 F:      drivers/media/usb/gspca/t613.c
5929
5930 GSPCA USB WEBCAM DRIVER
5931 M:      Hans Verkuil <hverkuil@xs4all.nl>
5932 L:      linux-media@vger.kernel.org
5933 T:      git git://linuxtv.org/media_tree.git
5934 S:      Odd Fixes
5935 F:      drivers/media/usb/gspca/
5936
5937 GTP (GPRS Tunneling Protocol)
5938 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5939 M:      Harald Welte <laforge@gnumonks.org>
5940 L:      osmocom-net-gprs@lists.osmocom.org
5941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5942 S:      Maintained
5943 F:      drivers/net/gtp.c
5944
5945 GUID PARTITION TABLE (GPT)
5946 M:      Davidlohr Bueso <dave@stgolabs.net>
5947 L:      linux-efi@vger.kernel.org
5948 S:      Maintained
5949 F:      block/partitions/efi.*
5950
5951 STK1160 USB VIDEO CAPTURE DRIVER
5952 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5953 L:      linux-media@vger.kernel.org
5954 T:      git git://linuxtv.org/media_tree.git
5955 S:      Maintained
5956 F:      drivers/media/usb/stk1160/
5957
5958 H8/300 ARCHITECTURE
5959 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5960 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5961 W:      http://uclinux-h8.sourceforge.jp
5962 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5963 S:      Maintained
5964 F:      arch/h8300/
5965 F:      drivers/clocksource/h8300_*.c
5966 F:      drivers/clk/h8300/
5967 F:      drivers/irqchip/irq-renesas-h8*.c
5968
5969 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5970 M:      Frank Seidel <frank@f-seidel.de>
5971 L:      platform-driver-x86@vger.kernel.org
5972 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5973 S:      Maintained
5974 F:      drivers/platform/x86/hdaps.c
5975
5976 HDPVR USB VIDEO ENCODER DRIVER
5977 M:      Hans Verkuil <hverkuil@xs4all.nl>
5978 L:      linux-media@vger.kernel.org
5979 T:      git git://linuxtv.org/media_tree.git
5980 W:      https://linuxtv.org
5981 S:      Odd Fixes
5982 F:      drivers/media/usb/hdpvr/
5983
5984 HWPOISON MEMORY FAILURE HANDLING
5985 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5986 L:      linux-mm@kvack.org
5987 S:      Maintained
5988 F:      mm/memory-failure.c
5989 F:      mm/hwpoison-inject.c
5990
5991 HYPERVISOR VIRTUAL CONSOLE DRIVER
5992 L:      linuxppc-dev@lists.ozlabs.org
5993 S:      Odd Fixes
5994 F:      drivers/tty/hvc/
5995
5996 HACKRF MEDIA DRIVER
5997 M:      Antti Palosaari <crope@iki.fi>
5998 L:      linux-media@vger.kernel.org
5999 W:      https://linuxtv.org
6000 W:      http://palosaari.fi/linux/
6001 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6002 T:      git git://linuxtv.org/anttip/media_tree.git
6003 S:      Maintained
6004 F:      drivers/media/usb/hackrf/
6005
6006 HARDWARE MONITORING
6007 M:      Jean Delvare <jdelvare@suse.com>
6008 M:      Guenter Roeck <linux@roeck-us.net>
6009 L:      linux-hwmon@vger.kernel.org
6010 W:      http://hwmon.wiki.kernel.org/
6011 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
6012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6013 S:      Maintained
6014 F:      Documentation/hwmon/
6015 F:      drivers/hwmon/
6016 F:      include/linux/hwmon*.h
6017
6018 HARDWARE RANDOM NUMBER GENERATOR CORE
6019 M:      Matt Mackall <mpm@selenic.com>
6020 M:      Herbert Xu <herbert@gondor.apana.org.au>
6021 L:      linux-crypto@vger.kernel.org
6022 S:      Odd fixes
6023 F:      Documentation/devicetree/bindings/rng/
6024 F:      Documentation/hw_random.txt
6025 F:      drivers/char/hw_random/
6026 F:      include/linux/hw_random.h
6027
6028 HARDWARE SPINLOCK CORE
6029 M:      Ohad Ben-Cohen <ohad@wizery.com>
6030 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
6031 L:      linux-remoteproc@vger.kernel.org
6032 S:      Maintained
6033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6034 F:      Documentation/devicetree/bindings/hwlock/
6035 F:      Documentation/hwspinlock.txt
6036 F:      drivers/hwspinlock/
6037 F:      include/linux/hwspinlock.h
6038
6039 HARMONY SOUND DRIVER
6040 L:      linux-parisc@vger.kernel.org
6041 S:      Maintained
6042 F:      sound/parisc/harmony.*
6043
6044 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6045 M:      Jimmy Vance <jimmy.vance@hpe.com>
6046 S:      Supported
6047 F:      Documentation/watchdog/hpwdt.txt
6048 F:      drivers/watchdog/hpwdt.c
6049
6050 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6051 M:      Don Brace <don.brace@microsemi.com>
6052 L:      esc.storagedev@microsemi.com
6053 L:      linux-scsi@vger.kernel.org
6054 S:      Supported
6055 F:      Documentation/scsi/hpsa.txt
6056 F:      drivers/scsi/hpsa*.[ch]
6057 F:      include/linux/cciss*.h
6058 F:      include/uapi/linux/cciss*.h
6059
6060 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
6061 M:      Don Brace <don.brace@microsemi.com>
6062 L:      esc.storagedev@microsemi.com
6063 L:      linux-scsi@vger.kernel.org
6064 S:      Supported
6065 F:      Documentation/blockdev/cciss.txt
6066 F:      drivers/block/cciss*
6067 F:      include/linux/cciss_ioctl.h
6068 F:      include/uapi/linux/cciss_ioctl.h
6069
6070 OPA-VNIC DRIVER
6071 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
6072 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
6073 L:      linux-rdma@vger.kernel.org
6074 S:      Supported
6075 F:      drivers/infiniband/ulp/opa_vnic
6076
6077 HFI1 DRIVER
6078 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
6079 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
6080 L:      linux-rdma@vger.kernel.org
6081 S:      Supported
6082 F:      drivers/infiniband/hw/hfi1
6083
6084 HFS FILESYSTEM
6085 L:      linux-fsdevel@vger.kernel.org
6086 S:      Orphan
6087 F:      Documentation/filesystems/hfs.txt
6088 F:      fs/hfs/
6089
6090 HFSPLUS FILESYSTEM
6091 L:      linux-fsdevel@vger.kernel.org
6092 S:      Orphan
6093 F:      Documentation/filesystems/hfsplus.txt
6094 F:      fs/hfsplus/
6095
6096 HGA FRAMEBUFFER DRIVER
6097 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6098 L:      linux-nvidia@lists.surfsouth.com
6099 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6100 S:      Maintained
6101 F:      drivers/video/fbdev/hgafb.c
6102
6103 HIBERNATION (aka Software Suspend, aka swsusp)
6104 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6105 M:      Pavel Machek <pavel@ucw.cz>
6106 L:      linux-pm@vger.kernel.org
6107 B:      https://bugzilla.kernel.org
6108 S:      Supported
6109 F:      arch/x86/power/
6110 F:      drivers/base/power/
6111 F:      kernel/power/
6112 F:      include/linux/suspend.h
6113 F:      include/linux/freezer.h
6114 F:      include/linux/pm.h
6115 F:      arch/*/include/asm/suspend*.h
6116
6117 HID CORE LAYER
6118 M:      Jiri Kosina <jikos@kernel.org>
6119 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
6120 L:      linux-input@vger.kernel.org
6121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6122 S:      Maintained
6123 F:      drivers/hid/
6124 F:      include/linux/hid*
6125 F:      include/uapi/linux/hid*
6126
6127 HID SENSOR HUB DRIVERS
6128 M:      Jiri Kosina <jikos@kernel.org>
6129 M:      Jonathan Cameron <jic23@kernel.org>
6130 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6131 L:      linux-input@vger.kernel.org
6132 L:      linux-iio@vger.kernel.org
6133 S:      Maintained
6134 F:      Documentation/hid/hid-sensor*
6135 F:      drivers/hid/hid-sensor-*
6136 F:      drivers/iio/*/hid-*
6137 F:      include/linux/hid-sensor-*
6138
6139 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6140 M:      Thomas Gleixner <tglx@linutronix.de>
6141 L:      linux-kernel@vger.kernel.org
6142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6143 S:      Maintained
6144 F:      Documentation/timers/
6145 F:      kernel/time/hrtimer.c
6146 F:      kernel/time/clockevents.c
6147 F:      kernel/time/timer_*.c
6148 F:      include/linux/clockchips.h
6149 F:      include/linux/hrtimer.h
6150
6151 HIGH-SPEED SCC DRIVER FOR AX.25
6152 L:      linux-hams@vger.kernel.org
6153 S:      Orphan
6154 F:      drivers/net/hamradio/dmascc.c
6155 F:      drivers/net/hamradio/scc.c
6156
6157 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6158 M:      HighPoint Linux Team <linux@highpoint-tech.com>
6159 W:      http://www.highpoint-tech.com
6160 S:      Supported
6161 F:      Documentation/scsi/hptiop.txt
6162 F:      drivers/scsi/hptiop.c
6163
6164 HIPPI
6165 M:      Jes Sorensen <jes@trained-monkey.org>
6166 L:      linux-hippi@sunsite.dk
6167 S:      Maintained
6168 F:      include/linux/hippidevice.h
6169 F:      include/uapi/linux/if_hippi.h
6170 F:      net/802/hippi.c
6171 F:      drivers/net/hippi/
6172
6173 HISILICON NETWORK SUBSYSTEM DRIVER
6174 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6175 M:      Salil Mehta <salil.mehta@huawei.com>
6176 L:      netdev@vger.kernel.org
6177 W:      http://www.hisilicon.com
6178 S:      Maintained
6179 F:      drivers/net/ethernet/hisilicon/
6180 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6181
6182 HISILICON ROCE DRIVER
6183 M:      Lijun Ou <oulijun@huawei.com>
6184 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
6185 L:      linux-rdma@vger.kernel.org
6186 S:      Maintained
6187 F:      drivers/infiniband/hw/hns/
6188 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6189
6190 HISILICON SAS Controller
6191 M:      John Garry <john.garry@huawei.com>
6192 W:      http://www.hisilicon.com
6193 S:      Supported
6194 F:      drivers/scsi/hisi_sas/
6195 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6196
6197 HOST AP DRIVER
6198 M:      Jouni Malinen <j@w1.fi>
6199 L:      linux-wireless@vger.kernel.org
6200 W:      http://w1.fi/hostap-driver.html
6201 S:      Obsolete
6202 F:      drivers/net/wireless/intersil/hostap/
6203
6204 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6205 L:      platform-driver-x86@vger.kernel.org
6206 S:      Orphan
6207 F:      drivers/platform/x86/tc1100-wmi.c
6208
6209 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6210 M:      Jaroslav Kysela <perex@perex.cz>
6211 S:      Maintained
6212 F:      drivers/net/ethernet/hp/hp100.*
6213
6214 HPET:   High Precision Event Timers driver
6215 M:      Clemens Ladisch <clemens@ladisch.de>
6216 S:      Maintained
6217 F:      Documentation/timers/hpet.txt
6218 F:      drivers/char/hpet.c
6219 F:      include/linux/hpet.h
6220 F:      include/uapi/linux/hpet.h
6221
6222 HPET:   x86
6223 S:      Orphan
6224 F:      arch/x86/kernel/hpet.c
6225 F:      arch/x86/include/asm/hpet.h
6226
6227 HPFS FILESYSTEM
6228 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6229 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6230 S:      Maintained
6231 F:      fs/hpfs/
6232
6233 HSI SUBSYSTEM
6234 M:      Sebastian Reichel <sre@kernel.org>
6235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6236 S:      Maintained
6237 F:      Documentation/ABI/testing/sysfs-bus-hsi
6238 F:      Documentation/driver-api/hsi.rst
6239 F:      drivers/hsi/
6240 F:      include/linux/hsi/
6241 F:      include/uapi/linux/hsi/
6242
6243 HSO 3G MODEM DRIVER
6244 L:      linux-usb@vger.kernel.org
6245 S:      Orphan
6246 F:      drivers/net/usb/hso.c
6247
6248 HSR NETWORK PROTOCOL
6249 M:      Arvid Brodin <arvid.brodin@alten.se>
6250 L:      netdev@vger.kernel.org
6251 S:      Maintained
6252 F:      net/hsr/
6253
6254 HTCPEN TOUCHSCREEN DRIVER
6255 M:      Pau Oliva Fora <pof@eslack.org>
6256 L:      linux-input@vger.kernel.org
6257 S:      Maintained
6258 F:      drivers/input/touchscreen/htcpen.c
6259
6260 HUGETLB FILESYSTEM
6261 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
6262 S:      Maintained
6263 F:      fs/hugetlbfs/
6264
6265 HVA ST MEDIA DRIVER
6266 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6267 L:      linux-media@vger.kernel.org
6268 T:      git git://linuxtv.org/media_tree.git
6269 W:      https://linuxtv.org
6270 S:      Supported
6271 F:      drivers/media/platform/sti/hva
6272
6273 Hyper-V CORE AND DRIVERS
6274 M:      "K. Y. Srinivasan" <kys@microsoft.com>
6275 M:      Haiyang Zhang <haiyangz@microsoft.com>
6276 M:      Stephen Hemminger <sthemmin@microsoft.com>
6277 L:      devel@linuxdriverproject.org
6278 S:      Maintained
6279 F:      arch/x86/include/asm/mshyperv.h
6280 F:      arch/x86/include/uapi/asm/hyperv.h
6281 F:      arch/x86/kernel/cpu/mshyperv.c
6282 F:      arch/x86/hyperv
6283 F:      drivers/hid/hid-hyperv.c
6284 F:      drivers/hv/
6285 F:      drivers/input/serio/hyperv-keyboard.c
6286 F:      drivers/pci/host/pci-hyperv.c
6287 F:      drivers/net/hyperv/
6288 F:      drivers/scsi/storvsc_drv.c
6289 F:      drivers/uio/uio_hv_generic.c
6290 F:      drivers/video/fbdev/hyperv_fb.c
6291 F:      include/linux/hyperv.h
6292 F:      tools/hv/
6293 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6294
6295 I2C MUXES
6296 M:      Peter Rosin <peda@axentia.se>
6297 L:      linux-i2c@vger.kernel.org
6298 S:      Maintained
6299 F:      Documentation/i2c/i2c-topology
6300 F:      Documentation/i2c/muxes/
6301 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6302 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6303 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6304 F:      drivers/i2c/i2c-mux.c
6305 F:      drivers/i2c/muxes/
6306 F:      include/linux/i2c-mux.h
6307
6308 I2C OVER PARALLEL PORT
6309 M:      Jean Delvare <jdelvare@suse.com>
6310 L:      linux-i2c@vger.kernel.org
6311 S:      Maintained
6312 F:      Documentation/i2c/busses/i2c-parport
6313 F:      Documentation/i2c/busses/i2c-parport-light
6314 F:      drivers/i2c/busses/i2c-parport.c
6315 F:      drivers/i2c/busses/i2c-parport-light.c
6316
6317 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6318 M:      Jean Delvare <jdelvare@suse.com>
6319 L:      linux-i2c@vger.kernel.org
6320 S:      Maintained
6321 F:      Documentation/i2c/busses/i2c-ali1535
6322 F:      Documentation/i2c/busses/i2c-ali1563
6323 F:      Documentation/i2c/busses/i2c-ali15x3
6324 F:      Documentation/i2c/busses/i2c-amd756
6325 F:      Documentation/i2c/busses/i2c-amd8111
6326 F:      Documentation/i2c/busses/i2c-i801
6327 F:      Documentation/i2c/busses/i2c-nforce2
6328 F:      Documentation/i2c/busses/i2c-piix4
6329 F:      Documentation/i2c/busses/i2c-sis5595
6330 F:      Documentation/i2c/busses/i2c-sis630
6331 F:      Documentation/i2c/busses/i2c-sis96x
6332 F:      Documentation/i2c/busses/i2c-via
6333 F:      Documentation/i2c/busses/i2c-viapro
6334 F:      drivers/i2c/busses/i2c-ali1535.c
6335 F:      drivers/i2c/busses/i2c-ali1563.c
6336 F:      drivers/i2c/busses/i2c-ali15x3.c
6337 F:      drivers/i2c/busses/i2c-amd756.c
6338 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6339 F:      drivers/i2c/busses/i2c-amd8111.c
6340 F:      drivers/i2c/busses/i2c-i801.c
6341 F:      drivers/i2c/busses/i2c-isch.c
6342 F:      drivers/i2c/busses/i2c-nforce2.c
6343 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6344 F:      drivers/i2c/busses/i2c-piix4.c
6345 F:      drivers/i2c/busses/i2c-sis5595.c
6346 F:      drivers/i2c/busses/i2c-sis630.c
6347 F:      drivers/i2c/busses/i2c-sis96x.c
6348 F:      drivers/i2c/busses/i2c-via.c
6349 F:      drivers/i2c/busses/i2c-viapro.c
6350
6351 I2C/SMBUS ISMT DRIVER
6352 M:      Seth Heasley <seth.heasley@intel.com>
6353 M:      Neil Horman <nhorman@tuxdriver.com>
6354 L:      linux-i2c@vger.kernel.org
6355 F:      drivers/i2c/busses/i2c-ismt.c
6356 F:      Documentation/i2c/busses/i2c-ismt
6357
6358 I2C/SMBUS STUB DRIVER
6359 M:      Jean Delvare <jdelvare@suse.com>
6360 L:      linux-i2c@vger.kernel.org
6361 S:      Maintained
6362 F:      drivers/i2c/i2c-stub.c
6363
6364 I2C SUBSYSTEM
6365 M:      Wolfram Sang <wsa@the-dreams.de>
6366 L:      linux-i2c@vger.kernel.org
6367 W:      https://i2c.wiki.kernel.org/
6368 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6370 S:      Maintained
6371 F:      Documentation/devicetree/bindings/i2c/
6372 F:      Documentation/i2c/
6373 F:      drivers/i2c/
6374 F:      drivers/i2c/*/
6375 F:      include/linux/i2c.h
6376 F:      include/linux/i2c-*.h
6377 F:      include/uapi/linux/i2c.h
6378 F:      include/uapi/linux/i2c-*.h
6379
6380 I2C ACPI SUPPORT
6381 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6382 L:      linux-i2c@vger.kernel.org
6383 L:      linux-acpi@vger.kernel.org
6384 S:      Maintained
6385
6386 I2C-TAOS-EVM DRIVER
6387 M:      Jean Delvare <jdelvare@suse.com>
6388 L:      linux-i2c@vger.kernel.org
6389 S:      Maintained
6390 F:      Documentation/i2c/busses/i2c-taos-evm
6391 F:      drivers/i2c/busses/i2c-taos-evm.c
6392
6393 I2C-TINY-USB DRIVER
6394 M:      Till Harbaum <till@harbaum.org>
6395 L:      linux-i2c@vger.kernel.org
6396 W:      http://www.harbaum.org/till/i2c_tiny_usb
6397 S:      Maintained
6398 F:      drivers/i2c/busses/i2c-tiny-usb.c
6399
6400 i386 BOOT CODE
6401 M:      "H. Peter Anvin" <hpa@zytor.com>
6402 S:      Maintained
6403 F:      arch/x86/boot/
6404
6405 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6406 M:      "H. Peter Anvin" <hpa@zytor.com>
6407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6408 S:      Maintained
6409
6410 IA64 (Itanium) PLATFORM
6411 M:      Tony Luck <tony.luck@intel.com>
6412 M:      Fenghua Yu <fenghua.yu@intel.com>
6413 L:      linux-ia64@vger.kernel.org
6414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6415 S:      Maintained
6416 F:      arch/ia64/
6417
6418 IBM Power VMX Cryptographic instructions
6419 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6420 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6421 L:      linux-crypto@vger.kernel.org
6422 S:      Supported
6423 F:      drivers/crypto/vmx/Makefile
6424 F:      drivers/crypto/vmx/Kconfig
6425 F:      drivers/crypto/vmx/vmx.c
6426 F:      drivers/crypto/vmx/aes*
6427 F:      drivers/crypto/vmx/ghash*
6428 F:      drivers/crypto/vmx/ppc-xlate.pl
6429
6430 IBM Power in-Nest Crypto Acceleration
6431 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6432 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6433 L:      linux-crypto@vger.kernel.org
6434 S:      Supported
6435 F:      drivers/crypto/nx/Makefile
6436 F:      drivers/crypto/nx/Kconfig
6437 F:      drivers/crypto/nx/nx-aes*
6438 F:      drivers/crypto/nx/nx-sha*
6439 F:      drivers/crypto/nx/nx.*
6440 F:      drivers/crypto/nx/nx_csbcpb.h
6441 F:      drivers/crypto/nx/nx_debugfs.h
6442
6443 IBM Power 842 compression accelerator
6444 M:      Haren Myneni <haren@us.ibm.com>
6445 S:      Supported
6446 F:      drivers/crypto/nx/Makefile
6447 F:      drivers/crypto/nx/Kconfig
6448 F:      drivers/crypto/nx/nx-842*
6449 F:      include/linux/sw842.h
6450 F:      crypto/842.c
6451 F:      lib/842/
6452
6453 IBM Power Linux RAID adapter
6454 M:      Brian King <brking@us.ibm.com>
6455 S:      Supported
6456 F:      drivers/scsi/ipr.*
6457
6458 IBM Power Virtual Ethernet Device Driver
6459 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6460 L:      netdev@vger.kernel.org
6461 S:      Supported
6462 F:      drivers/net/ethernet/ibm/ibmveth.*
6463
6464 IBM Power SRIOV Virtual NIC Device Driver
6465 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6466 M:      John Allen <jallen@linux.vnet.ibm.com>
6467 L:      netdev@vger.kernel.org
6468 S:      Supported
6469 F:      drivers/net/ethernet/ibm/ibmvnic.*
6470
6471 IBM Power Virtual SCSI Device Drivers
6472 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6473 L:      linux-scsi@vger.kernel.org
6474 S:      Supported
6475 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6476 F:      include/scsi/viosrp.h
6477
6478 IBM Power Virtual SCSI Device Target Driver
6479 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6480 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6481 L:      linux-scsi@vger.kernel.org
6482 L:      target-devel@vger.kernel.org
6483 S:      Supported
6484 F:      drivers/scsi/ibmvscsi_tgt/
6485
6486 IBM Power Virtual FC Device Drivers
6487 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6488 L:      linux-scsi@vger.kernel.org
6489 S:      Supported
6490 F:      drivers/scsi/ibmvscsi/ibmvfc*
6491
6492 IBM ServeRAID RAID DRIVER
6493 S:      Orphan
6494 F:      drivers/scsi/ips.*
6495
6496 ICH LPC AND GPIO DRIVER
6497 M:      Peter Tyser <ptyser@xes-inc.com>
6498 S:      Maintained
6499 F:      drivers/mfd/lpc_ich.c
6500 F:      drivers/gpio/gpio-ich.c
6501
6502 IDT VersaClock 5 CLOCK DRIVER
6503 M:      Marek Vasut <marek.vasut@gmail.com>
6504 S:      Maintained
6505 F:      drivers/clk/clk-versaclock5.c
6506
6507 IDE SUBSYSTEM
6508 M:      "David S. Miller" <davem@davemloft.net>
6509 L:      linux-ide@vger.kernel.org
6510 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6512 S:      Maintained
6513 F:      Documentation/ide/
6514 F:      drivers/ide/
6515 F:      include/linux/ide.h
6516
6517 IDEAPAD LAPTOP EXTRAS DRIVER
6518 M:      Ike Panhc <ike.pan@canonical.com>
6519 L:      platform-driver-x86@vger.kernel.org
6520 W:      http://launchpad.net/ideapad-laptop
6521 S:      Maintained
6522 F:      drivers/platform/x86/ideapad-laptop.c
6523
6524 IDEAPAD LAPTOP SLIDEBAR DRIVER
6525 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6526 L:      linux-input@vger.kernel.org
6527 W:      https://github.com/o2genum/ideapad-slidebar
6528 S:      Maintained
6529 F:      drivers/input/misc/ideapad_slidebar.c
6530
6531 IDE/ATAPI DRIVERS
6532 M:      Borislav Petkov <bp@alien8.de>
6533 L:      linux-ide@vger.kernel.org
6534 S:      Maintained
6535 F:      Documentation/cdrom/ide-cd
6536 F:      drivers/ide/ide-cd*
6537
6538 IEEE 802.15.4 SUBSYSTEM
6539 M:      Alexander Aring <alex.aring@gmail.com>
6540 M:      Stefan Schmidt <stefan@osg.samsung.com>
6541 L:      linux-wpan@vger.kernel.org
6542 W:      http://wpan.cakelab.org/
6543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6545 S:      Maintained
6546 F:      net/ieee802154/
6547 F:      net/mac802154/
6548 F:      drivers/net/ieee802154/
6549 F:      include/linux/nl802154.h
6550 F:      include/linux/ieee802154.h
6551 F:      include/net/nl802154.h
6552 F:      include/net/mac802154.h
6553 F:      include/net/af_ieee802154.h
6554 F:      include/net/cfg802154.h
6555 F:      include/net/ieee802154_netdev.h
6556 F:      Documentation/networking/ieee802154.txt
6557
6558 IFE PROTOCOL
6559 M:      Yotam Gigi <yotamg@mellanox.com>
6560 M:      Jamal Hadi Salim <jhs@mojatatu.com>
6561 F:      net/ife
6562 F:      include/net/ife.h
6563 F:      include/uapi/linux/ife.h
6564
6565 IGORPLUG-USB IR RECEIVER
6566 M:      Sean Young <sean@mess.org>
6567 L:      linux-media@vger.kernel.org
6568 S:      Maintained
6569 F:      drivers/media/rc/igorplugusb.c
6570
6571 IGUANAWORKS USB IR TRANSCEIVER
6572 M:      Sean Young <sean@mess.org>
6573 L:      linux-media@vger.kernel.org
6574 S:      Maintained
6575 F:      drivers/media/rc/iguanair.c
6576
6577 IIO DIGITAL POTENTIOMETER DAC
6578 M:      Peter Rosin <peda@axentia.se>
6579 L:      linux-iio@vger.kernel.org
6580 S:      Maintained
6581 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6582 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6583 F:      drivers/iio/dac/dpot-dac.c
6584
6585 IIO ENVELOPE DETECTOR
6586 M:      Peter Rosin <peda@axentia.se>
6587 L:      linux-iio@vger.kernel.org
6588 S:      Maintained
6589 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6590 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6591 F:      drivers/iio/adc/envelope-detector.c
6592
6593 IIO MULTIPLEXER
6594 M:      Peter Rosin <peda@axentia.se>
6595 L:      linux-iio@vger.kernel.org
6596 S:      Maintained
6597 F:      Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6598 F:      drivers/iio/multiplexer/iio-mux.c
6599
6600 IIO SUBSYSTEM AND DRIVERS
6601 M:      Jonathan Cameron <jic23@kernel.org>
6602 R:      Hartmut Knaack <knaack.h@gmx.de>
6603 R:      Lars-Peter Clausen <lars@metafoo.de>
6604 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6605 L:      linux-iio@vger.kernel.org
6606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6607 S:      Maintained
6608 F:      Documentation/devicetree/bindings/iio/
6609 F:      drivers/iio/
6610 F:      drivers/staging/iio/
6611 F:      include/linux/iio/
6612 F:      tools/iio/
6613
6614 IKANOS/ADI EAGLE ADSL USB DRIVER
6615 M:      Matthieu Castet <castet.matthieu@free.fr>
6616 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6617 S:      Maintained
6618 F:      drivers/usb/atm/ueagle-atm.c
6619
6620 IMGTEC ASCII LCD DRIVER
6621 M:      Paul Burton <paul.burton@imgtec.com>
6622 S:      Maintained
6623 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6624 F:      drivers/auxdisplay/img-ascii-lcd.c
6625
6626 INA209 HARDWARE MONITOR DRIVER
6627 M:      Guenter Roeck <linux@roeck-us.net>
6628 L:      linux-hwmon@vger.kernel.org
6629 S:      Maintained
6630 F:      Documentation/hwmon/ina209
6631 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6632 F:      drivers/hwmon/ina209.c
6633
6634 INA2XX HARDWARE MONITOR DRIVER
6635 M:      Guenter Roeck <linux@roeck-us.net>
6636 L:      linux-hwmon@vger.kernel.org
6637 S:      Maintained
6638 F:      Documentation/hwmon/ina2xx
6639 F:      drivers/hwmon/ina2xx.c
6640 F:      include/linux/platform_data/ina2xx.h
6641
6642 INDUSTRY PACK SUBSYSTEM (IPACK)
6643 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6644 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6645 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6646 L:      industrypack-devel@lists.sourceforge.net
6647 W:      http://industrypack.sourceforge.net
6648 S:      Maintained
6649 F:      drivers/ipack/
6650
6651 INGENIC JZ4780 DMA Driver
6652 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6653 S:      Maintained
6654 F:      drivers/dma/dma-jz4780.c
6655
6656 INGENIC JZ4780 NAND DRIVER
6657 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6658 L:      linux-mtd@lists.infradead.org
6659 S:      Maintained
6660 F:      drivers/mtd/nand/jz4780_*
6661
6662 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6663 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6664 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6665 L:      linux-ima-devel@lists.sourceforge.net
6666 L:      linux-ima-user@lists.sourceforge.net
6667 L:      linux-security-module@vger.kernel.org
6668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6669 S:      Supported
6670 F:      security/integrity/ima/
6671
6672 IMGTEC IR DECODER DRIVER
6673 M:      James Hogan <james.hogan@imgtec.com>
6674 S:      Maintained
6675 F:      drivers/media/rc/img-ir/
6676
6677 IMS TWINTURBO FRAMEBUFFER DRIVER
6678 L:      linux-fbdev@vger.kernel.org
6679 S:      Orphan
6680 F:      drivers/video/fbdev/imsttfb.c
6681
6682 INFINIBAND SUBSYSTEM
6683 M:      Doug Ledford <dledford@redhat.com>
6684 M:      Sean Hefty <sean.hefty@intel.com>
6685 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6686 L:      linux-rdma@vger.kernel.org
6687 W:      http://www.openfabrics.org/
6688 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6690 S:      Supported
6691 F:      Documentation/devicetree/bindings/infiniband/
6692 F:      Documentation/infiniband/
6693 F:      drivers/infiniband/
6694 F:      include/uapi/linux/if_infiniband.h
6695 F:      include/uapi/rdma/
6696 F:      include/rdma/
6697
6698 INOTIFY
6699 M:      John McCutchan <john@johnmccutchan.com>
6700 M:      Robert Love <rlove@rlove.org>
6701 M:      Eric Paris <eparis@parisplace.org>
6702 S:      Maintained
6703 F:      Documentation/filesystems/inotify.txt
6704 F:      fs/notify/inotify/
6705 F:      include/linux/inotify.h
6706 F:      include/uapi/linux/inotify.h
6707
6708 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6709 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6710 L:      linux-input@vger.kernel.org
6711 Q:      http://patchwork.kernel.org/project/linux-input/list/
6712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6713 S:      Maintained
6714 F:      drivers/input/
6715 F:      include/linux/input.h
6716 F:      include/uapi/linux/input.h
6717 F:      include/uapi/linux/input-event-codes.h
6718 F:      include/linux/input/
6719 F:      Documentation/devicetree/bindings/input/
6720 F:      Documentation/input/
6721
6722 INPUT MULTITOUCH (MT) PROTOCOL
6723 M:      Henrik Rydberg <rydberg@bitmath.org>
6724 L:      linux-input@vger.kernel.org
6725 S:      Odd fixes
6726 F:      Documentation/input/multi-touch-protocol.rst
6727 F:      drivers/input/input-mt.c
6728 K:      \b(ABS|SYN)_MT_
6729
6730 INSIDE SECURE CRYPTO DRIVER
6731 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
6732 F:      drivers/crypto/inside-secure/
6733 S:      Maintained
6734 L:      linux-crypto@vger.kernel.org
6735
6736 INTEL ASoC BDW/HSW DRIVERS
6737 M:      Jie Yang <yang.jie@linux.intel.com>
6738 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6739 S:      Supported
6740 F:      sound/soc/intel/common/sst-dsp*
6741 F:      sound/soc/intel/common/sst-firmware.c
6742 F:      sound/soc/intel/boards/broadwell.c
6743 F:      sound/soc/intel/haswell/
6744
6745 INTEL C600 SERIES SAS CONTROLLER DRIVER
6746 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6747 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6748 L:      linux-scsi@vger.kernel.org
6749 T:      git git://git.code.sf.net/p/intel-sas/isci
6750 S:      Supported
6751 F:      drivers/scsi/isci/
6752
6753 INTEL HID EVENT DRIVER
6754 M:      Alex Hung <alex.hung@canonical.com>
6755 L:      platform-driver-x86@vger.kernel.org
6756 S:      Maintained
6757 F:      drivers/platform/x86/intel-hid.c
6758
6759 INTEL VIRTUAL BUTTON DRIVER
6760 M:      AceLan Kao <acelan.kao@canonical.com>
6761 L:      platform-driver-x86@vger.kernel.org
6762 S:      Maintained
6763 F:      drivers/platform/x86/intel-vbtn.c
6764
6765 INTEL IDLE DRIVER
6766 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6767 M:      Len Brown <lenb@kernel.org>
6768 L:      linux-pm@vger.kernel.org
6769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6770 B:      https://bugzilla.kernel.org
6771 S:      Supported
6772 F:      drivers/idle/intel_idle.c
6773
6774 INTEL INTEGRATED SENSOR HUB DRIVER
6775 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6776 M:      Jiri Kosina <jikos@kernel.org>
6777 L:      linux-input@vger.kernel.org
6778 S:      Maintained
6779 F:      drivers/hid/intel-ish-hid/
6780
6781 INTEL PSTATE DRIVER
6782 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6783 M:      Len Brown <lenb@kernel.org>
6784 L:      linux-pm@vger.kernel.org
6785 S:      Supported
6786 F:      drivers/cpufreq/intel_pstate.c
6787
6788 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6789 M:      Maik Broemme <mbroemme@libmpq.org>
6790 L:      linux-fbdev@vger.kernel.org
6791 S:      Maintained
6792 F:      Documentation/fb/intelfb.txt
6793 F:      drivers/video/fbdev/intelfb/
6794
6795 INTEL 810/815 FRAMEBUFFER DRIVER
6796 M:      Antonino Daplas <adaplas@gmail.com>
6797 L:      linux-fbdev@vger.kernel.org
6798 S:      Maintained
6799 F:      drivers/video/fbdev/i810/
6800
6801 INTEL MENLOW THERMAL DRIVER
6802 M:      Sujith Thomas <sujith.thomas@intel.com>
6803 L:      platform-driver-x86@vger.kernel.org
6804 W:      https://01.org/linux-acpi
6805 S:      Supported
6806 F:      drivers/platform/x86/intel_menlow.c
6807
6808 INTEL I/OAT DMA DRIVER
6809 M:      Dave Jiang <dave.jiang@intel.com>
6810 R:      Dan Williams <dan.j.williams@intel.com>
6811 L:      dmaengine@vger.kernel.org
6812 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6813 S:      Supported
6814 F:      drivers/dma/ioat*
6815
6816 INTEL IOMMU (VT-d)
6817 M:      David Woodhouse <dwmw2@infradead.org>
6818 L:      iommu@lists.linux-foundation.org
6819 T:      git git://git.infradead.org/iommu-2.6.git
6820 S:      Supported
6821 F:      drivers/iommu/intel-iommu.c
6822 F:      include/linux/intel-iommu.h
6823
6824 INTEL IOP-ADMA DMA DRIVER
6825 R:      Dan Williams <dan.j.williams@intel.com>
6826 S:      Odd fixes
6827 F:      drivers/dma/iop-adma.c
6828
6829 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6830 M:      Krzysztof Halasa <khalasa@piap.pl>
6831 S:      Maintained
6832 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6833 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6834 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6835 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6836 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6837 F:      drivers/net/wan/ixp4xx_hss.c
6838
6839 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6840 M:      Deepak Saxena <dsaxena@plexity.net>
6841 S:      Maintained
6842 F:      drivers/char/hw_random/ixp4xx-rng.c
6843
6844 INTEL ETHERNET DRIVERS
6845 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6846 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6847 W:      http://www.intel.com/support/feedback.htm
6848 W:      http://e1000.sourceforge.net/
6849 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6852 S:      Supported
6853 F:      Documentation/networking/e100.txt
6854 F:      Documentation/networking/e1000.txt
6855 F:      Documentation/networking/e1000e.txt
6856 F:      Documentation/networking/igb.txt
6857 F:      Documentation/networking/igbvf.txt
6858 F:      Documentation/networking/ixgb.txt
6859 F:      Documentation/networking/ixgbe.txt
6860 F:      Documentation/networking/ixgbevf.txt
6861 F:      Documentation/networking/i40e.txt
6862 F:      Documentation/networking/i40evf.txt
6863 F:      drivers/net/ethernet/intel/
6864 F:      drivers/net/ethernet/intel/*/
6865 F:      include/linux/avf/virtchnl.h
6866
6867 INTEL RDMA RNIC DRIVER
6868 M:     Faisal Latif <faisal.latif@intel.com>
6869 M:     Shiraz Saleem <shiraz.saleem@intel.com>
6870 L:     linux-rdma@vger.kernel.org
6871 S:     Supported
6872 F:     drivers/infiniband/hw/i40iw/
6873
6874 INTEL MERRIFIELD GPIO DRIVER
6875 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6876 L:      linux-gpio@vger.kernel.org
6877 S:      Maintained
6878 F:      drivers/gpio/gpio-merrifield.c
6879
6880 INTEL-MID GPIO DRIVER
6881 M:      David Cohen <david.a.cohen@linux.intel.com>
6882 L:      linux-gpio@vger.kernel.org
6883 S:      Maintained
6884 F:      drivers/gpio/gpio-intel-mid.c
6885
6886 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6887 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6888 L:      linux-wireless@vger.kernel.org
6889 S:      Maintained
6890 F:      Documentation/networking/README.ipw2100
6891 F:      Documentation/networking/README.ipw2200
6892 F:      drivers/net/wireless/intel/ipw2x00/
6893
6894 INTEL(R) TRACE HUB
6895 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6896 S:      Supported
6897 F:      Documentation/trace/intel_th.txt
6898 F:      drivers/hwtracing/intel_th/
6899
6900 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6901 M:      Ning Sun <ning.sun@intel.com>
6902 L:      tboot-devel@lists.sourceforge.net
6903 W:      http://tboot.sourceforge.net
6904 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6905 S:      Supported
6906 F:      Documentation/intel_txt.txt
6907 F:      include/linux/tboot.h
6908 F:      arch/x86/kernel/tboot.c
6909
6910 INTEL WIRELESS WIMAX CONNECTION 2400
6911 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6912 M:      linux-wimax@intel.com
6913 L:      wimax@linuxwimax.org (subscribers-only)
6914 S:      Supported
6915 W:      http://linuxwimax.org
6916 F:      Documentation/wimax/README.i2400m
6917 F:      drivers/net/wimax/i2400m/
6918 F:      include/uapi/linux/wimax/i2400m.h
6919
6920 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6921 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6922 L:      linux-wireless@vger.kernel.org
6923 S:      Supported
6924 F:      drivers/net/wireless/intel/iwlegacy/
6925
6926 INTEL WIRELESS WIFI LINK (iwlwifi)
6927 M:      Johannes Berg <johannes.berg@intel.com>
6928 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6929 M:      Luca Coelho <luciano.coelho@intel.com>
6930 M:      Intel Linux Wireless <linuxwifi@intel.com>
6931 L:      linux-wireless@vger.kernel.org
6932 W:      http://intellinuxwireless.org
6933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6934 S:      Supported
6935 F:      drivers/net/wireless/intel/iwlwifi/
6936
6937 INTEL MANAGEMENT ENGINE (mei)
6938 M:      Tomas Winkler <tomas.winkler@intel.com>
6939 L:      linux-kernel@vger.kernel.org
6940 S:      Supported
6941 F:      include/uapi/linux/mei.h
6942 F:      include/linux/mei_cl_bus.h
6943 F:      drivers/misc/mei/*
6944 F:      drivers/watchdog/mei_wdt.c
6945 F:      Documentation/misc-devices/mei/*
6946 F:      samples/mei/*
6947
6948 INTEL MIC DRIVERS (mic)
6949 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6950 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6951 S:      Supported
6952 W:      https://github.com/sudeepdutt/mic
6953 W:      http://software.intel.com/en-us/mic-developer
6954 F:      include/linux/mic_bus.h
6955 F:      include/linux/scif.h
6956 F:      include/uapi/linux/mic_common.h
6957 F:      include/uapi/linux/mic_ioctl.h
6958 F:      include/uapi/linux/scif_ioctl.h
6959 F:      drivers/misc/mic/
6960 F:      drivers/dma/mic_x100_dma.c
6961 F:      drivers/dma/mic_x100_dma.h
6962 F:      Documentation/mic/
6963
6964 INTEL PMC/P-Unit IPC DRIVER
6965 M:      Zha Qipeng<qipeng.zha@intel.com>
6966 L:      platform-driver-x86@vger.kernel.org
6967 S:      Maintained
6968 F:      drivers/platform/x86/intel_pmc_ipc.c
6969 F:      drivers/platform/x86/intel_punit_ipc.c
6970 F:      arch/x86/include/asm/intel_pmc_ipc.h
6971 F:      arch/x86/include/asm/intel_punit_ipc.h
6972
6973 INTEL TELEMETRY DRIVER
6974 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6975 L:      platform-driver-x86@vger.kernel.org
6976 S:      Maintained
6977 F:      arch/x86/include/asm/intel_telemetry.h
6978 F:      drivers/platform/x86/intel_telemetry*
6979
6980 INTEL PMC CORE DRIVER
6981 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6982 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6983 L:      platform-driver-x86@vger.kernel.org
6984 S:      Maintained
6985 F:      arch/x86/include/asm/pmc_core.h
6986 F:      drivers/platform/x86/intel_pmc_core*
6987
6988 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6989 M:      Linus Walleij <linus.walleij@linaro.org>
6990 L:      linux-iio@vger.kernel.org
6991 S:      Maintained
6992 F:      drivers/iio/gyro/mpu3050*
6993 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6994
6995 IOC3 ETHERNET DRIVER
6996 M:      Ralf Baechle <ralf@linux-mips.org>
6997 L:      linux-mips@linux-mips.org
6998 S:      Maintained
6999 F:      drivers/net/ethernet/sgi/ioc3-eth.c
7000
7001 IOC3 SERIAL DRIVER
7002 M:      Pat Gefre <pfg@sgi.com>
7003 L:      linux-serial@vger.kernel.org
7004 S:      Maintained
7005 F:      drivers/tty/serial/ioc3_serial.c
7006
7007 IOMMU DRIVERS
7008 M:      Joerg Roedel <joro@8bytes.org>
7009 L:      iommu@lists.linux-foundation.org
7010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7011 S:      Maintained
7012 F:      Documentation/devicetree/bindings/iommu/
7013 F:      drivers/iommu/
7014 F:      include/linux/iommu.h
7015 F:      include/linux/iova.h
7016
7017 IP MASQUERADING
7018 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7019 S:      Maintained
7020 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
7021
7022 IPMI SUBSYSTEM
7023 M:      Corey Minyard <minyard@acm.org>
7024 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7025 W:      http://openipmi.sourceforge.net/
7026 S:      Supported
7027 F:      Documentation/IPMI.txt
7028 F:      drivers/char/ipmi/
7029 F:      include/linux/ipmi*
7030 F:      include/uapi/linux/ipmi*
7031
7032 QCOM AUDIO (ASoC) DRIVERS
7033 M:      Patrick Lai <plai@codeaurora.org>
7034 M:      Banajit Goswami <bgoswami@codeaurora.org>
7035 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7036 S:      Supported
7037 F:      sound/soc/qcom/
7038
7039 IPS SCSI RAID DRIVER
7040 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
7041 L:      linux-scsi@vger.kernel.org
7042 W:      http://www.adaptec.com/
7043 S:      Maintained
7044 F:      drivers/scsi/ips*
7045
7046 IPVS
7047 M:      Wensong Zhang <wensong@linux-vs.org>
7048 M:      Simon Horman <horms@verge.net.au>
7049 M:      Julian Anastasov <ja@ssi.bg>
7050 L:      netdev@vger.kernel.org
7051 L:      lvs-devel@vger.kernel.org
7052 S:      Maintained
7053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7055 F:      Documentation/networking/ipvs-sysctl.txt
7056 F:      include/net/ip_vs.h
7057 F:      include/uapi/linux/ip_vs.h
7058 F:      net/netfilter/ipvs/
7059
7060 IPWIRELESS DRIVER
7061 M:      Jiri Kosina <jikos@kernel.org>
7062 M:      David Sterba <dsterba@suse.com>
7063 S:      Odd Fixes
7064 F:      drivers/tty/ipwireless/
7065
7066 IPX NETWORK LAYER
7067 L:      netdev@vger.kernel.org
7068 S:      Odd fixes
7069 F:      include/net/ipx.h
7070 F:      include/uapi/linux/ipx.h
7071 F:      net/ipx/
7072
7073 IRDA SUBSYSTEM
7074 M:      Samuel Ortiz <samuel@sortiz.org>
7075 L:      irda-users@lists.sourceforge.net (subscribers-only)
7076 L:      netdev@vger.kernel.org
7077 W:      http://irda.sourceforge.net/
7078 S:      Maintained
7079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7080 F:      Documentation/networking/irda.txt
7081 F:      drivers/net/irda/
7082 F:      include/net/irda/
7083 F:      net/irda/
7084
7085 IRQ SUBSYSTEM
7086 M:      Thomas Gleixner <tglx@linutronix.de>
7087 L:      linux-kernel@vger.kernel.org
7088 S:      Maintained
7089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7090 F:      kernel/irq/
7091
7092 IRQCHIP DRIVERS
7093 M:      Thomas Gleixner <tglx@linutronix.de>
7094 M:      Jason Cooper <jason@lakedaemon.net>
7095 M:      Marc Zyngier <marc.zyngier@arm.com>
7096 L:      linux-kernel@vger.kernel.org
7097 S:      Maintained
7098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7099 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
7100 F:      Documentation/devicetree/bindings/interrupt-controller/
7101 F:      drivers/irqchip/
7102
7103 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7104 M:      Marc Zyngier <marc.zyngier@arm.com>
7105 S:      Maintained
7106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7107 F:      Documentation/IRQ-domain.txt
7108 F:      include/linux/irqdomain.h
7109 F:      kernel/irq/irqdomain.c
7110 F:      kernel/irq/msi.c
7111
7112 ISA
7113 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7114 S:      Maintained
7115 F:      Documentation/isa.txt
7116 F:      drivers/base/isa.c
7117 F:      include/linux/isa.h
7118
7119 ISAPNP
7120 M:      Jaroslav Kysela <perex@perex.cz>
7121 S:      Maintained
7122 F:      Documentation/isapnp.txt
7123 F:      drivers/pnp/isapnp/
7124 F:      include/linux/isapnp.h
7125
7126 ISA RADIO MODULE
7127 M:      Hans Verkuil <hverkuil@xs4all.nl>
7128 L:      linux-media@vger.kernel.org
7129 T:      git git://linuxtv.org/media_tree.git
7130 W:      https://linuxtv.org
7131 S:      Maintained
7132 F:      drivers/media/radio/radio-isa*
7133
7134 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7135 M:      Peter Jones <pjones@redhat.com>
7136 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
7137 S:      Maintained
7138 F:      drivers/firmware/iscsi_ibft*
7139
7140 ISCSI
7141 M:      Lee Duncan <lduncan@suse.com>
7142 M:      Chris Leech <cleech@redhat.com>
7143 L:      open-iscsi@googlegroups.com
7144 W:      www.open-iscsi.com
7145 S:      Maintained
7146 F:      drivers/scsi/*iscsi*
7147 F:      include/scsi/*iscsi*
7148
7149 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7150 M:      Or Gerlitz <ogerlitz@mellanox.com>
7151 M:      Sagi Grimberg <sagi@grimberg.me>
7152 M:      Roi Dayan <roid@mellanox.com>
7153 L:      linux-rdma@vger.kernel.org
7154 S:      Supported
7155 W:      http://www.openfabrics.org
7156 W:      www.open-iscsi.org
7157 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7158 F:      drivers/infiniband/ulp/iser/
7159
7160 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7161 M:      Sagi Grimberg <sagi@grimberg.me>
7162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7163 L:      linux-rdma@vger.kernel.org
7164 L:      target-devel@vger.kernel.org
7165 S:      Supported
7166 W:      http://www.linux-iscsi.org
7167 F:      drivers/infiniband/ulp/isert
7168
7169 ISDN SUBSYSTEM
7170 M:      Karsten Keil <isdn@linux-pingi.de>
7171 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7172 L:      netdev@vger.kernel.org
7173 W:      http://www.isdn4linux.de
7174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7175 S:      Maintained
7176 F:      Documentation/isdn/
7177 F:      drivers/isdn/
7178 F:      include/linux/isdn.h
7179 F:      include/linux/isdn/
7180 F:      include/uapi/linux/isdn.h
7181 F:      include/uapi/linux/isdn/
7182
7183 ISDN SUBSYSTEM (Eicon active card driver)
7184 M:      Armin Schindler <mac@melware.de>
7185 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7186 W:      http://www.melware.de
7187 S:      Maintained
7188 F:      drivers/isdn/hardware/eicon/
7189
7190 IT87 HARDWARE MONITORING DRIVER
7191 M:      Jean Delvare <jdelvare@suse.com>
7192 L:      linux-hwmon@vger.kernel.org
7193 S:      Maintained
7194 F:      Documentation/hwmon/it87
7195 F:      drivers/hwmon/it87.c
7196
7197 IT913X MEDIA DRIVER
7198 M:      Antti Palosaari <crope@iki.fi>
7199 L:      linux-media@vger.kernel.org
7200 W:      https://linuxtv.org
7201 W:      http://palosaari.fi/linux/
7202 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7203 T:      git git://linuxtv.org/anttip/media_tree.git
7204 S:      Maintained
7205 F:      drivers/media/tuners/it913x*
7206
7207 IVTV VIDEO4LINUX DRIVER
7208 M:      Andy Walls <awalls@md.metrocast.net>
7209 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
7210 L:      linux-media@vger.kernel.org
7211 T:      git git://linuxtv.org/media_tree.git
7212 W:      http://www.ivtvdriver.org
7213 S:      Maintained
7214 F:      Documentation/media/v4l-drivers/ivtv*
7215 F:      drivers/media/pci/ivtv/
7216 F:      include/uapi/linux/ivtv*
7217
7218 IX2505V MEDIA DRIVER
7219 M:      Malcolm Priestley <tvboxspy@gmail.com>
7220 L:      linux-media@vger.kernel.org
7221 W:      https://linuxtv.org
7222 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7223 S:      Maintained
7224 F:      drivers/media/dvb-frontends/ix2505v*
7225
7226 JC42.4 TEMPERATURE SENSOR DRIVER
7227 M:      Guenter Roeck <linux@roeck-us.net>
7228 L:      linux-hwmon@vger.kernel.org
7229 S:      Maintained
7230 F:      drivers/hwmon/jc42.c
7231 F:      Documentation/hwmon/jc42
7232
7233 JFS FILESYSTEM
7234 M:      Dave Kleikamp <shaggy@kernel.org>
7235 L:      jfs-discussion@lists.sourceforge.net
7236 W:      http://jfs.sourceforge.net/
7237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7238 S:      Maintained
7239 F:      Documentation/filesystems/jfs.txt
7240 F:      fs/jfs/
7241
7242 JME NETWORK DRIVER
7243 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
7244 L:      netdev@vger.kernel.org
7245 S:      Maintained
7246 F:      drivers/net/ethernet/jme.*
7247
7248 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7249 M:      David Woodhouse <dwmw2@infradead.org>
7250 L:      linux-mtd@lists.infradead.org
7251 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7252 S:      Maintained
7253 F:      fs/jffs2/
7254 F:      include/uapi/linux/jffs2.h
7255
7256 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7257 M:      "Theodore Ts'o" <tytso@mit.edu>
7258 M:      Jan Kara <jack@suse.com>
7259 L:      linux-ext4@vger.kernel.org
7260 S:      Maintained
7261 F:      fs/jbd2/
7262 F:      include/linux/jbd2.h
7263
7264 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7265 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7266 L:      linux-media@vger.kernel.org
7267 S:      Maintained
7268 F:      drivers/media/platform/rcar_jpu.c
7269
7270 JSM Neo PCI based serial card
7271 M:      Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7272 L:      linux-serial@vger.kernel.org
7273 S:      Maintained
7274 F:      drivers/tty/serial/jsm/
7275
7276 K10TEMP HARDWARE MONITORING DRIVER
7277 M:      Clemens Ladisch <clemens@ladisch.de>
7278 L:      linux-hwmon@vger.kernel.org
7279 S:      Maintained
7280 F:      Documentation/hwmon/k10temp
7281 F:      drivers/hwmon/k10temp.c
7282
7283 K8TEMP HARDWARE MONITORING DRIVER
7284 M:      Rudolf Marek <r.marek@assembler.cz>
7285 L:      linux-hwmon@vger.kernel.org
7286 S:      Maintained
7287 F:      Documentation/hwmon/k8temp
7288 F:      drivers/hwmon/k8temp.c
7289
7290 KASAN
7291 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
7292 R:      Alexander Potapenko <glider@google.com>
7293 R:      Dmitry Vyukov <dvyukov@google.com>
7294 L:      kasan-dev@googlegroups.com
7295 S:      Maintained
7296 F:      arch/*/include/asm/kasan.h
7297 F:      arch/*/mm/kasan_init*
7298 F:      Documentation/dev-tools/kasan.rst
7299 F:      include/linux/kasan*.h
7300 F:      lib/test_kasan.c
7301 F:      mm/kasan/
7302 F:      scripts/Makefile.kasan
7303
7304 KCONFIG
7305 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
7306 L:      linux-kbuild@vger.kernel.org
7307 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
7308 S:      Maintained
7309 F:      Documentation/kbuild/kconfig-language.txt
7310 F:      scripts/kconfig/
7311
7312 KDUMP
7313 M:      Dave Young <dyoung@redhat.com>
7314 M:      Baoquan He <bhe@redhat.com>
7315 R:      Vivek Goyal <vgoyal@redhat.com>
7316 L:      kexec@lists.infradead.org
7317 W:      http://lse.sourceforge.net/kdump/
7318 S:      Maintained
7319 F:      Documentation/kdump/
7320
7321 KEENE FM RADIO TRANSMITTER DRIVER
7322 M:      Hans Verkuil <hverkuil@xs4all.nl>
7323 L:      linux-media@vger.kernel.org
7324 T:      git git://linuxtv.org/media_tree.git
7325 W:      https://linuxtv.org
7326 S:      Maintained
7327 F:      drivers/media/radio/radio-keene*
7328
7329 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7330 M:      Ian Kent <raven@themaw.net>
7331 L:      autofs@vger.kernel.org
7332 S:      Maintained
7333 F:      fs/autofs4/
7334
7335 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7336 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
7337 M:      Michal Marek <mmarek@suse.com>
7338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7339 L:      linux-kbuild@vger.kernel.org
7340 S:      Maintained
7341 F:      Documentation/kbuild/
7342 F:      Makefile
7343 F:      scripts/Makefile.*
7344 F:      scripts/basic/
7345 F:      scripts/mk*
7346 F:      scripts/package/
7347
7348 KERNEL JANITORS
7349 L:      kernel-janitors@vger.kernel.org
7350 W:      http://kernelnewbies.org/KernelJanitors
7351 S:      Odd Fixes
7352
7353 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7354 M:      "J. Bruce Fields" <bfields@fieldses.org>
7355 M:      Jeff Layton <jlayton@poochiereds.net>
7356 L:      linux-nfs@vger.kernel.org
7357 W:      http://nfs.sourceforge.net/
7358 T:      git git://linux-nfs.org/~bfields/linux.git
7359 S:      Supported
7360 F:      fs/nfsd/
7361 F:      include/uapi/linux/nfsd/
7362 F:      fs/lockd/
7363 F:      fs/nfs_common/
7364 F:      net/sunrpc/
7365 F:      include/linux/lockd/
7366 F:      include/linux/sunrpc/
7367 F:      include/uapi/linux/sunrpc/
7368
7369 KERNEL SELFTEST FRAMEWORK
7370 M:      Shuah Khan <shuahkh@osg.samsung.com>
7371 M:      Shuah Khan <shuah@kernel.org>
7372 L:      linux-kselftest@vger.kernel.org
7373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7374 S:      Maintained
7375 F:      tools/testing/selftests/
7376 F:      Documentation/dev-tools/kselftest*
7377
7378 KERNEL VIRTUAL MACHINE (KVM)
7379 M:      Paolo Bonzini <pbonzini@redhat.com>
7380 M:      Radim Krčmář <rkrcmar@redhat.com>
7381 L:      kvm@vger.kernel.org
7382 W:      http://www.linux-kvm.org
7383 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7384 S:      Supported
7385 F:      Documentation/*/kvm*.txt
7386 F:      Documentation/virtual/kvm/
7387 F:      arch/*/kvm/
7388 F:      arch/x86/kernel/kvm.c
7389 F:      arch/x86/kernel/kvmclock.c
7390 F:      arch/*/include/asm/kvm*
7391 F:      include/linux/kvm*
7392 F:      include/uapi/linux/kvm*
7393 F:      virt/kvm/
7394 F:      tools/kvm/
7395
7396 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7397 M:      Joerg Roedel <joro@8bytes.org>
7398 L:      kvm@vger.kernel.org
7399 W:      http://www.linux-kvm.org/
7400 S:      Maintained
7401 F:      arch/x86/include/asm/svm.h
7402 F:      arch/x86/kvm/svm.c
7403
7404 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7405 M:      Alexander Graf <agraf@suse.com>
7406 L:      kvm-ppc@vger.kernel.org
7407 W:      http://www.linux-kvm.org/
7408 T:      git git://github.com/agraf/linux-2.6.git
7409 S:      Supported
7410 F:      arch/powerpc/include/asm/kvm*
7411 F:      arch/powerpc/kvm/
7412
7413 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7414 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7415 M:      Cornelia Huck <cohuck@redhat.com>
7416 L:      linux-s390@vger.kernel.org
7417 W:      http://www.ibm.com/developerworks/linux/linux390/
7418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7419 S:      Supported
7420 F:      Documentation/s390/kvm.txt
7421 F:      arch/s390/include/asm/kvm*
7422 F:      arch/s390/kvm/
7423 F:      arch/s390/mm/gmap.c
7424
7425 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7426 M:      Christoffer Dall <christoffer.dall@linaro.org>
7427 M:      Marc Zyngier <marc.zyngier@arm.com>
7428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7429 L:      kvmarm@lists.cs.columbia.edu
7430 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7432 S:      Supported
7433 F:      arch/arm/include/uapi/asm/kvm*
7434 F:      arch/arm/include/asm/kvm*
7435 F:      arch/arm/kvm/
7436 F:      virt/kvm/arm/
7437 F:      include/kvm/arm_*
7438
7439 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7440 M:      Christoffer Dall <christoffer.dall@linaro.org>
7441 M:      Marc Zyngier <marc.zyngier@arm.com>
7442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7443 L:      kvmarm@lists.cs.columbia.edu
7444 S:      Maintained
7445 F:      arch/arm64/include/uapi/asm/kvm*
7446 F:      arch/arm64/include/asm/kvm*
7447 F:      arch/arm64/kvm/
7448
7449 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7450 M:      James Hogan <james.hogan@imgtec.com>
7451 L:      linux-mips@linux-mips.org
7452 S:      Supported
7453 F:      arch/mips/include/uapi/asm/kvm*
7454 F:      arch/mips/include/asm/kvm*
7455 F:      arch/mips/kvm/
7456
7457 KERNFS
7458 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7459 M:      Tejun Heo <tj@kernel.org>
7460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7461 S:      Supported
7462 F:      include/linux/kernfs.h
7463 F:      fs/kernfs/
7464
7465 KEXEC
7466 M:      Eric Biederman <ebiederm@xmission.com>
7467 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7468 L:      kexec@lists.infradead.org
7469 S:      Maintained
7470 F:      include/linux/kexec.h
7471 F:      include/uapi/linux/kexec.h
7472 F:      kernel/kexec*
7473
7474 KEYS/KEYRINGS:
7475 M:      David Howells <dhowells@redhat.com>
7476 L:      keyrings@vger.kernel.org
7477 S:      Maintained
7478 F:      Documentation/security/keys/core.rst
7479 F:      include/linux/key.h
7480 F:      include/linux/key-type.h
7481 F:      include/linux/keyctl.h
7482 F:      include/uapi/linux/keyctl.h
7483 F:      include/keys/
7484 F:      security/keys/
7485
7486 KEYS-TRUSTED
7487 M:      David Safford <safford@us.ibm.com>
7488 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7489 L:      linux-security-module@vger.kernel.org
7490 L:      keyrings@vger.kernel.org
7491 S:      Supported
7492 F:      Documentation/security/keys/trusted-encrypted.rst
7493 F:      include/keys/trusted-type.h
7494 F:      security/keys/trusted.c
7495 F:      security/keys/trusted.h
7496
7497 KEYS-ENCRYPTED
7498 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7499 M:      David Safford <safford@us.ibm.com>
7500 L:      linux-security-module@vger.kernel.org
7501 L:      keyrings@vger.kernel.org
7502 S:      Supported
7503 F:      Documentation/security/keys/trusted-encrypted.rst
7504 F:      include/keys/encrypted-type.h
7505 F:      security/keys/encrypted-keys/
7506
7507 KGDB / KDB /debug_core
7508 M:      Jason Wessel <jason.wessel@windriver.com>
7509 W:      http://kgdb.wiki.kernel.org/
7510 L:      kgdb-bugreport@lists.sourceforge.net
7511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7512 S:      Maintained
7513 F:      Documentation/dev-tools/kgdb.rst
7514 F:      drivers/misc/kgdbts.c
7515 F:      drivers/tty/serial/kgdboc.c
7516 F:      include/linux/kdb.h
7517 F:      include/linux/kgdb.h
7518 F:      kernel/debug/
7519
7520 KMEMCHECK
7521 M:      Vegard Nossum <vegardno@ifi.uio.no>
7522 M:      Pekka Enberg <penberg@kernel.org>
7523 S:      Maintained
7524 F:      Documentation/dev-tools/kmemcheck.rst
7525 F:      arch/x86/include/asm/kmemcheck.h
7526 F:      arch/x86/mm/kmemcheck/
7527 F:      include/linux/kmemcheck.h
7528 F:      mm/kmemcheck.c
7529
7530 KMEMLEAK
7531 M:      Catalin Marinas <catalin.marinas@arm.com>
7532 S:      Maintained
7533 F:      Documentation/dev-tools/kmemleak.rst
7534 F:      include/linux/kmemleak.h
7535 F:      mm/kmemleak.c
7536 F:      mm/kmemleak-test.c
7537
7538 KPROBES
7539 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7540 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7541 M:      "David S. Miller" <davem@davemloft.net>
7542 M:      Masami Hiramatsu <mhiramat@kernel.org>
7543 S:      Maintained
7544 F:      Documentation/kprobes.txt
7545 F:      include/linux/kprobes.h
7546 F:      include/asm-generic/kprobes.h
7547 F:      kernel/kprobes.c
7548
7549 KS0108 LCD CONTROLLER DRIVER
7550 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7551 W:      http://miguelojeda.es/auxdisplay.htm
7552 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7553 S:      Maintained
7554 F:      Documentation/auxdisplay/ks0108
7555 F:      drivers/auxdisplay/ks0108.c
7556 F:      include/linux/ks0108.h
7557
7558 L3MDEV
7559 M:      David Ahern <dsa@cumulusnetworks.com>
7560 L:      netdev@vger.kernel.org
7561 S:      Maintained
7562 F:      net/l3mdev
7563 F:      include/net/l3mdev.h
7564
7565 LANTIQ MIPS ARCHITECTURE
7566 M:      John Crispin <john@phrozen.org>
7567 L:      linux-mips@linux-mips.org
7568 S:      Maintained
7569 F:      arch/mips/lantiq
7570
7571 LAPB module
7572 L:      linux-x25@vger.kernel.org
7573 S:      Orphan
7574 F:      Documentation/networking/lapb-module.txt
7575 F:      include/*/lapb.h
7576 F:      net/lapb/
7577
7578 LASI 53c700 driver for PARISC
7579 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7580 L:      linux-scsi@vger.kernel.org
7581 S:      Maintained
7582 F:      Documentation/scsi/53c700.txt
7583 F:      drivers/scsi/53c700*
7584
7585 LED SUBSYSTEM
7586 M:      Richard Purdie <rpurdie@rpsys.net>
7587 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
7588 M:      Pavel Machek <pavel@ucw.cz>
7589 L:      linux-leds@vger.kernel.org
7590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7591 S:      Maintained
7592 F:      Documentation/devicetree/bindings/leds/
7593 F:      drivers/leds/
7594 F:      include/linux/leds.h
7595
7596 LEGACY EEPROM DRIVER
7597 M:      Jean Delvare <jdelvare@suse.com>
7598 S:      Maintained
7599 F:      Documentation/misc-devices/eeprom
7600 F:      drivers/misc/eeprom/eeprom.c
7601
7602 LEGO USB Tower driver
7603 M:      Juergen Stuber <starblue@users.sourceforge.net>
7604 L:      legousb-devel@lists.sourceforge.net
7605 W:      http://legousb.sourceforge.net/
7606 S:      Maintained
7607 F:      drivers/usb/misc/legousbtower.c
7608
7609 LG2160 MEDIA DRIVER
7610 M:      Michael Krufky <mkrufky@linuxtv.org>
7611 L:      linux-media@vger.kernel.org
7612 W:      https://linuxtv.org
7613 W:      http://github.com/mkrufky
7614 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7615 T:      git git://linuxtv.org/mkrufky/tuners.git
7616 S:      Maintained
7617 F:      drivers/media/dvb-frontends/lg2160.*
7618
7619 LGDT3305 MEDIA DRIVER
7620 M:      Michael Krufky <mkrufky@linuxtv.org>
7621 L:      linux-media@vger.kernel.org
7622 W:      https://linuxtv.org
7623 W:      http://github.com/mkrufky
7624 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7625 T:      git git://linuxtv.org/mkrufky/tuners.git
7626 S:      Maintained
7627 F:      drivers/media/dvb-frontends/lgdt3305.*
7628
7629 LGUEST
7630 M:      Rusty Russell <rusty@rustcorp.com.au>
7631 L:      lguest@lists.ozlabs.org
7632 W:      http://lguest.ozlabs.org/
7633 S:      Odd Fixes
7634 F:      arch/x86/include/asm/lguest*.h
7635 F:      arch/x86/lguest/
7636 F:      drivers/lguest/
7637 F:      include/linux/lguest*.h
7638 F:      tools/lguest/
7639
7640 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7641 M:      Tejun Heo <tj@kernel.org>
7642 L:      linux-ide@vger.kernel.org
7643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7644 S:      Maintained
7645 F:      drivers/ata/
7646 F:      include/linux/ata.h
7647 F:      include/linux/libata.h
7648 F:      Documentation/devicetree/bindings/ata/
7649
7650 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7651 M:      Viresh Kumar <vireshk@kernel.org>
7652 L:      linux-ide@vger.kernel.org
7653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7654 S:      Maintained
7655 F:      include/linux/pata_arasan_cf_data.h
7656 F:      drivers/ata/pata_arasan_cf.c
7657
7658 LIBATA PATA DRIVERS
7659 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7660 M:      Tejun Heo <tj@kernel.org>
7661 L:      linux-ide@vger.kernel.org
7662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7663 S:      Maintained
7664 F:      drivers/ata/pata_*.c
7665 F:      drivers/ata/ata_generic.c
7666
7667 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7668 M:      Linus Walleij <linus.walleij@linaro.org>
7669 L:      linux-ide@vger.kernel.org
7670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7671 S:      Maintained
7672 F:      drivers/ata/pata_ftide010.c
7673 F:      drivers/ata/sata_gemini.c
7674 F:      drivers/ata/sata_gemini.h
7675
7676 LIBATA SATA AHCI PLATFORM devices support
7677 M:      Hans de Goede <hdegoede@redhat.com>
7678 M:      Tejun Heo <tj@kernel.org>
7679 L:      linux-ide@vger.kernel.org
7680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7681 S:      Maintained
7682 F:      drivers/ata/ahci_platform.c
7683 F:      drivers/ata/libahci_platform.c
7684 F:      include/linux/ahci_platform.h
7685
7686 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7687 M:      Mikael Pettersson <mikpelinux@gmail.com>
7688 L:      linux-ide@vger.kernel.org
7689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7690 S:      Maintained
7691 F:      drivers/ata/sata_promise.*
7692
7693 LIBLOCKDEP
7694 M:      Sasha Levin <alexander.levin@verizon.com>
7695 S:      Maintained
7696 F:      tools/lib/lockdep/
7697
7698 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7699 M:      Dan Williams <dan.j.williams@intel.com>
7700 L:      linux-nvdimm@lists.01.org
7701 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7703 S:      Supported
7704 F:      drivers/nvdimm/*
7705 F:      include/linux/nd.h
7706 F:      include/linux/libnvdimm.h
7707 F:      include/uapi/linux/ndctl.h
7708
7709 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7710 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7711 L:      linux-nvdimm@lists.01.org
7712 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7713 S:      Supported
7714 F:      drivers/nvdimm/blk.c
7715 F:      drivers/nvdimm/region_devs.c
7716 F:      drivers/acpi/nfit*
7717
7718 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7719 M:      Vishal Verma <vishal.l.verma@intel.com>
7720 L:      linux-nvdimm@lists.01.org
7721 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7722 S:      Supported
7723 F:      drivers/nvdimm/btt*
7724
7725 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7726 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7727 L:      linux-nvdimm@lists.01.org
7728 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7729 S:      Supported
7730 F:      drivers/nvdimm/pmem*
7731
7732 LIGHTNVM PLATFORM SUPPORT
7733 M:      Matias Bjorling <mb@lightnvm.io>
7734 W:      http://github/OpenChannelSSD
7735 L:      linux-block@vger.kernel.org
7736 S:      Maintained
7737 F:      drivers/lightnvm/
7738 F:      include/linux/lightnvm.h
7739 F:      include/uapi/linux/lightnvm.h
7740
7741 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7742 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7743 M:      Paul Mackerras <paulus@samba.org>
7744 M:      Michael Ellerman <mpe@ellerman.id.au>
7745 W:      https://github.com/linuxppc/linux/wiki
7746 L:      linuxppc-dev@lists.ozlabs.org
7747 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7749 S:      Supported
7750 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
7751 F:      Documentation/devicetree/bindings/powerpc/
7752 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
7753 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
7754 F:      Documentation/powerpc/
7755 F:      arch/powerpc/
7756 F:      drivers/char/tpm/tpm_ibmvtpm*
7757 F:      drivers/crypto/nx/
7758 F:      drivers/crypto/vmx/
7759 F:      drivers/i2c/busses/i2c-opal.c
7760 F:      drivers/net/ethernet/ibm/ibmveth.*
7761 F:      drivers/net/ethernet/ibm/ibmvnic.*
7762 F:      drivers/pci/hotplug/pnv_php.c
7763 F:      drivers/pci/hotplug/rpa*
7764 F:      drivers/rtc/rtc-opal.c
7765 F:      drivers/scsi/ibmvscsi/
7766 F:      drivers/tty/hvc/hvc_opal.c
7767 F:      tools/testing/selftests/powerpc
7768 N:      /pmac
7769 N:      powermac
7770 N:      powernv
7771 N:      [^a-z0-9]ps3
7772 N:      pseries
7773
7774 LINUX FOR POWER MACINTOSH
7775 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7776 W:      http://www.penguinppc.org/
7777 L:      linuxppc-dev@lists.ozlabs.org
7778 S:      Maintained
7779 F:      arch/powerpc/platforms/powermac/
7780 F:      drivers/macintosh/
7781
7782 LINUX FOR POWERPC EMBEDDED MPC5XXX
7783 M:      Anatolij Gustschin <agust@denx.de>
7784 L:      linuxppc-dev@lists.ozlabs.org
7785 T:      git git://git.denx.de/linux-denx-agust.git
7786 S:      Maintained
7787 F:      arch/powerpc/platforms/512x/
7788 F:      arch/powerpc/platforms/52xx/
7789
7790 LINUX FOR POWERPC EMBEDDED PPC4XX
7791 M:      Alistair Popple <alistair@popple.id.au>
7792 M:      Matt Porter <mporter@kernel.crashing.org>
7793 W:      http://www.penguinppc.org/
7794 L:      linuxppc-dev@lists.ozlabs.org
7795 S:      Maintained
7796 F:      arch/powerpc/platforms/40x/
7797 F:      arch/powerpc/platforms/44x/
7798
7799 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7800 L:      linuxppc-dev@lists.ozlabs.org
7801 S:      Orphan
7802 F:      arch/powerpc/*/*virtex*
7803 F:      arch/powerpc/*/*/*virtex*
7804
7805 LINUX FOR POWERPC EMBEDDED PPC8XX
7806 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7807 W:      http://www.penguinppc.org/
7808 L:      linuxppc-dev@lists.ozlabs.org
7809 S:      Maintained
7810 F:      arch/powerpc/platforms/8xx/
7811
7812 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7813 M:      Scott Wood <oss@buserror.net>
7814 M:      Kumar Gala <galak@kernel.crashing.org>
7815 W:      http://www.penguinppc.org/
7816 L:      linuxppc-dev@lists.ozlabs.org
7817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7818 S:      Maintained
7819 F:      arch/powerpc/platforms/83xx/
7820 F:      arch/powerpc/platforms/85xx/
7821 F:      Documentation/devicetree/bindings/powerpc/fsl/
7822
7823 LINUX FOR POWERPC PA SEMI PWRFICIENT
7824 L:      linuxppc-dev@lists.ozlabs.org
7825 S:      Orphan
7826 F:      arch/powerpc/platforms/pasemi/
7827 F:      drivers/*/*pasemi*
7828 F:      drivers/*/*/*pasemi*
7829
7830 LINUX SECURITY MODULE (LSM) FRAMEWORK
7831 M:      Chris Wright <chrisw@sous-sol.org>
7832 L:      linux-security-module@vger.kernel.org
7833 S:      Supported
7834
7835 LIS3LV02D ACCELEROMETER DRIVER
7836 M:      Eric Piel <eric.piel@tremplin-utc.net>
7837 S:      Maintained
7838 F:      Documentation/misc-devices/lis3lv02d
7839 F:      drivers/misc/lis3lv02d/
7840 F:      drivers/platform/x86/hp_accel.c
7841
7842 LIVE PATCHING
7843 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7844 M:      Jessica Yu <jeyu@kernel.org>
7845 M:      Jiri Kosina <jikos@kernel.org>
7846 M:      Miroslav Benes <mbenes@suse.cz>
7847 R:      Petr Mladek <pmladek@suse.com>
7848 S:      Maintained
7849 F:      kernel/livepatch/
7850 F:      include/linux/livepatch.h
7851 F:      arch/x86/include/asm/livepatch.h
7852 F:      arch/x86/kernel/livepatch.c
7853 F:      Documentation/livepatch/
7854 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7855 F:      samples/livepatch/
7856 L:      live-patching@vger.kernel.org
7857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7858
7859 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7860 M:      Kees Cook <keescook@chromium.org>
7861 S:      Maintained
7862 F:      drivers/misc/lkdtm*
7863
7864 LLC (802.2)
7865 L:      netdev@vger.kernel.org
7866 S:      Odd fixes
7867 F:      include/linux/llc.h
7868 F:      include/uapi/linux/llc.h
7869 F:      include/net/llc*
7870 F:      net/llc/
7871
7872 LM73 HARDWARE MONITOR DRIVER
7873 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7874 L:      linux-hwmon@vger.kernel.org
7875 S:      Maintained
7876 F:      drivers/hwmon/lm73.c
7877
7878 LM78 HARDWARE MONITOR DRIVER
7879 M:      Jean Delvare <jdelvare@suse.com>
7880 L:      linux-hwmon@vger.kernel.org
7881 S:      Maintained
7882 F:      Documentation/hwmon/lm78
7883 F:      drivers/hwmon/lm78.c
7884
7885 LM83 HARDWARE MONITOR DRIVER
7886 M:      Jean Delvare <jdelvare@suse.com>
7887 L:      linux-hwmon@vger.kernel.org
7888 S:      Maintained
7889 F:      Documentation/hwmon/lm83
7890 F:      drivers/hwmon/lm83.c
7891
7892 LM90 HARDWARE MONITOR DRIVER
7893 M:      Jean Delvare <jdelvare@suse.com>
7894 L:      linux-hwmon@vger.kernel.org
7895 S:      Maintained
7896 F:      Documentation/hwmon/lm90
7897 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7898 F:      drivers/hwmon/lm90.c
7899 F:      include/dt-bindings/thermal/lm90.h
7900
7901 LM95234 HARDWARE MONITOR DRIVER
7902 M:      Guenter Roeck <linux@roeck-us.net>
7903 L:      linux-hwmon@vger.kernel.org
7904 S:      Maintained
7905 F:      Documentation/hwmon/lm95234
7906 F:      drivers/hwmon/lm95234.c
7907
7908 LME2510 MEDIA DRIVER
7909 M:      Malcolm Priestley <tvboxspy@gmail.com>
7910 L:      linux-media@vger.kernel.org
7911 W:      https://linuxtv.org
7912 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7913 S:      Maintained
7914 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7915
7916 LOCKING PRIMITIVES
7917 M:      Peter Zijlstra <peterz@infradead.org>
7918 M:      Ingo Molnar <mingo@redhat.com>
7919 L:      linux-kernel@vger.kernel.org
7920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7921 S:      Maintained
7922 F:      Documentation/locking/
7923 F:      include/linux/lockdep.h
7924 F:      include/linux/spinlock*.h
7925 F:      arch/*/include/asm/spinlock*.h
7926 F:      include/linux/rwlock*.h
7927 F:      include/linux/mutex*.h
7928 F:      arch/*/include/asm/mutex*.h
7929 F:      include/linux/rwsem*.h
7930 F:      arch/*/include/asm/rwsem.h
7931 F:      include/linux/seqlock.h
7932 F:      lib/locking*.[ch]
7933 F:      kernel/locking/
7934
7935 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7936 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7937 L:      linux-ntfs-dev@lists.sourceforge.net
7938 W:      http://www.linux-ntfs.org/content/view/19/37/
7939 S:      Maintained
7940 F:      Documentation/ldm.txt
7941 F:      block/partitions/ldm.*
7942
7943 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7944 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7945 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7946 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7947 L:      MPT-FusionLinux.pdl@broadcom.com
7948 L:      linux-scsi@vger.kernel.org
7949 W:      http://www.avagotech.com/support/
7950 S:      Supported
7951 F:      drivers/message/fusion/
7952 F:      drivers/scsi/mpt2sas/
7953 F:      drivers/scsi/mpt3sas/
7954
7955 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7956 M:      Matthew Wilcox <matthew@wil.cx>
7957 L:      linux-scsi@vger.kernel.org
7958 S:      Maintained
7959 F:      drivers/scsi/sym53c8xx_2/
7960
7961 LTC4261 HARDWARE MONITOR DRIVER
7962 M:      Guenter Roeck <linux@roeck-us.net>
7963 L:      linux-hwmon@vger.kernel.org
7964 S:      Maintained
7965 F:      Documentation/hwmon/ltc4261
7966 F:      drivers/hwmon/ltc4261.c
7967
7968 LTC4306 I2C MULTIPLEXER DRIVER
7969 M:      Michael Hennerich <michael.hennerich@analog.com>
7970 W:      http://ez.analog.com/community/linux-device-drivers
7971 L:      linux-i2c@vger.kernel.org
7972 S:      Supported
7973 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
7974 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
7975
7976 LTP (Linux Test Project)
7977 M:      Mike Frysinger <vapier@gentoo.org>
7978 M:      Cyril Hrubis <chrubis@suse.cz>
7979 M:      Wanlong Gao <wanlong.gao@gmail.com>
7980 M:      Jan Stancek <jstancek@redhat.com>
7981 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7982 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7983 L:      ltp@lists.linux.it (subscribers-only)
7984 W:      http://linux-test-project.github.io/
7985 T:      git git://github.com/linux-test-project/ltp.git
7986 S:      Maintained
7987
7988 M32R ARCHITECTURE
7989 W:      http://www.linux-m32r.org/
7990 S:      Orphan
7991 F:      arch/m32r/
7992
7993 M68K ARCHITECTURE
7994 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7995 L:      linux-m68k@lists.linux-m68k.org
7996 W:      http://www.linux-m68k.org/
7997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7998 S:      Maintained
7999 F:      arch/m68k/
8000 F:      drivers/zorro/
8001
8002 M68K ON APPLE MACINTOSH
8003 M:      Joshua Thompson <funaho@jurai.org>
8004 W:      http://www.mac.linux-m68k.org/
8005 L:      linux-m68k@lists.linux-m68k.org
8006 S:      Maintained
8007 F:      arch/m68k/mac/
8008
8009 M68K ON HP9000/300
8010 M:      Philip Blundell <philb@gnu.org>
8011 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
8012 S:      Maintained
8013 F:      arch/m68k/hp300/
8014
8015 M88DS3103 MEDIA DRIVER
8016 M:      Antti Palosaari <crope@iki.fi>
8017 L:      linux-media@vger.kernel.org
8018 W:      https://linuxtv.org
8019 W:      http://palosaari.fi/linux/
8020 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8021 T:      git git://linuxtv.org/anttip/media_tree.git
8022 S:      Maintained
8023 F:      drivers/media/dvb-frontends/m88ds3103*
8024
8025 M88RS2000 MEDIA DRIVER
8026 M:      Malcolm Priestley <tvboxspy@gmail.com>
8027 L:      linux-media@vger.kernel.org
8028 W:      https://linuxtv.org
8029 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8030 S:      Maintained
8031 F:      drivers/media/dvb-frontends/m88rs2000*
8032
8033 MA901 MASTERKIT USB FM RADIO DRIVER
8034 M:      Alexey Klimov <klimov.linux@gmail.com>
8035 L:      linux-media@vger.kernel.org
8036 T:      git git://linuxtv.org/media_tree.git
8037 S:      Maintained
8038 F:      drivers/media/radio/radio-ma901.c
8039
8040 MAC80211
8041 M:      Johannes Berg <johannes@sipsolutions.net>
8042 L:      linux-wireless@vger.kernel.org
8043 W:      http://wireless.kernel.org/
8044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8046 S:      Maintained
8047 F:      Documentation/networking/mac80211-injection.txt
8048 F:      include/net/mac80211.h
8049 F:      net/mac80211/
8050 F:      drivers/net/wireless/mac80211_hwsim.[ch]
8051
8052 MAILBOX API
8053 M:      Jassi Brar <jassisinghbrar@gmail.com>
8054 L:      linux-kernel@vger.kernel.org
8055 S:      Maintained
8056 F:      drivers/mailbox/
8057 F:      include/linux/mailbox_client.h
8058 F:      include/linux/mailbox_controller.h
8059
8060 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8061 M:      Michael Kerrisk <mtk.manpages@gmail.com>
8062 W:      http://www.kernel.org/doc/man-pages
8063 L:      linux-man@vger.kernel.org
8064 S:      Maintained
8065
8066 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8067 M:      Rahul Bedarkar <rahulbedarkar89@gmail.com>
8068 L:      linux-mips@linux-mips.org
8069 S:      Maintained
8070 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
8071
8072 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8073 M:      Andrew Lunn <andrew@lunn.ch>
8074 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8075 L:      netdev@vger.kernel.org
8076 S:      Maintained
8077 F:      drivers/net/dsa/mv88e6xxx/
8078 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
8079
8080 MARVELL ARMADA DRM SUPPORT
8081 M:      Russell King <linux@armlinux.org.uk>
8082 S:      Maintained
8083 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8084 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8085 F:      drivers/gpu/drm/armada/
8086 F:      include/uapi/drm/armada_drm.h
8087 F:      Documentation/devicetree/bindings/display/armada/
8088
8089 MARVELL CRYPTO DRIVER
8090 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8091 M:      Arnaud Ebalard <arno@natisbad.org>
8092 F:      drivers/crypto/marvell/
8093 S:      Maintained
8094 L:      linux-crypto@vger.kernel.org
8095
8096 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8097 M:      Mirko Lindner <mlindner@marvell.com>
8098 M:      Stephen Hemminger <stephen@networkplumber.org>
8099 L:      netdev@vger.kernel.org
8100 S:      Maintained
8101 F:      drivers/net/ethernet/marvell/sk*
8102
8103 MARVELL LIBERTAS WIRELESS DRIVER
8104 L:      libertas-dev@lists.infradead.org
8105 S:      Orphan
8106 F:      drivers/net/wireless/marvell/libertas/
8107
8108 MARVELL MV643XX ETHERNET DRIVER
8109 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8110 L:      netdev@vger.kernel.org
8111 S:      Maintained
8112 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
8113 F:      include/linux/mv643xx.h
8114
8115 MARVELL MV88X3310 PHY DRIVER
8116 M:      Russell King <rmk@armlinux.org.uk>
8117 L:      netdev@vger.kernel.org
8118 S:      Maintained
8119 F:      drivers/net/phy/marvell10g.c
8120
8121 MARVELL MVNETA ETHERNET DRIVER
8122 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8123 L:      netdev@vger.kernel.org
8124 S:      Maintained
8125 F:      drivers/net/ethernet/marvell/mvneta.*
8126
8127 MARVELL MWIFIEX WIRELESS DRIVER
8128 M:      Amitkumar Karwar <amitkarwar@gmail.com>
8129 M:      Nishant Sarmukadam <nishants@marvell.com>
8130 M:      Ganapathi Bhat <gbhat@marvell.com>
8131 M:      Xinming Hu <huxm@marvell.com>
8132 L:      linux-wireless@vger.kernel.org
8133 S:      Maintained
8134 F:      drivers/net/wireless/marvell/mwifiex/
8135
8136 MARVELL MWL8K WIRELESS DRIVER
8137 M:      Lennert Buytenhek <buytenh@wantstofly.org>
8138 L:      linux-wireless@vger.kernel.org
8139 S:      Odd Fixes
8140 F:      drivers/net/wireless/marvell/mwl8k.c
8141
8142 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8143 M:      Nicolas Pitre <nico@fluxnic.net>
8144 S:      Odd Fixes
8145 F:      drivers/mmc/host/mvsdio.*
8146
8147 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8148 M:      Hu Ziji <huziji@marvell.com>
8149 L:      linux-mmc@vger.kernel.org
8150 S:      Supported
8151 F:      drivers/mmc/host/sdhci-xenon*
8152 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8153
8154 MATROX FRAMEBUFFER DRIVER
8155 L:      linux-fbdev@vger.kernel.org
8156 S:      Orphan
8157 F:      drivers/video/fbdev/matrox/matroxfb_*
8158 F:      include/uapi/linux/matroxfb.h
8159
8160 MAX16065 HARDWARE MONITOR DRIVER
8161 M:      Guenter Roeck <linux@roeck-us.net>
8162 L:      linux-hwmon@vger.kernel.org
8163 S:      Maintained
8164 F:      Documentation/hwmon/max16065
8165 F:      drivers/hwmon/max16065.c
8166
8167 MAX20751 HARDWARE MONITOR DRIVER
8168 M:      Guenter Roeck <linux@roeck-us.net>
8169 L:      linux-hwmon@vger.kernel.org
8170 S:      Maintained
8171 F:      Documentation/hwmon/max20751
8172 F:      drivers/hwmon/max20751.c
8173
8174 MAX2175 SDR TUNER DRIVER
8175 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8176 L:      linux-media@vger.kernel.org
8177 T:      git git://linuxtv.org/media_tree.git
8178 S:      Maintained
8179 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
8180 F:      Documentation/media/v4l-drivers/max2175.rst
8181 F:      drivers/media/i2c/max2175*
8182 F:      include/uapi/linux/max2175.h
8183
8184 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8185 L:      linux-hwmon@vger.kernel.org
8186 S:      Orphan
8187 F:      Documentation/hwmon/max6650
8188 F:      drivers/hwmon/max6650.c
8189
8190 MAX6697 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/max6697
8195 F:      Documentation/devicetree/bindings/i2c/max6697.txt
8196 F:      drivers/hwmon/max6697.c
8197 F:      include/linux/platform_data/max6697.h
8198
8199 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8200 M:      Peter Rosin <peda@axentia.se>
8201 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8202 S:      Maintained
8203 F:      Documentation/devicetree/bindings/sound/max9860.txt
8204 F:      sound/soc/codecs/max9860.*
8205
8206 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8207 M:      Krzysztof Kozlowski <krzk@kernel.org>
8208 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8209 L:      linux-pm@vger.kernel.org
8210 S:      Supported
8211 F:      drivers/power/supply/max14577_charger.c
8212 F:      drivers/power/supply/max77693_charger.c
8213
8214 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8215 M:      Javier Martinez Canillas <javier@dowhile0.org>
8216 L:      linux-kernel@vger.kernel.org
8217 S:      Supported
8218 F:      drivers/regulator/max77802-regulator.c
8219 F:      Documentation/devicetree/bindings/*/*max77802.txt
8220 F:      include/dt-bindings/*/*max77802.h
8221
8222 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8223 M:      Chanwoo Choi <cw00.choi@samsung.com>
8224 M:      Krzysztof Kozlowski <krzk@kernel.org>
8225 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8226 L:      linux-kernel@vger.kernel.org
8227 S:      Supported
8228 F:      drivers/*/max14577*.c
8229 F:      drivers/*/max77686*.c
8230 F:      drivers/*/max77693*.c
8231 F:      drivers/extcon/extcon-max14577.c
8232 F:      drivers/extcon/extcon-max77693.c
8233 F:      drivers/rtc/rtc-max77686.c
8234 F:      drivers/clk/clk-max77686.c
8235 F:      Documentation/devicetree/bindings/mfd/max14577.txt
8236 F:      Documentation/devicetree/bindings/*/max77686.txt
8237 F:      Documentation/devicetree/bindings/mfd/max77693.txt
8238 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
8239 F:      include/linux/mfd/max14577*.h
8240 F:      include/linux/mfd/max77686*.h
8241 F:      include/linux/mfd/max77693*.h
8242
8243 MAXIRADIO FM RADIO RECEIVER DRIVER
8244 M:      Hans Verkuil <hverkuil@xs4all.nl>
8245 L:      linux-media@vger.kernel.org
8246 T:      git git://linuxtv.org/media_tree.git
8247 W:      https://linuxtv.org
8248 S:      Maintained
8249 F:      drivers/media/radio/radio-maxiradio*
8250
8251 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8252 M:      Peter Rosin <peda@axentia.se>
8253 L:      linux-iio@vger.kernel.org
8254 S:      Maintained
8255 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8256 F:      drivers/iio/potentiometer/mcp4531.c
8257
8258 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8259 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
8260 L:      linux-iio@vger.kernel.org
8261 S:      Maintained
8262 F:      drivers/iio/dac/cio-dac.c
8263
8264 MEDIA DRIVERS FOR RENESAS - DRIF
8265 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8266 L:      linux-media@vger.kernel.org
8267 L:      linux-renesas-soc@vger.kernel.org
8268 T:      git git://linuxtv.org/media_tree.git
8269 S:      Supported
8270 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
8271 F:      drivers/media/platform/rcar_drif.c
8272
8273 MEDIA DRIVERS FOR FREESCALE IMX
8274 M:      Steve Longerbeam <slongerbeam@gmail.com>
8275 M:      Philipp Zabel <p.zabel@pengutronix.de>
8276 L:      linux-media@vger.kernel.org
8277 T:      git git://linuxtv.org/media_tree.git
8278 S:      Maintained
8279 F:      Documentation/devicetree/bindings/media/imx.txt
8280 F:      Documentation/media/v4l-drivers/imx.rst
8281 F:      drivers/staging/media/imx/
8282 F:      include/linux/imx-media.h
8283 F:      include/media/imx.h
8284
8285 MEDIA DRIVERS FOR RENESAS - FCP
8286 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8287 L:      linux-media@vger.kernel.org
8288 L:      linux-renesas-soc@vger.kernel.org
8289 T:      git git://linuxtv.org/media_tree.git
8290 S:      Supported
8291 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
8292 F:      drivers/media/platform/rcar-fcp.c
8293 F:      include/media/rcar-fcp.h
8294
8295 MEDIA DRIVERS FOR RENESAS - FDP1
8296 M:      Kieran Bingham <kieran@bingham.xyz>
8297 L:      linux-media@vger.kernel.org
8298 L:      linux-renesas-soc@vger.kernel.org
8299 T:      git git://linuxtv.org/media_tree.git
8300 S:      Supported
8301 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
8302 F:      drivers/media/platform/rcar_fdp1.c
8303
8304 MEDIA DRIVERS FOR RENESAS - VIN
8305 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
8306 L:      linux-media@vger.kernel.org
8307 L:      linux-renesas-soc@vger.kernel.org
8308 T:      git git://linuxtv.org/media_tree.git
8309 S:      Supported
8310 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
8311 F:      drivers/media/platform/rcar-vin/
8312
8313 MEDIA DRIVERS FOR RENESAS - VSP1
8314 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8315 L:      linux-media@vger.kernel.org
8316 L:      linux-renesas-soc@vger.kernel.org
8317 T:      git git://linuxtv.org/media_tree.git
8318 S:      Supported
8319 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
8320 F:      drivers/media/platform/vsp1/
8321
8322 MEDIA DRIVERS FOR HELENE
8323 M:      Abylay Ospan <aospan@netup.ru>
8324 L:      linux-media@vger.kernel.org
8325 W:      https://linuxtv.org
8326 W:      http://netup.tv/
8327 T:      git git://linuxtv.org/media_tree.git
8328 S:      Supported
8329 F:      drivers/media/dvb-frontends/helene*
8330
8331 MEDIA DRIVERS FOR ASCOT2E
8332 M:      Sergey Kozlov <serjk@netup.ru>
8333 M:      Abylay Ospan <aospan@netup.ru>
8334 L:      linux-media@vger.kernel.org
8335 W:      https://linuxtv.org
8336 W:      http://netup.tv/
8337 T:      git git://linuxtv.org/media_tree.git
8338 S:      Supported
8339 F:      drivers/media/dvb-frontends/ascot2e*
8340
8341 MEDIA DRIVERS FOR CXD2841ER
8342 M:      Sergey Kozlov <serjk@netup.ru>
8343 M:      Abylay Ospan <aospan@netup.ru>
8344 L:      linux-media@vger.kernel.org
8345 W:      https://linuxtv.org
8346 W:      http://netup.tv/
8347 T:      git git://linuxtv.org/media_tree.git
8348 S:      Supported
8349 F:      drivers/media/dvb-frontends/cxd2841er*
8350
8351 MEDIA DRIVERS FOR HORUS3A
8352 M:      Sergey Kozlov <serjk@netup.ru>
8353 M:      Abylay Ospan <aospan@netup.ru>
8354 L:      linux-media@vger.kernel.org
8355 W:      https://linuxtv.org
8356 W:      http://netup.tv/
8357 T:      git git://linuxtv.org/media_tree.git
8358 S:      Supported
8359 F:      drivers/media/dvb-frontends/horus3a*
8360
8361 MEDIA DRIVERS FOR LNBH25
8362 M:      Sergey Kozlov <serjk@netup.ru>
8363 M:      Abylay Ospan <aospan@netup.ru>
8364 L:      linux-media@vger.kernel.org
8365 W:      https://linuxtv.org
8366 W:      http://netup.tv/
8367 T:      git git://linuxtv.org/media_tree.git
8368 S:      Supported
8369 F:      drivers/media/dvb-frontends/lnbh25*
8370
8371 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8372 M:      Sergey Kozlov <serjk@netup.ru>
8373 M:      Abylay Ospan <aospan@netup.ru>
8374 L:      linux-media@vger.kernel.org
8375 W:      https://linuxtv.org
8376 W:      http://netup.tv/
8377 T:      git git://linuxtv.org/media_tree.git
8378 S:      Supported
8379 F:      drivers/media/pci/netup_unidvb/*
8380
8381 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8382 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
8383 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
8384 P:      LinuxTV.org Project
8385 L:      linux-media@vger.kernel.org
8386 W:      https://linuxtv.org
8387 Q:      http://patchwork.kernel.org/project/linux-media/list/
8388 T:      git git://linuxtv.org/media_tree.git
8389 S:      Maintained
8390 F:      Documentation/devicetree/bindings/media/
8391 F:      Documentation/media/
8392 F:      drivers/media/
8393 F:      drivers/staging/media/
8394 F:      include/linux/platform_data/media/
8395 F:      include/media/
8396 F:      include/uapi/linux/dvb/
8397 F:      include/uapi/linux/videodev2.h
8398 F:      include/uapi/linux/media.h
8399 F:      include/uapi/linux/v4l2-*
8400 F:      include/uapi/linux/meye.h
8401 F:      include/uapi/linux/ivtv*
8402 F:      include/uapi/linux/uvcvideo.h
8403
8404 MEDIATEK ETHERNET DRIVER
8405 M:      Felix Fietkau <nbd@openwrt.org>
8406 M:      John Crispin <blogic@openwrt.org>
8407 L:      netdev@vger.kernel.org
8408 S:      Maintained
8409 F:      drivers/net/ethernet/mediatek/
8410
8411 MEDIATEK JPEG DRIVER
8412 M:      Rick Chang <rick.chang@mediatek.com>
8413 M:      Bin Liu <bin.liu@mediatek.com>
8414 S:      Supported
8415 F:      drivers/media/platform/mtk-jpeg/
8416 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8417
8418 MEDIATEK MEDIA DRIVER
8419 M:      Tiffany Lin <tiffany.lin@mediatek.com>
8420 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8421 S:      Supported
8422 F:      drivers/media/platform/mtk-vcodec/
8423 F:      drivers/media/platform/mtk-vpu/
8424 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8425 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8426
8427 MEDIATEK MDP DRIVER
8428 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8429 M:      Houlong Wei <houlong.wei@mediatek.com>
8430 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8431 S:      Supported
8432 F:      drivers/media/platform/mtk-mdp/
8433 F:      drivers/media/platform/mtk-vpu/
8434 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8435
8436 MEDIATEK MT7601U WIRELESS LAN DRIVER
8437 M:      Jakub Kicinski <kubakici@wp.pl>
8438 L:      linux-wireless@vger.kernel.org
8439 S:      Maintained
8440 F:      drivers/net/wireless/mediatek/mt7601u/
8441
8442 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8443 M:      Sean Wang <sean.wang@mediatek.com>
8444 S:      Maintained
8445 F:      drivers/char/hw_random/mtk-rng.c
8446
8447 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8448 M:      Peter Senna Tschudin <peter.senna@collabora.com>
8449 M:      Martin Donnelly <martin.donnelly@ge.com>
8450 M:      Martyn Welch <martyn.welch@collabora.co.uk>
8451 S:      Maintained
8452 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8453 F:      Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8454
8455 MEGARAID SCSI/SAS DRIVERS
8456 M:      Kashyap Desai <kashyap.desai@broadcom.com>
8457 M:      Sumit Saxena <sumit.saxena@broadcom.com>
8458 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8459 L:      megaraidlinux.pdl@broadcom.com
8460 L:      linux-scsi@vger.kernel.org
8461 W:      http://www.avagotech.com/support/
8462 S:      Maintained
8463 F:      Documentation/scsi/megaraid.txt
8464 F:      drivers/scsi/megaraid.*
8465 F:      drivers/scsi/megaraid/
8466
8467 MELFAS MIP4 TOUCHSCREEN DRIVER
8468 M:      Sangwon Jee <jeesw@melfas.com>
8469 W:      http://www.melfas.com
8470 S:      Supported
8471 F:      drivers/input/touchscreen/melfas_mip4.c
8472 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8473
8474 MELLANOX ETHERNET DRIVER (mlx4_en)
8475 M:      Tariq Toukan <tariqt@mellanox.com>
8476 L:      netdev@vger.kernel.org
8477 S:      Supported
8478 W:      http://www.mellanox.com
8479 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8480 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8481
8482 MELLANOX ETHERNET DRIVER (mlx5e)
8483 M:      Saeed Mahameed <saeedm@mellanox.com>
8484 L:      netdev@vger.kernel.org
8485 S:      Supported
8486 W:      http://www.mellanox.com
8487 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8488 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8489
8490 MELLANOX ETHERNET INNOVA DRIVER
8491 M:      Ilan Tayari <ilant@mellanox.com>
8492 R:      Boris Pismenny <borisp@mellanox.com>
8493 L:      netdev@vger.kernel.org
8494 S:      Supported
8495 W:      http://www.mellanox.com
8496 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8497 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8498 F:      include/linux/mlx5/mlx5_ifc_fpga.h
8499
8500 MELLANOX ETHERNET INNOVA IPSEC DRIVER
8501 M:      Ilan Tayari <ilant@mellanox.com>
8502 R:      Boris Pismenny <borisp@mellanox.com>
8503 L:      netdev@vger.kernel.org
8504 S:      Supported
8505 W:      http://www.mellanox.com
8506 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8507 F:      drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8508 F:      drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8509
8510 MELLANOX ETHERNET SWITCH DRIVERS
8511 M:      Jiri Pirko <jiri@mellanox.com>
8512 M:      Ido Schimmel <idosch@mellanox.com>
8513 L:      netdev@vger.kernel.org
8514 S:      Supported
8515 W:      http://www.mellanox.com
8516 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8517 F:      drivers/net/ethernet/mellanox/mlxsw/
8518
8519 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8520 M:      Yotam Gigi <yotamg@mellanox.com>
8521 L:      netdev@vger.kernel.org
8522 S:      Supported
8523 W:      http://www.mellanox.com
8524 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8525 F:      drivers/net/ethernet/mellanox/mlxfw/
8526
8527 MELLANOX MLXCPLD I2C AND MUX DRIVER
8528 M:      Vadim Pasternak <vadimp@mellanox.com>
8529 M:      Michael Shych <michaelsh@mellanox.com>
8530 L:      linux-i2c@vger.kernel.org
8531 S:      Supported
8532 F:      drivers/i2c/busses/i2c-mlxcpld.c
8533 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8534 F:      Documentation/i2c/busses/i2c-mlxcpld
8535
8536 MELLANOX MLXCPLD LED DRIVER
8537 M:      Vadim Pasternak <vadimp@mellanox.com>
8538 L:      linux-leds@vger.kernel.org
8539 S:      Supported
8540 F:      drivers/leds/leds-mlxcpld.c
8541 F:      Documentation/leds/leds-mlxcpld.txt
8542
8543 MELLANOX PLATFORM DRIVER
8544 M:      Vadim Pasternak <vadimp@mellanox.com>
8545 L:      platform-driver-x86@vger.kernel.org
8546 S:      Supported
8547 F:      drivers/platform/x86/mlx-platform.c
8548
8549 MELLANOX MLX CPLD HOTPLUG DRIVER
8550 M:      Vadim Pasternak <vadimp@mellanox.com>
8551 L:      platform-driver-x86@vger.kernel.org
8552 S:      Supported
8553 F:      drivers/platform/x86/mlxcpld-hotplug.c
8554 F:      include/linux/platform_data/mlxcpld-hotplug.h
8555
8556 SOFT-ROCE DRIVER (rxe)
8557 M:      Moni Shoua <monis@mellanox.com>
8558 L:      linux-rdma@vger.kernel.org
8559 S:      Supported
8560 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8561 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8562 F:      drivers/infiniband/sw/rxe/
8563 F:      include/uapi/rdma/rdma_user_rxe.h
8564
8565 MEMBARRIER SUPPORT
8566 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8567 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8568 L:      linux-kernel@vger.kernel.org
8569 S:      Supported
8570 F:      kernel/membarrier.c
8571 F:      include/uapi/linux/membarrier.h
8572
8573 MEMORY MANAGEMENT
8574 L:      linux-mm@kvack.org
8575 W:      http://www.linux-mm.org
8576 S:      Maintained
8577 F:      include/linux/mm.h
8578 F:      include/linux/gfp.h
8579 F:      include/linux/mmzone.h
8580 F:      include/linux/memory_hotplug.h
8581 F:      include/linux/vmalloc.h
8582 F:      mm/
8583
8584 MEMORY TECHNOLOGY DEVICES (MTD)
8585 M:      David Woodhouse <dwmw2@infradead.org>
8586 M:      Brian Norris <computersforpeace@gmail.com>
8587 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8588 M:      Marek Vasut <marek.vasut@gmail.com>
8589 M:      Richard Weinberger <richard@nod.at>
8590 M:      Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8591 L:      linux-mtd@lists.infradead.org
8592 W:      http://www.linux-mtd.infradead.org/
8593 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8594 T:      git git://git.infradead.org/linux-mtd.git master
8595 T:      git git://git.infradead.org/l2-mtd.git master
8596 S:      Maintained
8597 F:      Documentation/devicetree/bindings/mtd/
8598 F:      drivers/mtd/
8599 F:      include/linux/mtd/
8600 F:      include/uapi/mtd/
8601
8602 MEN A21 WATCHDOG DRIVER
8603 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8604 L:      linux-watchdog@vger.kernel.org
8605 S:      Maintained
8606 F:      drivers/watchdog/mena21_wdt.c
8607
8608 MEN CHAMELEON BUS (mcb)
8609 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8610 S:      Maintained
8611 F:      drivers/mcb/
8612 F:      include/linux/mcb.h
8613 F:      Documentation/men-chameleon-bus.txt
8614
8615 MEN F21BMC (Board Management Controller)
8616 M:      Andreas Werner <andreas.werner@men.de>
8617 S:      Supported
8618 F:      drivers/mfd/menf21bmc.c
8619 F:      drivers/watchdog/menf21bmc_wdt.c
8620 F:      drivers/leds/leds-menf21bmc.c
8621 F:      drivers/hwmon/menf21bmc_hwmon.c
8622 F:      Documentation/hwmon/menf21bmc
8623
8624 METAG ARCHITECTURE
8625 M:      James Hogan <james.hogan@imgtec.com>
8626 L:      linux-metag@vger.kernel.org
8627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8628 S:      Odd Fixes
8629 F:      arch/metag/
8630 F:      Documentation/metag/
8631 F:      Documentation/devicetree/bindings/metag/
8632 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8633 F:      drivers/clocksource/metag_generic.c
8634 F:      drivers/irqchip/irq-metag.c
8635 F:      drivers/irqchip/irq-metag-ext.c
8636 F:      drivers/tty/metag_da.c
8637
8638 MICROBLAZE ARCHITECTURE
8639 M:      Michal Simek <monstr@monstr.eu>
8640 W:      http://www.monstr.eu/fdt/
8641 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8642 S:      Supported
8643 F:      arch/microblaze/
8644
8645 MICROCHIP / ATMEL AT91 SERIAL DRIVER
8646 M:      Richard Genoud <richard.genoud@gmail.com>
8647 S:      Maintained
8648 F:      drivers/tty/serial/atmel_serial.c
8649 F:      drivers/tty/serial/atmel_serial.h
8650
8651 MICROCHIP / ATMEL DMA DRIVER
8652 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
8653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8654 L:      dmaengine@vger.kernel.org
8655 S:      Supported
8656 F:      drivers/dma/at_hdmac.c
8657 F:      drivers/dma/at_hdmac_regs.h
8658 F:      include/linux/platform_data/dma-atmel.h
8659
8660 MICROCHIP / ATMEL ISC DRIVER
8661 M:      Songjun Wu <songjun.wu@microchip.com>
8662 L:      linux-media@vger.kernel.org
8663 S:      Supported
8664 F:      drivers/media/platform/atmel/atmel-isc.c
8665 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8666 F:      devicetree/bindings/media/atmel-isc.txt
8667
8668 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
8669 M:      Woojung Huh <Woojung.Huh@microchip.com>
8670 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
8671 L:      netdev@vger.kernel.org
8672 S:      Maintained
8673 F:      net/dsa/tag_ksz.c
8674 F:      drivers/net/dsa/microchip/*
8675 F:      include/linux/platform_data/microchip-ksz.h
8676 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
8677
8678 MICROCHIP USB251XB DRIVER
8679 M:      Richard Leitner <richard.leitner@skidata.com>
8680 L:      linux-usb@vger.kernel.org
8681 S:      Maintained
8682 F:      drivers/usb/misc/usb251xb.c
8683 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
8684
8685 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8686 M:      Chen Yu <yu.c.chen@intel.com>
8687 L:      platform-driver-x86@vger.kernel.org
8688 S:      Supported
8689 F:      drivers/platform/x86/surfacepro3_button.c
8690
8691 MICROTEK X6 SCANNER
8692 M:      Oliver Neukum <oliver@neukum.org>
8693 S:      Maintained
8694 F:      drivers/usb/image/microtek.*
8695
8696 MIPS
8697 M:      Ralf Baechle <ralf@linux-mips.org>
8698 L:      linux-mips@linux-mips.org
8699 W:      http://www.linux-mips.org/
8700 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8701 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8702 S:      Supported
8703 F:      Documentation/devicetree/bindings/mips/
8704 F:      Documentation/mips/
8705 F:      arch/mips/
8706
8707 MIPS/LOONGSON1 ARCHITECTURE
8708 M:      Keguang Zhang <keguang.zhang@gmail.com>
8709 L:      linux-mips@linux-mips.org
8710 S:      Maintained
8711 F:      arch/mips/loongson32/
8712 F:      arch/mips/include/asm/mach-loongson32/
8713 F:      drivers/*/*loongson1*
8714 F:      drivers/*/*/*loongson1*
8715
8716 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8717 M:      Hans Verkuil <hverkuil@xs4all.nl>
8718 L:      linux-media@vger.kernel.org
8719 T:      git git://linuxtv.org/media_tree.git
8720 W:      https://linuxtv.org
8721 S:      Odd Fixes
8722 F:      drivers/media/radio/radio-miropcm20*
8723
8724 MELLANOX MLX4 core VPI driver
8725 M:      Tariq Toukan <tariqt@mellanox.com>
8726 L:      netdev@vger.kernel.org
8727 L:      linux-rdma@vger.kernel.org
8728 W:      http://www.mellanox.com
8729 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8730 S:      Supported
8731 F:      drivers/net/ethernet/mellanox/mlx4/
8732 F:      include/linux/mlx4/
8733
8734 MELLANOX MLX4 IB driver
8735 M:      Yishai Hadas <yishaih@mellanox.com>
8736 L:      linux-rdma@vger.kernel.org
8737 W:      http://www.mellanox.com
8738 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8739 S:      Supported
8740 F:      drivers/infiniband/hw/mlx4/
8741 F:      include/linux/mlx4/
8742 F:      include/uapi/rdma/mlx4-abi.h
8743
8744 MELLANOX MLX5 core VPI driver
8745 M:      Saeed Mahameed <saeedm@mellanox.com>
8746 M:      Matan Barak <matanb@mellanox.com>
8747 M:      Leon Romanovsky <leonro@mellanox.com>
8748 L:      netdev@vger.kernel.org
8749 L:      linux-rdma@vger.kernel.org
8750 W:      http://www.mellanox.com
8751 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8752 S:      Supported
8753 F:      drivers/net/ethernet/mellanox/mlx5/core/
8754 F:      include/linux/mlx5/
8755
8756 MELLANOX MLX5 IB driver
8757 M:      Matan Barak <matanb@mellanox.com>
8758 M:      Leon Romanovsky <leonro@mellanox.com>
8759 L:      linux-rdma@vger.kernel.org
8760 W:      http://www.mellanox.com
8761 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8762 S:      Supported
8763 F:      drivers/infiniband/hw/mlx5/
8764 F:      include/linux/mlx5/
8765 F:      include/uapi/rdma/mlx5-abi.h
8766
8767 MELEXIS MLX90614 DRIVER
8768 M:      Crt Mori <cmo@melexis.com>
8769 L:      linux-iio@vger.kernel.org
8770 W:      http://www.melexis.com
8771 S:      Supported
8772 F:      drivers/iio/temperature/mlx90614.c
8773
8774 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8775 M:      Don Brace <don.brace@microsemi.com>
8776 L:      esc.storagedev@microsemi.com
8777 L:      linux-scsi@vger.kernel.org
8778 S:      Supported
8779 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8780 F:      drivers/scsi/smartpqi/Kconfig
8781 F:      drivers/scsi/smartpqi/Makefile
8782 F:      include/linux/cciss*.h
8783 F:      include/uapi/linux/cciss*.h
8784 F:      Documentation/scsi/smartpqi.txt
8785
8786 MN88472 MEDIA DRIVER
8787 M:      Antti Palosaari <crope@iki.fi>
8788 L:      linux-media@vger.kernel.org
8789 W:      https://linuxtv.org
8790 W:      http://palosaari.fi/linux/
8791 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8792 S:      Maintained
8793 F:      drivers/media/dvb-frontends/mn88472*
8794
8795 MN88473 MEDIA DRIVER
8796 M:      Antti Palosaari <crope@iki.fi>
8797 L:      linux-media@vger.kernel.org
8798 W:      https://linuxtv.org
8799 W:      http://palosaari.fi/linux/
8800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8801 S:      Maintained
8802 F:      drivers/media/dvb-frontends/mn88473*
8803
8804 MODULE SUPPORT
8805 M:      Jessica Yu <jeyu@kernel.org>
8806 M:      Rusty Russell <rusty@rustcorp.com.au>
8807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8808 S:      Maintained
8809 F:      include/linux/module.h
8810 F:      kernel/module.c
8811
8812 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8813 W:      http://popies.net/meye/
8814 S:      Orphan
8815 F:      Documentation/media/v4l-drivers/meye*
8816 F:      drivers/media/pci/meye/
8817 F:      include/uapi/linux/meye.h
8818
8819 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8820 M:      Jiri Slaby <jirislaby@gmail.com>
8821 S:      Maintained
8822 F:      Documentation/serial/moxa-smartio
8823 F:      drivers/tty/mxser.*
8824
8825 MR800 AVERMEDIA USB FM RADIO DRIVER
8826 M:      Alexey Klimov <klimov.linux@gmail.com>
8827 L:      linux-media@vger.kernel.org
8828 T:      git git://linuxtv.org/media_tree.git
8829 S:      Maintained
8830 F:      drivers/media/radio/radio-mr800.c
8831
8832 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8833 M:      Alan Ott <alan@signal11.us>
8834 L:      linux-wpan@vger.kernel.org
8835 S:      Maintained
8836 F:      drivers/net/ieee802154/mrf24j40.c
8837 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8838
8839 MSI LAPTOP SUPPORT
8840 M:      "Lee, Chun-Yi" <jlee@suse.com>
8841 L:      platform-driver-x86@vger.kernel.org
8842 S:      Maintained
8843 F:      drivers/platform/x86/msi-laptop.c
8844
8845 MSI WMI SUPPORT
8846 L:      platform-driver-x86@vger.kernel.org
8847 S:      Orphan
8848 F:      drivers/platform/x86/msi-wmi.c
8849
8850 MSI001 MEDIA DRIVER
8851 M:      Antti Palosaari <crope@iki.fi>
8852 L:      linux-media@vger.kernel.org
8853 W:      https://linuxtv.org
8854 W:      http://palosaari.fi/linux/
8855 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8856 T:      git git://linuxtv.org/anttip/media_tree.git
8857 S:      Maintained
8858 F:      drivers/media/tuners/msi001*
8859
8860 MSI2500 MEDIA DRIVER
8861 M:      Antti Palosaari <crope@iki.fi>
8862 L:      linux-media@vger.kernel.org
8863 W:      https://linuxtv.org
8864 W:      http://palosaari.fi/linux/
8865 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8866 T:      git git://linuxtv.org/anttip/media_tree.git
8867 S:      Maintained
8868 F:      drivers/media/usb/msi2500/
8869
8870 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8871 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8872 L:      linux-mtd@lists.infradead.org
8873 S:      Maintained
8874 F:      drivers/mtd/devices/docg3*
8875
8876 MT9M032 APTINA SENSOR DRIVER
8877 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8878 L:      linux-media@vger.kernel.org
8879 T:      git git://linuxtv.org/media_tree.git
8880 S:      Maintained
8881 F:      drivers/media/i2c/mt9m032.c
8882 F:      include/media/i2c/mt9m032.h
8883
8884 MT9P031 APTINA CAMERA SENSOR
8885 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8886 L:      linux-media@vger.kernel.org
8887 T:      git git://linuxtv.org/media_tree.git
8888 S:      Maintained
8889 F:      drivers/media/i2c/mt9p031.c
8890 F:      include/media/i2c/mt9p031.h
8891
8892 MT9T001 APTINA CAMERA SENSOR
8893 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8894 L:      linux-media@vger.kernel.org
8895 T:      git git://linuxtv.org/media_tree.git
8896 S:      Maintained
8897 F:      drivers/media/i2c/mt9t001.c
8898 F:      include/media/i2c/mt9t001.h
8899
8900 MT9V032 APTINA CAMERA SENSOR
8901 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8902 L:      linux-media@vger.kernel.org
8903 T:      git git://linuxtv.org/media_tree.git
8904 S:      Maintained
8905 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8906 F:      drivers/media/i2c/mt9v032.c
8907 F:      include/media/i2c/mt9v032.h
8908
8909 MULTIFUNCTION DEVICES (MFD)
8910 M:      Lee Jones <lee.jones@linaro.org>
8911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8912 S:      Supported
8913 F:      Documentation/devicetree/bindings/mfd/
8914 F:      drivers/mfd/
8915 F:      include/linux/mfd/
8916 F:      include/dt-bindings/mfd/
8917
8918 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8919 M:      Ulf Hansson <ulf.hansson@linaro.org>
8920 L:      linux-mmc@vger.kernel.org
8921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8922 S:      Maintained
8923 F:      Documentation/devicetree/bindings/mmc/
8924 F:      drivers/mmc/
8925 F:      include/linux/mmc/
8926 F:      include/uapi/linux/mmc/
8927
8928 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8929 S:      Orphan
8930 F:      drivers/mmc/host/mmc_spi.c
8931 F:      include/linux/spi/mmc_spi.h
8932
8933 MULTIPLEXER SUBSYSTEM
8934 M:      Peter Rosin <peda@axentia.se>
8935 S:      Maintained
8936 F:      Documentation/ABI/testing/mux/sysfs-class-mux*
8937 F:      Documentation/devicetree/bindings/mux/
8938 F:      include/linux/dt-bindings/mux/
8939 F:      include/linux/mux/
8940 F:      drivers/mux/
8941
8942 MULTISOUND SOUND DRIVER
8943 M:      Andrew Veliath <andrewtv@usa.net>
8944 S:      Maintained
8945 F:      Documentation/sound/oss/MultiSound
8946 F:      sound/oss/msnd*
8947
8948 MULTITECH MULTIPORT CARD (ISICOM)
8949 S:      Orphan
8950 F:      drivers/tty/isicom.c
8951 F:      include/linux/isicom.h
8952
8953 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8954 M:      Bin Liu <b-liu@ti.com>
8955 L:      linux-usb@vger.kernel.org
8956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8957 S:      Maintained
8958 F:      drivers/usb/musb/
8959
8960 MXL5007T MEDIA DRIVER
8961 M:      Michael Krufky <mkrufky@linuxtv.org>
8962 L:      linux-media@vger.kernel.org
8963 W:      https://linuxtv.org
8964 W:      http://github.com/mkrufky
8965 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8966 T:      git git://linuxtv.org/mkrufky/tuners.git
8967 S:      Maintained
8968 F:      drivers/media/tuners/mxl5007t.*
8969
8970 MXSFB DRM DRIVER
8971 M:      Marek Vasut <marex@denx.de>
8972 S:      Supported
8973 F:      drivers/gpu/drm/mxsfb/
8974 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8975
8976 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8977 M:      Hyong-Youb Kim <hykim@myri.com>
8978 L:      netdev@vger.kernel.org
8979 W:      https://www.myricom.com/support/downloads/myri10ge.html
8980 S:      Supported
8981 F:      drivers/net/ethernet/myricom/myri10ge/
8982
8983 NAND FLASH SUBSYSTEM
8984 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8985 R:      Richard Weinberger <richard@nod.at>
8986 L:      linux-mtd@lists.infradead.org
8987 W:      http://www.linux-mtd.infradead.org/
8988 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8989 T:      git git://git.infradead.org/linux-mtd.git nand/fixes
8990 T:      git git://git.infradead.org/l2-mtd.git nand/next
8991 S:      Maintained
8992 F:      drivers/mtd/nand/
8993 F:      include/linux/mtd/nand*.h
8994
8995 NATSEMI ETHERNET DRIVER (DP8381x)
8996 S:      Orphan
8997 F:      drivers/net/ethernet/natsemi/natsemi.c
8998
8999 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9000 M:      Daniel Mack <zonque@gmail.com>
9001 S:      Maintained
9002 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9003 W:      http://www.native-instruments.com
9004 F:      sound/usb/caiaq/
9005
9006 NCP FILESYSTEM
9007 M:      Petr Vandrovec <petr@vandrovec.name>
9008 S:      Odd Fixes
9009 F:      fs/ncpfs/
9010
9011 NCR 5380 SCSI DRIVERS
9012 M:      Finn Thain <fthain@telegraphics.com.au>
9013 M:      Michael Schmitz <schmitzmic@gmail.com>
9014 L:      linux-scsi@vger.kernel.org
9015 S:      Maintained
9016 F:      Documentation/scsi/g_NCR5380.txt
9017 F:      drivers/scsi/NCR5380.*
9018 F:      drivers/scsi/arm/cumana_1.c
9019 F:      drivers/scsi/arm/oak.c
9020 F:      drivers/scsi/atari_scsi.*
9021 F:      drivers/scsi/dmx3191d.c
9022 F:      drivers/scsi/g_NCR5380.*
9023 F:      drivers/scsi/mac_scsi.*
9024 F:      drivers/scsi/sun3_scsi.*
9025 F:      drivers/scsi/sun3_scsi_vme.c
9026
9027 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9028 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9029 L:      linux-scsi@vger.kernel.org
9030 S:      Maintained
9031 F:      drivers/scsi/NCR_D700.*
9032
9033 NCT6775 HARDWARE MONITOR DRIVER
9034 M:      Guenter Roeck <linux@roeck-us.net>
9035 L:      linux-hwmon@vger.kernel.org
9036 S:      Maintained
9037 F:      Documentation/hwmon/nct6775
9038 F:      drivers/hwmon/nct6775.c
9039
9040 NETEFFECT IWARP RNIC DRIVER (IW_NES)
9041 M:      Faisal Latif <faisal.latif@intel.com>
9042 L:      linux-rdma@vger.kernel.org
9043 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9044 S:      Supported
9045 F:      drivers/infiniband/hw/nes/
9046 F:      include/uapi/rdma/nes-abi.h
9047
9048 NETEM NETWORK EMULATOR
9049 M:      Stephen Hemminger <stephen@networkplumber.org>
9050 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
9051 S:      Maintained
9052 F:      net/sched/sch_netem.c
9053
9054 NETERION 10GbE DRIVERS (s2io/vxge)
9055 M:      Jon Mason <jdmason@kudzu.us>
9056 L:      netdev@vger.kernel.org
9057 S:      Supported
9058 F:      Documentation/networking/s2io.txt
9059 F:      Documentation/networking/vxge.txt
9060 F:      drivers/net/ethernet/neterion/
9061
9062 NETFILTER
9063 M:      Pablo Neira Ayuso <pablo@netfilter.org>
9064 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
9065 M:      Florian Westphal <fw@strlen.de>
9066 L:      netfilter-devel@vger.kernel.org
9067 L:      coreteam@netfilter.org
9068 W:      http://www.netfilter.org/
9069 W:      http://www.iptables.org/
9070 W:      http://www.nftables.org/
9071 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
9072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9074 S:      Maintained
9075 F:      include/linux/netfilter*
9076 F:      include/linux/netfilter/
9077 F:      include/net/netfilter/
9078 F:      include/uapi/linux/netfilter*
9079 F:      include/uapi/linux/netfilter/
9080 F:      net/*/netfilter.c
9081 F:      net/*/netfilter/
9082 F:      net/netfilter/
9083 F:      net/bridge/br_netfilter*.c
9084
9085 NETLABEL
9086 M:      Paul Moore <paul@paul-moore.com>
9087 W:      http://netlabel.sf.net
9088 L:      netdev@vger.kernel.org
9089 S:      Maintained
9090 F:      Documentation/netlabel/
9091 F:      include/net/netlabel.h
9092 F:      net/netlabel/
9093
9094 NETROM NETWORK LAYER
9095 M:      Ralf Baechle <ralf@linux-mips.org>
9096 L:      linux-hams@vger.kernel.org
9097 W:      http://www.linux-ax25.org/
9098 S:      Maintained
9099 F:      include/net/netrom.h
9100 F:      include/uapi/linux/netrom.h
9101 F:      net/netrom/
9102
9103 NETRONOME ETHERNET DRIVERS
9104 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
9105 L:      oss-drivers@netronome.com
9106 S:      Maintained
9107 F:      drivers/net/ethernet/netronome/
9108
9109 NETWORK BLOCK DEVICE (NBD)
9110 M:      Josef Bacik <jbacik@fb.com>
9111 S:      Maintained
9112 L:      linux-block@vger.kernel.org
9113 L:      nbd-general@lists.sourceforge.net
9114 F:      Documentation/blockdev/nbd.txt
9115 F:      drivers/block/nbd.c
9116 F:      include/uapi/linux/nbd.h
9117
9118 NETWORK DROP MONITOR
9119 M:      Neil Horman <nhorman@tuxdriver.com>
9120 L:      netdev@vger.kernel.org
9121 S:      Maintained
9122 W:      https://fedorahosted.org/dropwatch/
9123 F:      net/core/drop_monitor.c
9124
9125 NETWORKING [DSA]
9126 M:      Andrew Lunn <andrew@lunn.ch>
9127 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9128 M:      Florian Fainelli <f.fainelli@gmail.com>
9129 S:      Maintained
9130 F:      net/dsa/
9131 F:      include/net/dsa.h
9132 F:      drivers/net/dsa/
9133
9134 NETWORKING [GENERAL]
9135 M:      "David S. Miller" <davem@davemloft.net>
9136 L:      netdev@vger.kernel.org
9137 W:      http://www.linuxfoundation.org/en/Net
9138 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9141 B:      mailto:netdev@vger.kernel.org
9142 S:      Maintained
9143 F:      net/
9144 F:      include/net/
9145 F:      include/linux/in.h
9146 F:      include/linux/net.h
9147 F:      include/linux/netdevice.h
9148 F:      include/uapi/linux/in.h
9149 F:      include/uapi/linux/net.h
9150 F:      include/uapi/linux/netdevice.h
9151 F:      include/uapi/linux/net_namespace.h
9152 F:      tools/net/
9153 F:      tools/testing/selftests/net/
9154 F:      lib/random32.c
9155
9156 NETWORKING [IPv4/IPv6]
9157 M:      "David S. Miller" <davem@davemloft.net>
9158 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9159 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
9160 L:      netdev@vger.kernel.org
9161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9162 S:      Maintained
9163 F:      net/ipv4/
9164 F:      net/ipv6/
9165 F:      include/net/ip*
9166 F:      arch/x86/net/*
9167
9168 NETWORKING [TLS]
9169 M:      Ilya Lesokhin <ilyal@mellanox.com>
9170 M:      Aviad Yehezkel <aviadye@mellanox.com>
9171 M:      Dave Watson <davejwatson@fb.com>
9172 L:      netdev@vger.kernel.org
9173 S:      Maintained
9174 F:      net/tls/*
9175 F:      include/uapi/linux/tls.h
9176 F:      include/net/tls.h
9177
9178 NETWORKING [IPSEC]
9179 M:      Steffen Klassert <steffen.klassert@secunet.com>
9180 M:      Herbert Xu <herbert@gondor.apana.org.au>
9181 M:      "David S. Miller" <davem@davemloft.net>
9182 L:      netdev@vger.kernel.org
9183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9185 S:      Maintained
9186 F:      net/core/flow.c
9187 F:      net/xfrm/
9188 F:      net/key/
9189 F:      net/ipv4/xfrm*
9190 F:      net/ipv4/esp4*
9191 F:      net/ipv4/ah4.c
9192 F:      net/ipv4/ipcomp.c
9193 F:      net/ipv4/ip_vti.c
9194 F:      net/ipv6/xfrm*
9195 F:      net/ipv6/esp6*
9196 F:      net/ipv6/ah6.c
9197 F:      net/ipv6/ipcomp6.c
9198 F:      net/ipv6/ip6_vti.c
9199 F:      include/uapi/linux/xfrm.h
9200 F:      include/net/xfrm.h
9201
9202 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
9203 M:      Paul Moore <paul@paul-moore.com>
9204 L:      netdev@vger.kernel.org
9205 S:      Maintained
9206
9207 NETWORKING [WIRELESS]
9208 L:      linux-wireless@vger.kernel.org
9209 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9210
9211 NETWORKING DRIVERS
9212 L:      netdev@vger.kernel.org
9213 W:      http://www.linuxfoundation.org/en/Net
9214 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9217 S:      Odd Fixes
9218 F:      Documentation/devicetree/bindings/net/
9219 F:      drivers/net/
9220 F:      include/linux/if_*
9221 F:      include/linux/netdevice.h
9222 F:      include/linux/etherdevice.h
9223 F:      include/linux/fcdevice.h
9224 F:      include/linux/fddidevice.h
9225 F:      include/linux/hippidevice.h
9226 F:      include/linux/inetdevice.h
9227 F:      include/uapi/linux/if_*
9228 F:      include/uapi/linux/netdevice.h
9229
9230 NETWORKING DRIVERS (WIRELESS)
9231 M:      Kalle Valo <kvalo@codeaurora.org>
9232 L:      linux-wireless@vger.kernel.org
9233 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9236 S:      Maintained
9237 F:      Documentation/devicetree/bindings/net/wireless/
9238 F:      drivers/net/wireless/
9239
9240 NETXEN (1/10) GbE SUPPORT
9241 M:      Manish Chopra <manish.chopra@cavium.com>
9242 M:      Rahul Verma <rahul.verma@cavium.com>
9243 M:      Dept-GELinuxNICDev@cavium.com
9244 L:      netdev@vger.kernel.org
9245 S:      Supported
9246 F:      drivers/net/ethernet/qlogic/netxen/
9247
9248 NFC SUBSYSTEM
9249 M:      Samuel Ortiz <sameo@linux.intel.com>
9250 L:      linux-wireless@vger.kernel.org
9251 L:      linux-nfc@lists.01.org (subscribers-only)
9252 S:      Supported
9253 F:      net/nfc/
9254 F:      include/net/nfc/
9255 F:      include/uapi/linux/nfc.h
9256 F:      drivers/nfc/
9257 F:      include/linux/platform_data/nfcmrvl.h
9258 F:      include/linux/platform_data/nxp-nci.h
9259 F:      Documentation/devicetree/bindings/net/nfc/
9260
9261 NFS, SUNRPC, AND LOCKD CLIENTS
9262 M:      Trond Myklebust <trond.myklebust@primarydata.com>
9263 M:      Anna Schumaker <anna.schumaker@netapp.com>
9264 L:      linux-nfs@vger.kernel.org
9265 W:      http://client.linux-nfs.org
9266 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9267 S:      Maintained
9268 F:      fs/lockd/
9269 F:      fs/nfs/
9270 F:      fs/nfs_common/
9271 F:      net/sunrpc/
9272 F:      include/linux/lockd/
9273 F:      include/linux/nfs*
9274 F:      include/linux/sunrpc/
9275 F:      include/uapi/linux/nfs*
9276 F:      include/uapi/linux/sunrpc/
9277
9278 NILFS2 FILESYSTEM
9279 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9280 L:      linux-nilfs@vger.kernel.org
9281 W:      http://nilfs.sourceforge.net/
9282 W:      http://nilfs.osdn.jp/
9283 T:      git git://github.com/konis/nilfs2.git
9284 S:      Supported
9285 F:      Documentation/filesystems/nilfs2.txt
9286 F:      fs/nilfs2/
9287 F:      include/trace/events/nilfs2.h
9288 F:      include/uapi/linux/nilfs2_api.h
9289 F:      include/uapi/linux/nilfs2_ondisk.h
9290
9291 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9292 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9293 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9294 S:      Maintained
9295 F:      Documentation/scsi/NinjaSCSI.txt
9296 F:      drivers/scsi/pcmcia/nsp_*
9297
9298 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9299 M:      GOTO Masanori <gotom@debian.or.jp>
9300 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9301 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9302 S:      Maintained
9303 F:      Documentation/scsi/NinjaSCSI.txt
9304 F:      drivers/scsi/nsp32*
9305
9306 NIOS2 ARCHITECTURE
9307 M:      Ley Foon Tan <lftan@altera.com>
9308 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9310 S:      Maintained
9311 F:      arch/nios2/
9312
9313 NOHZ, DYNTICKS SUPPORT
9314 M:      Frederic Weisbecker <fweisbec@gmail.com>
9315 M:      Thomas Gleixner <tglx@linutronix.de>
9316 M:      Ingo Molnar <mingo@kernel.org>
9317 L:      linux-kernel@vger.kernel.org
9318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9319 S:      Maintained
9320 F:      kernel/time/tick*.*
9321 F:      include/linux/tick.h
9322 F:      include/linux/sched/nohz.h
9323
9324 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9325 M:      Pavel Machek <pavel@ucw.cz>
9326 M:      Sakari Ailus <sakari.ailus@iki.fi>
9327 L:      linux-media@vger.kernel.org
9328 S:      Maintained
9329 F:      drivers/media/i2c/et8ek8
9330 F:      drivers/media/i2c/ad5820.c
9331
9332 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9333 M:      Pavel Machek <pavel@ucw.cz>
9334 M:      Sakari Ailus <sakari.ailus@iki.fi>
9335 L:      linux-media@vger.kernel.org
9336 S:      Maintained
9337 F:      drivers/media/i2c/et8ek8
9338 F:      drivers/media/i2c/ad5820.c
9339
9340 NOKIA N900 POWER SUPPLY DRIVERS
9341 R:      Pali Rohár <pali.rohar@gmail.com>
9342 F:      include/linux/power/bq2415x_charger.h
9343 F:      include/linux/power/bq27xxx_battery.h
9344 F:      include/linux/power/isp1704_charger.h
9345 F:      drivers/power/supply/bq2415x_charger.c
9346 F:      drivers/power/supply/bq27xxx_battery.c
9347 F:      drivers/power/supply/bq27xxx_battery_i2c.c
9348 F:      drivers/power/supply/isp1704_charger.c
9349 F:      drivers/power/supply/rx51_battery.c
9350
9351 NTB DRIVER CORE
9352 M:      Jon Mason <jdmason@kudzu.us>
9353 M:      Dave Jiang <dave.jiang@intel.com>
9354 M:      Allen Hubbe <Allen.Hubbe@emc.com>
9355 L:      linux-ntb@googlegroups.com
9356 S:      Supported
9357 W:      https://github.com/jonmason/ntb/wiki
9358 T:      git git://github.com/jonmason/ntb.git
9359 F:      drivers/ntb/
9360 F:      drivers/net/ntb_netdev.c
9361 F:      include/linux/ntb.h
9362 F:      include/linux/ntb_transport.h
9363 F:      tools/testing/selftests/ntb/
9364
9365 NTB INTEL DRIVER
9366 M:      Jon Mason <jdmason@kudzu.us>
9367 M:      Dave Jiang <dave.jiang@intel.com>
9368 L:      linux-ntb@googlegroups.com
9369 S:      Supported
9370 W:      https://github.com/jonmason/ntb/wiki
9371 T:      git git://github.com/jonmason/ntb.git
9372 F:      drivers/ntb/hw/intel/
9373
9374 NTB AMD DRIVER
9375 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9376 L:      linux-ntb@googlegroups.com
9377 S:      Supported
9378 F:      drivers/ntb/hw/amd/
9379
9380 NTFS FILESYSTEM
9381 M:      Anton Altaparmakov <anton@tuxera.com>
9382 L:      linux-ntfs-dev@lists.sourceforge.net
9383 W:      http://www.tuxera.com/
9384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9385 S:      Supported
9386 F:      Documentation/filesystems/ntfs.txt
9387 F:      fs/ntfs/
9388
9389 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9390 M:      Antonino Daplas <adaplas@gmail.com>
9391 L:      linux-fbdev@vger.kernel.org
9392 S:      Maintained
9393 F:      drivers/video/fbdev/riva/
9394 F:      drivers/video/fbdev/nvidia/
9395
9396 NVM EXPRESS DRIVER
9397 M:      Keith Busch <keith.busch@intel.com>
9398 M:      Jens Axboe <axboe@fb.com>
9399 M:      Christoph Hellwig <hch@lst.de>
9400 M:      Sagi Grimberg <sagi@grimberg.me>
9401 L:      linux-nvme@lists.infradead.org
9402 T:      git://git.infradead.org/nvme.git
9403 W:      http://git.infradead.org/nvme.git
9404 S:      Supported
9405 F:      drivers/nvme/host/
9406 F:      include/linux/nvme.h
9407 F:      include/uapi/linux/nvme_ioctl.h
9408
9409 NVM EXPRESS TARGET DRIVER
9410 M:      Christoph Hellwig <hch@lst.de>
9411 M:      Sagi Grimberg <sagi@grimberg.me>
9412 L:      linux-nvme@lists.infradead.org
9413 T:      git://git.infradead.org/nvme.git
9414 W:      http://git.infradead.org/nvme.git
9415 S:      Supported
9416 F:      drivers/nvme/target/
9417
9418 NVM EXPRESS FC TRANSPORT DRIVERS
9419 M:      James Smart <james.smart@broadcom.com>
9420 L:      linux-nvme@lists.infradead.org
9421 S:      Supported
9422 F:      include/linux/nvme-fc.h
9423 F:      include/linux/nvme-fc-driver.h
9424 F:      drivers/nvme/host/fc.c
9425 F:      drivers/nvme/target/fc.c
9426 F:      drivers/nvme/target/fcloop.c
9427
9428 NVMEM FRAMEWORK
9429 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9430 S:      Maintained
9431 F:      drivers/nvmem/
9432 F:      Documentation/devicetree/bindings/nvmem/
9433 F:      include/linux/nvmem-consumer.h
9434 F:      include/linux/nvmem-provider.h
9435
9436 NXP-NCI NFC DRIVER
9437 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
9438 R:      Charles Gorand <charles.gorand@effinnov.com>
9439 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9440 S:      Supported
9441 F:      drivers/nfc/nxp-nci
9442
9443 NXP TDA998X DRM DRIVER
9444 M:      Russell King <linux@armlinux.org.uk>
9445 S:      Supported
9446 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9447 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9448 F:      drivers/gpu/drm/i2c/tda998x_drv.c
9449 F:      include/drm/i2c/tda998x.h
9450
9451 NXP TFA9879 DRIVER
9452 M:      Peter Rosin <peda@axentia.se>
9453 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9454 S:      Maintained
9455 F:      sound/soc/codecs/tfa9879*
9456
9457 OBJTOOL
9458 M:      Josh Poimboeuf <jpoimboe@redhat.com>
9459 S:      Supported
9460 F:      tools/objtool/
9461
9462 OMAP1 SUPPORT
9463 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
9464 M:      Tony Lindgren <tony@atomide.com>
9465 L:      linux-omap@vger.kernel.org
9466 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9468 S:      Maintained
9469 F:      arch/arm/mach-omap1/
9470 F:      arch/arm/plat-omap/
9471 F:      arch/arm/configs/omap1_defconfig
9472 F:      drivers/i2c/busses/i2c-omap.c
9473 F:      include/linux/i2c-omap.h
9474
9475 OMAP2+ SUPPORT
9476 M:      Tony Lindgren <tony@atomide.com>
9477 L:      linux-omap@vger.kernel.org
9478 W:      http://www.muru.com/linux/omap/
9479 W:      http://linux.omap.com/
9480 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9482 S:      Maintained
9483 F:      arch/arm/mach-omap2/
9484 F:      arch/arm/plat-omap/
9485 F:      arch/arm/configs/omap2plus_defconfig
9486 F:      drivers/i2c/busses/i2c-omap.c
9487 F:      drivers/irqchip/irq-omap-intc.c
9488 F:      drivers/mfd/*omap*.c
9489 F:      drivers/mfd/menelaus.c
9490 F:      drivers/mfd/palmas.c
9491 F:      drivers/mfd/tps65217.c
9492 F:      drivers/mfd/tps65218.c
9493 F:      drivers/mfd/tps65910.c
9494 F:      drivers/mfd/twl-core.[ch]
9495 F:      drivers/mfd/twl4030*.c
9496 F:      drivers/mfd/twl6030*.c
9497 F:      drivers/mfd/twl6040*.c
9498 F:      drivers/regulator/palmas-regulator*.c
9499 F:      drivers/regulator/pbias-regulator.c
9500 F:      drivers/regulator/tps65217-regulator.c
9501 F:      drivers/regulator/tps65218-regulator.c
9502 F:      drivers/regulator/tps65910-regulator.c
9503 F:      drivers/regulator/twl-regulator.c
9504 F:      drivers/regulator/twl6030-regulator.c
9505 F:      include/linux/i2c-omap.h
9506
9507 OMAP DEVICE TREE SUPPORT
9508 M:      Benoît Cousson <bcousson@baylibre.com>
9509 M:      Tony Lindgren <tony@atomide.com>
9510 L:      linux-omap@vger.kernel.org
9511 L:      devicetree@vger.kernel.org
9512 S:      Maintained
9513 F:      arch/arm/boot/dts/*omap*
9514 F:      arch/arm/boot/dts/*am3*
9515 F:      arch/arm/boot/dts/*am4*
9516 F:      arch/arm/boot/dts/*am5*
9517 F:      arch/arm/boot/dts/*dra7*
9518
9519 OMAP CLOCK FRAMEWORK SUPPORT
9520 M:      Paul Walmsley <paul@pwsan.com>
9521 L:      linux-omap@vger.kernel.org
9522 S:      Maintained
9523 F:      arch/arm/*omap*/*clock*
9524
9525 OMAP POWER MANAGEMENT SUPPORT
9526 M:      Kevin Hilman <khilman@kernel.org>
9527 L:      linux-omap@vger.kernel.org
9528 S:      Maintained
9529 F:      arch/arm/*omap*/*pm*
9530 F:      drivers/cpufreq/omap-cpufreq.c
9531
9532 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9533 M:      Rajendra Nayak <rnayak@codeaurora.org>
9534 M:      Paul Walmsley <paul@pwsan.com>
9535 L:      linux-omap@vger.kernel.org
9536 S:      Maintained
9537 F:      arch/arm/mach-omap2/prm*
9538
9539 OMAP AUDIO SUPPORT
9540 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9541 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
9542 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9543 L:      linux-omap@vger.kernel.org
9544 S:      Maintained
9545 F:      sound/soc/omap/
9546
9547 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9548 M:      Roger Quadros <rogerq@ti.com>
9549 M:      Tony Lindgren <tony@atomide.com>
9550 L:      linux-omap@vger.kernel.org
9551 S:      Maintained
9552 F:      drivers/memory/omap-gpmc.c
9553 F:      arch/arm/mach-omap2/*gpmc*
9554
9555 OMAP FRAMEBUFFER SUPPORT
9556 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9557 L:      linux-fbdev@vger.kernel.org
9558 L:      linux-omap@vger.kernel.org
9559 S:      Maintained
9560 F:      drivers/video/fbdev/omap/
9561
9562 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9563 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9564 L:      linux-omap@vger.kernel.org
9565 L:      linux-fbdev@vger.kernel.org
9566 S:      Maintained
9567 F:      drivers/video/fbdev/omap2/
9568 F:      Documentation/arm/OMAP/DSS
9569
9570 OMAP HARDWARE SPINLOCK SUPPORT
9571 M:      Ohad Ben-Cohen <ohad@wizery.com>
9572 L:      linux-omap@vger.kernel.org
9573 S:      Maintained
9574 F:      drivers/hwspinlock/omap_hwspinlock.c
9575
9576 OMAP MMC SUPPORT
9577 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
9578 L:      linux-omap@vger.kernel.org
9579 S:      Maintained
9580 F:      drivers/mmc/host/omap.c
9581
9582 OMAP HS MMC SUPPORT
9583 L:      linux-mmc@vger.kernel.org
9584 L:      linux-omap@vger.kernel.org
9585 S:      Orphan
9586 F:      drivers/mmc/host/omap_hsmmc.c
9587
9588 OMAP RANDOM NUMBER GENERATOR SUPPORT
9589 M:      Deepak Saxena <dsaxena@plexity.net>
9590 S:      Maintained
9591 F:      drivers/char/hw_random/omap-rng.c
9592
9593 OMAP HWMOD SUPPORT
9594 M:      Benoît Cousson <bcousson@baylibre.com>
9595 M:      Paul Walmsley <paul@pwsan.com>
9596 L:      linux-omap@vger.kernel.org
9597 S:      Maintained
9598 F:      arch/arm/mach-omap2/omap_hwmod.*
9599
9600 OMAP HWMOD DATA
9601 M:      Paul Walmsley <paul@pwsan.com>
9602 L:      linux-omap@vger.kernel.org
9603 S:      Maintained
9604 F:      arch/arm/mach-omap2/omap_hwmod*data*
9605
9606 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9607 M:      Benoît Cousson <bcousson@baylibre.com>
9608 L:      linux-omap@vger.kernel.org
9609 S:      Maintained
9610 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9611
9612 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9613 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9614 L:      linux-media@vger.kernel.org
9615 S:      Maintained
9616 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9617 F:      drivers/media/platform/omap3isp/
9618 F:      drivers/staging/media/omap4iss/
9619
9620 OMAP USB SUPPORT
9621 L:      linux-usb@vger.kernel.org
9622 L:      linux-omap@vger.kernel.org
9623 S:      Orphan
9624 F:      drivers/usb/*/*omap*
9625 F:      arch/arm/*omap*/usb*
9626
9627 OMAP GPIO DRIVER
9628 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9629 M:      Santosh Shilimkar <ssantosh@kernel.org>
9630 M:      Kevin Hilman <khilman@kernel.org>
9631 L:      linux-omap@vger.kernel.org
9632 S:      Maintained
9633 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9634 F:      drivers/gpio/gpio-omap.c
9635
9636 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9637 M:      Mark Jackson <mpfj@newflow.co.uk>
9638 L:      linux-omap@vger.kernel.org
9639 S:      Maintained
9640 F:      arch/arm/boot/dts/am335x-nano.dts
9641
9642 OMFS FILESYSTEM
9643 M:      Bob Copeland <me@bobcopeland.com>
9644 L:      linux-karma-devel@lists.sourceforge.net
9645 S:      Maintained
9646 F:      Documentation/filesystems/omfs.txt
9647 F:      fs/omfs/
9648
9649 OMNIKEY CARDMAN 4000 DRIVER
9650 M:      Harald Welte <laforge@gnumonks.org>
9651 S:      Maintained
9652 F:      drivers/char/pcmcia/cm4000_cs.c
9653 F:      include/linux/cm4000_cs.h
9654 F:      include/uapi/linux/cm4000_cs.h
9655
9656 OMNIKEY CARDMAN 4040 DRIVER
9657 M:      Harald Welte <laforge@gnumonks.org>
9658 S:      Maintained
9659 F:      drivers/char/pcmcia/cm4040_cs.*
9660
9661 OMNIVISION OV5640 SENSOR DRIVER
9662 M:      Steve Longerbeam <slongerbeam@gmail.com>
9663 L:      linux-media@vger.kernel.org
9664 T:      git git://linuxtv.org/media_tree.git
9665 S:      Maintained
9666 F:      drivers/media/i2c/ov5640.c
9667
9668 OMNIVISION OV5647 SENSOR DRIVER
9669 M:      Ramiro Oliveira <roliveir@synopsys.com>
9670 L:      linux-media@vger.kernel.org
9671 T:      git git://linuxtv.org/media_tree.git
9672 S:      Maintained
9673 F:      drivers/media/i2c/ov5647.c
9674
9675 OMNIVISION OV7670 SENSOR DRIVER
9676 M:      Jonathan Corbet <corbet@lwn.net>
9677 L:      linux-media@vger.kernel.org
9678 T:      git git://linuxtv.org/media_tree.git
9679 S:      Maintained
9680 F:      drivers/media/i2c/ov7670.c
9681 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
9682
9683 OMNIVISION OV13858 SENSOR DRIVER
9684 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
9685 L:      linux-media@vger.kernel.org
9686 T:      git git://linuxtv.org/media_tree.git
9687 S:      Maintained
9688 F:      drivers/media/i2c/ov13858.c
9689
9690 ONENAND FLASH DRIVER
9691 M:      Kyungmin Park <kyungmin.park@samsung.com>
9692 L:      linux-mtd@lists.infradead.org
9693 S:      Maintained
9694 F:      drivers/mtd/onenand/
9695 F:      include/linux/mtd/onenand*.h
9696
9697 ONSTREAM SCSI TAPE DRIVER
9698 M:      Willem Riede <osst@riede.org>
9699 L:      osst-users@lists.sourceforge.net
9700 L:      linux-scsi@vger.kernel.org
9701 S:      Maintained
9702 F:      Documentation/scsi/osst.txt
9703 F:      drivers/scsi/osst.*
9704 F:      drivers/scsi/osst_*.h
9705 F:      drivers/scsi/st.h
9706
9707 OPENCORES I2C BUS DRIVER
9708 M:      Peter Korsgaard <jacmet@sunsite.dk>
9709 L:      linux-i2c@vger.kernel.org
9710 S:      Maintained
9711 F:      Documentation/i2c/busses/i2c-ocores
9712 F:      drivers/i2c/busses/i2c-ocores.c
9713
9714 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9715 M:      Rob Herring <robh+dt@kernel.org>
9716 M:      Frank Rowand <frowand.list@gmail.com>
9717 L:      devicetree@vger.kernel.org
9718 W:      http://www.devicetree.org/
9719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9720 S:      Maintained
9721 F:      drivers/of/
9722 F:      include/linux/of*.h
9723 F:      scripts/dtc/
9724 F:      Documentation/ABI/testing/sysfs-firmware-ofw
9725
9726 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9727 M:      Rob Herring <robh+dt@kernel.org>
9728 M:      Mark Rutland <mark.rutland@arm.com>
9729 L:      devicetree@vger.kernel.org
9730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9731 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9732 S:      Maintained
9733 F:      Documentation/devicetree/
9734 F:      arch/*/boot/dts/
9735 F:      include/dt-bindings/
9736
9737 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9738 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9739 L:      devicetree@vger.kernel.org
9740 S:      Maintained
9741 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9742 F:      Documentation/devicetree/overlay-notes.txt
9743 F:      drivers/of/overlay.c
9744 F:      drivers/of/resolver.c
9745
9746 OPENRISC ARCHITECTURE
9747 M:      Jonas Bonn <jonas@southpole.se>
9748 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9749 M:      Stafford Horne <shorne@gmail.com>
9750 T:      git git://github.com/openrisc/linux.git
9751 L:      openrisc@lists.librecores.org
9752 W:      http://openrisc.io
9753 S:      Maintained
9754 F:      arch/openrisc/
9755
9756 OPENVSWITCH
9757 M:      Pravin Shelar <pshelar@nicira.com>
9758 L:      netdev@vger.kernel.org
9759 L:      dev@openvswitch.org
9760 W:      http://openvswitch.org
9761 S:      Maintained
9762 F:      net/openvswitch/
9763 F:      include/uapi/linux/openvswitch.h
9764
9765 OPERATING PERFORMANCE POINTS (OPP)
9766 M:      Viresh Kumar <vireshk@kernel.org>
9767 M:      Nishanth Menon <nm@ti.com>
9768 M:      Stephen Boyd <sboyd@codeaurora.org>
9769 L:      linux-pm@vger.kernel.org
9770 S:      Maintained
9771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9772 F:      drivers/base/power/opp/
9773 F:      include/linux/pm_opp.h
9774 F:      Documentation/power/opp.txt
9775 F:      Documentation/devicetree/bindings/opp/
9776
9777 OPL4 DRIVER
9778 M:      Clemens Ladisch <clemens@ladisch.de>
9779 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9780 T:      git git://git.alsa-project.org/alsa-kernel.git
9781 S:      Maintained
9782 F:      sound/drivers/opl4/
9783
9784 OPROFILE
9785 M:      Robert Richter <rric@kernel.org>
9786 L:      oprofile-list@lists.sf.net
9787 S:      Maintained
9788 F:      arch/*/include/asm/oprofile*.h
9789 F:      arch/*/oprofile/
9790 F:      drivers/oprofile/
9791 F:      include/linux/oprofile.h
9792
9793 OP-TEE DRIVER
9794 M:      Jens Wiklander <jens.wiklander@linaro.org>
9795 S:      Maintained
9796 F:      drivers/tee/optee/
9797
9798 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9799 M:      Mark Fasheh <mfasheh@versity.com>
9800 M:      Joel Becker <jlbec@evilplan.org>
9801 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9802 W:      http://ocfs2.wiki.kernel.org
9803 S:      Supported
9804 F:      Documentation/filesystems/ocfs2.txt
9805 F:      Documentation/filesystems/dlmfs.txt
9806 F:      fs/ocfs2/
9807
9808 ORINOCO DRIVER
9809 L:      linux-wireless@vger.kernel.org
9810 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9811 W:      http://www.nongnu.org/orinoco/
9812 S:      Orphan
9813 F:      drivers/net/wireless/intersil/orinoco/
9814
9815 OSD LIBRARY and FILESYSTEM
9816 M:      Boaz Harrosh <ooo@electrozaur.com>
9817 S:      Maintained
9818 F:      drivers/scsi/osd/
9819 F:      include/scsi/osd_*
9820 F:      fs/exofs/
9821
9822 OVERLAY FILESYSTEM
9823 M:      Miklos Szeredi <miklos@szeredi.hu>
9824 L:      linux-unionfs@vger.kernel.org
9825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9826 S:      Supported
9827 F:      fs/overlayfs/
9828 F:      Documentation/filesystems/overlayfs.txt
9829
9830 ORANGEFS FILESYSTEM
9831 M:      Mike Marshall <hubcap@omnibond.com>
9832 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9834 S:      Supported
9835 F:      fs/orangefs/
9836 F:      Documentation/filesystems/orangefs.txt
9837
9838 P54 WIRELESS DRIVER
9839 M:      Christian Lamparter <chunkeey@googlemail.com>
9840 L:      linux-wireless@vger.kernel.org
9841 W:      http://wireless.kernel.org/en/users/Drivers/p54
9842 S:      Maintained
9843 F:      drivers/net/wireless/intersil/p54/
9844
9845 PA SEMI ETHERNET DRIVER
9846 L:      netdev@vger.kernel.org
9847 S:      Orphan
9848 F:      drivers/net/ethernet/pasemi/*
9849
9850 PA SEMI SMBUS DRIVER
9851 L:      linux-i2c@vger.kernel.org
9852 S:      Orphan
9853 F:      drivers/i2c/busses/i2c-pasemi.c
9854
9855 PADATA PARALLEL EXECUTION MECHANISM
9856 M:      Steffen Klassert <steffen.klassert@secunet.com>
9857 L:      linux-crypto@vger.kernel.org
9858 S:      Maintained
9859 F:      kernel/padata.c
9860 F:      include/linux/padata.h
9861 F:      Documentation/padata.txt
9862
9863 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9864 M:      Harald Welte <laforge@gnumonks.org>
9865 L:      platform-driver-x86@vger.kernel.org
9866 S:      Maintained
9867 F:      drivers/platform/x86/panasonic-laptop.c
9868
9869 PANASONIC MN10300/AM33/AM34 PORT
9870 M:      David Howells <dhowells@redhat.com>
9871 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9872 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9873 S:      Maintained
9874 F:      Documentation/mn10300/
9875 F:      arch/mn10300/
9876
9877 PARALLEL LCD/KEYPAD PANEL DRIVER
9878 M:      Willy Tarreau <willy@haproxy.com>
9879 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9880 S:      Odd Fixes
9881 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9882 F:      drivers/misc/panel.c
9883
9884 PARALLEL PORT SUBSYSTEM
9885 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9886 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9887 L:      linux-parport@lists.infradead.org (subscribers-only)
9888 S:      Maintained
9889 F:      drivers/parport/
9890 F:      include/linux/parport*.h
9891 F:      drivers/char/ppdev.c
9892 F:      include/uapi/linux/ppdev.h
9893 F:      Documentation/parport*.txt
9894
9895 PARAVIRT_OPS INTERFACE
9896 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9897 M:      Chris Wright <chrisw@sous-sol.org>
9898 M:      Alok Kataria <akataria@vmware.com>
9899 M:      Rusty Russell <rusty@rustcorp.com.au>
9900 L:      virtualization@lists.linux-foundation.org
9901 S:      Supported
9902 F:      Documentation/virtual/paravirt_ops.txt
9903 F:      arch/*/kernel/paravirt*
9904 F:      arch/*/include/asm/paravirt.h
9905 F:      include/linux/hypervisor.h
9906
9907 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9908 M:      Tim Waugh <tim@cyberelk.net>
9909 L:      linux-parport@lists.infradead.org (subscribers-only)
9910 S:      Maintained
9911 F:      Documentation/blockdev/paride.txt
9912 F:      drivers/block/paride/
9913
9914 PARISC ARCHITECTURE
9915 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9916 M:      Helge Deller <deller@gmx.de>
9917 L:      linux-parisc@vger.kernel.org
9918 W:      http://www.parisc-linux.org/
9919 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9922 S:      Maintained
9923 F:      arch/parisc/
9924 F:      Documentation/parisc/
9925 F:      drivers/parisc/
9926 F:      drivers/char/agp/parisc-agp.c
9927 F:      drivers/input/serio/gscps2.c
9928 F:      drivers/parport/parport_gsc.*
9929 F:      drivers/tty/serial/8250/8250_gsc.c
9930 F:      drivers/video/fbdev/sti*
9931 F:      drivers/video/console/sti*
9932 F:      drivers/video/logo/logo_parisc*
9933
9934 PARMAN
9935 M:      Jiri Pirko <jiri@mellanox.com>
9936 L:      netdev@vger.kernel.org
9937 S:      Supported
9938 F:      lib/parman.c
9939 F:      lib/test_parman.c
9940 F:      include/linux/parman.h
9941
9942 PC87360 HARDWARE MONITORING DRIVER
9943 M:      Jim Cromie <jim.cromie@gmail.com>
9944 L:      linux-hwmon@vger.kernel.org
9945 S:      Maintained
9946 F:      Documentation/hwmon/pc87360
9947 F:      drivers/hwmon/pc87360.c
9948
9949 PC8736x GPIO DRIVER
9950 M:      Jim Cromie <jim.cromie@gmail.com>
9951 S:      Maintained
9952 F:      drivers/char/pc8736x_gpio.c
9953
9954 PC87427 HARDWARE MONITORING DRIVER
9955 M:      Jean Delvare <jdelvare@suse.com>
9956 L:      linux-hwmon@vger.kernel.org
9957 S:      Maintained
9958 F:      Documentation/hwmon/pc87427
9959 F:      drivers/hwmon/pc87427.c
9960
9961 PCA9532 LED DRIVER
9962 M:      Riku Voipio <riku.voipio@iki.fi>
9963 S:      Maintained
9964 F:      drivers/leds/leds-pca9532.c
9965 F:      include/linux/leds-pca9532.h
9966
9967 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9968 M:      Guenter Roeck <linux@roeck-us.net>
9969 L:      linux-i2c@vger.kernel.org
9970 S:      Maintained
9971 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9972
9973 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9974 M:      Khalid Aziz <khalid@gonehiking.org>
9975 S:      Maintained
9976 F:      drivers/firmware/pcdp.*
9977
9978 PCI ERROR RECOVERY
9979 M:      Linas Vepstas <linasvepstas@gmail.com>
9980 L:      linux-pci@vger.kernel.org
9981 S:      Supported
9982 F:      Documentation/PCI/pci-error-recovery.txt
9983
9984 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9985 M:      Russell Currey <ruscur@russell.cc>
9986 L:      linuxppc-dev@lists.ozlabs.org
9987 S:      Supported
9988 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9989 F:      arch/powerpc/kernel/eeh*.c
9990 F:      arch/powerpc/platforms/*/eeh*.c
9991 F:      arch/powerpc/include/*/eeh*.h
9992
9993 PCI SUBSYSTEM
9994 M:      Bjorn Helgaas <bhelgaas@google.com>
9995 L:      linux-pci@vger.kernel.org
9996 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9998 S:      Supported
9999 F:      Documentation/devicetree/bindings/pci/
10000 F:      Documentation/PCI/
10001 F:      drivers/pci/
10002 F:      include/linux/pci*
10003 F:      arch/x86/pci/
10004 F:      arch/x86/kernel/quirks.c
10005
10006 PCI ENDPOINT SUBSYSTEM
10007 M:      Kishon Vijay Abraham I <kishon@ti.com>
10008 L:      linux-pci@vger.kernel.org
10009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10010 S:      Supported
10011 F:      drivers/pci/endpoint/
10012 F:      drivers/misc/pci_endpoint_test.c
10013 F:      tools/pci/
10014
10015 PCI DRIVER FOR ALTERA PCIE IP
10016 M:      Ley Foon Tan <lftan@altera.com>
10017 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
10018 L:      linux-pci@vger.kernel.org
10019 S:      Supported
10020 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
10021 F:      drivers/pci/host/pcie-altera.c
10022
10023 PCI DRIVER FOR ARM VERSATILE PLATFORM
10024 M:      Rob Herring <robh@kernel.org>
10025 L:      linux-pci@vger.kernel.org
10026 L:      linux-arm-kernel@lists.infradead.org
10027 S:      Maintained
10028 F:      Documentation/devicetree/bindings/pci/versatile.txt
10029 F:      drivers/pci/host/pci-versatile.c
10030
10031 PCI DRIVER FOR ARMADA 8K
10032 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10033 L:      linux-pci@vger.kernel.org
10034 L:      linux-arm-kernel@lists.infradead.org
10035 S:      Maintained
10036 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
10037 F:      drivers/pci/dwc/pcie-armada8k.c
10038
10039 PCI DRIVER FOR APPLIEDMICRO XGENE
10040 M:      Tanmay Inamdar <tinamdar@apm.com>
10041 L:      linux-pci@vger.kernel.org
10042 L:      linux-arm-kernel@lists.infradead.org
10043 S:      Maintained
10044 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
10045 F:      drivers/pci/host/pci-xgene.c
10046
10047 PCI DRIVER FOR FREESCALE LAYERSCAPE
10048 M:      Minghuan Lian <minghuan.Lian@freescale.com>
10049 M:      Mingkai Hu <mingkai.hu@freescale.com>
10050 M:      Roy Zang <tie-fei.zang@freescale.com>
10051 L:      linuxppc-dev@lists.ozlabs.org
10052 L:      linux-pci@vger.kernel.org
10053 L:      linux-arm-kernel@lists.infradead.org
10054 S:      Maintained
10055 F:      drivers/pci/dwc/*layerscape*
10056
10057 PCI DRIVER FOR IMX6
10058 M:      Richard Zhu <hongxing.zhu@nxp.com>
10059 M:      Lucas Stach <l.stach@pengutronix.de>
10060 L:      linux-pci@vger.kernel.org
10061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10062 S:      Maintained
10063 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10064 F:      drivers/pci/dwc/*imx6*
10065
10066 PCI DRIVER FOR TI KEYSTONE
10067 M:      Murali Karicheri <m-karicheri2@ti.com>
10068 L:      linux-pci@vger.kernel.org
10069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10070 S:      Maintained
10071 F:      drivers/pci/dwc/*keystone*
10072
10073 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10074 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10075 M:      Jason Cooper <jason@lakedaemon.net>
10076 L:      linux-pci@vger.kernel.org
10077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10078 S:      Maintained
10079 F:      drivers/pci/host/*mvebu*
10080
10081 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10082 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10083 L:      linux-pci@vger.kernel.org
10084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10085 S:      Maintained
10086 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
10087 F:      drivers/pci/host/pci-aardvark.c
10088
10089 PCI DRIVER FOR MICROSEMI SWITCHTEC
10090 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
10091 M:      Stephen Bates <stephen.bates@microsemi.com>
10092 M:      Logan Gunthorpe <logang@deltatee.com>
10093 L:      linux-pci@vger.kernel.org
10094 S:      Maintained
10095 F:      Documentation/switchtec.txt
10096 F:      Documentation/ABI/testing/sysfs-class-switchtec
10097 F:      drivers/pci/switch/switchtec*
10098 F:      include/uapi/linux/switchtec_ioctl.h
10099
10100 PCI DRIVER FOR NVIDIA TEGRA
10101 M:      Thierry Reding <thierry.reding@gmail.com>
10102 L:      linux-tegra@vger.kernel.org
10103 L:      linux-pci@vger.kernel.org
10104 S:      Supported
10105 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10106 F:      drivers/pci/host/pci-tegra.c
10107
10108 PCI DRIVER FOR TI DRA7XX
10109 M:      Kishon Vijay Abraham I <kishon@ti.com>
10110 L:      linux-omap@vger.kernel.org
10111 L:      linux-pci@vger.kernel.org
10112 S:      Supported
10113 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
10114 F:      drivers/pci/dwc/pci-dra7xx.c
10115
10116 PCI DRIVER FOR RENESAS R-CAR
10117 M:      Simon Horman <horms@verge.net.au>
10118 L:      linux-pci@vger.kernel.org
10119 L:      linux-renesas-soc@vger.kernel.org
10120 S:      Maintained
10121 F:      drivers/pci/host/*rcar*
10122
10123 PCI DRIVER FOR SAMSUNG EXYNOS
10124 M:      Jingoo Han <jingoohan1@gmail.com>
10125 L:      linux-pci@vger.kernel.org
10126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10127 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10128 S:      Maintained
10129 F:      drivers/pci/dwc/pci-exynos.c
10130
10131 PCI DRIVER FOR SYNOPSIS DESIGNWARE
10132 M:      Jingoo Han <jingoohan1@gmail.com>
10133 M:      Joao Pinto <Joao.Pinto@synopsys.com>
10134 L:      linux-pci@vger.kernel.org
10135 S:      Maintained
10136 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
10137 F:      drivers/pci/dwc/*designware*
10138
10139 PCI DRIVER FOR GENERIC OF HOSTS
10140 M:      Will Deacon <will.deacon@arm.com>
10141 L:      linux-pci@vger.kernel.org
10142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10143 S:      Maintained
10144 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
10145 F:      drivers/pci/host/pci-host-common.c
10146 F:      drivers/pci/host/pci-host-generic.c
10147
10148 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10149 M:      Keith Busch <keith.busch@intel.com>
10150 L:      linux-pci@vger.kernel.org
10151 S:      Supported
10152 F:      drivers/pci/host/vmd.c
10153
10154 PCIE DRIVER FOR ST SPEAR13XX
10155 M:      Pratyush Anand <pratyush.anand@gmail.com>
10156 L:      linux-pci@vger.kernel.org
10157 S:      Maintained
10158 F:      drivers/pci/dwc/*spear*
10159
10160 PCI MSI DRIVER FOR ALTERA MSI IP
10161 M:      Ley Foon Tan <lftan@altera.com>
10162 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
10163 L:      linux-pci@vger.kernel.org
10164 S:      Supported
10165 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10166 F:      drivers/pci/host/pcie-altera-msi.c
10167
10168 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10169 M:      Duc Dang <dhdang@apm.com>
10170 L:      linux-pci@vger.kernel.org
10171 L:      linux-arm-kernel@lists.infradead.org
10172 S:      Maintained
10173 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10174 F:      drivers/pci/host/pci-xgene-msi.c
10175
10176 PCIE DRIVER FOR AXIS ARTPEC
10177 M:      Niklas Cassel <niklas.cassel@axis.com>
10178 M:      Jesper Nilsson <jesper.nilsson@axis.com>
10179 L:      linux-arm-kernel@axis.com
10180 L:      linux-pci@vger.kernel.org
10181 S:      Maintained
10182 F:      Documentation/devicetree/bindings/pci/axis,artpec*
10183 F:      drivers/pci/dwc/*artpec*
10184
10185 PCIE DRIVER FOR HISILICON
10186 M:      Zhou Wang <wangzhou1@hisilicon.com>
10187 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
10188 L:      linux-pci@vger.kernel.org
10189 S:      Maintained
10190 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10191 F:      drivers/pci/dwc/pcie-hisi.c
10192
10193 PCIE DRIVER FOR HISILICON KIRIN
10194 M:      Xiaowei Song <songxiaowei@hisilicon.com>
10195 M:      Binghui Wang <wangbinghui@hisilicon.com>
10196 L:      linux-pci@vger.kernel.org
10197 S:      Maintained
10198 F:      Documentation/devicetree/bindings/pci/pcie-kirin.txt
10199 F:      drivers/pci/dwc/pcie-kirin.c
10200
10201 PCIE DRIVER FOR ROCKCHIP
10202 M:      Shawn Lin <shawn.lin@rock-chips.com>
10203 L:      linux-pci@vger.kernel.org
10204 L:      linux-rockchip@lists.infradead.org
10205 S:      Maintained
10206 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10207 F:      drivers/pci/host/pcie-rockchip.c
10208
10209 PCIE DRIVER FOR QUALCOMM MSM
10210 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
10211 L:     linux-pci@vger.kernel.org
10212 L:     linux-arm-msm@vger.kernel.org
10213 S:     Maintained
10214 F:     drivers/pci/dwc/*qcom*
10215
10216 PCIE DRIVER FOR CAVIUM THUNDERX
10217 M:      David Daney <david.daney@cavium.com>
10218 L:      linux-pci@vger.kernel.org
10219 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10220 S:      Supported
10221 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
10222 F:      drivers/pci/host/pci-thunder-*
10223
10224 PCIE DRIVER FOR MEDIATEK
10225 M:      Ryder Lee <ryder.lee@mediatek.com>
10226 L:      linux-pci@vger.kernel.org
10227 L:      linux-mediatek@lists.infradead.org
10228 S:      Supported
10229 F:      Documentation/devicetree/bindings/pci/mediatek*
10230 F:      drivers/pci/host/*mediatek*
10231
10232 PCMCIA SUBSYSTEM
10233 P:      Linux PCMCIA Team
10234 L:      linux-pcmcia@lists.infradead.org
10235 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10237 S:      Maintained
10238 F:      Documentation/pcmcia/
10239 F:      tools/pcmcia/
10240 F:      drivers/pcmcia/
10241 F:      include/pcmcia/
10242
10243 PCNET32 NETWORK DRIVER
10244 M:      Don Fry <pcnet32@frontier.com>
10245 L:      netdev@vger.kernel.org
10246 S:      Maintained
10247 F:      drivers/net/ethernet/amd/pcnet32.c
10248
10249 PCRYPT PARALLEL CRYPTO ENGINE
10250 M:      Steffen Klassert <steffen.klassert@secunet.com>
10251 L:      linux-crypto@vger.kernel.org
10252 S:      Maintained
10253 F:      crypto/pcrypt.c
10254 F:      include/crypto/pcrypt.h
10255
10256 PER-CPU MEMORY ALLOCATOR
10257 M:      Tejun Heo <tj@kernel.org>
10258 M:      Christoph Lameter <cl@linux.com>
10259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10260 S:      Maintained
10261 F:      include/linux/percpu*.h
10262 F:      mm/percpu*.c
10263 F:      arch/*/include/asm/percpu.h
10264
10265 PER-TASK DELAY ACCOUNTING
10266 M:      Balbir Singh <bsingharora@gmail.com>
10267 S:      Maintained
10268 F:      include/linux/delayacct.h
10269 F:      kernel/delayacct.c
10270
10271 PERFORMANCE EVENTS SUBSYSTEM
10272 M:      Peter Zijlstra <peterz@infradead.org>
10273 M:      Ingo Molnar <mingo@redhat.com>
10274 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
10275 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10276 L:      linux-kernel@vger.kernel.org
10277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10278 S:      Supported
10279 F:      kernel/events/*
10280 F:      include/linux/perf_event.h
10281 F:      include/uapi/linux/perf_event.h
10282 F:      arch/*/kernel/perf_event*.c
10283 F:      arch/*/kernel/*/perf_event*.c
10284 F:      arch/*/kernel/*/*/perf_event*.c
10285 F:      arch/*/include/asm/perf_event.h
10286 F:      arch/*/kernel/perf_callchain.c
10287 F:      arch/*/events/*
10288 F:      tools/perf/
10289
10290 PERSONALITY HANDLING
10291 M:      Christoph Hellwig <hch@infradead.org>
10292 L:      linux-abi-devel@lists.sourceforge.net
10293 S:      Maintained
10294 F:      include/linux/personality.h
10295 F:      include/uapi/linux/personality.h
10296
10297 PHONET PROTOCOL
10298 M:      Remi Denis-Courmont <courmisch@gmail.com>
10299 S:      Supported
10300 F:      Documentation/networking/phonet.txt
10301 F:      include/linux/phonet.h
10302 F:      include/net/phonet/
10303 F:      include/uapi/linux/phonet.h
10304 F:      net/phonet/
10305
10306 PHRAM MTD DRIVER
10307 M:      Joern Engel <joern@lazybastard.org>
10308 L:      linux-mtd@lists.infradead.org
10309 S:      Maintained
10310 F:      drivers/mtd/devices/phram.c
10311
10312 PICOLCD HID DRIVER
10313 M:      Bruno Prémont <bonbons@linux-vserver.org>
10314 L:      linux-input@vger.kernel.org
10315 S:      Maintained
10316 F:      drivers/hid/hid-picolcd*
10317
10318 PICOXCELL SUPPORT
10319 M:      Jamie Iles <jamie@jamieiles.com>
10320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10321 T:      git git://github.com/jamieiles/linux-2.6-ji.git
10322 S:      Supported
10323 F:      arch/arm/boot/dts/picoxcell*
10324 F:      arch/arm/mach-picoxcell/
10325 F:      drivers/crypto/picoxcell*
10326
10327 PIN CONTROL SUBSYSTEM
10328 M:      Linus Walleij <linus.walleij@linaro.org>
10329 L:      linux-gpio@vger.kernel.org
10330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10331 S:      Maintained
10332 F:      Documentation/devicetree/bindings/pinctrl/
10333 F:      Documentation/pinctrl.txt
10334 F:      drivers/pinctrl/
10335 F:      include/linux/pinctrl/
10336
10337 PIN CONTROLLER - ATMEL AT91
10338 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10339 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10340 S:      Maintained
10341 F:      drivers/pinctrl/pinctrl-at91.*
10342
10343 PIN CONTROLLER - ATMEL AT91 PIO4
10344 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10346 L:      linux-gpio@vger.kernel.org
10347 S:      Supported
10348 F:      drivers/pinctrl/pinctrl-at91-pio4.*
10349
10350 PIN CONTROLLER - INTEL
10351 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
10352 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10353 S:      Maintained
10354 F:      drivers/pinctrl/intel/
10355
10356 PIN CONTROLLER - QUALCOMM
10357 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10358 S:      Maintained
10359 L:      linux-arm-msm@vger.kernel.org
10360 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10361 F:      drivers/pinctrl/qcom/
10362
10363 PIN CONTROLLER - RENESAS
10364 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10365 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10366 L:      linux-renesas-soc@vger.kernel.org
10367 S:      Maintained
10368 F:      drivers/pinctrl/sh-pfc/
10369
10370 PIN CONTROLLER - SAMSUNG
10371 M:      Tomasz Figa <tomasz.figa@gmail.com>
10372 M:      Krzysztof Kozlowski <krzk@kernel.org>
10373 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10375 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10376 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
10377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10378 S:      Maintained
10379 F:      drivers/pinctrl/samsung/
10380 F:      include/dt-bindings/pinctrl/samsung.h
10381 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10382
10383 PIN CONTROLLER - SINGLE
10384 M:      Tony Lindgren <tony@atomide.com>
10385 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
10386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10387 L:      linux-omap@vger.kernel.org
10388 S:      Maintained
10389 F:      drivers/pinctrl/pinctrl-single.c
10390
10391 PIN CONTROLLER - ST SPEAR
10392 M:      Viresh Kumar <vireshk@kernel.org>
10393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10394 W:      http://www.st.com/spear
10395 S:      Maintained
10396 F:      drivers/pinctrl/spear/
10397
10398 PISTACHIO SOC SUPPORT
10399 M:      James Hartley <james.hartley@imgtec.com>
10400 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
10401 L:      linux-mips@linux-mips.org
10402 S:      Maintained
10403 F:      arch/mips/pistachio/
10404 F:      arch/mips/include/asm/mach-pistachio/
10405 F:      arch/mips/boot/dts/img/pistachio*
10406 F:      arch/mips/configs/pistachio*_defconfig
10407
10408 PKTCDVD DRIVER
10409 S:      Orphan
10410 M:      linux-block@vger.kernel.org
10411 F:      drivers/block/pktcdvd.c
10412 F:      include/linux/pktcdvd.h
10413 F:      include/uapi/linux/pktcdvd.h
10414
10415 PKUNITY SOC DRIVERS
10416 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10417 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10418 S:      Maintained
10419 T:      git git://github.com/gxt/linux.git
10420 F:      drivers/input/serio/i8042-unicore32io.h
10421 F:      drivers/i2c/busses/i2c-puv3.c
10422 F:      drivers/video/fbdev/fb-puv3.c
10423 F:      drivers/rtc/rtc-puv3.c
10424
10425 PMBUS HARDWARE MONITORING DRIVERS
10426 M:      Guenter Roeck <linux@roeck-us.net>
10427 L:      linux-hwmon@vger.kernel.org
10428 W:      http://hwmon.wiki.kernel.org/
10429 W:      http://www.roeck-us.net/linux/drivers/
10430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10431 S:      Maintained
10432 F:      Documentation/hwmon/pmbus
10433 F:      drivers/hwmon/pmbus/
10434 F:      include/linux/pmbus.h
10435
10436 PMC SIERRA MaxRAID DRIVER
10437 L:      linux-scsi@vger.kernel.org
10438 W:      http://www.pmc-sierra.com/
10439 S:      Orphan
10440 F:      drivers/scsi/pmcraid.*
10441
10442 PMC SIERRA PM8001 DRIVER
10443 M:      Jack Wang <jinpu.wang@profitbricks.com>
10444 M:      lindar_liu@usish.com
10445 L:      linux-scsi@vger.kernel.org
10446 S:      Supported
10447 F:      drivers/scsi/pm8001/
10448
10449 POSIX CLOCKS and TIMERS
10450 M:      Thomas Gleixner <tglx@linutronix.de>
10451 L:      linux-kernel@vger.kernel.org
10452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10453 S:      Maintained
10454 F:      fs/timerfd.c
10455 F:      include/linux/timer*
10456 F:      kernel/time/*timer*
10457
10458 POWER MANAGEMENT CORE
10459 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10460 L:      linux-pm@vger.kernel.org
10461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10462 B:      https://bugzilla.kernel.org
10463 S:      Supported
10464 F:      drivers/base/power/
10465 F:      include/linux/pm.h
10466 F:      include/linux/pm_*
10467 F:      include/linux/powercap.h
10468 F:      drivers/powercap/
10469
10470 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10471 M:      Sebastian Reichel <sre@kernel.org>
10472 L:      linux-pm@vger.kernel.org
10473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10474 S:      Maintained
10475 F:      Documentation/devicetree/bindings/power/supply/
10476 F:      include/linux/power_supply.h
10477 F:      drivers/power/supply/
10478
10479 POWER STATE COORDINATION INTERFACE (PSCI)
10480 M:      Mark Rutland <mark.rutland@arm.com>
10481 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10482 L:      linux-arm-kernel@lists.infradead.org
10483 S:      Maintained
10484 F:      drivers/firmware/psci*.c
10485 F:      include/linux/psci.h
10486 F:      include/uapi/linux/psci.h
10487
10488 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10489 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10490 L:      linuxppc-dev@lists.ozlabs.org
10491 S:      Maintained
10492 F:      drivers/char/powernv-op-panel.c
10493
10494 PNP SUPPORT
10495 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10496 S:      Maintained
10497 F:      drivers/pnp/
10498
10499 PPP PROTOCOL DRIVERS AND COMPRESSORS
10500 M:      Paul Mackerras <paulus@samba.org>
10501 L:      linux-ppp@vger.kernel.org
10502 S:      Maintained
10503 F:      drivers/net/ppp/ppp_*
10504
10505 PPP OVER ATM (RFC 2364)
10506 M:      Mitchell Blank Jr <mitch@sfgoth.com>
10507 S:      Maintained
10508 F:      net/atm/pppoatm.c
10509 F:      include/uapi/linux/atmppp.h
10510
10511 PPP OVER ETHERNET
10512 M:      Michal Ostrowski <mostrows@earthlink.net>
10513 S:      Maintained
10514 F:      drivers/net/ppp/pppoe.c
10515 F:      drivers/net/ppp/pppox.c
10516
10517 PPP OVER L2TP
10518 M:      James Chapman <jchapman@katalix.com>
10519 S:      Maintained
10520 F:      net/l2tp/l2tp_ppp.c
10521 F:      include/linux/if_pppol2tp.h
10522 F:      include/uapi/linux/if_pppol2tp.h
10523
10524 PPS SUPPORT
10525 M:      Rodolfo Giometti <giometti@enneenne.com>
10526 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
10527 L:      linuxpps@ml.enneenne.com (subscribers-only)
10528 S:      Maintained
10529 F:      Documentation/pps/
10530 F:      drivers/pps/
10531 F:      include/linux/pps*.h
10532
10533 PPTP DRIVER
10534 M:      Dmitry Kozlov <xeb@mail.ru>
10535 L:      netdev@vger.kernel.org
10536 S:      Maintained
10537 F:      drivers/net/ppp/pptp.c
10538 W:      http://sourceforge.net/projects/accel-pptp
10539
10540 PREEMPTIBLE KERNEL
10541 M:      Robert Love <rml@tech9.net>
10542 L:      kpreempt-tech@lists.sourceforge.net
10543 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10544 S:      Supported
10545 F:      Documentation/preempt-locking.txt
10546 F:      include/linux/preempt.h
10547
10548 PRINTK
10549 M:      Petr Mladek <pmladek@suse.com>
10550 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10551 R:      Steven Rostedt <rostedt@goodmis.org>
10552 S:      Maintained
10553 F:      kernel/printk/
10554 F:      include/linux/printk.h
10555
10556 PRISM54 WIRELESS DRIVER
10557 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
10558 L:      linux-wireless@vger.kernel.org
10559 W:      http://wireless.kernel.org/en/users/Drivers/p54
10560 S:      Obsolete
10561 F:      drivers/net/wireless/intersil/prism54/
10562
10563 PROC SYSCTL
10564 M:      "Luis R. Rodriguez" <mcgrof@kernel.org>
10565 M:      Kees Cook <keescook@chromium.org>
10566 L:      linux-kernel@vger.kernel.org
10567 L:      linux-fsdevel@vger.kernel.org
10568 S:      Maintained
10569 F:      fs/proc/proc_sysctl.c
10570 F:      include/linux/sysctl.h
10571 F:      kernel/sysctl.c
10572 F:      tools/testing/selftests/sysctl/
10573
10574 PS3 NETWORK SUPPORT
10575 M:      Geoff Levand <geoff@infradead.org>
10576 L:      netdev@vger.kernel.org
10577 L:      linuxppc-dev@lists.ozlabs.org
10578 S:      Maintained
10579 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10580
10581 PS3 PLATFORM SUPPORT
10582 M:      Geoff Levand <geoff@infradead.org>
10583 L:      linuxppc-dev@lists.ozlabs.org
10584 S:      Maintained
10585 F:      arch/powerpc/boot/ps3*
10586 F:      arch/powerpc/include/asm/lv1call.h
10587 F:      arch/powerpc/include/asm/ps3*.h
10588 F:      arch/powerpc/platforms/ps3/
10589 F:      drivers/*/ps3*
10590 F:      drivers/ps3/
10591 F:      drivers/rtc/rtc-ps3.c
10592 F:      drivers/usb/host/*ps3.c
10593 F:      sound/ppc/snd_ps3*
10594
10595 PS3VRAM DRIVER
10596 M:      Jim Paris <jim@jtan.com>
10597 M:      Geoff Levand <geoff@infradead.org>
10598 L:      linuxppc-dev@lists.ozlabs.org
10599 S:      Maintained
10600 F:      drivers/block/ps3vram.c
10601
10602 PSAMPLE PACKET SAMPLING SUPPORT:
10603 M:      Yotam Gigi <yotamg@mellanox.com>
10604 S:      Maintained
10605 F:      net/psample
10606 F:      include/net/psample.h
10607 F:      include/uapi/linux/psample.h
10608
10609 PSTORE FILESYSTEM
10610 M:      Kees Cook <keescook@chromium.org>
10611 M:      Anton Vorontsov <anton@enomsg.org>
10612 M:      Colin Cross <ccross@android.com>
10613 M:      Tony Luck <tony.luck@intel.com>
10614 S:      Maintained
10615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10616 F:      fs/pstore/
10617 F:      include/linux/pstore*
10618 F:      drivers/firmware/efi/efi-pstore.c
10619 F:      drivers/acpi/apei/erst.c
10620 F:      Documentation/admin-guide/ramoops.rst
10621 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10622 K:      \b(pstore|ramoops)
10623
10624 PTP HARDWARE CLOCK SUPPORT
10625 M:      Richard Cochran <richardcochran@gmail.com>
10626 L:      netdev@vger.kernel.org
10627 S:      Maintained
10628 W:      http://linuxptp.sourceforge.net/
10629 F:      Documentation/ABI/testing/sysfs-ptp
10630 F:      Documentation/ptp/*
10631 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
10632 F:      drivers/net/phy/dp83640*
10633 F:      drivers/ptp/*
10634 F:      include/linux/ptp_cl*
10635
10636 PTRACE SUPPORT
10637 M:      Roland McGrath <roland@hack.frob.com>
10638 M:      Oleg Nesterov <oleg@redhat.com>
10639 S:      Maintained
10640 F:      include/asm-generic/syscall.h
10641 F:      include/linux/ptrace.h
10642 F:      include/linux/regset.h
10643 F:      include/linux/tracehook.h
10644 F:      include/uapi/linux/ptrace.h
10645 F:      kernel/ptrace.c
10646
10647 PULSE8-CEC DRIVER
10648 M:      Hans Verkuil <hverkuil@xs4all.nl>
10649 L:      linux-media@vger.kernel.org
10650 T:      git git://linuxtv.org/media_tree.git
10651 S:      Maintained
10652 F:      drivers/media/usb/pulse8-cec/*
10653
10654 PVRUSB2 VIDEO4LINUX DRIVER
10655 M:      Mike Isely <isely@pobox.com>
10656 L:      pvrusb2@isely.net       (subscribers-only)
10657 L:      linux-media@vger.kernel.org
10658 W:      http://www.isely.net/pvrusb2/
10659 T:      git git://linuxtv.org/media_tree.git
10660 S:      Maintained
10661 F:      Documentation/media/v4l-drivers/pvrusb2*
10662 F:      drivers/media/usb/pvrusb2/
10663
10664 PWC WEBCAM DRIVER
10665 M:      Hans Verkuil <hverkuil@xs4all.nl>
10666 L:      linux-media@vger.kernel.org
10667 T:      git git://linuxtv.org/media_tree.git
10668 S:      Odd Fixes
10669 F:      drivers/media/usb/pwc/*
10670
10671 PWM FAN DRIVER
10672 M:      Kamil Debski <kamil@wypas.org>
10673 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10674 L:      linux-hwmon@vger.kernel.org
10675 S:      Supported
10676 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10677 F:      Documentation/hwmon/pwm-fan
10678 F:      drivers/hwmon/pwm-fan.c
10679
10680 PWM SUBSYSTEM
10681 M:      Thierry Reding <thierry.reding@gmail.com>
10682 L:      linux-pwm@vger.kernel.org
10683 S:      Maintained
10684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10685 F:      Documentation/pwm.txt
10686 F:      Documentation/devicetree/bindings/pwm/
10687 F:      include/linux/pwm.h
10688 F:      drivers/pwm/
10689 F:      drivers/video/backlight/pwm_bl.c
10690 F:      include/linux/pwm_backlight.h
10691 F:      drivers/gpio/gpio-mvebu.c
10692 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10693
10694 PXA2xx/PXA3xx SUPPORT
10695 M:      Daniel Mack <daniel@zonque.org>
10696 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10697 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10699 T:      git git://github.com/hzhuang1/linux.git
10700 T:      git git://github.com/rjarzmik/linux.git
10701 S:      Maintained
10702 F:      arch/arm/boot/dts/pxa*
10703 F:      arch/arm/mach-pxa/
10704 F:      drivers/dma/pxa*
10705 F:      drivers/pcmcia/pxa2xx*
10706 F:      drivers/pinctrl/pxa/
10707 F:      drivers/spi/spi-pxa2xx*
10708 F:      drivers/usb/gadget/udc/pxa2*
10709 F:      include/sound/pxa2xx-lib.h
10710 F:      sound/arm/pxa*
10711 F:      sound/soc/pxa/
10712
10713 PXA GPIO DRIVER
10714 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10715 L:      linux-gpio@vger.kernel.org
10716 S:      Maintained
10717 F:      drivers/gpio/gpio-pxa.c
10718
10719 PXA3xx NAND FLASH DRIVER
10720 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10721 L:      linux-mtd@lists.infradead.org
10722 S:      Maintained
10723 F:      drivers/mtd/nand/pxa3xx_nand.c
10724
10725 MMP SUPPORT
10726 M:      Eric Miao <eric.y.miao@gmail.com>
10727 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10729 T:      git git://github.com/hzhuang1/linux.git
10730 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10731 S:      Maintained
10732 F:      arch/arm/boot/dts/mmp*
10733 F:      arch/arm/mach-mmp/
10734
10735 PXA MMCI DRIVER
10736 S:      Orphan
10737
10738 PXA RTC DRIVER
10739 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10740 L:      linux-rtc@vger.kernel.org
10741 S:      Maintained
10742
10743 QAT DRIVER
10744 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10745 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10746 L:      qat-linux@intel.com
10747 S:      Supported
10748 F:      drivers/crypto/qat/
10749
10750 QIB DRIVER
10751 M:      Mike Marciniszyn <infinipath@intel.com>
10752 L:      linux-rdma@vger.kernel.org
10753 S:      Supported
10754 F:      drivers/infiniband/hw/qib/
10755
10756 QLOGIC QLA1280 SCSI DRIVER
10757 M:      Michael Reed <mdr@sgi.com>
10758 L:      linux-scsi@vger.kernel.org
10759 S:      Maintained
10760 F:      drivers/scsi/qla1280.[ch]
10761
10762 QLOGIC QLA2XXX FC-SCSI DRIVER
10763 M:      qla2xxx-upstream@qlogic.com
10764 L:      linux-scsi@vger.kernel.org
10765 S:      Supported
10766 F:      Documentation/scsi/LICENSE.qla2xxx
10767 F:      drivers/scsi/qla2xxx/
10768
10769 QLOGIC QLA4XXX iSCSI DRIVER
10770 M:      QLogic-Storage-Upstream@qlogic.com
10771 L:      linux-scsi@vger.kernel.org
10772 S:      Supported
10773 F:      Documentation/scsi/LICENSE.qla4xxx
10774 F:      drivers/scsi/qla4xxx/
10775
10776 QLOGIC QLA3XXX NETWORK DRIVER
10777 M:      Dept-GELinuxNICDev@cavium.com
10778 L:      netdev@vger.kernel.org
10779 S:      Supported
10780 F:      Documentation/networking/LICENSE.qla3xxx
10781 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10782
10783 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10784 M:      Harish Patil <harish.patil@cavium.com>
10785 M:      Manish Chopra <manish.chopra@cavium.com>
10786 M:      Dept-GELinuxNICDev@cavium.com
10787 L:      netdev@vger.kernel.org
10788 S:      Supported
10789 F:      drivers/net/ethernet/qlogic/qlcnic/
10790
10791 QLOGIC QLGE 10Gb ETHERNET DRIVER
10792 M:      Harish Patil <harish.patil@cavium.com>
10793 M:      Manish Chopra <manish.chopra@cavium.com>
10794 M:      Dept-GELinuxNICDev@cavium.com
10795 L:      netdev@vger.kernel.org
10796 S:      Supported
10797 F:      drivers/net/ethernet/qlogic/qlge/
10798
10799 QLOGIC QL4xxx ETHERNET DRIVER
10800 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10801 M:      Ariel Elior <Ariel.Elior@cavium.com>
10802 M:      everest-linux-l2@cavium.com
10803 L:      netdev@vger.kernel.org
10804 S:      Supported
10805 F:      drivers/net/ethernet/qlogic/qed/
10806 F:      include/linux/qed/
10807 F:      drivers/net/ethernet/qlogic/qede/
10808
10809 QLOGIC QL41xxx ISCSI DRIVER
10810 M:      QLogic-Storage-Upstream@cavium.com
10811 L:      linux-scsi@vger.kernel.org
10812 S:      Supported
10813 F:      drivers/scsi/qedi/
10814
10815 QLOGIC QL41xxx FCOE DRIVER
10816 M:      QLogic-Storage-Upstream@cavium.com
10817 L:      linux-scsi@vger.kernel.org
10818 S:      Supported
10819 F:      drivers/scsi/qedf/
10820
10821 QNX4 FILESYSTEM
10822 M:      Anders Larsen <al@alarsen.net>
10823 W:      http://www.alarsen.net/linux/qnx4fs/
10824 S:      Maintained
10825 F:      fs/qnx4/
10826 F:      include/uapi/linux/qnx4_fs.h
10827 F:      include/uapi/linux/qnxtypes.h
10828
10829 QORIQ DPAA2 FSL-MC BUS DRIVER
10830 M:      Stuart Yoder <stuyoder@gmail.com>
10831 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
10832 L:      linux-kernel@vger.kernel.org
10833 S:      Maintained
10834 F:      drivers/staging/fsl-mc/
10835 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
10836
10837 QT1010 MEDIA DRIVER
10838 M:      Antti Palosaari <crope@iki.fi>
10839 L:      linux-media@vger.kernel.org
10840 W:      https://linuxtv.org
10841 W:      http://palosaari.fi/linux/
10842 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10843 T:      git git://linuxtv.org/anttip/media_tree.git
10844 S:      Maintained
10845 F:      drivers/media/tuners/qt1010*
10846
10847 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10848 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10849 L:      linux-wireless@vger.kernel.org
10850 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10851 S:      Supported
10852 F:      drivers/net/wireless/ath/ath9k/
10853
10854 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10855 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10856 L:      ath10k@lists.infradead.org
10857 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10859 S:      Supported
10860 F:      drivers/net/wireless/ath/ath10k/
10861
10862 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10863 M:      Timur Tabi <timur@codeaurora.org>
10864 L:      netdev@vger.kernel.org
10865 S:      Supported
10866 F:      drivers/net/ethernet/qualcomm/emac/
10867
10868 QUALCOMM HEXAGON ARCHITECTURE
10869 M:      Richard Kuo <rkuo@codeaurora.org>
10870 L:      linux-hexagon@vger.kernel.org
10871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10872 S:      Supported
10873 F:      arch/hexagon/
10874
10875 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
10876 M:      Stanimir Varbanov <stanimir.varbanov@linaro.org>
10877 L:      linux-media@vger.kernel.org
10878 L:      linux-arm-msm@vger.kernel.org
10879 T:      git git://linuxtv.org/media_tree.git
10880 S:      Maintained
10881 F:      drivers/media/platform/qcom/venus/
10882
10883 QUALCOMM WCN36XX WIRELESS DRIVER
10884 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10885 L:      wcn36xx@lists.infradead.org
10886 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10887 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10888 S:      Supported
10889 F:      drivers/net/wireless/ath/wcn36xx/
10890
10891 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10892 M:      Gabriel Somlo <somlo@cmu.edu>
10893 M:      "Michael S. Tsirkin" <mst@redhat.com>
10894 L:      qemu-devel@nongnu.org
10895 S:      Maintained
10896 F:      drivers/firmware/qemu_fw_cfg.c
10897
10898 QUANTENNA QTNFMAC WIRELESS DRIVER
10899 M:   Igor Mitsyanko <imitsyanko@quantenna.com>
10900 M:   Avinash Patil <avinashp@quantenna.com>
10901 M:   Sergey Matyukevich <smatyukevich@quantenna.com>
10902 L:   linux-wireless@vger.kernel.org
10903 S:   Maintained
10904 F:   drivers/net/wireless/quantenna
10905
10906 RADOS BLOCK DEVICE (RBD)
10907 M:      Ilya Dryomov <idryomov@gmail.com>
10908 M:      Sage Weil <sage@redhat.com>
10909 M:      Alex Elder <elder@kernel.org>
10910 L:      ceph-devel@vger.kernel.org
10911 W:      http://ceph.com/
10912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10913 T:      git git://github.com/ceph/ceph-client.git
10914 S:      Supported
10915 F:      Documentation/ABI/testing/sysfs-bus-rbd
10916 F:      drivers/block/rbd.c
10917 F:      drivers/block/rbd_types.h
10918
10919 RADEON FRAMEBUFFER DISPLAY DRIVER
10920 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10921 L:      linux-fbdev@vger.kernel.org
10922 S:      Maintained
10923 F:      drivers/video/fbdev/aty/radeon*
10924 F:      include/uapi/linux/radeonfb.h
10925
10926 RADIOSHARK RADIO DRIVER
10927 M:      Hans Verkuil <hverkuil@xs4all.nl>
10928 L:      linux-media@vger.kernel.org
10929 T:      git git://linuxtv.org/media_tree.git
10930 S:      Maintained
10931 F:      drivers/media/radio/radio-shark.c
10932
10933 RADIOSHARK2 RADIO DRIVER
10934 M:      Hans Verkuil <hverkuil@xs4all.nl>
10935 L:      linux-media@vger.kernel.org
10936 T:      git git://linuxtv.org/media_tree.git
10937 S:      Maintained
10938 F:      drivers/media/radio/radio-shark2.c
10939 F:      drivers/media/radio/radio-tea5777.c
10940
10941 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10942 M:      Paul Mackerras <paulus@samba.org>
10943 L:      linux-fbdev@vger.kernel.org
10944 S:      Maintained
10945 F:      drivers/video/fbdev/aty/aty128fb.c
10946
10947 RAINSHADOW-CEC DRIVER
10948 M:      Hans Verkuil <hverkuil@xs4all.nl>
10949 L:      linux-media@vger.kernel.org
10950 T:      git git://linuxtv.org/media_tree.git
10951 S:      Maintained
10952 F:      drivers/media/usb/rainshadow-cec/*
10953
10954 RALINK MIPS ARCHITECTURE
10955 M:      John Crispin <john@phrozen.org>
10956 L:      linux-mips@linux-mips.org
10957 S:      Maintained
10958 F:      arch/mips/ralink
10959
10960 RALINK RT2X00 WIRELESS LAN DRIVER
10961 P:      rt2x00 project
10962 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10963 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10964 L:      linux-wireless@vger.kernel.org
10965 S:      Maintained
10966 F:      drivers/net/wireless/ralink/rt2x00/
10967
10968 RAMDISK RAM BLOCK DEVICE DRIVER
10969 M:      Jens Axboe <axboe@kernel.dk>
10970 S:      Maintained
10971 F:      Documentation/blockdev/ramdisk.txt
10972 F:      drivers/block/brd.c
10973
10974 RANDOM NUMBER DRIVER
10975 M:      "Theodore Ts'o" <tytso@mit.edu>
10976 S:      Maintained
10977 F:      drivers/char/random.c
10978
10979 RAPIDIO SUBSYSTEM
10980 M:      Matt Porter <mporter@kernel.crashing.org>
10981 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10982 S:      Maintained
10983 F:      drivers/rapidio/
10984
10985 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10986 L:      linux-wireless@vger.kernel.org
10987 S:      Orphan
10988 F:      drivers/net/wireless/ray*
10989
10990 RCUTORTURE MODULE
10991 M:      Josh Triplett <josh@joshtriplett.org>
10992 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10993 L:      linux-kernel@vger.kernel.org
10994 S:      Supported
10995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10996 F:      Documentation/RCU/torture.txt
10997 F:      kernel/rcu/rcutorture.c
10998
10999 RCUTORTURE TEST FRAMEWORK
11000 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11001 M:      Josh Triplett <josh@joshtriplett.org>
11002 R:      Steven Rostedt <rostedt@goodmis.org>
11003 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11004 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11005 L:      linux-kernel@vger.kernel.org
11006 S:      Supported
11007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11008 F:      tools/testing/selftests/rcutorture
11009
11010 RDC R-321X SoC
11011 M:      Florian Fainelli <florian@openwrt.org>
11012 S:      Maintained
11013
11014 RDC R6040 FAST ETHERNET DRIVER
11015 M:      Florian Fainelli <f.fainelli@gmail.com>
11016 L:      netdev@vger.kernel.org
11017 S:      Maintained
11018 F:      drivers/net/ethernet/rdc/r6040.c
11019
11020 RDS - RELIABLE DATAGRAM SOCKETS
11021 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
11022 L:      netdev@vger.kernel.org
11023 L:      linux-rdma@vger.kernel.org
11024 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
11025 W:      https://oss.oracle.com/projects/rds/
11026 S:      Supported
11027 F:      net/rds/
11028 F:      Documentation/networking/rds.txt
11029
11030 RDMAVT - RDMA verbs software
11031 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
11032 L:      linux-rdma@vger.kernel.org
11033 S:      Supported
11034 F:      drivers/infiniband/sw/rdmavt
11035
11036 RDT - RESOURCE ALLOCATION
11037 M:      Fenghua Yu <fenghua.yu@intel.com>
11038 L:      linux-kernel@vger.kernel.org
11039 S:      Supported
11040 F:      arch/x86/kernel/cpu/intel_rdt*
11041 F:      arch/x86/include/asm/intel_rdt*
11042 F:      Documentation/x86/intel_rdt*
11043
11044 READ-COPY UPDATE (RCU)
11045 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11046 M:      Josh Triplett <josh@joshtriplett.org>
11047 R:      Steven Rostedt <rostedt@goodmis.org>
11048 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11049 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11050 L:      linux-kernel@vger.kernel.org
11051 W:      http://www.rdrop.com/users/paulmck/RCU/
11052 S:      Supported
11053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11054 F:      Documentation/RCU/
11055 X:      Documentation/RCU/torture.txt
11056 F:      include/linux/rcu*
11057 X:      include/linux/srcu.h
11058 F:      kernel/rcu/
11059 X:      kernel/torture.c
11060
11061 REAL TIME CLOCK (RTC) SUBSYSTEM
11062 M:      Alessandro Zummo <a.zummo@towertech.it>
11063 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
11064 L:      linux-rtc@vger.kernel.org
11065 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
11066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11067 S:      Maintained
11068 F:      Documentation/devicetree/bindings/rtc/
11069 F:      Documentation/rtc.txt
11070 F:      drivers/rtc/
11071 F:      include/linux/rtc.h
11072 F:      include/uapi/linux/rtc.h
11073 F:      include/linux/rtc/
11074 F:      include/linux/platform_data/rtc-*
11075 F:      tools/testing/selftests/timers/rtctest.c
11076
11077 REALTEK AUDIO CODECS
11078 M:      Bard Liao <bardliao@realtek.com>
11079 M:      Oder Chiou <oder_chiou@realtek.com>
11080 S:      Maintained
11081 F:      sound/soc/codecs/rt*
11082 F:      include/sound/rt*.h
11083
11084 REISERFS FILE SYSTEM
11085 L:      reiserfs-devel@vger.kernel.org
11086 S:      Supported
11087 F:      fs/reiserfs/
11088
11089 REGISTER MAP ABSTRACTION
11090 M:      Mark Brown <broonie@kernel.org>
11091 L:      linux-kernel@vger.kernel.org
11092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11093 S:      Supported
11094 F:      Documentation/devicetree/bindings/regmap/
11095 F:      drivers/base/regmap/
11096 F:      include/linux/regmap.h
11097
11098 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11099 M:      Ohad Ben-Cohen <ohad@wizery.com>
11100 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
11101 L:      linux-remoteproc@vger.kernel.org
11102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11103 S:      Maintained
11104 F:      Documentation/devicetree/bindings/remoteproc/
11105 F:      Documentation/remoteproc.txt
11106 F:      drivers/remoteproc/
11107 F:      include/linux/remoteproc.h
11108
11109 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11110 M:      Ohad Ben-Cohen <ohad@wizery.com>
11111 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
11112 L:      linux-remoteproc@vger.kernel.org
11113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11114 S:      Maintained
11115 F:      drivers/rpmsg/
11116 F:      Documentation/rpmsg.txt
11117 F:      include/linux/rpmsg.h
11118 F:      include/linux/rpmsg/
11119
11120 RENESAS CLOCK DRIVERS
11121 M:      Geert Uytterhoeven <geert+renesas@glider.be>
11122 L:      linux-renesas-soc@vger.kernel.org
11123 S:      Supported
11124 F:      drivers/clk/renesas/
11125
11126 RENESAS ETHERNET DRIVERS
11127 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
11128 L:      netdev@vger.kernel.org
11129 L:      linux-renesas-soc@vger.kernel.org
11130 F:      drivers/net/ethernet/renesas/
11131 F:      include/linux/sh_eth.h
11132
11133 RENESAS R-CAR GYROADC DRIVER
11134 M:      Marek Vasut <marek.vasut@gmail.com>
11135 L:      linux-iio@vger.kernel.org
11136 S:      Supported
11137 F:      drivers/iio/adc/rcar_gyro_adc.c
11138
11139 RENESAS USB PHY DRIVER
11140 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
11141 L:      linux-renesas-soc@vger.kernel.org
11142 S:      Maintained
11143 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
11144
11145 RESET CONTROLLER FRAMEWORK
11146 M:      Philipp Zabel <p.zabel@pengutronix.de>
11147 T:      git git://git.pengutronix.de/git/pza/linux
11148 S:      Maintained
11149 F:      drivers/reset/
11150 F:      Documentation/devicetree/bindings/reset/
11151 F:      include/dt-bindings/reset/
11152 F:      include/linux/reset.h
11153 F:      include/linux/reset-controller.h
11154
11155 RFKILL
11156 M:      Johannes Berg <johannes@sipsolutions.net>
11157 L:      linux-wireless@vger.kernel.org
11158 W:      http://wireless.kernel.org/
11159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11161 S:      Maintained
11162 F:      Documentation/rfkill.txt
11163 F:      net/rfkill/
11164
11165 RHASHTABLE
11166 M:      Thomas Graf <tgraf@suug.ch>
11167 M:      Herbert Xu <herbert@gondor.apana.org.au>
11168 L:      netdev@vger.kernel.org
11169 S:      Maintained
11170 F:      lib/rhashtable.c
11171 F:      include/linux/rhashtable.h
11172
11173 RICOH SMARTMEDIA/XD DRIVER
11174 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11175 S:      Maintained
11176 F:      drivers/mtd/nand/r852.c
11177 F:      drivers/mtd/nand/r852.h
11178
11179 RICOH R5C592 MEMORYSTICK DRIVER
11180 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11181 S:      Maintained
11182 F:      drivers/memstick/host/r592.*
11183
11184 ROCCAT DRIVERS
11185 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
11186 W:      http://sourceforge.net/projects/roccat/
11187 S:      Maintained
11188 F:      drivers/hid/hid-roccat*
11189 F:      include/linux/hid-roccat*
11190 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
11191
11192 ROCKER DRIVER
11193 M:      Jiri Pirko <jiri@resnulli.us>
11194 L:      netdev@vger.kernel.org
11195 S:      Supported
11196 F:      drivers/net/ethernet/rocker/
11197
11198 ROCKETPORT DRIVER
11199 P:      Comtrol Corp.
11200 W:      http://www.comtrol.com
11201 S:      Maintained
11202 F:      Documentation/serial/rocket.txt
11203 F:      drivers/tty/rocket*
11204
11205 ROCKETPORT EXPRESS/INFINITY DRIVER
11206 M:      Kevin Cernekee <cernekee@gmail.com>
11207 L:      linux-serial@vger.kernel.org
11208 S:      Odd Fixes
11209 F:      drivers/tty/serial/rp2.*
11210
11211 ROSE NETWORK LAYER
11212 M:      Ralf Baechle <ralf@linux-mips.org>
11213 L:      linux-hams@vger.kernel.org
11214 W:      http://www.linux-ax25.org/
11215 S:      Maintained
11216 F:      include/net/rose.h
11217 F:      include/uapi/linux/rose.h
11218 F:      net/rose/
11219
11220 RTL2830 MEDIA DRIVER
11221 M:      Antti Palosaari <crope@iki.fi>
11222 L:      linux-media@vger.kernel.org
11223 W:      https://linuxtv.org
11224 W:      http://palosaari.fi/linux/
11225 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11226 T:      git git://linuxtv.org/anttip/media_tree.git
11227 S:      Maintained
11228 F:      drivers/media/dvb-frontends/rtl2830*
11229
11230 RTL2832 MEDIA DRIVER
11231 M:      Antti Palosaari <crope@iki.fi>
11232 L:      linux-media@vger.kernel.org
11233 W:      https://linuxtv.org
11234 W:      http://palosaari.fi/linux/
11235 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11236 T:      git git://linuxtv.org/anttip/media_tree.git
11237 S:      Maintained
11238 F:      drivers/media/dvb-frontends/rtl2832*
11239
11240 RTL2832_SDR MEDIA DRIVER
11241 M:      Antti Palosaari <crope@iki.fi>
11242 L:      linux-media@vger.kernel.org
11243 W:      https://linuxtv.org
11244 W:      http://palosaari.fi/linux/
11245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11246 T:      git git://linuxtv.org/anttip/media_tree.git
11247 S:      Maintained
11248 F:      drivers/media/dvb-frontends/rtl2832_sdr*
11249
11250 RTL8180 WIRELESS DRIVER
11251 L:      linux-wireless@vger.kernel.org
11252 W:      http://wireless.kernel.org/
11253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11254 S:      Orphan
11255 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
11256
11257 RTL8187 WIRELESS DRIVER
11258 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11259 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
11260 M:      Larry Finger <Larry.Finger@lwfinger.net>
11261 L:      linux-wireless@vger.kernel.org
11262 W:      http://wireless.kernel.org/
11263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11264 S:      Maintained
11265 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
11266
11267 RTL8192CE WIRELESS DRIVER
11268 M:      Larry Finger <Larry.Finger@lwfinger.net>
11269 M:      Chaoming Li <chaoming_li@realsil.com.cn>
11270 L:      linux-wireless@vger.kernel.org
11271 W:      http://wireless.kernel.org/
11272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11273 S:      Maintained
11274 F:      drivers/net/wireless/realtek/rtlwifi/
11275 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11276
11277 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11278 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
11279 L:      linux-wireless@vger.kernel.org
11280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11281 S:      Maintained
11282 F:      drivers/net/wireless/realtek/rtl8xxxu/
11283
11284 S3 SAVAGE FRAMEBUFFER DRIVER
11285 M:      Antonino Daplas <adaplas@gmail.com>
11286 L:      linux-fbdev@vger.kernel.org
11287 S:      Maintained
11288 F:      drivers/video/fbdev/savage/
11289
11290 S390
11291 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
11292 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
11293 L:      linux-s390@vger.kernel.org
11294 W:      http://www.ibm.com/developerworks/linux/linux390/
11295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11296 S:      Supported
11297 F:      arch/s390/
11298 F:      drivers/s390/
11299 F:      Documentation/s390/
11300 F:      Documentation/driver-api/s390-drivers.rst
11301
11302 S390 COMMON I/O LAYER
11303 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
11304 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11305 L:      linux-s390@vger.kernel.org
11306 W:      http://www.ibm.com/developerworks/linux/linux390/
11307 S:      Supported
11308 F:      drivers/s390/cio/
11309
11310 S390 DASD DRIVER
11311 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
11312 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11313 L:      linux-s390@vger.kernel.org
11314 W:      http://www.ibm.com/developerworks/linux/linux390/
11315 S:      Supported
11316 F:      drivers/s390/block/dasd*
11317 F:      block/partitions/ibm.c
11318
11319 S390 NETWORK DRIVERS
11320 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
11321 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11322 L:      linux-s390@vger.kernel.org
11323 W:      http://www.ibm.com/developerworks/linux/linux390/
11324 S:      Supported
11325 F:      drivers/s390/net/
11326
11327 S390 PCI SUBSYSTEM
11328 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
11329 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11330 L:      linux-s390@vger.kernel.org
11331 W:      http://www.ibm.com/developerworks/linux/linux390/
11332 S:      Supported
11333 F:      arch/s390/pci/
11334 F:      drivers/pci/hotplug/s390_pci_hpc.c
11335
11336 S390 ZCRYPT DRIVER
11337 M:      Harald Freudenberger <freude@de.ibm.com>
11338 L:      linux-s390@vger.kernel.org
11339 W:      http://www.ibm.com/developerworks/linux/linux390/
11340 S:      Supported
11341 F:      drivers/s390/crypto/
11342
11343 S390 ZFCP DRIVER
11344 M:      Steffen Maier <maier@linux.vnet.ibm.com>
11345 L:      linux-s390@vger.kernel.org
11346 W:      http://www.ibm.com/developerworks/linux/linux390/
11347 S:      Supported
11348 F:      drivers/s390/scsi/zfcp_*
11349
11350 S390 IUCV NETWORK LAYER
11351 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
11352 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11353 L:      linux-s390@vger.kernel.org
11354 W:      http://www.ibm.com/developerworks/linux/linux390/
11355 S:      Supported
11356 F:      drivers/s390/net/*iucv*
11357 F:      include/net/iucv/
11358 F:      net/iucv/
11359
11360 S390 IOMMU (PCI)
11361 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11362 L:      linux-s390@vger.kernel.org
11363 W:      http://www.ibm.com/developerworks/linux/linux390/
11364 S:      Supported
11365 F:      drivers/iommu/s390-iommu.c
11366
11367 S390 VFIO-CCW DRIVER
11368 M:      Cornelia Huck <cohuck@redhat.com>
11369 M:      Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11370 L:      linux-s390@vger.kernel.org
11371 L:      kvm@vger.kernel.org
11372 S:      Supported
11373 F:      drivers/s390/cio/vfio_ccw*
11374 F:      Documentation/s390/vfio-ccw.txt
11375 F:      include/uapi/linux/vfio_ccw.h
11376
11377 S3C24XX SD/MMC Driver
11378 M:      Ben Dooks <ben-linux@fluff.org>
11379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11380 S:      Supported
11381 F:      drivers/mmc/host/s3cmci.*
11382
11383 SAA6588 RDS RECEIVER DRIVER
11384 M:      Hans Verkuil <hverkuil@xs4all.nl>
11385 L:      linux-media@vger.kernel.org
11386 T:      git git://linuxtv.org/media_tree.git
11387 W:      https://linuxtv.org
11388 S:      Odd Fixes
11389 F:      drivers/media/i2c/saa6588*
11390
11391 SAA7134 VIDEO4LINUX DRIVER
11392 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11393 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11394 L:      linux-media@vger.kernel.org
11395 W:      https://linuxtv.org
11396 T:      git git://linuxtv.org/media_tree.git
11397 S:      Odd fixes
11398 F:      Documentation/media/v4l-drivers/saa7134*
11399 F:      drivers/media/pci/saa7134/
11400
11401 SAA7146 VIDEO4LINUX-2 DRIVER
11402 M:      Hans Verkuil <hverkuil@xs4all.nl>
11403 L:      linux-media@vger.kernel.org
11404 T:      git git://linuxtv.org/media_tree.git
11405 S:      Maintained
11406 F:      drivers/media/common/saa7146/
11407 F:      drivers/media/pci/saa7146/
11408 F:      include/media/saa7146*
11409
11410 SAMSUNG LAPTOP DRIVER
11411 M:      Corentin Chary <corentin.chary@gmail.com>
11412 L:      platform-driver-x86@vger.kernel.org
11413 S:      Maintained
11414 F:      drivers/platform/x86/samsung-laptop.c
11415
11416 SAMSUNG AUDIO (ASoC) DRIVERS
11417 M:      Krzysztof Kozlowski <krzk@kernel.org>
11418 M:      Sangbeom Kim <sbkim73@samsung.com>
11419 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11420 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11421 S:      Supported
11422 F:      sound/soc/samsung/
11423
11424 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11425 M:      Krzysztof Kozlowski <krzk@kernel.org>
11426 L:      linux-crypto@vger.kernel.org
11427 L:      linux-samsung-soc@vger.kernel.org
11428 S:      Maintained
11429 F:      drivers/crypto/exynos-rng.c
11430 F:      Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11431
11432 SAMSUNG FRAMEBUFFER DRIVER
11433 M:      Jingoo Han <jingoohan1@gmail.com>
11434 L:      linux-fbdev@vger.kernel.org
11435 S:      Maintained
11436 F:      drivers/video/fbdev/s3c-fb.c
11437
11438 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11439 M:      Sangbeom Kim <sbkim73@samsung.com>
11440 M:      Krzysztof Kozlowski <krzk@kernel.org>
11441 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11442 L:      linux-kernel@vger.kernel.org
11443 L:      linux-samsung-soc@vger.kernel.org
11444 S:      Supported
11445 F:      drivers/mfd/sec*.c
11446 F:      drivers/regulator/s2m*.c
11447 F:      drivers/regulator/s5m*.c
11448 F:      drivers/clk/clk-s2mps11.c
11449 F:      drivers/rtc/rtc-s5m.c
11450 F:      include/linux/mfd/samsung/
11451 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11452 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11453 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11454 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11455
11456 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11457 M:      Krzysztof Kozlowski <krzk@kernel.org>
11458 M:      Vladimir Zapolskiy <vz@mleia.com>
11459 L:      linux-crypto@vger.kernel.org
11460 L:      linux-samsung-soc@vger.kernel.org
11461 S:      Maintained
11462 F:      drivers/crypto/s5p-sss.c
11463
11464 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11465 M:      Kyungmin Park <kyungmin.park@samsung.com>
11466 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11467 L:      linux-media@vger.kernel.org
11468 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
11469 S:      Supported
11470 F:      drivers/media/platform/exynos4-is/
11471
11472 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11473 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11474 L:      linux-media@vger.kernel.org
11475 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11476 S:      Maintained
11477 F:      drivers/media/platform/s3c-camif/
11478 F:      include/media/drv-intf/s3c_camif.h
11479
11480 SAMSUNG S5C73M3 CAMERA DRIVER
11481 M:      Kyungmin Park <kyungmin.park@samsung.com>
11482 M:      Andrzej Hajda <a.hajda@samsung.com>
11483 L:      linux-media@vger.kernel.org
11484 S:      Supported
11485 F:      drivers/media/i2c/s5c73m3/*
11486
11487 SAMSUNG S5K5BAF CAMERA DRIVER
11488 M:      Kyungmin Park <kyungmin.park@samsung.com>
11489 M:      Andrzej Hajda <a.hajda@samsung.com>
11490 L:      linux-media@vger.kernel.org
11491 S:      Supported
11492 F:      drivers/media/i2c/s5k5baf.c
11493
11494 SAMSUNG S3FWRN5 NFC DRIVER
11495 M:      Robert Baldyga <r.baldyga@samsung.com>
11496 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
11497 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
11498 S:      Supported
11499 F:      drivers/nfc/s3fwrn5
11500
11501 SAMSUNG SOC CLOCK DRIVERS
11502 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11503 M:      Tomasz Figa <tomasz.figa@gmail.com>
11504 M:      Chanwoo Choi <cw00.choi@samsung.com>
11505 S:      Supported
11506 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11507 F:      drivers/clk/samsung/
11508 F:      include/dt-bindings/clock/exynos*.h
11509 F:      Documentation/devicetree/bindings/clock/exynos*.txt
11510
11511 SAMSUNG SPI DRIVERS
11512 M:      Kukjin Kim <kgene@kernel.org>
11513 M:      Krzysztof Kozlowski <krzk@kernel.org>
11514 M:      Andi Shyti <andi.shyti@samsung.com>
11515 L:      linux-spi@vger.kernel.org
11516 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11517 S:      Maintained
11518 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
11519 F:      drivers/spi/spi-s3c*
11520 F:      include/linux/platform_data/spi-s3c64xx.h
11521
11522 SAMSUNG SXGBE DRIVERS
11523 M:      Byungho An <bh74.an@samsung.com>
11524 M:      Girish K S <ks.giri@samsung.com>
11525 M:      Vipul Pandya <vipul.pandya@samsung.com>
11526 S:      Supported
11527 L:      netdev@vger.kernel.org
11528 F:      drivers/net/ethernet/samsung/sxgbe/
11529
11530 SAMSUNG THERMAL DRIVER
11531 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11532 L:      linux-pm@vger.kernel.org
11533 L:      linux-samsung-soc@vger.kernel.org
11534 S:      Supported
11535 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
11536 F:      drivers/thermal/samsung/
11537
11538 SAMSUNG USB2 PHY DRIVER
11539 M:      Kamil Debski <kamil@wypas.org>
11540 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11541 L:      linux-kernel@vger.kernel.org
11542 S:      Supported
11543 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
11544 F:      Documentation/phy/samsung-usb2.txt
11545 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
11546 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
11547 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
11548 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
11549 F:      drivers/phy/samsung/phy-samsung-usb2.c
11550 F:      drivers/phy/samsung/phy-samsung-usb2.h
11551
11552 SERIAL DRIVERS
11553 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11554 L:      linux-serial@vger.kernel.org
11555 S:      Maintained
11556 F:      Documentation/devicetree/bindings/serial/
11557 F:      drivers/tty/serial/
11558
11559 SERIAL DEVICE BUS
11560 M:      Rob Herring <robh@kernel.org>
11561 L:      linux-serial@vger.kernel.org
11562 S:      Maintained
11563 F:      Documentation/devicetree/bindings/serial/slave-device.txt
11564 F:      drivers/tty/serdev/
11565 F:      include/linux/serdev.h
11566
11567 SERIAL IR RECEIVER
11568 M:      Sean Young <sean@mess.org>
11569 L:      linux-media@vger.kernel.org
11570 S:      Maintained
11571 F:      drivers/media/rc/serial_ir.c
11572
11573 STI CEC DRIVER
11574 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
11575 S:      Maintained
11576 F:      drivers/staging/media/st-cec/
11577 F:      Documentation/devicetree/bindings/media/stih-cec.txt
11578
11579 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11580 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11581 L:      linux-s390@vger.kernel.org
11582 W:      http://www.ibm.com/developerworks/linux/linux390/
11583 S:      Supported
11584 F:      net/smc/
11585
11586 SYNOPSYS DESIGNWARE DMAC DRIVER
11587 M:      Viresh Kumar <vireshk@kernel.org>
11588 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11589 S:      Maintained
11590 F:      include/linux/dma/dw.h
11591 F:      include/linux/platform_data/dma-dw.h
11592 F:      drivers/dma/dw/
11593
11594 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11595 M:      Jie Deng <jiedeng@synopsys.com>
11596 L:      netdev@vger.kernel.org
11597 S:      Supported
11598 F:      drivers/net/ethernet/synopsys/
11599
11600 SYNOPSYS DESIGNWARE I2C DRIVER
11601 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
11602 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11603 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
11604 L:      linux-i2c@vger.kernel.org
11605 S:      Maintained
11606 F:      drivers/i2c/busses/i2c-designware-*
11607 F:      include/linux/platform_data/i2c-designware.h
11608
11609 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11610 M:      Jaehoon Chung <jh80.chung@samsung.com>
11611 L:      linux-mmc@vger.kernel.org
11612 S:      Maintained
11613 F:      drivers/mmc/host/dw_mmc*
11614
11615 SYSTEM TRACE MODULE CLASS
11616 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
11617 S:      Maintained
11618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11619 F:      Documentation/trace/stm.txt
11620 F:      drivers/hwtracing/stm/
11621 F:      include/linux/stm.h
11622 F:      include/uapi/linux/stm.h
11623
11624 TEE SUBSYSTEM
11625 M:      Jens Wiklander <jens.wiklander@linaro.org>
11626 S:      Maintained
11627 F:      include/linux/tee_drv.h
11628 F:      include/uapi/linux/tee.h
11629 F:      drivers/tee/
11630 F:      Documentation/tee.txt
11631
11632 THUNDERBOLT DRIVER
11633 M:      Andreas Noever <andreas.noever@gmail.com>
11634 M:      Michael Jamet <michael.jamet@intel.com>
11635 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
11636 M:      Yehezkel Bernat <yehezkel.bernat@intel.com>
11637 S:      Maintained
11638 F:      drivers/thunderbolt/
11639
11640 TI BQ27XXX POWER SUPPLY DRIVER
11641 R:      Andrew F. Davis <afd@ti.com>
11642 F:      include/linux/power/bq27xxx_battery.h
11643 F:      drivers/power/supply/bq27xxx_battery.c
11644 F:      drivers/power/supply/bq27xxx_battery_i2c.c
11645
11646 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11647 M:      John Stultz <john.stultz@linaro.org>
11648 M:      Thomas Gleixner <tglx@linutronix.de>
11649 R:      Stephen Boyd <sboyd@codeaurora.org>
11650 L:      linux-kernel@vger.kernel.org
11651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11652 S:      Supported
11653 F:      include/linux/clocksource.h
11654 F:      include/linux/time.h
11655 F:      include/linux/timex.h
11656 F:      include/uapi/linux/time.h
11657 F:      include/uapi/linux/timex.h
11658 F:      kernel/time/clocksource.c
11659 F:      kernel/time/time*.c
11660 F:      kernel/time/alarmtimer.c
11661 F:      kernel/time/ntp.c
11662 F:      tools/testing/selftests/timers/
11663
11664 TI TRF7970A NFC DRIVER
11665 M:      Mark Greer <mgreer@animalcreek.com>
11666 L:      linux-wireless@vger.kernel.org
11667 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
11668 S:      Supported
11669 F:      drivers/nfc/trf7970a.c
11670 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
11671
11672 SC1200 WDT DRIVER
11673 M:      Zwane Mwaikambo <zwanem@gmail.com>
11674 S:      Maintained
11675 F:      drivers/watchdog/sc1200wdt.c
11676
11677 SCHEDULER
11678 M:      Ingo Molnar <mingo@redhat.com>
11679 M:      Peter Zijlstra <peterz@infradead.org>
11680 L:      linux-kernel@vger.kernel.org
11681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11682 S:      Maintained
11683 F:      kernel/sched/
11684 F:      include/linux/sched.h
11685 F:      include/uapi/linux/sched.h
11686 F:      include/linux/wait.h
11687
11688 SCORE ARCHITECTURE
11689 M:      Chen Liqin <liqin.linux@gmail.com>
11690 M:      Lennox Wu <lennox.wu@gmail.com>
11691 W:      http://www.sunplus.com
11692 S:      Supported
11693 F:      arch/score/
11694
11695 SCR24X CHIP CARD INTERFACE DRIVER
11696 M:      Lubomir Rintel <lkundrak@v3.sk>
11697 S:      Supported
11698 F:      drivers/char/pcmcia/scr24x_cs.c
11699
11700 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11701 M:      Sudeep Holla <sudeep.holla@arm.com>
11702 L:      linux-arm-kernel@lists.infradead.org
11703 S:      Maintained
11704 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
11705 F:      drivers/clk/clk-scpi.c
11706 F:      drivers/cpufreq/scpi-cpufreq.c
11707 F:      drivers/firmware/arm_scpi.c
11708 F:      include/linux/scpi_protocol.h
11709
11710 SCSI CDROM DRIVER
11711 M:      Jens Axboe <axboe@kernel.dk>
11712 L:      linux-scsi@vger.kernel.org
11713 W:      http://www.kernel.dk
11714 S:      Maintained
11715 F:      drivers/scsi/sr*
11716
11717 SCSI RDMA PROTOCOL (SRP) INITIATOR
11718 M:      Bart Van Assche <bart.vanassche@sandisk.com>
11719 L:      linux-rdma@vger.kernel.org
11720 S:      Supported
11721 W:      http://www.openfabrics.org
11722 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11724 F:      drivers/infiniband/ulp/srp/
11725 F:      include/scsi/srp.h
11726
11727 SCSI SG DRIVER
11728 M:      Doug Gilbert <dgilbert@interlog.com>
11729 L:      linux-scsi@vger.kernel.org
11730 W:      http://sg.danny.cz/sg
11731 S:      Maintained
11732 F:      Documentation/scsi/scsi-generic.txt
11733 F:      drivers/scsi/sg.c
11734 F:      include/scsi/sg.h
11735
11736 SCSI SUBSYSTEM
11737 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11739 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
11740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11741 L:      linux-scsi@vger.kernel.org
11742 S:      Maintained
11743 F:      Documentation/devicetree/bindings/scsi/
11744 F:      drivers/scsi/
11745 F:      include/scsi/
11746
11747 SCSI TAPE DRIVER
11748 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11749 L:      linux-scsi@vger.kernel.org
11750 S:      Maintained
11751 F:      Documentation/scsi/st.txt
11752 F:      drivers/scsi/st.*
11753 F:      drivers/scsi/st_*.h
11754
11755 SCTP PROTOCOL
11756 M:      Vlad Yasevich <vyasevich@gmail.com>
11757 M:      Neil Horman <nhorman@tuxdriver.com>
11758 L:      linux-sctp@vger.kernel.org
11759 W:      http://lksctp.sourceforge.net
11760 S:      Maintained
11761 F:      Documentation/networking/sctp.txt
11762 F:      include/linux/sctp.h
11763 F:      include/uapi/linux/sctp.h
11764 F:      include/net/sctp/
11765 F:      net/sctp/
11766
11767 SCx200 CPU SUPPORT
11768 M:      Jim Cromie <jim.cromie@gmail.com>
11769 S:      Odd Fixes
11770 F:      Documentation/i2c/busses/scx200_acb
11771 F:      arch/x86/platform/scx200/
11772 F:      drivers/watchdog/scx200_wdt.c
11773 F:      drivers/i2c/busses/scx200*
11774 F:      drivers/mtd/maps/scx200_docflash.c
11775 F:      include/linux/scx200.h
11776
11777 SCx200 GPIO DRIVER
11778 M:      Jim Cromie <jim.cromie@gmail.com>
11779 S:      Maintained
11780 F:      drivers/char/scx200_gpio.c
11781 F:      include/linux/scx200_gpio.h
11782
11783 SCx200 HRT CLOCKSOURCE DRIVER
11784 M:      Jim Cromie <jim.cromie@gmail.com>
11785 S:      Maintained
11786 F:      drivers/clocksource/scx200_hrt.c
11787
11788 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11789 M:      Sascha Sommer <saschasommer@freenet.de>
11790 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11791 S:      Maintained
11792 F:      drivers/mmc/host/sdricoh_cs.c
11793
11794 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11795 M:      Adrian Hunter <adrian.hunter@intel.com>
11796 L:      linux-mmc@vger.kernel.org
11797 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11798 S:      Maintained
11799 F:      drivers/mmc/host/sdhci*
11800 F:      include/linux/mmc/sdhci*
11801
11802 SECURE COMPUTING
11803 M:      Kees Cook <keescook@chromium.org>
11804 R:      Andy Lutomirski <luto@amacapital.net>
11805 R:      Will Drewry <wad@chromium.org>
11806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11807 S:      Supported
11808 F:      kernel/seccomp.c
11809 F:      include/uapi/linux/seccomp.h
11810 F:      include/linux/seccomp.h
11811 F:      tools/testing/selftests/seccomp/*
11812 F:      tools/testing/selftests/kselftest_harness.h
11813 F:      Documentation/userspace-api/seccomp_filter.rst
11814 K:      \bsecure_computing
11815 K:      \bTIF_SECCOMP\b
11816
11817 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11818 M:      Al Cooper <alcooperx@gmail.com>
11819 L:      linux-mmc@vger.kernel.org
11820 L:      bcm-kernel-feedback-list@broadcom.com
11821 S:      Maintained
11822 F:      drivers/mmc/host/sdhci-brcmstb*
11823
11824 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11825 M:      Ben Dooks <ben-linux@fluff.org>
11826 M:      Jaehoon Chung <jh80.chung@samsung.com>
11827 L:      linux-mmc@vger.kernel.org
11828 S:      Maintained
11829 F:      drivers/mmc/host/sdhci-s3c*
11830
11831 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11832 M:      Viresh Kumar <vireshk@kernel.org>
11833 L:      linux-mmc@vger.kernel.org
11834 S:      Maintained
11835 F:      drivers/mmc/host/sdhci-spear.c
11836
11837 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11838 M:      Scott Bauer <scott.bauer@intel.com>
11839 M:      Jonathan Derrick <jonathan.derrick@intel.com>
11840 M:      Rafael Antognolli <rafael.antognolli@intel.com>
11841 L:      linux-block@vger.kernel.org
11842 S:      Supported
11843 F:      block/sed*
11844 F:      block/opal_proto.h
11845 F:      include/linux/sed*
11846 F:      include/uapi/linux/sed*
11847
11848 SECURITY SUBSYSTEM
11849 M:      James Morris <james.l.morris@oracle.com>
11850 M:      "Serge E. Hallyn" <serge@hallyn.com>
11851 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11853 W:      http://kernsec.org/
11854 S:      Supported
11855 F:      security/
11856
11857 SECURITY CONTACT
11858 M:      Security Officers <security@kernel.org>
11859 S:      Supported
11860
11861 SELINUX SECURITY MODULE
11862 M:      Paul Moore <paul@paul-moore.com>
11863 M:      Stephen Smalley <sds@tycho.nsa.gov>
11864 M:      Eric Paris <eparis@parisplace.org>
11865 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11866 W:      http://selinuxproject.org
11867 T:      git git://git.infradead.org/users/pcmoore/selinux
11868 S:      Supported
11869 F:      include/linux/selinux*
11870 F:      security/selinux/
11871 F:      scripts/selinux/
11872 F:      Documentation/admin-guide/LSM/SELinux.rst
11873
11874 APPARMOR SECURITY MODULE
11875 M:      John Johansen <john.johansen@canonical.com>
11876 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11877 W:      apparmor.wiki.kernel.org
11878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11879 S:      Supported
11880 F:      security/apparmor/
11881 F:      Documentation/admin-guide/LSM/apparmor.rst
11882
11883 LOADPIN SECURITY MODULE
11884 M:      Kees Cook <keescook@chromium.org>
11885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11886 S:      Supported
11887 F:      security/loadpin/
11888 F:      Documentation/admin-guide/LSM/LoadPin.rst
11889
11890 YAMA SECURITY MODULE
11891 M:      Kees Cook <keescook@chromium.org>
11892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11893 S:      Supported
11894 F:      security/yama/
11895 F:      Documentation/admin-guide/LSM/Yama.rst
11896
11897 SENSABLE PHANTOM
11898 M:      Jiri Slaby <jirislaby@gmail.com>
11899 S:      Maintained
11900 F:      drivers/misc/phantom.c
11901 F:      include/uapi/linux/phantom.h
11902
11903 Emulex 10Gbps iSCSI - OneConnect DRIVER
11904 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11905 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11906 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11907 L:      linux-scsi@vger.kernel.org
11908 W:      http://www.broadcom.com
11909 S:      Supported
11910 F:      drivers/scsi/be2iscsi/
11911
11912 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11913 M:      Sathya Perla <sathya.perla@broadcom.com>
11914 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11915 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11916 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11917 L:      netdev@vger.kernel.org
11918 W:      http://www.emulex.com
11919 S:      Supported
11920 F:      drivers/net/ethernet/emulex/benet/
11921
11922 EMULEX ONECONNECT ROCE DRIVER
11923 M:      Selvin Xavier <selvin.xavier@broadcom.com>
11924 M:      Devesh Sharma <devesh.sharma@broadcom.com>
11925 L:      linux-rdma@vger.kernel.org
11926 W:      http://www.broadcom.com
11927 S:      Odd Fixes
11928 F:      drivers/infiniband/hw/ocrdma/
11929 F:      include/uapi/rdma/ocrdma-abi.h
11930
11931 SFC NETWORK DRIVER
11932 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11933 M:      Edward Cree <ecree@solarflare.com>
11934 M:      Bert Kenward <bkenward@solarflare.com>
11935 L:      netdev@vger.kernel.org
11936 S:      Supported
11937 F:      drivers/net/ethernet/sfc/
11938
11939 SGI GRU DRIVER
11940 M:      Dimitri Sivanich <sivanich@sgi.com>
11941 S:      Maintained
11942 F:      drivers/misc/sgi-gru/
11943
11944 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11945 M:      Pat Gefre <pfg@sgi.com>
11946 L:      linux-ia64@vger.kernel.org
11947 S:      Supported
11948 F:      Documentation/ia64/serial.txt
11949 F:      drivers/tty/serial/ioc?_serial.c
11950 F:      include/linux/ioc?.h
11951
11952 SGI XP/XPC/XPNET DRIVER
11953 M:      Cliff Whickman <cpw@sgi.com>
11954 M:      Robin Holt <robinmholt@gmail.com>
11955 S:      Maintained
11956 F:      drivers/misc/sgi-xp/
11957
11958 SI2157 MEDIA DRIVER
11959 M:      Antti Palosaari <crope@iki.fi>
11960 L:      linux-media@vger.kernel.org
11961 W:      https://linuxtv.org
11962 W:      http://palosaari.fi/linux/
11963 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11964 T:      git git://linuxtv.org/anttip/media_tree.git
11965 S:      Maintained
11966 F:      drivers/media/tuners/si2157*
11967
11968 SI2168 MEDIA DRIVER
11969 M:      Antti Palosaari <crope@iki.fi>
11970 L:      linux-media@vger.kernel.org
11971 W:      https://linuxtv.org
11972 W:      http://palosaari.fi/linux/
11973 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11974 T:      git git://linuxtv.org/anttip/media_tree.git
11975 S:      Maintained
11976 F:      drivers/media/dvb-frontends/si2168*
11977
11978 SI470X FM RADIO RECEIVER I2C DRIVER
11979 M:      Hans Verkuil <hverkuil@xs4all.nl>
11980 L:      linux-media@vger.kernel.org
11981 T:      git git://linuxtv.org/media_tree.git
11982 W:      https://linuxtv.org
11983 S:      Odd Fixes
11984 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11985
11986 SI470X FM RADIO RECEIVER USB DRIVER
11987 M:      Hans Verkuil <hverkuil@xs4all.nl>
11988 L:      linux-media@vger.kernel.org
11989 T:      git git://linuxtv.org/media_tree.git
11990 W:      https://linuxtv.org
11991 S:      Maintained
11992 F:      drivers/media/radio/si470x/radio-si470x-common.c
11993 F:      drivers/media/radio/si470x/radio-si470x.h
11994 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11995
11996 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11997 M:      Eduardo Valentin <edubezval@gmail.com>
11998 L:      linux-media@vger.kernel.org
11999 T:      git git://linuxtv.org/media_tree.git
12000 W:      https://linuxtv.org
12001 S:      Odd Fixes
12002 F:      drivers/media/radio/si4713/si4713.?
12003
12004 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12005 M:      Eduardo Valentin <edubezval@gmail.com>
12006 L:      linux-media@vger.kernel.org
12007 T:      git git://linuxtv.org/media_tree.git
12008 W:      https://linuxtv.org
12009 S:      Odd Fixes
12010 F:      drivers/media/radio/si4713/radio-platform-si4713.c
12011
12012 SI4713 FM RADIO TRANSMITTER USB DRIVER
12013 M:      Hans Verkuil <hverkuil@xs4all.nl>
12014 L:      linux-media@vger.kernel.org
12015 T:      git git://linuxtv.org/media_tree.git
12016 W:      https://linuxtv.org
12017 S:      Maintained
12018 F:      drivers/media/radio/si4713/radio-usb-si4713.c
12019
12020 SIANO DVB DRIVER
12021 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12022 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12023 L:      linux-media@vger.kernel.org
12024 W:      https://linuxtv.org
12025 T:      git git://linuxtv.org/media_tree.git
12026 S:      Odd fixes
12027 F:      drivers/media/common/siano/
12028 F:      drivers/media/usb/siano/
12029 F:      drivers/media/usb/siano/
12030 F:      drivers/media/mmc/siano/
12031
12032 SILEAD TOUCHSCREEN DRIVER
12033 M:      Hans de Goede <hdegoede@redhat.com>
12034 L:      linux-input@vger.kernel.org
12035 L:      platform-driver-x86@vger.kernel.org
12036 S:      Maintained
12037 F:      drivers/input/touchscreen/silead.c
12038 F:      drivers/platform/x86/silead_dmi.c
12039
12040 SIMPLEFB FB DRIVER
12041 M:      Hans de Goede <hdegoede@redhat.com>
12042 L:      linux-fbdev@vger.kernel.org
12043 S:      Maintained
12044 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
12045 F:      drivers/video/fbdev/simplefb.c
12046 F:      include/linux/platform_data/simplefb.h
12047
12048 SH_VEU V4L2 MEM2MEM DRIVER
12049 L:      linux-media@vger.kernel.org
12050 S:      Orphan
12051 F:      drivers/media/platform/sh_veu.c
12052
12053 SH_VOU V4L2 OUTPUT DRIVER
12054 L:      linux-media@vger.kernel.org
12055 S:      Orphan
12056 F:      drivers/media/platform/sh_vou.c
12057 F:      include/media/drv-intf/sh_vou.h
12058
12059 SIMPLE FIRMWARE INTERFACE (SFI)
12060 M:      Len Brown <lenb@kernel.org>
12061 L:      sfi-devel@simplefirmware.org
12062 W:      http://simplefirmware.org/
12063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12064 S:      Supported
12065 F:      arch/x86/platform/sfi/
12066 F:      drivers/sfi/
12067 F:      include/linux/sfi*.h
12068
12069 SIMTEC EB110ATX (Chalice CATS)
12070 P:      Ben Dooks
12071 P:      Vincent Sanders <vince@simtec.co.uk>
12072 M:      Simtec Linux Team <linux@simtec.co.uk>
12073 W:      http://www.simtec.co.uk/products/EB110ATX/
12074 S:      Supported
12075
12076 SIMTEC EB2410ITX (BAST)
12077 P:      Ben Dooks
12078 P:      Vincent Sanders <vince@simtec.co.uk>
12079 M:      Simtec Linux Team <linux@simtec.co.uk>
12080 W:      http://www.simtec.co.uk/products/EB2410ITX/
12081 S:      Supported
12082 F:      arch/arm/mach-s3c24xx/mach-bast.c
12083 F:      arch/arm/mach-s3c24xx/bast-ide.c
12084 F:      arch/arm/mach-s3c24xx/bast-irq.c
12085
12086 SIPHASH PRF ROUTINES
12087 M:      Jason A. Donenfeld <Jason@zx2c4.com>
12088 S:      Maintained
12089 F:      lib/siphash.c
12090 F:      lib/test_siphash.c
12091 F:      include/linux/siphash.h
12092
12093 TI DAVINCI MACHINE SUPPORT
12094 M:      Sekhar Nori <nsekhar@ti.com>
12095 M:      Kevin Hilman <khilman@kernel.org>
12096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
12098 S:      Supported
12099 F:      arch/arm/mach-davinci/
12100 F:      drivers/i2c/busses/i2c-davinci.c
12101 F:      arch/arm/boot/dts/da850*
12102
12103 TI DAVINCI SERIES MEDIA DRIVER
12104 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12105 L:      linux-media@vger.kernel.org
12106 W:      https://linuxtv.org
12107 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12108 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12109 S:      Maintained
12110 F:      drivers/media/platform/davinci/
12111 F:      include/media/davinci/
12112
12113 TI DAVINCI SERIES GPIO DRIVER
12114 M:      Keerthy <j-keerthy@ti.com>
12115 L:      linux-gpio@vger.kernel.org
12116 S:      Maintained
12117 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
12118 F:      drivers/gpio/gpio-davinci.c
12119
12120 TI AM437X VPFE DRIVER
12121 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12122 L:      linux-media@vger.kernel.org
12123 W:      https://linuxtv.org
12124 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12125 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12126 S:      Maintained
12127 F:      drivers/media/platform/am437x/
12128
12129 OV2659 OMNIVISION SENSOR DRIVER
12130 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12131 L:      linux-media@vger.kernel.org
12132 W:      https://linuxtv.org
12133 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12134 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12135 S:      Maintained
12136 F:      drivers/media/i2c/ov2659.c
12137 F:      include/media/i2c/ov2659.h
12138
12139 SILICON MOTION SM712 FRAME BUFFER DRIVER
12140 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12141 M:      Teddy Wang <teddy.wang@siliconmotion.com>
12142 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12143 L:      linux-fbdev@vger.kernel.org
12144 S:      Maintained
12145 F:      drivers/video/fbdev/sm712*
12146 F:      Documentation/fb/sm712fb.txt
12147
12148 SIS 190 ETHERNET DRIVER
12149 M:      Francois Romieu <romieu@fr.zoreil.com>
12150 L:      netdev@vger.kernel.org
12151 S:      Maintained
12152 F:      drivers/net/ethernet/sis/sis190.c
12153
12154 SIS 900/7016 FAST ETHERNET DRIVER
12155 M:      Daniele Venzano <venza@brownhat.org>
12156 W:      http://www.brownhat.org/sis900.html
12157 L:      netdev@vger.kernel.org
12158 S:      Maintained
12159 F:      drivers/net/ethernet/sis/sis900.*
12160
12161 SIS FRAMEBUFFER DRIVER
12162 M:      Thomas Winischhofer <thomas@winischhofer.net>
12163 W:      http://www.winischhofer.net/linuxsisvga.shtml
12164 S:      Maintained
12165 F:      Documentation/fb/sisfb.txt
12166 F:      drivers/video/fbdev/sis/
12167 F:      include/video/sisfb.h
12168
12169 SIS USB2VGA DRIVER
12170 M:      Thomas Winischhofer <thomas@winischhofer.net>
12171 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
12172 S:      Maintained
12173 F:      drivers/usb/misc/sisusbvga/
12174
12175 SLAB ALLOCATOR
12176 M:      Christoph Lameter <cl@linux.com>
12177 M:      Pekka Enberg <penberg@kernel.org>
12178 M:      David Rientjes <rientjes@google.com>
12179 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
12180 M:      Andrew Morton <akpm@linux-foundation.org>
12181 L:      linux-mm@kvack.org
12182 S:      Maintained
12183 F:      include/linux/sl?b*.h
12184 F:      mm/sl?b*
12185
12186 SLEEPABLE READ-COPY UPDATE (SRCU)
12187 M:      Lai Jiangshan <jiangshanlai@gmail.com>
12188 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12189 M:      Josh Triplett <josh@joshtriplett.org>
12190 R:      Steven Rostedt <rostedt@goodmis.org>
12191 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12192 L:      linux-kernel@vger.kernel.org
12193 W:      http://www.rdrop.com/users/paulmck/RCU/
12194 S:      Supported
12195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12196 F:      include/linux/srcu.h
12197 F:      kernel/rcu/srcu.c
12198
12199 SMACK SECURITY MODULE
12200 M:      Casey Schaufler <casey@schaufler-ca.com>
12201 L:      linux-security-module@vger.kernel.org
12202 W:      http://schaufler-ca.com
12203 T:      git git://github.com/cschaufler/smack-next
12204 S:      Maintained
12205 F:      Documentation/admin-guide/LSM/Smack.rst
12206 F:      security/smack/
12207
12208 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
12209 M:      Kevin Hilman <khilman@kernel.org>
12210 M:      Nishanth Menon <nm@ti.com>
12211 S:      Maintained
12212 F:      drivers/power/avs/
12213 F:      include/linux/power/smartreflex.h
12214 L:      linux-pm@vger.kernel.org
12215
12216 SMC91x ETHERNET DRIVER
12217 M:      Nicolas Pitre <nico@fluxnic.net>
12218 S:      Odd Fixes
12219 F:      drivers/net/ethernet/smsc/smc91x.*
12220
12221 SMIA AND SMIA++ IMAGE SENSOR DRIVER
12222 M:      Sakari Ailus <sakari.ailus@iki.fi>
12223 L:      linux-media@vger.kernel.org
12224 S:      Maintained
12225 F:      drivers/media/i2c/smiapp/
12226 F:      include/media/i2c/smiapp.h
12227 F:      drivers/media/i2c/smiapp-pll.c
12228 F:      drivers/media/i2c/smiapp-pll.h
12229 F:      include/uapi/linux/smiapp.h
12230 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12231
12232 SMM665 HARDWARE MONITOR DRIVER
12233 M:      Guenter Roeck <linux@roeck-us.net>
12234 L:      linux-hwmon@vger.kernel.org
12235 S:      Maintained
12236 F:      Documentation/hwmon/smm665
12237 F:      drivers/hwmon/smm665.c
12238
12239 SMSC EMC2103 HARDWARE MONITOR DRIVER
12240 M:      Steve Glendinning <steve.glendinning@shawell.net>
12241 L:      linux-hwmon@vger.kernel.org
12242 S:      Maintained
12243 F:      Documentation/hwmon/emc2103
12244 F:      drivers/hwmon/emc2103.c
12245
12246 SMSC SCH5627 HARDWARE MONITOR DRIVER
12247 M:      Hans de Goede <hdegoede@redhat.com>
12248 L:      linux-hwmon@vger.kernel.org
12249 S:      Supported
12250 F:      Documentation/hwmon/sch5627
12251 F:      drivers/hwmon/sch5627.c
12252
12253 SMSC47B397 HARDWARE MONITOR DRIVER
12254 M:      Jean Delvare <jdelvare@suse.com>
12255 L:      linux-hwmon@vger.kernel.org
12256 S:      Maintained
12257 F:      Documentation/hwmon/smsc47b397
12258 F:      drivers/hwmon/smsc47b397.c
12259
12260 SMSC911x ETHERNET DRIVER
12261 M:      Steve Glendinning <steve.glendinning@shawell.net>
12262 L:      netdev@vger.kernel.org
12263 S:      Maintained
12264 F:      include/linux/smsc911x.h
12265 F:      drivers/net/ethernet/smsc/smsc911x.*
12266
12267 SMSC9420 PCI ETHERNET DRIVER
12268 M:      Steve Glendinning <steve.glendinning@shawell.net>
12269 L:      netdev@vger.kernel.org
12270 S:      Maintained
12271 F:      drivers/net/ethernet/smsc/smsc9420.*
12272
12273 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12274 M:      Steve Glendinning <steve.glendinning@shawell.net>
12275 L:      linux-fbdev@vger.kernel.org
12276 S:      Maintained
12277 F:      drivers/video/fbdev/smscufx.c
12278
12279 SOC-CAMERA V4L2 SUBSYSTEM
12280 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12281 L:      linux-media@vger.kernel.org
12282 T:      git git://linuxtv.org/media_tree.git
12283 S:      Maintained
12284 F:      include/media/soc*
12285 F:      drivers/media/i2c/soc_camera/
12286 F:      drivers/media/platform/soc_camera/
12287
12288 SOEKRIS NET48XX LED SUPPORT
12289 M:      Chris Boot <bootc@bootc.net>
12290 S:      Maintained
12291 F:      drivers/leds/leds-net48xx.c
12292
12293 SOFTLOGIC 6x10 MPEG CODEC
12294 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12295 M:      Anton Sviridenko <anton@corp.bluecherry.net>
12296 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12297 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12298 M:      Ismael Luceno <ismael@iodev.co.uk>
12299 L:      linux-media@vger.kernel.org
12300 S:      Supported
12301 F:      drivers/media/pci/solo6x10/
12302
12303 SOFTWARE RAID (Multiple Disks) SUPPORT
12304 M:      Shaohua Li <shli@kernel.org>
12305 L:      linux-raid@vger.kernel.org
12306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12307 S:      Supported
12308 F:      drivers/md/
12309 F:      include/linux/raid/
12310 F:      include/uapi/linux/raid/
12311
12312 SONIC NETWORK DRIVER
12313 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12314 L:      netdev@vger.kernel.org
12315 S:      Maintained
12316 F:      drivers/net/ethernet/natsemi/sonic.*
12317
12318 SONICS SILICON BACKPLANE DRIVER (SSB)
12319 M:      Michael Buesch <m@bues.ch>
12320 L:      linux-wireless@vger.kernel.org
12321 S:      Maintained
12322 F:      drivers/ssb/
12323 F:      include/linux/ssb/
12324
12325 SONY VAIO CONTROL DEVICE DRIVER
12326 M:      Mattia Dongili <malattia@linux.it>
12327 L:      platform-driver-x86@vger.kernel.org
12328 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12329 S:      Maintained
12330 F:      Documentation/laptops/sony-laptop.txt
12331 F:      drivers/char/sonypi.c
12332 F:      drivers/platform/x86/sony-laptop.c
12333 F:      include/linux/sony-laptop.h
12334
12335 SONY MEMORYSTICK CARD SUPPORT
12336 M:      Alex Dubov <oakad@yahoo.com>
12337 W:      http://tifmxx.berlios.de/
12338 S:      Maintained
12339 F:      drivers/memstick/host/tifm_ms.c
12340
12341 SONY MEMORYSTICK STANDARD SUPPORT
12342 M:      Maxim Levitsky <maximlevitsky@gmail.com>
12343 S:      Maintained
12344 F:      drivers/memstick/core/ms_block.*
12345
12346 SOUND
12347 M:      Jaroslav Kysela <perex@perex.cz>
12348 M:      Takashi Iwai <tiwai@suse.com>
12349 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12350 W:      http://www.alsa-project.org/
12351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12352 T:      git git://git.alsa-project.org/alsa-kernel.git
12353 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
12354 S:      Maintained
12355 F:      Documentation/sound/
12356 F:      include/sound/
12357 F:      include/uapi/sound/
12358 F:      sound/
12359
12360 SOUND - COMPRESSED AUDIO
12361 M:      Vinod Koul <vinod.koul@intel.com>
12362 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12364 S:      Supported
12365 F:      Documentation/sound/alsa/compress_offload.txt
12366 F:      include/sound/compress_driver.h
12367 F:      include/uapi/sound/compress_*
12368 F:      sound/core/compress_offload.c
12369 F:      sound/soc/soc-compress.c
12370
12371 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12372 M:      Liam Girdwood <lgirdwood@gmail.com>
12373 M:      Mark Brown <broonie@kernel.org>
12374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12375 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12376 W:      http://alsa-project.org/main/index.php/ASoC
12377 S:      Supported
12378 F:      Documentation/devicetree/bindings/sound/
12379 F:      Documentation/sound/alsa/soc/
12380 F:      sound/soc/
12381 F:      include/sound/soc*
12382
12383 SOUND - DMAENGINE HELPERS
12384 M:      Lars-Peter Clausen <lars@metafoo.de>
12385 S:      Supported
12386 F:      include/sound/dmaengine_pcm.h
12387 F:      sound/core/pcm_dmaengine.c
12388 F:      sound/soc/soc-generic-dmaengine-pcm.c
12389
12390 SP2 MEDIA DRIVER
12391 M:      Olli Salonen <olli.salonen@iki.fi>
12392 L:      linux-media@vger.kernel.org
12393 W:      https://linuxtv.org
12394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12395 S:      Maintained
12396 F:      drivers/media/dvb-frontends/sp2*
12397
12398 SPARC + UltraSPARC (sparc/sparc64)
12399 M:      "David S. Miller" <davem@davemloft.net>
12400 L:      sparclinux@vger.kernel.org
12401 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
12402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12404 S:      Maintained
12405 F:      arch/sparc/
12406 F:      drivers/sbus/
12407
12408 SPARC SERIAL DRIVERS
12409 M:      "David S. Miller" <davem@davemloft.net>
12410 L:      sparclinux@vger.kernel.org
12411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12413 S:      Maintained
12414 F:      include/linux/sunserialcore.h
12415 F:      drivers/tty/serial/suncore.c
12416 F:      drivers/tty/serial/sunhv.c
12417 F:      drivers/tty/serial/sunsab.c
12418 F:      drivers/tty/serial/sunsab.h
12419 F:      drivers/tty/serial/sunsu.c
12420 F:      drivers/tty/serial/sunzilog.c
12421 F:      drivers/tty/serial/sunzilog.h
12422
12423 SPARSE CHECKER
12424 M:      "Christopher Li" <sparse@chrisli.org>
12425 L:      linux-sparse@vger.kernel.org
12426 W:      https://sparse.wiki.kernel.org/
12427 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12428 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12429 S:      Maintained
12430 F:      include/linux/compiler.h
12431
12432 SPEAR PLATFORM SUPPORT
12433 M:      Viresh Kumar <vireshk@kernel.org>
12434 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12436 W:      http://www.st.com/spear
12437 S:      Maintained
12438 F:      arch/arm/boot/dts/spear*
12439 F:      arch/arm/mach-spear/
12440
12441 SPEAR CLOCK FRAMEWORK SUPPORT
12442 M:      Viresh Kumar <vireshk@kernel.org>
12443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12444 W:      http://www.st.com/spear
12445 S:      Maintained
12446 F:      drivers/clk/spear/
12447
12448 SPI NOR SUBSYSTEM
12449 M:      Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12450 M:      Marek Vasut <marek.vasut@gmail.com>
12451 L:      linux-mtd@lists.infradead.org
12452 W:      http://www.linux-mtd.infradead.org/
12453 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
12454 T:      git git://github.com/spi-nor/linux.git
12455 S:      Maintained
12456 F:      drivers/mtd/spi-nor/
12457 F:      include/linux/mtd/spi-nor.h
12458
12459 SPI SUBSYSTEM
12460 M:      Mark Brown <broonie@kernel.org>
12461 L:      linux-spi@vger.kernel.org
12462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12463 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
12464 S:      Maintained
12465 F:      Documentation/devicetree/bindings/spi/
12466 F:      Documentation/spi/
12467 F:      drivers/spi/
12468 F:      include/linux/spi/
12469 F:      include/uapi/linux/spi/
12470 F:      tools/spi/
12471
12472 SPIDERNET NETWORK DRIVER for CELL
12473 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12474 L:      netdev@vger.kernel.org
12475 S:      Supported
12476 F:      Documentation/networking/spider_net.txt
12477 F:      drivers/net/ethernet/toshiba/spider_net*
12478
12479 SPU FILE SYSTEM
12480 M:      Jeremy Kerr <jk@ozlabs.org>
12481 L:      linuxppc-dev@lists.ozlabs.org
12482 W:      http://www.ibm.com/developerworks/power/cell/
12483 S:      Supported
12484 F:      Documentation/filesystems/spufs.txt
12485 F:      arch/powerpc/platforms/cell/spufs/
12486
12487 SQUASHFS FILE SYSTEM
12488 M:      Phillip Lougher <phillip@squashfs.org.uk>
12489 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
12490 W:      http://squashfs.org.uk
12491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12492 S:      Maintained
12493 F:      Documentation/filesystems/squashfs.txt
12494 F:      fs/squashfs/
12495
12496 SRM (Alpha) environment access
12497 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
12498 S:      Maintained
12499 F:      arch/alpha/kernel/srm_env.c
12500
12501 STABLE BRANCH
12502 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12503 L:      stable@vger.kernel.org
12504 S:      Supported
12505 F:      Documentation/process/stable-kernel-rules.rst
12506
12507 STAGING SUBSYSTEM
12508 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12510 L:      devel@driverdev.osuosl.org
12511 S:      Supported
12512 F:      drivers/staging/
12513
12514 STAGING - COMEDI
12515 M:      Ian Abbott <abbotti@mev.co.uk>
12516 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
12517 S:      Odd Fixes
12518 F:      drivers/staging/comedi/
12519
12520 STAGING - FLARION FT1000 DRIVERS
12521 M:      Marek Belisko <marek.belisko@gmail.com>
12522 S:      Odd Fixes
12523 F:      drivers/staging/ft1000/
12524
12525 STAGING - INDUSTRIAL IO
12526 M:      Jonathan Cameron <jic23@kernel.org>
12527 L:      linux-iio@vger.kernel.org
12528 S:      Odd Fixes
12529 F:      Documentation/devicetree/bindings/staging/iio/
12530 F:      drivers/staging/iio/
12531
12532 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12533 M:      Jarod Wilson <jarod@wilsonet.com>
12534 W:      http://www.lirc.org/
12535 S:      Odd Fixes
12536 F:      drivers/staging/media/lirc/
12537
12538 STAGING - LUSTRE PARALLEL FILESYSTEM
12539 M:      Oleg Drokin <oleg.drokin@intel.com>
12540 M:      Andreas Dilger <andreas.dilger@intel.com>
12541 M:      James Simmons <jsimmons@infradead.org>
12542 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
12543 W:      http://wiki.lustre.org/
12544 S:      Maintained
12545 F:      drivers/staging/lustre
12546
12547 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12548 M:      Marc Dietrich <marvin24@gmx.de>
12549 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
12550 L:      linux-tegra@vger.kernel.org
12551 S:      Maintained
12552 F:      drivers/staging/nvec/
12553
12554 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12555 M:      Jens Frederich <jfrederich@gmail.com>
12556 M:      Daniel Drake <dsd@laptop.org>
12557 M:      Jon Nettleton <jon.nettleton@gmail.com>
12558 W:      http://wiki.laptop.org/go/DCON
12559 S:      Maintained
12560 F:      drivers/staging/olpc_dcon/
12561
12562 STAGING - REALTEK RTL8712U DRIVERS
12563 M:      Larry Finger <Larry.Finger@lwfinger.net>
12564 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12565 S:      Odd Fixes
12566 F:      drivers/staging/rtl8712/
12567
12568 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12569 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12570 M:      Teddy Wang <teddy.wang@siliconmotion.com>
12571 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12572 L:      linux-fbdev@vger.kernel.org
12573 S:      Maintained
12574 F:      drivers/staging/sm750fb/
12575
12576 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12577 M:      William Hubbs <w.d.hubbs@gmail.com>
12578 M:      Chris Brannon <chris@the-brannons.com>
12579 M:      Kirk Reiser <kirk@reisers.ca>
12580 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
12581 L:      speakup@linux-speakup.org
12582 W:      http://www.linux-speakup.org/
12583 S:      Odd Fixes
12584 F:      drivers/staging/speakup/
12585
12586 STAGING - VIA VT665X DRIVERS
12587 M:      Forest Bond <forest@alittletooquiet.net>
12588 S:      Odd Fixes
12589 F:      drivers/staging/vt665?/
12590
12591 STAGING - WILC1000 WIFI DRIVER
12592 M:      Aditya Shankar <aditya.shankar@microchip.com>
12593 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
12594 L:      linux-wireless@vger.kernel.org
12595 S:      Supported
12596 F:      drivers/staging/wilc1000/
12597
12598 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12599 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
12600 S:      Odd Fixes
12601 F:      drivers/staging/xgifb/
12602
12603 STARFIRE/DURALAN NETWORK DRIVER
12604 M:      Ion Badulescu <ionut@badula.org>
12605 S:      Odd Fixes
12606 F:      drivers/net/ethernet/adaptec/starfire*
12607
12608 SUN3/3X
12609 M:      Sam Creasey <sammy@sammy.net>
12610 W:      http://sammy.net/sun3/
12611 S:      Maintained
12612 F:      arch/m68k/kernel/*sun3*
12613 F:      arch/m68k/sun3*/
12614 F:      arch/m68k/include/asm/sun3*
12615 F:      drivers/net/ethernet/i825xx/sun3*
12616
12617 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12618 M:      Hans de Goede <hdegoede@redhat.com>
12619 L:      linux-input@vger.kernel.org
12620 S:      Maintained
12621 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12622 F:      drivers/input/keyboard/sun4i-lradc-keys.c
12623
12624 SUNDANCE NETWORK DRIVER
12625 M:      Denis Kirjanov <kda@linux-powerpc.org>
12626 L:      netdev@vger.kernel.org
12627 S:      Maintained
12628 F:      drivers/net/ethernet/dlink/sundance.c
12629
12630 SUPERH
12631 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
12632 M:      Rich Felker <dalias@libc.org>
12633 L:      linux-sh@vger.kernel.org
12634 Q:      http://patchwork.kernel.org/project/linux-sh/list/
12635 S:      Maintained
12636 F:      Documentation/sh/
12637 F:      arch/sh/
12638 F:      drivers/sh/
12639
12640 SUSPEND TO RAM
12641 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
12642 M:      Len Brown <len.brown@intel.com>
12643 M:      Pavel Machek <pavel@ucw.cz>
12644 L:      linux-pm@vger.kernel.org
12645 B:      https://bugzilla.kernel.org
12646 S:      Supported
12647 F:      Documentation/power/
12648 F:      arch/x86/kernel/acpi/
12649 F:      drivers/base/power/
12650 F:      kernel/power/
12651 F:      include/linux/suspend.h
12652 F:      include/linux/freezer.h
12653 F:      include/linux/pm.h
12654
12655 SVGA HANDLING
12656 M:      Martin Mares <mj@ucw.cz>
12657 L:      linux-video@atrey.karlin.mff.cuni.cz
12658 S:      Maintained
12659 F:      Documentation/svga.txt
12660 F:      arch/x86/boot/video*
12661
12662 SWIOTLB SUBSYSTEM
12663 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12664 L:      linux-kernel@vger.kernel.org
12665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12666 S:      Supported
12667 F:      lib/swiotlb.c
12668 F:      arch/*/kernel/pci-swiotlb.c
12669 F:      include/linux/swiotlb.h
12670
12671 SWITCHDEV
12672 M:      Jiri Pirko <jiri@resnulli.us>
12673 M:      Ivan Vecera <ivecera@redhat.com>
12674 L:      netdev@vger.kernel.org
12675 S:      Supported
12676 F:      net/switchdev/
12677 F:      include/net/switchdev.h
12678
12679 SYNOPSYS ARC ARCHITECTURE
12680 M:      Vineet Gupta <vgupta@synopsys.com>
12681 L:      linux-snps-arc@lists.infradead.org
12682 S:      Supported
12683 F:      arch/arc/
12684 F:      Documentation/devicetree/bindings/arc/*
12685 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12686 F:      drivers/clocksource/arc_timer.c
12687 F:      drivers/tty/serial/arc_uart.c
12688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12689
12690 SYNOPSYS ARC SDP platform support
12691 M:      Alexey Brodkin <abrodkin@synopsys.com>
12692 S:      Supported
12693 F:      arch/arc/plat-axs10x
12694 F:      arch/arc/boot/dts/ax*
12695 F:      Documentation/devicetree/bindings/arc/axs10*
12696
12697 SYSTEM CONFIGURATION (SYSCON)
12698 M:      Lee Jones <lee.jones@linaro.org>
12699 M:      Arnd Bergmann <arnd@arndb.de>
12700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12701 S:      Supported
12702 F:      drivers/mfd/syscon.c
12703
12704 SYSTEM RESET/SHUTDOWN DRIVERS
12705 M:      Sebastian Reichel <sre@kernel.org>
12706 L:      linux-pm@vger.kernel.org
12707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12708 S:      Maintained
12709 F:      Documentation/devicetree/bindings/power/reset/
12710 F:      drivers/power/reset/
12711
12712 SYSV FILESYSTEM
12713 M:      Christoph Hellwig <hch@infradead.org>
12714 S:      Maintained
12715 F:      Documentation/filesystems/sysv-fs.txt
12716 F:      fs/sysv/
12717 F:      include/linux/sysv_fs.h
12718
12719 TARGET SUBSYSTEM
12720 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12721 L:      linux-scsi@vger.kernel.org
12722 L:      target-devel@vger.kernel.org
12723 W:      http://www.linux-iscsi.org
12724 W:      http://groups.google.com/group/linux-iscsi-target-dev
12725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12726 S:      Supported
12727 F:      drivers/target/
12728 F:      include/target/
12729 F:      Documentation/target/
12730
12731 TASKSTATS STATISTICS INTERFACE
12732 M:      Balbir Singh <bsingharora@gmail.com>
12733 S:      Maintained
12734 F:      Documentation/accounting/taskstats*
12735 F:      include/linux/taskstats*
12736 F:      kernel/taskstats.c
12737
12738 TC subsystem
12739 M:      Jamal Hadi Salim <jhs@mojatatu.com>
12740 M:      Cong Wang <xiyou.wangcong@gmail.com>
12741 M:      Jiri Pirko <jiri@resnulli.us>
12742 L:      netdev@vger.kernel.org
12743 S:      Maintained
12744 F:      include/net/pkt_cls.h
12745 F:      include/net/pkt_sched.h
12746 F:      include/net/tc_act/
12747 F:      include/uapi/linux/pkt_cls.h
12748 F:      include/uapi/linux/pkt_sched.h
12749 F:      include/uapi/linux/tc_act/
12750 F:      include/uapi/linux/tc_ematch/
12751 F:      net/sched/
12752
12753 TCP LOW PRIORITY MODULE
12754 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12755 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12756 W:      http://tcp-lp-mod.sourceforge.net/
12757 S:      Maintained
12758 F:      net/ipv4/tcp_lp.c
12759
12760 TDA10071 MEDIA DRIVER
12761 M:      Antti Palosaari <crope@iki.fi>
12762 L:      linux-media@vger.kernel.org
12763 W:      https://linuxtv.org
12764 W:      http://palosaari.fi/linux/
12765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12766 T:      git git://linuxtv.org/anttip/media_tree.git
12767 S:      Maintained
12768 F:      drivers/media/dvb-frontends/tda10071*
12769
12770 TDA18212 MEDIA DRIVER
12771 M:      Antti Palosaari <crope@iki.fi>
12772 L:      linux-media@vger.kernel.org
12773 W:      https://linuxtv.org
12774 W:      http://palosaari.fi/linux/
12775 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12776 T:      git git://linuxtv.org/anttip/media_tree.git
12777 S:      Maintained
12778 F:      drivers/media/tuners/tda18212*
12779
12780 TDA18218 MEDIA DRIVER
12781 M:      Antti Palosaari <crope@iki.fi>
12782 L:      linux-media@vger.kernel.org
12783 W:      https://linuxtv.org
12784 W:      http://palosaari.fi/linux/
12785 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12786 T:      git git://linuxtv.org/anttip/media_tree.git
12787 S:      Maintained
12788 F:      drivers/media/tuners/tda18218*
12789
12790 TDA18271 MEDIA DRIVER
12791 M:      Michael Krufky <mkrufky@linuxtv.org>
12792 L:      linux-media@vger.kernel.org
12793 W:      https://linuxtv.org
12794 W:      http://github.com/mkrufky
12795 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12796 T:      git git://linuxtv.org/mkrufky/tuners.git
12797 S:      Maintained
12798 F:      drivers/media/tuners/tda18271*
12799
12800 TDA827x MEDIA DRIVER
12801 M:      Michael Krufky <mkrufky@linuxtv.org>
12802 L:      linux-media@vger.kernel.org
12803 W:      https://linuxtv.org
12804 W:      http://github.com/mkrufky
12805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12806 T:      git git://linuxtv.org/mkrufky/tuners.git
12807 S:      Maintained
12808 F:      drivers/media/tuners/tda8290.*
12809
12810 TDA8290 MEDIA DRIVER
12811 M:      Michael Krufky <mkrufky@linuxtv.org>
12812 L:      linux-media@vger.kernel.org
12813 W:      https://linuxtv.org
12814 W:      http://github.com/mkrufky
12815 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12816 T:      git git://linuxtv.org/mkrufky/tuners.git
12817 S:      Maintained
12818 F:      drivers/media/tuners/tda8290.*
12819
12820 TDA9840 MEDIA DRIVER
12821 M:      Hans Verkuil <hverkuil@xs4all.nl>
12822 L:      linux-media@vger.kernel.org
12823 T:      git git://linuxtv.org/media_tree.git
12824 W:      https://linuxtv.org
12825 S:      Maintained
12826 F:      drivers/media/i2c/tda9840*
12827
12828 TEA5761 TUNER DRIVER
12829 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12830 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12831 L:      linux-media@vger.kernel.org
12832 W:      https://linuxtv.org
12833 T:      git git://linuxtv.org/media_tree.git
12834 S:      Odd fixes
12835 F:      drivers/media/tuners/tea5761.*
12836
12837 TEA5767 TUNER DRIVER
12838 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12839 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12840 L:      linux-media@vger.kernel.org
12841 W:      https://linuxtv.org
12842 T:      git git://linuxtv.org/media_tree.git
12843 S:      Maintained
12844 F:      drivers/media/tuners/tea5767.*
12845
12846 TEA6415C MEDIA DRIVER
12847 M:      Hans Verkuil <hverkuil@xs4all.nl>
12848 L:      linux-media@vger.kernel.org
12849 T:      git git://linuxtv.org/media_tree.git
12850 W:      https://linuxtv.org
12851 S:      Maintained
12852 F:      drivers/media/i2c/tea6415c*
12853
12854 TEA6420 MEDIA DRIVER
12855 M:      Hans Verkuil <hverkuil@xs4all.nl>
12856 L:      linux-media@vger.kernel.org
12857 T:      git git://linuxtv.org/media_tree.git
12858 W:      https://linuxtv.org
12859 S:      Maintained
12860 F:      drivers/media/i2c/tea6420*
12861
12862 TEAM DRIVER
12863 M:      Jiri Pirko <jiri@resnulli.us>
12864 L:      netdev@vger.kernel.org
12865 S:      Supported
12866 F:      drivers/net/team/
12867 F:      include/linux/if_team.h
12868 F:      include/uapi/linux/if_team.h
12869
12870 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12871 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12872 S:      Maintained
12873 F:      arch/x86/platform/ts5500/
12874
12875 TECHNOTREND USB IR RECEIVER
12876 M:      Sean Young <sean@mess.org>
12877 L:      linux-media@vger.kernel.org
12878 S:      Maintained
12879 F:      drivers/media/rc/ttusbir.c
12880
12881 TEGRA ARCHITECTURE SUPPORT
12882 M:      Thierry Reding <thierry.reding@gmail.com>
12883 M:      Jonathan Hunter <jonathanh@nvidia.com>
12884 L:      linux-tegra@vger.kernel.org
12885 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12887 S:      Supported
12888 N:      [^a-z]tegra
12889
12890 TEGRA CLOCK DRIVER
12891 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12892 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12893 S:      Supported
12894 F:      drivers/clk/tegra/
12895
12896 TEGRA DMA DRIVERS
12897 M:      Laxman Dewangan <ldewangan@nvidia.com>
12898 M:      Jon Hunter <jonathanh@nvidia.com>
12899 S:      Supported
12900 F:      drivers/dma/tegra*
12901
12902 TEGRA I2C DRIVER
12903 M:      Laxman Dewangan <ldewangan@nvidia.com>
12904 S:      Supported
12905 F:      drivers/i2c/busses/i2c-tegra.c
12906
12907 TEGRA IOMMU DRIVERS
12908 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12909 S:      Supported
12910 F:      drivers/iommu/tegra*
12911
12912 TEGRA KBC DRIVER
12913 M:      Rakesh Iyer <riyer@nvidia.com>
12914 M:      Laxman Dewangan <ldewangan@nvidia.com>
12915 S:      Supported
12916 F:      drivers/input/keyboard/tegra-kbc.c
12917
12918 TEGRA PWM DRIVER
12919 M:      Thierry Reding <thierry.reding@gmail.com>
12920 S:      Supported
12921 F:      drivers/pwm/pwm-tegra.c
12922
12923 TEGRA SERIAL DRIVER
12924 M:      Laxman Dewangan <ldewangan@nvidia.com>
12925 S:      Supported
12926 F:      drivers/tty/serial/serial-tegra.c
12927
12928 TEGRA SPI DRIVER
12929 M:      Laxman Dewangan <ldewangan@nvidia.com>
12930 S:      Supported
12931 F:      drivers/spi/spi-tegra*
12932
12933 TEHUTI ETHERNET DRIVER
12934 M:      Andy Gospodarek <andy@greyhouse.net>
12935 L:      netdev@vger.kernel.org
12936 S:      Supported
12937 F:      drivers/net/ethernet/tehuti/*
12938
12939 Telecom Clock Driver for MCPL0010
12940 M:      Mark Gross <mark.gross@intel.com>
12941 S:      Supported
12942 F:      drivers/char/tlclk.c
12943
12944 TENSILICA XTENSA PORT (xtensa)
12945 M:      Chris Zankel <chris@zankel.net>
12946 M:      Max Filippov <jcmvbkbc@gmail.com>
12947 L:      linux-xtensa@linux-xtensa.org
12948 T:      git git://github.com/czankel/xtensa-linux.git
12949 S:      Maintained
12950 F:      arch/xtensa/
12951 F:      drivers/irqchip/irq-xtensa-*
12952
12953 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12954 M:      Nishanth Menon <nm@ti.com>
12955 M:      Tero Kristo <t-kristo@ti.com>
12956 M:      Santosh Shilimkar <ssantosh@kernel.org>
12957 L:      linux-arm-kernel@lists.infradead.org
12958 S:      Maintained
12959 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12960 F:      drivers/firmware/ti_sci*
12961 F:      include/linux/soc/ti/ti_sci_protocol.h
12962 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
12963 F:      include/dt-bindings/genpd/k2g.h
12964 F:      drivers/soc/ti/ti_sci_pm_domains.c
12965 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
12966 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
12967 F:      drivers/clk/keystone/sci-clk.c
12968 F:      drivers/reset/reset-ti-sci.c
12969
12970 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12971 M:      Hans Verkuil <hverkuil@xs4all.nl>
12972 L:      linux-media@vger.kernel.org
12973 T:      git git://linuxtv.org/media_tree.git
12974 W:      https://linuxtv.org
12975 S:      Maintained
12976 F:      drivers/media/radio/radio-raremono.c
12977
12978 THERMAL
12979 M:      Zhang Rui <rui.zhang@intel.com>
12980 M:      Eduardo Valentin <edubezval@gmail.com>
12981 L:      linux-pm@vger.kernel.org
12982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12984 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12985 S:      Supported
12986 F:      drivers/thermal/
12987 F:      include/linux/thermal.h
12988 F:      include/uapi/linux/thermal.h
12989 F:      include/linux/cpu_cooling.h
12990 F:      Documentation/devicetree/bindings/thermal/
12991
12992 THERMAL/CPU_COOLING
12993 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12994 M:      Viresh Kumar <viresh.kumar@linaro.org>
12995 M:      Javi Merino <javi.merino@kernel.org>
12996 L:      linux-pm@vger.kernel.org
12997 S:      Supported
12998 F:      Documentation/thermal/cpu-cooling-api.txt
12999 F:      drivers/thermal/cpu_cooling.c
13000 F:      include/linux/cpu_cooling.h
13001
13002 THINKPAD ACPI EXTRAS DRIVER
13003 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
13004 L:      ibm-acpi-devel@lists.sourceforge.net
13005 L:      platform-driver-x86@vger.kernel.org
13006 W:      http://ibm-acpi.sourceforge.net
13007 W:      http://thinkwiki.org/wiki/Ibm-acpi
13008 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13009 S:      Maintained
13010 F:      drivers/platform/x86/thinkpad_acpi.c
13011
13012 TI BANDGAP AND THERMAL DRIVER
13013 M:      Eduardo Valentin <edubezval@gmail.com>
13014 M:      Keerthy <j-keerthy@ti.com>
13015 L:      linux-pm@vger.kernel.org
13016 L:      linux-omap@vger.kernel.org
13017 S:      Maintained
13018 F:      drivers/thermal/ti-soc-thermal/
13019
13020 TI VPE/CAL DRIVERS
13021 M:      Benoit Parrot <bparrot@ti.com>
13022 L:      linux-media@vger.kernel.org
13023 W:      http://linuxtv.org/
13024 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13025 S:      Maintained
13026 F:      drivers/media/platform/ti-vpe/
13027
13028 TI CDCE706 CLOCK DRIVER
13029 M:      Max Filippov <jcmvbkbc@gmail.com>
13030 S:      Maintained
13031 F:      drivers/clk/clk-cdce706.c
13032
13033 TI CLOCK DRIVER
13034 M:      Tero Kristo <t-kristo@ti.com>
13035 L:      linux-omap@vger.kernel.org
13036 S:      Maintained
13037 F:      drivers/clk/ti/
13038 F:      include/linux/clk/ti.h
13039
13040 TI ETHERNET SWITCH DRIVER (CPSW)
13041 R:      Grygorii Strashko <grygorii.strashko@ti.com>
13042 L:      linux-omap@vger.kernel.org
13043 L:      netdev@vger.kernel.org
13044 S:      Maintained
13045 F:      drivers/net/ethernet/ti/cpsw*
13046 F:      drivers/net/ethernet/ti/davinci*
13047
13048 TI FLASH MEDIA INTERFACE DRIVER
13049 M:      Alex Dubov <oakad@yahoo.com>
13050 S:      Maintained
13051 F:      drivers/misc/tifm*
13052 F:      drivers/mmc/host/tifm_sd.c
13053 F:      include/linux/tifm.h
13054
13055 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13056 M:      Santosh Shilimkar <ssantosh@kernel.org>
13057 L:      linux-kernel@vger.kernel.org
13058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13059 S:      Maintained
13060 F:      drivers/soc/ti/*
13061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13062
13063
13064 TI LM49xxx FAMILY ASoC CODEC DRIVERS
13065 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
13066 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
13067 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13068 S:      Maintained
13069 F:      sound/soc/codecs/lm49453*
13070 F:      sound/soc/codecs/isabelle*
13071
13072 TI LP855x BACKLIGHT DRIVER
13073 M:      Milo Kim <milo.kim@ti.com>
13074 S:      Maintained
13075 F:      Documentation/backlight/lp855x-driver.txt
13076 F:      drivers/video/backlight/lp855x_bl.c
13077 F:      include/linux/platform_data/lp855x.h
13078
13079 TI LP8727 CHARGER DRIVER
13080 M:      Milo Kim <milo.kim@ti.com>
13081 S:      Maintained
13082 F:      drivers/power/supply/lp8727_charger.c
13083 F:      include/linux/platform_data/lp8727.h
13084
13085 TI LP8788 MFD DRIVER
13086 M:      Milo Kim <milo.kim@ti.com>
13087 S:      Maintained
13088 F:      drivers/iio/adc/lp8788_adc.c
13089 F:      drivers/leds/leds-lp8788.c
13090 F:      drivers/mfd/lp8788*.c
13091 F:      drivers/power/supply/lp8788-charger.c
13092 F:      drivers/regulator/lp8788-*.c
13093 F:      include/linux/mfd/lp8788*.h
13094
13095 TI NETCP ETHERNET DRIVER
13096 M:      Wingman Kwok <w-kwok2@ti.com>
13097 M:      Murali Karicheri <m-karicheri2@ti.com>
13098 L:      netdev@vger.kernel.org
13099 S:      Maintained
13100 F:      drivers/net/ethernet/ti/netcp*
13101
13102 TI TAS571X FAMILY ASoC CODEC DRIVER
13103 M:      Kevin Cernekee <cernekee@chromium.org>
13104 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13105 S:      Odd Fixes
13106 F:      sound/soc/codecs/tas571x*
13107
13108 TI TWL4030 SERIES SOC CODEC DRIVER
13109 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
13110 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13111 S:      Maintained
13112 F:      sound/soc/codecs/twl4030*
13113
13114 TI WILINK WIRELESS DRIVERS
13115 L:      linux-wireless@vger.kernel.org
13116 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
13117 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
13118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13119 S:      Orphan
13120 F:      drivers/net/wireless/ti/
13121 F:      include/linux/wl12xx.h
13122
13123 TIPC NETWORK LAYER
13124 M:      Jon Maloy <jon.maloy@ericsson.com>
13125 M:      Ying Xue <ying.xue@windriver.com>
13126 L:      netdev@vger.kernel.org (core kernel code)
13127 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
13128 W:      http://tipc.sourceforge.net/
13129 S:      Maintained
13130 F:      include/uapi/linux/tipc*.h
13131 F:      net/tipc/
13132
13133 TILE ARCHITECTURE
13134 M:      Chris Metcalf <cmetcalf@mellanox.com>
13135 W:      http://www.mellanox.com/repository/solutions/tile-scm/
13136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
13137 S:      Supported
13138 F:      arch/tile/
13139 F:      drivers/char/tile-srom.c
13140 F:      drivers/edac/tile_edac.c
13141 F:      drivers/net/ethernet/tile/
13142 F:      drivers/rtc/rtc-tile.c
13143 F:      drivers/tty/hvc/hvc_tile.c
13144 F:      drivers/tty/serial/tilegx.c
13145 F:      drivers/usb/host/*-tilegx.c
13146 F:      include/linux/usb/tilegx.h
13147
13148 TLAN NETWORK DRIVER
13149 M:      Samuel Chessman <chessman@tux.org>
13150 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
13151 W:      http://sourceforge.net/projects/tlan/
13152 S:      Maintained
13153 F:      Documentation/networking/tlan.txt
13154 F:      drivers/net/ethernet/ti/tlan.*
13155
13156 TOMOYO SECURITY MODULE
13157 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
13158 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13159 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
13160 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
13161 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
13162 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
13163 W:      http://tomoyo.sourceforge.jp/
13164 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13165 S:      Maintained
13166 F:      security/tomoyo/
13167
13168 TOPSTAR LAPTOP EXTRAS DRIVER
13169 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
13170 L:      platform-driver-x86@vger.kernel.org
13171 S:      Maintained
13172 F:      drivers/platform/x86/topstar-laptop.c
13173
13174 TOSHIBA ACPI EXTRAS DRIVER
13175 M:      Azael Avalos <coproscefalo@gmail.com>
13176 L:      platform-driver-x86@vger.kernel.org
13177 S:      Maintained
13178 F:      drivers/platform/x86/toshiba_acpi.c
13179
13180 TOSHIBA BLUETOOTH DRIVER
13181 M:      Azael Avalos <coproscefalo@gmail.com>
13182 L:      platform-driver-x86@vger.kernel.org
13183 S:      Maintained
13184 F:      drivers/platform/x86/toshiba_bluetooth.c
13185
13186 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13187 M:      Azael Avalos <coproscefalo@gmail.com>
13188 L:      platform-driver-x86@vger.kernel.org
13189 S:      Maintained
13190 F:      drivers/platform/x86/toshiba_haps.c
13191
13192 TOSHIBA WMI HOTKEYS DRIVER
13193 M:      Azael Avalos <coproscefalo@gmail.com>
13194 L:      platform-driver-x86@vger.kernel.org
13195 S:      Maintained
13196 F:      drivers/platform/x86/toshiba-wmi.c
13197
13198 TOSHIBA SMM DRIVER
13199 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
13200 W:      http://www.buzzard.org.uk/toshiba/
13201 S:      Maintained
13202 F:      drivers/char/toshiba.c
13203 F:      include/linux/toshiba.h
13204 F:      include/uapi/linux/toshiba.h
13205
13206 TOSHIBA TC358743 DRIVER
13207 M:      Mats Randgaard <matrandg@cisco.com>
13208 L:      linux-media@vger.kernel.org
13209 S:      Maintained
13210 F:      drivers/media/i2c/tc358743*
13211 F:      include/media/i2c/tc358743.h
13212
13213 TMIO/SDHI MMC DRIVER
13214 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
13215 L:      linux-mmc@vger.kernel.org
13216 S:      Supported
13217 F:      drivers/mmc/host/tmio_mmc*
13218 F:      drivers/mmc/host/renesas_sdhi*
13219 F:      include/linux/mfd/tmio.h
13220
13221 TMP401 HARDWARE MONITOR DRIVER
13222 M:      Guenter Roeck <linux@roeck-us.net>
13223 L:      linux-hwmon@vger.kernel.org
13224 S:      Maintained
13225 F:      Documentation/hwmon/tmp401
13226 F:      drivers/hwmon/tmp401.c
13227
13228 TMPFS (SHMEM FILESYSTEM)
13229 M:      Hugh Dickins <hughd@google.com>
13230 L:      linux-mm@kvack.org
13231 S:      Maintained
13232 F:      include/linux/shmem_fs.h
13233 F:      mm/shmem.c
13234
13235 TM6000 VIDEO4LINUX DRIVER
13236 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13237 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13238 L:      linux-media@vger.kernel.org
13239 W:      https://linuxtv.org
13240 T:      git git://linuxtv.org/media_tree.git
13241 S:      Odd fixes
13242 F:      drivers/media/usb/tm6000/
13243 F:      Documentation/media/v4l-drivers/tm6000*
13244
13245 TW5864 VIDEO4LINUX DRIVER
13246 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13247 M:      Anton Sviridenko <anton@corp.bluecherry.net>
13248 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13249 M:      Andrey Utkin <andrey_utkin@fastmail.com>
13250 L:      linux-media@vger.kernel.org
13251 S:      Supported
13252 F:      drivers/media/pci/tw5864/
13253
13254 TW68 VIDEO4LINUX DRIVER
13255 M:      Hans Verkuil <hverkuil@xs4all.nl>
13256 L:      linux-media@vger.kernel.org
13257 T:      git git://linuxtv.org/media_tree.git
13258 W:      https://linuxtv.org
13259 S:      Odd Fixes
13260 F:      drivers/media/pci/tw68/
13261
13262 TW686X VIDEO4LINUX DRIVER
13263 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13264 L:      linux-media@vger.kernel.org
13265 T:      git git://linuxtv.org/media_tree.git
13266 W:      http://linuxtv.org
13267 S:      Maintained
13268 F:      drivers/media/pci/tw686x/
13269
13270 TPM DEVICE DRIVER
13271 M:      Peter Huewe <peterhuewe@gmx.de>
13272 M:      Marcel Selhorst <tpmdd@selhorst.net>
13273 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
13274 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
13275 W:      http://tpmdd.sourceforge.net
13276 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
13277 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
13278 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
13279 S:      Maintained
13280 F:      drivers/char/tpm/
13281
13282 TPM IBM_VTPM DEVICE DRIVER
13283 M:      Ashley Lai <ashleydlai@gmail.com>
13284 W:      http://tpmdd.sourceforge.net
13285 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
13286 S:      Maintained
13287 F:      drivers/char/tpm/tpm_ibmvtpm*
13288
13289 TRACING
13290 M:      Steven Rostedt <rostedt@goodmis.org>
13291 M:      Ingo Molnar <mingo@redhat.com>
13292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13293 S:      Maintained
13294 F:      Documentation/trace/ftrace.txt
13295 F:      arch/*/*/*/ftrace.h
13296 F:      arch/*/kernel/ftrace.c
13297 F:      include/*/ftrace.h
13298 F:      include/linux/trace*.h
13299 F:      include/trace/
13300 F:      kernel/trace/
13301 F:      tools/testing/selftests/ftrace/
13302
13303 TRACING MMIO ACCESSES (MMIOTRACE)
13304 M:      Steven Rostedt <rostedt@goodmis.org>
13305 M:      Ingo Molnar <mingo@kernel.org>
13306 R:      Karol Herbst <karolherbst@gmail.com>
13307 R:      Pekka Paalanen <ppaalanen@gmail.com>
13308 S:      Maintained
13309 L:      linux-kernel@vger.kernel.org
13310 L:      nouveau@lists.freedesktop.org
13311 F:      kernel/trace/trace_mmiotrace.c
13312 F:      include/linux/mmiotrace.h
13313 F:      arch/x86/mm/kmmio.c
13314 F:      arch/x86/mm/mmio-mod.c
13315 F:      arch/x86/mm/testmmiotrace.c
13316
13317 TRIVIAL PATCHES
13318 M:      Jiri Kosina <trivial@kernel.org>
13319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13320 S:      Maintained
13321 K:      ^Subject:.*(?i)trivial
13322
13323 TTY LAYER
13324 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13325 M:      Jiri Slaby <jslaby@suse.com>
13326 S:      Supported
13327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13328 F:      Documentation/serial/
13329 F:      drivers/tty/
13330 F:      drivers/tty/serial/serial_core.c
13331 F:      include/linux/serial_core.h
13332 F:      include/linux/serial.h
13333 F:      include/linux/tty.h
13334 F:      include/uapi/linux/serial_core.h
13335 F:      include/uapi/linux/serial.h
13336 F:      include/uapi/linux/tty.h
13337
13338 TUA9001 MEDIA DRIVER
13339 M:      Antti Palosaari <crope@iki.fi>
13340 L:      linux-media@vger.kernel.org
13341 W:      https://linuxtv.org
13342 W:      http://palosaari.fi/linux/
13343 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13344 T:      git git://linuxtv.org/anttip/media_tree.git
13345 S:      Maintained
13346 F:      drivers/media/tuners/tua9001*
13347
13348 TULIP NETWORK DRIVERS
13349 L:      netdev@vger.kernel.org
13350 L:      linux-parisc@vger.kernel.org
13351 S:      Orphan
13352 F:      drivers/net/ethernet/dec/tulip/
13353
13354 TUN/TAP driver
13355 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
13356 W:      http://vtun.sourceforge.net/tun
13357 S:      Maintained
13358 F:      Documentation/networking/tuntap.txt
13359 F:      arch/um/os-Linux/drivers/
13360
13361 TURBOCHANNEL SUBSYSTEM
13362 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13363 M:      Ralf Baechle <ralf@linux-mips.org>
13364 L:      linux-mips@linux-mips.org
13365 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
13366 S:      Maintained
13367 F:      drivers/tc/
13368 F:      include/linux/tc.h
13369
13370 UBI FILE SYSTEM (UBIFS)
13371 M:      Richard Weinberger <richard@nod.at>
13372 M:      Artem Bityutskiy <dedekind1@gmail.com>
13373 M:      Adrian Hunter <adrian.hunter@intel.com>
13374 L:      linux-mtd@lists.infradead.org
13375 T:      git git://git.infradead.org/ubifs-2.6.git
13376 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
13377 S:      Supported
13378 F:      Documentation/filesystems/ubifs.txt
13379 F:      fs/ubifs/
13380
13381 UCLINUX (M68KNOMMU AND COLDFIRE)
13382 M:      Greg Ungerer <gerg@linux-m68k.org>
13383 W:      http://www.linux-m68k.org/
13384 W:      http://www.uclinux.org/
13385 L:      linux-m68k@lists.linux-m68k.org
13386 L:      uclinux-dev@uclinux.org  (subscribers-only)
13387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13388 S:      Maintained
13389 F:      arch/m68k/coldfire/
13390 F:      arch/m68k/68*/
13391 F:      arch/m68k/*/*_no.*
13392 F:      arch/m68k/include/asm/*_no.*
13393
13394 UDF FILESYSTEM
13395 M:      Jan Kara <jack@suse.com>
13396 S:      Maintained
13397 F:      Documentation/filesystems/udf.txt
13398 F:      fs/udf/
13399
13400 UDRAW TABLET
13401 M:      Bastien Nocera <hadess@hadess.net>
13402 L:      linux-input@vger.kernel.org
13403 S:      Maintained
13404 F:      drivers/hid/hid-udraw.c
13405
13406 UFS FILESYSTEM
13407 M:      Evgeniy Dushistov <dushistov@mail.ru>
13408 S:      Maintained
13409 F:      Documentation/filesystems/ufs.txt
13410 F:      fs/ufs/
13411
13412 UHID USERSPACE HID IO DRIVER:
13413 M:      David Herrmann <dh.herrmann@googlemail.com>
13414 L:      linux-input@vger.kernel.org
13415 S:      Maintained
13416 F:      drivers/hid/uhid.c
13417 F:      include/uapi/linux/uhid.h
13418
13419 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13420 L:      linux-usb@vger.kernel.org
13421 S:      Orphan
13422 F:      drivers/uwb/
13423 F:      include/linux/uwb.h
13424 F:      include/linux/uwb/
13425
13426 UNICORE32 ARCHITECTURE:
13427 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
13428 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
13429 S:      Maintained
13430 T:      git git://github.com/gxt/linux.git
13431 F:      arch/unicore32/
13432
13433 UNIFDEF
13434 M:      Tony Finch <dot@dotat.at>
13435 W:      http://dotat.at/prog/unifdef
13436 S:      Maintained
13437 F:      scripts/unifdef.c
13438
13439 UNIFORM CDROM DRIVER
13440 M:      Jens Axboe <axboe@kernel.dk>
13441 W:      http://www.kernel.dk
13442 S:      Maintained
13443 F:      Documentation/cdrom/
13444 F:      drivers/cdrom/cdrom.c
13445 F:      include/linux/cdrom.h
13446 F:      include/uapi/linux/cdrom.h
13447
13448 UNISYS S-PAR DRIVERS
13449 M:      David Kershner <david.kershner@unisys.com>
13450 L:      sparmaintainer@unisys.com (Unisys internal)
13451 S:      Supported
13452 F:      drivers/staging/unisys/
13453
13454 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13455 M:      Vinayak Holikatti <vinholikatti@gmail.com>
13456 L:      linux-scsi@vger.kernel.org
13457 S:      Supported
13458 F:      Documentation/scsi/ufs.txt
13459 F:      drivers/scsi/ufs/
13460
13461 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13462 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
13463 M:      Prabu Thangamuthu <prabut@synopsys.com>
13464 L:      linux-scsi@vger.kernel.org
13465 S:      Supported
13466 F:      drivers/scsi/ufs/*dwc*
13467
13468 UNSORTED BLOCK IMAGES (UBI)
13469 M:      Artem Bityutskiy <dedekind1@gmail.com>
13470 M:      Richard Weinberger <richard@nod.at>
13471 W:      http://www.linux-mtd.infradead.org/
13472 L:      linux-mtd@lists.infradead.org
13473 T:      git git://git.infradead.org/ubifs-2.6.git
13474 S:      Supported
13475 F:      drivers/mtd/ubi/
13476 F:      include/linux/mtd/ubi.h
13477 F:      include/uapi/mtd/ubi-user.h
13478
13479 USB ACM DRIVER
13480 M:      Oliver Neukum <oneukum@suse.com>
13481 L:      linux-usb@vger.kernel.org
13482 S:      Maintained
13483 F:      Documentation/usb/acm.txt
13484 F:      drivers/usb/class/cdc-acm.*
13485
13486 USB AR5523 WIRELESS DRIVER
13487 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
13488 L:      linux-wireless@vger.kernel.org
13489 S:      Maintained
13490 F:      drivers/net/wireless/ath/ar5523/
13491
13492 USB ATTACHED SCSI
13493 M:      Oliver Neukum <oneukum@suse.com>
13494 L:      linux-usb@vger.kernel.org
13495 L:      linux-scsi@vger.kernel.org
13496 S:      Maintained
13497 F:      drivers/usb/storage/uas.c
13498
13499 USB CDC ETHERNET DRIVER
13500 M:      Oliver Neukum <oliver@neukum.org>
13501 L:      linux-usb@vger.kernel.org
13502 S:      Maintained
13503 F:      drivers/net/usb/cdc_*.c
13504 F:      include/uapi/linux/usb/cdc.h
13505
13506 USB CHAOSKEY DRIVER
13507 M:      Keith Packard <keithp@keithp.com>
13508 L:      linux-usb@vger.kernel.org
13509 S:      Maintained
13510 F:      drivers/usb/misc/chaoskey.c
13511
13512 USB CYPRESS C67X00 DRIVER
13513 M:      Peter Korsgaard <jacmet@sunsite.dk>
13514 L:      linux-usb@vger.kernel.org
13515 S:      Maintained
13516 F:      drivers/usb/c67x00/
13517
13518 USB DAVICOM DM9601 DRIVER
13519 M:      Peter Korsgaard <jacmet@sunsite.dk>
13520 L:      netdev@vger.kernel.org
13521 W:      http://www.linux-usb.org/usbnet
13522 S:      Maintained
13523 F:      drivers/net/usb/dm9601.c
13524
13525 USB DIAMOND RIO500 DRIVER
13526 M:      Cesar Miquel <miquel@df.uba.ar>
13527 L:      rio500-users@lists.sourceforge.net
13528 W:      http://rio500.sourceforge.net
13529 S:      Maintained
13530 F:      drivers/usb/misc/rio500*
13531
13532 USB EHCI DRIVER
13533 M:      Alan Stern <stern@rowland.harvard.edu>
13534 L:      linux-usb@vger.kernel.org
13535 S:      Maintained
13536 F:      Documentation/usb/ehci.txt
13537 F:      drivers/usb/host/ehci*
13538
13539 USB GADGET/PERIPHERAL SUBSYSTEM
13540 M:      Felipe Balbi <balbi@kernel.org>
13541 L:      linux-usb@vger.kernel.org
13542 W:      http://www.linux-usb.org/gadget
13543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13544 S:      Maintained
13545 F:      drivers/usb/gadget/
13546 F:      include/linux/usb/gadget*
13547
13548 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13549 M:      Jiri Kosina <jikos@kernel.org>
13550 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
13551 L:      linux-usb@vger.kernel.org
13552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13553 S:      Maintained
13554 F:      Documentation/hid/hiddev.txt
13555 F:      drivers/hid/usbhid/
13556
13557 USB ISP116X DRIVER
13558 M:      Olav Kongas <ok@artecdesign.ee>
13559 L:      linux-usb@vger.kernel.org
13560 S:      Maintained
13561 F:      drivers/usb/host/isp116x*
13562 F:      include/linux/usb/isp116x.h
13563
13564 USB LAN78XX ETHERNET DRIVER
13565 M:      Woojung Huh <woojung.huh@microchip.com>
13566 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13567 L:      netdev@vger.kernel.org
13568 S:      Maintained
13569 F:      drivers/net/usb/lan78xx.*
13570
13571 USB MASS STORAGE DRIVER
13572 M:      Alan Stern <stern@rowland.harvard.edu>
13573 L:      linux-usb@vger.kernel.org
13574 L:      usb-storage@lists.one-eyed-alien.net
13575 S:      Maintained
13576 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
13577 F:      drivers/usb/storage/
13578
13579 USB MIDI DRIVER
13580 M:      Clemens Ladisch <clemens@ladisch.de>
13581 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13582 T:      git git://git.alsa-project.org/alsa-kernel.git
13583 S:      Maintained
13584 F:      sound/usb/midi.*
13585
13586 USB NETWORKING DRIVERS
13587 L:      linux-usb@vger.kernel.org
13588 S:      Odd Fixes
13589 F:      drivers/net/usb/
13590
13591 USB OHCI DRIVER
13592 M:      Alan Stern <stern@rowland.harvard.edu>
13593 L:      linux-usb@vger.kernel.org
13594 S:      Maintained
13595 F:      Documentation/usb/ohci.txt
13596 F:      drivers/usb/host/ohci*
13597
13598 USB OTG FSM (Finite State Machine)
13599 M:      Peter Chen <Peter.Chen@nxp.com>
13600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13601 L:      linux-usb@vger.kernel.org
13602 S:      Maintained
13603 F:      drivers/usb/common/usb-otg-fsm.c
13604
13605 USB OVER IP DRIVER
13606 M:      Valentina Manea <valentina.manea.m@gmail.com>
13607 M:      Shuah Khan <shuahkh@osg.samsung.com>
13608 M:      Shuah Khan <shuah@kernel.org>
13609 L:      linux-usb@vger.kernel.org
13610 S:      Maintained
13611 F:      Documentation/usb/usbip_protocol.txt
13612 F:      drivers/usb/usbip/
13613 F:      tools/usb/usbip/
13614
13615 USB PEGASUS DRIVER
13616 M:      Petko Manolov <petkan@nucleusys.com>
13617 L:      linux-usb@vger.kernel.org
13618 L:      netdev@vger.kernel.org
13619 T:      git git://github.com/petkan/pegasus.git
13620 W:      https://github.com/petkan/pegasus
13621 S:      Maintained
13622 F:      drivers/net/usb/pegasus.*
13623
13624 USB PHY LAYER
13625 M:      Felipe Balbi <balbi@kernel.org>
13626 L:      linux-usb@vger.kernel.org
13627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13628 S:      Maintained
13629 F:      drivers/usb/phy/
13630
13631 USB PRINTER DRIVER (usblp)
13632 M:      Pete Zaitcev <zaitcev@redhat.com>
13633 L:      linux-usb@vger.kernel.org
13634 S:      Supported
13635 F:      drivers/usb/class/usblp.c
13636
13637 USB QMI WWAN NETWORK DRIVER
13638 M:      Bjørn Mork <bjorn@mork.no>
13639 L:      netdev@vger.kernel.org
13640 S:      Maintained
13641 F:      Documentation/ABI/testing/sysfs-class-net-qmi
13642 F:      drivers/net/usb/qmi_wwan.c
13643
13644 USB RTL8150 DRIVER
13645 M:      Petko Manolov <petkan@nucleusys.com>
13646 L:      linux-usb@vger.kernel.org
13647 L:      netdev@vger.kernel.org
13648 T:      git git://github.com/petkan/rtl8150.git
13649 W:      https://github.com/petkan/rtl8150
13650 S:      Maintained
13651 F:      drivers/net/usb/rtl8150.c
13652
13653 USB SERIAL SUBSYSTEM
13654 M:      Johan Hovold <johan@kernel.org>
13655 L:      linux-usb@vger.kernel.org
13656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13657 S:      Maintained
13658 F:      Documentation/usb/usb-serial.txt
13659 F:      drivers/usb/serial/
13660 F:      include/linux/usb/serial.h
13661
13662 USB SMSC75XX ETHERNET DRIVER
13663 M:      Steve Glendinning <steve.glendinning@shawell.net>
13664 L:      netdev@vger.kernel.org
13665 S:      Maintained
13666 F:      drivers/net/usb/smsc75xx.*
13667
13668 USB SMSC95XX ETHERNET DRIVER
13669 M:      Steve Glendinning <steve.glendinning@shawell.net>
13670 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13671 L:      netdev@vger.kernel.org
13672 S:      Maintained
13673 F:      drivers/net/usb/smsc95xx.*
13674
13675 USB SUBSYSTEM
13676 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13677 L:      linux-usb@vger.kernel.org
13678 W:      http://www.linux-usb.org
13679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13680 S:      Supported
13681 F:      Documentation/devicetree/bindings/usb/
13682 F:      Documentation/usb/
13683 F:      drivers/usb/
13684 F:      include/linux/usb.h
13685 F:      include/linux/usb/
13686
13687 USB TYPEC SUBSYSTEM
13688 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13689 L:      linux-usb@vger.kernel.org
13690 S:      Maintained
13691 F:      Documentation/ABI/testing/sysfs-class-typec
13692 F:      Documentation/usb/typec.rst
13693 F:      drivers/usb/typec/
13694 F:      include/linux/usb/typec.h
13695
13696 USB UHCI DRIVER
13697 M:      Alan Stern <stern@rowland.harvard.edu>
13698 L:      linux-usb@vger.kernel.org
13699 S:      Maintained
13700 F:      drivers/usb/host/uhci*
13701
13702 USB "USBNET" DRIVER FRAMEWORK
13703 M:      Oliver Neukum <oneukum@suse.com>
13704 L:      netdev@vger.kernel.org
13705 W:      http://www.linux-usb.org/usbnet
13706 S:      Maintained
13707 F:      drivers/net/usb/usbnet.c
13708 F:      include/linux/usb/usbnet.h
13709
13710 USB VIDEO CLASS
13711 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13712 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13713 L:      linux-media@vger.kernel.org
13714 T:      git git://linuxtv.org/media_tree.git
13715 W:      http://www.ideasonboard.org/uvc/
13716 S:      Maintained
13717 F:      drivers/media/usb/uvc/
13718 F:      include/uapi/linux/uvcvideo.h
13719
13720 USB VISION DRIVER
13721 M:      Hans Verkuil <hverkuil@xs4all.nl>
13722 L:      linux-media@vger.kernel.org
13723 T:      git git://linuxtv.org/media_tree.git
13724 W:      https://linuxtv.org
13725 S:      Odd Fixes
13726 F:      drivers/media/usb/usbvision/
13727
13728 USB WEBCAM GADGET
13729 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13730 L:      linux-usb@vger.kernel.org
13731 S:      Maintained
13732 F:      drivers/usb/gadget/function/*uvc*
13733 F:      drivers/usb/gadget/legacy/webcam.c
13734
13735 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13736 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
13737 L:      linux-wireless@vger.kernel.org
13738 S:      Maintained
13739 F:      drivers/net/wireless/rndis_wlan.c
13740
13741 USB XHCI DRIVER
13742 M:      Mathias Nyman <mathias.nyman@intel.com>
13743 L:      linux-usb@vger.kernel.org
13744 S:      Supported
13745 F:      drivers/usb/host/xhci*
13746 F:      drivers/usb/host/pci-quirks*
13747
13748 USB ZD1201 DRIVER
13749 L:      linux-wireless@vger.kernel.org
13750 W:      http://linux-lc100020.sourceforge.net
13751 S:      Orphan
13752 F:      drivers/net/wireless/zydas/zd1201.*
13753
13754 USB ZR364XX DRIVER
13755 M:      Antoine Jacquet <royale@zerezo.com>
13756 L:      linux-usb@vger.kernel.org
13757 L:      linux-media@vger.kernel.org
13758 T:      git git://linuxtv.org/media_tree.git
13759 W:      http://royale.zerezo.com/zr364xx/
13760 S:      Maintained
13761 F:      Documentation/media/v4l-drivers/zr364xx*
13762 F:      drivers/media/usb/zr364xx/
13763
13764 ULPI BUS
13765 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13766 L:      linux-usb@vger.kernel.org
13767 S:      Maintained
13768 F:      drivers/usb/common/ulpi.c
13769 F:      include/linux/ulpi/
13770
13771 USER-MODE LINUX (UML)
13772 M:      Jeff Dike <jdike@addtoit.com>
13773 M:      Richard Weinberger <richard@nod.at>
13774 L:      user-mode-linux-devel@lists.sourceforge.net
13775 L:      user-mode-linux-user@lists.sourceforge.net
13776 W:      http://user-mode-linux.sourceforge.net
13777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13778 S:      Maintained
13779 F:      Documentation/virtual/uml/
13780 F:      arch/um/
13781 F:      arch/x86/um/
13782 F:      fs/hostfs/
13783 F:      fs/hppfs/
13784
13785 USERSPACE I/O (UIO)
13786 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13787 S:      Maintained
13788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13789 F:      Documentation/driver-api/uio-howto.rst
13790 F:      drivers/uio/
13791 F:      include/linux/uio*.h
13792
13793 UTIL-LINUX PACKAGE
13794 M:      Karel Zak <kzak@redhat.com>
13795 L:      util-linux@vger.kernel.org
13796 W:      http://en.wikipedia.org/wiki/Util-linux
13797 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13798 S:      Maintained
13799
13800 UUID HELPERS
13801 M:      Christoph Hellwig <hch@lst.de>
13802 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13803 L:      linux-kernel@vger.kernel.org
13804 T:      git git://git.infradead.org/users/hch/uuid.git
13805 F:      lib/uuid.c
13806 F:      lib/test_uuid.c
13807 F:      include/linux/uuid.h
13808 F:      include/uapi/linux/uuid.h
13809 S:      Maintained
13810
13811 UVESAFB DRIVER
13812 M:      Michal Januszewski <spock@gentoo.org>
13813 L:      linux-fbdev@vger.kernel.org
13814 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13815 S:      Maintained
13816 F:      Documentation/fb/uvesafb.txt
13817 F:      drivers/video/fbdev/uvesafb.*
13818
13819 VF610 NAND DRIVER
13820 M:      Stefan Agner <stefan@agner.ch>
13821 L:      linux-mtd@lists.infradead.org
13822 S:      Supported
13823 F:      drivers/mtd/nand/vf610_nfc.c
13824
13825 VFAT/FAT/MSDOS FILESYSTEM
13826 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13827 S:      Maintained
13828 F:      Documentation/filesystems/vfat.txt
13829 F:      fs/fat/
13830
13831 VFIO DRIVER
13832 M:      Alex Williamson <alex.williamson@redhat.com>
13833 L:      kvm@vger.kernel.org
13834 T:      git git://github.com/awilliam/linux-vfio.git
13835 S:      Maintained
13836 F:      Documentation/vfio.txt
13837 F:      drivers/vfio/
13838 F:      include/linux/vfio.h
13839 F:      include/uapi/linux/vfio.h
13840
13841 VFIO MEDIATED DEVICE DRIVERS
13842 M:      Kirti Wankhede <kwankhede@nvidia.com>
13843 L:      kvm@vger.kernel.org
13844 S:      Maintained
13845 F:      Documentation/vfio-mediated-device.txt
13846 F:      drivers/vfio/mdev/
13847 F:      include/linux/mdev.h
13848 F:      samples/vfio-mdev/
13849
13850 VFIO PLATFORM DRIVER
13851 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
13852 L:      kvm@vger.kernel.org
13853 S:      Maintained
13854 F:      drivers/vfio/platform/
13855
13856 VGA_SWITCHEROO
13857 R:      Lukas Wunner <lukas@wunner.de>
13858 S:      Maintained
13859 F:      Documentation/gpu/vga-switcheroo.rst
13860 F:      drivers/gpu/vga/vga_switcheroo.c
13861 F:      include/linux/vga_switcheroo.h
13862 T:      git git://anongit.freedesktop.org/drm/drm-misc
13863
13864 VIDEOBUF2 FRAMEWORK
13865 M:      Pawel Osciak <pawel@osciak.com>
13866 M:      Marek Szyprowski <m.szyprowski@samsung.com>
13867 M:      Kyungmin Park <kyungmin.park@samsung.com>
13868 L:      linux-media@vger.kernel.org
13869 S:      Maintained
13870 F:      drivers/media/v4l2-core/videobuf2-*
13871 F:      include/media/videobuf2-*
13872
13873 VIDEO MULTIPLEXER DRIVER
13874 M:      Philipp Zabel <p.zabel@pengutronix.de>
13875 L:      linux-media@vger.kernel.org
13876 S:      Maintained
13877 F:      drivers/media/platform/video-mux.c
13878
13879 VIRTIO AND VHOST VSOCK DRIVER
13880 M:      Stefan Hajnoczi <stefanha@redhat.com>
13881 L:      kvm@vger.kernel.org
13882 L:      virtualization@lists.linux-foundation.org
13883 L:      netdev@vger.kernel.org
13884 S:      Maintained
13885 F:      include/linux/virtio_vsock.h
13886 F:      include/uapi/linux/virtio_vsock.h
13887 F:      include/uapi/linux/vsockmon.h
13888 F:      net/vmw_vsock/af_vsock_tap.c
13889 F:      net/vmw_vsock/virtio_transport_common.c
13890 F:      net/vmw_vsock/virtio_transport.c
13891 F:      drivers/net/vsockmon.c
13892 F:      drivers/vhost/vsock.c
13893 F:      drivers/vhost/vsock.h
13894
13895 VIRTUAL SERIO DEVICE DRIVER
13896 M:      Stephen Chandler Paul <thatslyude@gmail.com>
13897 S:      Maintained
13898 F:      drivers/input/serio/userio.c
13899 F:      include/uapi/linux/userio.h
13900
13901 VIRTIO CONSOLE DRIVER
13902 M:      Amit Shah <amit@kernel.org>
13903 L:      virtualization@lists.linux-foundation.org
13904 S:      Maintained
13905 F:      drivers/char/virtio_console.c
13906 F:      include/linux/virtio_console.h
13907 F:      include/uapi/linux/virtio_console.h
13908
13909 VIRTIO CORE, NET AND BLOCK DRIVERS
13910 M:      "Michael S. Tsirkin" <mst@redhat.com>
13911 M:      Jason Wang <jasowang@redhat.com>
13912 L:      virtualization@lists.linux-foundation.org
13913 S:      Maintained
13914 F:      Documentation/devicetree/bindings/virtio/
13915 F:      drivers/virtio/
13916 F:      tools/virtio/
13917 F:      drivers/net/virtio_net.c
13918 F:      drivers/block/virtio_blk.c
13919 F:      include/linux/virtio*.h
13920 F:      include/uapi/linux/virtio_*.h
13921 F:      drivers/crypto/virtio/
13922
13923 VIRTIO DRIVERS FOR S390
13924 M:      Cornelia Huck <cohuck@redhat.com>
13925 M:      Halil Pasic <pasic@linux.vnet.ibm.com>
13926 L:      linux-s390@vger.kernel.org
13927 L:      virtualization@lists.linux-foundation.org
13928 L:      kvm@vger.kernel.org
13929 S:      Supported
13930 F:      drivers/s390/virtio/
13931
13932 VIRTIO GPU DRIVER
13933 M:      David Airlie <airlied@linux.ie>
13934 M:      Gerd Hoffmann <kraxel@redhat.com>
13935 L:      dri-devel@lists.freedesktop.org
13936 L:      virtualization@lists.linux-foundation.org
13937 T:      git git://anongit.freedesktop.org/drm/drm-misc
13938 S:      Maintained
13939 F:      drivers/gpu/drm/virtio/
13940 F:      include/uapi/linux/virtio_gpu.h
13941
13942 VIRTIO HOST (VHOST)
13943 M:      "Michael S. Tsirkin" <mst@redhat.com>
13944 M:      Jason Wang <jasowang@redhat.com>
13945 L:      kvm@vger.kernel.org
13946 L:      virtualization@lists.linux-foundation.org
13947 L:      netdev@vger.kernel.org
13948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13949 S:      Maintained
13950 F:      drivers/vhost/
13951 F:      include/uapi/linux/vhost.h
13952
13953 VIRTIO INPUT DRIVER
13954 M:      Gerd Hoffmann <kraxel@redhat.com>
13955 S:      Maintained
13956 F:      drivers/virtio/virtio_input.c
13957 F:      include/uapi/linux/virtio_input.h
13958
13959 VIRTIO CRYPTO DRIVER
13960 M:  Gonglei <arei.gonglei@huawei.com>
13961 L:  virtualization@lists.linux-foundation.org
13962 L:  linux-crypto@vger.kernel.org
13963 S:  Maintained
13964 F:  drivers/crypto/virtio/
13965 F:  include/uapi/linux/virtio_crypto.h
13966
13967 VIA RHINE NETWORK DRIVER
13968 S:      Orphan
13969 F:      drivers/net/ethernet/via/via-rhine.c
13970
13971 VIA SD/MMC CARD CONTROLLER DRIVER
13972 M:      Bruce Chang <brucechang@via.com.tw>
13973 M:      Harald Welte <HaraldWelte@viatech.com>
13974 S:      Maintained
13975 F:      drivers/mmc/host/via-sdmmc.c
13976
13977 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13978 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13979 L:      linux-fbdev@vger.kernel.org
13980 S:      Maintained
13981 F:      include/linux/via-core.h
13982 F:      include/linux/via-gpio.h
13983 F:      include/linux/via_i2c.h
13984 F:      drivers/video/fbdev/via/
13985
13986 VIA VELOCITY NETWORK DRIVER
13987 M:      Francois Romieu <romieu@fr.zoreil.com>
13988 L:      netdev@vger.kernel.org
13989 S:      Maintained
13990 F:      drivers/net/ethernet/via/via-velocity.*
13991
13992 VIRT LIB
13993 M:      Alex Williamson <alex.williamson@redhat.com>
13994 M:      Paolo Bonzini <pbonzini@redhat.com>
13995 L:      kvm@vger.kernel.org
13996 S:      Supported
13997 F:      virt/lib/
13998
13999 VIVID VIRTUAL VIDEO DRIVER
14000 M:      Hans Verkuil <hverkuil@xs4all.nl>
14001 L:      linux-media@vger.kernel.org
14002 T:      git git://linuxtv.org/media_tree.git
14003 W:      https://linuxtv.org
14004 S:      Maintained
14005 F:      drivers/media/platform/vivid/*
14006
14007 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
14008 M:      Helen Koike <helen.koike@collabora.com>
14009 L:      linux-media@vger.kernel.org
14010 T:      git git://linuxtv.org/media_tree.git
14011 W:      https://linuxtv.org
14012 S:      Maintained
14013 F:      drivers/media/platform/vimc/*
14014
14015 VLYNQ BUS
14016 M:      Florian Fainelli <f.fainelli@gmail.com>
14017 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
14018 S:      Maintained
14019 F:      drivers/vlynq/vlynq.c
14020 F:      include/linux/vlynq.h
14021
14022 VME SUBSYSTEM
14023 M:      Martyn Welch <martyn@welchs.me.uk>
14024 M:      Manohar Vanga <manohar.vanga@gmail.com>
14025 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14026 L:      devel@driverdev.osuosl.org
14027 S:      Maintained
14028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
14029 F:      Documentation/driver-api/vme.rst
14030 F:      drivers/staging/vme/
14031 F:      drivers/vme/
14032 F:      include/linux/vme*
14033
14034 VMWARE HYPERVISOR INTERFACE
14035 M:      Alok Kataria <akataria@vmware.com>
14036 L:      virtualization@lists.linux-foundation.org
14037 S:      Supported
14038 F:      arch/x86/kernel/cpu/vmware.c
14039
14040 VMWARE BALLOON DRIVER
14041 M:      Xavier Deguillard <xdeguillard@vmware.com>
14042 M:      Philip Moltmann <moltmann@vmware.com>
14043 M:      "VMware, Inc." <pv-drivers@vmware.com>
14044 L:      linux-kernel@vger.kernel.org
14045 S:      Maintained
14046 F:      drivers/misc/vmw_balloon.c
14047
14048 VMWARE VMMOUSE SUBDRIVER
14049 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
14050 M:      "VMware, Inc." <pv-drivers@vmware.com>
14051 L:      linux-input@vger.kernel.org
14052 S:      Maintained
14053 F:      drivers/input/mouse/vmmouse.c
14054 F:      drivers/input/mouse/vmmouse.h
14055
14056 VMWARE VMXNET3 ETHERNET DRIVER
14057 M:      Shrikrishna Khare <skhare@vmware.com>
14058 M:      "VMware, Inc." <pv-drivers@vmware.com>
14059 L:      netdev@vger.kernel.org
14060 S:      Maintained
14061 F:      drivers/net/vmxnet3/
14062
14063 VMware PVSCSI driver
14064 M:      Jim Gill <jgill@vmware.com>
14065 M:      VMware PV-Drivers <pv-drivers@vmware.com>
14066 L:      linux-scsi@vger.kernel.org
14067 S:      Maintained
14068 F:      drivers/scsi/vmw_pvscsi.c
14069 F:      drivers/scsi/vmw_pvscsi.h
14070
14071 VMWARE PVRDMA DRIVER
14072 M:      Adit Ranadive <aditr@vmware.com>
14073 M:      VMware PV-Drivers <pv-drivers@vmware.com>
14074 L:      linux-rdma@vger.kernel.org
14075 S:      Maintained
14076 F:      drivers/infiniband/hw/vmw_pvrdma/
14077
14078 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
14079 M:      Liam Girdwood <lgirdwood@gmail.com>
14080 M:      Mark Brown <broonie@kernel.org>
14081 L:      linux-kernel@vger.kernel.org
14082 W:      http://www.slimlogic.co.uk/?p=48
14083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
14084 S:      Supported
14085 F:      Documentation/devicetree/bindings/regulator/
14086 F:      drivers/regulator/
14087 F:      include/dt-bindings/regulator/
14088 F:      include/linux/regulator/
14089
14090 VRF
14091 M:      David Ahern <dsa@cumulusnetworks.com>
14092 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
14093 L:      netdev@vger.kernel.org
14094 S:      Maintained
14095 F:      drivers/net/vrf.c
14096 F:      Documentation/networking/vrf.txt
14097
14098 VT1211 HARDWARE MONITOR DRIVER
14099 M:      Juerg Haefliger <juergh@gmail.com>
14100 L:      linux-hwmon@vger.kernel.org
14101 S:      Maintained
14102 F:      Documentation/hwmon/vt1211
14103 F:      drivers/hwmon/vt1211.c
14104
14105 VT8231 HARDWARE MONITOR DRIVER
14106 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
14107 L:      linux-hwmon@vger.kernel.org
14108 S:      Maintained
14109 F:      drivers/hwmon/vt8231.c
14110
14111 VUB300 USB to SDIO/SD/MMC bridge chip
14112 M:      Tony Olech <tony.olech@elandigitalsystems.com>
14113 L:      linux-mmc@vger.kernel.org
14114 L:      linux-usb@vger.kernel.org
14115 S:      Supported
14116 F:      drivers/mmc/host/vub300.c
14117
14118 W1 DALLAS'S 1-WIRE BUS
14119 M:      Evgeniy Polyakov <zbr@ioremap.net>
14120 S:      Maintained
14121 F:      Documentation/w1/
14122 F:      drivers/w1/
14123 F:      include/linux/w1.h
14124
14125 W83791D HARDWARE MONITORING DRIVER
14126 M:      Marc Hulsman <m.hulsman@tudelft.nl>
14127 L:      linux-hwmon@vger.kernel.org
14128 S:      Maintained
14129 F:      Documentation/hwmon/w83791d
14130 F:      drivers/hwmon/w83791d.c
14131
14132 W83793 HARDWARE MONITORING DRIVER
14133 M:      Rudolf Marek <r.marek@assembler.cz>
14134 L:      linux-hwmon@vger.kernel.org
14135 S:      Maintained
14136 F:      Documentation/hwmon/w83793
14137 F:      drivers/hwmon/w83793.c
14138
14139 W83795 HARDWARE MONITORING DRIVER
14140 M:      Jean Delvare <jdelvare@suse.com>
14141 L:      linux-hwmon@vger.kernel.org
14142 S:      Maintained
14143 F:      drivers/hwmon/w83795.c
14144
14145 W83L51xD SD/MMC CARD INTERFACE DRIVER
14146 M:      Pierre Ossman <pierre@ossman.eu>
14147 S:      Maintained
14148 F:      drivers/mmc/host/wbsd.*
14149
14150 WACOM PROTOCOL 4 SERIAL TABLETS
14151 M:      Julian Squires <julian@cipht.net>
14152 M:      Hans de Goede <hdegoede@redhat.com>
14153 L:      linux-input@vger.kernel.org
14154 S:      Maintained
14155 F:      drivers/input/tablet/wacom_serial4.c
14156
14157 WATCHDOG DEVICE DRIVERS
14158 M:      Wim Van Sebroeck <wim@iguana.be>
14159 R:      Guenter Roeck <linux@roeck-us.net>
14160 L:      linux-watchdog@vger.kernel.org
14161 W:      http://www.linux-watchdog.org/
14162 T:      git git://www.linux-watchdog.org/linux-watchdog.git
14163 S:      Maintained
14164 F:      Documentation/devicetree/bindings/watchdog/
14165 F:      Documentation/watchdog/
14166 F:      drivers/watchdog/
14167 F:      include/linux/watchdog.h
14168 F:      include/uapi/linux/watchdog.h
14169
14170 WIIMOTE HID DRIVER
14171 M:      David Herrmann <dh.herrmann@googlemail.com>
14172 L:      linux-input@vger.kernel.org
14173 S:      Maintained
14174 F:      drivers/hid/hid-wiimote*
14175
14176 WINBOND CIR DRIVER
14177 M:      David Härdeman <david@hardeman.nu>
14178 S:      Maintained
14179 F:      drivers/media/rc/winbond-cir.c
14180
14181 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
14182 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
14183 L:      linux-watchdog@vger.kernel.org
14184 S:      Maintained
14185 F:      drivers/watchdog/ebc-c384_wdt.c
14186
14187 WINSYSTEMS WS16C48 GPIO DRIVER
14188 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
14189 L:      linux-gpio@vger.kernel.org
14190 S:      Maintained
14191 F:      drivers/gpio/gpio-ws16c48.c
14192
14193 WIMAX STACK
14194 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
14195 M:      linux-wimax@intel.com
14196 L:      wimax@linuxwimax.org (subscribers-only)
14197 S:      Supported
14198 W:      http://linuxwimax.org
14199 F:      Documentation/wimax/README.wimax
14200 F:      include/linux/wimax/debug.h
14201 F:      include/net/wimax.h
14202 F:      include/uapi/linux/wimax.h
14203 F:      net/wimax/
14204
14205 WISTRON LAPTOP BUTTON DRIVER
14206 M:      Miloslav Trmac <mitr@volny.cz>
14207 S:      Maintained
14208 F:      drivers/input/misc/wistron_btns.c
14209
14210 WL3501 WIRELESS PCMCIA CARD DRIVER
14211 L:      linux-wireless@vger.kernel.org
14212 S:      Odd fixes
14213 F:      drivers/net/wireless/wl3501*
14214
14215 WOLFSON MICROELECTRONICS DRIVERS
14216 L:      patches@opensource.cirrus.com
14217 T:      git https://github.com/CirrusLogic/linux-drivers.git
14218 W:      https://github.com/CirrusLogic/linux-drivers/wiki
14219 S:      Supported
14220 F:      Documentation/hwmon/wm83??
14221 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14222 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14223 F:      Documentation/devicetree/bindings/mfd/arizona.txt
14224 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
14225 F:      arch/arm/mach-s3c64xx/mach-crag6410*
14226 F:      drivers/clk/clk-wm83*.c
14227 F:      drivers/extcon/extcon-arizona.c
14228 F:      drivers/leds/leds-wm83*.c
14229 F:      drivers/gpio/gpio-*wm*.c
14230 F:      drivers/gpio/gpio-arizona.c
14231 F:      drivers/hwmon/wm83??-hwmon.c
14232 F:      drivers/input/misc/wm831x-on.c
14233 F:      drivers/input/touchscreen/wm831x-ts.c
14234 F:      drivers/input/touchscreen/wm97*.c
14235 F:      drivers/mfd/arizona*
14236 F:      drivers/mfd/wm*.c
14237 F:      drivers/mfd/cs47l24*
14238 F:      drivers/power/supply/wm83*.c
14239 F:      drivers/rtc/rtc-wm83*.c
14240 F:      drivers/regulator/wm8*.c
14241 F:      drivers/regulator/arizona*
14242 F:      drivers/video/backlight/wm83*_bl.c
14243 F:      drivers/watchdog/wm83*_wdt.c
14244 F:      include/linux/mfd/arizona/
14245 F:      include/linux/mfd/wm831x/
14246 F:      include/linux/mfd/wm8350/
14247 F:      include/linux/mfd/wm8400*
14248 F:      include/linux/regulator/arizona*
14249 F:      include/linux/wm97xx.h
14250 F:      include/sound/wm????.h
14251 F:      sound/soc/codecs/arizona.?
14252 F:      sound/soc/codecs/wm*
14253 F:      sound/soc/codecs/cs47l24*
14254
14255 WORKQUEUE
14256 M:      Tejun Heo <tj@kernel.org>
14257 R:      Lai Jiangshan <jiangshanlai@gmail.com>
14258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14259 S:      Maintained
14260 F:      include/linux/workqueue.h
14261 F:      kernel/workqueue.c
14262 F:      Documentation/core-api/workqueue.rst
14263
14264 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14265 M:      Chen-Yu Tsai <wens@csie.org>
14266 L:      linux-kernel@vger.kernel.org
14267 S:      Maintained
14268 N:      axp[128]
14269
14270 X.25 NETWORK LAYER
14271 M:      Andrew Hendry <andrew.hendry@gmail.com>
14272 L:      linux-x25@vger.kernel.org
14273 S:      Odd Fixes
14274 F:      Documentation/networking/x25*
14275 F:      include/net/x25*
14276 F:      net/x25/
14277
14278 X86 ARCHITECTURE (32-BIT AND 64-BIT)
14279 M:      Thomas Gleixner <tglx@linutronix.de>
14280 M:      Ingo Molnar <mingo@redhat.com>
14281 M:      "H. Peter Anvin" <hpa@zytor.com>
14282 M:      x86@kernel.org
14283 L:      linux-kernel@vger.kernel.org
14284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14285 S:      Maintained
14286 F:      Documentation/x86/
14287 F:      arch/x86/
14288
14289 X86 PLATFORM DRIVERS
14290 M:      Darren Hart <dvhart@infradead.org>
14291 M:      Andy Shevchenko <andy@infradead.org>
14292 L:      platform-driver-x86@vger.kernel.org
14293 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14294 S:      Maintained
14295 F:      drivers/platform/x86/
14296 F:      drivers/platform/olpc/
14297
14298 X86 MCE INFRASTRUCTURE
14299 M:      Tony Luck <tony.luck@intel.com>
14300 M:      Borislav Petkov <bp@alien8.de>
14301 L:      linux-edac@vger.kernel.org
14302 S:      Maintained
14303 F:      arch/x86/kernel/cpu/mcheck/*
14304
14305 X86 MICROCODE UPDATE SUPPORT
14306 M:      Borislav Petkov <bp@alien8.de>
14307 S:      Maintained
14308 F:      arch/x86/kernel/cpu/microcode/*
14309
14310 X86 VDSO
14311 M:      Andy Lutomirski <luto@amacapital.net>
14312 L:      linux-kernel@vger.kernel.org
14313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14314 S:      Maintained
14315 F:      arch/x86/entry/vdso/
14316
14317 XC2028/3028 TUNER DRIVER
14318 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
14319 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14320 L:      linux-media@vger.kernel.org
14321 W:      https://linuxtv.org
14322 T:      git git://linuxtv.org/media_tree.git
14323 S:      Maintained
14324 F:      drivers/media/tuners/tuner-xc2028.*
14325
14326 XEN HYPERVISOR INTERFACE
14327 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
14328 M:      Juergen Gross <jgross@suse.com>
14329 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14331 S:      Supported
14332 F:      arch/x86/xen/
14333 F:      drivers/*/xen-*front.c
14334 F:      drivers/xen/
14335 F:      arch/x86/include/asm/xen/
14336 F:      include/xen/
14337 F:      include/uapi/xen/
14338 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
14339 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
14340
14341 XEN HYPERVISOR ARM
14342 M:      Stefano Stabellini <sstabellini@kernel.org>
14343 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14344 S:      Maintained
14345 F:      arch/arm/xen/
14346 F:      arch/arm/include/asm/xen/
14347
14348 XEN HYPERVISOR ARM64
14349 M:      Stefano Stabellini <sstabellini@kernel.org>
14350 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14351 S:      Maintained
14352 F:      arch/arm64/xen/
14353 F:      arch/arm64/include/asm/xen/
14354
14355 XEN NETWORK BACKEND DRIVER
14356 M:      Wei Liu <wei.liu2@citrix.com>
14357 M:      Paul Durrant <paul.durrant@citrix.com>
14358 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14359 L:      netdev@vger.kernel.org
14360 S:      Supported
14361 F:      drivers/net/xen-netback/*
14362
14363 XEN PCI SUBSYSTEM
14364 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14365 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14366 S:      Supported
14367 F:      arch/x86/pci/*xen*
14368 F:      drivers/pci/*xen*
14369
14370 XEN BLOCK SUBSYSTEM
14371 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14372 M:      Roger Pau Monné <roger.pau@citrix.com>
14373 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14374 S:      Supported
14375 F:      drivers/block/xen-blkback/*
14376 F:      drivers/block/xen*
14377
14378 XEN PVSCSI DRIVERS
14379 M:      Juergen Gross <jgross@suse.com>
14380 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14381 L:      linux-scsi@vger.kernel.org
14382 S:      Supported
14383 F:      drivers/scsi/xen-scsifront.c
14384 F:      drivers/xen/xen-scsiback.c
14385 F:      include/xen/interface/io/vscsiif.h
14386
14387 XEN SWIOTLB SUBSYSTEM
14388 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14389 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14390 S:      Supported
14391 F:      arch/x86/xen/*swiotlb*
14392 F:      drivers/xen/*swiotlb*
14393
14394 XFS FILESYSTEM
14395 M:      Darrick J. Wong <darrick.wong@oracle.com>
14396 M:      linux-xfs@vger.kernel.org
14397 L:      linux-xfs@vger.kernel.org
14398 W:      http://xfs.org/
14399 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14400 S:      Supported
14401 F:      Documentation/filesystems/xfs.txt
14402 F:      fs/xfs/
14403
14404 XILINX AXI ETHERNET DRIVER
14405 M:      Anirudha Sarangi <anirudh@xilinx.com>
14406 M:      John Linn <John.Linn@xilinx.com>
14407 S:      Maintained
14408 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
14409
14410 XILINX UARTLITE SERIAL DRIVER
14411 M:      Peter Korsgaard <jacmet@sunsite.dk>
14412 L:      linux-serial@vger.kernel.org
14413 S:      Maintained
14414 F:      drivers/tty/serial/uartlite.c
14415
14416 XILINX VIDEO IP CORES
14417 M:      Hyun Kwon <hyun.kwon@xilinx.com>
14418 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14419 L:      linux-media@vger.kernel.org
14420 T:      git git://linuxtv.org/media_tree.git
14421 S:      Supported
14422 F:      Documentation/devicetree/bindings/media/xilinx/
14423 F:      drivers/media/platform/xilinx/
14424 F:      include/uapi/linux/xilinx-v4l2-controls.h
14425
14426 XILLYBUS DRIVER
14427 M:      Eli Billauer <eli.billauer@gmail.com>
14428 L:      linux-kernel@vger.kernel.org
14429 S:      Supported
14430 F:      drivers/char/xillybus/
14431
14432 XRA1403 GPIO EXPANDER
14433 M:      Nandor Han <nandor.han@ge.com>
14434 M:      Semi Malinen <semi.malinen@ge.com>
14435 L:      linux-gpio@vger.kernel.org
14436 S:      Maintained
14437 F:      drivers/gpio/gpio-xra1403.c
14438 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
14439
14440 XTENSA XTFPGA PLATFORM SUPPORT
14441 M:      Max Filippov <jcmvbkbc@gmail.com>
14442 L:      linux-xtensa@linux-xtensa.org
14443 S:      Maintained
14444 F:      drivers/spi/spi-xtensa-xtfpga.c
14445 F:      sound/soc/xtensa/xtfpga-i2s.c
14446
14447 YAM DRIVER FOR AX.25
14448 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
14449 L:      linux-hams@vger.kernel.org
14450 S:      Maintained
14451 F:      drivers/net/hamradio/yam*
14452 F:      include/linux/yam.h
14453
14454 YEALINK PHONE DRIVER
14455 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
14456 L:      usbb2k-api-dev@nongnu.org
14457 S:      Maintained
14458 F:      Documentation/input/yealink.rst
14459 F:      drivers/input/misc/yealink.*
14460
14461 Z8530 DRIVER FOR AX.25
14462 M:      Joerg Reuter <jreuter@yaina.de>
14463 W:      http://yaina.de/jreuter/
14464 W:      http://www.qsl.net/dl1bke/
14465 L:      linux-hams@vger.kernel.org
14466 S:      Maintained
14467 F:      Documentation/networking/z8530drv.txt
14468 F:      drivers/net/hamradio/*scc.c
14469 F:      drivers/net/hamradio/z8530.h
14470
14471 ZBUD COMPRESSED PAGE ALLOCATOR
14472 M:      Seth Jennings <sjenning@redhat.com>
14473 M:      Dan Streetman <ddstreet@ieee.org>
14474 L:      linux-mm@kvack.org
14475 S:      Maintained
14476 F:      mm/zbud.c
14477 F:      include/linux/zbud.h
14478
14479 ZD1211RW WIRELESS DRIVER
14480 M:      Daniel Drake <dsd@gentoo.org>
14481 M:      Ulrich Kunitz <kune@deine-taler.de>
14482 W:      http://zd1211.ath.cx/wiki/DriverRewrite
14483 L:      linux-wireless@vger.kernel.org
14484 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
14485 S:      Maintained
14486 F:      drivers/net/wireless/zydas/zd1211rw/
14487
14488 ZD1301_DEMOD MEDIA DRIVER
14489 M:      Antti Palosaari <crope@iki.fi>
14490 L:      linux-media@vger.kernel.org
14491 W:      https://linuxtv.org/
14492 W:      http://palosaari.fi/linux/
14493 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14494 S:      Maintained
14495 F:      drivers/media/dvb-frontends/zd1301_demod*
14496
14497 ZD1301 MEDIA DRIVER
14498 M:      Antti Palosaari <crope@iki.fi>
14499 L:      linux-media@vger.kernel.org
14500 W:      https://linuxtv.org/
14501 W:      http://palosaari.fi/linux/
14502 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14503 S:      Maintained
14504 F:      drivers/media/usb/dvb-usb-v2/zd1301*
14505
14506 ZPOOL COMPRESSED PAGE STORAGE API
14507 M:      Dan Streetman <ddstreet@ieee.org>
14508 L:      linux-mm@kvack.org
14509 S:      Maintained
14510 F:      mm/zpool.c
14511 F:      include/linux/zpool.h
14512
14513 ZR36067 VIDEO FOR LINUX DRIVER
14514 L:      mjpeg-users@lists.sourceforge.net
14515 L:      linux-media@vger.kernel.org
14516 W:      http://mjpeg.sourceforge.net/driver-zoran/
14517 T:      hg https://linuxtv.org/hg/v4l-dvb
14518 S:      Odd Fixes
14519 F:      drivers/media/pci/zoran/
14520
14521 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14522 M:      Minchan Kim <minchan@kernel.org>
14523 M:      Nitin Gupta <ngupta@vflare.org>
14524 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14525 L:      linux-kernel@vger.kernel.org
14526 S:      Maintained
14527 F:      drivers/block/zram/
14528 F:      Documentation/blockdev/zram.txt
14529
14530 ZS DECSTATION Z85C30 SERIAL DRIVER
14531 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
14532 S:      Maintained
14533 F:      drivers/tty/serial/zs.*
14534
14535 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14536 M:      Minchan Kim <minchan@kernel.org>
14537 M:      Nitin Gupta <ngupta@vflare.org>
14538 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14539 L:      linux-mm@kvack.org
14540 S:      Maintained
14541 F:      mm/zsmalloc.c
14542 F:      include/linux/zsmalloc.h
14543 F:      Documentation/vm/zsmalloc.txt
14544
14545 ZSWAP COMPRESSED SWAP CACHING
14546 M:      Seth Jennings <sjenning@redhat.com>
14547 M:      Dan Streetman <ddstreet@ieee.org>
14548 L:      linux-mm@kvack.org
14549 S:      Maintained
14550 F:      mm/zswap.c
14551
14552 THE REST
14553 M:      Linus Torvalds <torvalds@linux-foundation.org>
14554 L:      linux-kernel@vger.kernel.org
14555 Q:      http://patchwork.kernel.org/project/LKML/list/
14556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14557 S:      Buried alive in reporters
14558 F:      *
14559 F:      */