]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[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/rtc/rtc-armada38x.c
1519
1520 ARM/Marvell Berlin SoC support
1521 M:      Jisheng Zhang <jszhang@marvell.com>
1522 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1524 S:      Maintained
1525 F:      arch/arm/mach-berlin/
1526 F:      arch/arm/boot/dts/berlin*
1527 F:      arch/arm64/boot/dts/marvell/berlin*
1528
1529
1530 ARM/Marvell Dove/MV78xx0/Orion SOC support
1531 M:      Jason Cooper <jason@lakedaemon.net>
1532 M:      Andrew Lunn <andrew@lunn.ch>
1533 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1534 M:      Gregory Clement <gregory.clement@free-electrons.com>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 S:      Maintained
1537 F:      Documentation/devicetree/bindings/soc/dove/
1538 F:      arch/arm/mach-dove/
1539 F:      arch/arm/mach-mv78xx0/
1540 F:      arch/arm/mach-orion5x/
1541 F:      arch/arm/plat-orion/
1542 F:      arch/arm/boot/dts/dove*
1543 F:      arch/arm/boot/dts/orion5x*
1544
1545
1546 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1547 M:      Alexander Clouter <alex@digriz.org.uk>
1548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 W:      http://www.digriz.org.uk/ts78xx/kernel
1550 S:      Maintained
1551 F:      arch/arm/mach-orion5x/ts78xx-*
1552
1553 ARM/OXNAS platform support
1554 M:      Neil Armstrong <narmstrong@baylibre.com>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1557 S:      Maintained
1558 F:      arch/arm/mach-oxnas/
1559 F:      arch/arm/boot/dts/ox8*.dtsi
1560 F:      arch/arm/boot/dts/wd-mbwe.dts
1561 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1562 N:      oxnas
1563
1564 ARM/Mediatek RTC DRIVER
1565 M:      Eddie Huang <eddie.huang@mediatek.com>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1568 S:      Maintained
1569 F:      drivers/rtc/rtc-mt6397.c
1570
1571 ARM/Mediatek SoC support
1572 M:      Matthias Brugger <matthias.bgg@gmail.com>
1573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1575 S:      Maintained
1576 F:      arch/arm/boot/dts/mt6*
1577 F:      arch/arm/boot/dts/mt7*
1578 F:      arch/arm/boot/dts/mt8*
1579 F:      arch/arm/mach-mediatek/
1580 F:      arch/arm64/boot/dts/mediatek/
1581 N:      mtk
1582 K:      mediatek
1583
1584 ARM/Mediatek USB3 PHY DRIVER
1585 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1588 S:      Maintained
1589 F:      drivers/phy/phy-mt65xx-usb3.c
1590
1591 ARM/MICREL KS8695 ARCHITECTURE
1592 M:      Greg Ungerer <gerg@uclinux.org>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 F:      arch/arm/mach-ks8695/
1595 S:      Odd Fixes
1596
1597 ARM/MIOA701 MACHINE SUPPORT
1598 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 F:      arch/arm/mach-pxa/mioa701.c
1601 S:      Maintained
1602
1603 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1604 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1605 S:      Maintained
1606
1607 ARM/NOMADIK ARCHITECTURE
1608 M:      Alessandro Rubini <rubini@unipv.it>
1609 M:      Linus Walleij <linus.walleij@linaro.org>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Maintained
1612 F:      arch/arm/mach-nomadik/
1613 F:      drivers/pinctrl/nomadik/
1614 F:      drivers/i2c/busses/i2c-nomadik.c
1615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1616
1617 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1618 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1619 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1620 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1621 S:      Supported
1622
1623 ARM/TOSA MACHINE SUPPORT
1624 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1625 M:      Dirk Opfer <dirk@opfer-online.de>
1626 S:      Maintained
1627
1628 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1629 M:      Marek Vasut <marek.vasut@gmail.com>
1630 L:      linux-arm-kernel@lists.infradead.org
1631 W:      http://hackndev.com
1632 S:      Maintained
1633 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1634 F:      arch/arm/mach-pxa/palmtx.c
1635 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1636 F:      arch/arm/mach-pxa/palmt5.c
1637 F:      arch/arm/mach-pxa/include/mach/palmld.h
1638 F:      arch/arm/mach-pxa/palmld.c
1639 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1640 F:      arch/arm/mach-pxa/palmte2.c
1641 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1642 F:      arch/arm/mach-pxa/palmtc.c
1643
1644 ARM/PALM TREO SUPPORT
1645 M:      Tomas Cech <sleep_walker@suse.com>
1646 L:      linux-arm-kernel@lists.infradead.org
1647 W:      http://hackndev.com
1648 S:      Maintained
1649 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1650 F:      arch/arm/mach-pxa/palmtreo.c
1651
1652 ARM/PALMZ72 SUPPORT
1653 M:      Sergey Lapin <slapin@ossfans.org>
1654 L:      linux-arm-kernel@lists.infradead.org
1655 W:      http://hackndev.com
1656 S:      Maintained
1657 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1658 F:      arch/arm/mach-pxa/palmz72.c
1659
1660 ARM/PLEB SUPPORT
1661 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1662 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1663 S:      Maintained
1664
1665 ARM/PT DIGITAL BOARD PORT
1666 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1667 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 W:      http://www.armlinux.org.uk/
1669 S:      Maintained
1670
1671 ARM/QUALCOMM SUPPORT
1672 M:      Andy Gross <andy.gross@linaro.org>
1673 M:      David Brown <david.brown@linaro.org>
1674 L:      linux-arm-msm@vger.kernel.org
1675 L:      linux-soc@vger.kernel.org
1676 S:      Maintained
1677 F:      Documentation/devicetree/bindings/soc/qcom/
1678 F:      arch/arm/boot/dts/qcom-*.dts
1679 F:      arch/arm/boot/dts/qcom-*.dtsi
1680 F:      arch/arm/mach-qcom/
1681 F:      arch/arm64/boot/dts/qcom/*
1682 F:      drivers/i2c/busses/i2c-qup.c
1683 F:      drivers/clk/qcom/
1684 F:      drivers/pinctrl/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:      Kyungmin Park <kyungmin.park@samsung.com>
1806 L:      linux-arm-kernel@lists.infradead.org
1807 L:      linux-media@vger.kernel.org
1808 S:      Maintained
1809 F:      drivers/staging/media/platform/s5p-cec/
1810
1811 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1812 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1813 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1814 L:      linux-arm-kernel@lists.infradead.org
1815 L:      linux-media@vger.kernel.org
1816 S:      Maintained
1817 F:      drivers/media/platform/s5p-jpeg/
1818
1819 ARM/SHMOBILE ARM ARCHITECTURE
1820 M:      Simon Horman <horms@verge.net.au>
1821 M:      Magnus Damm <magnus.damm@gmail.com>
1822 L:      linux-renesas-soc@vger.kernel.org
1823 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1825 S:      Supported
1826 F:      arch/arm/boot/dts/emev2*
1827 F:      arch/arm/boot/dts/r7s*
1828 F:      arch/arm/boot/dts/r8a*
1829 F:      arch/arm/boot/dts/sh*
1830 F:      arch/arm/configs/shmobile_defconfig
1831 F:      arch/arm/include/debug/renesas-scif.S
1832 F:      arch/arm/mach-shmobile/
1833 F:      drivers/soc/renesas/
1834 F:      include/linux/soc/renesas/
1835
1836 ARM/SOCFPGA ARCHITECTURE
1837 M:      Dinh Nguyen <dinguyen@kernel.org>
1838 S:      Maintained
1839 F:      arch/arm/mach-socfpga/
1840 F:      arch/arm/boot/dts/socfpga*
1841 F:      arch/arm/configs/socfpga_defconfig
1842 F:      arch/arm64/boot/dts/altera/
1843 W:      http://www.rocketboards.org
1844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1845
1846 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1847 M:      Dinh Nguyen <dinguyen@kernel.org>
1848 S:      Maintained
1849 F:      drivers/clk/socfpga/
1850
1851 ARM/SOCFPGA EDAC SUPPORT
1852 M:      Thor Thayer <thor.thayer@linux.intel.com>
1853 S:      Maintained
1854 F:      drivers/edac/altera_edac.
1855
1856 ARM/STI ARCHITECTURE
1857 M:      Patrice Chotard <patrice.chotard@st.com>
1858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1859 W:      http://www.stlinux.com
1860 S:      Maintained
1861 F:      arch/arm/mach-sti/
1862 F:      arch/arm/boot/dts/sti*
1863 F:      drivers/char/hw_random/st-rng.c
1864 F:      drivers/clocksource/arm_global_timer.c
1865 F:      drivers/clocksource/clksrc_st_lpc.c
1866 F:      drivers/cpufreq/sti-cpufreq.c
1867 F:      drivers/dma/st_fdma*
1868 F:      drivers/i2c/busses/i2c-st.c
1869 F:      drivers/media/rc/st_rc.c
1870 F:      drivers/media/platform/sti/c8sectpfe/
1871 F:      drivers/mmc/host/sdhci-st.c
1872 F:      drivers/phy/st/phy-miphy28lp.c
1873 F:      drivers/phy/st/phy-stih407-usb.c
1874 F:      drivers/pinctrl/pinctrl-st.c
1875 F:      drivers/remoteproc/st_remoteproc.c
1876 F:      drivers/remoteproc/st_slim_rproc.c
1877 F:      drivers/reset/sti/
1878 F:      drivers/rtc/rtc-st-lpc.c
1879 F:      drivers/tty/serial/st-asc.c
1880 F:      drivers/usb/dwc3/dwc3-st.c
1881 F:      drivers/usb/host/ehci-st.c
1882 F:      drivers/usb/host/ohci-st.c
1883 F:      drivers/watchdog/st_lpc_wdt.c
1884 F:      drivers/ata/ahci_st.c
1885 F:      include/linux/remoteproc/st_slim_rproc.h
1886
1887 ARM/STM32 ARCHITECTURE
1888 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1889 M:      Alexandre Torgue <alexandre.torgue@st.com>
1890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1891 S:      Maintained
1892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1893 N:      stm32
1894 F:      drivers/clocksource/armv7m_systick.c
1895
1896 ARM/TANGO ARCHITECTURE
1897 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1898 L:      linux-arm-kernel@lists.infradead.org
1899 S:      Maintained
1900 N:      tango
1901
1902 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1903 M:      Lennert Buytenhek <kernel@wantstofly.org>
1904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 S:      Maintained
1906
1907 ARM/TETON BGA MACHINE SUPPORT
1908 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 S:      Maintained
1911
1912 ARM/THECUS N2100 MACHINE SUPPORT
1913 M:      Lennert Buytenhek <kernel@wantstofly.org>
1914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915 S:      Maintained
1916
1917 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1918 M:      Wan ZongShun <mcuos.com@gmail.com>
1919 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1920 W:      http://www.mcuos.com
1921 S:      Maintained
1922 F:      arch/arm/mach-w90x900/
1923 F:      drivers/input/keyboard/w90p910_keypad.c
1924 F:      drivers/input/touchscreen/w90p910_ts.c
1925 F:      drivers/watchdog/nuc900_wdt.c
1926 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1927 F:      drivers/mtd/nand/nuc900_nand.c
1928 F:      drivers/rtc/rtc-nuc900.c
1929 F:      drivers/spi/spi-nuc900.c
1930 F:      drivers/usb/host/ehci-w90x900.c
1931 F:      drivers/video/fbdev/nuc900fb.c
1932
1933 ARM/U300 MACHINE SUPPORT
1934 M:      Linus Walleij <linus.walleij@linaro.org>
1935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1936 S:      Supported
1937 F:      arch/arm/mach-u300/
1938 F:      drivers/clocksource/timer-u300.c
1939 F:      drivers/i2c/busses/i2c-stu300.c
1940 F:      drivers/rtc/rtc-coh901331.c
1941 F:      drivers/watchdog/coh901327_wdt.c
1942 F:      drivers/dma/coh901318*
1943 F:      drivers/mfd/ab3100*
1944 F:      drivers/rtc/rtc-ab3100.c
1945 F:      drivers/rtc/rtc-coh901331.c
1946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1947
1948 ARM/UNIPHIER ARCHITECTURE
1949 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1952 S:      Maintained
1953 F:      arch/arm/boot/dts/uniphier*
1954 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1955 F:      arch/arm/mach-uniphier/
1956 F:      arch/arm/mm/cache-uniphier.c
1957 F:      arch/arm64/boot/dts/socionext/
1958 F:      drivers/bus/uniphier-system-bus.c
1959 F:      drivers/clk/uniphier/
1960 F:      drivers/i2c/busses/i2c-uniphier*
1961 F:      drivers/pinctrl/uniphier/
1962 F:      drivers/reset/reset-uniphier.c
1963 F:      drivers/tty/serial/8250/8250_uniphier.c
1964 N:      uniphier
1965
1966 ARM/Ux500 ARM ARCHITECTURE
1967 M:      Linus Walleij <linus.walleij@linaro.org>
1968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 S:      Maintained
1970 F:      arch/arm/mach-ux500/
1971 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1972 F:      drivers/dma/ste_dma40*
1973 F:      drivers/hwspinlock/u8500_hsem.c
1974 F:      drivers/mfd/abx500*
1975 F:      drivers/mfd/ab8500*
1976 F:      drivers/mfd/dbx500*
1977 F:      drivers/mfd/db8500*
1978 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1979 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1980 F:      drivers/rtc/rtc-ab8500.c
1981 F:      drivers/rtc/rtc-pl031.c
1982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1983
1984 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1985 M:      Ulf Hansson <ulf.hansson@linaro.org>
1986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1987 T:      git git://git.linaro.org/people/ulfh/clk.git
1988 S:      Maintained
1989 F:      drivers/clk/ux500/
1990
1991 ARM/VERSATILE EXPRESS PLATFORM
1992 M:      Liviu Dudau <liviu.dudau@arm.com>
1993 M:      Sudeep Holla <sudeep.holla@arm.com>
1994 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1996 S:      Maintained
1997 F:      arch/arm/boot/dts/vexpress*
1998 F:      arch/arm64/boot/dts/arm/
1999 F:      arch/arm/mach-vexpress/
2000 F:      */*/vexpress*
2001 F:      */*/*/vexpress*
2002 F:      drivers/clk/versatile/clk-vexpress-osc.c
2003 F:      drivers/clocksource/versatile.c
2004 N:      mps2
2005
2006 ARM/VFP SUPPORT
2007 M:      Russell King <linux@armlinux.org.uk>
2008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2009 W:      http://www.armlinux.org.uk/
2010 S:      Maintained
2011 F:      arch/arm/vfp/
2012
2013 ARM/VOIPAC PXA270 SUPPORT
2014 M:      Marek Vasut <marek.vasut@gmail.com>
2015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2016 S:      Maintained
2017 F:      arch/arm/mach-pxa/vpac270.c
2018 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2019
2020 ARM/VT8500 ARM ARCHITECTURE
2021 M:      Tony Prisk <linux@prisktech.co.nz>
2022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2023 S:      Maintained
2024 F:      arch/arm/mach-vt8500/
2025 F:      drivers/clocksource/vt8500_timer.c
2026 F:      drivers/i2c/busses/i2c-wmt.c
2027 F:      drivers/mmc/host/wmt-sdmmc.c
2028 F:      drivers/pwm/pwm-vt8500.c
2029 F:      drivers/rtc/rtc-vt8500.c
2030 F:      drivers/tty/serial/vt8500_serial.c
2031 F:      drivers/usb/host/ehci-platform.c
2032 F:      drivers/usb/host/uhci-platform.c
2033 F:      drivers/video/fbdev/vt8500lcdfb.*
2034 F:      drivers/video/fbdev/wm8505fb*
2035 F:      drivers/video/fbdev/wmt_ge_rops.*
2036
2037 ARM/ZIPIT Z2 SUPPORT
2038 M:      Marek Vasut <marek.vasut@gmail.com>
2039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2040 S:      Maintained
2041 F:      arch/arm/mach-pxa/z2.c
2042 F:      arch/arm/mach-pxa/include/mach/z2.h
2043
2044 ARM/ZTE ARCHITECTURE
2045 M:      Jun Nie <jun.nie@linaro.org>
2046 M:      Baoyou Xie <baoyou.xie@linaro.org>
2047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2048 S:      Maintained
2049 F:      arch/arm/mach-zx/
2050 F:      drivers/clk/zte/
2051 F:      drivers/reset/reset-zx2967.c
2052 F:      drivers/soc/zte/
2053 F:      Documentation/devicetree/bindings/arm/zte.txt
2054 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
2055 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2056 F:      Documentation/devicetree/bindings/soc/zte/
2057 F:      include/dt-bindings/soc/zx*.h
2058
2059 ARM/ZYNQ ARCHITECTURE
2060 M:      Michal Simek <michal.simek@xilinx.com>
2061 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
2062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2063 W:      http://wiki.xilinx.com
2064 T:      git https://github.com/Xilinx/linux-xlnx.git
2065 S:      Supported
2066 F:      arch/arm/mach-zynq/
2067 F:      drivers/cpuidle/cpuidle-zynq.c
2068 F:      drivers/block/xsysace.c
2069 N:      zynq
2070 N:      xilinx
2071 F:      drivers/clocksource/cadence_ttc_timer.c
2072 F:      drivers/i2c/busses/i2c-cadence.c
2073 F:      drivers/mmc/host/sdhci-of-arasan.c
2074 F:      drivers/edac/synopsys_edac.c
2075
2076 ARM SMMU DRIVERS
2077 M:      Will Deacon <will.deacon@arm.com>
2078 R:      Robin Murphy <robin.murphy@arm.com>
2079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2080 S:      Maintained
2081 F:      drivers/iommu/arm-smmu.c
2082 F:      drivers/iommu/arm-smmu-v3.c
2083 F:      drivers/iommu/io-pgtable-arm.c
2084 F:      drivers/iommu/io-pgtable-arm-v7s.c
2085
2086 ARM64 PORT (AARCH64 ARCHITECTURE)
2087 M:      Catalin Marinas <catalin.marinas@arm.com>
2088 M:      Will Deacon <will.deacon@arm.com>
2089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2091 S:      Maintained
2092 F:      arch/arm64/
2093 F:      Documentation/arm64/
2094
2095 AS3645A LED FLASH CONTROLLER DRIVER
2096 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2097 L:      linux-media@vger.kernel.org
2098 T:      git git://linuxtv.org/media_tree.git
2099 S:      Maintained
2100 F:      drivers/media/i2c/as3645a.c
2101 F:      include/media/i2c/as3645a.h
2102
2103 ASAHI KASEI AK8974 DRIVER
2104 M:      Linus Walleij <linus.walleij@linaro.org>
2105 L:      linux-iio@vger.kernel.org
2106 W:      http://www.akm.com/
2107 S:      Supported
2108 F:      drivers/iio/magnetometer/ak8974.c
2109
2110 ASC7621 HARDWARE MONITOR DRIVER
2111 M:      George Joseph <george.joseph@fairview5.com>
2112 L:      linux-hwmon@vger.kernel.org
2113 S:      Maintained
2114 F:      Documentation/hwmon/asc7621
2115 F:      drivers/hwmon/asc7621.c
2116
2117 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2118 M:      Corentin Chary <corentin.chary@gmail.com>
2119 L:      acpi4asus-user@lists.sourceforge.net
2120 L:      platform-driver-x86@vger.kernel.org
2121 W:      http://acpi4asus.sf.net
2122 S:      Maintained
2123 F:      drivers/platform/x86/asus*.c
2124 F:      drivers/platform/x86/eeepc*.c
2125
2126 ASUS WIRELESS RADIO CONTROL DRIVER
2127 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2128 L:      platform-driver-x86@vger.kernel.org
2129 S:      Maintained
2130 F:      drivers/platform/x86/asus-wireless.c
2131
2132 ASYMMETRIC KEYS
2133 M:      David Howells <dhowells@redhat.com>
2134 L:      keyrings@vger.kernel.org
2135 S:      Maintained
2136 F:      Documentation/crypto/asymmetric-keys.txt
2137 F:      include/linux/verification.h
2138 F:      include/crypto/public_key.h
2139 F:      include/crypto/pkcs7.h
2140 F:      crypto/asymmetric_keys/
2141
2142 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2143 R:      Dan Williams <dan.j.williams@intel.com>
2144 W:      http://sourceforge.net/projects/xscaleiop
2145 S:      Odd fixes
2146 F:      Documentation/crypto/async-tx-api.txt
2147 F:      crypto/async_tx/
2148 F:      drivers/dma/
2149 F:      include/linux/dmaengine.h
2150 F:      include/linux/async_tx.h
2151
2152 AT24 EEPROM DRIVER
2153 M:      Wolfram Sang <wsa@the-dreams.de>
2154 L:      linux-i2c@vger.kernel.org
2155 S:      Maintained
2156 F:      drivers/misc/eeprom/at24.c
2157 F:      include/linux/platform_data/at24.h
2158
2159 ATA OVER ETHERNET (AOE) DRIVER
2160 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2161 W:      http://www.openaoe.org/
2162 S:      Supported
2163 F:      Documentation/aoe/
2164 F:      drivers/block/aoe/
2165
2166 ATHEROS 71XX/9XXX GPIO DRIVER
2167 M:      Alban Bedel <albeu@free.fr>
2168 W:      https://github.com/AlbanBedel/linux
2169 T:      git git://github.com/AlbanBedel/linux
2170 S:      Maintained
2171 F:      drivers/gpio/gpio-ath79.c
2172 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2173
2174 ATHEROS ATH GENERIC UTILITIES
2175 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2176 L:      linux-wireless@vger.kernel.org
2177 S:      Supported
2178 F:      drivers/net/wireless/ath/*
2179
2180 ATHEROS ATH5K WIRELESS DRIVER
2181 M:      Jiri Slaby <jirislaby@gmail.com>
2182 M:      Nick Kossifidis <mickflemm@gmail.com>
2183 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2184 L:      linux-wireless@vger.kernel.org
2185 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2186 S:      Maintained
2187 F:      drivers/net/wireless/ath/ath5k/
2188
2189 ATHEROS ATH6KL WIRELESS DRIVER
2190 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2191 L:      linux-wireless@vger.kernel.org
2192 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2194 S:      Supported
2195 F:      drivers/net/wireless/ath/ath6kl/
2196
2197 WILOCITY WIL6210 WIRELESS DRIVER
2198 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2199 L:      linux-wireless@vger.kernel.org
2200 L:      wil6210@qca.qualcomm.com
2201 S:      Supported
2202 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2203 F:      drivers/net/wireless/ath/wil6210/
2204 F:      include/uapi/linux/wil6210_uapi.h
2205
2206 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2207 M:      Christian Lamparter <chunkeey@googlemail.com>
2208 L:      linux-wireless@vger.kernel.org
2209 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2210 S:      Maintained
2211 F:      drivers/net/wireless/ath/carl9170/
2212
2213 ATK0110 HWMON DRIVER
2214 M:      Luca Tettamanti <kronos.it@gmail.com>
2215 L:      linux-hwmon@vger.kernel.org
2216 S:      Maintained
2217 F:      drivers/hwmon/asus_atk0110.c
2218
2219 ATI_REMOTE2 DRIVER
2220 M:      Ville Syrjala <syrjala@sci.fi>
2221 S:      Maintained
2222 F:      drivers/input/misc/ati_remote2.c
2223
2224 ATLX ETHERNET DRIVERS
2225 M:      Jay Cliburn <jcliburn@gmail.com>
2226 M:      Chris Snook <chris.snook@gmail.com>
2227 L:      netdev@vger.kernel.org
2228 W:      http://sourceforge.net/projects/atl1
2229 W:      http://atl1.sourceforge.net
2230 S:      Maintained
2231 F:      drivers/net/ethernet/atheros/
2232
2233 ATM
2234 M:      Chas Williams <3chas3@gmail.com>
2235 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2236 L:      netdev@vger.kernel.org
2237 W:      http://linux-atm.sourceforge.net
2238 S:      Maintained
2239 F:      drivers/atm/
2240 F:      include/linux/atm*
2241 F:      include/uapi/linux/atm*
2242
2243 ATMEL AT91 / AT32 MCI DRIVER
2244 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2245 S:      Maintained
2246 F:      drivers/mmc/host/atmel-mci.c
2247
2248 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2249 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2250 S:      Supported
2251 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2252
2253 ATMEL SAMA5D2 ADC DRIVER
2254 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2255 L:      linux-iio@vger.kernel.org
2256 S:      Supported
2257 F:      drivers/iio/adc/at91-sama5d2_adc.c
2258
2259 ATMEL Audio ALSA driver
2260 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2261 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2262 S:      Supported
2263 F:      sound/soc/atmel
2264
2265 ATMEL XDMA DRIVER
2266 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2267 L:      linux-arm-kernel@lists.infradead.org
2268 L:      dmaengine@vger.kernel.org
2269 S:      Supported
2270 F:      drivers/dma/at_xdmac.c
2271
2272 ATMEL I2C DRIVER
2273 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2274 L:      linux-i2c@vger.kernel.org
2275 S:      Supported
2276 F:      drivers/i2c/busses/i2c-at91.c
2277
2278 ATMEL ISI DRIVER
2279 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2280 L:      linux-media@vger.kernel.org
2281 S:      Supported
2282 F:      drivers/media/platform/atmel/atmel-isi.c
2283 F:      include/media/atmel-isi.h
2284
2285 ATMEL LCDFB DRIVER
2286 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2287 L:      linux-fbdev@vger.kernel.org
2288 S:      Maintained
2289 F:      drivers/video/fbdev/atmel_lcdfb.c
2290 F:      include/video/atmel_lcdc.h
2291
2292 ATMEL MACB ETHERNET DRIVER
2293 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2294 S:      Supported
2295 F:      drivers/net/ethernet/cadence/
2296
2297 ATMEL NAND DRIVER
2298 M:      Wenyou Yang <wenyou.yang@atmel.com>
2299 M:      Josh Wu <rainyfeeling@outlook.com>
2300 L:      linux-mtd@lists.infradead.org
2301 S:      Supported
2302 F:      drivers/mtd/nand/atmel/*
2303
2304 ATMEL SDMMC DRIVER
2305 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2306 L:      linux-mmc@vger.kernel.org
2307 S:      Supported
2308 F:      drivers/mmc/host/sdhci-of-at91.c
2309
2310 ATMEL SPI DRIVER
2311 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2312 S:      Supported
2313 F:      drivers/spi/spi-atmel.*
2314
2315 ATMEL SSC DRIVER
2316 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2318 S:      Supported
2319 F:      drivers/misc/atmel-ssc.c
2320 F:      include/linux/atmel-ssc.h
2321
2322 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2323 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2324 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2325 S:      Supported
2326 F:      drivers/misc/atmel_tclib.c
2327 F:      drivers/clocksource/tcb_clksrc.c
2328
2329 ATMEL USBA UDC DRIVER
2330 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2332 S:      Supported
2333 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2334
2335 ATMEL WIRELESS DRIVER
2336 M:      Simon Kelley <simon@thekelleys.org.uk>
2337 L:      linux-wireless@vger.kernel.org
2338 W:      http://www.thekelleys.org.uk/atmel
2339 W:      http://atmelwlandriver.sourceforge.net/
2340 S:      Maintained
2341 F:      drivers/net/wireless/atmel/atmel*
2342
2343 ATMEL MAXTOUCH DRIVER
2344 M:      Nick Dyer <nick@shmanahar.org>
2345 T:      git git://github.com/ndyer/linux.git
2346 S:      Maintained
2347 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2348 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2349 F:      include/linux/platform_data/atmel_mxt_ts.h
2350
2351 ATOMIC INFRASTRUCTURE
2352 M:      Will Deacon <will.deacon@arm.com>
2353 M:      Peter Zijlstra <peterz@infradead.org>
2354 R:      Boqun Feng <boqun.feng@gmail.com>
2355 L:      linux-kernel@vger.kernel.org
2356 S:      Maintained
2357 F:      arch/*/include/asm/atomic*.h
2358 F:      include/*/atomic*.h
2359
2360 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2361 M:      Bradley Grove <linuxdrivers@attotech.com>
2362 L:      linux-scsi@vger.kernel.org
2363 W:      http://www.attotech.com
2364 S:      Supported
2365 F:      drivers/scsi/esas2r
2366
2367 ATUSB IEEE 802.15.4 RADIO DRIVER
2368 M:      Stefan Schmidt <stefan@osg.samsung.com>
2369 L:      linux-wpan@vger.kernel.org
2370 S:      Maintained
2371 F:      drivers/net/ieee802154/atusb.c
2372 F:      drivers/net/ieee802154/atusb.h
2373 F:      drivers/net/ieee802154/at86rf230.h
2374
2375 AUDIT SUBSYSTEM
2376 M:      Paul Moore <paul@paul-moore.com>
2377 M:      Eric Paris <eparis@redhat.com>
2378 L:      linux-audit@redhat.com (moderated for non-subscribers)
2379 W:      http://people.redhat.com/sgrubb/audit/
2380 T:      git git://git.infradead.org/users/pcmoore/audit
2381 S:      Maintained
2382 F:      include/linux/audit.h
2383 F:      include/uapi/linux/audit.h
2384 F:      kernel/audit*
2385
2386 AUXILIARY DISPLAY DRIVERS
2387 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2388 W:      http://miguelojeda.es/auxdisplay.htm
2389 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2390 S:      Maintained
2391 F:      drivers/auxdisplay/
2392 F:      include/linux/cfag12864b.h
2393
2394 AX.25 NETWORK LAYER
2395 M:      Ralf Baechle <ralf@linux-mips.org>
2396 L:      linux-hams@vger.kernel.org
2397 W:      http://www.linux-ax25.org/
2398 S:      Maintained
2399 F:      include/uapi/linux/ax25.h
2400 F:      include/net/ax25.h
2401 F:      net/ax25/
2402
2403 AXENTIA ASOC DRIVERS
2404 M:      Peter Rosin <peda@axentia.se>
2405 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2406 S:      Maintained
2407 F:      Documentation/devicetree/bindings/sound/axentia,*
2408 F:      sound/soc/atmel/tse850-pcm5142.c
2409
2410 AXENTIA ARM DEVICES
2411 M:      Peter Rosin <peda@axentia.se>
2412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2413 S:      Maintained
2414 F:      Documentation/devicetree/bindings/arm/axentia.txt
2415 F:      arch/arm/boot/dts/at91-linea.dtsi
2416 F:      arch/arm/boot/dts/at91-tse850-3.dts
2417
2418 AZ6007 DVB DRIVER
2419 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2420 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2421 L:      linux-media@vger.kernel.org
2422 W:      https://linuxtv.org
2423 T:      git git://linuxtv.org/media_tree.git
2424 S:      Maintained
2425 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2426
2427 AZTECH FM RADIO RECEIVER DRIVER
2428 M:      Hans Verkuil <hverkuil@xs4all.nl>
2429 L:      linux-media@vger.kernel.org
2430 T:      git git://linuxtv.org/media_tree.git
2431 W:      https://linuxtv.org
2432 S:      Maintained
2433 F:      drivers/media/radio/radio-aztech*
2434
2435 B43 WIRELESS DRIVER
2436 L:      linux-wireless@vger.kernel.org
2437 L:      b43-dev@lists.infradead.org
2438 W:      http://wireless.kernel.org/en/users/Drivers/b43
2439 S:      Odd Fixes
2440 F:      drivers/net/wireless/broadcom/b43/
2441
2442 B43LEGACY WIRELESS DRIVER
2443 M:      Larry Finger <Larry.Finger@lwfinger.net>
2444 L:      linux-wireless@vger.kernel.org
2445 L:      b43-dev@lists.infradead.org
2446 W:      http://wireless.kernel.org/en/users/Drivers/b43
2447 S:      Maintained
2448 F:      drivers/net/wireless/broadcom/b43legacy/
2449
2450 BACKLIGHT CLASS/SUBSYSTEM
2451 M:      Lee Jones <lee.jones@linaro.org>
2452 M:      Daniel Thompson <daniel.thompson@linaro.org>
2453 M:      Jingoo Han <jingoohan1@gmail.com>
2454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2455 S:      Maintained
2456 F:      drivers/video/backlight/
2457 F:      include/linux/backlight.h
2458 F:      include/linux/pwm_backlight.h
2459 F:      Documentation/devicetree/bindings/leds/backlight
2460
2461 BATMAN ADVANCED
2462 M:      Marek Lindner <mareklindner@neomailbox.ch>
2463 M:      Simon Wunderlich <sw@simonwunderlich.de>
2464 M:      Antonio Quartulli <a@unstable.cc>
2465 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2466 W:      https://www.open-mesh.org/
2467 Q:      https://patchwork.open-mesh.org/project/batman/list/
2468 S:      Maintained
2469 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2470 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2471 F:      Documentation/networking/batman-adv.txt
2472 F:      include/uapi/linux/batman_adv.h
2473 F:      net/batman-adv/
2474
2475 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2476 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2477 L:      linux-hams@vger.kernel.org
2478 W:      http://www.baycom.org/~tom/ham/ham.html
2479 S:      Maintained
2480 F:      drivers/net/hamradio/baycom*
2481
2482 BCACHE (BLOCK LAYER CACHE)
2483 M:      Kent Overstreet <kent.overstreet@gmail.com>
2484 L:      linux-bcache@vger.kernel.org
2485 W:      http://bcache.evilpiepirate.org
2486 S:      Orphan
2487 F:      drivers/md/bcache/
2488
2489 BDISP ST MEDIA DRIVER
2490 M:      Fabien Dessenne <fabien.dessenne@st.com>
2491 L:      linux-media@vger.kernel.org
2492 T:      git git://linuxtv.org/media_tree.git
2493 W:      https://linuxtv.org
2494 S:      Supported
2495 F:      drivers/media/platform/sti/bdisp
2496
2497 DELTA ST MEDIA DRIVER
2498 M:      Hugues Fruchet <hugues.fruchet@st.com>
2499 L:      linux-media@vger.kernel.org
2500 T:      git git://linuxtv.org/media_tree.git
2501 W:      https://linuxtv.org
2502 S:      Supported
2503 F:      drivers/media/platform/sti/delta
2504
2505 BEFS FILE SYSTEM
2506 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2507 M:      Salah Triki <salah.triki@gmail.com>
2508 S:      Maintained
2509 T:      git git://github.com/luisbg/linux-befs.git
2510 F:      Documentation/filesystems/befs.txt
2511 F:      fs/befs/
2512
2513 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2514 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2515 L:      netdev@vger.kernel.org
2516 S:      Maintained
2517 F:      drivers/net/ethernet/ec_bhf.c
2518
2519 BFS FILE SYSTEM
2520 M:      "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2521 S:      Maintained
2522 F:      Documentation/filesystems/bfs.txt
2523 F:      fs/bfs/
2524 F:      include/uapi/linux/bfs_fs.h
2525
2526 BLACKFIN ARCHITECTURE
2527 M:      Steven Miao <realmz6@gmail.com>
2528 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2529 T:      git git://git.code.sf.net/p/adi-linux/code
2530 W:      http://blackfin.uclinux.org
2531 S:      Supported
2532 F:      arch/blackfin/
2533
2534 BLACKFIN EMAC DRIVER
2535 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2536 W:      http://blackfin.uclinux.org
2537 S:      Supported
2538 F:      drivers/net/ethernet/adi/
2539
2540 BLACKFIN RTC DRIVER
2541 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2542 W:      http://blackfin.uclinux.org
2543 S:      Supported
2544 F:      drivers/rtc/rtc-bfin.c
2545
2546 BLACKFIN SDH DRIVER
2547 M:      Sonic Zhang <sonic.zhang@analog.com>
2548 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2549 W:      http://blackfin.uclinux.org
2550 S:      Supported
2551 F:      drivers/mmc/host/bfin_sdh.c
2552
2553 BLACKFIN SERIAL DRIVER
2554 M:      Sonic Zhang <sonic.zhang@analog.com>
2555 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2556 W:      http://blackfin.uclinux.org
2557 S:      Supported
2558 F:      drivers/tty/serial/bfin_uart.c
2559
2560 BLACKFIN WATCHDOG DRIVER
2561 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2562 W:      http://blackfin.uclinux.org
2563 S:      Supported
2564 F:      drivers/watchdog/bfin_wdt.c
2565
2566 BLACKFIN I2C TWI DRIVER
2567 M:      Sonic Zhang <sonic.zhang@analog.com>
2568 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2569 W:      http://blackfin.uclinux.org/
2570 S:      Supported
2571 F:      drivers/i2c/busses/i2c-bfin-twi.c
2572
2573 BLACKFIN MEDIA DRIVER
2574 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2575 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2576 W:      http://blackfin.uclinux.org/
2577 S:      Supported
2578 F:      drivers/media/platform/blackfin/
2579 F:      drivers/media/i2c/adv7183*
2580 F:      drivers/media/i2c/vs6624*
2581
2582 BLINKM RGB LED DRIVER
2583 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2584 S:      Maintained
2585 F:      drivers/leds/leds-blinkm.c
2586
2587 BLOCK LAYER
2588 M:      Jens Axboe <axboe@kernel.dk>
2589 L:      linux-block@vger.kernel.org
2590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2591 S:      Maintained
2592 F:      block/
2593 F:      kernel/trace/blktrace.c
2594 F:      lib/sbitmap.c
2595
2596 BFQ I/O SCHEDULER
2597 M:      Paolo Valente <paolo.valente@linaro.org>
2598 M:      Jens Axboe <axboe@kernel.dk>
2599 L:      linux-block@vger.kernel.org
2600 S:      Maintained
2601 F:      block/bfq-*
2602 F:      Documentation/block/bfq-iosched.txt
2603
2604 BLOCK2MTD DRIVER
2605 M:      Joern Engel <joern@lazybastard.org>
2606 L:      linux-mtd@lists.infradead.org
2607 S:      Maintained
2608 F:      drivers/mtd/devices/block2mtd.c
2609
2610 BLUETOOTH DRIVERS
2611 M:      Marcel Holtmann <marcel@holtmann.org>
2612 M:      Gustavo Padovan <gustavo@padovan.org>
2613 M:      Johan Hedberg <johan.hedberg@gmail.com>
2614 L:      linux-bluetooth@vger.kernel.org
2615 W:      http://www.bluez.org/
2616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2618 S:      Maintained
2619 F:      drivers/bluetooth/
2620
2621 BLUETOOTH SUBSYSTEM
2622 M:      Marcel Holtmann <marcel@holtmann.org>
2623 M:      Gustavo Padovan <gustavo@padovan.org>
2624 M:      Johan Hedberg <johan.hedberg@gmail.com>
2625 L:      linux-bluetooth@vger.kernel.org
2626 W:      http://www.bluez.org/
2627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2629 S:      Maintained
2630 F:      net/bluetooth/
2631 F:      include/net/bluetooth/
2632
2633 BONDING DRIVER
2634 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2635 M:      Veaceslav Falico <vfalico@gmail.com>
2636 M:      Andy Gospodarek <andy@greyhouse.net>
2637 L:      netdev@vger.kernel.org
2638 W:      http://sourceforge.net/projects/bonding/
2639 S:      Supported
2640 F:      drivers/net/bonding/
2641 F:      include/uapi/linux/if_bonding.h
2642
2643 BPF (Safe dynamic programs and tools)
2644 M:      Alexei Starovoitov <ast@kernel.org>
2645 M:      Daniel Borkmann <daniel@iogearbox.net>
2646 L:      netdev@vger.kernel.org
2647 L:      linux-kernel@vger.kernel.org
2648 S:      Supported
2649 F:      arch/x86/net/bpf_jit*
2650 F:      Documentation/networking/filter.txt
2651 F:      include/linux/bpf*
2652 F:      include/linux/filter.h
2653 F:      include/uapi/linux/bpf*
2654 F:      include/uapi/linux/filter.h
2655 F:      kernel/bpf/
2656 F:      kernel/trace/bpf_trace.c
2657 F:      lib/test_bpf.c
2658 F:      net/bpf/
2659 F:      net/core/filter.c
2660 F:      net/sched/act_bpf.c
2661 F:      net/sched/cls_bpf.c
2662 F:      samples/bpf/
2663 F:      tools/net/bpf*
2664 F:      tools/testing/selftests/bpf/
2665
2666 BROADCOM B44 10/100 ETHERNET DRIVER
2667 M:      Michael Chan <michael.chan@broadcom.com>
2668 L:      netdev@vger.kernel.org
2669 S:      Supported
2670 F:      drivers/net/ethernet/broadcom/b44.*
2671
2672 BROADCOM B53 ETHERNET SWITCH DRIVER
2673 M:      Florian Fainelli <f.fainelli@gmail.com>
2674 L:      netdev@vger.kernel.org
2675 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2676 S:      Supported
2677 F:      drivers/net/dsa/b53/*
2678 F:      include/linux/platform_data/b53.h
2679
2680 BROADCOM GENET ETHERNET DRIVER
2681 M:      Florian Fainelli <f.fainelli@gmail.com>
2682 L:      netdev@vger.kernel.org
2683 S:      Supported
2684 F:      drivers/net/ethernet/broadcom/genet/
2685
2686 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2687 M:      Rasesh Mody <rasesh.mody@cavium.com>
2688 M:      Harish Patil <harish.patil@cavium.com>
2689 M:      Dept-GELinuxNICDev@cavium.com
2690 L:      netdev@vger.kernel.org
2691 S:      Supported
2692 F:      drivers/net/ethernet/broadcom/bnx2.*
2693 F:      drivers/net/ethernet/broadcom/bnx2_*
2694
2695 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2696 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2697 M:      Ariel Elior <ariel.elior@cavium.com>
2698 M:      everest-linux-l2@cavium.com
2699 L:      netdev@vger.kernel.org
2700 S:      Supported
2701 F:      drivers/net/ethernet/broadcom/bnx2x/
2702
2703 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2704 M:      Michael Chan <michael.chan@broadcom.com>
2705 L:      netdev@vger.kernel.org
2706 S:      Supported
2707 F:      drivers/net/ethernet/broadcom/bnxt/
2708
2709 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2710 M:      Florian Fainelli <f.fainelli@gmail.com>
2711 M:      Ray Jui <rjui@broadcom.com>
2712 M:      Scott Branden <sbranden@broadcom.com>
2713 M:      bcm-kernel-feedback-list@broadcom.com
2714 T:      git git://github.com/broadcom/mach-bcm
2715 S:      Maintained
2716 N:      bcm281*
2717 N:      bcm113*
2718 N:      bcm216*
2719 N:      kona
2720 F:      arch/arm/mach-bcm/
2721
2722 BROADCOM BCM2835 ARM ARCHITECTURE
2723 M:      Eric Anholt <eric@anholt.net>
2724 M:      Stefan Wahren <stefan.wahren@i2se.com>
2725 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2727 T:      git git://github.com/anholt/linux
2728 S:      Maintained
2729 N:      bcm2835
2730 F:      drivers/staging/vc04_services
2731
2732 BROADCOM BCM47XX MIPS ARCHITECTURE
2733 M:      Hauke Mehrtens <hauke@hauke-m.de>
2734 M:      Rafał Miłecki <zajec5@gmail.com>
2735 L:      linux-mips@linux-mips.org
2736 S:      Maintained
2737 F:      Documentation/devicetree/bindings/mips/brcm/
2738 F:      arch/mips/bcm47xx/*
2739 F:      arch/mips/include/asm/mach-bcm47xx/*
2740
2741 BROADCOM BCM5301X ARM ARCHITECTURE
2742 M:      Hauke Mehrtens <hauke@hauke-m.de>
2743 M:      Rafał Miłecki <zajec5@gmail.com>
2744 M:      Jon Mason <jonmason@broadcom.com>
2745 M:      bcm-kernel-feedback-list@broadcom.com
2746 L:      linux-arm-kernel@lists.infradead.org
2747 S:      Maintained
2748 F:      arch/arm/mach-bcm/bcm_5301x.c
2749 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2750 F:      arch/arm/boot/dts/bcm470*
2751 F:      arch/arm/boot/dts/bcm953012*
2752
2753 BROADCOM BCM53573 ARM ARCHITECTURE
2754 M:      Rafał Miłecki <rafal@milecki.pl>
2755 L:      linux-arm-kernel@lists.infradead.org
2756 S:      Maintained
2757 F:      arch/arm/boot/dts/bcm53573*
2758 F:      arch/arm/boot/dts/bcm47189*
2759
2760 BROADCOM BCM63XX ARM ARCHITECTURE
2761 M:      Florian Fainelli <f.fainelli@gmail.com>
2762 M:      bcm-kernel-feedback-list@broadcom.com
2763 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2764 T:      git git://github.com/broadcom/stblinux.git
2765 S:      Maintained
2766 N:      bcm63xx
2767
2768 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2769 M:      Kevin Cernekee <cernekee@gmail.com>
2770 L:      linux-usb@vger.kernel.org
2771 S:      Maintained
2772 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2773
2774 BROADCOM BCM7XXX ARM ARCHITECTURE
2775 M:      Brian Norris <computersforpeace@gmail.com>
2776 M:      Gregory Fong <gregory.0xf0@gmail.com>
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 F:      arch/arm/mach-bcm/*brcmstb*
2783 F:      arch/arm/boot/dts/bcm7*.dts*
2784 F:      drivers/bus/brcmstb_gisb.c
2785 N:      brcmstb
2786
2787 BROADCOM BMIPS MIPS ARCHITECTURE
2788 M:      Kevin Cernekee <cernekee@gmail.com>
2789 M:      Florian Fainelli <f.fainelli@gmail.com>
2790 L:      linux-mips@linux-mips.org
2791 T:      git git://github.com/broadcom/stblinux.git
2792 S:      Maintained
2793 F:      arch/mips/bmips/*
2794 F:      arch/mips/include/asm/mach-bmips/*
2795 F:      arch/mips/kernel/*bmips*
2796 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2797 F:      drivers/irqchip/irq-bcm63*
2798 F:      drivers/irqchip/irq-bcm7*
2799 F:      drivers/irqchip/irq-brcmstb*
2800 F:      include/linux/bcm963xx_nvram.h
2801 F:      include/linux/bcm963xx_tag.h
2802
2803 BROADCOM BMIPS CPUFREQ DRIVER
2804 M:      Markus Mayer <mmayer@broadcom.com>
2805 M:      bcm-kernel-feedback-list@broadcom.com
2806 L:      linux-pm@vger.kernel.org
2807 S:      Maintained
2808 F:      drivers/cpufreq/bmips-cpufreq.c
2809
2810 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2811 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2812 M:      Prashant Sreedharan <prashant@broadcom.com>
2813 M:      Michael Chan <mchan@broadcom.com>
2814 L:      netdev@vger.kernel.org
2815 S:      Supported
2816 F:      drivers/net/ethernet/broadcom/tg3.*
2817
2818 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2819 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2820 M:      Franky Lin <franky.lin@broadcom.com>
2821 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2822 M:      Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2823 M:      Wright Feng <wright.feng@cypress.com>
2824 L:      linux-wireless@vger.kernel.org
2825 L:      brcm80211-dev-list.pdl@broadcom.com
2826 L:      brcm80211-dev-list@cypress.com
2827 S:      Supported
2828 F:      drivers/net/wireless/broadcom/brcm80211/
2829
2830 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2831 M:      QLogic-Storage-Upstream@qlogic.com
2832 L:      linux-scsi@vger.kernel.org
2833 S:      Supported
2834 F:      drivers/scsi/bnx2fc/
2835
2836 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2837 M:      QLogic-Storage-Upstream@qlogic.com
2838 L:      linux-scsi@vger.kernel.org
2839 S:      Supported
2840 F:      drivers/scsi/bnx2i/
2841
2842 BROADCOM IPROC ARM ARCHITECTURE
2843 M:      Ray Jui <rjui@broadcom.com>
2844 M:      Scott Branden <sbranden@broadcom.com>
2845 M:      Jon Mason <jonmason@broadcom.com>
2846 M:      bcm-kernel-feedback-list@broadcom.com
2847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2848 T:      git git://github.com/broadcom/cygnus-linux.git
2849 S:      Maintained
2850 N:      iproc
2851 N:      cygnus
2852 N:      bcm[-_]nsp
2853 N:      bcm9113*
2854 N:      bcm9583*
2855 N:      bcm9585*
2856 N:      bcm9586*
2857 N:      bcm988312
2858 N:      bcm113*
2859 N:      bcm583*
2860 N:      bcm585*
2861 N:      bcm586*
2862 N:      bcm88312
2863 F:      arch/arm64/boot/dts/broadcom/ns2*
2864 F:      drivers/clk/bcm/clk-ns*
2865 F:      drivers/pinctrl/bcm/pinctrl-ns*
2866
2867 BROADCOM BRCMSTB GPIO DRIVER
2868 M:      Gregory Fong <gregory.0xf0@gmail.com>
2869 L:      bcm-kernel-feedback-list@broadcom.com
2870 S:      Supported
2871 F:      drivers/gpio/gpio-brcmstb.c
2872 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2873
2874 BROADCOM KONA GPIO DRIVER
2875 M:      Ray Jui <rjui@broadcom.com>
2876 L:      bcm-kernel-feedback-list@broadcom.com
2877 S:      Supported
2878 F:      drivers/gpio/gpio-bcm-kona.c
2879 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2880
2881 BROADCOM NVRAM DRIVER
2882 M:      Rafał Miłecki <zajec5@gmail.com>
2883 L:      linux-mips@linux-mips.org
2884 S:      Maintained
2885 F:      drivers/firmware/broadcom/*
2886
2887 BROADCOM STB NAND FLASH DRIVER
2888 M:      Brian Norris <computersforpeace@gmail.com>
2889 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2890 L:      linux-mtd@lists.infradead.org
2891 L:      bcm-kernel-feedback-list@broadcom.com
2892 S:      Maintained
2893 F:      drivers/mtd/nand/brcmnand/
2894
2895 BROADCOM STB AVS CPUFREQ DRIVER
2896 M:      Markus Mayer <mmayer@broadcom.com>
2897 M:      bcm-kernel-feedback-list@broadcom.com
2898 L:      linux-pm@vger.kernel.org
2899 S:      Maintained
2900 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2901 F:      drivers/cpufreq/brcmstb*
2902
2903 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2904 M:      Rafał Miłecki <zajec5@gmail.com>
2905 L:      linux-wireless@vger.kernel.org
2906 S:      Maintained
2907 F:      drivers/bcma/
2908 F:      include/linux/bcma/
2909
2910 BROADCOM SYSTEMPORT ETHERNET DRIVER
2911 M:      Florian Fainelli <f.fainelli@gmail.com>
2912 L:      netdev@vger.kernel.org
2913 S:      Supported
2914 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2915
2916 BROADCOM NETXTREME-E ROCE DRIVER
2917 M:      Selvin Xavier <selvin.xavier@broadcom.com>
2918 M:      Devesh Sharma <devesh.sharma@broadcom.com>
2919 M:      Somnath Kotur <somnath.kotur@broadcom.com>
2920 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2921 L:      linux-rdma@vger.kernel.org
2922 W:      http://www.broadcom.com
2923 S:      Supported
2924 F:      drivers/infiniband/hw/bnxt_re/
2925 F:      include/uapi/rdma/bnxt_re-abi.h
2926
2927 BROCADE BFA FC SCSI DRIVER
2928 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2929 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2930 L:      linux-scsi@vger.kernel.org
2931 S:      Supported
2932 F:      drivers/scsi/bfa/
2933
2934 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2935 M:      Rasesh Mody <rasesh.mody@cavium.com>
2936 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2937 M:      Dept-GELinuxNICDev@cavium.com
2938 L:      netdev@vger.kernel.org
2939 S:      Supported
2940 F:      drivers/net/ethernet/brocade/bna/
2941
2942 BSG (block layer generic sg v4 driver)
2943 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2944 L:      linux-scsi@vger.kernel.org
2945 S:      Supported
2946 F:      block/bsg.c
2947 F:      include/linux/bsg.h
2948 F:      include/uapi/linux/bsg.h
2949
2950 BT87X AUDIO DRIVER
2951 M:      Clemens Ladisch <clemens@ladisch.de>
2952 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2953 T:      git git://git.alsa-project.org/alsa-kernel.git
2954 S:      Maintained
2955 F:      Documentation/sound/alsa/Bt87x.txt
2956 F:      sound/pci/bt87x.c
2957
2958 BT8XXGPIO DRIVER
2959 M:      Michael Buesch <m@bues.ch>
2960 W:      http://bu3sch.de/btgpio.php
2961 S:      Maintained
2962 F:      drivers/gpio/gpio-bt8xx.c
2963
2964 BTRFS FILE SYSTEM
2965 M:      Chris Mason <clm@fb.com>
2966 M:      Josef Bacik <jbacik@fb.com>
2967 M:      David Sterba <dsterba@suse.com>
2968 L:      linux-btrfs@vger.kernel.org
2969 W:      http://btrfs.wiki.kernel.org/
2970 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2972 S:      Maintained
2973 F:      Documentation/filesystems/btrfs.txt
2974 F:      fs/btrfs/
2975 F:      include/linux/btrfs*
2976 F:      include/uapi/linux/btrfs*
2977
2978 BTTV VIDEO4LINUX DRIVER
2979 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2980 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2981 L:      linux-media@vger.kernel.org
2982 W:      https://linuxtv.org
2983 T:      git git://linuxtv.org/media_tree.git
2984 S:      Odd fixes
2985 F:      Documentation/media/v4l-drivers/bttv*
2986 F:      drivers/media/pci/bt8xx/bttv*
2987
2988 BUSLOGIC SCSI DRIVER
2989 M:      Khalid Aziz <khalid@gonehiking.org>
2990 L:      linux-scsi@vger.kernel.org
2991 S:      Maintained
2992 F:      drivers/scsi/BusLogic.*
2993 F:      drivers/scsi/FlashPoint.*
2994
2995 C-MEDIA CMI8788 DRIVER
2996 M:      Clemens Ladisch <clemens@ladisch.de>
2997 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2998 T:      git git://git.alsa-project.org/alsa-kernel.git
2999 S:      Maintained
3000 F:      sound/pci/oxygen/
3001
3002 C6X ARCHITECTURE
3003 M:      Mark Salter <msalter@redhat.com>
3004 M:      Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3005 L:      linux-c6x-dev@linux-c6x.org
3006 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3007 S:      Maintained
3008 F:      arch/c6x/
3009
3010 CA8210 IEEE-802.15.4 RADIO DRIVER
3011 M:      Harry Morris <h.morris@cascoda.com>
3012 M:      linuxdev@cascoda.com
3013 L:      linux-wpan@vger.kernel.org
3014 W:      https://github.com/Cascoda/ca8210-linux.git
3015 S:      Maintained
3016 F:      drivers/net/ieee802154/ca8210.c
3017 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3018
3019 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3020 M:      David Howells <dhowells@redhat.com>
3021 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
3022 S:      Supported
3023 F:      Documentation/filesystems/caching/cachefiles.txt
3024 F:      fs/cachefiles/
3025
3026 CADET FM/AM RADIO RECEIVER DRIVER
3027 M:      Hans Verkuil <hverkuil@xs4all.nl>
3028 L:      linux-media@vger.kernel.org
3029 T:      git git://linuxtv.org/media_tree.git
3030 W:      https://linuxtv.org
3031 S:      Maintained
3032 F:      drivers/media/radio/radio-cadet*
3033
3034 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3035 M:      Jonathan Corbet <corbet@lwn.net>
3036 L:      linux-media@vger.kernel.org
3037 T:      git git://linuxtv.org/media_tree.git
3038 S:      Maintained
3039 F:      Documentation/media/v4l-drivers/cafe_ccic*
3040 F:      drivers/media/platform/marvell-ccic/
3041
3042 CAIF NETWORK LAYER
3043 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3044 L:      netdev@vger.kernel.org
3045 S:      Supported
3046 F:      Documentation/networking/caif/
3047 F:      drivers/net/caif/
3048 F:      include/uapi/linux/caif/
3049 F:      include/net/caif/
3050 F:      net/caif/
3051
3052 CALGARY x86-64 IOMMU
3053 M:      Muli Ben-Yehuda <mulix@mulix.org>
3054 M:      Jon Mason <jdmason@kudzu.us>
3055 L:      iommu@lists.linux-foundation.org
3056 S:      Maintained
3057 F:      arch/x86/kernel/pci-calgary_64.c
3058 F:      arch/x86/kernel/tce_64.c
3059 F:      arch/x86/include/asm/calgary.h
3060 F:      arch/x86/include/asm/tce.h
3061
3062 CAN NETWORK LAYER
3063 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3064 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3065 L:      linux-can@vger.kernel.org
3066 W:      https://github.com/linux-can
3067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3069 S:      Maintained
3070 F:      Documentation/networking/can.txt
3071 F:      net/can/
3072 F:      include/linux/can/core.h
3073 F:      include/uapi/linux/can.h
3074 F:      include/uapi/linux/can/bcm.h
3075 F:      include/uapi/linux/can/raw.h
3076 F:      include/uapi/linux/can/gw.h
3077
3078 CAN NETWORK DRIVERS
3079 M:      Wolfgang Grandegger <wg@grandegger.com>
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/devicetree/bindings/net/can/
3087 F:      drivers/net/can/
3088 F:      include/linux/can/dev.h
3089 F:      include/linux/can/platform/
3090 F:      include/uapi/linux/can/error.h
3091 F:      include/uapi/linux/can/netlink.h
3092
3093 CAPABILITIES
3094 M:      Serge Hallyn <serge@hallyn.com>
3095 L:      linux-security-module@vger.kernel.org
3096 S:      Supported
3097 F:      include/linux/capability.h
3098 F:      include/uapi/linux/capability.h
3099 F:      security/commoncap.c
3100 F:      kernel/capability.c
3101
3102 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3103 M:      Kevin Tsai <ktsai@capellamicro.com>
3104 S:      Maintained
3105 F:      drivers/iio/light/cm*
3106
3107 CAVIUM THUNDERX2 ARM64 SOC
3108 M:      Jayachandran C <jnair@caviumnetworks.com>
3109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3110 S:      Maintained
3111 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3112 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3113
3114 CAVIUM I2C DRIVER
3115 M:      Jan Glauber <jglauber@cavium.com>
3116 M:      David Daney <david.daney@cavium.com>
3117 W:      http://www.cavium.com
3118 S:      Supported
3119 F:      drivers/i2c/busses/i2c-octeon*
3120 F:      drivers/i2c/busses/i2c-thunderx*
3121
3122 CAVIUM MMC DRIVER
3123 M:      Jan Glauber <jglauber@cavium.com>
3124 M:      David Daney <david.daney@cavium.com>
3125 M:      Steven J. Hill <Steven.Hill@cavium.com>
3126 W:      http://www.cavium.com
3127 S:      Supported
3128 F:      drivers/mmc/host/cavium*
3129
3130 CAVIUM LIQUIDIO NETWORK DRIVER
3131 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
3132 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
3133 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
3134 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3135 L:     netdev@vger.kernel.org
3136 W:     http://www.cavium.com
3137 S:     Supported
3138 F:     drivers/net/ethernet/cavium/liquidio/
3139
3140 CAVIUM OCTEON-TX CRYPTO DRIVER
3141 M:      George Cherian <george.cherian@cavium.com>
3142 L:      linux-crypto@vger.kernel.org
3143 W:      http://www.cavium.com
3144 S:      Supported
3145 F:      drivers/crypto/cavium/cpt/
3146
3147 CC2520 IEEE-802.15.4 RADIO DRIVER
3148 M:      Varka Bhadram <varkabhadram@gmail.com>
3149 L:      linux-wpan@vger.kernel.org
3150 S:      Maintained
3151 F:      drivers/net/ieee802154/cc2520.c
3152 F:      include/linux/spi/cc2520.h
3153 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3154
3155 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3156 M:      Gilad Ben-Yossef <gilad@benyossef.com>
3157 L:      linux-crypto@vger.kernel.org
3158 L:      driverdev-devel@linuxdriverproject.org
3159 S:      Supported
3160 F:      drivers/staging/ccree/
3161 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3162
3163 CEC FRAMEWORK
3164 M:      Hans Verkuil <hans.verkuil@cisco.com>
3165 L:      linux-media@vger.kernel.org
3166 T:      git git://linuxtv.org/media_tree.git
3167 W:      http://linuxtv.org
3168 S:      Supported
3169 F:      Documentation/media/kapi/cec-core.rst
3170 F:      Documentation/media/uapi/cec
3171 F:      drivers/media/cec/
3172 F:      drivers/media/rc/keymaps/rc-cec.c
3173 F:      include/media/cec.h
3174 F:      include/media/cec-notifier.h
3175 F:      include/uapi/linux/cec.h
3176 F:      include/uapi/linux/cec-funcs.h
3177
3178 CELL BROADBAND ENGINE ARCHITECTURE
3179 M:      Arnd Bergmann <arnd@arndb.de>
3180 L:      linuxppc-dev@lists.ozlabs.org
3181 W:      http://www.ibm.com/developerworks/power/cell/
3182 S:      Supported
3183 F:      arch/powerpc/include/asm/cell*.h
3184 F:      arch/powerpc/include/asm/spu*.h
3185 F:      arch/powerpc/include/uapi/asm/spu*.h
3186 F:      arch/powerpc/oprofile/*cell*
3187 F:      arch/powerpc/platforms/cell/
3188
3189 CEPH COMMON CODE (LIBCEPH)
3190 M:      Ilya Dryomov <idryomov@gmail.com>
3191 M:      "Yan, Zheng" <zyan@redhat.com>
3192 M:      Sage Weil <sage@redhat.com>
3193 L:      ceph-devel@vger.kernel.org
3194 W:      http://ceph.com/
3195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3196 T:      git git://github.com/ceph/ceph-client.git
3197 S:      Supported
3198 F:      net/ceph/
3199 F:      include/linux/ceph/
3200 F:      include/linux/crush/
3201
3202 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3203 M:      "Yan, Zheng" <zyan@redhat.com>
3204 M:      Sage Weil <sage@redhat.com>
3205 M:      Ilya Dryomov <idryomov@gmail.com>
3206 L:      ceph-devel@vger.kernel.org
3207 W:      http://ceph.com/
3208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3209 T:      git git://github.com/ceph/ceph-client.git
3210 S:      Supported
3211 F:      Documentation/filesystems/ceph.txt
3212 F:      fs/ceph/
3213
3214 CERTIFICATE HANDLING:
3215 M:      David Howells <dhowells@redhat.com>
3216 M:      David Woodhouse <dwmw2@infradead.org>
3217 L:      keyrings@vger.kernel.org
3218 S:      Maintained
3219 F:      Documentation/module-signing.txt
3220 F:      certs/
3221 F:      scripts/sign-file.c
3222 F:      scripts/extract-cert.c
3223
3224 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3225 L:      linux-usb@vger.kernel.org
3226 S:      Orphan
3227 F:      Documentation/usb/WUSB-Design-overview.txt
3228 F:      Documentation/usb/wusb-cbaf
3229 F:      drivers/usb/host/hwa-hc.c
3230 F:      drivers/usb/host/whci/
3231 F:      drivers/usb/wusbcore/
3232 F:      include/linux/usb/wusb*
3233
3234 HT16K33 LED CONTROLLER DRIVER
3235 M:      Robin van der Gracht <robin@protonic.nl>
3236 S:      Maintained
3237 F:      drivers/auxdisplay/ht16k33.c
3238 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3239
3240 CFAG12864B LCD DRIVER
3241 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3242 W:      http://miguelojeda.es/auxdisplay.htm
3243 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3244 S:      Maintained
3245 F:      drivers/auxdisplay/cfag12864b.c
3246 F:      include/linux/cfag12864b.h
3247
3248 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3249 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3250 W:      http://miguelojeda.es/auxdisplay.htm
3251 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3252 S:      Maintained
3253 F:      drivers/auxdisplay/cfag12864bfb.c
3254 F:      include/linux/cfag12864b.h
3255
3256 CFG80211 and NL80211
3257 M:      Johannes Berg <johannes@sipsolutions.net>
3258 L:      linux-wireless@vger.kernel.org
3259 W:      http://wireless.kernel.org/
3260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3262 S:      Maintained
3263 F:      include/uapi/linux/nl80211.h
3264 F:      include/net/cfg80211.h
3265 F:      net/wireless/*
3266 X:      net/wireless/wext*
3267
3268 CHAR and MISC DRIVERS
3269 M:      Arnd Bergmann <arnd@arndb.de>
3270 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3272 S:      Supported
3273 F:      drivers/char/*
3274 F:      drivers/misc/*
3275 F:      include/linux/miscdevice.h
3276
3277 CHECKPATCH
3278 M:      Andy Whitcroft <apw@canonical.com>
3279 M:      Joe Perches <joe@perches.com>
3280 S:      Maintained
3281 F:      scripts/checkpatch.pl
3282
3283 CHINESE DOCUMENTATION
3284 M:      Harry Wei <harryxiyou@gmail.com>
3285 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3286 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3287 S:      Maintained
3288 F:      Documentation/translations/zh_CN/
3289
3290 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3291 M:      Peter Chen <Peter.Chen@nxp.com>
3292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3293 L:      linux-usb@vger.kernel.org
3294 S:      Maintained
3295 F:      drivers/usb/chipidea/
3296
3297 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3298 M:      Hans de Goede <hdegoede@redhat.com>
3299 L:      linux-input@vger.kernel.org
3300 S:      Maintained
3301 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3302 F:      drivers/input/touchscreen/chipone_icn8318.c
3303
3304 CHROME HARDWARE PLATFORM SUPPORT
3305 M:      Olof Johansson <olof@lixom.net>
3306 S:      Maintained
3307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3308 F:      drivers/platform/chrome/
3309
3310 CISCO VIC ETHERNET NIC DRIVER
3311 M:      Christian Benvenuti <benve@cisco.com>
3312 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3313 M:      Neel Patel <neepatel@cisco.com>
3314 S:      Supported
3315 F:      drivers/net/ethernet/cisco/enic/
3316
3317 CISCO VIC LOW LATENCY NIC DRIVER
3318 M:      Christian Benvenuti <benve@cisco.com>
3319 M:      Dave Goodell <dgoodell@cisco.com>
3320 S:      Supported
3321 F:      drivers/infiniband/hw/usnic/
3322
3323 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3324 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3325 L:      netdev@vger.kernel.org
3326 S:      Maintained
3327 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3328
3329 CIRRUS LOGIC AUDIO CODEC DRIVERS
3330 M:      Brian Austin <brian.austin@cirrus.com>
3331 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3332 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3333 S:      Maintained
3334 F:      sound/soc/codecs/cs*
3335
3336 CLEANCACHE API
3337 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3338 L:      linux-kernel@vger.kernel.org
3339 S:      Maintained
3340 F:      mm/cleancache.c
3341 F:      include/linux/cleancache.h
3342
3343 CLK API
3344 M:      Russell King <linux@armlinux.org.uk>
3345 L:      linux-clk@vger.kernel.org
3346 S:      Maintained
3347 F:      include/linux/clk.h
3348
3349 CLOCKSOURCE, CLOCKEVENT DRIVERS
3350 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3351 M:      Thomas Gleixner <tglx@linutronix.de>
3352 L:      linux-kernel@vger.kernel.org
3353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3354 S:      Supported
3355 F:      drivers/clocksource
3356
3357 CISCO FCOE HBA DRIVER
3358 M:      Satish Kharat <satishkh@cisco.com>
3359 M:      Sesidhar Baddela <sebaddel@cisco.com>
3360 M:      Karan Tilak Kumar <kartilak@cisco.com>
3361 L:      linux-scsi@vger.kernel.org
3362 S:      Supported
3363 F:      drivers/scsi/fnic/
3364
3365 CISCO SCSI HBA DRIVER
3366 M:      Karan Tilak Kumar <kartilak@cisco.com>
3367 M:      Sesidhar Baddela <sebaddel@cisco.com>
3368 L:      linux-scsi@vger.kernel.org
3369 S:      Supported
3370 F:      drivers/scsi/snic/
3371
3372 CMPC ACPI DRIVER
3373 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3374 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3375 L:      platform-driver-x86@vger.kernel.org
3376 S:      Supported
3377 F:      drivers/platform/x86/classmate-laptop.c
3378
3379 COBALT MEDIA DRIVER
3380 M:      Hans Verkuil <hans.verkuil@cisco.com>
3381 L:      linux-media@vger.kernel.org
3382 T:      git git://linuxtv.org/media_tree.git
3383 W:      https://linuxtv.org
3384 S:      Supported
3385 F:      drivers/media/pci/cobalt/
3386
3387 COCCINELLE/Semantic Patches (SmPL)
3388 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3389 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3390 M:      Nicolas Palix <nicolas.palix@imag.fr>
3391 M:      Michal Marek <mmarek@suse.com>
3392 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3394 W:      http://coccinelle.lip6.fr/
3395 S:      Supported
3396 F:      Documentation/dev-tools/coccinelle.rst
3397 F:      scripts/coccinelle/
3398 F:      scripts/coccicheck
3399
3400 CODA FILE SYSTEM
3401 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3402 M:      coda@cs.cmu.edu
3403 L:      codalist@coda.cs.cmu.edu
3404 W:      http://www.coda.cs.cmu.edu/
3405 S:      Maintained
3406 F:      Documentation/filesystems/coda.txt
3407 F:      fs/coda/
3408 F:      include/linux/coda*.h
3409 F:      include/uapi/linux/coda*.h
3410
3411 CODA V4L2 MEM2MEM DRIVER
3412 M:      Philipp Zabel <p.zabel@pengutronix.de>
3413 L:      linux-media@vger.kernel.org
3414 S:      Maintained
3415 F:      Documentation/devicetree/bindings/media/coda.txt
3416 F:      drivers/media/platform/coda/
3417
3418 COMMON CLK FRAMEWORK
3419 M:      Michael Turquette <mturquette@baylibre.com>
3420 M:      Stephen Boyd <sboyd@codeaurora.org>
3421 L:      linux-clk@vger.kernel.org
3422 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3424 S:      Maintained
3425 F:      Documentation/devicetree/bindings/clock/
3426 F:      drivers/clk/
3427 X:      drivers/clk/clkdev.c
3428 F:      include/linux/clk-pr*
3429 F:      include/linux/clk/
3430
3431 COMMON INTERNET FILE SYSTEM (CIFS)
3432 M:      Steve French <sfrench@samba.org>
3433 L:      linux-cifs@vger.kernel.org
3434 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3435 W:      http://linux-cifs.samba.org/
3436 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3437 S:      Supported
3438 F:      Documentation/filesystems/cifs/
3439 F:      fs/cifs/
3440
3441 COMPACTPCI HOTPLUG CORE
3442 M:      Scott Murray <scott@spiteful.org>
3443 L:      linux-pci@vger.kernel.org
3444 S:      Maintained
3445 F:      drivers/pci/hotplug/cpci_hotplug*
3446
3447 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3448 M:      Scott Murray <scott@spiteful.org>
3449 L:      linux-pci@vger.kernel.org
3450 S:      Maintained
3451 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3452
3453 COMPACTPCI HOTPLUG GENERIC DRIVER
3454 M:      Scott Murray <scott@spiteful.org>
3455 L:      linux-pci@vger.kernel.org
3456 S:      Maintained
3457 F:      drivers/pci/hotplug/cpcihp_generic.c
3458
3459 COMPAL LAPTOP SUPPORT
3460 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3461 L:      platform-driver-x86@vger.kernel.org
3462 S:      Maintained
3463 F:      drivers/platform/x86/compal-laptop.c
3464
3465 CONEXANT ACCESSRUNNER USB DRIVER
3466 L:      accessrunner-general@lists.sourceforge.net
3467 W:      http://accessrunner.sourceforge.net/
3468 S:      Orphan
3469 F:      drivers/usb/atm/cxacru.c
3470
3471 CONFIGFS
3472 M:      Joel Becker <jlbec@evilplan.org>
3473 M:      Christoph Hellwig <hch@lst.de>
3474 T:      git git://git.infradead.org/users/hch/configfs.git
3475 S:      Supported
3476 F:      fs/configfs/
3477 F:      include/linux/configfs.h
3478
3479 CONNECTOR
3480 M:      Evgeniy Polyakov <zbr@ioremap.net>
3481 L:      netdev@vger.kernel.org
3482 S:      Maintained
3483 F:      drivers/connector/
3484
3485 CONTROL GROUP (CGROUP)
3486 M:      Tejun Heo <tj@kernel.org>
3487 M:      Li Zefan <lizefan@huawei.com>
3488 M:      Johannes Weiner <hannes@cmpxchg.org>
3489 L:      cgroups@vger.kernel.org
3490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3491 S:      Maintained
3492 F:      Documentation/cgroup*
3493 F:      include/linux/cgroup*
3494 F:      kernel/cgroup*
3495
3496 CONTROL GROUP - CPUSET
3497 M:      Li Zefan <lizefan@huawei.com>
3498 L:      cgroups@vger.kernel.org
3499 W:      http://www.bullopensource.org/cpuset/
3500 W:      http://oss.sgi.com/projects/cpusets/
3501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3502 S:      Maintained
3503 F:      Documentation/cgroup-v1/cpusets.txt
3504 F:      include/linux/cpuset.h
3505 F:      kernel/cpuset.c
3506
3507 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3508 M:      Johannes Weiner <hannes@cmpxchg.org>
3509 M:      Michal Hocko <mhocko@kernel.org>
3510 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3511 L:      cgroups@vger.kernel.org
3512 L:      linux-mm@kvack.org
3513 S:      Maintained
3514 F:      mm/memcontrol.c
3515 F:      mm/swap_cgroup.c
3516
3517 CORETEMP HARDWARE MONITORING DRIVER
3518 M:      Fenghua Yu <fenghua.yu@intel.com>
3519 L:      linux-hwmon@vger.kernel.org
3520 S:      Maintained
3521 F:      Documentation/hwmon/coretemp
3522 F:      drivers/hwmon/coretemp.c
3523
3524 COSA/SRP SYNC SERIAL DRIVER
3525 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3526 W:      http://www.fi.muni.cz/~kas/cosa/
3527 S:      Maintained
3528 F:      drivers/net/wan/cosa*
3529
3530 CPMAC ETHERNET DRIVER
3531 M:      Florian Fainelli <f.fainelli@gmail.com>
3532 L:      netdev@vger.kernel.org
3533 S:      Maintained
3534 F:      drivers/net/ethernet/ti/cpmac.c
3535
3536 CPU FREQUENCY DRIVERS
3537 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3538 M:      Viresh Kumar <viresh.kumar@linaro.org>
3539 L:      linux-pm@vger.kernel.org
3540 S:      Maintained
3541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3542 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3543 B:      https://bugzilla.kernel.org
3544 F:      Documentation/cpu-freq/
3545 F:      Documentation/devicetree/bindings/cpufreq/
3546 F:      drivers/cpufreq/
3547 F:      include/linux/cpufreq.h
3548 F:      tools/testing/selftests/cpufreq/
3549
3550 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3551 M:      Viresh Kumar <viresh.kumar@linaro.org>
3552 M:      Sudeep Holla <sudeep.holla@arm.com>
3553 L:      linux-pm@vger.kernel.org
3554 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3555 S:      Maintained
3556 F:      drivers/cpufreq/arm_big_little.h
3557 F:      drivers/cpufreq/arm_big_little.c
3558 F:      drivers/cpufreq/arm_big_little_dt.c
3559
3560 CPUIDLE DRIVER - ARM BIG LITTLE
3561 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3562 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3563 L:      linux-pm@vger.kernel.org
3564 L:      linux-arm-kernel@lists.infradead.org
3565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3566 S:      Maintained
3567 F:      drivers/cpuidle/cpuidle-big_little.c
3568
3569 CPUIDLE DRIVER - ARM EXYNOS
3570 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3571 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3572 M:      Kukjin Kim <kgene@kernel.org>
3573 L:      linux-pm@vger.kernel.org
3574 L:      linux-samsung-soc@vger.kernel.org
3575 S:      Supported
3576 F:      drivers/cpuidle/cpuidle-exynos.c
3577 F:      arch/arm/mach-exynos/pm.c
3578
3579 CPUIDLE DRIVERS
3580 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3581 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3582 L:      linux-pm@vger.kernel.org
3583 S:      Maintained
3584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3585 B:      https://bugzilla.kernel.org
3586 F:      drivers/cpuidle/*
3587 F:      include/linux/cpuidle.h
3588
3589 CPUID/MSR DRIVER
3590 M:      "H. Peter Anvin" <hpa@zytor.com>
3591 S:      Maintained
3592 F:      arch/x86/kernel/cpuid.c
3593 F:      arch/x86/kernel/msr.c
3594
3595 CPU POWER MONITORING SUBSYSTEM
3596 M:      Thomas Renninger <trenn@suse.com>
3597 L:      linux-pm@vger.kernel.org
3598 S:      Maintained
3599 F:      tools/power/cpupower/
3600
3601 CRAMFS FILESYSTEM
3602 W:      http://sourceforge.net/projects/cramfs/
3603 S:      Orphan / Obsolete
3604 F:      Documentation/filesystems/cramfs.txt
3605 F:      fs/cramfs/
3606
3607 CRIS PORT
3608 M:      Mikael Starvik <starvik@axis.com>
3609 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3610 L:      linux-cris-kernel@axis.com
3611 W:      http://developer.axis.com
3612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3613 S:      Maintained
3614 F:      arch/cris/
3615 F:      drivers/tty/serial/crisv10.*
3616
3617 CRYPTO API
3618 M:      Herbert Xu <herbert@gondor.apana.org.au>
3619 M:      "David S. Miller" <davem@davemloft.net>
3620 L:      linux-crypto@vger.kernel.org
3621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3623 S:      Maintained
3624 F:      Documentation/crypto/
3625 F:      Documentation/devicetree/bindings/crypto/
3626 F:      arch/*/crypto/
3627 F:      crypto/
3628 F:      drivers/crypto/
3629 F:      include/crypto/
3630 F:      include/linux/crypto*
3631
3632 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3633 M:      Neil Horman <nhorman@tuxdriver.com>
3634 L:      linux-crypto@vger.kernel.org
3635 S:      Maintained
3636 F:      crypto/ansi_cprng.c
3637 F:      crypto/rng.c
3638
3639 CS3308 MEDIA DRIVER
3640 M:      Hans Verkuil <hverkuil@xs4all.nl>
3641 L:      linux-media@vger.kernel.org
3642 T:      git git://linuxtv.org/media_tree.git
3643 W:      http://linuxtv.org
3644 S:      Odd Fixes
3645 F:      drivers/media/i2c/cs3308.c
3646 F:      drivers/media/i2c/cs3308.h
3647
3648 CS5535 Audio ALSA driver
3649 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3650 S:      Maintained
3651 F:      sound/pci/cs5535audio/
3652
3653 CW1200 WLAN driver
3654 M:      Solomon Peachy <pizza@shaftnet.org>
3655 S:      Maintained
3656 F:      drivers/net/wireless/st/cw1200/
3657
3658 CX18 VIDEO4LINUX DRIVER
3659 M:      Andy Walls <awalls@md.metrocast.net>
3660 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3661 L:      linux-media@vger.kernel.org
3662 T:      git git://linuxtv.org/media_tree.git
3663 W:      https://linuxtv.org
3664 W:      http://www.ivtvdriver.org/index.php/Cx18
3665 S:      Maintained
3666 F:      Documentation/media/v4l-drivers/cx18*
3667 F:      drivers/media/pci/cx18/
3668 F:      include/uapi/linux/ivtv*
3669
3670 CX2341X MPEG ENCODER HELPER MODULE
3671 M:      Hans Verkuil <hverkuil@xs4all.nl>
3672 L:      linux-media@vger.kernel.org
3673 T:      git git://linuxtv.org/media_tree.git
3674 W:      https://linuxtv.org
3675 S:      Maintained
3676 F:      drivers/media/common/cx2341x*
3677 F:      include/media/cx2341x*
3678
3679 CX24120 MEDIA DRIVER
3680 M:      Jemma Denson <jdenson@gmail.com>
3681 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3682 L:      linux-media@vger.kernel.org
3683 W:      https://linuxtv.org
3684 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3685 S:      Maintained
3686 F:      drivers/media/dvb-frontends/cx24120*
3687
3688 CX88 VIDEO4LINUX DRIVER
3689 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3690 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3691 L:      linux-media@vger.kernel.org
3692 W:      https://linuxtv.org
3693 T:      git git://linuxtv.org/media_tree.git
3694 S:      Odd fixes
3695 F:      Documentation/media/v4l-drivers/cx88*
3696 F:      drivers/media/pci/cx88/
3697
3698 CXD2820R MEDIA DRIVER
3699 M:      Antti Palosaari <crope@iki.fi>
3700 L:      linux-media@vger.kernel.org
3701 W:      https://linuxtv.org
3702 W:      http://palosaari.fi/linux/
3703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3704 T:      git git://linuxtv.org/anttip/media_tree.git
3705 S:      Maintained
3706 F:      drivers/media/dvb-frontends/cxd2820r*
3707
3708 CXGB3 ETHERNET DRIVER (CXGB3)
3709 M:      Santosh Raspatur <santosh@chelsio.com>
3710 L:      netdev@vger.kernel.org
3711 W:      http://www.chelsio.com
3712 S:      Supported
3713 F:      drivers/net/ethernet/chelsio/cxgb3/
3714
3715 CXGB3 ISCSI DRIVER (CXGB3I)
3716 M:      Karen Xie <kxie@chelsio.com>
3717 L:      linux-scsi@vger.kernel.org
3718 W:      http://www.chelsio.com
3719 S:      Supported
3720 F:      drivers/scsi/cxgbi/cxgb3i
3721
3722 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3723 M:      Steve Wise <swise@chelsio.com>
3724 L:      linux-rdma@vger.kernel.org
3725 W:      http://www.openfabrics.org
3726 S:      Supported
3727 F:      drivers/infiniband/hw/cxgb3/
3728 F:      include/uapi/rdma/cxgb3-abi.h
3729
3730 CXGB4 ETHERNET DRIVER (CXGB4)
3731 M:      Ganesh Goudar <ganeshgr@chelsio.com>
3732 L:      netdev@vger.kernel.org
3733 W:      http://www.chelsio.com
3734 S:      Supported
3735 F:      drivers/net/ethernet/chelsio/cxgb4/
3736
3737 CXGB4 ISCSI DRIVER (CXGB4I)
3738 M:      Karen Xie <kxie@chelsio.com>
3739 L:      linux-scsi@vger.kernel.org
3740 W:      http://www.chelsio.com
3741 S:      Supported
3742 F:      drivers/scsi/cxgbi/cxgb4i
3743
3744 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3745 M:      Steve Wise <swise@chelsio.com>
3746 L:      linux-rdma@vger.kernel.org
3747 W:      http://www.openfabrics.org
3748 S:      Supported
3749 F:      drivers/infiniband/hw/cxgb4/
3750 F:      include/uapi/rdma/cxgb4-abi.h
3751
3752 CXGB4 CRYPTO DRIVER (chcr)
3753 M:      Harsh Jain <harsh@chelsio.com>
3754 L:      linux-crypto@vger.kernel.org
3755 W:      http://www.chelsio.com
3756 S:      Supported
3757 F:      drivers/crypto/chelsio
3758
3759 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3760 M:      Casey Leedom <leedom@chelsio.com>
3761 L:      netdev@vger.kernel.org
3762 W:      http://www.chelsio.com
3763 S:      Supported
3764 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3765
3766 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3767 M:      Ian Munsie <imunsie@au1.ibm.com>
3768 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3769 L:      linuxppc-dev@lists.ozlabs.org
3770 S:      Supported
3771 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3772 F:      drivers/misc/cxl/
3773 F:      include/misc/cxl*
3774 F:      include/uapi/misc/cxl.h
3775 F:      Documentation/powerpc/cxl.txt
3776 F:      Documentation/ABI/testing/sysfs-class-cxl
3777
3778 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3779 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3780 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3781 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3782 L:      linux-scsi@vger.kernel.org
3783 S:      Supported
3784 F:      drivers/scsi/cxlflash/
3785 F:      include/uapi/scsi/cxlflash_ioctls.h
3786 F:      Documentation/powerpc/cxlflash.txt
3787
3788 STMMAC ETHERNET DRIVER
3789 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3790 M:      Alexandre Torgue <alexandre.torgue@st.com>
3791 L:      netdev@vger.kernel.org
3792 W:      http://www.stlinux.com
3793 S:      Supported
3794 F:      drivers/net/ethernet/stmicro/stmmac/
3795
3796 CYBERPRO FB DRIVER
3797 M:      Russell King <linux@armlinux.org.uk>
3798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3799 W:      http://www.armlinux.org.uk/
3800 S:      Maintained
3801 F:      drivers/video/fbdev/cyber2000fb.*
3802
3803 CYCLADES ASYNC MUX DRIVER
3804 W:      http://www.cyclades.com/
3805 S:      Orphan
3806 F:      drivers/tty/cyclades.c
3807 F:      include/linux/cyclades.h
3808 F:      include/uapi/linux/cyclades.h
3809
3810 CYCLADES PC300 DRIVER
3811 W:      http://www.cyclades.com/
3812 S:      Orphan
3813 F:      drivers/net/wan/pc300*
3814
3815 CYPRESS_FIRMWARE MEDIA DRIVER
3816 M:      Antti Palosaari <crope@iki.fi>
3817 L:      linux-media@vger.kernel.org
3818 W:      https://linuxtv.org
3819 W:      http://palosaari.fi/linux/
3820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3821 T:      git git://linuxtv.org/anttip/media_tree.git
3822 S:      Maintained
3823 F:      drivers/media/common/cypress_firmware*
3824
3825 CYTTSP TOUCHSCREEN DRIVER
3826 M:      Ferruh Yigit <fery@cypress.com>
3827 L:      linux-input@vger.kernel.org
3828 S:      Supported
3829 F:      drivers/input/touchscreen/cyttsp*
3830 F:      include/linux/input/cyttsp.h
3831
3832 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3833 M:      Joshua Kinard <kumba@gentoo.org>
3834 S:      Maintained
3835 F:      drivers/rtc/rtc-ds1685.c
3836 F:      include/linux/rtc/ds1685.h
3837
3838 DAMA SLAVE for AX.25
3839 M:      Joerg Reuter <jreuter@yaina.de>
3840 W:      http://yaina.de/jreuter/
3841 W:      http://www.qsl.net/dl1bke/
3842 L:      linux-hams@vger.kernel.org
3843 S:      Maintained
3844 F:      net/ax25/af_ax25.c
3845 F:      net/ax25/ax25_dev.c
3846 F:      net/ax25/ax25_ds_*
3847 F:      net/ax25/ax25_in.c
3848 F:      net/ax25/ax25_out.c
3849 F:      net/ax25/ax25_timer.c
3850 F:      net/ax25/sysctl_net_ax25.c
3851
3852 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3853 L:      netdev@vger.kernel.org
3854 S:      Orphan
3855 F:      Documentation/networking/dmfe.txt
3856 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3857
3858 DC390/AM53C974 SCSI driver
3859 M:      Hannes Reinecke <hare@suse.com>
3860 L:      linux-scsi@vger.kernel.org
3861 S:      Maintained
3862 F:      drivers/scsi/am53c974.c
3863
3864 DC395x SCSI driver
3865 M:      Oliver Neukum <oliver@neukum.org>
3866 M:      Ali Akcaagac <aliakc@web.de>
3867 M:      Jamie Lenehan <lenehan@twibble.org>
3868 L:      dc395x@twibble.org
3869 W:      http://twibble.org/dist/dc395x/
3870 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3871 S:      Maintained
3872 F:      Documentation/scsi/dc395x.txt
3873 F:      drivers/scsi/dc395x.*
3874
3875 DCCP PROTOCOL
3876 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3877 L:      dccp@vger.kernel.org
3878 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3879 S:      Maintained
3880 F:      include/linux/dccp.h
3881 F:      include/uapi/linux/dccp.h
3882 F:      include/linux/tfrc.h
3883 F:      net/dccp/
3884
3885 DECnet NETWORK LAYER
3886 W:      http://linux-decnet.sourceforge.net
3887 L:      linux-decnet-user@lists.sourceforge.net
3888 S:      Orphan
3889 F:      Documentation/networking/decnet.txt
3890 F:      net/decnet/
3891
3892 DECSTATION PLATFORM SUPPORT
3893 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3894 L:      linux-mips@linux-mips.org
3895 W:      http://www.linux-mips.org/wiki/DECstation
3896 S:      Maintained
3897 F:      arch/mips/dec/
3898 F:      arch/mips/include/asm/dec/
3899 F:      arch/mips/include/asm/mach-dec/
3900
3901 DEFXX FDDI NETWORK DRIVER
3902 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3903 S:      Maintained
3904 F:      drivers/net/fddi/defxx.*
3905
3906 DELL LAPTOP DRIVER
3907 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3908 M:      Pali Rohár <pali.rohar@gmail.com>
3909 L:      platform-driver-x86@vger.kernel.org
3910 S:      Maintained
3911 F:      drivers/platform/x86/dell-laptop.c
3912
3913 DELL LAPTOP RBTN DRIVER
3914 M:      Pali Rohár <pali.rohar@gmail.com>
3915 S:      Maintained
3916 F:      drivers/platform/x86/dell-rbtn.*
3917
3918 DELL LAPTOP FREEFALL DRIVER
3919 M:      Pali Rohár <pali.rohar@gmail.com>
3920 S:      Maintained
3921 F:      drivers/platform/x86/dell-smo8800.c
3922
3923 DELL LAPTOP SMM DRIVER
3924 M:      Pali Rohár <pali.rohar@gmail.com>
3925 S:      Maintained
3926 F:      drivers/hwmon/dell-smm-hwmon.c
3927 F:      include/uapi/linux/i8k.h
3928
3929 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3930 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3931 S:      Maintained
3932 F:      Documentation/dcdbas.txt
3933 F:      drivers/firmware/dcdbas.*
3934
3935 DELL WMI EXTRAS DRIVER
3936 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3937 M:      Pali Rohár <pali.rohar@gmail.com>
3938 S:      Maintained
3939 F:      drivers/platform/x86/dell-wmi.c
3940
3941 DESIGNWARE USB2 DRD IP DRIVER
3942 M:      John Youn <johnyoun@synopsys.com>
3943 L:      linux-usb@vger.kernel.org
3944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3945 S:      Maintained
3946 F:      drivers/usb/dwc2/
3947
3948 DESIGNWARE USB3 DRD IP DRIVER
3949 M:      Felipe Balbi <balbi@kernel.org>
3950 L:      linux-usb@vger.kernel.org
3951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3952 S:      Maintained
3953 F:      drivers/usb/dwc3/
3954
3955 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3956 M:      Andreas Klinger <ak@it-klinger.de>
3957 L:      linux-iio@vger.kernel.org
3958 S:      Maintained
3959 F:      drivers/iio/proximity/srf*.c
3960
3961 DEVICE COREDUMP (DEV_COREDUMP)
3962 M:      Johannes Berg <johannes@sipsolutions.net>
3963 L:      linux-kernel@vger.kernel.org
3964 S:      Maintained
3965 F:      drivers/base/devcoredump.c
3966 F:      include/linux/devcoredump.h
3967
3968 DEVICE FREQUENCY (DEVFREQ)
3969 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3970 M:      Kyungmin Park <kyungmin.park@samsung.com>
3971 R:      Chanwoo Choi <cw00.choi@samsung.com>
3972 L:      linux-pm@vger.kernel.org
3973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3974 S:      Maintained
3975 F:      drivers/devfreq/
3976 F:      include/linux/devfreq.h
3977 F:      Documentation/devicetree/bindings/devfreq/
3978
3979 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3980 M:      Chanwoo Choi <cw00.choi@samsung.com>
3981 L:      linux-pm@vger.kernel.org
3982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3983 S:      Supported
3984 F:      drivers/devfreq/event/
3985 F:      drivers/devfreq/devfreq-event.c
3986 F:      include/linux/devfreq-event.h
3987 F:      Documentation/devicetree/bindings/devfreq/event/
3988
3989 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3990 M:      Chanwoo Choi <cw00.choi@samsung.com>
3991 L:      linux-pm@vger.kernel.org
3992 L:      linux-samsung-soc@vger.kernel.org
3993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3994 S:      Maintained
3995 F:      drivers/devfreq/exynos-bus.c
3996 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3997
3998 DEVICE NUMBER REGISTRY
3999 M:      Torben Mathiasen <device@lanana.org>
4000 W:      http://lanana.org/docs/device-list/index.html
4001 S:      Maintained
4002
4003 DEVICE-MAPPER  (LVM)
4004 M:      Alasdair Kergon <agk@redhat.com>
4005 M:      Mike Snitzer <snitzer@redhat.com>
4006 M:      dm-devel@redhat.com
4007 L:      dm-devel@redhat.com
4008 W:      http://sources.redhat.com/dm
4009 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4011 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4012 S:      Maintained
4013 F:      Documentation/device-mapper/
4014 F:      drivers/md/dm*
4015 F:      drivers/md/persistent-data/
4016 F:      include/linux/device-mapper.h
4017 F:      include/linux/dm-*.h
4018 F:      include/uapi/linux/dm-*.h
4019
4020 DEVLINK
4021 M:      Jiri Pirko <jiri@mellanox.com>
4022 L:      netdev@vger.kernel.org
4023 S:      Supported
4024 F:      net/core/devlink.c
4025 F:      include/net/devlink.h
4026 F:      include/uapi/linux/devlink.h
4027
4028 DIALOG SEMICONDUCTOR DRIVERS
4029 M:      Support Opensource <support.opensource@diasemi.com>
4030 W:      http://www.dialog-semiconductor.com/products
4031 S:      Supported
4032 F:      Documentation/hwmon/da90??
4033 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4034 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4035 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4036 F:      drivers/gpio/gpio-da90??.c
4037 F:      drivers/hwmon/da90??-hwmon.c
4038 F:      drivers/iio/adc/da91??-*.c
4039 F:      drivers/input/misc/da90??_onkey.c
4040 F:      drivers/input/touchscreen/da9052_tsi.c
4041 F:      drivers/leds/leds-da90??.c
4042 F:      drivers/mfd/da903x.c
4043 F:      drivers/mfd/da90??-*.c
4044 F:      drivers/mfd/da91??-*.c
4045 F:      drivers/power/supply/da9052-battery.c
4046 F:      drivers/power/supply/da91??-*.c
4047 F:      drivers/regulator/da903x.c
4048 F:      drivers/regulator/da9???-regulator.[ch]
4049 F:      drivers/rtc/rtc-da90??.c
4050 F:      drivers/video/backlight/da90??_bl.c
4051 F:      drivers/watchdog/da90??_wdt.c
4052 F:      include/linux/mfd/da903x.h
4053 F:      include/linux/mfd/da9052/
4054 F:      include/linux/mfd/da9055/
4055 F:      include/linux/mfd/da9062/
4056 F:      include/linux/mfd/da9063/
4057 F:      include/linux/mfd/da9150/
4058 F:      include/linux/regulator/da9211.h
4059 F:      include/sound/da[79]*.h
4060 F:      sound/soc/codecs/da[79]*.[ch]
4061
4062 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4063 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4064 L:      linux-gpio@vger.kernel.org
4065 S:      Maintained
4066 F:      drivers/gpio/gpio-gpio-mm.c
4067
4068 DIGI NEO AND CLASSIC PCI PRODUCTS
4069 M:      Lidza Louina <lidza.louina@gmail.com>
4070 M:      Mark Hounschell <markh@compro.net>
4071 L:      driverdev-devel@linuxdriverproject.org
4072 S:      Maintained
4073 F:      drivers/staging/dgnc/
4074
4075 DIOLAN U2C-12 I2C DRIVER
4076 M:      Guenter Roeck <linux@roeck-us.net>
4077 L:      linux-i2c@vger.kernel.org
4078 S:      Maintained
4079 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4080
4081 DIRECT ACCESS (DAX)
4082 M:      Matthew Wilcox <mawilcox@microsoft.com>
4083 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
4084 L:      linux-fsdevel@vger.kernel.org
4085 S:      Supported
4086 F:      fs/dax.c
4087 F:      include/linux/dax.h
4088 F:      include/trace/events/fs_dax.h
4089
4090 DIRECTORY NOTIFICATION (DNOTIFY)
4091 M:      Eric Paris <eparis@parisplace.org>
4092 S:      Maintained
4093 F:      Documentation/filesystems/dnotify.txt
4094 F:      fs/notify/dnotify/
4095 F:      include/linux/dnotify.h
4096
4097 DISK GEOMETRY AND PARTITION HANDLING
4098 M:      Andries Brouwer <aeb@cwi.nl>
4099 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4100 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4101 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4102 S:      Maintained
4103
4104 DISKQUOTA
4105 M:      Jan Kara <jack@suse.com>
4106 S:      Maintained
4107 F:      Documentation/filesystems/quota.txt
4108 F:      fs/quota/
4109 F:      include/linux/quota*.h
4110 F:      include/uapi/linux/quota*.h
4111
4112 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4113 M:      Bernie Thompson <bernie@plugable.com>
4114 L:      linux-fbdev@vger.kernel.org
4115 S:      Maintained
4116 W:      http://plugable.com/category/projects/udlfb/
4117 F:      drivers/video/fbdev/udlfb.c
4118 F:      include/video/udlfb.h
4119 F:      Documentation/fb/udlfb.txt
4120
4121 DISTRIBUTED LOCK MANAGER (DLM)
4122 M:      Christine Caulfield <ccaulfie@redhat.com>
4123 M:      David Teigland <teigland@redhat.com>
4124 L:      cluster-devel@redhat.com
4125 W:      http://sources.redhat.com/cluster/
4126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4127 S:      Supported
4128 F:      fs/dlm/
4129
4130 DMA BUFFER SHARING FRAMEWORK
4131 M:      Sumit Semwal <sumit.semwal@linaro.org>
4132 S:      Maintained
4133 L:      linux-media@vger.kernel.org
4134 L:      dri-devel@lists.freedesktop.org
4135 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4136 F:      drivers/dma-buf/
4137 F:      include/linux/dma-buf*
4138 F:      include/linux/reservation.h
4139 F:      include/linux/*fence.h
4140 F:      Documentation/driver-api/dma-buf.rst
4141 T:      git git://anongit.freedesktop.org/drm/drm-misc
4142
4143 SYNC FILE FRAMEWORK
4144 M:      Sumit Semwal <sumit.semwal@linaro.org>
4145 R:      Gustavo Padovan <gustavo@padovan.org>
4146 S:      Maintained
4147 L:      linux-media@vger.kernel.org
4148 L:      dri-devel@lists.freedesktop.org
4149 F:      drivers/dma-buf/sync_*
4150 F:      drivers/dma-buf/dma-fence*
4151 F:      drivers/dma-buf/sw_sync.c
4152 F:      include/linux/sync_file.h
4153 F:      include/uapi/linux/sync_file.h
4154 F:      Documentation/sync_file.txt
4155 T:      git git://anongit.freedesktop.org/drm/drm-misc
4156
4157 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4158 M:      Vinod Koul <vinod.koul@intel.com>
4159 L:      dmaengine@vger.kernel.org
4160 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4161 S:      Maintained
4162 F:      drivers/dma/
4163 F:      include/linux/dmaengine.h
4164 F:      Documentation/devicetree/bindings/dma/
4165 F:      Documentation/dmaengine/
4166 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4167
4168 DME1737 HARDWARE MONITOR DRIVER
4169 M:      Juerg Haefliger <juergh@gmail.com>
4170 L:      linux-hwmon@vger.kernel.org
4171 S:      Maintained
4172 F:      Documentation/hwmon/dme1737
4173 F:      drivers/hwmon/dme1737.c
4174
4175 DMI/SMBIOS SUPPORT
4176 M:      Jean Delvare <jdelvare@suse.com>
4177 S:      Maintained
4178 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4179 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4180 F:      drivers/firmware/dmi-id.c
4181 F:      drivers/firmware/dmi_scan.c
4182 F:      include/linux/dmi.h
4183
4184 DOCUMENTATION
4185 M:      Jonathan Corbet <corbet@lwn.net>
4186 L:      linux-doc@vger.kernel.org
4187 S:      Maintained
4188 F:      Documentation/
4189 F:      scripts/kernel-doc
4190 X:      Documentation/ABI/
4191 X:      Documentation/devicetree/
4192 X:      Documentation/acpi
4193 X:      Documentation/power
4194 X:      Documentation/spi
4195 X:      Documentation/media
4196 T:      git git://git.lwn.net/linux.git docs-next
4197
4198 DOUBLETALK DRIVER
4199 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4200 L:      blinux-list@redhat.com
4201 S:      Maintained
4202 F:      drivers/char/dtlk.c
4203 F:      include/linux/dtlk.h
4204
4205 DPAA2 DATAPATH I/O (DPIO) DRIVER
4206 M:      Roy Pledge <Roy.Pledge@nxp.com>
4207 L:      linux-kernel@vger.kernel.org
4208 S:      Maintained
4209 F:      drivers/staging/fsl-mc/bus/dpio
4210
4211 DPAA2 ETHERNET DRIVER
4212 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4213 L:      linux-kernel@vger.kernel.org
4214 S:      Maintained
4215 F:      drivers/staging/fsl-dpaa2/ethernet
4216
4217 DPT_I2O SCSI RAID DRIVER
4218 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4219 L:      linux-scsi@vger.kernel.org
4220 W:      http://www.adaptec.com/
4221 S:      Maintained
4222 F:      drivers/scsi/dpt*
4223 F:      drivers/scsi/dpt/
4224
4225 DRBD DRIVER
4226 M:      Philipp Reisner <philipp.reisner@linbit.com>
4227 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4228 L:      drbd-dev@lists.linbit.com
4229 W:      http://www.drbd.org
4230 T:      git git://git.linbit.com/linux-drbd.git
4231 T:      git git://git.linbit.com/drbd-8.4.git
4232 S:      Supported
4233 F:      drivers/block/drbd/
4234 F:      lib/lru_cache.c
4235 F:      Documentation/blockdev/drbd/
4236
4237 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4238 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4240 S:      Supported
4241 F:      Documentation/kobject.txt
4242 F:      drivers/base/
4243 F:      fs/debugfs/
4244 F:      fs/sysfs/
4245 F:      include/linux/debugfs.h
4246 F:      include/linux/kobj*
4247 F:      lib/kobj*
4248
4249 DRM DRIVERS
4250 M:      David Airlie <airlied@linux.ie>
4251 L:      dri-devel@lists.freedesktop.org
4252 T:      git git://people.freedesktop.org/~airlied/linux
4253 B:      https://bugs.freedesktop.org/
4254 C:      irc://chat.freenode.net/dri-devel
4255 S:      Maintained
4256 F:      drivers/gpu/drm/
4257 F:      drivers/gpu/vga/
4258 F:      Documentation/devicetree/bindings/display/
4259 F:      Documentation/devicetree/bindings/gpu/
4260 F:      Documentation/devicetree/bindings/video/
4261 F:      Documentation/gpu/
4262 F:      include/drm/
4263 F:      include/uapi/drm/
4264 F:      include/linux/vga*
4265
4266 DRM DRIVERS AND MISC GPU PATCHES
4267 M:      Daniel Vetter <daniel.vetter@intel.com>
4268 M:      Jani Nikula <jani.nikula@linux.intel.com>
4269 M:      Sean Paul <seanpaul@chromium.org>
4270 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4271 S:      Maintained
4272 T:      git git://anongit.freedesktop.org/drm/drm-misc
4273 F:      Documentation/gpu/
4274 F:      drivers/gpu/vga/
4275 F:      drivers/gpu/drm/*
4276 F:      include/drm/drm*
4277 F:      include/uapi/drm/drm*
4278 F:      include/linux/vga*
4279
4280 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4281 M:      Dave Airlie <airlied@redhat.com>
4282 S:      Odd Fixes
4283 F:      drivers/gpu/drm/ast/
4284
4285 DRM DRIVERS FOR BRIDGE CHIPS
4286 M:      Archit Taneja <architt@codeaurora.org>
4287 S:      Maintained
4288 T:      git git://anongit.freedesktop.org/drm/drm-misc
4289 F:      drivers/gpu/drm/bridge/
4290
4291 DRM DRIVER FOR BOCHS VIRTUAL GPU
4292 M:      Gerd Hoffmann <kraxel@redhat.com>
4293 L:      virtualization@lists.linux-foundation.org
4294 T:      git git://anongit.freedesktop.org/drm/drm-misc
4295 S:      Maintained
4296 F:      drivers/gpu/drm/bochs/
4297
4298 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4299 M:      Dave Airlie <airlied@redhat.com>
4300 M:      Gerd Hoffmann <kraxel@redhat.com>
4301 L:      virtualization@lists.linux-foundation.org
4302 T:      git git://anongit.freedesktop.org/drm/drm-misc
4303 S:      Obsolete
4304 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4305 F:      drivers/gpu/drm/cirrus/
4306
4307 RADEON and AMDGPU DRM DRIVERS
4308 M:      Alex Deucher <alexander.deucher@amd.com>
4309 M:      Christian König <christian.koenig@amd.com>
4310 L:      amd-gfx@lists.freedesktop.org
4311 T:      git git://people.freedesktop.org/~agd5f/linux
4312 S:      Supported
4313 F:      drivers/gpu/drm/radeon/
4314 F:      include/uapi/drm/radeon_drm.h
4315 F:      drivers/gpu/drm/amd/
4316 F:      include/uapi/drm/amdgpu_drm.h
4317
4318 DRM PANEL DRIVERS
4319 M:      Thierry Reding <thierry.reding@gmail.com>
4320 L:      dri-devel@lists.freedesktop.org
4321 T:      git git://anongit.freedesktop.org/tegra/linux.git
4322 S:      Maintained
4323 F:      drivers/gpu/drm/drm_panel.c
4324 F:      drivers/gpu/drm/panel/
4325 F:      include/drm/drm_panel.h
4326 F:      Documentation/devicetree/bindings/display/panel/
4327
4328 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4329 M:      Daniel Vetter <daniel.vetter@intel.com>
4330 M:      Jani Nikula <jani.nikula@linux.intel.com>
4331 L:      intel-gfx@lists.freedesktop.org
4332 W:      https://01.org/linuxgraphics/
4333 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4334 C:      irc://chat.freenode.net/intel-gfx
4335 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4336 T:      git git://anongit.freedesktop.org/drm-intel
4337 S:      Supported
4338 F:      drivers/gpu/drm/i915/
4339 F:      include/drm/i915*
4340 F:      include/uapi/drm/i915_drm.h
4341 F:      Documentation/gpu/i915.rst
4342
4343 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4344 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4345 M:      Zhi Wang <zhi.a.wang@intel.com>
4346 L:      intel-gvt-dev@lists.freedesktop.org
4347 L:      intel-gfx@lists.freedesktop.org
4348 W:      https://01.org/igvt-g
4349 T:      git https://github.com/01org/gvt-linux.git
4350 S:      Supported
4351 F:      drivers/gpu/drm/i915/gvt/
4352
4353 DRM DRIVERS FOR ATMEL HLCDC
4354 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4355 L:      dri-devel@lists.freedesktop.org
4356 S:      Supported
4357 F:      drivers/gpu/drm/atmel-hlcdc/
4358 F:      Documentation/devicetree/bindings/drm/atmel/
4359 T:      git git://anongit.freedesktop.org/drm/drm-misc
4360
4361 DRM DRIVERS FOR ALLWINNER A10
4362 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4363 L:      dri-devel@lists.freedesktop.org
4364 S:      Supported
4365 F:      drivers/gpu/drm/sun4i/
4366 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4368
4369 DRM DRIVERS FOR AMLOGIC SOCS
4370 M:      Neil Armstrong <narmstrong@baylibre.com>
4371 L:      dri-devel@lists.freedesktop.org
4372 L:      linux-amlogic@lists.infradead.org
4373 W:      http://linux-meson.com/
4374 S:      Supported
4375 F:      drivers/gpu/drm/meson/
4376 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4377 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4378 F:      Documentation/gpu/meson.rst
4379 T:      git git://anongit.freedesktop.org/drm/drm-misc
4380
4381 DRM DRIVERS FOR EXYNOS
4382 M:      Inki Dae <inki.dae@samsung.com>
4383 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4384 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4385 M:      Kyungmin Park <kyungmin.park@samsung.com>
4386 L:      dri-devel@lists.freedesktop.org
4387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4388 S:      Supported
4389 F:      drivers/gpu/drm/exynos/
4390 F:      include/uapi/drm/exynos_drm.h
4391 F:      Documentation/devicetree/bindings/display/exynos/
4392
4393 DRM DRIVERS FOR FREESCALE DCU
4394 M:      Stefan Agner <stefan@agner.ch>
4395 M:      Alison Wang <alison.wang@freescale.com>
4396 L:      dri-devel@lists.freedesktop.org
4397 S:      Supported
4398 F:      drivers/gpu/drm/fsl-dcu/
4399 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4400 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4401 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4402
4403 DRM DRIVERS FOR FREESCALE IMX
4404 M:      Philipp Zabel <p.zabel@pengutronix.de>
4405 L:      dri-devel@lists.freedesktop.org
4406 S:      Maintained
4407 F:      drivers/gpu/drm/imx/
4408 F:      drivers/gpu/ipu-v3/
4409 F:      Documentation/devicetree/bindings/display/imx/
4410
4411 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4412 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4413 L:      dri-devel@lists.freedesktop.org
4414 T:      git git://github.com/patjak/drm-gma500
4415 S:      Maintained
4416 F:      drivers/gpu/drm/gma500/
4417
4418 DRM DRIVERS FOR HISILICON
4419 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4420 M:      Rongrong Zou <zourongrong@gmail.com>
4421 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4422 R:      Chen Feng <puck.chen@hisilicon.com>
4423 L:      dri-devel@lists.freedesktop.org
4424 T:      git git://github.com/xin3liang/linux.git
4425 S:      Maintained
4426 F:      drivers/gpu/drm/hisilicon/
4427 F:      Documentation/devicetree/bindings/display/hisilicon/
4428
4429 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4430 S:      Orphan / Obsolete
4431 F:      drivers/gpu/drm/i810/
4432 F:      include/uapi/drm/i810_drm.h
4433
4434 DRM DRIVERS FOR MEDIATEK
4435 M:      CK Hu <ck.hu@mediatek.com>
4436 M:      Philipp Zabel <p.zabel@pengutronix.de>
4437 L:      dri-devel@lists.freedesktop.org
4438 S:      Supported
4439 F:      drivers/gpu/drm/mediatek/
4440 F:      Documentation/devicetree/bindings/display/mediatek/
4441
4442 DRM DRIVER FOR MI0283QT
4443 M:      Noralf Trønnes <noralf@tronnes.org>
4444 S:      Maintained
4445 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4446 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4447
4448 DRM DRIVER FOR MSM ADRENO GPU
4449 M:      Rob Clark <robdclark@gmail.com>
4450 L:      linux-arm-msm@vger.kernel.org
4451 L:      dri-devel@lists.freedesktop.org
4452 L:      freedreno@lists.freedesktop.org
4453 T:      git git://people.freedesktop.org/~robclark/linux
4454 S:      Maintained
4455 F:      drivers/gpu/drm/msm/
4456 F:      include/uapi/drm/msm_drm.h
4457 F:      Documentation/devicetree/bindings/display/msm/
4458
4459 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4460 M:      Ben Skeggs <bskeggs@redhat.com>
4461 L:      dri-devel@lists.freedesktop.org
4462 L:      nouveau@lists.freedesktop.org
4463 T:      git git://github.com/skeggsb/linux
4464 S:      Supported
4465 F:      drivers/gpu/drm/nouveau/
4466 F:      include/uapi/drm/nouveau_drm.h
4467
4468 DRM DRIVERS FOR NVIDIA TEGRA
4469 M:      Thierry Reding <thierry.reding@gmail.com>
4470 L:      dri-devel@lists.freedesktop.org
4471 L:      linux-tegra@vger.kernel.org
4472 T:      git git://anongit.freedesktop.org/tegra/linux.git
4473 S:      Supported
4474 F:      drivers/gpu/drm/tegra/
4475 F:      drivers/gpu/host1x/
4476 F:      include/linux/host1x.h
4477 F:      include/uapi/drm/tegra_drm.h
4478 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4479
4480 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4481 S:      Orphan / Obsolete
4482 F:      drivers/gpu/drm/mga/
4483 F:      include/uapi/drm/mga_drm.h
4484
4485 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4486 M:      Dave Airlie <airlied@redhat.com>
4487 S:      Odd Fixes
4488 F:      drivers/gpu/drm/mgag200/
4489
4490 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4491 S:      Orphan / Obsolete
4492 F:      drivers/gpu/drm/r128/
4493 F:      include/uapi/drm/r128_drm.h
4494
4495 DRM DRIVERS FOR RENESAS
4496 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4497 L:      dri-devel@lists.freedesktop.org
4498 L:      linux-renesas-soc@vger.kernel.org
4499 T:      git git://linuxtv.org/pinchartl/fbdev
4500 S:      Supported
4501 F:      drivers/gpu/drm/rcar-du/
4502 F:      drivers/gpu/drm/shmobile/
4503 F:      include/linux/platform_data/shmob_drm.h
4504 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4505 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4506
4507 DRM DRIVER FOR QXL VIRTUAL GPU
4508 M:      Dave Airlie <airlied@redhat.com>
4509 M:      Gerd Hoffmann <kraxel@redhat.com>
4510 L:      virtualization@lists.linux-foundation.org
4511 T:      git git://anongit.freedesktop.org/drm/drm-misc
4512 S:      Maintained
4513 F:      drivers/gpu/drm/qxl/
4514 F:      include/uapi/drm/qxl_drm.h
4515
4516 DRM DRIVERS FOR ROCKCHIP
4517 M:      Mark Yao <mark.yao@rock-chips.com>
4518 L:      dri-devel@lists.freedesktop.org
4519 S:      Maintained
4520 F:      drivers/gpu/drm/rockchip/
4521 F:      Documentation/devicetree/bindings/display/rockchip/
4522 T:      git git://anongit.freedesktop.org/drm/drm-misc
4523
4524 DRM DRIVER FOR SAVAGE VIDEO CARDS
4525 S:      Orphan / Obsolete
4526 F:      drivers/gpu/drm/savage/
4527 F:      include/uapi/drm/savage_drm.h
4528
4529 DRM DRIVER FOR SIS VIDEO CARDS
4530 S:      Orphan / Obsolete
4531 F:      drivers/gpu/drm/sis/
4532 F:      include/uapi/drm/sis_drm.h
4533
4534 DRM DRIVERS FOR STI
4535 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4536 M:      Vincent Abriou <vincent.abriou@st.com>
4537 L:      dri-devel@lists.freedesktop.org
4538 T:      git git://anongit.freedesktop.org/drm/drm-misc
4539 S:      Maintained
4540 F:      drivers/gpu/drm/sti
4541 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4542
4543 DRM DRIVER FOR TDFX VIDEO CARDS
4544 S:      Orphan / Obsolete
4545 F:      drivers/gpu/drm/tdfx/
4546
4547 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4548 M:      Dave Airlie <airlied@redhat.com>
4549 S:      Odd Fixes
4550 F:      drivers/gpu/drm/udl/
4551
4552 DRM DRIVERS FOR VIVANTE GPU IP
4553 M:      Lucas Stach <l.stach@pengutronix.de>
4554 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4555 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4556 L:      etnaviv@lists.freedesktop.org
4557 L:      dri-devel@lists.freedesktop.org
4558 S:      Maintained
4559 F:      drivers/gpu/drm/etnaviv/
4560 F:      include/uapi/drm/etnaviv_drm.h
4561 F:      Documentation/devicetree/bindings/display/etnaviv/
4562
4563 DRM DRIVER FOR VMWARE VIRTUAL GPU
4564 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4565 M:      Sinclair Yeh <syeh@vmware.com>
4566 M:      Thomas Hellstrom <thellstrom@vmware.com>
4567 L:      dri-devel@lists.freedesktop.org
4568 T:      git git://people.freedesktop.org/~syeh/repos_linux
4569 T:      git git://people.freedesktop.org/~thomash/linux
4570 S:      Supported
4571 F:      drivers/gpu/drm/vmwgfx/
4572 F:      include/uapi/drm/vmwgfx_drm.h
4573
4574 DRM DRIVERS FOR VC4
4575 M:      Eric Anholt <eric@anholt.net>
4576 T:      git git://github.com/anholt/linux
4577 S:      Supported
4578 F:      drivers/gpu/drm/vc4/
4579 F:      include/uapi/drm/vc4_drm.h
4580 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4581 T:      git git://anongit.freedesktop.org/drm/drm-misc
4582
4583 DRM DRIVERS FOR TI OMAP
4584 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4585 L:      dri-devel@lists.freedesktop.org
4586 S:      Maintained
4587 F:      drivers/gpu/drm/omapdrm/
4588 F:      Documentation/devicetree/bindings/display/ti/
4589
4590 DRM DRIVERS FOR TI LCDC
4591 M:      Jyri Sarha <jsarha@ti.com>
4592 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4593 L:      dri-devel@lists.freedesktop.org
4594 S:      Maintained
4595 F:      drivers/gpu/drm/tilcdc/
4596 F:      Documentation/devicetree/bindings/display/tilcdc/
4597
4598 DRM DRIVERS FOR ZTE ZX
4599 M:      Shawn Guo <shawnguo@kernel.org>
4600 L:      dri-devel@lists.freedesktop.org
4601 S:      Maintained
4602 F:      drivers/gpu/drm/zte/
4603 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4604 T:      git git://anongit.freedesktop.org/drm/drm-misc
4605
4606 DSBR100 USB FM RADIO DRIVER
4607 M:      Alexey Klimov <klimov.linux@gmail.com>
4608 L:      linux-media@vger.kernel.org
4609 T:      git git://linuxtv.org/media_tree.git
4610 S:      Maintained
4611 F:      drivers/media/radio/dsbr100.c
4612
4613 DSCC4 DRIVER
4614 M:      Francois Romieu <romieu@fr.zoreil.com>
4615 L:      netdev@vger.kernel.org
4616 S:      Maintained
4617 F:      drivers/net/wan/dscc4.c
4618
4619 DT3155 MEDIA DRIVER
4620 M:      Hans Verkuil <hverkuil@xs4all.nl>
4621 L:      linux-media@vger.kernel.org
4622 T:      git git://linuxtv.org/media_tree.git
4623 W:      https://linuxtv.org
4624 S:      Odd Fixes
4625 F:      drivers/media/pci/dt3155/
4626
4627 DVB_USB_AF9015 MEDIA DRIVER
4628 M:      Antti Palosaari <crope@iki.fi>
4629 L:      linux-media@vger.kernel.org
4630 W:      https://linuxtv.org
4631 W:      http://palosaari.fi/linux/
4632 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4633 T:      git git://linuxtv.org/anttip/media_tree.git
4634 S:      Maintained
4635 F:      drivers/media/usb/dvb-usb-v2/af9015*
4636
4637 DVB_USB_AF9035 MEDIA DRIVER
4638 M:      Antti Palosaari <crope@iki.fi>
4639 L:      linux-media@vger.kernel.org
4640 W:      https://linuxtv.org
4641 W:      http://palosaari.fi/linux/
4642 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4643 T:      git git://linuxtv.org/anttip/media_tree.git
4644 S:      Maintained
4645 F:      drivers/media/usb/dvb-usb-v2/af9035*
4646
4647 DVB_USB_ANYSEE MEDIA DRIVER
4648 M:      Antti Palosaari <crope@iki.fi>
4649 L:      linux-media@vger.kernel.org
4650 W:      https://linuxtv.org
4651 W:      http://palosaari.fi/linux/
4652 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4653 T:      git git://linuxtv.org/anttip/media_tree.git
4654 S:      Maintained
4655 F:      drivers/media/usb/dvb-usb-v2/anysee*
4656
4657 DVB_USB_AU6610 MEDIA DRIVER
4658 M:      Antti Palosaari <crope@iki.fi>
4659 L:      linux-media@vger.kernel.org
4660 W:      https://linuxtv.org
4661 W:      http://palosaari.fi/linux/
4662 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4663 T:      git git://linuxtv.org/anttip/media_tree.git
4664 S:      Maintained
4665 F:      drivers/media/usb/dvb-usb-v2/au6610*
4666
4667 DVB_USB_CE6230 MEDIA DRIVER
4668 M:      Antti Palosaari <crope@iki.fi>
4669 L:      linux-media@vger.kernel.org
4670 W:      https://linuxtv.org
4671 W:      http://palosaari.fi/linux/
4672 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4673 T:      git git://linuxtv.org/anttip/media_tree.git
4674 S:      Maintained
4675 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4676
4677 DVB_USB_CXUSB MEDIA DRIVER
4678 M:      Michael Krufky <mkrufky@linuxtv.org>
4679 L:      linux-media@vger.kernel.org
4680 W:      https://linuxtv.org
4681 W:      http://github.com/mkrufky
4682 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4683 T:      git git://linuxtv.org/media_tree.git
4684 S:      Maintained
4685 F:      drivers/media/usb/dvb-usb/cxusb*
4686
4687 DVB_USB_EC168 MEDIA DRIVER
4688 M:      Antti Palosaari <crope@iki.fi>
4689 L:      linux-media@vger.kernel.org
4690 W:      https://linuxtv.org
4691 W:      http://palosaari.fi/linux/
4692 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4693 T:      git git://linuxtv.org/anttip/media_tree.git
4694 S:      Maintained
4695 F:      drivers/media/usb/dvb-usb-v2/ec168*
4696
4697 DVB_USB_GL861 MEDIA DRIVER
4698 M:      Antti Palosaari <crope@iki.fi>
4699 L:      linux-media@vger.kernel.org
4700 W:      https://linuxtv.org
4701 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4702 T:      git git://linuxtv.org/anttip/media_tree.git
4703 S:      Maintained
4704 F:      drivers/media/usb/dvb-usb-v2/gl861*
4705
4706 DVB_USB_MXL111SF MEDIA DRIVER
4707 M:      Michael Krufky <mkrufky@linuxtv.org>
4708 L:      linux-media@vger.kernel.org
4709 W:      https://linuxtv.org
4710 W:      http://github.com/mkrufky
4711 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4712 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4713 S:      Maintained
4714 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4715
4716 DVB_USB_RTL28XXU MEDIA DRIVER
4717 M:      Antti Palosaari <crope@iki.fi>
4718 L:      linux-media@vger.kernel.org
4719 W:      https://linuxtv.org
4720 W:      http://palosaari.fi/linux/
4721 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4722 T:      git git://linuxtv.org/anttip/media_tree.git
4723 S:      Maintained
4724 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4725
4726 DVB_USB_V2 MEDIA DRIVER
4727 M:      Antti Palosaari <crope@iki.fi>
4728 L:      linux-media@vger.kernel.org
4729 W:      https://linuxtv.org
4730 W:      http://palosaari.fi/linux/
4731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4732 T:      git git://linuxtv.org/anttip/media_tree.git
4733 S:      Maintained
4734 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4735 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4736
4737 DYNAMIC DEBUG
4738 M:      Jason Baron <jbaron@akamai.com>
4739 S:      Maintained
4740 F:      lib/dynamic_debug.c
4741 F:      include/linux/dynamic_debug.h
4742
4743 DZ DECSTATION DZ11 SERIAL DRIVER
4744 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4745 S:      Maintained
4746 F:      drivers/tty/serial/dz.*
4747
4748 E3X0 POWER BUTTON DRIVER
4749 M:      Moritz Fischer <moritz.fischer@ettus.com>
4750 L:      usrp-users@lists.ettus.com
4751 W:      http://www.ettus.com
4752 S:      Supported
4753 F:      drivers/input/misc/e3x0-button.c
4754 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4755
4756 E4000 MEDIA DRIVER
4757 M:      Antti Palosaari <crope@iki.fi>
4758 L:      linux-media@vger.kernel.org
4759 W:      https://linuxtv.org
4760 W:      http://palosaari.fi/linux/
4761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4762 T:      git git://linuxtv.org/anttip/media_tree.git
4763 S:      Maintained
4764 F:      drivers/media/tuners/e4000*
4765
4766 EATA ISA/EISA/PCI SCSI DRIVER
4767 M:      Dario Ballabio <ballabio_dario@emc.com>
4768 L:      linux-scsi@vger.kernel.org
4769 S:      Maintained
4770 F:      drivers/scsi/eata.c
4771
4772 EC100 MEDIA DRIVER
4773 M:      Antti Palosaari <crope@iki.fi>
4774 L:      linux-media@vger.kernel.org
4775 W:      https://linuxtv.org
4776 W:      http://palosaari.fi/linux/
4777 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4778 T:      git git://linuxtv.org/anttip/media_tree.git
4779 S:      Maintained
4780 F:      drivers/media/dvb-frontends/ec100*
4781
4782 ECRYPT FILE SYSTEM
4783 M:      Tyler Hicks <tyhicks@canonical.com>
4784 L:      ecryptfs@vger.kernel.org
4785 W:      http://ecryptfs.org
4786 W:      https://launchpad.net/ecryptfs
4787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4788 S:      Supported
4789 F:      Documentation/filesystems/ecryptfs.txt
4790 F:      fs/ecryptfs/
4791
4792 EDAC-CORE
4793 M:      Borislav Petkov <bp@alien8.de>
4794 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4795 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4796 L:      linux-edac@vger.kernel.org
4797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4799 S:      Supported
4800 F:      Documentation/admin-guide/ras.rst
4801 F:      Documentation/driver-api/edac.rst
4802 F:      drivers/edac/
4803 F:      include/linux/edac.h
4804
4805 EDAC-AMD64
4806 M:      Borislav Petkov <bp@alien8.de>
4807 L:      linux-edac@vger.kernel.org
4808 S:      Maintained
4809 F:      drivers/edac/amd64_edac*
4810
4811 EDAC-CALXEDA
4812 M:      Robert Richter <rric@kernel.org>
4813 L:      linux-edac@vger.kernel.org
4814 S:      Maintained
4815 F:      drivers/edac/highbank*
4816
4817 EDAC-CAVIUM
4818 M:      Ralf Baechle <ralf@linux-mips.org>
4819 M:      David Daney <david.daney@cavium.com>
4820 L:      linux-edac@vger.kernel.org
4821 L:      linux-mips@linux-mips.org
4822 S:      Supported
4823 F:      drivers/edac/octeon_edac*
4824 F:      drivers/edac/thunderx_edac*
4825
4826 EDAC-E752X
4827 M:      Mark Gross <mark.gross@intel.com>
4828 L:      linux-edac@vger.kernel.org
4829 S:      Maintained
4830 F:      drivers/edac/e752x_edac.c
4831
4832 EDAC-E7XXX
4833 L:      linux-edac@vger.kernel.org
4834 S:      Maintained
4835 F:      drivers/edac/e7xxx_edac.c
4836
4837 EDAC-FSL_DDR
4838 M:      York Sun <york.sun@nxp.com>
4839 L:      linux-edac@vger.kernel.org
4840 S:      Maintained
4841 F:      drivers/edac/fsl_ddr_edac.*
4842
4843 EDAC-GHES
4844 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4845 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4846 L:      linux-edac@vger.kernel.org
4847 S:      Maintained
4848 F:      drivers/edac/ghes_edac.c
4849
4850 EDAC-I82443BXGX
4851 M:      Tim Small <tim@buttersideup.com>
4852 L:      linux-edac@vger.kernel.org
4853 S:      Maintained
4854 F:      drivers/edac/i82443bxgx_edac.c
4855
4856 EDAC-I3000
4857 L:      linux-edac@vger.kernel.org
4858 S:      Orphan
4859 F:      drivers/edac/i3000_edac.c
4860
4861 EDAC-I5000
4862 L:      linux-edac@vger.kernel.org
4863 S:      Maintained
4864 F:      drivers/edac/i5000_edac.c
4865
4866 EDAC-I5400
4867 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4868 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4869 L:      linux-edac@vger.kernel.org
4870 S:      Maintained
4871 F:      drivers/edac/i5400_edac.c
4872
4873 EDAC-I7300
4874 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4875 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4876 L:      linux-edac@vger.kernel.org
4877 S:      Maintained
4878 F:      drivers/edac/i7300_edac.c
4879
4880 EDAC-I7CORE
4881 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4882 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4883 L:      linux-edac@vger.kernel.org
4884 S:      Maintained
4885 F:      drivers/edac/i7core_edac.c
4886
4887 EDAC-I82975X
4888 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4889 M:      "Arvind R." <arvino55@gmail.com>
4890 L:      linux-edac@vger.kernel.org
4891 S:      Maintained
4892 F:      drivers/edac/i82975x_edac.c
4893
4894 EDAC-IE31200
4895 M:      Jason Baron <jbaron@akamai.com>
4896 L:      linux-edac@vger.kernel.org
4897 S:      Maintained
4898 F:      drivers/edac/ie31200_edac.c
4899
4900 EDAC-MPC85XX
4901 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4902 L:      linux-edac@vger.kernel.org
4903 S:      Maintained
4904 F:      drivers/edac/mpc85xx_edac.[ch]
4905
4906 EDAC-PND2
4907 M:      Tony Luck <tony.luck@intel.com>
4908 L:      linux-edac@vger.kernel.org
4909 S:      Maintained
4910 F:      drivers/edac/pnd2_edac.[ch]
4911
4912 EDAC-PASEMI
4913 M:      Egor Martovetsky <egor@pasemi.com>
4914 L:      linux-edac@vger.kernel.org
4915 S:      Maintained
4916 F:      drivers/edac/pasemi_edac.c
4917
4918 EDAC-R82600
4919 M:      Tim Small <tim@buttersideup.com>
4920 L:      linux-edac@vger.kernel.org
4921 S:      Maintained
4922 F:      drivers/edac/r82600_edac.c
4923
4924 EDAC-SBRIDGE
4925 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4926 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4927 L:      linux-edac@vger.kernel.org
4928 S:      Maintained
4929 F:      drivers/edac/sb_edac.c
4930
4931 EDAC-SKYLAKE
4932 M:      Tony Luck <tony.luck@intel.com>
4933 L:      linux-edac@vger.kernel.org
4934 S:      Maintained
4935 F:      drivers/edac/skx_edac.c
4936
4937 EDAC-XGENE
4938 APPLIED MICRO (APM) X-GENE SOC EDAC
4939 M:     Loc Ho <lho@apm.com>
4940 S:     Supported
4941 F:     drivers/edac/xgene_edac.c
4942 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4943
4944 EDIROL UA-101/UA-1000 DRIVER
4945 M:      Clemens Ladisch <clemens@ladisch.de>
4946 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4947 T:      git git://git.alsa-project.org/alsa-kernel.git
4948 S:      Maintained
4949 F:      sound/usb/misc/ua101.c
4950
4951 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4952 M:      Matt Fleming <matt@codeblueprint.co.uk>
4953 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4954 L:      linux-efi@vger.kernel.org
4955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4956 S:      Maintained
4957 F:      Documentation/efi-stub.txt
4958 F:      arch/*/kernel/efi.c
4959 F:      arch/x86/boot/compressed/eboot.[ch]
4960 F:      arch/*/include/asm/efi.h
4961 F:      arch/x86/platform/efi/
4962 F:      drivers/firmware/efi/
4963 F:      include/linux/efi*.h
4964 F:      arch/arm/boot/compressed/efi-header.S
4965 F:      arch/arm64/kernel/efi-entry.S
4966
4967 EFI VARIABLE FILESYSTEM
4968 M:      Matthew Garrett <matthew.garrett@nebula.com>
4969 M:      Jeremy Kerr <jk@ozlabs.org>
4970 M:      Matt Fleming <matt@codeblueprint.co.uk>
4971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4972 L:      linux-efi@vger.kernel.org
4973 S:      Maintained
4974 F:      fs/efivarfs/
4975
4976 EFIFB FRAMEBUFFER DRIVER
4977 L:      linux-fbdev@vger.kernel.org
4978 M:      Peter Jones <pjones@redhat.com>
4979 S:      Maintained
4980 F:      drivers/video/fbdev/efifb.c
4981
4982 EFI TEST DRIVER
4983 L:      linux-efi@vger.kernel.org
4984 M:      Ivan Hu <ivan.hu@canonical.com>
4985 M:      Matt Fleming <matt@codeblueprint.co.uk>
4986 S:      Maintained
4987 F:      drivers/firmware/efi/test/
4988
4989 EFS FILESYSTEM
4990 W:      http://aeschi.ch.eu.org/efs/
4991 S:      Orphan
4992 F:      fs/efs/
4993
4994 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4995 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4996 L:      netdev@vger.kernel.org
4997 S:      Maintained
4998 F:      drivers/net/ethernet/ibm/ehea/
4999
5000 EM28XX VIDEO4LINUX DRIVER
5001 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
5002 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5003 L:      linux-media@vger.kernel.org
5004 W:      https://linuxtv.org
5005 T:      git git://linuxtv.org/media_tree.git
5006 S:      Maintained
5007 F:      drivers/media/usb/em28xx/
5008 F:      Documentation/media/v4l-drivers/em28xx*
5009
5010 EMBEDDED LINUX
5011 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
5012 M:      Matt Mackall <mpm@selenic.com>
5013 M:      David Woodhouse <dwmw2@infradead.org>
5014 L:      linux-embedded@vger.kernel.org
5015 S:      Maintained
5016
5017 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5018 M:      James Smart <james.smart@broadcom.com>
5019 M:      Dick Kennedy <dick.kennedy@broadcom.com>
5020 L:      linux-scsi@vger.kernel.org
5021 W:      http://www.broadcom.com
5022 S:      Supported
5023 F:      drivers/scsi/lpfc/
5024
5025 ENE CB710 FLASH CARD READER DRIVER
5026 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
5027 S:      Maintained
5028 F:      drivers/misc/cb710/
5029 F:      drivers/mmc/host/cb710-mmc.*
5030 F:      include/linux/cb710.h
5031
5032 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5033 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5034 S:      Maintained
5035 F:      drivers/media/rc/ene_ir.*
5036
5037 EPSON S1D13XXX FRAMEBUFFER DRIVER
5038 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
5039 S:      Maintained
5040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5041 F:      drivers/video/fbdev/s1d13xxxfb.c
5042 F:      include/video/s1d13xxxfb.h
5043
5044 ET131X NETWORK DRIVER
5045 M:      Mark Einon <mark.einon@gmail.com>
5046 S:      Odd Fixes
5047 F:      drivers/net/ethernet/agere/
5048
5049 ETHERNET BRIDGE
5050 M:      Stephen Hemminger <stephen@networkplumber.org>
5051 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
5052 L:      netdev@vger.kernel.org
5053 W:      http://www.linuxfoundation.org/en/Net:Bridge
5054 S:      Maintained
5055 F:      include/linux/netfilter_bridge/
5056 F:      net/bridge/
5057
5058 ETHERNET PHY LIBRARY
5059 M:      Andrew Lunn <andrew@lunn.ch>
5060 M:      Florian Fainelli <f.fainelli@gmail.com>
5061 L:      netdev@vger.kernel.org
5062 S:      Maintained
5063 F:      include/linux/phy.h
5064 F:      include/linux/phy_fixed.h
5065 F:      drivers/net/phy/
5066 F:      Documentation/networking/phy.txt
5067 F:      drivers/of/of_mdio.c
5068 F:      drivers/of/of_net.c
5069
5070 EXT2 FILE SYSTEM
5071 M:      Jan Kara <jack@suse.com>
5072 L:      linux-ext4@vger.kernel.org
5073 S:      Maintained
5074 F:      Documentation/filesystems/ext2.txt
5075 F:      fs/ext2/
5076 F:      include/linux/ext2*
5077
5078 EXT4 FILE SYSTEM
5079 M:      "Theodore Ts'o" <tytso@mit.edu>
5080 M:      Andreas Dilger <adilger.kernel@dilger.ca>
5081 L:      linux-ext4@vger.kernel.org
5082 W:      http://ext4.wiki.kernel.org
5083 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5085 S:      Maintained
5086 F:      Documentation/filesystems/ext4.txt
5087 F:      fs/ext4/
5088
5089 Extended Verification Module (EVM)
5090 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5091 L:      linux-ima-devel@lists.sourceforge.net
5092 L:      linux-security-module@vger.kernel.org
5093 S:      Supported
5094 F:      security/integrity/evm/
5095
5096 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5097 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
5098 M:      Chanwoo Choi <cw00.choi@samsung.com>
5099 L:      linux-kernel@vger.kernel.org
5100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5101 S:      Maintained
5102 F:      drivers/extcon/
5103 F:      include/linux/extcon/
5104 F:      include/linux/extcon.h
5105 F:      Documentation/extcon/
5106 F:      Documentation/devicetree/bindings/extcon/
5107
5108 EXYNOS DP DRIVER
5109 M:      Jingoo Han <jingoohan1@gmail.com>
5110 L:      dri-devel@lists.freedesktop.org
5111 S:      Maintained
5112 F:      drivers/gpu/drm/exynos/exynos_dp*
5113
5114 EXYNOS SYSMMU (IOMMU) driver
5115 M:      Marek Szyprowski <m.szyprowski@samsung.com>
5116 L:      iommu@lists.linux-foundation.org
5117 S:      Maintained
5118 F:      drivers/iommu/exynos-iommu.c
5119
5120 EZchip NPS platform support
5121 M:      Noam Camus <noamc@ezchip.com>
5122 S:      Supported
5123 F:      arch/arc/plat-eznps
5124 F:      arch/arc/boot/dts/eznps.dts
5125
5126 F71805F HARDWARE MONITORING DRIVER
5127 M:      Jean Delvare <jdelvare@suse.com>
5128 L:      linux-hwmon@vger.kernel.org
5129 S:      Maintained
5130 F:      Documentation/hwmon/f71805f
5131 F:      drivers/hwmon/f71805f.c
5132
5133 FC0011 TUNER DRIVER
5134 M:      Michael Buesch <m@bues.ch>
5135 L:      linux-media@vger.kernel.org
5136 S:      Maintained
5137 F:      drivers/media/tuners/fc0011.h
5138 F:      drivers/media/tuners/fc0011.c
5139
5140 FC2580 MEDIA DRIVER
5141 M:      Antti Palosaari <crope@iki.fi>
5142 L:      linux-media@vger.kernel.org
5143 W:      https://linuxtv.org
5144 W:      http://palosaari.fi/linux/
5145 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5146 T:      git git://linuxtv.org/anttip/media_tree.git
5147 S:      Maintained
5148 F:      drivers/media/tuners/fc2580*
5149
5150 FANOTIFY
5151 M:      Eric Paris <eparis@redhat.com>
5152 S:      Maintained
5153 F:      fs/notify/fanotify/
5154 F:      include/linux/fanotify.h
5155 F:      include/uapi/linux/fanotify.h
5156
5157 FARSYNC SYNCHRONOUS DRIVER
5158 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
5159 W:      http://www.farsite.co.uk/
5160 S:      Supported
5161 F:      drivers/net/wan/farsync.*
5162
5163 FAULT INJECTION SUPPORT
5164 M:      Akinobu Mita <akinobu.mita@gmail.com>
5165 S:      Supported
5166 F:      Documentation/fault-injection/
5167 F:      lib/fault-inject.c
5168
5169 FBTFT Framebuffer drivers
5170 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5171 S:      Maintained
5172 F:      drivers/staging/fbtft/
5173
5174 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5175 M:      Johannes Thumshirn <jth@kernel.org>
5176 L:      fcoe-devel@open-fcoe.org
5177 W:      www.Open-FCoE.org
5178 S:      Supported
5179 F:      drivers/scsi/libfc/
5180 F:      drivers/scsi/fcoe/
5181 F:      include/scsi/fc/
5182 F:      include/scsi/libfc.h
5183 F:      include/scsi/libfcoe.h
5184 F:      include/uapi/scsi/fc/
5185
5186 FILE LOCKING (flock() and fcntl()/lockf())
5187 M:      Jeff Layton <jlayton@poochiereds.net>
5188 M:      "J. Bruce Fields" <bfields@fieldses.org>
5189 L:      linux-fsdevel@vger.kernel.org
5190 S:      Maintained
5191 F:      include/linux/fcntl.h
5192 F:      include/linux/fs.h
5193 F:      include/uapi/linux/fcntl.h
5194 F:      include/uapi/linux/fs.h
5195 F:      fs/fcntl.c
5196 F:      fs/locks.c
5197
5198 FILESYSTEMS (VFS and infrastructure)
5199 M:      Alexander Viro <viro@zeniv.linux.org.uk>
5200 L:      linux-fsdevel@vger.kernel.org
5201 S:      Maintained
5202 F:      fs/*
5203
5204 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5205 M:      Riku Voipio <riku.voipio@iki.fi>
5206 L:      linux-hwmon@vger.kernel.org
5207 S:      Maintained
5208 F:      drivers/hwmon/f75375s.c
5209 F:      include/linux/f75375s.h
5210
5211 FIREWIRE AUDIO DRIVERS
5212 M:      Clemens Ladisch <clemens@ladisch.de>
5213 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5214 T:      git git://git.alsa-project.org/alsa-kernel.git
5215 S:      Maintained
5216 F:      sound/firewire/
5217
5218 FIREWIRE MEDIA DRIVERS (firedtv)
5219 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5220 L:      linux-media@vger.kernel.org
5221 L:      linux1394-devel@lists.sourceforge.net
5222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5223 S:      Maintained
5224 F:      drivers/media/firewire/
5225
5226 FIREWIRE SBP-2 TARGET
5227 M:      Chris Boot <bootc@bootc.net>
5228 L:      linux-scsi@vger.kernel.org
5229 L:      target-devel@vger.kernel.org
5230 L:      linux1394-devel@lists.sourceforge.net
5231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5232 S:      Maintained
5233 F:      drivers/target/sbp/
5234
5235 FIREWIRE SUBSYSTEM
5236 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5237 L:      linux1394-devel@lists.sourceforge.net
5238 W:      http://ieee1394.wiki.kernel.org/
5239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5240 S:      Maintained
5241 F:      drivers/firewire/
5242 F:      include/linux/firewire.h
5243 F:      include/uapi/linux/firewire*.h
5244 F:      tools/firewire/
5245
5246 FIRMWARE LOADER (request_firmware)
5247 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5248 L:      linux-kernel@vger.kernel.org
5249 S:      Maintained
5250 F:      Documentation/firmware_class/
5251 F:      drivers/base/firmware*.c
5252 F:      include/linux/firmware.h
5253
5254 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5255 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5256 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5257 S:      Maintained
5258 F:      drivers/block/rsxx/
5259
5260 FLOPPY DRIVER
5261 M:      Jiri Kosina <jikos@kernel.org>
5262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5263 S:      Odd fixes
5264 F:      drivers/block/floppy.c
5265
5266 FMC SUBSYSTEM
5267 M:      Alessandro Rubini <rubini@gnudd.com>
5268 W:      http://www.ohwr.org/projects/fmc-bus
5269 S:      Supported
5270 F:      drivers/fmc/
5271 F:      include/linux/fmc*.h
5272 F:      include/linux/ipmi-fru.h
5273 K:      fmc_d.*register
5274
5275 FPGA MANAGER FRAMEWORK
5276 M:      Alan Tull <atull@kernel.org>
5277 R:      Moritz Fischer <moritz.fischer@ettus.com>
5278 L:      linux-fpga@vger.kernel.org
5279 S:      Maintained
5280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5281 F:      Documentation/fpga/
5282 F:      Documentation/devicetree/bindings/fpga/
5283 F:      drivers/fpga/
5284 F:      include/linux/fpga/
5285 W:      http://www.rocketboards.org
5286
5287 FPU EMULATOR
5288 M:      Bill Metzenthen <billm@melbpc.org.au>
5289 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5290 S:      Maintained
5291 F:      arch/x86/math-emu/
5292
5293 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5294 L:      netdev@vger.kernel.org
5295 S:      Orphan
5296 F:      drivers/net/wan/dlci.c
5297 F:      drivers/net/wan/sdla.c
5298
5299 FRAMEBUFFER LAYER
5300 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5301 L:      linux-fbdev@vger.kernel.org
5302 T:      git git://github.com/bzolnier/linux.git
5303 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5304 S:      Maintained
5305 F:      Documentation/fb/
5306 F:      drivers/video/
5307 F:      include/video/
5308 F:      include/linux/fb.h
5309 F:      include/uapi/video/
5310 F:      include/uapi/linux/fb.h
5311
5312 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5313 M:      Horia Geantă <horia.geanta@nxp.com>
5314 M:      Dan Douglass <dan.douglass@nxp.com>
5315 L:      linux-crypto@vger.kernel.org
5316 S:      Maintained
5317 F:      drivers/crypto/caam/
5318 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5319
5320 FREESCALE DIU FRAMEBUFFER DRIVER
5321 M:      Timur Tabi <timur@tabi.org>
5322 L:      linux-fbdev@vger.kernel.org
5323 S:      Maintained
5324 F:      drivers/video/fbdev/fsl-diu-fb.*
5325
5326 FREESCALE DMA DRIVER
5327 M:      Li Yang <leoli@freescale.com>
5328 M:      Zhang Wei <zw@zh-kernel.org>
5329 L:      linuxppc-dev@lists.ozlabs.org
5330 S:      Maintained
5331 F:      drivers/dma/fsldma.*
5332
5333 FREESCALE GPMI NAND DRIVER
5334 M:      Han Xu <han.xu@nxp.com>
5335 L:      linux-mtd@lists.infradead.org
5336 S:      Maintained
5337 F:      drivers/mtd/nand/gpmi-nand/*
5338
5339 FREESCALE I2C CPM DRIVER
5340 M:      Jochen Friedrich <jochen@scram.de>
5341 L:      linuxppc-dev@lists.ozlabs.org
5342 L:      linux-i2c@vger.kernel.org
5343 S:      Maintained
5344 F:      drivers/i2c/busses/i2c-cpm.c
5345
5346 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5347 M:      Sascha Hauer <kernel@pengutronix.de>
5348 L:      linux-fbdev@vger.kernel.org
5349 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5350 S:      Maintained
5351 F:      include/linux/platform_data/video-imxfb.h
5352 F:      drivers/video/fbdev/imxfb.c
5353
5354 FREESCALE QUAD SPI DRIVER
5355 M:      Han Xu <han.xu@nxp.com>
5356 L:      linux-mtd@lists.infradead.org
5357 S:      Maintained
5358 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5359
5360 FREESCALE SOC FS_ENET DRIVER
5361 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5362 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5363 L:      linuxppc-dev@lists.ozlabs.org
5364 L:      netdev@vger.kernel.org
5365 S:      Maintained
5366 F:      drivers/net/ethernet/freescale/fs_enet/
5367 F:      include/linux/fs_enet_pd.h
5368
5369 FREESCALE IMX / MXC FEC DRIVER
5370 M:      Fugang Duan <fugang.duan@nxp.com>
5371 L:      netdev@vger.kernel.org
5372 S:      Maintained
5373 F:      drivers/net/ethernet/freescale/fec_main.c
5374 F:      drivers/net/ethernet/freescale/fec_ptp.c
5375 F:      drivers/net/ethernet/freescale/fec.h
5376 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5377
5378 FREESCALE QORIQ DPAA FMAN DRIVER
5379 M:      Madalin Bucur <madalin.bucur@nxp.com>
5380 L:      netdev@vger.kernel.org
5381 S:      Maintained
5382 F:      drivers/net/ethernet/freescale/fman
5383 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5384
5385 FREESCALE QORIQ DPAA ETHERNET DRIVER
5386 M:      Madalin Bucur <madalin.bucur@nxp.com>
5387 L:      netdev@vger.kernel.org
5388 S:      Maintained
5389 F:      drivers/net/ethernet/freescale/dpaa
5390
5391 FREESCALE SOC DRIVERS
5392 M:      Scott Wood <oss@buserror.net>
5393 L:      linuxppc-dev@lists.ozlabs.org
5394 L:      linux-arm-kernel@lists.infradead.org
5395 S:      Maintained
5396 F:      Documentation/devicetree/bindings/powerpc/fsl/
5397 F:      drivers/soc/fsl/
5398 F:      include/linux/fsl/
5399
5400 FREESCALE QUICC ENGINE LIBRARY
5401 M:      Qiang Zhao <qiang.zhao@nxp.com>
5402 L:      linuxppc-dev@lists.ozlabs.org
5403 S:      Maintained
5404 F:      drivers/soc/fsl/qe/
5405 F:      include/soc/fsl/*qe*.h
5406 F:      include/soc/fsl/*ucc*.h
5407
5408 FREESCALE USB PERIPHERAL DRIVERS
5409 M:      Li Yang <leoli@freescale.com>
5410 L:      linux-usb@vger.kernel.org
5411 L:      linuxppc-dev@lists.ozlabs.org
5412 S:      Maintained
5413 F:      drivers/usb/gadget/udc/fsl*
5414
5415 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5416 M:      Li Yang <leoli@freescale.com>
5417 L:      netdev@vger.kernel.org
5418 L:      linuxppc-dev@lists.ozlabs.org
5419 S:      Maintained
5420 F:      drivers/net/ethernet/freescale/ucc_geth*
5421
5422 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5423 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5424 L:      netdev@vger.kernel.org
5425 S:      Maintained
5426 F:      drivers/net/ethernet/freescale/gianfar*
5427 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5428 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5429
5430 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5431 M:      Zhao Qiang <qiang.zhao@nxp.com>
5432 L:      netdev@vger.kernel.org
5433 L:      linuxppc-dev@lists.ozlabs.org
5434 S:      Maintained
5435 F:      drivers/net/wan/fsl_ucc_hdlc*
5436
5437 FREESCALE QUICC ENGINE UCC UART DRIVER
5438 M:      Timur Tabi <timur@tabi.org>
5439 L:      linuxppc-dev@lists.ozlabs.org
5440 S:      Maintained
5441 F:      drivers/tty/serial/ucc_uart.c
5442
5443 FREESCALE SOC SOUND DRIVERS
5444 M:      Timur Tabi <timur@tabi.org>
5445 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5446 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5447 R:      Fabio Estevam <fabio.estevam@nxp.com>
5448 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5449 L:      linuxppc-dev@lists.ozlabs.org
5450 S:      Maintained
5451 F:      sound/soc/fsl/fsl*
5452 F:      sound/soc/fsl/imx*
5453 F:      sound/soc/fsl/mpc8610_hpcd.c
5454
5455 FREEVXFS FILESYSTEM
5456 M:      Christoph Hellwig <hch@infradead.org>
5457 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5458 S:      Maintained
5459 F:      fs/freevxfs/
5460
5461 FREEZER
5462 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5463 M:      Pavel Machek <pavel@ucw.cz>
5464 L:      linux-pm@vger.kernel.org
5465 S:      Supported
5466 F:      Documentation/power/freezing-of-tasks.txt
5467 F:      include/linux/freezer.h
5468 F:      kernel/freezer.c
5469
5470 FRONTSWAP API
5471 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5472 L:      linux-kernel@vger.kernel.org
5473 S:      Maintained
5474 F:      mm/frontswap.c
5475 F:      include/linux/frontswap.h
5476
5477 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5478 M:      David Howells <dhowells@redhat.com>
5479 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5480 S:      Supported
5481 F:      Documentation/filesystems/caching/
5482 F:      fs/fscache/
5483 F:      include/linux/fscache*.h
5484
5485 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5486 M:      Theodore Y. Ts'o <tytso@mit.edu>
5487 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5488 L:      linux-fscrypt@vger.kernel.org
5489 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
5490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5491 S:      Supported
5492 F:      fs/crypto/
5493 F:      include/linux/fscrypt*.h
5494
5495 F2FS FILE SYSTEM
5496 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5497 M:      Chao Yu <yuchao0@huawei.com>
5498 L:      linux-f2fs-devel@lists.sourceforge.net
5499 W:      https://f2fs.wiki.kernel.org/
5500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5501 S:      Maintained
5502 F:      Documentation/filesystems/f2fs.txt
5503 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5504 F:      fs/f2fs/
5505 F:      include/linux/f2fs_fs.h
5506 F:      include/trace/events/f2fs.h
5507
5508 FUJITSU FR-V (FRV) PORT
5509 S:      Orphan
5510 F:      arch/frv/
5511
5512 FUJITSU LAPTOP EXTRAS
5513 M:      Jonathan Woithe <jwoithe@just42.net>
5514 L:      platform-driver-x86@vger.kernel.org
5515 S:      Maintained
5516 F:      drivers/platform/x86/fujitsu-laptop.c
5517
5518 FUJITSU M-5MO LS CAMERA ISP DRIVER
5519 M:      Kyungmin Park <kyungmin.park@samsung.com>
5520 M:      Heungjun Kim <riverful.kim@samsung.com>
5521 L:      linux-media@vger.kernel.org
5522 S:      Maintained
5523 F:      drivers/media/i2c/m5mols/
5524 F:      include/media/i2c/m5mols.h
5525
5526 FUJITSU TABLET EXTRAS
5527 M:      Robert Gerlach <khnz@gmx.de>
5528 L:      platform-driver-x86@vger.kernel.org
5529 S:      Maintained
5530 F:      drivers/platform/x86/fujitsu-tablet.c
5531
5532 FUSE: FILESYSTEM IN USERSPACE
5533 M:      Miklos Szeredi <miklos@szeredi.hu>
5534 L:      linux-fsdevel@vger.kernel.org
5535 W:      http://fuse.sourceforge.net/
5536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5537 S:      Maintained
5538 F:      fs/fuse/
5539 F:      include/uapi/linux/fuse.h
5540 F:      Documentation/filesystems/fuse.txt
5541
5542 FUTEX SUBSYSTEM
5543 M:      Thomas Gleixner <tglx@linutronix.de>
5544 M:      Ingo Molnar <mingo@redhat.com>
5545 R:      Peter Zijlstra <peterz@infradead.org>
5546 R:      Darren Hart <dvhart@infradead.org>
5547 L:      linux-kernel@vger.kernel.org
5548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5549 S:      Maintained
5550 F:      kernel/futex.c
5551 F:      kernel/futex_compat.c
5552 F:      include/asm-generic/futex.h
5553 F:      include/linux/futex.h
5554 F:      include/uapi/linux/futex.h
5555 F:      tools/testing/selftests/futex/
5556 F:      tools/perf/bench/futex*
5557 F:      Documentation/*futex*
5558
5559 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5560 M:      Rik Faith <faith@cs.unc.edu>
5561 L:      linux-scsi@vger.kernel.org
5562 S:      Odd Fixes (e.g., new signatures)
5563 F:      drivers/scsi/fdomain.*
5564
5565 GCC PLUGINS
5566 M:      Kees Cook <keescook@chromium.org>
5567 R:      Emese Revfy <re.emese@gmail.com>
5568 L:      kernel-hardening@lists.openwall.com
5569 S:      Maintained
5570 F:      scripts/gcc-plugins/
5571 F:      scripts/gcc-plugin.sh
5572 F:      scripts/Makefile.gcc-plugins
5573 F:      Documentation/gcc-plugins.txt
5574
5575 GCOV BASED KERNEL PROFILING
5576 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5577 S:      Maintained
5578 F:      kernel/gcov/
5579 F:      Documentation/dev-tools/gcov.rst
5580
5581 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5582 M:      Achim Leubner <achim_leubner@adaptec.com>
5583 L:      linux-scsi@vger.kernel.org
5584 W:      http://www.icp-vortex.com/
5585 S:      Supported
5586 F:      drivers/scsi/gdt*
5587
5588 GDB KERNEL DEBUGGING HELPER SCRIPTS
5589 M:      Jan Kiszka <jan.kiszka@siemens.com>
5590 M:      Kieran Bingham <kieran@bingham.xyz>
5591 S:      Supported
5592 F:      scripts/gdb/
5593
5594 GEMTEK FM RADIO RECEIVER DRIVER
5595 M:      Hans Verkuil <hverkuil@xs4all.nl>
5596 L:      linux-media@vger.kernel.org
5597 T:      git git://linuxtv.org/media_tree.git
5598 W:      https://linuxtv.org
5599 S:      Maintained
5600 F:      drivers/media/radio/radio-gemtek*
5601
5602 GENERIC GPIO I2C DRIVER
5603 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5604 S:      Supported
5605 F:      drivers/i2c/busses/i2c-gpio.c
5606 F:      include/linux/i2c-gpio.h
5607
5608 GENERIC GPIO I2C MULTIPLEXER DRIVER
5609 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5610 L:      linux-i2c@vger.kernel.org
5611 S:      Supported
5612 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5613 F:      include/linux/i2c-mux-gpio.h
5614 F:      Documentation/i2c/muxes/i2c-mux-gpio
5615
5616 GENERIC HDLC (WAN) DRIVERS
5617 M:      Krzysztof Halasa <khc@pm.waw.pl>
5618 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5619 S:      Maintained
5620 F:      drivers/net/wan/c101.c
5621 F:      drivers/net/wan/hd6457*
5622 F:      drivers/net/wan/hdlc*
5623 F:      drivers/net/wan/n2.c
5624 F:      drivers/net/wan/pc300too.c
5625 F:      drivers/net/wan/pci200syn.c
5626 F:      drivers/net/wan/wanxl*
5627
5628 GENERIC INCLUDE/ASM HEADER FILES
5629 M:      Arnd Bergmann <arnd@arndb.de>
5630 L:      linux-arch@vger.kernel.org
5631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5632 S:      Maintained
5633 F:      include/asm-generic/
5634 F:      include/uapi/asm-generic/
5635
5636 GENERIC PHY FRAMEWORK
5637 M:      Kishon Vijay Abraham I <kishon@ti.com>
5638 L:      linux-kernel@vger.kernel.org
5639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5640 S:      Supported
5641 F:      drivers/phy/
5642 F:      include/linux/phy/
5643
5644 GENERIC PM DOMAINS
5645 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5646 M:      Kevin Hilman <khilman@kernel.org>
5647 M:      Ulf Hansson <ulf.hansson@linaro.org>
5648 L:      linux-pm@vger.kernel.org
5649 S:      Supported
5650 F:      drivers/base/power/domain*.c
5651 F:      include/linux/pm_domain.h
5652 F:      Documentation/devicetree/bindings/power/power_domain.txt
5653
5654 GENERIC UIO DRIVER FOR PCI DEVICES
5655 M:      "Michael S. Tsirkin" <mst@redhat.com>
5656 L:      kvm@vger.kernel.org
5657 S:      Supported
5658 F:      drivers/uio/uio_pci_generic.c
5659
5660 GET_MAINTAINER SCRIPT
5661 M:      Joe Perches <joe@perches.com>
5662 S:      Maintained
5663 F:      scripts/get_maintainer.pl
5664
5665 GENWQE (IBM Generic Workqueue Card)
5666 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5667 M:      Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
5668 S:      Supported
5669 F:      drivers/misc/genwqe/
5670
5671 GFS2 FILE SYSTEM
5672 M:      Steven Whitehouse <swhiteho@redhat.com>
5673 M:      Bob Peterson <rpeterso@redhat.com>
5674 L:      cluster-devel@redhat.com
5675 W:      http://sources.redhat.com/cluster/
5676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5677 S:      Supported
5678 F:      Documentation/filesystems/gfs2*.txt
5679 F:      fs/gfs2/
5680 F:      include/uapi/linux/gfs2_ondisk.h
5681
5682 GIGASET ISDN DRIVERS
5683 M:      Paul Bolle <pebolle@tiscali.nl>
5684 L:      gigaset307x-common@lists.sourceforge.net
5685 W:      http://gigaset307x.sourceforge.net/
5686 S:      Odd Fixes
5687 F:      Documentation/isdn/README.gigaset
5688 F:      drivers/isdn/gigaset/
5689 F:      include/uapi/linux/gigaset_dev.h
5690
5691 GO7007 MPEG CODEC
5692 M:      Hans Verkuil <hans.verkuil@cisco.com>
5693 L:      linux-media@vger.kernel.org
5694 S:      Maintained
5695 F:      drivers/media/usb/go7007/
5696
5697 GOODIX TOUCHSCREEN
5698 M:      Bastien Nocera <hadess@hadess.net>
5699 L:      linux-input@vger.kernel.org
5700 S:      Maintained
5701 F:      drivers/input/touchscreen/goodix.c
5702
5703 GPIO MOCKUP DRIVER
5704 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5705 L:      linux-gpio@vger.kernel.org
5706 S:      Maintained
5707 F:      drivers/gpio/gpio-mockup.c
5708 F:      tools/testing/selftests/gpio/
5709
5710 GPIO SUBSYSTEM
5711 M:      Linus Walleij <linus.walleij@linaro.org>
5712 L:      linux-gpio@vger.kernel.org
5713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5714 S:      Maintained
5715 F:      Documentation/devicetree/bindings/gpio/
5716 F:      Documentation/gpio/
5717 F:      Documentation/ABI/testing/gpio-cdev
5718 F:      Documentation/ABI/obsolete/sysfs-gpio
5719 F:      drivers/gpio/
5720 F:      include/linux/gpio/
5721 F:      include/linux/gpio.h
5722 F:      include/asm-generic/gpio.h
5723 F:      include/uapi/linux/gpio.h
5724 F:      tools/gpio/
5725
5726 GRE DEMULTIPLEXER DRIVER
5727 M:      Dmitry Kozlov <xeb@mail.ru>
5728 L:      netdev@vger.kernel.org
5729 S:      Maintained
5730 F:      net/ipv4/gre_demux.c
5731 F:      net/ipv4/gre_offload.c
5732 F:      include/net/gre.h
5733
5734 GRETH 10/100/1G Ethernet MAC device driver
5735 M:      Andreas Larsson <andreas@gaisler.com>
5736 L:      netdev@vger.kernel.org
5737 S:      Maintained
5738 F:      drivers/net/ethernet/aeroflex/
5739
5740 GREYBUS SUBSYSTEM
5741 M:      Johan Hovold <johan@kernel.org>
5742 M:      Alex Elder <elder@kernel.org>
5743 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5744 S:      Maintained
5745 F:      drivers/staging/greybus/
5746 L:      greybus-dev@lists.linaro.org (moderated for non-subscribers)
5747
5748 GREYBUS AUDIO PROTOCOLS DRIVERS
5749 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5750 M:      Mark Greer <mgreer@animalcreek.com>
5751 S:      Maintained
5752 F:      drivers/staging/greybus/audio_apbridgea.c
5753 F:      drivers/staging/greybus/audio_apbridgea.h
5754 F:      drivers/staging/greybus/audio_codec.c
5755 F:      drivers/staging/greybus/audio_codec.h
5756 F:      drivers/staging/greybus/audio_gb.c
5757 F:      drivers/staging/greybus/audio_manager.c
5758 F:      drivers/staging/greybus/audio_manager.h
5759 F:      drivers/staging/greybus/audio_manager_module.c
5760 F:      drivers/staging/greybus/audio_manager_private.h
5761 F:      drivers/staging/greybus/audio_manager_sysfs.c
5762 F:      drivers/staging/greybus/audio_module.c
5763 F:      drivers/staging/greybus/audio_topology.c
5764
5765 GREYBUS PROTOCOLS DRIVERS
5766 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5767 S:      Maintained
5768 F:      drivers/staging/greybus/sdio.c
5769 F:      drivers/staging/greybus/light.c
5770 F:      drivers/staging/greybus/gpio.c
5771 F:      drivers/staging/greybus/power_supply.c
5772 F:      drivers/staging/greybus/spi.c
5773 F:      drivers/staging/greybus/spilib.c
5774
5775 GREYBUS PROTOCOLS DRIVERS
5776 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5777 S:      Maintained
5778 F:      drivers/staging/greybus/loopback.c
5779 F:      drivers/staging/greybus/timesync.c
5780 F:      drivers/staging/greybus/timesync_platform.c
5781
5782 GREYBUS PROTOCOLS DRIVERS
5783 M:      Viresh Kumar <vireshk@kernel.org>
5784 S:      Maintained
5785 F:      drivers/staging/greybus/authentication.c
5786 F:      drivers/staging/greybus/bootrom.c
5787 F:      drivers/staging/greybus/firmware.h
5788 F:      drivers/staging/greybus/fw-core.c
5789 F:      drivers/staging/greybus/fw-download.c
5790 F:      drivers/staging/greybus/fw-managament.c
5791 F:      drivers/staging/greybus/greybus_authentication.h
5792 F:      drivers/staging/greybus/greybus_firmware.h
5793 F:      drivers/staging/greybus/hid.c
5794 F:      drivers/staging/greybus/i2c.c
5795 F:      drivers/staging/greybus/spi.c
5796 F:      drivers/staging/greybus/spilib.c
5797 F:      drivers/staging/greybus/spilib.h
5798
5799 GREYBUS PROTOCOLS DRIVERS
5800 M:      David Lin <dtwlin@gmail.com>
5801 S:      Maintained
5802 F:      drivers/staging/greybus/uart.c
5803 F:      drivers/staging/greybus/log.c
5804
5805 GREYBUS PLATFORM DRIVERS
5806 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5807 S:      Maintained
5808 F:      drivers/staging/greybus/arche-platform.c
5809 F:      drivers/staging/greybus/arche-apb-ctrl.c
5810 F:      drivers/staging/greybus/arche_platform.h
5811
5812 GS1662 VIDEO SERIALIZER
5813 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5814 L:      linux-media@vger.kernel.org
5815 T:      git git://linuxtv.org/media_tree.git
5816 S:      Maintained
5817 F:      drivers/media/spi/gs1662.c
5818
5819 GSPCA FINEPIX SUBDRIVER
5820 M:      Frank Zago <frank@zago.net>
5821 L:      linux-media@vger.kernel.org
5822 T:      git git://linuxtv.org/media_tree.git
5823 S:      Maintained
5824 F:      drivers/media/usb/gspca/finepix.c
5825
5826 GSPCA GL860 SUBDRIVER
5827 M:      Olivier Lorin <o.lorin@laposte.net>
5828 L:      linux-media@vger.kernel.org
5829 T:      git git://linuxtv.org/media_tree.git
5830 S:      Maintained
5831 F:      drivers/media/usb/gspca/gl860/
5832
5833 GSPCA M5602 SUBDRIVER
5834 M:      Erik Andren <erik.andren@gmail.com>
5835 L:      linux-media@vger.kernel.org
5836 T:      git git://linuxtv.org/media_tree.git
5837 S:      Maintained
5838 F:      drivers/media/usb/gspca/m5602/
5839
5840 GSPCA PAC207 SONIXB SUBDRIVER
5841 M:      Hans Verkuil <hverkuil@xs4all.nl>
5842 L:      linux-media@vger.kernel.org
5843 T:      git git://linuxtv.org/media_tree.git
5844 S:      Odd Fixes
5845 F:      drivers/media/usb/gspca/pac207.c
5846
5847 GSPCA SN9C20X SUBDRIVER
5848 M:      Brian Johnson <brijohn@gmail.com>
5849 L:      linux-media@vger.kernel.org
5850 T:      git git://linuxtv.org/media_tree.git
5851 S:      Maintained
5852 F:      drivers/media/usb/gspca/sn9c20x.c
5853
5854 GSPCA T613 SUBDRIVER
5855 M:      Leandro Costantino <lcostantino@gmail.com>
5856 L:      linux-media@vger.kernel.org
5857 T:      git git://linuxtv.org/media_tree.git
5858 S:      Maintained
5859 F:      drivers/media/usb/gspca/t613.c
5860
5861 GSPCA USB WEBCAM DRIVER
5862 M:      Hans Verkuil <hverkuil@xs4all.nl>
5863 L:      linux-media@vger.kernel.org
5864 T:      git git://linuxtv.org/media_tree.git
5865 S:      Odd Fixes
5866 F:      drivers/media/usb/gspca/
5867
5868 GTP (GPRS Tunneling Protocol)
5869 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5870 M:      Harald Welte <laforge@gnumonks.org>
5871 L:      osmocom-net-gprs@lists.osmocom.org
5872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5873 S:      Maintained
5874 F:      drivers/net/gtp.c
5875
5876 GUID PARTITION TABLE (GPT)
5877 M:      Davidlohr Bueso <dave@stgolabs.net>
5878 L:      linux-efi@vger.kernel.org
5879 S:      Maintained
5880 F:      block/partitions/efi.*
5881
5882 STK1160 USB VIDEO CAPTURE DRIVER
5883 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5884 L:      linux-media@vger.kernel.org
5885 T:      git git://linuxtv.org/media_tree.git
5886 S:      Maintained
5887 F:      drivers/media/usb/stk1160/
5888
5889 H8/300 ARCHITECTURE
5890 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5891 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5892 W:      http://uclinux-h8.sourceforge.jp
5893 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5894 S:      Maintained
5895 F:      arch/h8300/
5896 F:      drivers/clocksource/h8300_*.c
5897 F:      drivers/clk/h8300/
5898 F:      drivers/irqchip/irq-renesas-h8*.c
5899
5900 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5901 M:      Frank Seidel <frank@f-seidel.de>
5902 L:      platform-driver-x86@vger.kernel.org
5903 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5904 S:      Maintained
5905 F:      drivers/platform/x86/hdaps.c
5906
5907 HDPVR USB VIDEO ENCODER DRIVER
5908 M:      Hans Verkuil <hverkuil@xs4all.nl>
5909 L:      linux-media@vger.kernel.org
5910 T:      git git://linuxtv.org/media_tree.git
5911 W:      https://linuxtv.org
5912 S:      Odd Fixes
5913 F:      drivers/media/usb/hdpvr/
5914
5915 HWPOISON MEMORY FAILURE HANDLING
5916 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5917 L:      linux-mm@kvack.org
5918 S:      Maintained
5919 F:      mm/memory-failure.c
5920 F:      mm/hwpoison-inject.c
5921
5922 HYPERVISOR VIRTUAL CONSOLE DRIVER
5923 L:      linuxppc-dev@lists.ozlabs.org
5924 S:      Odd Fixes
5925 F:      drivers/tty/hvc/
5926
5927 HACKRF MEDIA DRIVER
5928 M:      Antti Palosaari <crope@iki.fi>
5929 L:      linux-media@vger.kernel.org
5930 W:      https://linuxtv.org
5931 W:      http://palosaari.fi/linux/
5932 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5933 T:      git git://linuxtv.org/anttip/media_tree.git
5934 S:      Maintained
5935 F:      drivers/media/usb/hackrf/
5936
5937 HARDWARE MONITORING
5938 M:      Jean Delvare <jdelvare@suse.com>
5939 M:      Guenter Roeck <linux@roeck-us.net>
5940 L:      linux-hwmon@vger.kernel.org
5941 W:      http://hwmon.wiki.kernel.org/
5942 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5944 S:      Maintained
5945 F:      Documentation/hwmon/
5946 F:      drivers/hwmon/
5947 F:      include/linux/hwmon*.h
5948
5949 HARDWARE RANDOM NUMBER GENERATOR CORE
5950 M:      Matt Mackall <mpm@selenic.com>
5951 M:      Herbert Xu <herbert@gondor.apana.org.au>
5952 L:      linux-crypto@vger.kernel.org
5953 S:      Odd fixes
5954 F:      Documentation/devicetree/bindings/rng/
5955 F:      Documentation/hw_random.txt
5956 F:      drivers/char/hw_random/
5957 F:      include/linux/hw_random.h
5958
5959 HARDWARE SPINLOCK CORE
5960 M:      Ohad Ben-Cohen <ohad@wizery.com>
5961 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5962 L:      linux-remoteproc@vger.kernel.org
5963 S:      Maintained
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5965 F:      Documentation/devicetree/bindings/hwlock/
5966 F:      Documentation/hwspinlock.txt
5967 F:      drivers/hwspinlock/
5968 F:      include/linux/hwspinlock.h
5969
5970 HARMONY SOUND DRIVER
5971 L:      linux-parisc@vger.kernel.org
5972 S:      Maintained
5973 F:      sound/parisc/harmony.*
5974
5975 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5976 M:      Jimmy Vance <jimmy.vance@hpe.com>
5977 S:      Supported
5978 F:      Documentation/watchdog/hpwdt.txt
5979 F:      drivers/watchdog/hpwdt.c
5980
5981 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5982 M:      Don Brace <don.brace@microsemi.com>
5983 L:      esc.storagedev@microsemi.com
5984 L:      linux-scsi@vger.kernel.org
5985 S:      Supported
5986 F:      Documentation/scsi/hpsa.txt
5987 F:      drivers/scsi/hpsa*.[ch]
5988 F:      include/linux/cciss*.h
5989 F:      include/uapi/linux/cciss*.h
5990
5991 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5992 M:      Don Brace <don.brace@microsemi.com>
5993 L:      esc.storagedev@microsemi.com
5994 L:      linux-scsi@vger.kernel.org
5995 S:      Supported
5996 F:      Documentation/blockdev/cciss.txt
5997 F:      drivers/block/cciss*
5998 F:      include/linux/cciss_ioctl.h
5999 F:      include/uapi/linux/cciss_ioctl.h
6000
6001 OPA-VNIC DRIVER
6002 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
6003 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
6004 L:      linux-rdma@vger.kernel.org
6005 S:      Supported
6006 F:      drivers/infiniband/ulp/opa_vnic
6007
6008 HFI1 DRIVER
6009 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
6010 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
6011 L:      linux-rdma@vger.kernel.org
6012 S:      Supported
6013 F:      drivers/infiniband/hw/hfi1
6014
6015 HFS FILESYSTEM
6016 L:      linux-fsdevel@vger.kernel.org
6017 S:      Orphan
6018 F:      Documentation/filesystems/hfs.txt
6019 F:      fs/hfs/
6020
6021 HFSPLUS FILESYSTEM
6022 L:      linux-fsdevel@vger.kernel.org
6023 S:      Orphan
6024 F:      Documentation/filesystems/hfsplus.txt
6025 F:      fs/hfsplus/
6026
6027 HGA FRAMEBUFFER DRIVER
6028 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6029 L:      linux-nvidia@lists.surfsouth.com
6030 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6031 S:      Maintained
6032 F:      drivers/video/fbdev/hgafb.c
6033
6034 HIBERNATION (aka Software Suspend, aka swsusp)
6035 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6036 M:      Pavel Machek <pavel@ucw.cz>
6037 L:      linux-pm@vger.kernel.org
6038 B:      https://bugzilla.kernel.org
6039 S:      Supported
6040 F:      arch/x86/power/
6041 F:      drivers/base/power/
6042 F:      kernel/power/
6043 F:      include/linux/suspend.h
6044 F:      include/linux/freezer.h
6045 F:      include/linux/pm.h
6046 F:      arch/*/include/asm/suspend*.h
6047
6048 HID CORE LAYER
6049 M:      Jiri Kosina <jikos@kernel.org>
6050 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
6051 L:      linux-input@vger.kernel.org
6052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6053 S:      Maintained
6054 F:      drivers/hid/
6055 F:      include/linux/hid*
6056 F:      include/uapi/linux/hid*
6057
6058 HID SENSOR HUB DRIVERS
6059 M:      Jiri Kosina <jikos@kernel.org>
6060 M:      Jonathan Cameron <jic23@kernel.org>
6061 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6062 L:      linux-input@vger.kernel.org
6063 L:      linux-iio@vger.kernel.org
6064 S:      Maintained
6065 F:      Documentation/hid/hid-sensor*
6066 F:      drivers/hid/hid-sensor-*
6067 F:      drivers/iio/*/hid-*
6068 F:      include/linux/hid-sensor-*
6069
6070 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
6071 M:      Thomas Gleixner <tglx@linutronix.de>
6072 L:      linux-kernel@vger.kernel.org
6073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6074 S:      Maintained
6075 F:      Documentation/timers/
6076 F:      kernel/time/hrtimer.c
6077 F:      kernel/time/clockevents.c
6078 F:      kernel/time/tick*.*
6079 F:      kernel/time/timer_*.c
6080 F:      include/linux/clockchips.h
6081 F:      include/linux/hrtimer.h
6082
6083 HIGH-SPEED SCC DRIVER FOR AX.25
6084 L:      linux-hams@vger.kernel.org
6085 S:      Orphan
6086 F:      drivers/net/hamradio/dmascc.c
6087 F:      drivers/net/hamradio/scc.c
6088
6089 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6090 M:      HighPoint Linux Team <linux@highpoint-tech.com>
6091 W:      http://www.highpoint-tech.com
6092 S:      Supported
6093 F:      Documentation/scsi/hptiop.txt
6094 F:      drivers/scsi/hptiop.c
6095
6096 HIPPI
6097 M:      Jes Sorensen <jes@trained-monkey.org>
6098 L:      linux-hippi@sunsite.dk
6099 S:      Maintained
6100 F:      include/linux/hippidevice.h
6101 F:      include/uapi/linux/if_hippi.h
6102 F:      net/802/hippi.c
6103 F:      drivers/net/hippi/
6104
6105 HISILICON NETWORK SUBSYSTEM DRIVER
6106 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6107 M:      Salil Mehta <salil.mehta@huawei.com>
6108 L:      netdev@vger.kernel.org
6109 W:      http://www.hisilicon.com
6110 S:      Maintained
6111 F:      drivers/net/ethernet/hisilicon/
6112 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6113
6114 HISILICON ROCE DRIVER
6115 M:      Lijun Ou <oulijun@huawei.com>
6116 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
6117 L:      linux-rdma@vger.kernel.org
6118 S:      Maintained
6119 F:      drivers/infiniband/hw/hns/
6120 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6121
6122 HISILICON SAS Controller
6123 M:      John Garry <john.garry@huawei.com>
6124 W:      http://www.hisilicon.com
6125 S:      Supported
6126 F:      drivers/scsi/hisi_sas/
6127 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6128
6129 HOST AP DRIVER
6130 M:      Jouni Malinen <j@w1.fi>
6131 L:      linux-wireless@vger.kernel.org
6132 W:      http://w1.fi/hostap-driver.html
6133 S:      Obsolete
6134 F:      drivers/net/wireless/intersil/hostap/
6135
6136 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6137 L:      platform-driver-x86@vger.kernel.org
6138 S:      Orphan
6139 F:      drivers/platform/x86/tc1100-wmi.c
6140
6141 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6142 M:      Jaroslav Kysela <perex@perex.cz>
6143 S:      Maintained
6144 F:      drivers/net/ethernet/hp/hp100.*
6145
6146 HPET:   High Precision Event Timers driver
6147 M:      Clemens Ladisch <clemens@ladisch.de>
6148 S:      Maintained
6149 F:      Documentation/timers/hpet.txt
6150 F:      drivers/char/hpet.c
6151 F:      include/linux/hpet.h
6152 F:      include/uapi/linux/hpet.h
6153
6154 HPET:   x86
6155 S:      Orphan
6156 F:      arch/x86/kernel/hpet.c
6157 F:      arch/x86/include/asm/hpet.h
6158
6159 HPFS FILESYSTEM
6160 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6161 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6162 S:      Maintained
6163 F:      fs/hpfs/
6164
6165 HSI SUBSYSTEM
6166 M:      Sebastian Reichel <sre@kernel.org>
6167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6168 S:      Maintained
6169 F:      Documentation/ABI/testing/sysfs-bus-hsi
6170 F:      Documentation/driver-api/hsi.rst
6171 F:      drivers/hsi/
6172 F:      include/linux/hsi/
6173 F:      include/uapi/linux/hsi/
6174
6175 HSO 3G MODEM DRIVER
6176 L:      linux-usb@vger.kernel.org
6177 S:      Orphan
6178 F:      drivers/net/usb/hso.c
6179
6180 HSR NETWORK PROTOCOL
6181 M:      Arvid Brodin <arvid.brodin@alten.se>
6182 L:      netdev@vger.kernel.org
6183 S:      Maintained
6184 F:      net/hsr/
6185
6186 HTCPEN TOUCHSCREEN DRIVER
6187 M:      Pau Oliva Fora <pof@eslack.org>
6188 L:      linux-input@vger.kernel.org
6189 S:      Maintained
6190 F:      drivers/input/touchscreen/htcpen.c
6191
6192 HUGETLB FILESYSTEM
6193 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
6194 S:      Maintained
6195 F:      fs/hugetlbfs/
6196
6197 HVA ST MEDIA DRIVER
6198 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6199 L:      linux-media@vger.kernel.org
6200 T:      git git://linuxtv.org/media_tree.git
6201 W:      https://linuxtv.org
6202 S:      Supported
6203 F:      drivers/media/platform/sti/hva
6204
6205 Hyper-V CORE AND DRIVERS
6206 M:      "K. Y. Srinivasan" <kys@microsoft.com>
6207 M:      Haiyang Zhang <haiyangz@microsoft.com>
6208 M:      Stephen Hemminger <sthemmin@microsoft.com>
6209 L:      devel@linuxdriverproject.org
6210 S:      Maintained
6211 F:      arch/x86/include/asm/mshyperv.h
6212 F:      arch/x86/include/uapi/asm/hyperv.h
6213 F:      arch/x86/kernel/cpu/mshyperv.c
6214 F:      arch/x86/hyperv
6215 F:      drivers/hid/hid-hyperv.c
6216 F:      drivers/hv/
6217 F:      drivers/input/serio/hyperv-keyboard.c
6218 F:      drivers/pci/host/pci-hyperv.c
6219 F:      drivers/net/hyperv/
6220 F:      drivers/scsi/storvsc_drv.c
6221 F:      drivers/uio/uio_hv_generic.c
6222 F:      drivers/video/fbdev/hyperv_fb.c
6223 F:      include/linux/hyperv.h
6224 F:      tools/hv/
6225 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6226
6227 I2C MUXES
6228 M:      Peter Rosin <peda@axentia.se>
6229 L:      linux-i2c@vger.kernel.org
6230 S:      Maintained
6231 F:      Documentation/i2c/i2c-topology
6232 F:      Documentation/i2c/muxes/
6233 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6234 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6235 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6236 F:      drivers/i2c/i2c-mux.c
6237 F:      drivers/i2c/muxes/
6238 F:      include/linux/i2c-mux.h
6239
6240 I2C OVER PARALLEL PORT
6241 M:      Jean Delvare <jdelvare@suse.com>
6242 L:      linux-i2c@vger.kernel.org
6243 S:      Maintained
6244 F:      Documentation/i2c/busses/i2c-parport
6245 F:      Documentation/i2c/busses/i2c-parport-light
6246 F:      drivers/i2c/busses/i2c-parport.c
6247 F:      drivers/i2c/busses/i2c-parport-light.c
6248
6249 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6250 M:      Jean Delvare <jdelvare@suse.com>
6251 L:      linux-i2c@vger.kernel.org
6252 S:      Maintained
6253 F:      Documentation/i2c/busses/i2c-ali1535
6254 F:      Documentation/i2c/busses/i2c-ali1563
6255 F:      Documentation/i2c/busses/i2c-ali15x3
6256 F:      Documentation/i2c/busses/i2c-amd756
6257 F:      Documentation/i2c/busses/i2c-amd8111
6258 F:      Documentation/i2c/busses/i2c-i801
6259 F:      Documentation/i2c/busses/i2c-nforce2
6260 F:      Documentation/i2c/busses/i2c-piix4
6261 F:      Documentation/i2c/busses/i2c-sis5595
6262 F:      Documentation/i2c/busses/i2c-sis630
6263 F:      Documentation/i2c/busses/i2c-sis96x
6264 F:      Documentation/i2c/busses/i2c-via
6265 F:      Documentation/i2c/busses/i2c-viapro
6266 F:      drivers/i2c/busses/i2c-ali1535.c
6267 F:      drivers/i2c/busses/i2c-ali1563.c
6268 F:      drivers/i2c/busses/i2c-ali15x3.c
6269 F:      drivers/i2c/busses/i2c-amd756.c
6270 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6271 F:      drivers/i2c/busses/i2c-amd8111.c
6272 F:      drivers/i2c/busses/i2c-i801.c
6273 F:      drivers/i2c/busses/i2c-isch.c
6274 F:      drivers/i2c/busses/i2c-nforce2.c
6275 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6276 F:      drivers/i2c/busses/i2c-piix4.c
6277 F:      drivers/i2c/busses/i2c-sis5595.c
6278 F:      drivers/i2c/busses/i2c-sis630.c
6279 F:      drivers/i2c/busses/i2c-sis96x.c
6280 F:      drivers/i2c/busses/i2c-via.c
6281 F:      drivers/i2c/busses/i2c-viapro.c
6282
6283 I2C/SMBUS ISMT DRIVER
6284 M:      Seth Heasley <seth.heasley@intel.com>
6285 M:      Neil Horman <nhorman@tuxdriver.com>
6286 L:      linux-i2c@vger.kernel.org
6287 F:      drivers/i2c/busses/i2c-ismt.c
6288 F:      Documentation/i2c/busses/i2c-ismt
6289
6290 I2C/SMBUS STUB DRIVER
6291 M:      Jean Delvare <jdelvare@suse.com>
6292 L:      linux-i2c@vger.kernel.org
6293 S:      Maintained
6294 F:      drivers/i2c/i2c-stub.c
6295
6296 I2C SUBSYSTEM
6297 M:      Wolfram Sang <wsa@the-dreams.de>
6298 L:      linux-i2c@vger.kernel.org
6299 W:      https://i2c.wiki.kernel.org/
6300 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6302 S:      Maintained
6303 F:      Documentation/devicetree/bindings/i2c/
6304 F:      Documentation/i2c/
6305 F:      drivers/i2c/
6306 F:      drivers/i2c/*/
6307 F:      include/linux/i2c.h
6308 F:      include/linux/i2c-*.h
6309 F:      include/uapi/linux/i2c.h
6310 F:      include/uapi/linux/i2c-*.h
6311
6312 I2C ACPI SUPPORT
6313 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6314 L:      linux-i2c@vger.kernel.org
6315 L:      linux-acpi@vger.kernel.org
6316 S:      Maintained
6317
6318 I2C-TAOS-EVM DRIVER
6319 M:      Jean Delvare <jdelvare@suse.com>
6320 L:      linux-i2c@vger.kernel.org
6321 S:      Maintained
6322 F:      Documentation/i2c/busses/i2c-taos-evm
6323 F:      drivers/i2c/busses/i2c-taos-evm.c
6324
6325 I2C-TINY-USB DRIVER
6326 M:      Till Harbaum <till@harbaum.org>
6327 L:      linux-i2c@vger.kernel.org
6328 W:      http://www.harbaum.org/till/i2c_tiny_usb
6329 S:      Maintained
6330 F:      drivers/i2c/busses/i2c-tiny-usb.c
6331
6332 i386 BOOT CODE
6333 M:      "H. Peter Anvin" <hpa@zytor.com>
6334 S:      Maintained
6335 F:      arch/x86/boot/
6336
6337 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6338 M:      "H. Peter Anvin" <hpa@zytor.com>
6339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6340 S:      Maintained
6341
6342 IA64 (Itanium) PLATFORM
6343 M:      Tony Luck <tony.luck@intel.com>
6344 M:      Fenghua Yu <fenghua.yu@intel.com>
6345 L:      linux-ia64@vger.kernel.org
6346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6347 S:      Maintained
6348 F:      arch/ia64/
6349
6350 IBM Power VMX Cryptographic instructions
6351 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6352 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6353 L:      linux-crypto@vger.kernel.org
6354 S:      Supported
6355 F:      drivers/crypto/vmx/Makefile
6356 F:      drivers/crypto/vmx/Kconfig
6357 F:      drivers/crypto/vmx/vmx.c
6358 F:      drivers/crypto/vmx/aes*
6359 F:      drivers/crypto/vmx/ghash*
6360 F:      drivers/crypto/vmx/ppc-xlate.pl
6361
6362 IBM Power in-Nest Crypto Acceleration
6363 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6364 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6365 L:      linux-crypto@vger.kernel.org
6366 S:      Supported
6367 F:      drivers/crypto/nx/Makefile
6368 F:      drivers/crypto/nx/Kconfig
6369 F:      drivers/crypto/nx/nx-aes*
6370 F:      drivers/crypto/nx/nx-sha*
6371 F:      drivers/crypto/nx/nx.*
6372 F:      drivers/crypto/nx/nx_csbcpb.h
6373 F:      drivers/crypto/nx/nx_debugfs.h
6374
6375 IBM Power 842 compression accelerator
6376 M:      Haren Myneni <haren@us.ibm.com>
6377 S:      Supported
6378 F:      drivers/crypto/nx/Makefile
6379 F:      drivers/crypto/nx/Kconfig
6380 F:      drivers/crypto/nx/nx-842*
6381 F:      include/linux/sw842.h
6382 F:      crypto/842.c
6383 F:      lib/842/
6384
6385 IBM Power Linux RAID adapter
6386 M:      Brian King <brking@us.ibm.com>
6387 S:      Supported
6388 F:      drivers/scsi/ipr.*
6389
6390 IBM Power Virtual Ethernet Device Driver
6391 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6392 L:      netdev@vger.kernel.org
6393 S:      Supported
6394 F:      drivers/net/ethernet/ibm/ibmveth.*
6395
6396 IBM Power SRIOV Virtual NIC Device Driver
6397 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6398 M:      John Allen <jallen@linux.vnet.ibm.com>
6399 L:      netdev@vger.kernel.org
6400 S:      Supported
6401 F:      drivers/net/ethernet/ibm/ibmvnic.*
6402
6403 IBM Power Virtual SCSI Device Drivers
6404 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6405 L:      linux-scsi@vger.kernel.org
6406 S:      Supported
6407 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6408 F:      include/scsi/viosrp.h
6409
6410 IBM Power Virtual SCSI Device Target Driver
6411 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6412 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6413 L:      linux-scsi@vger.kernel.org
6414 L:      target-devel@vger.kernel.org
6415 S:      Supported
6416 F:      drivers/scsi/ibmvscsi_tgt/
6417
6418 IBM Power Virtual FC Device Drivers
6419 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6420 L:      linux-scsi@vger.kernel.org
6421 S:      Supported
6422 F:      drivers/scsi/ibmvscsi/ibmvfc*
6423
6424 IBM ServeRAID RAID DRIVER
6425 S:      Orphan
6426 F:      drivers/scsi/ips.*
6427
6428 ICH LPC AND GPIO DRIVER
6429 M:      Peter Tyser <ptyser@xes-inc.com>
6430 S:      Maintained
6431 F:      drivers/mfd/lpc_ich.c
6432 F:      drivers/gpio/gpio-ich.c
6433
6434 IDT VersaClock 5 CLOCK DRIVER
6435 M:      Marek Vasut <marek.vasut@gmail.com>
6436 S:      Maintained
6437 F:      drivers/clk/clk-versaclock5.c
6438
6439 IDE SUBSYSTEM
6440 M:      "David S. Miller" <davem@davemloft.net>
6441 L:      linux-ide@vger.kernel.org
6442 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6444 S:      Maintained
6445 F:      Documentation/ide/
6446 F:      drivers/ide/
6447 F:      include/linux/ide.h
6448
6449 IDEAPAD LAPTOP EXTRAS DRIVER
6450 M:      Ike Panhc <ike.pan@canonical.com>
6451 L:      platform-driver-x86@vger.kernel.org
6452 W:      http://launchpad.net/ideapad-laptop
6453 S:      Maintained
6454 F:      drivers/platform/x86/ideapad-laptop.c
6455
6456 IDEAPAD LAPTOP SLIDEBAR DRIVER
6457 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6458 L:      linux-input@vger.kernel.org
6459 W:      https://github.com/o2genum/ideapad-slidebar
6460 S:      Maintained
6461 F:      drivers/input/misc/ideapad_slidebar.c
6462
6463 IDE/ATAPI DRIVERS
6464 M:      Borislav Petkov <bp@alien8.de>
6465 L:      linux-ide@vger.kernel.org
6466 S:      Maintained
6467 F:      Documentation/cdrom/ide-cd
6468 F:      drivers/ide/ide-cd*
6469
6470 IEEE 802.15.4 SUBSYSTEM
6471 M:      Alexander Aring <alex.aring@gmail.com>
6472 M:      Stefan Schmidt <stefan@osg.samsung.com>
6473 L:      linux-wpan@vger.kernel.org
6474 W:      http://wpan.cakelab.org/
6475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6477 S:      Maintained
6478 F:      net/ieee802154/
6479 F:      net/mac802154/
6480 F:      drivers/net/ieee802154/
6481 F:      include/linux/nl802154.h
6482 F:      include/linux/ieee802154.h
6483 F:      include/net/nl802154.h
6484 F:      include/net/mac802154.h
6485 F:      include/net/af_ieee802154.h
6486 F:      include/net/cfg802154.h
6487 F:      include/net/ieee802154_netdev.h
6488 F:      Documentation/networking/ieee802154.txt
6489
6490 IFE PROTOCOL
6491 M:      Yotam Gigi <yotamg@mellanox.com>
6492 M:      Jamal Hadi Salim <jhs@mojatatu.com>
6493 F:      net/ife
6494 F:      include/net/ife.h
6495 F:      include/uapi/linux/ife.h
6496
6497 IGORPLUG-USB IR RECEIVER
6498 M:      Sean Young <sean@mess.org>
6499 L:      linux-media@vger.kernel.org
6500 S:      Maintained
6501 F:      drivers/media/rc/igorplugusb.c
6502
6503 IGUANAWORKS USB IR TRANSCEIVER
6504 M:      Sean Young <sean@mess.org>
6505 L:      linux-media@vger.kernel.org
6506 S:      Maintained
6507 F:      drivers/media/rc/iguanair.c
6508
6509 IIO DIGITAL POTENTIOMETER DAC
6510 M:      Peter Rosin <peda@axentia.se>
6511 L:      linux-iio@vger.kernel.org
6512 S:      Maintained
6513 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6514 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6515 F:      drivers/iio/dac/dpot-dac.c
6516
6517 IIO ENVELOPE DETECTOR
6518 M:      Peter Rosin <peda@axentia.se>
6519 L:      linux-iio@vger.kernel.org
6520 S:      Maintained
6521 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6522 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6523 F:      drivers/iio/adc/envelope-detector.c
6524
6525 IIO MULTIPLEXER
6526 M:      Peter Rosin <peda@axentia.se>
6527 L:      linux-iio@vger.kernel.org
6528 S:      Maintained
6529 F:      Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6530 F:      drivers/iio/multiplexer/iio-mux.c
6531
6532 IIO SUBSYSTEM AND DRIVERS
6533 M:      Jonathan Cameron <jic23@kernel.org>
6534 R:      Hartmut Knaack <knaack.h@gmx.de>
6535 R:      Lars-Peter Clausen <lars@metafoo.de>
6536 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6537 L:      linux-iio@vger.kernel.org
6538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6539 S:      Maintained
6540 F:      Documentation/devicetree/bindings/iio/
6541 F:      drivers/iio/
6542 F:      drivers/staging/iio/
6543 F:      include/linux/iio/
6544 F:      tools/iio/
6545
6546 IKANOS/ADI EAGLE ADSL USB DRIVER
6547 M:      Matthieu Castet <castet.matthieu@free.fr>
6548 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6549 S:      Maintained
6550 F:      drivers/usb/atm/ueagle-atm.c
6551
6552 IMGTEC ASCII LCD DRIVER
6553 M:      Paul Burton <paul.burton@imgtec.com>
6554 S:      Maintained
6555 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6556 F:      drivers/auxdisplay/img-ascii-lcd.c
6557
6558 INA209 HARDWARE MONITOR DRIVER
6559 M:      Guenter Roeck <linux@roeck-us.net>
6560 L:      linux-hwmon@vger.kernel.org
6561 S:      Maintained
6562 F:      Documentation/hwmon/ina209
6563 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6564 F:      drivers/hwmon/ina209.c
6565
6566 INA2XX HARDWARE MONITOR DRIVER
6567 M:      Guenter Roeck <linux@roeck-us.net>
6568 L:      linux-hwmon@vger.kernel.org
6569 S:      Maintained
6570 F:      Documentation/hwmon/ina2xx
6571 F:      drivers/hwmon/ina2xx.c
6572 F:      include/linux/platform_data/ina2xx.h
6573
6574 INDUSTRY PACK SUBSYSTEM (IPACK)
6575 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6576 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6577 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6578 L:      industrypack-devel@lists.sourceforge.net
6579 W:      http://industrypack.sourceforge.net
6580 S:      Maintained
6581 F:      drivers/ipack/
6582
6583 INGENIC JZ4780 DMA Driver
6584 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6585 S:      Maintained
6586 F:      drivers/dma/dma-jz4780.c
6587
6588 INGENIC JZ4780 NAND DRIVER
6589 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6590 L:      linux-mtd@lists.infradead.org
6591 S:      Maintained
6592 F:      drivers/mtd/nand/jz4780_*
6593
6594 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6595 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6596 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6597 L:      linux-ima-devel@lists.sourceforge.net
6598 L:      linux-ima-user@lists.sourceforge.net
6599 L:      linux-security-module@vger.kernel.org
6600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6601 S:      Supported
6602 F:      security/integrity/ima/
6603
6604 IMGTEC IR DECODER DRIVER
6605 M:      James Hogan <james.hogan@imgtec.com>
6606 S:      Maintained
6607 F:      drivers/media/rc/img-ir/
6608
6609 IMS TWINTURBO FRAMEBUFFER DRIVER
6610 L:      linux-fbdev@vger.kernel.org
6611 S:      Orphan
6612 F:      drivers/video/fbdev/imsttfb.c
6613
6614 INFINIBAND SUBSYSTEM
6615 M:      Doug Ledford <dledford@redhat.com>
6616 M:      Sean Hefty <sean.hefty@intel.com>
6617 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6618 L:      linux-rdma@vger.kernel.org
6619 W:      http://www.openfabrics.org/
6620 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6622 S:      Supported
6623 F:      Documentation/devicetree/bindings/infiniband/
6624 F:      Documentation/infiniband/
6625 F:      drivers/infiniband/
6626 F:      include/uapi/linux/if_infiniband.h
6627 F:      include/uapi/rdma/
6628 F:      include/rdma/
6629
6630 INOTIFY
6631 M:      John McCutchan <john@johnmccutchan.com>
6632 M:      Robert Love <rlove@rlove.org>
6633 M:      Eric Paris <eparis@parisplace.org>
6634 S:      Maintained
6635 F:      Documentation/filesystems/inotify.txt
6636 F:      fs/notify/inotify/
6637 F:      include/linux/inotify.h
6638 F:      include/uapi/linux/inotify.h
6639
6640 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6641 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6642 L:      linux-input@vger.kernel.org
6643 Q:      http://patchwork.kernel.org/project/linux-input/list/
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6645 S:      Maintained
6646 F:      drivers/input/
6647 F:      include/linux/input.h
6648 F:      include/uapi/linux/input.h
6649 F:      include/linux/input/
6650 F:      Documentation/devicetree/bindings/input/
6651
6652 INPUT MULTITOUCH (MT) PROTOCOL
6653 M:      Henrik Rydberg <rydberg@bitmath.org>
6654 L:      linux-input@vger.kernel.org
6655 S:      Odd fixes
6656 F:      Documentation/input/multi-touch-protocol.rst
6657 F:      drivers/input/input-mt.c
6658 K:      \b(ABS|SYN)_MT_
6659
6660 INSIDE SECURE CRYPTO DRIVER
6661 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
6662 F:      drivers/crypto/inside-secure/
6663 S:      Maintained
6664 L:      linux-crypto@vger.kernel.org
6665
6666 INTEL ASoC BDW/HSW DRIVERS
6667 M:      Jie Yang <yang.jie@linux.intel.com>
6668 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6669 S:      Supported
6670 F:      sound/soc/intel/common/sst-dsp*
6671 F:      sound/soc/intel/common/sst-firmware.c
6672 F:      sound/soc/intel/boards/broadwell.c
6673 F:      sound/soc/intel/haswell/
6674
6675 INTEL C600 SERIES SAS CONTROLLER DRIVER
6676 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6677 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6678 L:      linux-scsi@vger.kernel.org
6679 T:      git git://git.code.sf.net/p/intel-sas/isci
6680 S:      Supported
6681 F:      drivers/scsi/isci/
6682
6683 INTEL HID EVENT DRIVER
6684 M:      Alex Hung <alex.hung@canonical.com>
6685 L:      platform-driver-x86@vger.kernel.org
6686 S:      Maintained
6687 F:      drivers/platform/x86/intel-hid.c
6688
6689 INTEL VIRTUAL BUTTON DRIVER
6690 M:      AceLan Kao <acelan.kao@canonical.com>
6691 L:      platform-driver-x86@vger.kernel.org
6692 S:      Maintained
6693 F:      drivers/platform/x86/intel-vbtn.c
6694
6695 INTEL IDLE DRIVER
6696 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6697 M:      Len Brown <lenb@kernel.org>
6698 L:      linux-pm@vger.kernel.org
6699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6700 B:      https://bugzilla.kernel.org
6701 S:      Supported
6702 F:      drivers/idle/intel_idle.c
6703
6704 INTEL INTEGRATED SENSOR HUB DRIVER
6705 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6706 M:      Jiri Kosina <jikos@kernel.org>
6707 L:      linux-input@vger.kernel.org
6708 S:      Maintained
6709 F:      drivers/hid/intel-ish-hid/
6710
6711 INTEL PSTATE DRIVER
6712 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6713 M:      Len Brown <lenb@kernel.org>
6714 L:      linux-pm@vger.kernel.org
6715 S:      Supported
6716 F:      drivers/cpufreq/intel_pstate.c
6717
6718 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6719 M:      Maik Broemme <mbroemme@libmpq.org>
6720 L:      linux-fbdev@vger.kernel.org
6721 S:      Maintained
6722 F:      Documentation/fb/intelfb.txt
6723 F:      drivers/video/fbdev/intelfb/
6724
6725 INTEL 810/815 FRAMEBUFFER DRIVER
6726 M:      Antonino Daplas <adaplas@gmail.com>
6727 L:      linux-fbdev@vger.kernel.org
6728 S:      Maintained
6729 F:      drivers/video/fbdev/i810/
6730
6731 INTEL MENLOW THERMAL DRIVER
6732 M:      Sujith Thomas <sujith.thomas@intel.com>
6733 L:      platform-driver-x86@vger.kernel.org
6734 W:      https://01.org/linux-acpi
6735 S:      Supported
6736 F:      drivers/platform/x86/intel_menlow.c
6737
6738 INTEL I/OAT DMA DRIVER
6739 M:      Dave Jiang <dave.jiang@intel.com>
6740 R:      Dan Williams <dan.j.williams@intel.com>
6741 L:      dmaengine@vger.kernel.org
6742 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6743 S:      Supported
6744 F:      drivers/dma/ioat*
6745
6746 INTEL IOMMU (VT-d)
6747 M:      David Woodhouse <dwmw2@infradead.org>
6748 L:      iommu@lists.linux-foundation.org
6749 T:      git git://git.infradead.org/iommu-2.6.git
6750 S:      Supported
6751 F:      drivers/iommu/intel-iommu.c
6752 F:      include/linux/intel-iommu.h
6753
6754 INTEL IOP-ADMA DMA DRIVER
6755 R:      Dan Williams <dan.j.williams@intel.com>
6756 S:      Odd fixes
6757 F:      drivers/dma/iop-adma.c
6758
6759 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6760 M:      Krzysztof Halasa <khalasa@piap.pl>
6761 S:      Maintained
6762 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6763 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6764 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6765 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6766 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6767 F:      drivers/net/wan/ixp4xx_hss.c
6768
6769 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6770 M:      Deepak Saxena <dsaxena@plexity.net>
6771 S:      Maintained
6772 F:      drivers/char/hw_random/ixp4xx-rng.c
6773
6774 INTEL ETHERNET DRIVERS
6775 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6776 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6777 W:      http://www.intel.com/support/feedback.htm
6778 W:      http://e1000.sourceforge.net/
6779 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6782 S:      Supported
6783 F:      Documentation/networking/e100.txt
6784 F:      Documentation/networking/e1000.txt
6785 F:      Documentation/networking/e1000e.txt
6786 F:      Documentation/networking/igb.txt
6787 F:      Documentation/networking/igbvf.txt
6788 F:      Documentation/networking/ixgb.txt
6789 F:      Documentation/networking/ixgbe.txt
6790 F:      Documentation/networking/ixgbevf.txt
6791 F:      Documentation/networking/i40e.txt
6792 F:      Documentation/networking/i40evf.txt
6793 F:      drivers/net/ethernet/intel/
6794 F:      drivers/net/ethernet/intel/*/
6795 F:      include/linux/avf/virtchnl.h
6796
6797 INTEL RDMA RNIC DRIVER
6798 M:     Faisal Latif <faisal.latif@intel.com>
6799 M:     Shiraz Saleem <shiraz.saleem@intel.com>
6800 L:     linux-rdma@vger.kernel.org
6801 S:     Supported
6802 F:     drivers/infiniband/hw/i40iw/
6803
6804 INTEL MERRIFIELD GPIO DRIVER
6805 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6806 L:      linux-gpio@vger.kernel.org
6807 S:      Maintained
6808 F:      drivers/gpio/gpio-merrifield.c
6809
6810 INTEL-MID GPIO DRIVER
6811 M:      David Cohen <david.a.cohen@linux.intel.com>
6812 L:      linux-gpio@vger.kernel.org
6813 S:      Maintained
6814 F:      drivers/gpio/gpio-intel-mid.c
6815
6816 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6817 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6818 L:      linux-wireless@vger.kernel.org
6819 S:      Maintained
6820 F:      Documentation/networking/README.ipw2100
6821 F:      Documentation/networking/README.ipw2200
6822 F:      drivers/net/wireless/intel/ipw2x00/
6823
6824 INTEL(R) TRACE HUB
6825 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6826 S:      Supported
6827 F:      Documentation/trace/intel_th.txt
6828 F:      drivers/hwtracing/intel_th/
6829
6830 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6831 M:      Ning Sun <ning.sun@intel.com>
6832 L:      tboot-devel@lists.sourceforge.net
6833 W:      http://tboot.sourceforge.net
6834 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6835 S:      Supported
6836 F:      Documentation/intel_txt.txt
6837 F:      include/linux/tboot.h
6838 F:      arch/x86/kernel/tboot.c
6839
6840 INTEL WIRELESS WIMAX CONNECTION 2400
6841 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6842 M:      linux-wimax@intel.com
6843 L:      wimax@linuxwimax.org (subscribers-only)
6844 S:      Supported
6845 W:      http://linuxwimax.org
6846 F:      Documentation/wimax/README.i2400m
6847 F:      drivers/net/wimax/i2400m/
6848 F:      include/uapi/linux/wimax/i2400m.h
6849
6850 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6851 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6852 L:      linux-wireless@vger.kernel.org
6853 S:      Supported
6854 F:      drivers/net/wireless/intel/iwlegacy/
6855
6856 INTEL WIRELESS WIFI LINK (iwlwifi)
6857 M:      Johannes Berg <johannes.berg@intel.com>
6858 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6859 M:      Luca Coelho <luciano.coelho@intel.com>
6860 M:      Intel Linux Wireless <linuxwifi@intel.com>
6861 L:      linux-wireless@vger.kernel.org
6862 W:      http://intellinuxwireless.org
6863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6864 S:      Supported
6865 F:      drivers/net/wireless/intel/iwlwifi/
6866
6867 INTEL MANAGEMENT ENGINE (mei)
6868 M:      Tomas Winkler <tomas.winkler@intel.com>
6869 L:      linux-kernel@vger.kernel.org
6870 S:      Supported
6871 F:      include/uapi/linux/mei.h
6872 F:      include/linux/mei_cl_bus.h
6873 F:      drivers/misc/mei/*
6874 F:      drivers/watchdog/mei_wdt.c
6875 F:      Documentation/misc-devices/mei/*
6876 F:      samples/mei/*
6877
6878 INTEL MIC DRIVERS (mic)
6879 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6880 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6881 S:      Supported
6882 W:      https://github.com/sudeepdutt/mic
6883 W:      http://software.intel.com/en-us/mic-developer
6884 F:      include/linux/mic_bus.h
6885 F:      include/linux/scif.h
6886 F:      include/uapi/linux/mic_common.h
6887 F:      include/uapi/linux/mic_ioctl.h
6888 F:      include/uapi/linux/scif_ioctl.h
6889 F:      drivers/misc/mic/
6890 F:      drivers/dma/mic_x100_dma.c
6891 F:      drivers/dma/mic_x100_dma.h
6892 F:      Documentation/mic/
6893
6894 INTEL PMC/P-Unit IPC DRIVER
6895 M:      Zha Qipeng<qipeng.zha@intel.com>
6896 L:      platform-driver-x86@vger.kernel.org
6897 S:      Maintained
6898 F:      drivers/platform/x86/intel_pmc_ipc.c
6899 F:      drivers/platform/x86/intel_punit_ipc.c
6900 F:      arch/x86/include/asm/intel_pmc_ipc.h
6901 F:      arch/x86/include/asm/intel_punit_ipc.h
6902
6903 INTEL TELEMETRY DRIVER
6904 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6905 L:      platform-driver-x86@vger.kernel.org
6906 S:      Maintained
6907 F:      arch/x86/include/asm/intel_telemetry.h
6908 F:      drivers/platform/x86/intel_telemetry*
6909
6910 INTEL PMC CORE DRIVER
6911 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6912 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6913 L:      platform-driver-x86@vger.kernel.org
6914 S:      Maintained
6915 F:      arch/x86/include/asm/pmc_core.h
6916 F:      drivers/platform/x86/intel_pmc_core*
6917
6918 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6919 M:      Linus Walleij <linus.walleij@linaro.org>
6920 L:      linux-iio@vger.kernel.org
6921 S:      Maintained
6922 F:      drivers/iio/gyro/mpu3050*
6923 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6924
6925 IOC3 ETHERNET DRIVER
6926 M:      Ralf Baechle <ralf@linux-mips.org>
6927 L:      linux-mips@linux-mips.org
6928 S:      Maintained
6929 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6930
6931 IOC3 SERIAL DRIVER
6932 M:      Pat Gefre <pfg@sgi.com>
6933 L:      linux-serial@vger.kernel.org
6934 S:      Maintained
6935 F:      drivers/tty/serial/ioc3_serial.c
6936
6937 IOMMU DRIVERS
6938 M:      Joerg Roedel <joro@8bytes.org>
6939 L:      iommu@lists.linux-foundation.org
6940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6941 S:      Maintained
6942 F:      Documentation/devicetree/bindings/iommu/
6943 F:      drivers/iommu/
6944 F:      include/linux/iommu.h
6945 F:      include/linux/iova.h
6946
6947 IP MASQUERADING
6948 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6949 S:      Maintained
6950 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6951
6952 IPMI SUBSYSTEM
6953 M:      Corey Minyard <minyard@acm.org>
6954 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6955 W:      http://openipmi.sourceforge.net/
6956 S:      Supported
6957 F:      Documentation/IPMI.txt
6958 F:      drivers/char/ipmi/
6959 F:      include/linux/ipmi*
6960 F:      include/uapi/linux/ipmi*
6961
6962 QCOM AUDIO (ASoC) DRIVERS
6963 M:      Patrick Lai <plai@codeaurora.org>
6964 M:      Banajit Goswami <bgoswami@codeaurora.org>
6965 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6966 S:      Supported
6967 F:      sound/soc/qcom/
6968
6969 IPS SCSI RAID DRIVER
6970 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6971 L:      linux-scsi@vger.kernel.org
6972 W:      http://www.adaptec.com/
6973 S:      Maintained
6974 F:      drivers/scsi/ips*
6975
6976 IPVS
6977 M:      Wensong Zhang <wensong@linux-vs.org>
6978 M:      Simon Horman <horms@verge.net.au>
6979 M:      Julian Anastasov <ja@ssi.bg>
6980 L:      netdev@vger.kernel.org
6981 L:      lvs-devel@vger.kernel.org
6982 S:      Maintained
6983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6985 F:      Documentation/networking/ipvs-sysctl.txt
6986 F:      include/net/ip_vs.h
6987 F:      include/uapi/linux/ip_vs.h
6988 F:      net/netfilter/ipvs/
6989
6990 IPWIRELESS DRIVER
6991 M:      Jiri Kosina <jikos@kernel.org>
6992 M:      David Sterba <dsterba@suse.com>
6993 S:      Odd Fixes
6994 F:      drivers/tty/ipwireless/
6995
6996 IPX NETWORK LAYER
6997 L:      netdev@vger.kernel.org
6998 S:      Odd fixes
6999 F:      include/net/ipx.h
7000 F:      include/uapi/linux/ipx.h
7001 F:      net/ipx/
7002
7003 IRDA SUBSYSTEM
7004 M:      Samuel Ortiz <samuel@sortiz.org>
7005 L:      irda-users@lists.sourceforge.net (subscribers-only)
7006 L:      netdev@vger.kernel.org
7007 W:      http://irda.sourceforge.net/
7008 S:      Maintained
7009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7010 F:      Documentation/networking/irda.txt
7011 F:      drivers/net/irda/
7012 F:      include/net/irda/
7013 F:      net/irda/
7014
7015 IRQ SUBSYSTEM
7016 M:      Thomas Gleixner <tglx@linutronix.de>
7017 L:      linux-kernel@vger.kernel.org
7018 S:      Maintained
7019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7020 F:      kernel/irq/
7021
7022 IRQCHIP DRIVERS
7023 M:      Thomas Gleixner <tglx@linutronix.de>
7024 M:      Jason Cooper <jason@lakedaemon.net>
7025 M:      Marc Zyngier <marc.zyngier@arm.com>
7026 L:      linux-kernel@vger.kernel.org
7027 S:      Maintained
7028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7029 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
7030 F:      Documentation/devicetree/bindings/interrupt-controller/
7031 F:      drivers/irqchip/
7032
7033 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7034 M:      Marc Zyngier <marc.zyngier@arm.com>
7035 S:      Maintained
7036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7037 F:      Documentation/IRQ-domain.txt
7038 F:      include/linux/irqdomain.h
7039 F:      kernel/irq/irqdomain.c
7040 F:      kernel/irq/msi.c
7041
7042 ISA
7043 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7044 S:      Maintained
7045 F:      Documentation/isa.txt
7046 F:      drivers/base/isa.c
7047 F:      include/linux/isa.h
7048
7049 ISAPNP
7050 M:      Jaroslav Kysela <perex@perex.cz>
7051 S:      Maintained
7052 F:      Documentation/isapnp.txt
7053 F:      drivers/pnp/isapnp/
7054 F:      include/linux/isapnp.h
7055
7056 ISA RADIO MODULE
7057 M:      Hans Verkuil <hverkuil@xs4all.nl>
7058 L:      linux-media@vger.kernel.org
7059 T:      git git://linuxtv.org/media_tree.git
7060 W:      https://linuxtv.org
7061 S:      Maintained
7062 F:      drivers/media/radio/radio-isa*
7063
7064 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7065 M:      Peter Jones <pjones@redhat.com>
7066 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
7067 S:      Maintained
7068 F:      drivers/firmware/iscsi_ibft*
7069
7070 ISCSI
7071 M:      Lee Duncan <lduncan@suse.com>
7072 M:      Chris Leech <cleech@redhat.com>
7073 L:      open-iscsi@googlegroups.com
7074 W:      www.open-iscsi.com
7075 S:      Maintained
7076 F:      drivers/scsi/*iscsi*
7077 F:      include/scsi/*iscsi*
7078
7079 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7080 M:      Or Gerlitz <ogerlitz@mellanox.com>
7081 M:      Sagi Grimberg <sagi@grimberg.me>
7082 M:      Roi Dayan <roid@mellanox.com>
7083 L:      linux-rdma@vger.kernel.org
7084 S:      Supported
7085 W:      http://www.openfabrics.org
7086 W:      www.open-iscsi.org
7087 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7088 F:      drivers/infiniband/ulp/iser/
7089
7090 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7091 M:      Sagi Grimberg <sagi@grimberg.me>
7092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7093 L:      linux-rdma@vger.kernel.org
7094 L:      target-devel@vger.kernel.org
7095 S:      Supported
7096 W:      http://www.linux-iscsi.org
7097 F:      drivers/infiniband/ulp/isert
7098
7099 ISDN SUBSYSTEM
7100 M:      Karsten Keil <isdn@linux-pingi.de>
7101 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7102 L:      netdev@vger.kernel.org
7103 W:      http://www.isdn4linux.de
7104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7105 S:      Maintained
7106 F:      Documentation/isdn/
7107 F:      drivers/isdn/
7108 F:      include/linux/isdn.h
7109 F:      include/linux/isdn/
7110 F:      include/uapi/linux/isdn.h
7111 F:      include/uapi/linux/isdn/
7112
7113 ISDN SUBSYSTEM (Eicon active card driver)
7114 M:      Armin Schindler <mac@melware.de>
7115 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7116 W:      http://www.melware.de
7117 S:      Maintained
7118 F:      drivers/isdn/hardware/eicon/
7119
7120 IT87 HARDWARE MONITORING DRIVER
7121 M:      Jean Delvare <jdelvare@suse.com>
7122 L:      linux-hwmon@vger.kernel.org
7123 S:      Maintained
7124 F:      Documentation/hwmon/it87
7125 F:      drivers/hwmon/it87.c
7126
7127 IT913X MEDIA DRIVER
7128 M:      Antti Palosaari <crope@iki.fi>
7129 L:      linux-media@vger.kernel.org
7130 W:      https://linuxtv.org
7131 W:      http://palosaari.fi/linux/
7132 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7133 T:      git git://linuxtv.org/anttip/media_tree.git
7134 S:      Maintained
7135 F:      drivers/media/tuners/it913x*
7136
7137 IVTV VIDEO4LINUX DRIVER
7138 M:      Andy Walls <awalls@md.metrocast.net>
7139 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
7140 L:      linux-media@vger.kernel.org
7141 T:      git git://linuxtv.org/media_tree.git
7142 W:      http://www.ivtvdriver.org
7143 S:      Maintained
7144 F:      Documentation/media/v4l-drivers/ivtv*
7145 F:      drivers/media/pci/ivtv/
7146 F:      include/uapi/linux/ivtv*
7147
7148 IX2505V MEDIA DRIVER
7149 M:      Malcolm Priestley <tvboxspy@gmail.com>
7150 L:      linux-media@vger.kernel.org
7151 W:      https://linuxtv.org
7152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7153 S:      Maintained
7154 F:      drivers/media/dvb-frontends/ix2505v*
7155
7156 JC42.4 TEMPERATURE SENSOR DRIVER
7157 M:      Guenter Roeck <linux@roeck-us.net>
7158 L:      linux-hwmon@vger.kernel.org
7159 S:      Maintained
7160 F:      drivers/hwmon/jc42.c
7161 F:      Documentation/hwmon/jc42
7162
7163 JFS FILESYSTEM
7164 M:      Dave Kleikamp <shaggy@kernel.org>
7165 L:      jfs-discussion@lists.sourceforge.net
7166 W:      http://jfs.sourceforge.net/
7167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7168 S:      Maintained
7169 F:      Documentation/filesystems/jfs.txt
7170 F:      fs/jfs/
7171
7172 JME NETWORK DRIVER
7173 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
7174 L:      netdev@vger.kernel.org
7175 S:      Maintained
7176 F:      drivers/net/ethernet/jme.*
7177
7178 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7179 M:      David Woodhouse <dwmw2@infradead.org>
7180 L:      linux-mtd@lists.infradead.org
7181 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7182 S:      Maintained
7183 F:      fs/jffs2/
7184 F:      include/uapi/linux/jffs2.h
7185
7186 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7187 M:      "Theodore Ts'o" <tytso@mit.edu>
7188 M:      Jan Kara <jack@suse.com>
7189 L:      linux-ext4@vger.kernel.org
7190 S:      Maintained
7191 F:      fs/jbd2/
7192 F:      include/linux/jbd2.h
7193
7194 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7195 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7196 L:      linux-media@vger.kernel.org
7197 S:      Maintained
7198 F:      drivers/media/platform/rcar_jpu.c
7199
7200 JSM Neo PCI based serial card
7201 M:      Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7202 L:      linux-serial@vger.kernel.org
7203 S:      Maintained
7204 F:      drivers/tty/serial/jsm/
7205
7206 K10TEMP HARDWARE MONITORING DRIVER
7207 M:      Clemens Ladisch <clemens@ladisch.de>
7208 L:      linux-hwmon@vger.kernel.org
7209 S:      Maintained
7210 F:      Documentation/hwmon/k10temp
7211 F:      drivers/hwmon/k10temp.c
7212
7213 K8TEMP HARDWARE MONITORING DRIVER
7214 M:      Rudolf Marek <r.marek@assembler.cz>
7215 L:      linux-hwmon@vger.kernel.org
7216 S:      Maintained
7217 F:      Documentation/hwmon/k8temp
7218 F:      drivers/hwmon/k8temp.c
7219
7220 KASAN
7221 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
7222 R:      Alexander Potapenko <glider@google.com>
7223 R:      Dmitry Vyukov <dvyukov@google.com>
7224 L:      kasan-dev@googlegroups.com
7225 S:      Maintained
7226 F:      arch/*/include/asm/kasan.h
7227 F:      arch/*/mm/kasan_init*
7228 F:      Documentation/dev-tools/kasan.rst
7229 F:      include/linux/kasan*.h
7230 F:      lib/test_kasan.c
7231 F:      mm/kasan/
7232 F:      scripts/Makefile.kasan
7233
7234 KCONFIG
7235 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
7236 L:      linux-kbuild@vger.kernel.org
7237 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
7238 S:      Maintained
7239 F:      Documentation/kbuild/kconfig-language.txt
7240 F:      scripts/kconfig/
7241
7242 KDUMP
7243 M:      Dave Young <dyoung@redhat.com>
7244 M:      Baoquan He <bhe@redhat.com>
7245 R:      Vivek Goyal <vgoyal@redhat.com>
7246 L:      kexec@lists.infradead.org
7247 W:      http://lse.sourceforge.net/kdump/
7248 S:      Maintained
7249 F:      Documentation/kdump/
7250
7251 KEENE FM RADIO TRANSMITTER DRIVER
7252 M:      Hans Verkuil <hverkuil@xs4all.nl>
7253 L:      linux-media@vger.kernel.org
7254 T:      git git://linuxtv.org/media_tree.git
7255 W:      https://linuxtv.org
7256 S:      Maintained
7257 F:      drivers/media/radio/radio-keene*
7258
7259 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7260 M:      Ian Kent <raven@themaw.net>
7261 L:      autofs@vger.kernel.org
7262 S:      Maintained
7263 F:      fs/autofs4/
7264
7265 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7266 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
7267 M:      Michal Marek <mmarek@suse.com>
7268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7269 L:      linux-kbuild@vger.kernel.org
7270 S:      Maintained
7271 F:      Documentation/kbuild/
7272 F:      Makefile
7273 F:      scripts/Makefile.*
7274 F:      scripts/basic/
7275 F:      scripts/mk*
7276 F:      scripts/package/
7277
7278 KERNEL JANITORS
7279 L:      kernel-janitors@vger.kernel.org
7280 W:      http://kernelnewbies.org/KernelJanitors
7281 S:      Odd Fixes
7282
7283 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7284 M:      "J. Bruce Fields" <bfields@fieldses.org>
7285 M:      Jeff Layton <jlayton@poochiereds.net>
7286 L:      linux-nfs@vger.kernel.org
7287 W:      http://nfs.sourceforge.net/
7288 T:      git git://linux-nfs.org/~bfields/linux.git
7289 S:      Supported
7290 F:      fs/nfsd/
7291 F:      include/uapi/linux/nfsd/
7292 F:      fs/lockd/
7293 F:      fs/nfs_common/
7294 F:      net/sunrpc/
7295 F:      include/linux/lockd/
7296 F:      include/linux/sunrpc/
7297 F:      include/uapi/linux/sunrpc/
7298
7299 KERNEL SELFTEST FRAMEWORK
7300 M:      Shuah Khan <shuahkh@osg.samsung.com>
7301 M:      Shuah Khan <shuah@kernel.org>
7302 L:      linux-kselftest@vger.kernel.org
7303 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7304 S:      Maintained
7305 F:      tools/testing/selftests
7306
7307 KERNEL VIRTUAL MACHINE (KVM)
7308 M:      Paolo Bonzini <pbonzini@redhat.com>
7309 M:      Radim Krčmář <rkrcmar@redhat.com>
7310 L:      kvm@vger.kernel.org
7311 W:      http://www.linux-kvm.org
7312 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7313 S:      Supported
7314 F:      Documentation/*/kvm*.txt
7315 F:      Documentation/virtual/kvm/
7316 F:      arch/*/kvm/
7317 F:      arch/x86/kernel/kvm.c
7318 F:      arch/x86/kernel/kvmclock.c
7319 F:      arch/*/include/asm/kvm*
7320 F:      include/linux/kvm*
7321 F:      include/uapi/linux/kvm*
7322 F:      virt/kvm/
7323 F:      tools/kvm/
7324
7325 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7326 M:      Joerg Roedel <joro@8bytes.org>
7327 L:      kvm@vger.kernel.org
7328 W:      http://www.linux-kvm.org/
7329 S:      Maintained
7330 F:      arch/x86/include/asm/svm.h
7331 F:      arch/x86/kvm/svm.c
7332
7333 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7334 M:      Alexander Graf <agraf@suse.com>
7335 L:      kvm-ppc@vger.kernel.org
7336 W:      http://www.linux-kvm.org/
7337 T:      git git://github.com/agraf/linux-2.6.git
7338 S:      Supported
7339 F:      arch/powerpc/include/asm/kvm*
7340 F:      arch/powerpc/kvm/
7341
7342 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7343 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7344 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7345 L:      linux-s390@vger.kernel.org
7346 W:      http://www.ibm.com/developerworks/linux/linux390/
7347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7348 S:      Supported
7349 F:      Documentation/s390/kvm.txt
7350 F:      arch/s390/include/asm/kvm*
7351 F:      arch/s390/kvm/
7352 F:      arch/s390/mm/gmap.c
7353
7354 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7355 M:      Christoffer Dall <christoffer.dall@linaro.org>
7356 M:      Marc Zyngier <marc.zyngier@arm.com>
7357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7358 L:      kvmarm@lists.cs.columbia.edu
7359 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7361 S:      Supported
7362 F:      arch/arm/include/uapi/asm/kvm*
7363 F:      arch/arm/include/asm/kvm*
7364 F:      arch/arm/kvm/
7365 F:      virt/kvm/arm/
7366 F:      include/kvm/arm_*
7367
7368 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7369 M:      Christoffer Dall <christoffer.dall@linaro.org>
7370 M:      Marc Zyngier <marc.zyngier@arm.com>
7371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7372 L:      kvmarm@lists.cs.columbia.edu
7373 S:      Maintained
7374 F:      arch/arm64/include/uapi/asm/kvm*
7375 F:      arch/arm64/include/asm/kvm*
7376 F:      arch/arm64/kvm/
7377
7378 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7379 M:      James Hogan <james.hogan@imgtec.com>
7380 L:      linux-mips@linux-mips.org
7381 S:      Supported
7382 F:      arch/mips/include/uapi/asm/kvm*
7383 F:      arch/mips/include/asm/kvm*
7384 F:      arch/mips/kvm/
7385
7386 KERNFS
7387 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7388 M:      Tejun Heo <tj@kernel.org>
7389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7390 S:      Supported
7391 F:      include/linux/kernfs.h
7392 F:      fs/kernfs/
7393
7394 KEXEC
7395 M:      Eric Biederman <ebiederm@xmission.com>
7396 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7397 L:      kexec@lists.infradead.org
7398 S:      Maintained
7399 F:      include/linux/kexec.h
7400 F:      include/uapi/linux/kexec.h
7401 F:      kernel/kexec*
7402
7403 KEYS/KEYRINGS:
7404 M:      David Howells <dhowells@redhat.com>
7405 L:      keyrings@vger.kernel.org
7406 S:      Maintained
7407 F:      Documentation/security/keys/core.rst
7408 F:      include/linux/key.h
7409 F:      include/linux/key-type.h
7410 F:      include/linux/keyctl.h
7411 F:      include/uapi/linux/keyctl.h
7412 F:      include/keys/
7413 F:      security/keys/
7414
7415 KEYS-TRUSTED
7416 M:      David Safford <safford@us.ibm.com>
7417 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7418 L:      linux-security-module@vger.kernel.org
7419 L:      keyrings@vger.kernel.org
7420 S:      Supported
7421 F:      Documentation/security/keys/trusted-encrypted.rst
7422 F:      include/keys/trusted-type.h
7423 F:      security/keys/trusted.c
7424 F:      security/keys/trusted.h
7425
7426 KEYS-ENCRYPTED
7427 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7428 M:      David Safford <safford@us.ibm.com>
7429 L:      linux-security-module@vger.kernel.org
7430 L:      keyrings@vger.kernel.org
7431 S:      Supported
7432 F:      Documentation/security/keys/trusted-encrypted.rst
7433 F:      include/keys/encrypted-type.h
7434 F:      security/keys/encrypted-keys/
7435
7436 KGDB / KDB /debug_core
7437 M:      Jason Wessel <jason.wessel@windriver.com>
7438 W:      http://kgdb.wiki.kernel.org/
7439 L:      kgdb-bugreport@lists.sourceforge.net
7440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7441 S:      Maintained
7442 F:      Documentation/dev-tools/kgdb.rst
7443 F:      drivers/misc/kgdbts.c
7444 F:      drivers/tty/serial/kgdboc.c
7445 F:      include/linux/kdb.h
7446 F:      include/linux/kgdb.h
7447 F:      kernel/debug/
7448
7449 KMEMCHECK
7450 M:      Vegard Nossum <vegardno@ifi.uio.no>
7451 M:      Pekka Enberg <penberg@kernel.org>
7452 S:      Maintained
7453 F:      Documentation/dev-tools/kmemcheck.rst
7454 F:      arch/x86/include/asm/kmemcheck.h
7455 F:      arch/x86/mm/kmemcheck/
7456 F:      include/linux/kmemcheck.h
7457 F:      mm/kmemcheck.c
7458
7459 KMEMLEAK
7460 M:      Catalin Marinas <catalin.marinas@arm.com>
7461 S:      Maintained
7462 F:      Documentation/dev-tools/kmemleak.rst
7463 F:      include/linux/kmemleak.h
7464 F:      mm/kmemleak.c
7465 F:      mm/kmemleak-test.c
7466
7467 KPROBES
7468 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7469 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7470 M:      "David S. Miller" <davem@davemloft.net>
7471 M:      Masami Hiramatsu <mhiramat@kernel.org>
7472 S:      Maintained
7473 F:      Documentation/kprobes.txt
7474 F:      include/linux/kprobes.h
7475 F:      include/asm-generic/kprobes.h
7476 F:      kernel/kprobes.c
7477
7478 KS0108 LCD CONTROLLER DRIVER
7479 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7480 W:      http://miguelojeda.es/auxdisplay.htm
7481 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7482 S:      Maintained
7483 F:      Documentation/auxdisplay/ks0108
7484 F:      drivers/auxdisplay/ks0108.c
7485 F:      include/linux/ks0108.h
7486
7487 L3MDEV
7488 M:      David Ahern <dsa@cumulusnetworks.com>
7489 L:      netdev@vger.kernel.org
7490 S:      Maintained
7491 F:      net/l3mdev
7492 F:      include/net/l3mdev.h
7493
7494 LANTIQ MIPS ARCHITECTURE
7495 M:      John Crispin <john@phrozen.org>
7496 L:      linux-mips@linux-mips.org
7497 S:      Maintained
7498 F:      arch/mips/lantiq
7499
7500 LAPB module
7501 L:      linux-x25@vger.kernel.org
7502 S:      Orphan
7503 F:      Documentation/networking/lapb-module.txt
7504 F:      include/*/lapb.h
7505 F:      net/lapb/
7506
7507 LASI 53c700 driver for PARISC
7508 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7509 L:      linux-scsi@vger.kernel.org
7510 S:      Maintained
7511 F:      Documentation/scsi/53c700.txt
7512 F:      drivers/scsi/53c700*
7513
7514 LED SUBSYSTEM
7515 M:      Richard Purdie <rpurdie@rpsys.net>
7516 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
7517 M:      Pavel Machek <pavel@ucw.cz>
7518 L:      linux-leds@vger.kernel.org
7519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7520 S:      Maintained
7521 F:      Documentation/devicetree/bindings/leds/
7522 F:      drivers/leds/
7523 F:      include/linux/leds.h
7524
7525 LEGACY EEPROM DRIVER
7526 M:      Jean Delvare <jdelvare@suse.com>
7527 S:      Maintained
7528 F:      Documentation/misc-devices/eeprom
7529 F:      drivers/misc/eeprom/eeprom.c
7530
7531 LEGO USB Tower driver
7532 M:      Juergen Stuber <starblue@users.sourceforge.net>
7533 L:      legousb-devel@lists.sourceforge.net
7534 W:      http://legousb.sourceforge.net/
7535 S:      Maintained
7536 F:      drivers/usb/misc/legousbtower.c
7537
7538 LG2160 MEDIA DRIVER
7539 M:      Michael Krufky <mkrufky@linuxtv.org>
7540 L:      linux-media@vger.kernel.org
7541 W:      https://linuxtv.org
7542 W:      http://github.com/mkrufky
7543 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7544 T:      git git://linuxtv.org/mkrufky/tuners.git
7545 S:      Maintained
7546 F:      drivers/media/dvb-frontends/lg2160.*
7547
7548 LGDT3305 MEDIA DRIVER
7549 M:      Michael Krufky <mkrufky@linuxtv.org>
7550 L:      linux-media@vger.kernel.org
7551 W:      https://linuxtv.org
7552 W:      http://github.com/mkrufky
7553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7554 T:      git git://linuxtv.org/mkrufky/tuners.git
7555 S:      Maintained
7556 F:      drivers/media/dvb-frontends/lgdt3305.*
7557
7558 LGUEST
7559 M:      Rusty Russell <rusty@rustcorp.com.au>
7560 L:      lguest@lists.ozlabs.org
7561 W:      http://lguest.ozlabs.org/
7562 S:      Odd Fixes
7563 F:      arch/x86/include/asm/lguest*.h
7564 F:      arch/x86/lguest/
7565 F:      drivers/lguest/
7566 F:      include/linux/lguest*.h
7567 F:      tools/lguest/
7568
7569 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7570 M:      Tejun Heo <tj@kernel.org>
7571 L:      linux-ide@vger.kernel.org
7572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7573 S:      Maintained
7574 F:      drivers/ata/
7575 F:      include/linux/ata.h
7576 F:      include/linux/libata.h
7577 F:      Documentation/devicetree/bindings/ata/
7578
7579 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7580 M:      Viresh Kumar <vireshk@kernel.org>
7581 L:      linux-ide@vger.kernel.org
7582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7583 S:      Maintained
7584 F:      include/linux/pata_arasan_cf_data.h
7585 F:      drivers/ata/pata_arasan_cf.c
7586
7587 LIBATA PATA DRIVERS
7588 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7589 M:      Tejun Heo <tj@kernel.org>
7590 L:      linux-ide@vger.kernel.org
7591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7592 S:      Maintained
7593 F:      drivers/ata/pata_*.c
7594 F:      drivers/ata/ata_generic.c
7595
7596 LIBATA SATA AHCI PLATFORM devices support
7597 M:      Hans de Goede <hdegoede@redhat.com>
7598 M:      Tejun Heo <tj@kernel.org>
7599 L:      linux-ide@vger.kernel.org
7600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7601 S:      Maintained
7602 F:      drivers/ata/ahci_platform.c
7603 F:      drivers/ata/libahci_platform.c
7604 F:      include/linux/ahci_platform.h
7605
7606 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7607 M:      Mikael Pettersson <mikpelinux@gmail.com>
7608 L:      linux-ide@vger.kernel.org
7609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7610 S:      Maintained
7611 F:      drivers/ata/sata_promise.*
7612
7613 LIBLOCKDEP
7614 M:      Sasha Levin <alexander.levin@verizon.com>
7615 S:      Maintained
7616 F:      tools/lib/lockdep/
7617
7618 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7619 M:      Dan Williams <dan.j.williams@intel.com>
7620 L:      linux-nvdimm@lists.01.org
7621 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7623 S:      Supported
7624 F:      drivers/nvdimm/*
7625 F:      include/linux/nd.h
7626 F:      include/linux/libnvdimm.h
7627 F:      include/uapi/linux/ndctl.h
7628
7629 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7630 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7631 L:      linux-nvdimm@lists.01.org
7632 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7633 S:      Supported
7634 F:      drivers/nvdimm/blk.c
7635 F:      drivers/nvdimm/region_devs.c
7636 F:      drivers/acpi/nfit*
7637
7638 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7639 M:      Vishal Verma <vishal.l.verma@intel.com>
7640 L:      linux-nvdimm@lists.01.org
7641 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7642 S:      Supported
7643 F:      drivers/nvdimm/btt*
7644
7645 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7646 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7647 L:      linux-nvdimm@lists.01.org
7648 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7649 S:      Supported
7650 F:      drivers/nvdimm/pmem.c
7651 F:      include/linux/pmem.h
7652 F:      arch/*/include/asm/pmem.h
7653
7654 LIGHTNVM PLATFORM SUPPORT
7655 M:      Matias Bjorling <mb@lightnvm.io>
7656 W:      http://github/OpenChannelSSD
7657 L:      linux-block@vger.kernel.org
7658 S:      Maintained
7659 F:      drivers/lightnvm/
7660 F:      include/linux/lightnvm.h
7661 F:      include/uapi/linux/lightnvm.h
7662
7663 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7664 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7665 M:      Paul Mackerras <paulus@samba.org>
7666 M:      Michael Ellerman <mpe@ellerman.id.au>
7667 W:      https://github.com/linuxppc/linux/wiki
7668 L:      linuxppc-dev@lists.ozlabs.org
7669 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7671 S:      Supported
7672 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
7673 F:      Documentation/devicetree/bindings/powerpc/
7674 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
7675 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
7676 F:      Documentation/powerpc/
7677 F:      arch/powerpc/
7678 F:      drivers/char/tpm/tpm_ibmvtpm*
7679 F:      drivers/crypto/nx/
7680 F:      drivers/crypto/vmx/
7681 F:      drivers/i2c/busses/i2c-opal.c
7682 F:      drivers/net/ethernet/ibm/ibmveth.*
7683 F:      drivers/net/ethernet/ibm/ibmvnic.*
7684 F:      drivers/pci/hotplug/pnv_php.c
7685 F:      drivers/pci/hotplug/rpa*
7686 F:      drivers/rtc/rtc-opal.c
7687 F:      drivers/scsi/ibmvscsi/
7688 F:      drivers/tty/hvc/hvc_opal.c
7689 F:      tools/testing/selftests/powerpc
7690 N:      /pmac
7691 N:      powermac
7692 N:      powernv
7693 N:      [^a-z0-9]ps3
7694 N:      pseries
7695
7696 LINUX FOR POWER MACINTOSH
7697 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7698 W:      http://www.penguinppc.org/
7699 L:      linuxppc-dev@lists.ozlabs.org
7700 S:      Maintained
7701 F:      arch/powerpc/platforms/powermac/
7702 F:      drivers/macintosh/
7703
7704 LINUX FOR POWERPC EMBEDDED MPC5XXX
7705 M:      Anatolij Gustschin <agust@denx.de>
7706 L:      linuxppc-dev@lists.ozlabs.org
7707 T:      git git://git.denx.de/linux-denx-agust.git
7708 S:      Maintained
7709 F:      arch/powerpc/platforms/512x/
7710 F:      arch/powerpc/platforms/52xx/
7711
7712 LINUX FOR POWERPC EMBEDDED PPC4XX
7713 M:      Alistair Popple <alistair@popple.id.au>
7714 M:      Matt Porter <mporter@kernel.crashing.org>
7715 W:      http://www.penguinppc.org/
7716 L:      linuxppc-dev@lists.ozlabs.org
7717 S:      Maintained
7718 F:      arch/powerpc/platforms/40x/
7719 F:      arch/powerpc/platforms/44x/
7720
7721 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7722 L:      linuxppc-dev@lists.ozlabs.org
7723 S:      Orphan
7724 F:      arch/powerpc/*/*virtex*
7725 F:      arch/powerpc/*/*/*virtex*
7726
7727 LINUX FOR POWERPC EMBEDDED PPC8XX
7728 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7729 W:      http://www.penguinppc.org/
7730 L:      linuxppc-dev@lists.ozlabs.org
7731 S:      Maintained
7732 F:      arch/powerpc/platforms/8xx/
7733
7734 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7735 M:      Scott Wood <oss@buserror.net>
7736 M:      Kumar Gala <galak@kernel.crashing.org>
7737 W:      http://www.penguinppc.org/
7738 L:      linuxppc-dev@lists.ozlabs.org
7739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7740 S:      Maintained
7741 F:      arch/powerpc/platforms/83xx/
7742 F:      arch/powerpc/platforms/85xx/
7743
7744 LINUX FOR POWERPC PA SEMI PWRFICIENT
7745 L:      linuxppc-dev@lists.ozlabs.org
7746 S:      Orphan
7747 F:      arch/powerpc/platforms/pasemi/
7748 F:      drivers/*/*pasemi*
7749 F:      drivers/*/*/*pasemi*
7750
7751 LINUX SECURITY MODULE (LSM) FRAMEWORK
7752 M:      Chris Wright <chrisw@sous-sol.org>
7753 L:      linux-security-module@vger.kernel.org
7754 S:      Supported
7755
7756 LIS3LV02D ACCELEROMETER DRIVER
7757 M:      Eric Piel <eric.piel@tremplin-utc.net>
7758 S:      Maintained
7759 F:      Documentation/misc-devices/lis3lv02d
7760 F:      drivers/misc/lis3lv02d/
7761 F:      drivers/platform/x86/hp_accel.c
7762
7763 LIVE PATCHING
7764 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7765 M:      Jessica Yu <jeyu@kernel.org>
7766 M:      Jiri Kosina <jikos@kernel.org>
7767 M:      Miroslav Benes <mbenes@suse.cz>
7768 R:      Petr Mladek <pmladek@suse.com>
7769 S:      Maintained
7770 F:      kernel/livepatch/
7771 F:      include/linux/livepatch.h
7772 F:      arch/x86/include/asm/livepatch.h
7773 F:      arch/x86/kernel/livepatch.c
7774 F:      Documentation/livepatch/
7775 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7776 F:      samples/livepatch/
7777 L:      live-patching@vger.kernel.org
7778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7779
7780 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7781 M:      Kees Cook <keescook@chromium.org>
7782 S:      Maintained
7783 F:      drivers/misc/lkdtm*
7784
7785 LLC (802.2)
7786 L:      netdev@vger.kernel.org
7787 S:      Odd fixes
7788 F:      include/linux/llc.h
7789 F:      include/uapi/linux/llc.h
7790 F:      include/net/llc*
7791 F:      net/llc/
7792
7793 LM73 HARDWARE MONITOR DRIVER
7794 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7795 L:      linux-hwmon@vger.kernel.org
7796 S:      Maintained
7797 F:      drivers/hwmon/lm73.c
7798
7799 LM78 HARDWARE MONITOR DRIVER
7800 M:      Jean Delvare <jdelvare@suse.com>
7801 L:      linux-hwmon@vger.kernel.org
7802 S:      Maintained
7803 F:      Documentation/hwmon/lm78
7804 F:      drivers/hwmon/lm78.c
7805
7806 LM83 HARDWARE MONITOR DRIVER
7807 M:      Jean Delvare <jdelvare@suse.com>
7808 L:      linux-hwmon@vger.kernel.org
7809 S:      Maintained
7810 F:      Documentation/hwmon/lm83
7811 F:      drivers/hwmon/lm83.c
7812
7813 LM90 HARDWARE MONITOR DRIVER
7814 M:      Jean Delvare <jdelvare@suse.com>
7815 L:      linux-hwmon@vger.kernel.org
7816 S:      Maintained
7817 F:      Documentation/hwmon/lm90
7818 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7819 F:      drivers/hwmon/lm90.c
7820 F:      include/dt-bindings/thermal/lm90.h
7821
7822 LM95234 HARDWARE MONITOR DRIVER
7823 M:      Guenter Roeck <linux@roeck-us.net>
7824 L:      linux-hwmon@vger.kernel.org
7825 S:      Maintained
7826 F:      Documentation/hwmon/lm95234
7827 F:      drivers/hwmon/lm95234.c
7828
7829 LME2510 MEDIA DRIVER
7830 M:      Malcolm Priestley <tvboxspy@gmail.com>
7831 L:      linux-media@vger.kernel.org
7832 W:      https://linuxtv.org
7833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7834 S:      Maintained
7835 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7836
7837 LOCKING PRIMITIVES
7838 M:      Peter Zijlstra <peterz@infradead.org>
7839 M:      Ingo Molnar <mingo@redhat.com>
7840 L:      linux-kernel@vger.kernel.org
7841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7842 S:      Maintained
7843 F:      Documentation/locking/
7844 F:      include/linux/lockdep.h
7845 F:      include/linux/spinlock*.h
7846 F:      arch/*/include/asm/spinlock*.h
7847 F:      include/linux/rwlock*.h
7848 F:      include/linux/mutex*.h
7849 F:      arch/*/include/asm/mutex*.h
7850 F:      include/linux/rwsem*.h
7851 F:      arch/*/include/asm/rwsem.h
7852 F:      include/linux/seqlock.h
7853 F:      lib/locking*.[ch]
7854 F:      kernel/locking/
7855
7856 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7857 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7858 L:      linux-ntfs-dev@lists.sourceforge.net
7859 W:      http://www.linux-ntfs.org/content/view/19/37/
7860 S:      Maintained
7861 F:      Documentation/ldm.txt
7862 F:      block/partitions/ldm.*
7863
7864 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7865 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7866 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7867 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7868 L:      MPT-FusionLinux.pdl@broadcom.com
7869 L:      linux-scsi@vger.kernel.org
7870 W:      http://www.avagotech.com/support/
7871 S:      Supported
7872 F:      drivers/message/fusion/
7873 F:      drivers/scsi/mpt2sas/
7874 F:      drivers/scsi/mpt3sas/
7875
7876 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7877 M:      Matthew Wilcox <matthew@wil.cx>
7878 L:      linux-scsi@vger.kernel.org
7879 S:      Maintained
7880 F:      drivers/scsi/sym53c8xx_2/
7881
7882 LTC4261 HARDWARE MONITOR DRIVER
7883 M:      Guenter Roeck <linux@roeck-us.net>
7884 L:      linux-hwmon@vger.kernel.org
7885 S:      Maintained
7886 F:      Documentation/hwmon/ltc4261
7887 F:      drivers/hwmon/ltc4261.c
7888
7889 LTC4306 I2C MULTIPLEXER DRIVER
7890 M:      Michael Hennerich <michael.hennerich@analog.com>
7891 W:      http://ez.analog.com/community/linux-device-drivers
7892 L:      linux-i2c@vger.kernel.org
7893 S:      Supported
7894 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
7895 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
7896
7897 LTP (Linux Test Project)
7898 M:      Mike Frysinger <vapier@gentoo.org>
7899 M:      Cyril Hrubis <chrubis@suse.cz>
7900 M:      Wanlong Gao <wanlong.gao@gmail.com>
7901 M:      Jan Stancek <jstancek@redhat.com>
7902 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7903 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7904 L:      ltp@lists.linux.it (subscribers-only)
7905 W:      http://linux-test-project.github.io/
7906 T:      git git://github.com/linux-test-project/ltp.git
7907 S:      Maintained
7908
7909 M32R ARCHITECTURE
7910 W:      http://www.linux-m32r.org/
7911 S:      Orphan
7912 F:      arch/m32r/
7913
7914 M68K ARCHITECTURE
7915 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7916 L:      linux-m68k@lists.linux-m68k.org
7917 W:      http://www.linux-m68k.org/
7918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7919 S:      Maintained
7920 F:      arch/m68k/
7921 F:      drivers/zorro/
7922
7923 M68K ON APPLE MACINTOSH
7924 M:      Joshua Thompson <funaho@jurai.org>
7925 W:      http://www.mac.linux-m68k.org/
7926 L:      linux-m68k@lists.linux-m68k.org
7927 S:      Maintained
7928 F:      arch/m68k/mac/
7929
7930 M68K ON HP9000/300
7931 M:      Philip Blundell <philb@gnu.org>
7932 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7933 S:      Maintained
7934 F:      arch/m68k/hp300/
7935
7936 M88DS3103 MEDIA DRIVER
7937 M:      Antti Palosaari <crope@iki.fi>
7938 L:      linux-media@vger.kernel.org
7939 W:      https://linuxtv.org
7940 W:      http://palosaari.fi/linux/
7941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7942 T:      git git://linuxtv.org/anttip/media_tree.git
7943 S:      Maintained
7944 F:      drivers/media/dvb-frontends/m88ds3103*
7945
7946 M88RS2000 MEDIA DRIVER
7947 M:      Malcolm Priestley <tvboxspy@gmail.com>
7948 L:      linux-media@vger.kernel.org
7949 W:      https://linuxtv.org
7950 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7951 S:      Maintained
7952 F:      drivers/media/dvb-frontends/m88rs2000*
7953
7954 MA901 MASTERKIT USB FM RADIO DRIVER
7955 M:      Alexey Klimov <klimov.linux@gmail.com>
7956 L:      linux-media@vger.kernel.org
7957 T:      git git://linuxtv.org/media_tree.git
7958 S:      Maintained
7959 F:      drivers/media/radio/radio-ma901.c
7960
7961 MAC80211
7962 M:      Johannes Berg <johannes@sipsolutions.net>
7963 L:      linux-wireless@vger.kernel.org
7964 W:      http://wireless.kernel.org/
7965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7967 S:      Maintained
7968 F:      Documentation/networking/mac80211-injection.txt
7969 F:      include/net/mac80211.h
7970 F:      net/mac80211/
7971 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7972
7973 MAILBOX API
7974 M:      Jassi Brar <jassisinghbrar@gmail.com>
7975 L:      linux-kernel@vger.kernel.org
7976 S:      Maintained
7977 F:      drivers/mailbox/
7978 F:      include/linux/mailbox_client.h
7979 F:      include/linux/mailbox_controller.h
7980
7981 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7982 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7983 W:      http://www.kernel.org/doc/man-pages
7984 L:      linux-man@vger.kernel.org
7985 S:      Maintained
7986
7987 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7988 M:      Rahul Bedarkar <rahulbedarkar89@gmail.com>
7989 L:      linux-mips@linux-mips.org
7990 S:      Maintained
7991 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
7992
7993 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7994 M:      Andrew Lunn <andrew@lunn.ch>
7995 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7996 L:      netdev@vger.kernel.org
7997 S:      Maintained
7998 F:      drivers/net/dsa/mv88e6xxx/
7999 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
8000
8001 MARVELL ARMADA DRM SUPPORT
8002 M:      Russell King <linux@armlinux.org.uk>
8003 S:      Maintained
8004 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8005 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8006 F:      drivers/gpu/drm/armada/
8007 F:      include/uapi/drm/armada_drm.h
8008 F:      Documentation/devicetree/bindings/display/armada/
8009
8010 MARVELL CRYPTO DRIVER
8011 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8012 M:      Arnaud Ebalard <arno@natisbad.org>
8013 F:      drivers/crypto/marvell/
8014 S:      Maintained
8015 L:      linux-crypto@vger.kernel.org
8016
8017 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8018 M:      Mirko Lindner <mlindner@marvell.com>
8019 M:      Stephen Hemminger <stephen@networkplumber.org>
8020 L:      netdev@vger.kernel.org
8021 S:      Maintained
8022 F:      drivers/net/ethernet/marvell/sk*
8023
8024 MARVELL LIBERTAS WIRELESS DRIVER
8025 L:      libertas-dev@lists.infradead.org
8026 S:      Orphan
8027 F:      drivers/net/wireless/marvell/libertas/
8028
8029 MARVELL MV643XX ETHERNET DRIVER
8030 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8031 L:      netdev@vger.kernel.org
8032 S:      Maintained
8033 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
8034 F:      include/linux/mv643xx.h
8035
8036 MARVELL MV88X3310 PHY DRIVER
8037 M:      Russell King <rmk@armlinux.org.uk>
8038 L:      netdev@vger.kernel.org
8039 S:      Maintained
8040 F:      drivers/net/phy/marvell10g.c
8041
8042 MARVELL MVNETA ETHERNET DRIVER
8043 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8044 L:      netdev@vger.kernel.org
8045 S:      Maintained
8046 F:      drivers/net/ethernet/marvell/mvneta.*
8047
8048 MARVELL MWIFIEX WIRELESS DRIVER
8049 M:      Amitkumar Karwar <amitkarwar@gmail.com>
8050 M:      Nishant Sarmukadam <nishants@marvell.com>
8051 M:      Ganapathi Bhat <gbhat@marvell.com>
8052 M:      Xinming Hu <huxm@marvell.com>
8053 L:      linux-wireless@vger.kernel.org
8054 S:      Maintained
8055 F:      drivers/net/wireless/marvell/mwifiex/
8056
8057 MARVELL MWL8K WIRELESS DRIVER
8058 M:      Lennert Buytenhek <buytenh@wantstofly.org>
8059 L:      linux-wireless@vger.kernel.org
8060 S:      Odd Fixes
8061 F:      drivers/net/wireless/marvell/mwl8k.c
8062
8063 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8064 M:      Nicolas Pitre <nico@fluxnic.net>
8065 S:      Odd Fixes
8066 F:      drivers/mmc/host/mvsdio.*
8067
8068 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8069 M:      Hu Ziji <huziji@marvell.com>
8070 L:      linux-mmc@vger.kernel.org
8071 S:      Supported
8072 F:      drivers/mmc/host/sdhci-xenon*
8073 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8074
8075 MATROX FRAMEBUFFER DRIVER
8076 L:      linux-fbdev@vger.kernel.org
8077 S:      Orphan
8078 F:      drivers/video/fbdev/matrox/matroxfb_*
8079 F:      include/uapi/linux/matroxfb.h
8080
8081 MAX16065 HARDWARE MONITOR DRIVER
8082 M:      Guenter Roeck <linux@roeck-us.net>
8083 L:      linux-hwmon@vger.kernel.org
8084 S:      Maintained
8085 F:      Documentation/hwmon/max16065
8086 F:      drivers/hwmon/max16065.c
8087
8088 MAX20751 HARDWARE MONITOR DRIVER
8089 M:      Guenter Roeck <linux@roeck-us.net>
8090 L:      linux-hwmon@vger.kernel.org
8091 S:      Maintained
8092 F:      Documentation/hwmon/max20751
8093 F:      drivers/hwmon/max20751.c
8094
8095 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8096 L:      linux-hwmon@vger.kernel.org
8097 S:      Orphan
8098 F:      Documentation/hwmon/max6650
8099 F:      drivers/hwmon/max6650.c
8100
8101 MAX6697 HARDWARE MONITOR DRIVER
8102 M:      Guenter Roeck <linux@roeck-us.net>
8103 L:      linux-hwmon@vger.kernel.org
8104 S:      Maintained
8105 F:      Documentation/hwmon/max6697
8106 F:      Documentation/devicetree/bindings/i2c/max6697.txt
8107 F:      drivers/hwmon/max6697.c
8108 F:      include/linux/platform_data/max6697.h
8109
8110 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8111 M:      Peter Rosin <peda@axentia.se>
8112 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8113 S:      Maintained
8114 F:      Documentation/devicetree/bindings/sound/max9860.txt
8115 F:      sound/soc/codecs/max9860.*
8116
8117 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8118 M:      Krzysztof Kozlowski <krzk@kernel.org>
8119 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8120 L:      linux-pm@vger.kernel.org
8121 S:      Supported
8122 F:      drivers/power/supply/max14577_charger.c
8123 F:      drivers/power/supply/max77693_charger.c
8124
8125 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8126 M:      Javier Martinez Canillas <javier@dowhile0.org>
8127 L:      linux-kernel@vger.kernel.org
8128 S:      Supported
8129 F:      drivers/regulator/max77802-regulator.c
8130 F:      Documentation/devicetree/bindings/*/*max77802.txt
8131 F:      include/dt-bindings/*/*max77802.h
8132
8133 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8134 M:      Chanwoo Choi <cw00.choi@samsung.com>
8135 M:      Krzysztof Kozlowski <krzk@kernel.org>
8136 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8137 L:      linux-kernel@vger.kernel.org
8138 S:      Supported
8139 F:      drivers/*/max14577*.c
8140 F:      drivers/*/max77686*.c
8141 F:      drivers/*/max77693*.c
8142 F:      drivers/extcon/extcon-max14577.c
8143 F:      drivers/extcon/extcon-max77693.c
8144 F:      drivers/rtc/rtc-max77686.c
8145 F:      drivers/clk/clk-max77686.c
8146 F:      Documentation/devicetree/bindings/mfd/max14577.txt
8147 F:      Documentation/devicetree/bindings/*/max77686.txt
8148 F:      Documentation/devicetree/bindings/mfd/max77693.txt
8149 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
8150 F:      include/linux/mfd/max14577*.h
8151 F:      include/linux/mfd/max77686*.h
8152 F:      include/linux/mfd/max77693*.h
8153
8154 MAXIRADIO FM RADIO RECEIVER DRIVER
8155 M:      Hans Verkuil <hverkuil@xs4all.nl>
8156 L:      linux-media@vger.kernel.org
8157 T:      git git://linuxtv.org/media_tree.git
8158 W:      https://linuxtv.org
8159 S:      Maintained
8160 F:      drivers/media/radio/radio-maxiradio*
8161
8162 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8163 M:      Peter Rosin <peda@axentia.se>
8164 L:      linux-iio@vger.kernel.org
8165 S:      Maintained
8166 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8167 F:      drivers/iio/potentiometer/mcp4531.c
8168
8169 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8170 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
8171 L:      linux-iio@vger.kernel.org
8172 S:      Maintained
8173 F:      drivers/iio/dac/cio-dac.c
8174
8175 MEDIA DRIVERS FOR RENESAS - FCP
8176 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8177 L:      linux-media@vger.kernel.org
8178 L:      linux-renesas-soc@vger.kernel.org
8179 T:      git git://linuxtv.org/media_tree.git
8180 S:      Supported
8181 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
8182 F:      drivers/media/platform/rcar-fcp.c
8183 F:      include/media/rcar-fcp.h
8184
8185 MEDIA DRIVERS FOR RENESAS - FDP1
8186 M:      Kieran Bingham <kieran@bingham.xyz>
8187 L:      linux-media@vger.kernel.org
8188 L:      linux-renesas-soc@vger.kernel.org
8189 T:      git git://linuxtv.org/media_tree.git
8190 S:      Supported
8191 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
8192 F:      drivers/media/platform/rcar_fdp1.c
8193
8194 MEDIA DRIVERS FOR RENESAS - VIN
8195 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
8196 L:      linux-media@vger.kernel.org
8197 L:      linux-renesas-soc@vger.kernel.org
8198 T:      git git://linuxtv.org/media_tree.git
8199 S:      Supported
8200 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
8201 F:      drivers/media/platform/rcar-vin/
8202
8203 MEDIA DRIVERS FOR RENESAS - VSP1
8204 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8205 L:      linux-media@vger.kernel.org
8206 L:      linux-renesas-soc@vger.kernel.org
8207 T:      git git://linuxtv.org/media_tree.git
8208 S:      Supported
8209 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
8210 F:      drivers/media/platform/vsp1/
8211
8212 MEDIA DRIVERS FOR HELENE
8213 M:      Abylay Ospan <aospan@netup.ru>
8214 L:      linux-media@vger.kernel.org
8215 W:      https://linuxtv.org
8216 W:      http://netup.tv/
8217 T:      git git://linuxtv.org/media_tree.git
8218 S:      Supported
8219 F:      drivers/media/dvb-frontends/helene*
8220
8221 MEDIA DRIVERS FOR ASCOT2E
8222 M:      Sergey Kozlov <serjk@netup.ru>
8223 M:      Abylay Ospan <aospan@netup.ru>
8224 L:      linux-media@vger.kernel.org
8225 W:      https://linuxtv.org
8226 W:      http://netup.tv/
8227 T:      git git://linuxtv.org/media_tree.git
8228 S:      Supported
8229 F:      drivers/media/dvb-frontends/ascot2e*
8230
8231 MEDIA DRIVERS FOR CXD2841ER
8232 M:      Sergey Kozlov <serjk@netup.ru>
8233 M:      Abylay Ospan <aospan@netup.ru>
8234 L:      linux-media@vger.kernel.org
8235 W:      https://linuxtv.org
8236 W:      http://netup.tv/
8237 T:      git git://linuxtv.org/media_tree.git
8238 S:      Supported
8239 F:      drivers/media/dvb-frontends/cxd2841er*
8240
8241 MEDIA DRIVERS FOR HORUS3A
8242 M:      Sergey Kozlov <serjk@netup.ru>
8243 M:      Abylay Ospan <aospan@netup.ru>
8244 L:      linux-media@vger.kernel.org
8245 W:      https://linuxtv.org
8246 W:      http://netup.tv/
8247 T:      git git://linuxtv.org/media_tree.git
8248 S:      Supported
8249 F:      drivers/media/dvb-frontends/horus3a*
8250
8251 MEDIA DRIVERS FOR LNBH25
8252 M:      Sergey Kozlov <serjk@netup.ru>
8253 M:      Abylay Ospan <aospan@netup.ru>
8254 L:      linux-media@vger.kernel.org
8255 W:      https://linuxtv.org
8256 W:      http://netup.tv/
8257 T:      git git://linuxtv.org/media_tree.git
8258 S:      Supported
8259 F:      drivers/media/dvb-frontends/lnbh25*
8260
8261 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8262 M:      Sergey Kozlov <serjk@netup.ru>
8263 M:      Abylay Ospan <aospan@netup.ru>
8264 L:      linux-media@vger.kernel.org
8265 W:      https://linuxtv.org
8266 W:      http://netup.tv/
8267 T:      git git://linuxtv.org/media_tree.git
8268 S:      Supported
8269 F:      drivers/media/pci/netup_unidvb/*
8270
8271 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8272 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
8273 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
8274 P:      LinuxTV.org Project
8275 L:      linux-media@vger.kernel.org
8276 W:      https://linuxtv.org
8277 Q:      http://patchwork.kernel.org/project/linux-media/list/
8278 T:      git git://linuxtv.org/media_tree.git
8279 S:      Maintained
8280 F:      Documentation/devicetree/bindings/media/
8281 F:      Documentation/media/
8282 F:      drivers/media/
8283 F:      drivers/staging/media/
8284 F:      include/linux/platform_data/media/
8285 F:      include/media/
8286 F:      include/uapi/linux/dvb/
8287 F:      include/uapi/linux/videodev2.h
8288 F:      include/uapi/linux/media.h
8289 F:      include/uapi/linux/v4l2-*
8290 F:      include/uapi/linux/meye.h
8291 F:      include/uapi/linux/ivtv*
8292 F:      include/uapi/linux/uvcvideo.h
8293
8294 MEDIATEK ETHERNET DRIVER
8295 M:      Felix Fietkau <nbd@openwrt.org>
8296 M:      John Crispin <blogic@openwrt.org>
8297 L:      netdev@vger.kernel.org
8298 S:      Maintained
8299 F:      drivers/net/ethernet/mediatek/
8300
8301 MEDIATEK JPEG DRIVER
8302 M:      Rick Chang <rick.chang@mediatek.com>
8303 M:      Bin Liu <bin.liu@mediatek.com>
8304 S:      Supported
8305 F:      drivers/media/platform/mtk-jpeg/
8306 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8307
8308 MEDIATEK MEDIA DRIVER
8309 M:      Tiffany Lin <tiffany.lin@mediatek.com>
8310 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8311 S:      Supported
8312 F:      drivers/media/platform/mtk-vcodec/
8313 F:      drivers/media/platform/mtk-vpu/
8314 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8315 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8316
8317 MEDIATEK MDP DRIVER
8318 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8319 M:      Houlong Wei <houlong.wei@mediatek.com>
8320 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8321 S:      Supported
8322 F:      drivers/media/platform/mtk-mdp/
8323 F:      drivers/media/platform/mtk-vpu/
8324 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8325
8326 MEDIATEK MT7601U WIRELESS LAN DRIVER
8327 M:      Jakub Kicinski <kubakici@wp.pl>
8328 L:      linux-wireless@vger.kernel.org
8329 S:      Maintained
8330 F:      drivers/net/wireless/mediatek/mt7601u/
8331
8332 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8333 M:      Sean Wang <sean.wang@mediatek.com>
8334 S:      Maintained
8335 F:      drivers/char/hw_random/mtk-rng.c
8336
8337 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8338 M:      Peter Senna Tschudin <peter.senna@collabora.com>
8339 M:      Martin Donnelly <martin.donnelly@ge.com>
8340 M:      Martyn Welch <martyn.welch@collabora.co.uk>
8341 S:      Maintained
8342 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8343 F:      Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8344
8345 MEGARAID SCSI/SAS DRIVERS
8346 M:      Kashyap Desai <kashyap.desai@broadcom.com>
8347 M:      Sumit Saxena <sumit.saxena@broadcom.com>
8348 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8349 L:      megaraidlinux.pdl@broadcom.com
8350 L:      linux-scsi@vger.kernel.org
8351 W:      http://www.avagotech.com/support/
8352 S:      Maintained
8353 F:      Documentation/scsi/megaraid.txt
8354 F:      drivers/scsi/megaraid.*
8355 F:      drivers/scsi/megaraid/
8356
8357 MELFAS MIP4 TOUCHSCREEN DRIVER
8358 M:      Sangwon Jee <jeesw@melfas.com>
8359 W:      http://www.melfas.com
8360 S:      Supported
8361 F:      drivers/input/touchscreen/melfas_mip4.c
8362 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8363
8364 MELLANOX ETHERNET DRIVER (mlx4_en)
8365 M:      Tariq Toukan <tariqt@mellanox.com>
8366 L:      netdev@vger.kernel.org
8367 S:      Supported
8368 W:      http://www.mellanox.com
8369 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8370 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8371
8372 MELLANOX ETHERNET DRIVER (mlx5e)
8373 M:      Saeed Mahameed <saeedm@mellanox.com>
8374 L:      netdev@vger.kernel.org
8375 S:      Supported
8376 W:      http://www.mellanox.com
8377 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8378 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8379
8380 MELLANOX ETHERNET INNOVA DRIVER
8381 M:      Ilan Tayari <ilant@mellanox.com>
8382 R:      Boris Pismenny <borisp@mellanox.com>
8383 L:      netdev@vger.kernel.org
8384 S:      Supported
8385 W:      http://www.mellanox.com
8386 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8387 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8388 F:      include/linux/mlx5/mlx5_ifc_fpga.h
8389
8390 MELLANOX ETHERNET INNOVA IPSEC DRIVER
8391 M:      Ilan Tayari <ilant@mellanox.com>
8392 R:      Boris Pismenny <borisp@mellanox.com>
8393 L:      netdev@vger.kernel.org
8394 S:      Supported
8395 W:      http://www.mellanox.com
8396 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8397 F:      drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8398 F:      drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8399
8400 MELLANOX ETHERNET SWITCH DRIVERS
8401 M:      Jiri Pirko <jiri@mellanox.com>
8402 M:      Ido Schimmel <idosch@mellanox.com>
8403 L:      netdev@vger.kernel.org
8404 S:      Supported
8405 W:      http://www.mellanox.com
8406 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8407 F:      drivers/net/ethernet/mellanox/mlxsw/
8408
8409 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8410 M:      Yotam Gigi <yotamg@mellanox.com>
8411 L:      netdev@vger.kernel.org
8412 S:      Supported
8413 W:      http://www.mellanox.com
8414 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8415 F:      drivers/net/ethernet/mellanox/mlxfw/
8416
8417 MELLANOX MLXCPLD I2C AND MUX DRIVER
8418 M:      Vadim Pasternak <vadimp@mellanox.com>
8419 M:      Michael Shych <michaelsh@mellanox.com>
8420 L:      linux-i2c@vger.kernel.org
8421 S:      Supported
8422 F:      drivers/i2c/busses/i2c-mlxcpld.c
8423 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8424 F:      Documentation/i2c/busses/i2c-mlxcpld
8425
8426 MELLANOX MLXCPLD LED DRIVER
8427 M:      Vadim Pasternak <vadimp@mellanox.com>
8428 L:      linux-leds@vger.kernel.org
8429 S:      Supported
8430 F:      drivers/leds/leds-mlxcpld.c
8431 F:      Documentation/leds/leds-mlxcpld.txt
8432
8433 MELLANOX PLATFORM DRIVER
8434 M:      Vadim Pasternak <vadimp@mellanox.com>
8435 L:      platform-driver-x86@vger.kernel.org
8436 S:      Supported
8437 F:      drivers/platform/x86/mlx-platform.c
8438
8439 MELLANOX MLX CPLD HOTPLUG DRIVER
8440 M:      Vadim Pasternak <vadimp@mellanox.com>
8441 L:      platform-driver-x86@vger.kernel.org
8442 S:      Supported
8443 F:      drivers/platform/x86/mlxcpld-hotplug.c
8444 F:      include/linux/platform_data/mlxcpld-hotplug.h
8445
8446 SOFT-ROCE DRIVER (rxe)
8447 M:      Moni Shoua <monis@mellanox.com>
8448 L:      linux-rdma@vger.kernel.org
8449 S:      Supported
8450 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8451 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8452 F:      drivers/infiniband/sw/rxe/
8453 F:      include/uapi/rdma/rdma_user_rxe.h
8454
8455 MEMBARRIER SUPPORT
8456 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8457 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8458 L:      linux-kernel@vger.kernel.org
8459 S:      Supported
8460 F:      kernel/membarrier.c
8461 F:      include/uapi/linux/membarrier.h
8462
8463 MEMORY MANAGEMENT
8464 L:      linux-mm@kvack.org
8465 W:      http://www.linux-mm.org
8466 S:      Maintained
8467 F:      include/linux/mm.h
8468 F:      include/linux/gfp.h
8469 F:      include/linux/mmzone.h
8470 F:      include/linux/memory_hotplug.h
8471 F:      include/linux/vmalloc.h
8472 F:      mm/
8473
8474 MEMORY TECHNOLOGY DEVICES (MTD)
8475 M:      David Woodhouse <dwmw2@infradead.org>
8476 M:      Brian Norris <computersforpeace@gmail.com>
8477 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8478 M:      Marek Vasut <marek.vasut@gmail.com>
8479 M:      Richard Weinberger <richard@nod.at>
8480 M:      Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8481 L:      linux-mtd@lists.infradead.org
8482 W:      http://www.linux-mtd.infradead.org/
8483 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8484 T:      git git://git.infradead.org/linux-mtd.git master
8485 T:      git git://git.infradead.org/l2-mtd.git master
8486 S:      Maintained
8487 F:      Documentation/devicetree/bindings/mtd/
8488 F:      drivers/mtd/
8489 F:      include/linux/mtd/
8490 F:      include/uapi/mtd/
8491
8492 MEN A21 WATCHDOG DRIVER
8493 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8494 L:      linux-watchdog@vger.kernel.org
8495 S:      Maintained
8496 F:      drivers/watchdog/mena21_wdt.c
8497
8498 MEN CHAMELEON BUS (mcb)
8499 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8500 S:      Maintained
8501 F:      drivers/mcb/
8502 F:      include/linux/mcb.h
8503 F:      Documentation/men-chameleon-bus.txt
8504
8505 MEN F21BMC (Board Management Controller)
8506 M:      Andreas Werner <andreas.werner@men.de>
8507 S:      Supported
8508 F:      drivers/mfd/menf21bmc.c
8509 F:      drivers/watchdog/menf21bmc_wdt.c
8510 F:      drivers/leds/leds-menf21bmc.c
8511 F:      drivers/hwmon/menf21bmc_hwmon.c
8512 F:      Documentation/hwmon/menf21bmc
8513
8514 METAG ARCHITECTURE
8515 M:      James Hogan <james.hogan@imgtec.com>
8516 L:      linux-metag@vger.kernel.org
8517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8518 S:      Odd Fixes
8519 F:      arch/metag/
8520 F:      Documentation/metag/
8521 F:      Documentation/devicetree/bindings/metag/
8522 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8523 F:      drivers/clocksource/metag_generic.c
8524 F:      drivers/irqchip/irq-metag.c
8525 F:      drivers/irqchip/irq-metag-ext.c
8526 F:      drivers/tty/metag_da.c
8527
8528 MICROBLAZE ARCHITECTURE
8529 M:      Michal Simek <monstr@monstr.eu>
8530 W:      http://www.monstr.eu/fdt/
8531 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8532 S:      Supported
8533 F:      arch/microblaze/
8534
8535 MICROCHIP / ATMEL AT91 SERIAL DRIVER
8536 M:      Richard Genoud <richard.genoud@gmail.com>
8537 S:      Maintained
8538 F:      drivers/tty/serial/atmel_serial.c
8539 F:      drivers/tty/serial/atmel_serial.h
8540
8541 MICROCHIP / ATMEL DMA DRIVER
8542 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
8543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8544 L:      dmaengine@vger.kernel.org
8545 S:      Supported
8546 F:      drivers/dma/at_hdmac.c
8547 F:      drivers/dma/at_hdmac_regs.h
8548 F:      include/linux/platform_data/dma-atmel.h
8549
8550 MICROCHIP / ATMEL ISC DRIVER
8551 M:      Songjun Wu <songjun.wu@microchip.com>
8552 L:      linux-media@vger.kernel.org
8553 S:      Supported
8554 F:      drivers/media/platform/atmel/atmel-isc.c
8555 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8556 F:      devicetree/bindings/media/atmel-isc.txt
8557
8558 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
8559 M:      Woojung Huh <Woojung.Huh@microchip.com>
8560 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
8561 L:      netdev@vger.kernel.org
8562 S:      Maintained
8563 F:      net/dsa/tag_ksz.c
8564 F:      drivers/net/dsa/microchip/*
8565 F:      include/linux/platform_data/microchip-ksz.h
8566 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
8567
8568 MICROCHIP USB251XB DRIVER
8569 M:      Richard Leitner <richard.leitner@skidata.com>
8570 L:      linux-usb@vger.kernel.org
8571 S:      Maintained
8572 F:      drivers/usb/misc/usb251xb.c
8573 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
8574
8575 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8576 M:      Chen Yu <yu.c.chen@intel.com>
8577 L:      platform-driver-x86@vger.kernel.org
8578 S:      Supported
8579 F:      drivers/platform/x86/surfacepro3_button.c
8580
8581 MICROTEK X6 SCANNER
8582 M:      Oliver Neukum <oliver@neukum.org>
8583 S:      Maintained
8584 F:      drivers/usb/image/microtek.*
8585
8586 MIPS
8587 M:      Ralf Baechle <ralf@linux-mips.org>
8588 L:      linux-mips@linux-mips.org
8589 W:      http://www.linux-mips.org/
8590 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8591 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8592 S:      Supported
8593 F:      Documentation/devicetree/bindings/mips/
8594 F:      Documentation/mips/
8595 F:      arch/mips/
8596
8597 MIPS/LOONGSON1 ARCHITECTURE
8598 M:      Keguang Zhang <keguang.zhang@gmail.com>
8599 L:      linux-mips@linux-mips.org
8600 S:      Maintained
8601 F:      arch/mips/loongson32/
8602 F:      arch/mips/include/asm/mach-loongson32/
8603 F:      drivers/*/*loongson1*
8604 F:      drivers/*/*/*loongson1*
8605
8606 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8607 M:      Hans Verkuil <hverkuil@xs4all.nl>
8608 L:      linux-media@vger.kernel.org
8609 T:      git git://linuxtv.org/media_tree.git
8610 W:      https://linuxtv.org
8611 S:      Odd Fixes
8612 F:      drivers/media/radio/radio-miropcm20*
8613
8614 MELLANOX MLX4 core VPI driver
8615 M:      Tariq Toukan <tariqt@mellanox.com>
8616 L:      netdev@vger.kernel.org
8617 L:      linux-rdma@vger.kernel.org
8618 W:      http://www.mellanox.com
8619 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8620 S:      Supported
8621 F:      drivers/net/ethernet/mellanox/mlx4/
8622 F:      include/linux/mlx4/
8623
8624 MELLANOX MLX4 IB driver
8625 M:      Yishai Hadas <yishaih@mellanox.com>
8626 L:      linux-rdma@vger.kernel.org
8627 W:      http://www.mellanox.com
8628 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8629 S:      Supported
8630 F:      drivers/infiniband/hw/mlx4/
8631 F:      include/linux/mlx4/
8632 F:      include/uapi/rdma/mlx4-abi.h
8633
8634 MELLANOX MLX5 core VPI driver
8635 M:      Saeed Mahameed <saeedm@mellanox.com>
8636 M:      Matan Barak <matanb@mellanox.com>
8637 M:      Leon Romanovsky <leonro@mellanox.com>
8638 L:      netdev@vger.kernel.org
8639 L:      linux-rdma@vger.kernel.org
8640 W:      http://www.mellanox.com
8641 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8642 S:      Supported
8643 F:      drivers/net/ethernet/mellanox/mlx5/core/
8644 F:      include/linux/mlx5/
8645
8646 MELLANOX MLX5 IB driver
8647 M:      Matan Barak <matanb@mellanox.com>
8648 M:      Leon Romanovsky <leonro@mellanox.com>
8649 L:      linux-rdma@vger.kernel.org
8650 W:      http://www.mellanox.com
8651 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8652 S:      Supported
8653 F:      drivers/infiniband/hw/mlx5/
8654 F:      include/linux/mlx5/
8655 F:      include/uapi/rdma/mlx5-abi.h
8656
8657 MELEXIS MLX90614 DRIVER
8658 M:      Crt Mori <cmo@melexis.com>
8659 L:      linux-iio@vger.kernel.org
8660 W:      http://www.melexis.com
8661 S:      Supported
8662 F:      drivers/iio/temperature/mlx90614.c
8663
8664 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8665 M:      Don Brace <don.brace@microsemi.com>
8666 L:      esc.storagedev@microsemi.com
8667 L:      linux-scsi@vger.kernel.org
8668 S:      Supported
8669 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8670 F:      drivers/scsi/smartpqi/Kconfig
8671 F:      drivers/scsi/smartpqi/Makefile
8672 F:      include/linux/cciss*.h
8673 F:      include/uapi/linux/cciss*.h
8674 F:      Documentation/scsi/smartpqi.txt
8675
8676 MN88472 MEDIA DRIVER
8677 M:      Antti Palosaari <crope@iki.fi>
8678 L:      linux-media@vger.kernel.org
8679 W:      https://linuxtv.org
8680 W:      http://palosaari.fi/linux/
8681 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8682 S:      Maintained
8683 F:      drivers/media/dvb-frontends/mn88472*
8684
8685 MN88473 MEDIA DRIVER
8686 M:      Antti Palosaari <crope@iki.fi>
8687 L:      linux-media@vger.kernel.org
8688 W:      https://linuxtv.org
8689 W:      http://palosaari.fi/linux/
8690 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8691 S:      Maintained
8692 F:      drivers/media/dvb-frontends/mn88473*
8693
8694 MODULE SUPPORT
8695 M:      Jessica Yu <jeyu@kernel.org>
8696 M:      Rusty Russell <rusty@rustcorp.com.au>
8697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8698 S:      Maintained
8699 F:      include/linux/module.h
8700 F:      kernel/module.c
8701
8702 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8703 W:      http://popies.net/meye/
8704 S:      Orphan
8705 F:      Documentation/media/v4l-drivers/meye*
8706 F:      drivers/media/pci/meye/
8707 F:      include/uapi/linux/meye.h
8708
8709 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8710 M:      Jiri Slaby <jirislaby@gmail.com>
8711 S:      Maintained
8712 F:      Documentation/serial/moxa-smartio
8713 F:      drivers/tty/mxser.*
8714
8715 MR800 AVERMEDIA USB FM RADIO DRIVER
8716 M:      Alexey Klimov <klimov.linux@gmail.com>
8717 L:      linux-media@vger.kernel.org
8718 T:      git git://linuxtv.org/media_tree.git
8719 S:      Maintained
8720 F:      drivers/media/radio/radio-mr800.c
8721
8722 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8723 M:      Alan Ott <alan@signal11.us>
8724 L:      linux-wpan@vger.kernel.org
8725 S:      Maintained
8726 F:      drivers/net/ieee802154/mrf24j40.c
8727 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8728
8729 MSI LAPTOP SUPPORT
8730 M:      "Lee, Chun-Yi" <jlee@suse.com>
8731 L:      platform-driver-x86@vger.kernel.org
8732 S:      Maintained
8733 F:      drivers/platform/x86/msi-laptop.c
8734
8735 MSI WMI SUPPORT
8736 L:      platform-driver-x86@vger.kernel.org
8737 S:      Orphan
8738 F:      drivers/platform/x86/msi-wmi.c
8739
8740 MSI001 MEDIA DRIVER
8741 M:      Antti Palosaari <crope@iki.fi>
8742 L:      linux-media@vger.kernel.org
8743 W:      https://linuxtv.org
8744 W:      http://palosaari.fi/linux/
8745 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8746 T:      git git://linuxtv.org/anttip/media_tree.git
8747 S:      Maintained
8748 F:      drivers/media/tuners/msi001*
8749
8750 MSI2500 MEDIA DRIVER
8751 M:      Antti Palosaari <crope@iki.fi>
8752 L:      linux-media@vger.kernel.org
8753 W:      https://linuxtv.org
8754 W:      http://palosaari.fi/linux/
8755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8756 T:      git git://linuxtv.org/anttip/media_tree.git
8757 S:      Maintained
8758 F:      drivers/media/usb/msi2500/
8759
8760 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8761 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8762 L:      linux-mtd@lists.infradead.org
8763 S:      Maintained
8764 F:      drivers/mtd/devices/docg3*
8765
8766 MT9M032 APTINA SENSOR DRIVER
8767 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8768 L:      linux-media@vger.kernel.org
8769 T:      git git://linuxtv.org/media_tree.git
8770 S:      Maintained
8771 F:      drivers/media/i2c/mt9m032.c
8772 F:      include/media/i2c/mt9m032.h
8773
8774 MT9P031 APTINA CAMERA SENSOR
8775 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8776 L:      linux-media@vger.kernel.org
8777 T:      git git://linuxtv.org/media_tree.git
8778 S:      Maintained
8779 F:      drivers/media/i2c/mt9p031.c
8780 F:      include/media/i2c/mt9p031.h
8781
8782 MT9T001 APTINA CAMERA SENSOR
8783 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8784 L:      linux-media@vger.kernel.org
8785 T:      git git://linuxtv.org/media_tree.git
8786 S:      Maintained
8787 F:      drivers/media/i2c/mt9t001.c
8788 F:      include/media/i2c/mt9t001.h
8789
8790 MT9V032 APTINA CAMERA SENSOR
8791 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8792 L:      linux-media@vger.kernel.org
8793 T:      git git://linuxtv.org/media_tree.git
8794 S:      Maintained
8795 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8796 F:      drivers/media/i2c/mt9v032.c
8797 F:      include/media/i2c/mt9v032.h
8798
8799 MULTIFUNCTION DEVICES (MFD)
8800 M:      Lee Jones <lee.jones@linaro.org>
8801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8802 S:      Supported
8803 F:      Documentation/devicetree/bindings/mfd/
8804 F:      drivers/mfd/
8805 F:      include/linux/mfd/
8806 F:      include/dt-bindings/mfd/
8807
8808 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8809 M:      Ulf Hansson <ulf.hansson@linaro.org>
8810 L:      linux-mmc@vger.kernel.org
8811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8812 S:      Maintained
8813 F:      Documentation/devicetree/bindings/mmc/
8814 F:      drivers/mmc/
8815 F:      include/linux/mmc/
8816 F:      include/uapi/linux/mmc/
8817
8818 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8819 S:      Orphan
8820 F:      drivers/mmc/host/mmc_spi.c
8821 F:      include/linux/spi/mmc_spi.h
8822
8823 MULTIPLEXER SUBSYSTEM
8824 M:      Peter Rosin <peda@axentia.se>
8825 S:      Maintained
8826 F:      Documentation/ABI/testing/mux/sysfs-class-mux*
8827 F:      Documentation/devicetree/bindings/mux/
8828 F:      include/linux/dt-bindings/mux/
8829 F:      include/linux/mux/
8830 F:      drivers/mux/
8831
8832 MULTISOUND SOUND DRIVER
8833 M:      Andrew Veliath <andrewtv@usa.net>
8834 S:      Maintained
8835 F:      Documentation/sound/oss/MultiSound
8836 F:      sound/oss/msnd*
8837
8838 MULTITECH MULTIPORT CARD (ISICOM)
8839 S:      Orphan
8840 F:      drivers/tty/isicom.c
8841 F:      include/linux/isicom.h
8842
8843 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8844 M:      Bin Liu <b-liu@ti.com>
8845 L:      linux-usb@vger.kernel.org
8846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8847 S:      Maintained
8848 F:      drivers/usb/musb/
8849
8850 MXL5007T MEDIA DRIVER
8851 M:      Michael Krufky <mkrufky@linuxtv.org>
8852 L:      linux-media@vger.kernel.org
8853 W:      https://linuxtv.org
8854 W:      http://github.com/mkrufky
8855 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8856 T:      git git://linuxtv.org/mkrufky/tuners.git
8857 S:      Maintained
8858 F:      drivers/media/tuners/mxl5007t.*
8859
8860 MXSFB DRM DRIVER
8861 M:      Marek Vasut <marex@denx.de>
8862 S:      Supported
8863 F:      drivers/gpu/drm/mxsfb/
8864 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8865
8866 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8867 M:      Hyong-Youb Kim <hykim@myri.com>
8868 L:      netdev@vger.kernel.org
8869 W:      https://www.myricom.com/support/downloads/myri10ge.html
8870 S:      Supported
8871 F:      drivers/net/ethernet/myricom/myri10ge/
8872
8873 NAND FLASH SUBSYSTEM
8874 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8875 R:      Richard Weinberger <richard@nod.at>
8876 L:      linux-mtd@lists.infradead.org
8877 W:      http://www.linux-mtd.infradead.org/
8878 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8879 T:      git git://git.infradead.org/linux-mtd.git nand/fixes
8880 T:      git git://git.infradead.org/l2-mtd.git nand/next
8881 S:      Maintained
8882 F:      drivers/mtd/nand/
8883 F:      include/linux/mtd/nand*.h
8884
8885 NATSEMI ETHERNET DRIVER (DP8381x)
8886 S:      Orphan
8887 F:      drivers/net/ethernet/natsemi/natsemi.c
8888
8889 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8890 M:      Daniel Mack <zonque@gmail.com>
8891 S:      Maintained
8892 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8893 W:      http://www.native-instruments.com
8894 F:      sound/usb/caiaq/
8895
8896 NCP FILESYSTEM
8897 M:      Petr Vandrovec <petr@vandrovec.name>
8898 S:      Odd Fixes
8899 F:      fs/ncpfs/
8900
8901 NCR 5380 SCSI DRIVERS
8902 M:      Finn Thain <fthain@telegraphics.com.au>
8903 M:      Michael Schmitz <schmitzmic@gmail.com>
8904 L:      linux-scsi@vger.kernel.org
8905 S:      Maintained
8906 F:      Documentation/scsi/g_NCR5380.txt
8907 F:      drivers/scsi/NCR5380.*
8908 F:      drivers/scsi/arm/cumana_1.c
8909 F:      drivers/scsi/arm/oak.c
8910 F:      drivers/scsi/atari_scsi.*
8911 F:      drivers/scsi/dmx3191d.c
8912 F:      drivers/scsi/g_NCR5380.*
8913 F:      drivers/scsi/mac_scsi.*
8914 F:      drivers/scsi/sun3_scsi.*
8915 F:      drivers/scsi/sun3_scsi_vme.c
8916
8917 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8918 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8919 L:      linux-scsi@vger.kernel.org
8920 S:      Maintained
8921 F:      drivers/scsi/NCR_D700.*
8922
8923 NCT6775 HARDWARE MONITOR DRIVER
8924 M:      Guenter Roeck <linux@roeck-us.net>
8925 L:      linux-hwmon@vger.kernel.org
8926 S:      Maintained
8927 F:      Documentation/hwmon/nct6775
8928 F:      drivers/hwmon/nct6775.c
8929
8930 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8931 M:      Faisal Latif <faisal.latif@intel.com>
8932 L:      linux-rdma@vger.kernel.org
8933 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8934 S:      Supported
8935 F:      drivers/infiniband/hw/nes/
8936 F:      include/uapi/rdma/nes-abi.h
8937
8938 NETEM NETWORK EMULATOR
8939 M:      Stephen Hemminger <stephen@networkplumber.org>
8940 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8941 S:      Maintained
8942 F:      net/sched/sch_netem.c
8943
8944 NETERION 10GbE DRIVERS (s2io/vxge)
8945 M:      Jon Mason <jdmason@kudzu.us>
8946 L:      netdev@vger.kernel.org
8947 S:      Supported
8948 F:      Documentation/networking/s2io.txt
8949 F:      Documentation/networking/vxge.txt
8950 F:      drivers/net/ethernet/neterion/
8951
8952 NETFILTER
8953 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8954 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8955 M:      Florian Westphal <fw@strlen.de>
8956 L:      netfilter-devel@vger.kernel.org
8957 L:      coreteam@netfilter.org
8958 W:      http://www.netfilter.org/
8959 W:      http://www.iptables.org/
8960 W:      http://www.nftables.org/
8961 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8964 S:      Maintained
8965 F:      include/linux/netfilter*
8966 F:      include/linux/netfilter/
8967 F:      include/net/netfilter/
8968 F:      include/uapi/linux/netfilter*
8969 F:      include/uapi/linux/netfilter/
8970 F:      net/*/netfilter.c
8971 F:      net/*/netfilter/
8972 F:      net/netfilter/
8973 F:      net/bridge/br_netfilter*.c
8974
8975 NETLABEL
8976 M:      Paul Moore <paul@paul-moore.com>
8977 W:      http://netlabel.sf.net
8978 L:      netdev@vger.kernel.org
8979 S:      Maintained
8980 F:      Documentation/netlabel/
8981 F:      include/net/netlabel.h
8982 F:      net/netlabel/
8983
8984 NETROM NETWORK LAYER
8985 M:      Ralf Baechle <ralf@linux-mips.org>
8986 L:      linux-hams@vger.kernel.org
8987 W:      http://www.linux-ax25.org/
8988 S:      Maintained
8989 F:      include/net/netrom.h
8990 F:      include/uapi/linux/netrom.h
8991 F:      net/netrom/
8992
8993 NETRONOME ETHERNET DRIVERS
8994 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8995 L:      oss-drivers@netronome.com
8996 S:      Maintained
8997 F:      drivers/net/ethernet/netronome/
8998
8999 NETWORK BLOCK DEVICE (NBD)
9000 M:      Josef Bacik <jbacik@fb.com>
9001 S:      Maintained
9002 L:      linux-block@vger.kernel.org
9003 L:      nbd-general@lists.sourceforge.net
9004 F:      Documentation/blockdev/nbd.txt
9005 F:      drivers/block/nbd.c
9006 F:      include/uapi/linux/nbd.h
9007
9008 NETWORK DROP MONITOR
9009 M:      Neil Horman <nhorman@tuxdriver.com>
9010 L:      netdev@vger.kernel.org
9011 S:      Maintained
9012 W:      https://fedorahosted.org/dropwatch/
9013 F:      net/core/drop_monitor.c
9014
9015 NETWORKING [DSA]
9016 M:      Andrew Lunn <andrew@lunn.ch>
9017 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9018 M:      Florian Fainelli <f.fainelli@gmail.com>
9019 S:      Maintained
9020 F:      net/dsa/
9021 F:      include/net/dsa.h
9022 F:      drivers/net/dsa/
9023
9024 NETWORKING [GENERAL]
9025 M:      "David S. Miller" <davem@davemloft.net>
9026 L:      netdev@vger.kernel.org
9027 W:      http://www.linuxfoundation.org/en/Net
9028 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9031 B:      mailto:netdev@vger.kernel.org
9032 S:      Maintained
9033 F:      net/
9034 F:      include/net/
9035 F:      include/linux/in.h
9036 F:      include/linux/net.h
9037 F:      include/linux/netdevice.h
9038 F:      include/uapi/linux/in.h
9039 F:      include/uapi/linux/net.h
9040 F:      include/uapi/linux/netdevice.h
9041 F:      include/uapi/linux/net_namespace.h
9042 F:      tools/net/
9043 F:      tools/testing/selftests/net/
9044 F:      lib/random32.c
9045
9046 NETWORKING [IPv4/IPv6]
9047 M:      "David S. Miller" <davem@davemloft.net>
9048 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9049 M:      James Morris <jmorris@namei.org>
9050 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
9051 M:      Patrick McHardy <kaber@trash.net>
9052 L:      netdev@vger.kernel.org
9053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9054 S:      Maintained
9055 F:      net/ipv4/
9056 F:      net/ipv6/
9057 F:      include/net/ip*
9058 F:      arch/x86/net/*
9059
9060 NETWORKING [TLS]
9061 M:      Ilya Lesokhin <ilyal@mellanox.com>
9062 M:      Aviad Yehezkel <aviadye@mellanox.com>
9063 M:      Dave Watson <davejwatson@fb.com>
9064 L:      netdev@vger.kernel.org
9065 S:      Maintained
9066 F:      net/tls/*
9067 F:      include/uapi/linux/tls.h
9068 F:      include/net/tls.h
9069
9070 NETWORKING [IPSEC]
9071 M:      Steffen Klassert <steffen.klassert@secunet.com>
9072 M:      Herbert Xu <herbert@gondor.apana.org.au>
9073 M:      "David S. Miller" <davem@davemloft.net>
9074 L:      netdev@vger.kernel.org
9075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9077 S:      Maintained
9078 F:      net/core/flow.c
9079 F:      net/xfrm/
9080 F:      net/key/
9081 F:      net/ipv4/xfrm*
9082 F:      net/ipv4/esp4*
9083 F:      net/ipv4/ah4.c
9084 F:      net/ipv4/ipcomp.c
9085 F:      net/ipv4/ip_vti.c
9086 F:      net/ipv6/xfrm*
9087 F:      net/ipv6/esp6*
9088 F:      net/ipv6/ah6.c
9089 F:      net/ipv6/ipcomp6.c
9090 F:      net/ipv6/ip6_vti.c
9091 F:      include/uapi/linux/xfrm.h
9092 F:      include/net/xfrm.h
9093
9094 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
9095 M:      Paul Moore <paul@paul-moore.com>
9096 L:      netdev@vger.kernel.org
9097 S:      Maintained
9098
9099 NETWORKING [WIRELESS]
9100 L:      linux-wireless@vger.kernel.org
9101 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9102
9103 NETWORKING DRIVERS
9104 L:      netdev@vger.kernel.org
9105 W:      http://www.linuxfoundation.org/en/Net
9106 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9109 S:      Odd Fixes
9110 F:      Documentation/devicetree/bindings/net/
9111 F:      drivers/net/
9112 F:      include/linux/if_*
9113 F:      include/linux/netdevice.h
9114 F:      include/linux/etherdevice.h
9115 F:      include/linux/fcdevice.h
9116 F:      include/linux/fddidevice.h
9117 F:      include/linux/hippidevice.h
9118 F:      include/linux/inetdevice.h
9119 F:      include/uapi/linux/if_*
9120 F:      include/uapi/linux/netdevice.h
9121
9122 NETWORKING DRIVERS (WIRELESS)
9123 M:      Kalle Valo <kvalo@codeaurora.org>
9124 L:      linux-wireless@vger.kernel.org
9125 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9128 S:      Maintained
9129 F:      Documentation/devicetree/bindings/net/wireless/
9130 F:      drivers/net/wireless/
9131
9132 NETXEN (1/10) GbE SUPPORT
9133 M:      Manish Chopra <manish.chopra@cavium.com>
9134 M:      Rahul Verma <rahul.verma@cavium.com>
9135 M:      Dept-GELinuxNICDev@cavium.com
9136 L:      netdev@vger.kernel.org
9137 S:      Supported
9138 F:      drivers/net/ethernet/qlogic/netxen/
9139
9140 NFC SUBSYSTEM
9141 M:      Samuel Ortiz <sameo@linux.intel.com>
9142 L:      linux-wireless@vger.kernel.org
9143 L:      linux-nfc@lists.01.org (subscribers-only)
9144 S:      Supported
9145 F:      net/nfc/
9146 F:      include/net/nfc/
9147 F:      include/uapi/linux/nfc.h
9148 F:      drivers/nfc/
9149 F:      include/linux/platform_data/nfcmrvl.h
9150 F:      include/linux/platform_data/nxp-nci.h
9151 F:      Documentation/devicetree/bindings/net/nfc/
9152
9153 NFS, SUNRPC, AND LOCKD CLIENTS
9154 M:      Trond Myklebust <trond.myklebust@primarydata.com>
9155 M:      Anna Schumaker <anna.schumaker@netapp.com>
9156 L:      linux-nfs@vger.kernel.org
9157 W:      http://client.linux-nfs.org
9158 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9159 S:      Maintained
9160 F:      fs/lockd/
9161 F:      fs/nfs/
9162 F:      fs/nfs_common/
9163 F:      net/sunrpc/
9164 F:      include/linux/lockd/
9165 F:      include/linux/nfs*
9166 F:      include/linux/sunrpc/
9167 F:      include/uapi/linux/nfs*
9168 F:      include/uapi/linux/sunrpc/
9169
9170 NILFS2 FILESYSTEM
9171 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9172 L:      linux-nilfs@vger.kernel.org
9173 W:      http://nilfs.sourceforge.net/
9174 W:      http://nilfs.osdn.jp/
9175 T:      git git://github.com/konis/nilfs2.git
9176 S:      Supported
9177 F:      Documentation/filesystems/nilfs2.txt
9178 F:      fs/nilfs2/
9179 F:      include/trace/events/nilfs2.h
9180 F:      include/uapi/linux/nilfs2_api.h
9181 F:      include/uapi/linux/nilfs2_ondisk.h
9182
9183 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9184 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9185 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9186 S:      Maintained
9187 F:      Documentation/scsi/NinjaSCSI.txt
9188 F:      drivers/scsi/pcmcia/nsp_*
9189
9190 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9191 M:      GOTO Masanori <gotom@debian.or.jp>
9192 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9193 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9194 S:      Maintained
9195 F:      Documentation/scsi/NinjaSCSI.txt
9196 F:      drivers/scsi/nsp32*
9197
9198 NIOS2 ARCHITECTURE
9199 M:      Ley Foon Tan <lftan@altera.com>
9200 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9202 S:      Maintained
9203 F:      arch/nios2/
9204
9205 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9206 M:      Pavel Machek <pavel@ucw.cz>
9207 M:      Sakari Ailus <sakari.ailus@iki.fi>
9208 L:      linux-media@vger.kernel.org
9209 S:      Maintained
9210 F:      drivers/media/i2c/et8ek8
9211 F:      drivers/media/i2c/ad5820.c
9212
9213 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9214 M:      Pavel Machek <pavel@ucw.cz>
9215 M:      Sakari Ailus <sakari.ailus@iki.fi>
9216 L:      linux-media@vger.kernel.org
9217 S:      Maintained
9218 F:      drivers/media/i2c/et8ek8
9219 F:      drivers/media/i2c/ad5820.c
9220
9221 NOKIA N900 POWER SUPPLY DRIVERS
9222 R:      Pali Rohár <pali.rohar@gmail.com>
9223 F:      include/linux/power/bq2415x_charger.h
9224 F:      include/linux/power/bq27xxx_battery.h
9225 F:      include/linux/power/isp1704_charger.h
9226 F:      drivers/power/supply/bq2415x_charger.c
9227 F:      drivers/power/supply/bq27xxx_battery.c
9228 F:      drivers/power/supply/bq27xxx_battery_i2c.c
9229 F:      drivers/power/supply/isp1704_charger.c
9230 F:      drivers/power/supply/rx51_battery.c
9231
9232 NTB DRIVER CORE
9233 M:      Jon Mason <jdmason@kudzu.us>
9234 M:      Dave Jiang <dave.jiang@intel.com>
9235 M:      Allen Hubbe <Allen.Hubbe@emc.com>
9236 L:      linux-ntb@googlegroups.com
9237 S:      Supported
9238 W:      https://github.com/jonmason/ntb/wiki
9239 T:      git git://github.com/jonmason/ntb.git
9240 F:      drivers/ntb/
9241 F:      drivers/net/ntb_netdev.c
9242 F:      include/linux/ntb.h
9243 F:      include/linux/ntb_transport.h
9244 F:      tools/testing/selftests/ntb/
9245
9246 NTB INTEL DRIVER
9247 M:      Jon Mason <jdmason@kudzu.us>
9248 M:      Dave Jiang <dave.jiang@intel.com>
9249 L:      linux-ntb@googlegroups.com
9250 S:      Supported
9251 W:      https://github.com/jonmason/ntb/wiki
9252 T:      git git://github.com/jonmason/ntb.git
9253 F:      drivers/ntb/hw/intel/
9254
9255 NTB AMD DRIVER
9256 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9257 L:      linux-ntb@googlegroups.com
9258 S:      Supported
9259 F:      drivers/ntb/hw/amd/
9260
9261 NTFS FILESYSTEM
9262 M:      Anton Altaparmakov <anton@tuxera.com>
9263 L:      linux-ntfs-dev@lists.sourceforge.net
9264 W:      http://www.tuxera.com/
9265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9266 S:      Supported
9267 F:      Documentation/filesystems/ntfs.txt
9268 F:      fs/ntfs/
9269
9270 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9271 M:      Antonino Daplas <adaplas@gmail.com>
9272 L:      linux-fbdev@vger.kernel.org
9273 S:      Maintained
9274 F:      drivers/video/fbdev/riva/
9275 F:      drivers/video/fbdev/nvidia/
9276
9277 NVM EXPRESS DRIVER
9278 M:      Keith Busch <keith.busch@intel.com>
9279 M:      Jens Axboe <axboe@fb.com>
9280 M:      Christoph Hellwig <hch@lst.de>
9281 M:      Sagi Grimberg <sagi@grimberg.me>
9282 L:      linux-nvme@lists.infradead.org
9283 T:      git://git.infradead.org/nvme.git
9284 W:      http://git.infradead.org/nvme.git
9285 S:      Supported
9286 F:      drivers/nvme/host/
9287 F:      include/linux/nvme.h
9288 F:      include/uapi/linux/nvme_ioctl.h
9289
9290 NVM EXPRESS TARGET DRIVER
9291 M:      Christoph Hellwig <hch@lst.de>
9292 M:      Sagi Grimberg <sagi@grimberg.me>
9293 L:      linux-nvme@lists.infradead.org
9294 T:      git://git.infradead.org/nvme.git
9295 W:      http://git.infradead.org/nvme.git
9296 S:      Supported
9297 F:      drivers/nvme/target/
9298
9299 NVM EXPRESS FC TRANSPORT DRIVERS
9300 M:      James Smart <james.smart@broadcom.com>
9301 L:      linux-nvme@lists.infradead.org
9302 S:      Supported
9303 F:      include/linux/nvme-fc.h
9304 F:      include/linux/nvme-fc-driver.h
9305 F:      drivers/nvme/host/fc.c
9306 F:      drivers/nvme/target/fc.c
9307 F:      drivers/nvme/target/fcloop.c
9308
9309 NVMEM FRAMEWORK
9310 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9311 S:      Maintained
9312 F:      drivers/nvmem/
9313 F:      Documentation/devicetree/bindings/nvmem/
9314 F:      include/linux/nvmem-consumer.h
9315 F:      include/linux/nvmem-provider.h
9316
9317 NXP-NCI NFC DRIVER
9318 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
9319 R:      Charles Gorand <charles.gorand@effinnov.com>
9320 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9321 S:      Supported
9322 F:      drivers/nfc/nxp-nci
9323
9324 NXP TDA998X DRM DRIVER
9325 M:      Russell King <linux@armlinux.org.uk>
9326 S:      Supported
9327 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9328 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9329 F:      drivers/gpu/drm/i2c/tda998x_drv.c
9330 F:      include/drm/i2c/tda998x.h
9331
9332 NXP TFA9879 DRIVER
9333 M:      Peter Rosin <peda@axentia.se>
9334 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9335 S:      Maintained
9336 F:      sound/soc/codecs/tfa9879*
9337
9338 OBJTOOL
9339 M:      Josh Poimboeuf <jpoimboe@redhat.com>
9340 S:      Supported
9341 F:      tools/objtool/
9342
9343 OMAP1 SUPPORT
9344 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
9345 M:      Tony Lindgren <tony@atomide.com>
9346 L:      linux-omap@vger.kernel.org
9347 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9349 S:      Maintained
9350 F:      arch/arm/mach-omap1/
9351 F:      arch/arm/plat-omap/
9352 F:      arch/arm/configs/omap1_defconfig
9353 F:      drivers/i2c/busses/i2c-omap.c
9354 F:      include/linux/i2c-omap.h
9355
9356 OMAP2+ SUPPORT
9357 M:      Tony Lindgren <tony@atomide.com>
9358 L:      linux-omap@vger.kernel.org
9359 W:      http://www.muru.com/linux/omap/
9360 W:      http://linux.omap.com/
9361 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9363 S:      Maintained
9364 F:      arch/arm/mach-omap2/
9365 F:      arch/arm/plat-omap/
9366 F:      arch/arm/configs/omap2plus_defconfig
9367 F:      drivers/i2c/busses/i2c-omap.c
9368 F:      drivers/irqchip/irq-omap-intc.c
9369 F:      drivers/mfd/*omap*.c
9370 F:      drivers/mfd/menelaus.c
9371 F:      drivers/mfd/palmas.c
9372 F:      drivers/mfd/tps65217.c
9373 F:      drivers/mfd/tps65218.c
9374 F:      drivers/mfd/tps65910.c
9375 F:      drivers/mfd/twl-core.[ch]
9376 F:      drivers/mfd/twl4030*.c
9377 F:      drivers/mfd/twl6030*.c
9378 F:      drivers/mfd/twl6040*.c
9379 F:      drivers/regulator/palmas-regulator*.c
9380 F:      drivers/regulator/pbias-regulator.c
9381 F:      drivers/regulator/tps65217-regulator.c
9382 F:      drivers/regulator/tps65218-regulator.c
9383 F:      drivers/regulator/tps65910-regulator.c
9384 F:      drivers/regulator/twl-regulator.c
9385 F:      drivers/regulator/twl6030-regulator.c
9386 F:      include/linux/i2c-omap.h
9387
9388 OMAP DEVICE TREE SUPPORT
9389 M:      Benoît Cousson <bcousson@baylibre.com>
9390 M:      Tony Lindgren <tony@atomide.com>
9391 L:      linux-omap@vger.kernel.org
9392 L:      devicetree@vger.kernel.org
9393 S:      Maintained
9394 F:      arch/arm/boot/dts/*omap*
9395 F:      arch/arm/boot/dts/*am3*
9396 F:      arch/arm/boot/dts/*am4*
9397 F:      arch/arm/boot/dts/*am5*
9398 F:      arch/arm/boot/dts/*dra7*
9399
9400 OMAP CLOCK FRAMEWORK SUPPORT
9401 M:      Paul Walmsley <paul@pwsan.com>
9402 L:      linux-omap@vger.kernel.org
9403 S:      Maintained
9404 F:      arch/arm/*omap*/*clock*
9405
9406 OMAP POWER MANAGEMENT SUPPORT
9407 M:      Kevin Hilman <khilman@kernel.org>
9408 L:      linux-omap@vger.kernel.org
9409 S:      Maintained
9410 F:      arch/arm/*omap*/*pm*
9411 F:      drivers/cpufreq/omap-cpufreq.c
9412
9413 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9414 M:      Rajendra Nayak <rnayak@codeaurora.org>
9415 M:      Paul Walmsley <paul@pwsan.com>
9416 L:      linux-omap@vger.kernel.org
9417 S:      Maintained
9418 F:      arch/arm/mach-omap2/prm*
9419
9420 OMAP AUDIO SUPPORT
9421 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9422 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
9423 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9424 L:      linux-omap@vger.kernel.org
9425 S:      Maintained
9426 F:      sound/soc/omap/
9427
9428 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9429 M:      Roger Quadros <rogerq@ti.com>
9430 M:      Tony Lindgren <tony@atomide.com>
9431 L:      linux-omap@vger.kernel.org
9432 S:      Maintained
9433 F:      drivers/memory/omap-gpmc.c
9434 F:      arch/arm/mach-omap2/*gpmc*
9435
9436 OMAP FRAMEBUFFER SUPPORT
9437 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9438 L:      linux-fbdev@vger.kernel.org
9439 L:      linux-omap@vger.kernel.org
9440 S:      Maintained
9441 F:      drivers/video/fbdev/omap/
9442
9443 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9444 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9445 L:      linux-omap@vger.kernel.org
9446 L:      linux-fbdev@vger.kernel.org
9447 S:      Maintained
9448 F:      drivers/video/fbdev/omap2/
9449 F:      Documentation/arm/OMAP/DSS
9450
9451 OMAP HARDWARE SPINLOCK SUPPORT
9452 M:      Ohad Ben-Cohen <ohad@wizery.com>
9453 L:      linux-omap@vger.kernel.org
9454 S:      Maintained
9455 F:      drivers/hwspinlock/omap_hwspinlock.c
9456
9457 OMAP MMC SUPPORT
9458 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
9459 L:      linux-omap@vger.kernel.org
9460 S:      Maintained
9461 F:      drivers/mmc/host/omap.c
9462
9463 OMAP HS MMC SUPPORT
9464 L:      linux-mmc@vger.kernel.org
9465 L:      linux-omap@vger.kernel.org
9466 S:      Orphan
9467 F:      drivers/mmc/host/omap_hsmmc.c
9468
9469 OMAP RANDOM NUMBER GENERATOR SUPPORT
9470 M:      Deepak Saxena <dsaxena@plexity.net>
9471 S:      Maintained
9472 F:      drivers/char/hw_random/omap-rng.c
9473
9474 OMAP HWMOD SUPPORT
9475 M:      Benoît Cousson <bcousson@baylibre.com>
9476 M:      Paul Walmsley <paul@pwsan.com>
9477 L:      linux-omap@vger.kernel.org
9478 S:      Maintained
9479 F:      arch/arm/mach-omap2/omap_hwmod.*
9480
9481 OMAP HWMOD DATA
9482 M:      Paul Walmsley <paul@pwsan.com>
9483 L:      linux-omap@vger.kernel.org
9484 S:      Maintained
9485 F:      arch/arm/mach-omap2/omap_hwmod*data*
9486
9487 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9488 M:      Benoît Cousson <bcousson@baylibre.com>
9489 L:      linux-omap@vger.kernel.org
9490 S:      Maintained
9491 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9492
9493 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9494 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9495 L:      linux-media@vger.kernel.org
9496 S:      Maintained
9497 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9498 F:      drivers/media/platform/omap3isp/
9499 F:      drivers/staging/media/omap4iss/
9500
9501 OMAP USB SUPPORT
9502 L:      linux-usb@vger.kernel.org
9503 L:      linux-omap@vger.kernel.org
9504 S:      Orphan
9505 F:      drivers/usb/*/*omap*
9506 F:      arch/arm/*omap*/usb*
9507
9508 OMAP GPIO DRIVER
9509 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9510 M:      Santosh Shilimkar <ssantosh@kernel.org>
9511 M:      Kevin Hilman <khilman@kernel.org>
9512 L:      linux-omap@vger.kernel.org
9513 S:      Maintained
9514 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9515 F:      drivers/gpio/gpio-omap.c
9516
9517 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9518 M:      Mark Jackson <mpfj@newflow.co.uk>
9519 L:      linux-omap@vger.kernel.org
9520 S:      Maintained
9521 F:      arch/arm/boot/dts/am335x-nano.dts
9522
9523 OMFS FILESYSTEM
9524 M:      Bob Copeland <me@bobcopeland.com>
9525 L:      linux-karma-devel@lists.sourceforge.net
9526 S:      Maintained
9527 F:      Documentation/filesystems/omfs.txt
9528 F:      fs/omfs/
9529
9530 OMNIKEY CARDMAN 4000 DRIVER
9531 M:      Harald Welte <laforge@gnumonks.org>
9532 S:      Maintained
9533 F:      drivers/char/pcmcia/cm4000_cs.c
9534 F:      include/linux/cm4000_cs.h
9535 F:      include/uapi/linux/cm4000_cs.h
9536
9537 OMNIKEY CARDMAN 4040 DRIVER
9538 M:      Harald Welte <laforge@gnumonks.org>
9539 S:      Maintained
9540 F:      drivers/char/pcmcia/cm4040_cs.*
9541
9542 OMNIVISION OV5647 SENSOR DRIVER
9543 M:      Ramiro Oliveira <roliveir@synopsys.com>
9544 L:      linux-media@vger.kernel.org
9545 T:      git git://linuxtv.org/media_tree.git
9546 S:      Maintained
9547 F:      drivers/media/i2c/ov5647.c
9548
9549 OMNIVISION OV7670 SENSOR DRIVER
9550 M:      Jonathan Corbet <corbet@lwn.net>
9551 L:      linux-media@vger.kernel.org
9552 T:      git git://linuxtv.org/media_tree.git
9553 S:      Maintained
9554 F:      drivers/media/i2c/ov7670.c
9555 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
9556
9557 ONENAND FLASH DRIVER
9558 M:      Kyungmin Park <kyungmin.park@samsung.com>
9559 L:      linux-mtd@lists.infradead.org
9560 S:      Maintained
9561 F:      drivers/mtd/onenand/
9562 F:      include/linux/mtd/onenand*.h
9563
9564 ONSTREAM SCSI TAPE DRIVER
9565 M:      Willem Riede <osst@riede.org>
9566 L:      osst-users@lists.sourceforge.net
9567 L:      linux-scsi@vger.kernel.org
9568 S:      Maintained
9569 F:      Documentation/scsi/osst.txt
9570 F:      drivers/scsi/osst.*
9571 F:      drivers/scsi/osst_*.h
9572 F:      drivers/scsi/st.h
9573
9574 OPENCORES I2C BUS DRIVER
9575 M:      Peter Korsgaard <jacmet@sunsite.dk>
9576 L:      linux-i2c@vger.kernel.org
9577 S:      Maintained
9578 F:      Documentation/i2c/busses/i2c-ocores
9579 F:      drivers/i2c/busses/i2c-ocores.c
9580
9581 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9582 M:      Rob Herring <robh+dt@kernel.org>
9583 M:      Frank Rowand <frowand.list@gmail.com>
9584 L:      devicetree@vger.kernel.org
9585 W:      http://www.devicetree.org/
9586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9587 S:      Maintained
9588 F:      drivers/of/
9589 F:      include/linux/of*.h
9590 F:      scripts/dtc/
9591
9592 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9593 M:      Rob Herring <robh+dt@kernel.org>
9594 M:      Mark Rutland <mark.rutland@arm.com>
9595 L:      devicetree@vger.kernel.org
9596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9597 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9598 S:      Maintained
9599 F:      Documentation/devicetree/
9600 F:      arch/*/boot/dts/
9601 F:      include/dt-bindings/
9602
9603 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9604 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9605 L:      devicetree@vger.kernel.org
9606 S:      Maintained
9607 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9608 F:      Documentation/devicetree/overlay-notes.txt
9609 F:      drivers/of/overlay.c
9610 F:      drivers/of/resolver.c
9611
9612 OPENRISC ARCHITECTURE
9613 M:      Jonas Bonn <jonas@southpole.se>
9614 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9615 M:      Stafford Horne <shorne@gmail.com>
9616 T:      git git://github.com/openrisc/linux.git
9617 L:      openrisc@lists.librecores.org
9618 W:      http://openrisc.io
9619 S:      Maintained
9620 F:      arch/openrisc/
9621
9622 OPENVSWITCH
9623 M:      Pravin Shelar <pshelar@nicira.com>
9624 L:      netdev@vger.kernel.org
9625 L:      dev@openvswitch.org
9626 W:      http://openvswitch.org
9627 S:      Maintained
9628 F:      net/openvswitch/
9629 F:      include/uapi/linux/openvswitch.h
9630
9631 OPERATING PERFORMANCE POINTS (OPP)
9632 M:      Viresh Kumar <vireshk@kernel.org>
9633 M:      Nishanth Menon <nm@ti.com>
9634 M:      Stephen Boyd <sboyd@codeaurora.org>
9635 L:      linux-pm@vger.kernel.org
9636 S:      Maintained
9637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9638 F:      drivers/base/power/opp/
9639 F:      include/linux/pm_opp.h
9640 F:      Documentation/power/opp.txt
9641 F:      Documentation/devicetree/bindings/opp/
9642
9643 OPL4 DRIVER
9644 M:      Clemens Ladisch <clemens@ladisch.de>
9645 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9646 T:      git git://git.alsa-project.org/alsa-kernel.git
9647 S:      Maintained
9648 F:      sound/drivers/opl4/
9649
9650 OPROFILE
9651 M:      Robert Richter <rric@kernel.org>
9652 L:      oprofile-list@lists.sf.net
9653 S:      Maintained
9654 F:      arch/*/include/asm/oprofile*.h
9655 F:      arch/*/oprofile/
9656 F:      drivers/oprofile/
9657 F:      include/linux/oprofile.h
9658
9659 OP-TEE DRIVER
9660 M:      Jens Wiklander <jens.wiklander@linaro.org>
9661 S:      Maintained
9662 F:      drivers/tee/optee/
9663
9664 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9665 M:      Mark Fasheh <mfasheh@versity.com>
9666 M:      Joel Becker <jlbec@evilplan.org>
9667 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9668 W:      http://ocfs2.wiki.kernel.org
9669 S:      Supported
9670 F:      Documentation/filesystems/ocfs2.txt
9671 F:      Documentation/filesystems/dlmfs.txt
9672 F:      fs/ocfs2/
9673
9674 ORINOCO DRIVER
9675 L:      linux-wireless@vger.kernel.org
9676 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9677 W:      http://www.nongnu.org/orinoco/
9678 S:      Orphan
9679 F:      drivers/net/wireless/intersil/orinoco/
9680
9681 OSD LIBRARY and FILESYSTEM
9682 M:      Boaz Harrosh <ooo@electrozaur.com>
9683 S:      Maintained
9684 F:      drivers/scsi/osd/
9685 F:      include/scsi/osd_*
9686 F:      fs/exofs/
9687
9688 OVERLAY FILESYSTEM
9689 M:      Miklos Szeredi <miklos@szeredi.hu>
9690 L:      linux-unionfs@vger.kernel.org
9691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9692 S:      Supported
9693 F:      fs/overlayfs/
9694 F:      Documentation/filesystems/overlayfs.txt
9695
9696 ORANGEFS FILESYSTEM
9697 M:      Mike Marshall <hubcap@omnibond.com>
9698 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9700 S:      Supported
9701 F:      fs/orangefs/
9702 F:      Documentation/filesystems/orangefs.txt
9703
9704 P54 WIRELESS DRIVER
9705 M:      Christian Lamparter <chunkeey@googlemail.com>
9706 L:      linux-wireless@vger.kernel.org
9707 W:      http://wireless.kernel.org/en/users/Drivers/p54
9708 S:      Maintained
9709 F:      drivers/net/wireless/intersil/p54/
9710
9711 PA SEMI ETHERNET DRIVER
9712 L:      netdev@vger.kernel.org
9713 S:      Orphan
9714 F:      drivers/net/ethernet/pasemi/*
9715
9716 PA SEMI SMBUS DRIVER
9717 L:      linux-i2c@vger.kernel.org
9718 S:      Orphan
9719 F:      drivers/i2c/busses/i2c-pasemi.c
9720
9721 PADATA PARALLEL EXECUTION MECHANISM
9722 M:      Steffen Klassert <steffen.klassert@secunet.com>
9723 L:      linux-crypto@vger.kernel.org
9724 S:      Maintained
9725 F:      kernel/padata.c
9726 F:      include/linux/padata.h
9727 F:      Documentation/padata.txt
9728
9729 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9730 M:      Harald Welte <laforge@gnumonks.org>
9731 L:      platform-driver-x86@vger.kernel.org
9732 S:      Maintained
9733 F:      drivers/platform/x86/panasonic-laptop.c
9734
9735 PANASONIC MN10300/AM33/AM34 PORT
9736 M:      David Howells <dhowells@redhat.com>
9737 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9738 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9739 S:      Maintained
9740 F:      Documentation/mn10300/
9741 F:      arch/mn10300/
9742
9743 PARALLEL LCD/KEYPAD PANEL DRIVER
9744 M:      Willy Tarreau <willy@haproxy.com>
9745 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9746 S:      Odd Fixes
9747 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9748 F:      drivers/misc/panel.c
9749
9750 PARALLEL PORT SUBSYSTEM
9751 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9752 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9753 L:      linux-parport@lists.infradead.org (subscribers-only)
9754 S:      Maintained
9755 F:      drivers/parport/
9756 F:      include/linux/parport*.h
9757 F:      drivers/char/ppdev.c
9758 F:      include/uapi/linux/ppdev.h
9759 F:      Documentation/parport*.txt
9760
9761 PARAVIRT_OPS INTERFACE
9762 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9763 M:      Chris Wright <chrisw@sous-sol.org>
9764 M:      Alok Kataria <akataria@vmware.com>
9765 M:      Rusty Russell <rusty@rustcorp.com.au>
9766 L:      virtualization@lists.linux-foundation.org
9767 S:      Supported
9768 F:      Documentation/virtual/paravirt_ops.txt
9769 F:      arch/*/kernel/paravirt*
9770 F:      arch/*/include/asm/paravirt.h
9771 F:      include/linux/hypervisor.h
9772
9773 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9774 M:      Tim Waugh <tim@cyberelk.net>
9775 L:      linux-parport@lists.infradead.org (subscribers-only)
9776 S:      Maintained
9777 F:      Documentation/blockdev/paride.txt
9778 F:      drivers/block/paride/
9779
9780 PARISC ARCHITECTURE
9781 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9782 M:      Helge Deller <deller@gmx.de>
9783 L:      linux-parisc@vger.kernel.org
9784 W:      http://www.parisc-linux.org/
9785 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9788 S:      Maintained
9789 F:      arch/parisc/
9790 F:      Documentation/parisc/
9791 F:      drivers/parisc/
9792 F:      drivers/char/agp/parisc-agp.c
9793 F:      drivers/input/serio/gscps2.c
9794 F:      drivers/parport/parport_gsc.*
9795 F:      drivers/tty/serial/8250/8250_gsc.c
9796 F:      drivers/video/fbdev/sti*
9797 F:      drivers/video/console/sti*
9798 F:      drivers/video/logo/logo_parisc*
9799
9800 PARMAN
9801 M:      Jiri Pirko <jiri@mellanox.com>
9802 L:      netdev@vger.kernel.org
9803 S:      Supported
9804 F:      lib/parman.c
9805 F:      lib/test_parman.c
9806 F:      include/linux/parman.h
9807
9808 PC87360 HARDWARE MONITORING DRIVER
9809 M:      Jim Cromie <jim.cromie@gmail.com>
9810 L:      linux-hwmon@vger.kernel.org
9811 S:      Maintained
9812 F:      Documentation/hwmon/pc87360
9813 F:      drivers/hwmon/pc87360.c
9814
9815 PC8736x GPIO DRIVER
9816 M:      Jim Cromie <jim.cromie@gmail.com>
9817 S:      Maintained
9818 F:      drivers/char/pc8736x_gpio.c
9819
9820 PC87427 HARDWARE MONITORING DRIVER
9821 M:      Jean Delvare <jdelvare@suse.com>
9822 L:      linux-hwmon@vger.kernel.org
9823 S:      Maintained
9824 F:      Documentation/hwmon/pc87427
9825 F:      drivers/hwmon/pc87427.c
9826
9827 PCA9532 LED DRIVER
9828 M:      Riku Voipio <riku.voipio@iki.fi>
9829 S:      Maintained
9830 F:      drivers/leds/leds-pca9532.c
9831 F:      include/linux/leds-pca9532.h
9832
9833 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9834 M:      Guenter Roeck <linux@roeck-us.net>
9835 L:      linux-i2c@vger.kernel.org
9836 S:      Maintained
9837 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9838
9839 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9840 M:      Khalid Aziz <khalid@gonehiking.org>
9841 S:      Maintained
9842 F:      drivers/firmware/pcdp.*
9843
9844 PCI ERROR RECOVERY
9845 M:      Linas Vepstas <linasvepstas@gmail.com>
9846 L:      linux-pci@vger.kernel.org
9847 S:      Supported
9848 F:      Documentation/PCI/pci-error-recovery.txt
9849
9850 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9851 M:      Russell Currey <ruscur@russell.cc>
9852 L:      linuxppc-dev@lists.ozlabs.org
9853 S:      Supported
9854 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9855 F:      arch/powerpc/kernel/eeh*.c
9856 F:      arch/powerpc/platforms/*/eeh*.c
9857 F:      arch/powerpc/include/*/eeh*.h
9858
9859 PCI SUBSYSTEM
9860 M:      Bjorn Helgaas <bhelgaas@google.com>
9861 L:      linux-pci@vger.kernel.org
9862 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9864 S:      Supported
9865 F:      Documentation/devicetree/bindings/pci/
9866 F:      Documentation/PCI/
9867 F:      drivers/pci/
9868 F:      include/linux/pci*
9869 F:      arch/x86/pci/
9870 F:      arch/x86/kernel/quirks.c
9871
9872 PCI ENDPOINT SUBSYSTEM
9873 M:      Kishon Vijay Abraham I <kishon@ti.com>
9874 L:      linux-pci@vger.kernel.org
9875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
9876 S:      Supported
9877 F:      drivers/pci/endpoint/
9878 F:      drivers/misc/pci_endpoint_test.c
9879 F:      tools/pci/
9880
9881 PCI DRIVER FOR ALTERA PCIE IP
9882 M:      Ley Foon Tan <lftan@altera.com>
9883 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9884 L:      linux-pci@vger.kernel.org
9885 S:      Supported
9886 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9887 F:      drivers/pci/host/pcie-altera.c
9888
9889 PCI DRIVER FOR ARM VERSATILE PLATFORM
9890 M:      Rob Herring <robh@kernel.org>
9891 L:      linux-pci@vger.kernel.org
9892 L:      linux-arm-kernel@lists.infradead.org
9893 S:      Maintained
9894 F:      Documentation/devicetree/bindings/pci/versatile.txt
9895 F:      drivers/pci/host/pci-versatile.c
9896
9897 PCI DRIVER FOR ARMADA 8K
9898 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9899 L:      linux-pci@vger.kernel.org
9900 L:      linux-arm-kernel@lists.infradead.org
9901 S:      Maintained
9902 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9903 F:      drivers/pci/dwc/pcie-armada8k.c
9904
9905 PCI DRIVER FOR APPLIEDMICRO XGENE
9906 M:      Tanmay Inamdar <tinamdar@apm.com>
9907 L:      linux-pci@vger.kernel.org
9908 L:      linux-arm-kernel@lists.infradead.org
9909 S:      Maintained
9910 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9911 F:      drivers/pci/host/pci-xgene.c
9912
9913 PCI DRIVER FOR FREESCALE LAYERSCAPE
9914 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9915 M:      Mingkai Hu <mingkai.hu@freescale.com>
9916 M:      Roy Zang <tie-fei.zang@freescale.com>
9917 L:      linuxppc-dev@lists.ozlabs.org
9918 L:      linux-pci@vger.kernel.org
9919 L:      linux-arm-kernel@lists.infradead.org
9920 S:      Maintained
9921 F:      drivers/pci/dwc/*layerscape*
9922
9923 PCI DRIVER FOR IMX6
9924 M:      Richard Zhu <hongxing.zhu@nxp.com>
9925 M:      Lucas Stach <l.stach@pengutronix.de>
9926 L:      linux-pci@vger.kernel.org
9927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9928 S:      Maintained
9929 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9930 F:      drivers/pci/dwc/*imx6*
9931
9932 PCI DRIVER FOR TI KEYSTONE
9933 M:      Murali Karicheri <m-karicheri2@ti.com>
9934 L:      linux-pci@vger.kernel.org
9935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9936 S:      Maintained
9937 F:      drivers/pci/dwc/*keystone*
9938
9939 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9940 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9941 M:      Jason Cooper <jason@lakedaemon.net>
9942 L:      linux-pci@vger.kernel.org
9943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9944 S:      Maintained
9945 F:      drivers/pci/host/*mvebu*
9946
9947 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9948 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9949 L:      linux-pci@vger.kernel.org
9950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9951 S:      Maintained
9952 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9953 F:      drivers/pci/host/pci-aardvark.c
9954
9955 PCI DRIVER FOR MICROSEMI SWITCHTEC
9956 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
9957 M:      Stephen Bates <stephen.bates@microsemi.com>
9958 M:      Logan Gunthorpe <logang@deltatee.com>
9959 L:      linux-pci@vger.kernel.org
9960 S:      Maintained
9961 F:      Documentation/switchtec.txt
9962 F:      Documentation/ABI/testing/sysfs-class-switchtec
9963 F:      drivers/pci/switch/switchtec*
9964 F:      include/uapi/linux/switchtec_ioctl.h
9965
9966 PCI DRIVER FOR NVIDIA TEGRA
9967 M:      Thierry Reding <thierry.reding@gmail.com>
9968 L:      linux-tegra@vger.kernel.org
9969 L:      linux-pci@vger.kernel.org
9970 S:      Supported
9971 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9972 F:      drivers/pci/host/pci-tegra.c
9973
9974 PCI DRIVER FOR TI DRA7XX
9975 M:      Kishon Vijay Abraham I <kishon@ti.com>
9976 L:      linux-omap@vger.kernel.org
9977 L:      linux-pci@vger.kernel.org
9978 S:      Supported
9979 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9980 F:      drivers/pci/dwc/pci-dra7xx.c
9981
9982 PCI DRIVER FOR RENESAS R-CAR
9983 M:      Simon Horman <horms@verge.net.au>
9984 L:      linux-pci@vger.kernel.org
9985 L:      linux-renesas-soc@vger.kernel.org
9986 S:      Maintained
9987 F:      drivers/pci/host/*rcar*
9988
9989 PCI DRIVER FOR SAMSUNG EXYNOS
9990 M:      Jingoo Han <jingoohan1@gmail.com>
9991 L:      linux-pci@vger.kernel.org
9992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9993 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9994 S:      Maintained
9995 F:      drivers/pci/dwc/pci-exynos.c
9996
9997 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9998 M:      Jingoo Han <jingoohan1@gmail.com>
9999 M:      Joao Pinto <Joao.Pinto@synopsys.com>
10000 L:      linux-pci@vger.kernel.org
10001 S:      Maintained
10002 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
10003 F:      drivers/pci/dwc/*designware*
10004
10005 PCI DRIVER FOR GENERIC OF HOSTS
10006 M:      Will Deacon <will.deacon@arm.com>
10007 L:      linux-pci@vger.kernel.org
10008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10009 S:      Maintained
10010 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
10011 F:      drivers/pci/host/pci-host-common.c
10012 F:      drivers/pci/host/pci-host-generic.c
10013
10014 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10015 M:      Keith Busch <keith.busch@intel.com>
10016 L:      linux-pci@vger.kernel.org
10017 S:      Supported
10018 F:      drivers/pci/host/vmd.c
10019
10020 PCIE DRIVER FOR ST SPEAR13XX
10021 M:      Pratyush Anand <pratyush.anand@gmail.com>
10022 L:      linux-pci@vger.kernel.org
10023 S:      Maintained
10024 F:      drivers/pci/dwc/*spear*
10025
10026 PCI MSI DRIVER FOR ALTERA MSI IP
10027 M:      Ley Foon Tan <lftan@altera.com>
10028 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
10029 L:      linux-pci@vger.kernel.org
10030 S:      Supported
10031 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10032 F:      drivers/pci/host/pcie-altera-msi.c
10033
10034 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10035 M:      Duc Dang <dhdang@apm.com>
10036 L:      linux-pci@vger.kernel.org
10037 L:      linux-arm-kernel@lists.infradead.org
10038 S:      Maintained
10039 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10040 F:      drivers/pci/host/pci-xgene-msi.c
10041
10042 PCIE DRIVER FOR AXIS ARTPEC
10043 M:      Niklas Cassel <niklas.cassel@axis.com>
10044 M:      Jesper Nilsson <jesper.nilsson@axis.com>
10045 L:      linux-arm-kernel@axis.com
10046 L:      linux-pci@vger.kernel.org
10047 S:      Maintained
10048 F:      Documentation/devicetree/bindings/pci/axis,artpec*
10049 F:      drivers/pci/dwc/*artpec*
10050
10051 PCIE DRIVER FOR HISILICON
10052 M:      Zhou Wang <wangzhou1@hisilicon.com>
10053 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
10054 L:      linux-pci@vger.kernel.org
10055 S:      Maintained
10056 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10057 F:      drivers/pci/dwc/pcie-hisi.c
10058
10059 PCIE DRIVER FOR ROCKCHIP
10060 M:      Shawn Lin <shawn.lin@rock-chips.com>
10061 M:      Wenrui Li <wenrui.li@rock-chips.com>
10062 L:      linux-pci@vger.kernel.org
10063 L:      linux-rockchip@lists.infradead.org
10064 S:      Maintained
10065 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10066 F:      drivers/pci/host/pcie-rockchip.c
10067
10068 PCIE DRIVER FOR QUALCOMM MSM
10069 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
10070 L:     linux-pci@vger.kernel.org
10071 L:     linux-arm-msm@vger.kernel.org
10072 S:     Maintained
10073 F:     drivers/pci/dwc/*qcom*
10074
10075 PCIE DRIVER FOR CAVIUM THUNDERX
10076 M:      David Daney <david.daney@cavium.com>
10077 L:      linux-pci@vger.kernel.org
10078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10079 S:      Supported
10080 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
10081 F:      drivers/pci/host/pci-thunder-*
10082
10083 PCMCIA SUBSYSTEM
10084 P:      Linux PCMCIA Team
10085 L:      linux-pcmcia@lists.infradead.org
10086 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10088 S:      Maintained
10089 F:      Documentation/pcmcia/
10090 F:      tools/pcmcia/
10091 F:      drivers/pcmcia/
10092 F:      include/pcmcia/
10093
10094 PCNET32 NETWORK DRIVER
10095 M:      Don Fry <pcnet32@frontier.com>
10096 L:      netdev@vger.kernel.org
10097 S:      Maintained
10098 F:      drivers/net/ethernet/amd/pcnet32.c
10099
10100 PCRYPT PARALLEL CRYPTO ENGINE
10101 M:      Steffen Klassert <steffen.klassert@secunet.com>
10102 L:      linux-crypto@vger.kernel.org
10103 S:      Maintained
10104 F:      crypto/pcrypt.c
10105 F:      include/crypto/pcrypt.h
10106
10107 PER-CPU MEMORY ALLOCATOR
10108 M:      Tejun Heo <tj@kernel.org>
10109 M:      Christoph Lameter <cl@linux.com>
10110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10111 S:      Maintained
10112 F:      include/linux/percpu*.h
10113 F:      mm/percpu*.c
10114 F:      arch/*/include/asm/percpu.h
10115
10116 PER-TASK DELAY ACCOUNTING
10117 M:      Balbir Singh <bsingharora@gmail.com>
10118 S:      Maintained
10119 F:      include/linux/delayacct.h
10120 F:      kernel/delayacct.c
10121
10122 PERFORMANCE EVENTS SUBSYSTEM
10123 M:      Peter Zijlstra <peterz@infradead.org>
10124 M:      Ingo Molnar <mingo@redhat.com>
10125 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
10126 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10127 L:      linux-kernel@vger.kernel.org
10128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10129 S:      Supported
10130 F:      kernel/events/*
10131 F:      include/linux/perf_event.h
10132 F:      include/uapi/linux/perf_event.h
10133 F:      arch/*/kernel/perf_event*.c
10134 F:      arch/*/kernel/*/perf_event*.c
10135 F:      arch/*/kernel/*/*/perf_event*.c
10136 F:      arch/*/include/asm/perf_event.h
10137 F:      arch/*/kernel/perf_callchain.c
10138 F:      arch/*/events/*
10139 F:      tools/perf/
10140
10141 PERSONALITY HANDLING
10142 M:      Christoph Hellwig <hch@infradead.org>
10143 L:      linux-abi-devel@lists.sourceforge.net
10144 S:      Maintained
10145 F:      include/linux/personality.h
10146 F:      include/uapi/linux/personality.h
10147
10148 PHONET PROTOCOL
10149 M:      Remi Denis-Courmont <courmisch@gmail.com>
10150 S:      Supported
10151 F:      Documentation/networking/phonet.txt
10152 F:      include/linux/phonet.h
10153 F:      include/net/phonet/
10154 F:      include/uapi/linux/phonet.h
10155 F:      net/phonet/
10156
10157 PHRAM MTD DRIVER
10158 M:      Joern Engel <joern@lazybastard.org>
10159 L:      linux-mtd@lists.infradead.org
10160 S:      Maintained
10161 F:      drivers/mtd/devices/phram.c
10162
10163 PICOLCD HID DRIVER
10164 M:      Bruno Prémont <bonbons@linux-vserver.org>
10165 L:      linux-input@vger.kernel.org
10166 S:      Maintained
10167 F:      drivers/hid/hid-picolcd*
10168
10169 PICOXCELL SUPPORT
10170 M:      Jamie Iles <jamie@jamieiles.com>
10171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10172 T:      git git://github.com/jamieiles/linux-2.6-ji.git
10173 S:      Supported
10174 F:      arch/arm/boot/dts/picoxcell*
10175 F:      arch/arm/mach-picoxcell/
10176 F:      drivers/crypto/picoxcell*
10177
10178 PIN CONTROL SUBSYSTEM
10179 M:      Linus Walleij <linus.walleij@linaro.org>
10180 L:      linux-gpio@vger.kernel.org
10181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10182 S:      Maintained
10183 F:      Documentation/devicetree/bindings/pinctrl/
10184 F:      Documentation/pinctrl.txt
10185 F:      drivers/pinctrl/
10186 F:      include/linux/pinctrl/
10187
10188 PIN CONTROLLER - ATMEL AT91
10189 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10191 S:      Maintained
10192 F:      drivers/pinctrl/pinctrl-at91.*
10193
10194 PIN CONTROLLER - ATMEL AT91 PIO4
10195 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10197 L:      linux-gpio@vger.kernel.org
10198 S:      Supported
10199 F:      drivers/pinctrl/pinctrl-at91-pio4.*
10200
10201 PIN CONTROLLER - INTEL
10202 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
10203 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10204 S:      Maintained
10205 F:      drivers/pinctrl/intel/
10206
10207 PIN CONTROLLER - RENESAS
10208 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10209 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10210 L:      linux-renesas-soc@vger.kernel.org
10211 S:      Maintained
10212 F:      drivers/pinctrl/sh-pfc/
10213
10214 PIN CONTROLLER - SAMSUNG
10215 M:      Tomasz Figa <tomasz.figa@gmail.com>
10216 M:      Krzysztof Kozlowski <krzk@kernel.org>
10217 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10219 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10220 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
10221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10222 S:      Maintained
10223 F:      drivers/pinctrl/samsung/
10224 F:      include/dt-bindings/pinctrl/samsung.h
10225 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10226
10227 PIN CONTROLLER - SINGLE
10228 M:      Tony Lindgren <tony@atomide.com>
10229 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
10230 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10231 L:      linux-omap@vger.kernel.org
10232 S:      Maintained
10233 F:      drivers/pinctrl/pinctrl-single.c
10234
10235 PIN CONTROLLER - ST SPEAR
10236 M:      Viresh Kumar <vireshk@kernel.org>
10237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10238 W:      http://www.st.com/spear
10239 S:      Maintained
10240 F:      drivers/pinctrl/spear/
10241
10242 PISTACHIO SOC SUPPORT
10243 M:      James Hartley <james.hartley@imgtec.com>
10244 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
10245 L:      linux-mips@linux-mips.org
10246 S:      Maintained
10247 F:      arch/mips/pistachio/
10248 F:      arch/mips/include/asm/mach-pistachio/
10249 F:      arch/mips/boot/dts/img/pistachio*
10250 F:      arch/mips/configs/pistachio*_defconfig
10251
10252 PKTCDVD DRIVER
10253 S:      Orphan
10254 M:      linux-block@vger.kernel.org
10255 F:      drivers/block/pktcdvd.c
10256 F:      include/linux/pktcdvd.h
10257 F:      include/uapi/linux/pktcdvd.h
10258
10259 PKUNITY SOC DRIVERS
10260 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10261 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10262 S:      Maintained
10263 T:      git git://github.com/gxt/linux.git
10264 F:      drivers/input/serio/i8042-unicore32io.h
10265 F:      drivers/i2c/busses/i2c-puv3.c
10266 F:      drivers/video/fbdev/fb-puv3.c
10267 F:      drivers/rtc/rtc-puv3.c
10268
10269 PMBUS HARDWARE MONITORING DRIVERS
10270 M:      Guenter Roeck <linux@roeck-us.net>
10271 L:      linux-hwmon@vger.kernel.org
10272 W:      http://hwmon.wiki.kernel.org/
10273 W:      http://www.roeck-us.net/linux/drivers/
10274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10275 S:      Maintained
10276 F:      Documentation/hwmon/pmbus
10277 F:      drivers/hwmon/pmbus/
10278 F:      include/linux/pmbus.h
10279
10280 PMC SIERRA MaxRAID DRIVER
10281 L:      linux-scsi@vger.kernel.org
10282 W:      http://www.pmc-sierra.com/
10283 S:      Orphan
10284 F:      drivers/scsi/pmcraid.*
10285
10286 PMC SIERRA PM8001 DRIVER
10287 M:      Jack Wang <jinpu.wang@profitbricks.com>
10288 M:      lindar_liu@usish.com
10289 L:      linux-scsi@vger.kernel.org
10290 S:      Supported
10291 F:      drivers/scsi/pm8001/
10292
10293 POSIX CLOCKS and TIMERS
10294 M:      Thomas Gleixner <tglx@linutronix.de>
10295 L:      linux-kernel@vger.kernel.org
10296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10297 S:      Maintained
10298 F:      fs/timerfd.c
10299 F:      include/linux/timer*
10300 F:      kernel/time/*timer*
10301
10302 POWER MANAGEMENT CORE
10303 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10304 L:      linux-pm@vger.kernel.org
10305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10306 B:      https://bugzilla.kernel.org
10307 S:      Supported
10308 F:      drivers/base/power/
10309 F:      include/linux/pm.h
10310 F:      include/linux/pm_*
10311 F:      include/linux/powercap.h
10312 F:      drivers/powercap/
10313
10314 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10315 M:      Sebastian Reichel <sre@kernel.org>
10316 L:      linux-pm@vger.kernel.org
10317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10318 S:      Maintained
10319 F:      Documentation/devicetree/bindings/power/supply/
10320 F:      include/linux/power_supply.h
10321 F:      drivers/power/supply/
10322
10323 POWER STATE COORDINATION INTERFACE (PSCI)
10324 M:      Mark Rutland <mark.rutland@arm.com>
10325 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10326 L:      linux-arm-kernel@lists.infradead.org
10327 S:      Maintained
10328 F:      drivers/firmware/psci*.c
10329 F:      include/linux/psci.h
10330 F:      include/uapi/linux/psci.h
10331
10332 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10333 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10334 L:      linuxppc-dev@lists.ozlabs.org
10335 S:      Maintained
10336 F:      drivers/char/powernv-op-panel.c
10337
10338 PNP SUPPORT
10339 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10340 S:      Maintained
10341 F:      drivers/pnp/
10342
10343 PPP PROTOCOL DRIVERS AND COMPRESSORS
10344 M:      Paul Mackerras <paulus@samba.org>
10345 L:      linux-ppp@vger.kernel.org
10346 S:      Maintained
10347 F:      drivers/net/ppp/ppp_*
10348
10349 PPP OVER ATM (RFC 2364)
10350 M:      Mitchell Blank Jr <mitch@sfgoth.com>
10351 S:      Maintained
10352 F:      net/atm/pppoatm.c
10353 F:      include/uapi/linux/atmppp.h
10354
10355 PPP OVER ETHERNET
10356 M:      Michal Ostrowski <mostrows@earthlink.net>
10357 S:      Maintained
10358 F:      drivers/net/ppp/pppoe.c
10359 F:      drivers/net/ppp/pppox.c
10360
10361 PPP OVER L2TP
10362 M:      James Chapman <jchapman@katalix.com>
10363 S:      Maintained
10364 F:      net/l2tp/l2tp_ppp.c
10365 F:      include/linux/if_pppol2tp.h
10366 F:      include/uapi/linux/if_pppol2tp.h
10367
10368 PPS SUPPORT
10369 M:      Rodolfo Giometti <giometti@enneenne.com>
10370 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
10371 L:      linuxpps@ml.enneenne.com (subscribers-only)
10372 S:      Maintained
10373 F:      Documentation/pps/
10374 F:      drivers/pps/
10375 F:      include/linux/pps*.h
10376
10377 PPTP DRIVER
10378 M:      Dmitry Kozlov <xeb@mail.ru>
10379 L:      netdev@vger.kernel.org
10380 S:      Maintained
10381 F:      drivers/net/ppp/pptp.c
10382 W:      http://sourceforge.net/projects/accel-pptp
10383
10384 PREEMPTIBLE KERNEL
10385 M:      Robert Love <rml@tech9.net>
10386 L:      kpreempt-tech@lists.sourceforge.net
10387 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10388 S:      Supported
10389 F:      Documentation/preempt-locking.txt
10390 F:      include/linux/preempt.h
10391
10392 PRINTK
10393 M:      Petr Mladek <pmladek@suse.com>
10394 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10395 R:      Steven Rostedt <rostedt@goodmis.org>
10396 S:      Maintained
10397 F:      kernel/printk/
10398 F:      include/linux/printk.h
10399
10400 PRISM54 WIRELESS DRIVER
10401 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
10402 L:      linux-wireless@vger.kernel.org
10403 W:      http://wireless.kernel.org/en/users/Drivers/p54
10404 S:      Obsolete
10405 F:      drivers/net/wireless/intersil/prism54/
10406
10407 PS3 NETWORK SUPPORT
10408 M:      Geoff Levand <geoff@infradead.org>
10409 L:      netdev@vger.kernel.org
10410 L:      linuxppc-dev@lists.ozlabs.org
10411 S:      Maintained
10412 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10413
10414 PS3 PLATFORM SUPPORT
10415 M:      Geoff Levand <geoff@infradead.org>
10416 L:      linuxppc-dev@lists.ozlabs.org
10417 S:      Maintained
10418 F:      arch/powerpc/boot/ps3*
10419 F:      arch/powerpc/include/asm/lv1call.h
10420 F:      arch/powerpc/include/asm/ps3*.h
10421 F:      arch/powerpc/platforms/ps3/
10422 F:      drivers/*/ps3*
10423 F:      drivers/ps3/
10424 F:      drivers/rtc/rtc-ps3.c
10425 F:      drivers/usb/host/*ps3.c
10426 F:      sound/ppc/snd_ps3*
10427
10428 PS3VRAM DRIVER
10429 M:      Jim Paris <jim@jtan.com>
10430 M:      Geoff Levand <geoff@infradead.org>
10431 L:      linuxppc-dev@lists.ozlabs.org
10432 S:      Maintained
10433 F:      drivers/block/ps3vram.c
10434
10435 PSAMPLE PACKET SAMPLING SUPPORT:
10436 M:      Yotam Gigi <yotamg@mellanox.com>
10437 S:      Maintained
10438 F:      net/psample
10439 F:      include/net/psample.h
10440 F:      include/uapi/linux/psample.h
10441
10442 PSTORE FILESYSTEM
10443 M:      Kees Cook <keescook@chromium.org>
10444 M:      Anton Vorontsov <anton@enomsg.org>
10445 M:      Colin Cross <ccross@android.com>
10446 M:      Tony Luck <tony.luck@intel.com>
10447 S:      Maintained
10448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10449 F:      fs/pstore/
10450 F:      include/linux/pstore*
10451 F:      drivers/firmware/efi/efi-pstore.c
10452 F:      drivers/acpi/apei/erst.c
10453 F:      Documentation/admin-guide/ramoops.rst
10454 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10455 K:      \b(pstore|ramoops)
10456
10457 PTP HARDWARE CLOCK SUPPORT
10458 M:      Richard Cochran <richardcochran@gmail.com>
10459 L:      netdev@vger.kernel.org
10460 S:      Maintained
10461 W:      http://linuxptp.sourceforge.net/
10462 F:      Documentation/ABI/testing/sysfs-ptp
10463 F:      Documentation/ptp/*
10464 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
10465 F:      drivers/net/phy/dp83640*
10466 F:      drivers/ptp/*
10467 F:      include/linux/ptp_cl*
10468
10469 PTRACE SUPPORT
10470 M:      Roland McGrath <roland@hack.frob.com>
10471 M:      Oleg Nesterov <oleg@redhat.com>
10472 S:      Maintained
10473 F:      include/asm-generic/syscall.h
10474 F:      include/linux/ptrace.h
10475 F:      include/linux/regset.h
10476 F:      include/linux/tracehook.h
10477 F:      include/uapi/linux/ptrace.h
10478 F:      kernel/ptrace.c
10479
10480 PULSE8-CEC DRIVER
10481 M:      Hans Verkuil <hverkuil@xs4all.nl>
10482 L:      linux-media@vger.kernel.org
10483 T:      git git://linuxtv.org/media_tree.git
10484 S:      Maintained
10485 F:      drivers/media/usb/pulse8-cec/*
10486
10487 PVRUSB2 VIDEO4LINUX DRIVER
10488 M:      Mike Isely <isely@pobox.com>
10489 L:      pvrusb2@isely.net       (subscribers-only)
10490 L:      linux-media@vger.kernel.org
10491 W:      http://www.isely.net/pvrusb2/
10492 T:      git git://linuxtv.org/media_tree.git
10493 S:      Maintained
10494 F:      Documentation/media/v4l-drivers/pvrusb2*
10495 F:      drivers/media/usb/pvrusb2/
10496
10497 PWC WEBCAM DRIVER
10498 M:      Hans Verkuil <hverkuil@xs4all.nl>
10499 L:      linux-media@vger.kernel.org
10500 T:      git git://linuxtv.org/media_tree.git
10501 S:      Odd Fixes
10502 F:      drivers/media/usb/pwc/*
10503
10504 PWM FAN DRIVER
10505 M:      Kamil Debski <kamil@wypas.org>
10506 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10507 L:      linux-hwmon@vger.kernel.org
10508 S:      Supported
10509 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10510 F:      Documentation/hwmon/pwm-fan
10511 F:      drivers/hwmon/pwm-fan.c
10512
10513 PWM SUBSYSTEM
10514 M:      Thierry Reding <thierry.reding@gmail.com>
10515 L:      linux-pwm@vger.kernel.org
10516 S:      Maintained
10517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10518 F:      Documentation/pwm.txt
10519 F:      Documentation/devicetree/bindings/pwm/
10520 F:      include/linux/pwm.h
10521 F:      drivers/pwm/
10522 F:      drivers/video/backlight/pwm_bl.c
10523 F:      include/linux/pwm_backlight.h
10524 F:      drivers/gpio/gpio-mvebu.c
10525 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10526
10527 PXA2xx/PXA3xx SUPPORT
10528 M:      Daniel Mack <daniel@zonque.org>
10529 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10530 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10532 T:      git git://github.com/hzhuang1/linux.git
10533 T:      git git://github.com/rjarzmik/linux.git
10534 S:      Maintained
10535 F:      arch/arm/boot/dts/pxa*
10536 F:      arch/arm/mach-pxa/
10537 F:      drivers/dma/pxa*
10538 F:      drivers/pcmcia/pxa2xx*
10539 F:      drivers/pinctrl/pxa/
10540 F:      drivers/spi/spi-pxa2xx*
10541 F:      drivers/usb/gadget/udc/pxa2*
10542 F:      include/sound/pxa2xx-lib.h
10543 F:      sound/arm/pxa*
10544 F:      sound/soc/pxa/
10545
10546 PXA GPIO DRIVER
10547 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10548 L:      linux-gpio@vger.kernel.org
10549 S:      Maintained
10550 F:      drivers/gpio/gpio-pxa.c
10551
10552 PXA3xx NAND FLASH DRIVER
10553 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10554 L:      linux-mtd@lists.infradead.org
10555 S:      Maintained
10556 F:      drivers/mtd/nand/pxa3xx_nand.c
10557
10558 MMP SUPPORT
10559 M:      Eric Miao <eric.y.miao@gmail.com>
10560 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10562 T:      git git://github.com/hzhuang1/linux.git
10563 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10564 S:      Maintained
10565 F:      arch/arm/boot/dts/mmp*
10566 F:      arch/arm/mach-mmp/
10567
10568 PXA MMCI DRIVER
10569 S:      Orphan
10570
10571 PXA RTC DRIVER
10572 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10573 L:      linux-rtc@vger.kernel.org
10574 S:      Maintained
10575
10576 QAT DRIVER
10577 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10578 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10579 L:      qat-linux@intel.com
10580 S:      Supported
10581 F:      drivers/crypto/qat/
10582
10583 QIB DRIVER
10584 M:      Mike Marciniszyn <infinipath@intel.com>
10585 L:      linux-rdma@vger.kernel.org
10586 S:      Supported
10587 F:      drivers/infiniband/hw/qib/
10588
10589 QLOGIC QLA1280 SCSI DRIVER
10590 M:      Michael Reed <mdr@sgi.com>
10591 L:      linux-scsi@vger.kernel.org
10592 S:      Maintained
10593 F:      drivers/scsi/qla1280.[ch]
10594
10595 QLOGIC QLA2XXX FC-SCSI DRIVER
10596 M:      qla2xxx-upstream@qlogic.com
10597 L:      linux-scsi@vger.kernel.org
10598 S:      Supported
10599 F:      Documentation/scsi/LICENSE.qla2xxx
10600 F:      drivers/scsi/qla2xxx/
10601
10602 QLOGIC QLA4XXX iSCSI DRIVER
10603 M:      QLogic-Storage-Upstream@qlogic.com
10604 L:      linux-scsi@vger.kernel.org
10605 S:      Supported
10606 F:      Documentation/scsi/LICENSE.qla4xxx
10607 F:      drivers/scsi/qla4xxx/
10608
10609 QLOGIC QLA3XXX NETWORK DRIVER
10610 M:      Dept-GELinuxNICDev@cavium.com
10611 L:      netdev@vger.kernel.org
10612 S:      Supported
10613 F:      Documentation/networking/LICENSE.qla3xxx
10614 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10615
10616 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10617 M:      Harish Patil <harish.patil@cavium.com>
10618 M:      Manish Chopra <manish.chopra@cavium.com>
10619 M:      Dept-GELinuxNICDev@cavium.com
10620 L:      netdev@vger.kernel.org
10621 S:      Supported
10622 F:      drivers/net/ethernet/qlogic/qlcnic/
10623
10624 QLOGIC QLGE 10Gb ETHERNET DRIVER
10625 M:      Harish Patil <harish.patil@cavium.com>
10626 M:      Manish Chopra <manish.chopra@cavium.com>
10627 M:      Dept-GELinuxNICDev@cavium.com
10628 L:      netdev@vger.kernel.org
10629 S:      Supported
10630 F:      drivers/net/ethernet/qlogic/qlge/
10631
10632 QLOGIC QL4xxx ETHERNET DRIVER
10633 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10634 M:      Ariel Elior <Ariel.Elior@cavium.com>
10635 M:      everest-linux-l2@cavium.com
10636 L:      netdev@vger.kernel.org
10637 S:      Supported
10638 F:      drivers/net/ethernet/qlogic/qed/
10639 F:      include/linux/qed/
10640 F:      drivers/net/ethernet/qlogic/qede/
10641
10642 QLOGIC QL41xxx ISCSI DRIVER
10643 M:      QLogic-Storage-Upstream@cavium.com
10644 L:      linux-scsi@vger.kernel.org
10645 S:      Supported
10646 F:      drivers/scsi/qedi/
10647
10648 QLOGIC QL41xxx FCOE DRIVER
10649 M:      QLogic-Storage-Upstream@cavium.com
10650 L:      linux-scsi@vger.kernel.org
10651 S:      Supported
10652 F:      drivers/scsi/qedf/
10653
10654 QNX4 FILESYSTEM
10655 M:      Anders Larsen <al@alarsen.net>
10656 W:      http://www.alarsen.net/linux/qnx4fs/
10657 S:      Maintained
10658 F:      fs/qnx4/
10659 F:      include/uapi/linux/qnx4_fs.h
10660 F:      include/uapi/linux/qnxtypes.h
10661
10662 QORIQ DPAA2 FSL-MC BUS DRIVER
10663 M:      Stuart Yoder <stuyoder@gmail.com>
10664 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
10665 L:      linux-kernel@vger.kernel.org
10666 S:      Maintained
10667 F:      drivers/staging/fsl-mc/
10668 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
10669
10670 QT1010 MEDIA DRIVER
10671 M:      Antti Palosaari <crope@iki.fi>
10672 L:      linux-media@vger.kernel.org
10673 W:      https://linuxtv.org
10674 W:      http://palosaari.fi/linux/
10675 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10676 T:      git git://linuxtv.org/anttip/media_tree.git
10677 S:      Maintained
10678 F:      drivers/media/tuners/qt1010*
10679
10680 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10681 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10682 L:      linux-wireless@vger.kernel.org
10683 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10684 S:      Supported
10685 F:      drivers/net/wireless/ath/ath9k/
10686
10687 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10688 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10689 L:      ath10k@lists.infradead.org
10690 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10692 S:      Supported
10693 F:      drivers/net/wireless/ath/ath10k/
10694
10695 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10696 M:      Timur Tabi <timur@codeaurora.org>
10697 L:      netdev@vger.kernel.org
10698 S:      Supported
10699 F:      drivers/net/ethernet/qualcomm/emac/
10700
10701 QUALCOMM HEXAGON ARCHITECTURE
10702 M:      Richard Kuo <rkuo@codeaurora.org>
10703 L:      linux-hexagon@vger.kernel.org
10704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10705 S:      Supported
10706 F:      arch/hexagon/
10707
10708 QUALCOMM WCN36XX WIRELESS DRIVER
10709 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10710 L:      wcn36xx@lists.infradead.org
10711 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10712 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10713 S:      Supported
10714 F:      drivers/net/wireless/ath/wcn36xx/
10715
10716 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10717 M:      Gabriel Somlo <somlo@cmu.edu>
10718 M:      "Michael S. Tsirkin" <mst@redhat.com>
10719 L:      qemu-devel@nongnu.org
10720 S:      Maintained
10721 F:      drivers/firmware/qemu_fw_cfg.c
10722
10723 QUANTENNA QTNFMAC WIRELESS DRIVER
10724 M:   Igor Mitsyanko <imitsyanko@quantenna.com>
10725 M:   Avinash Patil <avinashp@quantenna.com>
10726 M:   Sergey Matyukevich <smatyukevich@quantenna.com>
10727 L:   linux-wireless@vger.kernel.org
10728 S:   Maintained
10729 F:   drivers/net/wireless/quantenna
10730
10731 RADOS BLOCK DEVICE (RBD)
10732 M:      Ilya Dryomov <idryomov@gmail.com>
10733 M:      Sage Weil <sage@redhat.com>
10734 M:      Alex Elder <elder@kernel.org>
10735 L:      ceph-devel@vger.kernel.org
10736 W:      http://ceph.com/
10737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10738 T:      git git://github.com/ceph/ceph-client.git
10739 S:      Supported
10740 F:      Documentation/ABI/testing/sysfs-bus-rbd
10741 F:      drivers/block/rbd.c
10742 F:      drivers/block/rbd_types.h
10743
10744 RADEON FRAMEBUFFER DISPLAY DRIVER
10745 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10746 L:      linux-fbdev@vger.kernel.org
10747 S:      Maintained
10748 F:      drivers/video/fbdev/aty/radeon*
10749 F:      include/uapi/linux/radeonfb.h
10750
10751 RADIOSHARK RADIO DRIVER
10752 M:      Hans Verkuil <hverkuil@xs4all.nl>
10753 L:      linux-media@vger.kernel.org
10754 T:      git git://linuxtv.org/media_tree.git
10755 S:      Maintained
10756 F:      drivers/media/radio/radio-shark.c
10757
10758 RADIOSHARK2 RADIO DRIVER
10759 M:      Hans Verkuil <hverkuil@xs4all.nl>
10760 L:      linux-media@vger.kernel.org
10761 T:      git git://linuxtv.org/media_tree.git
10762 S:      Maintained
10763 F:      drivers/media/radio/radio-shark2.c
10764 F:      drivers/media/radio/radio-tea5777.c
10765
10766 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10767 M:      Paul Mackerras <paulus@samba.org>
10768 L:      linux-fbdev@vger.kernel.org
10769 S:      Maintained
10770 F:      drivers/video/fbdev/aty/aty128fb.c
10771
10772 RAINSHADOW-CEC DRIVER
10773 M:      Hans Verkuil <hverkuil@xs4all.nl>
10774 L:      linux-media@vger.kernel.org
10775 T:      git git://linuxtv.org/media_tree.git
10776 S:      Maintained
10777 F:      drivers/media/usb/rainshadow-cec/*
10778
10779 RALINK MIPS ARCHITECTURE
10780 M:      John Crispin <john@phrozen.org>
10781 L:      linux-mips@linux-mips.org
10782 S:      Maintained
10783 F:      arch/mips/ralink
10784
10785 RALINK RT2X00 WIRELESS LAN DRIVER
10786 P:      rt2x00 project
10787 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10788 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10789 L:      linux-wireless@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/net/wireless/ralink/rt2x00/
10792
10793 RAMDISK RAM BLOCK DEVICE DRIVER
10794 M:      Jens Axboe <axboe@kernel.dk>
10795 S:      Maintained
10796 F:      Documentation/blockdev/ramdisk.txt
10797 F:      drivers/block/brd.c
10798
10799 RANDOM NUMBER DRIVER
10800 M:      "Theodore Ts'o" <tytso@mit.edu>
10801 S:      Maintained
10802 F:      drivers/char/random.c
10803
10804 RAPIDIO SUBSYSTEM
10805 M:      Matt Porter <mporter@kernel.crashing.org>
10806 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10807 S:      Maintained
10808 F:      drivers/rapidio/
10809
10810 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10811 L:      linux-wireless@vger.kernel.org
10812 S:      Orphan
10813 F:      drivers/net/wireless/ray*
10814
10815 RCUTORTURE MODULE
10816 M:      Josh Triplett <josh@joshtriplett.org>
10817 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10818 L:      linux-kernel@vger.kernel.org
10819 S:      Supported
10820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10821 F:      Documentation/RCU/torture.txt
10822 F:      kernel/rcu/rcutorture.c
10823
10824 RCUTORTURE TEST FRAMEWORK
10825 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10826 M:      Josh Triplett <josh@joshtriplett.org>
10827 R:      Steven Rostedt <rostedt@goodmis.org>
10828 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10829 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10830 L:      linux-kernel@vger.kernel.org
10831 S:      Supported
10832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10833 F:      tools/testing/selftests/rcutorture
10834
10835 RDC R-321X SoC
10836 M:      Florian Fainelli <florian@openwrt.org>
10837 S:      Maintained
10838
10839 RDC R6040 FAST ETHERNET DRIVER
10840 M:      Florian Fainelli <f.fainelli@gmail.com>
10841 L:      netdev@vger.kernel.org
10842 S:      Maintained
10843 F:      drivers/net/ethernet/rdc/r6040.c
10844
10845 RDS - RELIABLE DATAGRAM SOCKETS
10846 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10847 L:      netdev@vger.kernel.org
10848 L:      linux-rdma@vger.kernel.org
10849 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10850 W:      https://oss.oracle.com/projects/rds/
10851 S:      Supported
10852 F:      net/rds/
10853 F:      Documentation/networking/rds.txt
10854
10855 RDMAVT - RDMA verbs software
10856 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10857 L:      linux-rdma@vger.kernel.org
10858 S:      Supported
10859 F:      drivers/infiniband/sw/rdmavt
10860
10861 RDT - RESOURCE ALLOCATION
10862 M:      Fenghua Yu <fenghua.yu@intel.com>
10863 L:      linux-kernel@vger.kernel.org
10864 S:      Supported
10865 F:      arch/x86/kernel/cpu/intel_rdt*
10866 F:      arch/x86/include/asm/intel_rdt*
10867 F:      Documentation/x86/intel_rdt*
10868
10869 READ-COPY UPDATE (RCU)
10870 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10871 M:      Josh Triplett <josh@joshtriplett.org>
10872 R:      Steven Rostedt <rostedt@goodmis.org>
10873 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10874 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10875 L:      linux-kernel@vger.kernel.org
10876 W:      http://www.rdrop.com/users/paulmck/RCU/
10877 S:      Supported
10878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10879 F:      Documentation/RCU/
10880 X:      Documentation/RCU/torture.txt
10881 F:      include/linux/rcu*
10882 X:      include/linux/srcu.h
10883 F:      kernel/rcu/
10884 X:      kernel/torture.c
10885
10886 REAL TIME CLOCK (RTC) SUBSYSTEM
10887 M:      Alessandro Zummo <a.zummo@towertech.it>
10888 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10889 L:      linux-rtc@vger.kernel.org
10890 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10892 S:      Maintained
10893 F:      Documentation/devicetree/bindings/rtc/
10894 F:      Documentation/rtc.txt
10895 F:      drivers/rtc/
10896 F:      include/linux/rtc.h
10897 F:      include/uapi/linux/rtc.h
10898 F:      include/linux/rtc/
10899 F:      include/linux/platform_data/rtc-*
10900 F:      tools/testing/selftests/timers/rtctest.c
10901
10902 REALTEK AUDIO CODECS
10903 M:      Bard Liao <bardliao@realtek.com>
10904 M:      Oder Chiou <oder_chiou@realtek.com>
10905 S:      Maintained
10906 F:      sound/soc/codecs/rt*
10907 F:      include/sound/rt*.h
10908
10909 REISERFS FILE SYSTEM
10910 L:      reiserfs-devel@vger.kernel.org
10911 S:      Supported
10912 F:      fs/reiserfs/
10913
10914 REGISTER MAP ABSTRACTION
10915 M:      Mark Brown <broonie@kernel.org>
10916 L:      linux-kernel@vger.kernel.org
10917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10918 S:      Supported
10919 F:      Documentation/devicetree/bindings/regmap/
10920 F:      drivers/base/regmap/
10921 F:      include/linux/regmap.h
10922
10923 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10924 M:      Ohad Ben-Cohen <ohad@wizery.com>
10925 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10926 L:      linux-remoteproc@vger.kernel.org
10927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10928 S:      Maintained
10929 F:      Documentation/devicetree/bindings/remoteproc/
10930 F:      Documentation/remoteproc.txt
10931 F:      drivers/remoteproc/
10932 F:      include/linux/remoteproc.h
10933
10934 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10935 M:      Ohad Ben-Cohen <ohad@wizery.com>
10936 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10937 L:      linux-remoteproc@vger.kernel.org
10938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10939 S:      Maintained
10940 F:      drivers/rpmsg/
10941 F:      Documentation/rpmsg.txt
10942 F:      include/linux/rpmsg.h
10943 F:      include/linux/rpmsg/
10944
10945 RENESAS CLOCK DRIVERS
10946 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10947 L:      linux-renesas-soc@vger.kernel.org
10948 S:      Supported
10949 F:      drivers/clk/renesas/
10950
10951 RENESAS ETHERNET DRIVERS
10952 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10953 L:      netdev@vger.kernel.org
10954 L:      linux-renesas-soc@vger.kernel.org
10955 F:      drivers/net/ethernet/renesas/
10956 F:      include/linux/sh_eth.h
10957
10958 RENESAS R-CAR GYROADC DRIVER
10959 M:      Marek Vasut <marek.vasut@gmail.com>
10960 L:      linux-iio@vger.kernel.org
10961 S:      Supported
10962 F:      drivers/iio/adc/rcar_gyro_adc.c
10963
10964 RENESAS USB PHY DRIVER
10965 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10966 L:      linux-renesas-soc@vger.kernel.org
10967 S:      Maintained
10968 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
10969
10970 RESET CONTROLLER FRAMEWORK
10971 M:      Philipp Zabel <p.zabel@pengutronix.de>
10972 T:      git git://git.pengutronix.de/git/pza/linux
10973 S:      Maintained
10974 F:      drivers/reset/
10975 F:      Documentation/devicetree/bindings/reset/
10976 F:      include/dt-bindings/reset/
10977 F:      include/linux/reset.h
10978 F:      include/linux/reset-controller.h
10979
10980 RFKILL
10981 M:      Johannes Berg <johannes@sipsolutions.net>
10982 L:      linux-wireless@vger.kernel.org
10983 W:      http://wireless.kernel.org/
10984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10986 S:      Maintained
10987 F:      Documentation/rfkill.txt
10988 F:      net/rfkill/
10989
10990 RHASHTABLE
10991 M:      Thomas Graf <tgraf@suug.ch>
10992 M:      Herbert Xu <herbert@gondor.apana.org.au>
10993 L:      netdev@vger.kernel.org
10994 S:      Maintained
10995 F:      lib/rhashtable.c
10996 F:      include/linux/rhashtable.h
10997
10998 RICOH SMARTMEDIA/XD DRIVER
10999 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11000 S:      Maintained
11001 F:      drivers/mtd/nand/r852.c
11002 F:      drivers/mtd/nand/r852.h
11003
11004 RICOH R5C592 MEMORYSTICK DRIVER
11005 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11006 S:      Maintained
11007 F:      drivers/memstick/host/r592.*
11008
11009 ROCCAT DRIVERS
11010 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
11011 W:      http://sourceforge.net/projects/roccat/
11012 S:      Maintained
11013 F:      drivers/hid/hid-roccat*
11014 F:      include/linux/hid-roccat*
11015 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
11016
11017 ROCKER DRIVER
11018 M:      Jiri Pirko <jiri@resnulli.us>
11019 L:      netdev@vger.kernel.org
11020 S:      Supported
11021 F:      drivers/net/ethernet/rocker/
11022
11023 ROCKETPORT DRIVER
11024 P:      Comtrol Corp.
11025 W:      http://www.comtrol.com
11026 S:      Maintained
11027 F:      Documentation/serial/rocket.txt
11028 F:      drivers/tty/rocket*
11029
11030 ROCKETPORT EXPRESS/INFINITY DRIVER
11031 M:      Kevin Cernekee <cernekee@gmail.com>
11032 L:      linux-serial@vger.kernel.org
11033 S:      Odd Fixes
11034 F:      drivers/tty/serial/rp2.*
11035
11036 ROSE NETWORK LAYER
11037 M:      Ralf Baechle <ralf@linux-mips.org>
11038 L:      linux-hams@vger.kernel.org
11039 W:      http://www.linux-ax25.org/
11040 S:      Maintained
11041 F:      include/net/rose.h
11042 F:      include/uapi/linux/rose.h
11043 F:      net/rose/
11044
11045 RTL2830 MEDIA DRIVER
11046 M:      Antti Palosaari <crope@iki.fi>
11047 L:      linux-media@vger.kernel.org
11048 W:      https://linuxtv.org
11049 W:      http://palosaari.fi/linux/
11050 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11051 T:      git git://linuxtv.org/anttip/media_tree.git
11052 S:      Maintained
11053 F:      drivers/media/dvb-frontends/rtl2830*
11054
11055 RTL2832 MEDIA DRIVER
11056 M:      Antti Palosaari <crope@iki.fi>
11057 L:      linux-media@vger.kernel.org
11058 W:      https://linuxtv.org
11059 W:      http://palosaari.fi/linux/
11060 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11061 T:      git git://linuxtv.org/anttip/media_tree.git
11062 S:      Maintained
11063 F:      drivers/media/dvb-frontends/rtl2832*
11064
11065 RTL2832_SDR MEDIA DRIVER
11066 M:      Antti Palosaari <crope@iki.fi>
11067 L:      linux-media@vger.kernel.org
11068 W:      https://linuxtv.org
11069 W:      http://palosaari.fi/linux/
11070 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11071 T:      git git://linuxtv.org/anttip/media_tree.git
11072 S:      Maintained
11073 F:      drivers/media/dvb-frontends/rtl2832_sdr*
11074
11075 RTL8180 WIRELESS DRIVER
11076 L:      linux-wireless@vger.kernel.org
11077 W:      http://wireless.kernel.org/
11078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11079 S:      Orphan
11080 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
11081
11082 RTL8187 WIRELESS DRIVER
11083 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11084 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
11085 M:      Larry Finger <Larry.Finger@lwfinger.net>
11086 L:      linux-wireless@vger.kernel.org
11087 W:      http://wireless.kernel.org/
11088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11089 S:      Maintained
11090 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
11091
11092 RTL8192CE WIRELESS DRIVER
11093 M:      Larry Finger <Larry.Finger@lwfinger.net>
11094 M:      Chaoming Li <chaoming_li@realsil.com.cn>
11095 L:      linux-wireless@vger.kernel.org
11096 W:      http://wireless.kernel.org/
11097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11098 S:      Maintained
11099 F:      drivers/net/wireless/realtek/rtlwifi/
11100 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11101
11102 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11103 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
11104 L:      linux-wireless@vger.kernel.org
11105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11106 S:      Maintained
11107 F:      drivers/net/wireless/realtek/rtl8xxxu/
11108
11109 S3 SAVAGE FRAMEBUFFER DRIVER
11110 M:      Antonino Daplas <adaplas@gmail.com>
11111 L:      linux-fbdev@vger.kernel.org
11112 S:      Maintained
11113 F:      drivers/video/fbdev/savage/
11114
11115 S390
11116 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
11117 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
11118 L:      linux-s390@vger.kernel.org
11119 W:      http://www.ibm.com/developerworks/linux/linux390/
11120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11121 S:      Supported
11122 F:      arch/s390/
11123 F:      drivers/s390/
11124 F:      Documentation/s390/
11125 F:      Documentation/driver-api/s390-drivers.rst
11126
11127 S390 COMMON I/O LAYER
11128 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
11129 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11130 L:      linux-s390@vger.kernel.org
11131 W:      http://www.ibm.com/developerworks/linux/linux390/
11132 S:      Supported
11133 F:      drivers/s390/cio/
11134
11135 S390 DASD DRIVER
11136 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
11137 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11138 L:      linux-s390@vger.kernel.org
11139 W:      http://www.ibm.com/developerworks/linux/linux390/
11140 S:      Supported
11141 F:      drivers/s390/block/dasd*
11142 F:      block/partitions/ibm.c
11143
11144 S390 NETWORK DRIVERS
11145 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
11146 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11147 L:      linux-s390@vger.kernel.org
11148 W:      http://www.ibm.com/developerworks/linux/linux390/
11149 S:      Supported
11150 F:      drivers/s390/net/
11151
11152 S390 PCI SUBSYSTEM
11153 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
11154 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11155 L:      linux-s390@vger.kernel.org
11156 W:      http://www.ibm.com/developerworks/linux/linux390/
11157 S:      Supported
11158 F:      arch/s390/pci/
11159 F:      drivers/pci/hotplug/s390_pci_hpc.c
11160
11161 S390 ZCRYPT DRIVER
11162 M:      Harald Freudenberger <freude@de.ibm.com>
11163 L:      linux-s390@vger.kernel.org
11164 W:      http://www.ibm.com/developerworks/linux/linux390/
11165 S:      Supported
11166 F:      drivers/s390/crypto/
11167
11168 S390 ZFCP DRIVER
11169 M:      Steffen Maier <maier@linux.vnet.ibm.com>
11170 L:      linux-s390@vger.kernel.org
11171 W:      http://www.ibm.com/developerworks/linux/linux390/
11172 S:      Supported
11173 F:      drivers/s390/scsi/zfcp_*
11174
11175 S390 IUCV NETWORK LAYER
11176 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
11177 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11178 L:      linux-s390@vger.kernel.org
11179 W:      http://www.ibm.com/developerworks/linux/linux390/
11180 S:      Supported
11181 F:      drivers/s390/net/*iucv*
11182 F:      include/net/iucv/
11183 F:      net/iucv/
11184
11185 S390 IOMMU (PCI)
11186 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11187 L:      linux-s390@vger.kernel.org
11188 W:      http://www.ibm.com/developerworks/linux/linux390/
11189 S:      Supported
11190 F:      drivers/iommu/s390-iommu.c
11191
11192 S390 VFIO-CCW DRIVER
11193 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11194 M:      Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11195 L:      linux-s390@vger.kernel.org
11196 L:      kvm@vger.kernel.org
11197 S:      Supported
11198 F:      drivers/s390/cio/vfio_ccw*
11199 F:      Documentation/s390/vfio-ccw.txt
11200 F:      include/uapi/linux/vfio_ccw.h
11201
11202 S3C24XX SD/MMC Driver
11203 M:      Ben Dooks <ben-linux@fluff.org>
11204 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11205 S:      Supported
11206 F:      drivers/mmc/host/s3cmci.*
11207
11208 SAA6588 RDS RECEIVER DRIVER
11209 M:      Hans Verkuil <hverkuil@xs4all.nl>
11210 L:      linux-media@vger.kernel.org
11211 T:      git git://linuxtv.org/media_tree.git
11212 W:      https://linuxtv.org
11213 S:      Odd Fixes
11214 F:      drivers/media/i2c/saa6588*
11215
11216 SAA7134 VIDEO4LINUX DRIVER
11217 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11218 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11219 L:      linux-media@vger.kernel.org
11220 W:      https://linuxtv.org
11221 T:      git git://linuxtv.org/media_tree.git
11222 S:      Odd fixes
11223 F:      Documentation/media/v4l-drivers/saa7134*
11224 F:      drivers/media/pci/saa7134/
11225
11226 SAA7146 VIDEO4LINUX-2 DRIVER
11227 M:      Hans Verkuil <hverkuil@xs4all.nl>
11228 L:      linux-media@vger.kernel.org
11229 T:      git git://linuxtv.org/media_tree.git
11230 S:      Maintained
11231 F:      drivers/media/common/saa7146/
11232 F:      drivers/media/pci/saa7146/
11233 F:      include/media/saa7146*
11234
11235 SAMSUNG LAPTOP DRIVER
11236 M:      Corentin Chary <corentin.chary@gmail.com>
11237 L:      platform-driver-x86@vger.kernel.org
11238 S:      Maintained
11239 F:      drivers/platform/x86/samsung-laptop.c
11240
11241 SAMSUNG AUDIO (ASoC) DRIVERS
11242 M:      Krzysztof Kozlowski <krzk@kernel.org>
11243 M:      Sangbeom Kim <sbkim73@samsung.com>
11244 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11245 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11246 S:      Supported
11247 F:      sound/soc/samsung/
11248
11249 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11250 M:      Krzysztof Kozlowski <krzk@kernel.org>
11251 L:      linux-crypto@vger.kernel.org
11252 L:      linux-samsung-soc@vger.kernel.org
11253 S:      Maintained
11254 F:      drivers/crypto/exynos-rng.c
11255 F:      Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11256
11257 SAMSUNG FRAMEBUFFER DRIVER
11258 M:      Jingoo Han <jingoohan1@gmail.com>
11259 L:      linux-fbdev@vger.kernel.org
11260 S:      Maintained
11261 F:      drivers/video/fbdev/s3c-fb.c
11262
11263 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11264 M:      Sangbeom Kim <sbkim73@samsung.com>
11265 M:      Krzysztof Kozlowski <krzk@kernel.org>
11266 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11267 L:      linux-kernel@vger.kernel.org
11268 L:      linux-samsung-soc@vger.kernel.org
11269 S:      Supported
11270 F:      drivers/mfd/sec*.c
11271 F:      drivers/regulator/s2m*.c
11272 F:      drivers/regulator/s5m*.c
11273 F:      drivers/clk/clk-s2mps11.c
11274 F:      drivers/rtc/rtc-s5m.c
11275 F:      include/linux/mfd/samsung/
11276 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11277 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11278 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11279 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11280
11281 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11282 M:      Krzysztof Kozlowski <krzk@kernel.org>
11283 M:      Vladimir Zapolskiy <vz@mleia.com>
11284 L:      linux-crypto@vger.kernel.org
11285 L:      linux-samsung-soc@vger.kernel.org
11286 S:      Maintained
11287 F:      drivers/crypto/s5p-sss.c
11288
11289 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11290 M:      Kyungmin Park <kyungmin.park@samsung.com>
11291 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11292 L:      linux-media@vger.kernel.org
11293 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
11294 S:      Supported
11295 F:      drivers/media/platform/exynos4-is/
11296
11297 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11298 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11299 L:      linux-media@vger.kernel.org
11300 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11301 S:      Maintained
11302 F:      drivers/media/platform/s3c-camif/
11303 F:      include/media/drv-intf/s3c_camif.h
11304
11305 SAMSUNG S5C73M3 CAMERA DRIVER
11306 M:      Kyungmin Park <kyungmin.park@samsung.com>
11307 M:      Andrzej Hajda <a.hajda@samsung.com>
11308 L:      linux-media@vger.kernel.org
11309 S:      Supported
11310 F:      drivers/media/i2c/s5c73m3/*
11311
11312 SAMSUNG S5K5BAF CAMERA DRIVER
11313 M:      Kyungmin Park <kyungmin.park@samsung.com>
11314 M:      Andrzej Hajda <a.hajda@samsung.com>
11315 L:      linux-media@vger.kernel.org
11316 S:      Supported
11317 F:      drivers/media/i2c/s5k5baf.c
11318
11319 SAMSUNG S3FWRN5 NFC DRIVER
11320 M:      Robert Baldyga <r.baldyga@samsung.com>
11321 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
11322 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
11323 S:      Supported
11324 F:      drivers/nfc/s3fwrn5
11325
11326 SAMSUNG SOC CLOCK DRIVERS
11327 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11328 M:      Tomasz Figa <tomasz.figa@gmail.com>
11329 M:      Chanwoo Choi <cw00.choi@samsung.com>
11330 S:      Supported
11331 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11332 F:      drivers/clk/samsung/
11333 F:      include/dt-bindings/clock/exynos*.h
11334 F:      Documentation/devicetree/bindings/clock/exynos*.txt
11335
11336 SAMSUNG SPI DRIVERS
11337 M:      Kukjin Kim <kgene@kernel.org>
11338 M:      Krzysztof Kozlowski <krzk@kernel.org>
11339 M:      Andi Shyti <andi.shyti@samsung.com>
11340 L:      linux-spi@vger.kernel.org
11341 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11342 S:      Maintained
11343 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
11344 F:      drivers/spi/spi-s3c*
11345 F:      include/linux/platform_data/spi-s3c64xx.h
11346
11347 SAMSUNG SXGBE DRIVERS
11348 M:      Byungho An <bh74.an@samsung.com>
11349 M:      Girish K S <ks.giri@samsung.com>
11350 M:      Vipul Pandya <vipul.pandya@samsung.com>
11351 S:      Supported
11352 L:      netdev@vger.kernel.org
11353 F:      drivers/net/ethernet/samsung/sxgbe/
11354
11355 SAMSUNG THERMAL DRIVER
11356 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11357 L:      linux-pm@vger.kernel.org
11358 L:      linux-samsung-soc@vger.kernel.org
11359 S:      Supported
11360 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
11361 F:      drivers/thermal/samsung/
11362
11363 SAMSUNG USB2 PHY DRIVER
11364 M:      Kamil Debski <kamil@wypas.org>
11365 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11366 L:      linux-kernel@vger.kernel.org
11367 S:      Supported
11368 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
11369 F:      Documentation/phy/samsung-usb2.txt
11370 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
11371 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
11372 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
11373 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
11374 F:      drivers/phy/samsung/phy-samsung-usb2.c
11375 F:      drivers/phy/samsung/phy-samsung-usb2.h
11376
11377 SERIAL DRIVERS
11378 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11379 L:      linux-serial@vger.kernel.org
11380 S:      Maintained
11381 F:      Documentation/devicetree/bindings/serial/
11382 F:      drivers/tty/serial/
11383
11384 SERIAL DEVICE BUS
11385 M:      Rob Herring <robh@kernel.org>
11386 L:      linux-serial@vger.kernel.org
11387 S:      Maintained
11388 F:      Documentation/devicetree/bindings/serial/slave-device.txt
11389 F:      drivers/tty/serdev/
11390 F:      include/linux/serdev.h
11391
11392 SERIAL IR RECEIVER
11393 M:      Sean Young <sean@mess.org>
11394 L:      linux-media@vger.kernel.org
11395 S:      Maintained
11396 F:      drivers/media/rc/serial_ir.c
11397
11398 STI CEC DRIVER
11399 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
11400 S:      Maintained
11401 F:      drivers/staging/media/st-cec/
11402 F:      Documentation/devicetree/bindings/media/stih-cec.txt
11403
11404 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11405 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11406 L:      linux-s390@vger.kernel.org
11407 W:      http://www.ibm.com/developerworks/linux/linux390/
11408 S:      Supported
11409 F:      net/smc/
11410
11411 SYNOPSYS DESIGNWARE DMAC DRIVER
11412 M:      Viresh Kumar <vireshk@kernel.org>
11413 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11414 S:      Maintained
11415 F:      include/linux/dma/dw.h
11416 F:      include/linux/platform_data/dma-dw.h
11417 F:      drivers/dma/dw/
11418
11419 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11420 M:      Jie Deng <jiedeng@synopsys.com>
11421 L:      netdev@vger.kernel.org
11422 S:      Supported
11423 F:      drivers/net/ethernet/synopsys/
11424
11425 SYNOPSYS DESIGNWARE I2C DRIVER
11426 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
11427 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11428 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
11429 L:      linux-i2c@vger.kernel.org
11430 S:      Maintained
11431 F:      drivers/i2c/busses/i2c-designware-*
11432 F:      include/linux/platform_data/i2c-designware.h
11433
11434 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11435 M:      Jaehoon Chung <jh80.chung@samsung.com>
11436 L:      linux-mmc@vger.kernel.org
11437 S:      Maintained
11438 F:      drivers/mmc/host/dw_mmc*
11439
11440 SYSTEM TRACE MODULE CLASS
11441 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
11442 S:      Maintained
11443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11444 F:      Documentation/trace/stm.txt
11445 F:      drivers/hwtracing/stm/
11446 F:      include/linux/stm.h
11447 F:      include/uapi/linux/stm.h
11448
11449 TEE SUBSYSTEM
11450 M:      Jens Wiklander <jens.wiklander@linaro.org>
11451 S:      Maintained
11452 F:      include/linux/tee_drv.h
11453 F:      include/uapi/linux/tee.h
11454 F:      drivers/tee/
11455 F:      Documentation/tee.txt
11456
11457 THUNDERBOLT DRIVER
11458 M:      Andreas Noever <andreas.noever@gmail.com>
11459 M:      Michael Jamet <michael.jamet@intel.com>
11460 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
11461 M:      Yehezkel Bernat <yehezkel.bernat@intel.com>
11462 S:      Maintained
11463 F:      drivers/thunderbolt/
11464
11465 TI BQ27XXX POWER SUPPLY DRIVER
11466 R:      Andrew F. Davis <afd@ti.com>
11467 F:      include/linux/power/bq27xxx_battery.h
11468 F:      drivers/power/supply/bq27xxx_battery.c
11469 F:      drivers/power/supply/bq27xxx_battery_i2c.c
11470
11471 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11472 M:      John Stultz <john.stultz@linaro.org>
11473 M:      Thomas Gleixner <tglx@linutronix.de>
11474 R:      Stephen Boyd <sboyd@codeaurora.org>
11475 L:      linux-kernel@vger.kernel.org
11476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11477 S:      Supported
11478 F:      include/linux/clocksource.h
11479 F:      include/linux/time.h
11480 F:      include/linux/timex.h
11481 F:      include/uapi/linux/time.h
11482 F:      include/uapi/linux/timex.h
11483 F:      kernel/time/clocksource.c
11484 F:      kernel/time/time*.c
11485 F:      kernel/time/alarmtimer.c
11486 F:      kernel/time/ntp.c
11487 F:      tools/testing/selftests/timers/
11488
11489 TI TRF7970A NFC DRIVER
11490 M:      Mark Greer <mgreer@animalcreek.com>
11491 L:      linux-wireless@vger.kernel.org
11492 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
11493 S:      Supported
11494 F:      drivers/nfc/trf7970a.c
11495 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
11496
11497 SC1200 WDT DRIVER
11498 M:      Zwane Mwaikambo <zwanem@gmail.com>
11499 S:      Maintained
11500 F:      drivers/watchdog/sc1200wdt.c
11501
11502 SCHEDULER
11503 M:      Ingo Molnar <mingo@redhat.com>
11504 M:      Peter Zijlstra <peterz@infradead.org>
11505 L:      linux-kernel@vger.kernel.org
11506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11507 S:      Maintained
11508 F:      kernel/sched/
11509 F:      include/linux/sched.h
11510 F:      include/uapi/linux/sched.h
11511 F:      include/linux/wait.h
11512
11513 SCORE ARCHITECTURE
11514 M:      Chen Liqin <liqin.linux@gmail.com>
11515 M:      Lennox Wu <lennox.wu@gmail.com>
11516 W:      http://www.sunplus.com
11517 S:      Supported
11518 F:      arch/score/
11519
11520 SCR24X CHIP CARD INTERFACE DRIVER
11521 M:      Lubomir Rintel <lkundrak@v3.sk>
11522 S:      Supported
11523 F:      drivers/char/pcmcia/scr24x_cs.c
11524
11525 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11526 M:      Sudeep Holla <sudeep.holla@arm.com>
11527 L:      linux-arm-kernel@lists.infradead.org
11528 S:      Maintained
11529 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
11530 F:      drivers/clk/clk-scpi.c
11531 F:      drivers/cpufreq/scpi-cpufreq.c
11532 F:      drivers/firmware/arm_scpi.c
11533 F:      include/linux/scpi_protocol.h
11534
11535 SCSI CDROM DRIVER
11536 M:      Jens Axboe <axboe@kernel.dk>
11537 L:      linux-scsi@vger.kernel.org
11538 W:      http://www.kernel.dk
11539 S:      Maintained
11540 F:      drivers/scsi/sr*
11541
11542 SCSI RDMA PROTOCOL (SRP) INITIATOR
11543 M:      Bart Van Assche <bart.vanassche@sandisk.com>
11544 L:      linux-rdma@vger.kernel.org
11545 S:      Supported
11546 W:      http://www.openfabrics.org
11547 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11549 F:      drivers/infiniband/ulp/srp/
11550 F:      include/scsi/srp.h
11551
11552 SCSI SG DRIVER
11553 M:      Doug Gilbert <dgilbert@interlog.com>
11554 L:      linux-scsi@vger.kernel.org
11555 W:      http://sg.danny.cz/sg
11556 S:      Maintained
11557 F:      Documentation/scsi/scsi-generic.txt
11558 F:      drivers/scsi/sg.c
11559 F:      include/scsi/sg.h
11560
11561 SCSI SUBSYSTEM
11562 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11564 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
11565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11566 L:      linux-scsi@vger.kernel.org
11567 S:      Maintained
11568 F:      Documentation/devicetree/bindings/scsi/
11569 F:      drivers/scsi/
11570 F:      include/scsi/
11571
11572 SCSI TAPE DRIVER
11573 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11574 L:      linux-scsi@vger.kernel.org
11575 S:      Maintained
11576 F:      Documentation/scsi/st.txt
11577 F:      drivers/scsi/st.*
11578 F:      drivers/scsi/st_*.h
11579
11580 SCTP PROTOCOL
11581 M:      Vlad Yasevich <vyasevich@gmail.com>
11582 M:      Neil Horman <nhorman@tuxdriver.com>
11583 L:      linux-sctp@vger.kernel.org
11584 W:      http://lksctp.sourceforge.net
11585 S:      Maintained
11586 F:      Documentation/networking/sctp.txt
11587 F:      include/linux/sctp.h
11588 F:      include/uapi/linux/sctp.h
11589 F:      include/net/sctp/
11590 F:      net/sctp/
11591
11592 SCx200 CPU SUPPORT
11593 M:      Jim Cromie <jim.cromie@gmail.com>
11594 S:      Odd Fixes
11595 F:      Documentation/i2c/busses/scx200_acb
11596 F:      arch/x86/platform/scx200/
11597 F:      drivers/watchdog/scx200_wdt.c
11598 F:      drivers/i2c/busses/scx200*
11599 F:      drivers/mtd/maps/scx200_docflash.c
11600 F:      include/linux/scx200.h
11601
11602 SCx200 GPIO DRIVER
11603 M:      Jim Cromie <jim.cromie@gmail.com>
11604 S:      Maintained
11605 F:      drivers/char/scx200_gpio.c
11606 F:      include/linux/scx200_gpio.h
11607
11608 SCx200 HRT CLOCKSOURCE DRIVER
11609 M:      Jim Cromie <jim.cromie@gmail.com>
11610 S:      Maintained
11611 F:      drivers/clocksource/scx200_hrt.c
11612
11613 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11614 M:      Sascha Sommer <saschasommer@freenet.de>
11615 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11616 S:      Maintained
11617 F:      drivers/mmc/host/sdricoh_cs.c
11618
11619 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11620 M:      Adrian Hunter <adrian.hunter@intel.com>
11621 L:      linux-mmc@vger.kernel.org
11622 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11623 S:      Maintained
11624 F:      drivers/mmc/host/sdhci*
11625 F:      include/linux/mmc/sdhci*
11626
11627 SECURE COMPUTING
11628 M:      Kees Cook <keescook@chromium.org>
11629 R:      Andy Lutomirski <luto@amacapital.net>
11630 R:      Will Drewry <wad@chromium.org>
11631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11632 S:      Supported
11633 F:      kernel/seccomp.c
11634 F:      include/uapi/linux/seccomp.h
11635 F:      include/linux/seccomp.h
11636 F:      tools/testing/selftests/seccomp/*
11637 F:      Documentation/userspace-api/seccomp_filter.rst
11638 K:      \bsecure_computing
11639 K:      \bTIF_SECCOMP\b
11640
11641 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11642 M:      Al Cooper <alcooperx@gmail.com>
11643 L:      linux-mmc@vger.kernel.org
11644 L:      bcm-kernel-feedback-list@broadcom.com
11645 S:      Maintained
11646 F:      drivers/mmc/host/sdhci-brcmstb*
11647
11648 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11649 M:      Ben Dooks <ben-linux@fluff.org>
11650 M:      Jaehoon Chung <jh80.chung@samsung.com>
11651 L:      linux-mmc@vger.kernel.org
11652 S:      Maintained
11653 F:      drivers/mmc/host/sdhci-s3c*
11654
11655 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11656 M:      Viresh Kumar <vireshk@kernel.org>
11657 L:      linux-mmc@vger.kernel.org
11658 S:      Maintained
11659 F:      drivers/mmc/host/sdhci-spear.c
11660
11661 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11662 M:      Scott Bauer <scott.bauer@intel.com>
11663 M:      Jonathan Derrick <jonathan.derrick@intel.com>
11664 M:      Rafael Antognolli <rafael.antognolli@intel.com>
11665 L:      linux-block@vger.kernel.org
11666 S:      Supported
11667 F:      block/sed*
11668 F:      block/opal_proto.h
11669 F:      include/linux/sed*
11670 F:      include/uapi/linux/sed*
11671
11672 SECURITY SUBSYSTEM
11673 M:      James Morris <james.l.morris@oracle.com>
11674 M:      "Serge E. Hallyn" <serge@hallyn.com>
11675 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11677 W:      http://kernsec.org/
11678 S:      Supported
11679 F:      security/
11680
11681 SECURITY CONTACT
11682 M:      Security Officers <security@kernel.org>
11683 S:      Supported
11684
11685 SELINUX SECURITY MODULE
11686 M:      Paul Moore <paul@paul-moore.com>
11687 M:      Stephen Smalley <sds@tycho.nsa.gov>
11688 M:      Eric Paris <eparis@parisplace.org>
11689 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11690 W:      http://selinuxproject.org
11691 T:      git git://git.infradead.org/users/pcmoore/selinux
11692 S:      Supported
11693 F:      include/linux/selinux*
11694 F:      security/selinux/
11695 F:      scripts/selinux/
11696 F:      Documentation/admin-guide/LSM/SELinux.rst
11697
11698 APPARMOR SECURITY MODULE
11699 M:      John Johansen <john.johansen@canonical.com>
11700 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11701 W:      apparmor.wiki.kernel.org
11702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11703 S:      Supported
11704 F:      security/apparmor/
11705 F:      Documentation/admin-guide/LSM/apparmor.rst
11706
11707 LOADPIN SECURITY MODULE
11708 M:      Kees Cook <keescook@chromium.org>
11709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11710 S:      Supported
11711 F:      security/loadpin/
11712 F:      Documentation/admin-guide/LSM/LoadPin.rst
11713
11714 YAMA SECURITY MODULE
11715 M:      Kees Cook <keescook@chromium.org>
11716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11717 S:      Supported
11718 F:      security/yama/
11719 F:      Documentation/admin-guide/LSM/Yama.rst
11720
11721 SENSABLE PHANTOM
11722 M:      Jiri Slaby <jirislaby@gmail.com>
11723 S:      Maintained
11724 F:      drivers/misc/phantom.c
11725 F:      include/uapi/linux/phantom.h
11726
11727 Emulex 10Gbps iSCSI - OneConnect DRIVER
11728 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11729 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11730 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11731 L:      linux-scsi@vger.kernel.org
11732 W:      http://www.broadcom.com
11733 S:      Supported
11734 F:      drivers/scsi/be2iscsi/
11735
11736 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11737 M:      Sathya Perla <sathya.perla@broadcom.com>
11738 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11739 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11740 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11741 L:      netdev@vger.kernel.org
11742 W:      http://www.emulex.com
11743 S:      Supported
11744 F:      drivers/net/ethernet/emulex/benet/
11745
11746 EMULEX ONECONNECT ROCE DRIVER
11747 M:      Selvin Xavier <selvin.xavier@broadcom.com>
11748 M:      Devesh Sharma <devesh.sharma@broadcom.com>
11749 L:      linux-rdma@vger.kernel.org
11750 W:      http://www.broadcom.com
11751 S:      Odd Fixes
11752 F:      drivers/infiniband/hw/ocrdma/
11753 F:      include/uapi/rdma/ocrdma-abi.h
11754
11755 SFC NETWORK DRIVER
11756 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11757 M:      Edward Cree <ecree@solarflare.com>
11758 M:      Bert Kenward <bkenward@solarflare.com>
11759 L:      netdev@vger.kernel.org
11760 S:      Supported
11761 F:      drivers/net/ethernet/sfc/
11762
11763 SGI GRU DRIVER
11764 M:      Dimitri Sivanich <sivanich@sgi.com>
11765 S:      Maintained
11766 F:      drivers/misc/sgi-gru/
11767
11768 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11769 M:      Pat Gefre <pfg@sgi.com>
11770 L:      linux-ia64@vger.kernel.org
11771 S:      Supported
11772 F:      Documentation/ia64/serial.txt
11773 F:      drivers/tty/serial/ioc?_serial.c
11774 F:      include/linux/ioc?.h
11775
11776 SGI XP/XPC/XPNET DRIVER
11777 M:      Cliff Whickman <cpw@sgi.com>
11778 M:      Robin Holt <robinmholt@gmail.com>
11779 S:      Maintained
11780 F:      drivers/misc/sgi-xp/
11781
11782 SI2157 MEDIA DRIVER
11783 M:      Antti Palosaari <crope@iki.fi>
11784 L:      linux-media@vger.kernel.org
11785 W:      https://linuxtv.org
11786 W:      http://palosaari.fi/linux/
11787 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11788 T:      git git://linuxtv.org/anttip/media_tree.git
11789 S:      Maintained
11790 F:      drivers/media/tuners/si2157*
11791
11792 SI2168 MEDIA DRIVER
11793 M:      Antti Palosaari <crope@iki.fi>
11794 L:      linux-media@vger.kernel.org
11795 W:      https://linuxtv.org
11796 W:      http://palosaari.fi/linux/
11797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11798 T:      git git://linuxtv.org/anttip/media_tree.git
11799 S:      Maintained
11800 F:      drivers/media/dvb-frontends/si2168*
11801
11802 SI470X FM RADIO RECEIVER I2C DRIVER
11803 M:      Hans Verkuil <hverkuil@xs4all.nl>
11804 L:      linux-media@vger.kernel.org
11805 T:      git git://linuxtv.org/media_tree.git
11806 W:      https://linuxtv.org
11807 S:      Odd Fixes
11808 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11809
11810 SI470X FM RADIO RECEIVER USB DRIVER
11811 M:      Hans Verkuil <hverkuil@xs4all.nl>
11812 L:      linux-media@vger.kernel.org
11813 T:      git git://linuxtv.org/media_tree.git
11814 W:      https://linuxtv.org
11815 S:      Maintained
11816 F:      drivers/media/radio/si470x/radio-si470x-common.c
11817 F:      drivers/media/radio/si470x/radio-si470x.h
11818 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11819
11820 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11821 M:      Eduardo Valentin <edubezval@gmail.com>
11822 L:      linux-media@vger.kernel.org
11823 T:      git git://linuxtv.org/media_tree.git
11824 W:      https://linuxtv.org
11825 S:      Odd Fixes
11826 F:      drivers/media/radio/si4713/si4713.?
11827
11828 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11829 M:      Eduardo Valentin <edubezval@gmail.com>
11830 L:      linux-media@vger.kernel.org
11831 T:      git git://linuxtv.org/media_tree.git
11832 W:      https://linuxtv.org
11833 S:      Odd Fixes
11834 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11835
11836 SI4713 FM RADIO TRANSMITTER USB DRIVER
11837 M:      Hans Verkuil <hverkuil@xs4all.nl>
11838 L:      linux-media@vger.kernel.org
11839 T:      git git://linuxtv.org/media_tree.git
11840 W:      https://linuxtv.org
11841 S:      Maintained
11842 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11843
11844 SIANO DVB DRIVER
11845 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11846 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11847 L:      linux-media@vger.kernel.org
11848 W:      https://linuxtv.org
11849 T:      git git://linuxtv.org/media_tree.git
11850 S:      Odd fixes
11851 F:      drivers/media/common/siano/
11852 F:      drivers/media/usb/siano/
11853 F:      drivers/media/usb/siano/
11854 F:      drivers/media/mmc/siano/
11855
11856 SILEAD TOUCHSCREEN DRIVER
11857 M:      Hans de Goede <hdegoede@redhat.com>
11858 L:      linux-input@vger.kernel.org
11859 L:      platform-driver-x86@vger.kernel.org
11860 S:      Maintained
11861 F:      drivers/input/touchscreen/silead.c
11862 F:      drivers/platform/x86/silead_dmi.c
11863
11864 SIMPLEFB FB DRIVER
11865 M:      Hans de Goede <hdegoede@redhat.com>
11866 L:      linux-fbdev@vger.kernel.org
11867 S:      Maintained
11868 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11869 F:      drivers/video/fbdev/simplefb.c
11870 F:      include/linux/platform_data/simplefb.h
11871
11872 SH_VEU V4L2 MEM2MEM DRIVER
11873 L:      linux-media@vger.kernel.org
11874 S:      Orphan
11875 F:      drivers/media/platform/sh_veu.c
11876
11877 SH_VOU V4L2 OUTPUT DRIVER
11878 L:      linux-media@vger.kernel.org
11879 S:      Orphan
11880 F:      drivers/media/platform/sh_vou.c
11881 F:      include/media/drv-intf/sh_vou.h
11882
11883 SIMPLE FIRMWARE INTERFACE (SFI)
11884 M:      Len Brown <lenb@kernel.org>
11885 L:      sfi-devel@simplefirmware.org
11886 W:      http://simplefirmware.org/
11887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11888 S:      Supported
11889 F:      arch/x86/platform/sfi/
11890 F:      drivers/sfi/
11891 F:      include/linux/sfi*.h
11892
11893 SIMTEC EB110ATX (Chalice CATS)
11894 P:      Ben Dooks
11895 P:      Vincent Sanders <vince@simtec.co.uk>
11896 M:      Simtec Linux Team <linux@simtec.co.uk>
11897 W:      http://www.simtec.co.uk/products/EB110ATX/
11898 S:      Supported
11899
11900 SIMTEC EB2410ITX (BAST)
11901 P:      Ben Dooks
11902 P:      Vincent Sanders <vince@simtec.co.uk>
11903 M:      Simtec Linux Team <linux@simtec.co.uk>
11904 W:      http://www.simtec.co.uk/products/EB2410ITX/
11905 S:      Supported
11906 F:      arch/arm/mach-s3c24xx/mach-bast.c
11907 F:      arch/arm/mach-s3c24xx/bast-ide.c
11908 F:      arch/arm/mach-s3c24xx/bast-irq.c
11909
11910 SIPHASH PRF ROUTINES
11911 M:      Jason A. Donenfeld <Jason@zx2c4.com>
11912 S:      Maintained
11913 F:      lib/siphash.c
11914 F:      lib/test_siphash.c
11915 F:      include/linux/siphash.h
11916
11917 TI DAVINCI MACHINE SUPPORT
11918 M:      Sekhar Nori <nsekhar@ti.com>
11919 M:      Kevin Hilman <khilman@kernel.org>
11920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11922 S:      Supported
11923 F:      arch/arm/mach-davinci/
11924 F:      drivers/i2c/busses/i2c-davinci.c
11925 F:      arch/arm/boot/dts/da850*
11926
11927 TI DAVINCI SERIES MEDIA DRIVER
11928 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11929 L:      linux-media@vger.kernel.org
11930 W:      https://linuxtv.org
11931 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11932 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11933 S:      Maintained
11934 F:      drivers/media/platform/davinci/
11935 F:      include/media/davinci/
11936
11937 TI AM437X VPFE DRIVER
11938 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11939 L:      linux-media@vger.kernel.org
11940 W:      https://linuxtv.org
11941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11942 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11943 S:      Maintained
11944 F:      drivers/media/platform/am437x/
11945
11946 OV2659 OMNIVISION SENSOR DRIVER
11947 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11948 L:      linux-media@vger.kernel.org
11949 W:      https://linuxtv.org
11950 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11951 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11952 S:      Maintained
11953 F:      drivers/media/i2c/ov2659.c
11954 F:      include/media/i2c/ov2659.h
11955
11956 SILICON MOTION SM712 FRAME BUFFER DRIVER
11957 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11958 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11959 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11960 L:      linux-fbdev@vger.kernel.org
11961 S:      Maintained
11962 F:      drivers/video/fbdev/sm712*
11963 F:      Documentation/fb/sm712fb.txt
11964
11965 SIS 190 ETHERNET DRIVER
11966 M:      Francois Romieu <romieu@fr.zoreil.com>
11967 L:      netdev@vger.kernel.org
11968 S:      Maintained
11969 F:      drivers/net/ethernet/sis/sis190.c
11970
11971 SIS 900/7016 FAST ETHERNET DRIVER
11972 M:      Daniele Venzano <venza@brownhat.org>
11973 W:      http://www.brownhat.org/sis900.html
11974 L:      netdev@vger.kernel.org
11975 S:      Maintained
11976 F:      drivers/net/ethernet/sis/sis900.*
11977
11978 SIS FRAMEBUFFER DRIVER
11979 M:      Thomas Winischhofer <thomas@winischhofer.net>
11980 W:      http://www.winischhofer.net/linuxsisvga.shtml
11981 S:      Maintained
11982 F:      Documentation/fb/sisfb.txt
11983 F:      drivers/video/fbdev/sis/
11984 F:      include/video/sisfb.h
11985
11986 SIS USB2VGA DRIVER
11987 M:      Thomas Winischhofer <thomas@winischhofer.net>
11988 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11989 S:      Maintained
11990 F:      drivers/usb/misc/sisusbvga/
11991
11992 SLAB ALLOCATOR
11993 M:      Christoph Lameter <cl@linux.com>
11994 M:      Pekka Enberg <penberg@kernel.org>
11995 M:      David Rientjes <rientjes@google.com>
11996 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11997 M:      Andrew Morton <akpm@linux-foundation.org>
11998 L:      linux-mm@kvack.org
11999 S:      Maintained
12000 F:      include/linux/sl?b*.h
12001 F:      mm/sl?b*
12002
12003 SLEEPABLE READ-COPY UPDATE (SRCU)
12004 M:      Lai Jiangshan <jiangshanlai@gmail.com>
12005 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12006 M:      Josh Triplett <josh@joshtriplett.org>
12007 R:      Steven Rostedt <rostedt@goodmis.org>
12008 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12009 L:      linux-kernel@vger.kernel.org
12010 W:      http://www.rdrop.com/users/paulmck/RCU/
12011 S:      Supported
12012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12013 F:      include/linux/srcu.h
12014 F:      kernel/rcu/srcu.c
12015
12016 SMACK SECURITY MODULE
12017 M:      Casey Schaufler <casey@schaufler-ca.com>
12018 L:      linux-security-module@vger.kernel.org
12019 W:      http://schaufler-ca.com
12020 T:      git git://github.com/cschaufler/smack-next
12021 S:      Maintained
12022 F:      Documentation/admin-guide/LSM/Smack.rst
12023 F:      security/smack/
12024
12025 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
12026 M:      Kevin Hilman <khilman@kernel.org>
12027 M:      Nishanth Menon <nm@ti.com>
12028 S:      Maintained
12029 F:      drivers/power/avs/
12030 F:      include/linux/power/smartreflex.h
12031 L:      linux-pm@vger.kernel.org
12032
12033 SMC91x ETHERNET DRIVER
12034 M:      Nicolas Pitre <nico@fluxnic.net>
12035 S:      Odd Fixes
12036 F:      drivers/net/ethernet/smsc/smc91x.*
12037
12038 SMIA AND SMIA++ IMAGE SENSOR DRIVER
12039 M:      Sakari Ailus <sakari.ailus@iki.fi>
12040 L:      linux-media@vger.kernel.org
12041 S:      Maintained
12042 F:      drivers/media/i2c/smiapp/
12043 F:      include/media/i2c/smiapp.h
12044 F:      drivers/media/i2c/smiapp-pll.c
12045 F:      drivers/media/i2c/smiapp-pll.h
12046 F:      include/uapi/linux/smiapp.h
12047 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12048
12049 SMM665 HARDWARE MONITOR DRIVER
12050 M:      Guenter Roeck <linux@roeck-us.net>
12051 L:      linux-hwmon@vger.kernel.org
12052 S:      Maintained
12053 F:      Documentation/hwmon/smm665
12054 F:      drivers/hwmon/smm665.c
12055
12056 SMSC EMC2103 HARDWARE MONITOR DRIVER
12057 M:      Steve Glendinning <steve.glendinning@shawell.net>
12058 L:      linux-hwmon@vger.kernel.org
12059 S:      Maintained
12060 F:      Documentation/hwmon/emc2103
12061 F:      drivers/hwmon/emc2103.c
12062
12063 SMSC SCH5627 HARDWARE MONITOR DRIVER
12064 M:      Hans de Goede <hdegoede@redhat.com>
12065 L:      linux-hwmon@vger.kernel.org
12066 S:      Supported
12067 F:      Documentation/hwmon/sch5627
12068 F:      drivers/hwmon/sch5627.c
12069
12070 SMSC47B397 HARDWARE MONITOR DRIVER
12071 M:      Jean Delvare <jdelvare@suse.com>
12072 L:      linux-hwmon@vger.kernel.org
12073 S:      Maintained
12074 F:      Documentation/hwmon/smsc47b397
12075 F:      drivers/hwmon/smsc47b397.c
12076
12077 SMSC911x ETHERNET DRIVER
12078 M:      Steve Glendinning <steve.glendinning@shawell.net>
12079 L:      netdev@vger.kernel.org
12080 S:      Maintained
12081 F:      include/linux/smsc911x.h
12082 F:      drivers/net/ethernet/smsc/smsc911x.*
12083
12084 SMSC9420 PCI ETHERNET DRIVER
12085 M:      Steve Glendinning <steve.glendinning@shawell.net>
12086 L:      netdev@vger.kernel.org
12087 S:      Maintained
12088 F:      drivers/net/ethernet/smsc/smsc9420.*
12089
12090 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12091 M:      Steve Glendinning <steve.glendinning@shawell.net>
12092 L:      linux-fbdev@vger.kernel.org
12093 S:      Maintained
12094 F:      drivers/video/fbdev/smscufx.c
12095
12096 SOC-CAMERA V4L2 SUBSYSTEM
12097 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12098 L:      linux-media@vger.kernel.org
12099 T:      git git://linuxtv.org/media_tree.git
12100 S:      Maintained
12101 F:      include/media/soc*
12102 F:      drivers/media/i2c/soc_camera/
12103 F:      drivers/media/platform/soc_camera/
12104
12105 SOEKRIS NET48XX LED SUPPORT
12106 M:      Chris Boot <bootc@bootc.net>
12107 S:      Maintained
12108 F:      drivers/leds/leds-net48xx.c
12109
12110 SOFTLOGIC 6x10 MPEG CODEC
12111 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12112 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12113 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
12114 M:      Ismael Luceno <ismael@iodev.co.uk>
12115 L:      linux-media@vger.kernel.org
12116 S:      Supported
12117 F:      drivers/media/pci/solo6x10/
12118
12119 SOFTWARE RAID (Multiple Disks) SUPPORT
12120 M:      Shaohua Li <shli@kernel.org>
12121 L:      linux-raid@vger.kernel.org
12122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12123 S:      Supported
12124 F:      drivers/md/
12125 F:      include/linux/raid/
12126 F:      include/uapi/linux/raid/
12127
12128 SONIC NETWORK DRIVER
12129 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12130 L:      netdev@vger.kernel.org
12131 S:      Maintained
12132 F:      drivers/net/ethernet/natsemi/sonic.*
12133
12134 SONICS SILICON BACKPLANE DRIVER (SSB)
12135 M:      Michael Buesch <m@bues.ch>
12136 L:      linux-wireless@vger.kernel.org
12137 S:      Maintained
12138 F:      drivers/ssb/
12139 F:      include/linux/ssb/
12140
12141 SONY VAIO CONTROL DEVICE DRIVER
12142 M:      Mattia Dongili <malattia@linux.it>
12143 L:      platform-driver-x86@vger.kernel.org
12144 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12145 S:      Maintained
12146 F:      Documentation/laptops/sony-laptop.txt
12147 F:      drivers/char/sonypi.c
12148 F:      drivers/platform/x86/sony-laptop.c
12149 F:      include/linux/sony-laptop.h
12150
12151 SONY MEMORYSTICK CARD SUPPORT
12152 M:      Alex Dubov <oakad@yahoo.com>
12153 W:      http://tifmxx.berlios.de/
12154 S:      Maintained
12155 F:      drivers/memstick/host/tifm_ms.c
12156
12157 SONY MEMORYSTICK STANDARD SUPPORT
12158 M:      Maxim Levitsky <maximlevitsky@gmail.com>
12159 S:      Maintained
12160 F:      drivers/memstick/core/ms_block.*
12161
12162 SOUND
12163 M:      Jaroslav Kysela <perex@perex.cz>
12164 M:      Takashi Iwai <tiwai@suse.com>
12165 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12166 W:      http://www.alsa-project.org/
12167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12168 T:      git git://git.alsa-project.org/alsa-kernel.git
12169 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
12170 S:      Maintained
12171 F:      Documentation/sound/
12172 F:      include/sound/
12173 F:      include/uapi/sound/
12174 F:      sound/
12175
12176 SOUND - COMPRESSED AUDIO
12177 M:      Vinod Koul <vinod.koul@intel.com>
12178 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12180 S:      Supported
12181 F:      Documentation/sound/alsa/compress_offload.txt
12182 F:      include/sound/compress_driver.h
12183 F:      include/uapi/sound/compress_*
12184 F:      sound/core/compress_offload.c
12185 F:      sound/soc/soc-compress.c
12186
12187 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12188 M:      Liam Girdwood <lgirdwood@gmail.com>
12189 M:      Mark Brown <broonie@kernel.org>
12190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12191 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12192 W:      http://alsa-project.org/main/index.php/ASoC
12193 S:      Supported
12194 F:      Documentation/devicetree/bindings/sound/
12195 F:      Documentation/sound/alsa/soc/
12196 F:      sound/soc/
12197 F:      include/sound/soc*
12198
12199 SOUND - DMAENGINE HELPERS
12200 M:      Lars-Peter Clausen <lars@metafoo.de>
12201 S:      Supported
12202 F:      include/sound/dmaengine_pcm.h
12203 F:      sound/core/pcm_dmaengine.c
12204 F:      sound/soc/soc-generic-dmaengine-pcm.c
12205
12206 SP2 MEDIA DRIVER
12207 M:      Olli Salonen <olli.salonen@iki.fi>
12208 L:      linux-media@vger.kernel.org
12209 W:      https://linuxtv.org
12210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12211 S:      Maintained
12212 F:      drivers/media/dvb-frontends/sp2*
12213
12214 SPARC + UltraSPARC (sparc/sparc64)
12215 M:      "David S. Miller" <davem@davemloft.net>
12216 L:      sparclinux@vger.kernel.org
12217 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
12218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12220 S:      Maintained
12221 F:      arch/sparc/
12222 F:      drivers/sbus/
12223
12224 SPARC SERIAL DRIVERS
12225 M:      "David S. Miller" <davem@davemloft.net>
12226 L:      sparclinux@vger.kernel.org
12227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12229 S:      Maintained
12230 F:      include/linux/sunserialcore.h
12231 F:      drivers/tty/serial/suncore.c
12232 F:      drivers/tty/serial/sunhv.c
12233 F:      drivers/tty/serial/sunsab.c
12234 F:      drivers/tty/serial/sunsab.h
12235 F:      drivers/tty/serial/sunsu.c
12236 F:      drivers/tty/serial/sunzilog.c
12237 F:      drivers/tty/serial/sunzilog.h
12238
12239 SPARSE CHECKER
12240 M:      "Christopher Li" <sparse@chrisli.org>
12241 L:      linux-sparse@vger.kernel.org
12242 W:      https://sparse.wiki.kernel.org/
12243 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12244 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12245 S:      Maintained
12246 F:      include/linux/compiler.h
12247
12248 SPEAR PLATFORM SUPPORT
12249 M:      Viresh Kumar <vireshk@kernel.org>
12250 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12251 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12252 W:      http://www.st.com/spear
12253 S:      Maintained
12254 F:      arch/arm/boot/dts/spear*
12255 F:      arch/arm/mach-spear/
12256
12257 SPEAR CLOCK FRAMEWORK SUPPORT
12258 M:      Viresh Kumar <vireshk@kernel.org>
12259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12260 W:      http://www.st.com/spear
12261 S:      Maintained
12262 F:      drivers/clk/spear/
12263
12264 SPI NOR SUBSYSTEM
12265 M:      Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12266 M:      Marek Vasut <marek.vasut@gmail.com>
12267 L:      linux-mtd@lists.infradead.org
12268 W:      http://www.linux-mtd.infradead.org/
12269 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
12270 T:      git git://github.com/spi-nor/linux.git
12271 S:      Maintained
12272 F:      drivers/mtd/spi-nor/
12273 F:      include/linux/mtd/spi-nor.h
12274
12275 SPI SUBSYSTEM
12276 M:      Mark Brown <broonie@kernel.org>
12277 L:      linux-spi@vger.kernel.org
12278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12279 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
12280 S:      Maintained
12281 F:      Documentation/devicetree/bindings/spi/
12282 F:      Documentation/spi/
12283 F:      drivers/spi/
12284 F:      include/linux/spi/
12285 F:      include/uapi/linux/spi/
12286 F:      tools/spi/
12287
12288 SPIDERNET NETWORK DRIVER for CELL
12289 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12290 L:      netdev@vger.kernel.org
12291 S:      Supported
12292 F:      Documentation/networking/spider_net.txt
12293 F:      drivers/net/ethernet/toshiba/spider_net*
12294
12295 SPU FILE SYSTEM
12296 M:      Jeremy Kerr <jk@ozlabs.org>
12297 L:      linuxppc-dev@lists.ozlabs.org
12298 W:      http://www.ibm.com/developerworks/power/cell/
12299 S:      Supported
12300 F:      Documentation/filesystems/spufs.txt
12301 F:      arch/powerpc/platforms/cell/spufs/
12302
12303 SQUASHFS FILE SYSTEM
12304 M:      Phillip Lougher <phillip@squashfs.org.uk>
12305 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
12306 W:      http://squashfs.org.uk
12307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12308 S:      Maintained
12309 F:      Documentation/filesystems/squashfs.txt
12310 F:      fs/squashfs/
12311
12312 SRM (Alpha) environment access
12313 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
12314 S:      Maintained
12315 F:      arch/alpha/kernel/srm_env.c
12316
12317 STABLE BRANCH
12318 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12319 L:      stable@vger.kernel.org
12320 S:      Supported
12321 F:      Documentation/process/stable-kernel-rules.rst
12322
12323 STAGING SUBSYSTEM
12324 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12326 L:      devel@driverdev.osuosl.org
12327 S:      Supported
12328 F:      drivers/staging/
12329
12330 STAGING - COMEDI
12331 M:      Ian Abbott <abbotti@mev.co.uk>
12332 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
12333 S:      Odd Fixes
12334 F:      drivers/staging/comedi/
12335
12336 STAGING - FLARION FT1000 DRIVERS
12337 M:      Marek Belisko <marek.belisko@gmail.com>
12338 S:      Odd Fixes
12339 F:      drivers/staging/ft1000/
12340
12341 STAGING - INDUSTRIAL IO
12342 M:      Jonathan Cameron <jic23@kernel.org>
12343 L:      linux-iio@vger.kernel.org
12344 S:      Odd Fixes
12345 F:      Documentation/devicetree/bindings/staging/iio/
12346 F:      drivers/staging/iio/
12347
12348 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12349 M:      Jarod Wilson <jarod@wilsonet.com>
12350 W:      http://www.lirc.org/
12351 S:      Odd Fixes
12352 F:      drivers/staging/media/lirc/
12353
12354 STAGING - LUSTRE PARALLEL FILESYSTEM
12355 M:      Oleg Drokin <oleg.drokin@intel.com>
12356 M:      Andreas Dilger <andreas.dilger@intel.com>
12357 M:      James Simmons <jsimmons@infradead.org>
12358 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
12359 W:      http://wiki.lustre.org/
12360 S:      Maintained
12361 F:      drivers/staging/lustre
12362
12363 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12364 M:      Marc Dietrich <marvin24@gmx.de>
12365 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
12366 L:      linux-tegra@vger.kernel.org
12367 S:      Maintained
12368 F:      drivers/staging/nvec/
12369
12370 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12371 M:      Jens Frederich <jfrederich@gmail.com>
12372 M:      Daniel Drake <dsd@laptop.org>
12373 M:      Jon Nettleton <jon.nettleton@gmail.com>
12374 W:      http://wiki.laptop.org/go/DCON
12375 S:      Maintained
12376 F:      drivers/staging/olpc_dcon/
12377
12378 STAGING - REALTEK RTL8712U DRIVERS
12379 M:      Larry Finger <Larry.Finger@lwfinger.net>
12380 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12381 S:      Odd Fixes
12382 F:      drivers/staging/rtl8712/
12383
12384 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12385 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12386 M:      Teddy Wang <teddy.wang@siliconmotion.com>
12387 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12388 L:      linux-fbdev@vger.kernel.org
12389 S:      Maintained
12390 F:      drivers/staging/sm750fb/
12391
12392 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12393 M:      William Hubbs <w.d.hubbs@gmail.com>
12394 M:      Chris Brannon <chris@the-brannons.com>
12395 M:      Kirk Reiser <kirk@reisers.ca>
12396 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
12397 L:      speakup@linux-speakup.org
12398 W:      http://www.linux-speakup.org/
12399 S:      Odd Fixes
12400 F:      drivers/staging/speakup/
12401
12402 STAGING - VIA VT665X DRIVERS
12403 M:      Forest Bond <forest@alittletooquiet.net>
12404 S:      Odd Fixes
12405 F:      drivers/staging/vt665?/
12406
12407 STAGING - WILC1000 WIFI DRIVER
12408 M:      Aditya Shankar <aditya.shankar@microchip.com>
12409 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
12410 L:      linux-wireless@vger.kernel.org
12411 S:      Supported
12412 F:      drivers/staging/wilc1000/
12413
12414 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12415 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
12416 S:      Odd Fixes
12417 F:      drivers/staging/xgifb/
12418
12419 STARFIRE/DURALAN NETWORK DRIVER
12420 M:      Ion Badulescu <ionut@badula.org>
12421 S:      Odd Fixes
12422 F:      drivers/net/ethernet/adaptec/starfire*
12423
12424 SUN3/3X
12425 M:      Sam Creasey <sammy@sammy.net>
12426 W:      http://sammy.net/sun3/
12427 S:      Maintained
12428 F:      arch/m68k/kernel/*sun3*
12429 F:      arch/m68k/sun3*/
12430 F:      arch/m68k/include/asm/sun3*
12431 F:      drivers/net/ethernet/i825xx/sun3*
12432
12433 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12434 M:      Hans de Goede <hdegoede@redhat.com>
12435 L:      linux-input@vger.kernel.org
12436 S:      Maintained
12437 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12438 F:      drivers/input/keyboard/sun4i-lradc-keys.c
12439
12440 SUNDANCE NETWORK DRIVER
12441 M:      Denis Kirjanov <kda@linux-powerpc.org>
12442 L:      netdev@vger.kernel.org
12443 S:      Maintained
12444 F:      drivers/net/ethernet/dlink/sundance.c
12445
12446 SUPERH
12447 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
12448 M:      Rich Felker <dalias@libc.org>
12449 L:      linux-sh@vger.kernel.org
12450 Q:      http://patchwork.kernel.org/project/linux-sh/list/
12451 S:      Maintained
12452 F:      Documentation/sh/
12453 F:      arch/sh/
12454 F:      drivers/sh/
12455
12456 SUSPEND TO RAM
12457 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
12458 M:      Len Brown <len.brown@intel.com>
12459 M:      Pavel Machek <pavel@ucw.cz>
12460 L:      linux-pm@vger.kernel.org
12461 B:      https://bugzilla.kernel.org
12462 S:      Supported
12463 F:      Documentation/power/
12464 F:      arch/x86/kernel/acpi/
12465 F:      drivers/base/power/
12466 F:      kernel/power/
12467 F:      include/linux/suspend.h
12468 F:      include/linux/freezer.h
12469 F:      include/linux/pm.h
12470
12471 SVGA HANDLING
12472 M:      Martin Mares <mj@ucw.cz>
12473 L:      linux-video@atrey.karlin.mff.cuni.cz
12474 S:      Maintained
12475 F:      Documentation/svga.txt
12476 F:      arch/x86/boot/video*
12477
12478 SWIOTLB SUBSYSTEM
12479 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12480 L:      linux-kernel@vger.kernel.org
12481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12482 S:      Supported
12483 F:      lib/swiotlb.c
12484 F:      arch/*/kernel/pci-swiotlb.c
12485 F:      include/linux/swiotlb.h
12486
12487 SWITCHDEV
12488 M:      Jiri Pirko <jiri@resnulli.us>
12489 M:      Ivan Vecera <ivecera@redhat.com>
12490 L:      netdev@vger.kernel.org
12491 S:      Supported
12492 F:      net/switchdev/
12493 F:      include/net/switchdev.h
12494
12495 SYNOPSYS ARC ARCHITECTURE
12496 M:      Vineet Gupta <vgupta@synopsys.com>
12497 L:      linux-snps-arc@lists.infradead.org
12498 S:      Supported
12499 F:      arch/arc/
12500 F:      Documentation/devicetree/bindings/arc/*
12501 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12502 F:      drivers/clocksource/arc_timer.c
12503 F:      drivers/tty/serial/arc_uart.c
12504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12505
12506 SYNOPSYS ARC SDP platform support
12507 M:      Alexey Brodkin <abrodkin@synopsys.com>
12508 S:      Supported
12509 F:      arch/arc/plat-axs10x
12510 F:      arch/arc/boot/dts/ax*
12511 F:      Documentation/devicetree/bindings/arc/axs10*
12512
12513 SYSTEM CONFIGURATION (SYSCON)
12514 M:      Lee Jones <lee.jones@linaro.org>
12515 M:      Arnd Bergmann <arnd@arndb.de>
12516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12517 S:      Supported
12518 F:      drivers/mfd/syscon.c
12519
12520 SYSTEM RESET/SHUTDOWN DRIVERS
12521 M:      Sebastian Reichel <sre@kernel.org>
12522 L:      linux-pm@vger.kernel.org
12523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12524 S:      Maintained
12525 F:      Documentation/devicetree/bindings/power/reset/
12526 F:      drivers/power/reset/
12527
12528 SYSV FILESYSTEM
12529 M:      Christoph Hellwig <hch@infradead.org>
12530 S:      Maintained
12531 F:      Documentation/filesystems/sysv-fs.txt
12532 F:      fs/sysv/
12533 F:      include/linux/sysv_fs.h
12534
12535 TARGET SUBSYSTEM
12536 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12537 L:      linux-scsi@vger.kernel.org
12538 L:      target-devel@vger.kernel.org
12539 W:      http://www.linux-iscsi.org
12540 W:      http://groups.google.com/group/linux-iscsi-target-dev
12541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12542 S:      Supported
12543 F:      drivers/target/
12544 F:      include/target/
12545 F:      Documentation/target/
12546
12547 TASKSTATS STATISTICS INTERFACE
12548 M:      Balbir Singh <bsingharora@gmail.com>
12549 S:      Maintained
12550 F:      Documentation/accounting/taskstats*
12551 F:      include/linux/taskstats*
12552 F:      kernel/taskstats.c
12553
12554 TC subsystem
12555 M:      Jamal Hadi Salim <jhs@mojatatu.com>
12556 M:      Cong Wang <xiyou.wangcong@gmail.com>
12557 M:      Jiri Pirko <jiri@resnulli.us>
12558 L:      netdev@vger.kernel.org
12559 S:      Maintained
12560 F:      include/net/pkt_cls.h
12561 F:      include/net/pkt_sched.h
12562 F:      include/net/tc_act/
12563 F:      include/uapi/linux/pkt_cls.h
12564 F:      include/uapi/linux/pkt_sched.h
12565 F:      include/uapi/linux/tc_act/
12566 F:      include/uapi/linux/tc_ematch/
12567 F:      net/sched/
12568
12569 TCP LOW PRIORITY MODULE
12570 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12571 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12572 W:      http://tcp-lp-mod.sourceforge.net/
12573 S:      Maintained
12574 F:      net/ipv4/tcp_lp.c
12575
12576 TDA10071 MEDIA DRIVER
12577 M:      Antti Palosaari <crope@iki.fi>
12578 L:      linux-media@vger.kernel.org
12579 W:      https://linuxtv.org
12580 W:      http://palosaari.fi/linux/
12581 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12582 T:      git git://linuxtv.org/anttip/media_tree.git
12583 S:      Maintained
12584 F:      drivers/media/dvb-frontends/tda10071*
12585
12586 TDA18212 MEDIA DRIVER
12587 M:      Antti Palosaari <crope@iki.fi>
12588 L:      linux-media@vger.kernel.org
12589 W:      https://linuxtv.org
12590 W:      http://palosaari.fi/linux/
12591 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12592 T:      git git://linuxtv.org/anttip/media_tree.git
12593 S:      Maintained
12594 F:      drivers/media/tuners/tda18212*
12595
12596 TDA18218 MEDIA DRIVER
12597 M:      Antti Palosaari <crope@iki.fi>
12598 L:      linux-media@vger.kernel.org
12599 W:      https://linuxtv.org
12600 W:      http://palosaari.fi/linux/
12601 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12602 T:      git git://linuxtv.org/anttip/media_tree.git
12603 S:      Maintained
12604 F:      drivers/media/tuners/tda18218*
12605
12606 TDA18271 MEDIA DRIVER
12607 M:      Michael Krufky <mkrufky@linuxtv.org>
12608 L:      linux-media@vger.kernel.org
12609 W:      https://linuxtv.org
12610 W:      http://github.com/mkrufky
12611 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12612 T:      git git://linuxtv.org/mkrufky/tuners.git
12613 S:      Maintained
12614 F:      drivers/media/tuners/tda18271*
12615
12616 TDA827x MEDIA DRIVER
12617 M:      Michael Krufky <mkrufky@linuxtv.org>
12618 L:      linux-media@vger.kernel.org
12619 W:      https://linuxtv.org
12620 W:      http://github.com/mkrufky
12621 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12622 T:      git git://linuxtv.org/mkrufky/tuners.git
12623 S:      Maintained
12624 F:      drivers/media/tuners/tda8290.*
12625
12626 TDA8290 MEDIA DRIVER
12627 M:      Michael Krufky <mkrufky@linuxtv.org>
12628 L:      linux-media@vger.kernel.org
12629 W:      https://linuxtv.org
12630 W:      http://github.com/mkrufky
12631 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12632 T:      git git://linuxtv.org/mkrufky/tuners.git
12633 S:      Maintained
12634 F:      drivers/media/tuners/tda8290.*
12635
12636 TDA9840 MEDIA DRIVER
12637 M:      Hans Verkuil <hverkuil@xs4all.nl>
12638 L:      linux-media@vger.kernel.org
12639 T:      git git://linuxtv.org/media_tree.git
12640 W:      https://linuxtv.org
12641 S:      Maintained
12642 F:      drivers/media/i2c/tda9840*
12643
12644 TEA5761 TUNER DRIVER
12645 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12646 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12647 L:      linux-media@vger.kernel.org
12648 W:      https://linuxtv.org
12649 T:      git git://linuxtv.org/media_tree.git
12650 S:      Odd fixes
12651 F:      drivers/media/tuners/tea5761.*
12652
12653 TEA5767 TUNER DRIVER
12654 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12655 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12656 L:      linux-media@vger.kernel.org
12657 W:      https://linuxtv.org
12658 T:      git git://linuxtv.org/media_tree.git
12659 S:      Maintained
12660 F:      drivers/media/tuners/tea5767.*
12661
12662 TEA6415C MEDIA DRIVER
12663 M:      Hans Verkuil <hverkuil@xs4all.nl>
12664 L:      linux-media@vger.kernel.org
12665 T:      git git://linuxtv.org/media_tree.git
12666 W:      https://linuxtv.org
12667 S:      Maintained
12668 F:      drivers/media/i2c/tea6415c*
12669
12670 TEA6420 MEDIA DRIVER
12671 M:      Hans Verkuil <hverkuil@xs4all.nl>
12672 L:      linux-media@vger.kernel.org
12673 T:      git git://linuxtv.org/media_tree.git
12674 W:      https://linuxtv.org
12675 S:      Maintained
12676 F:      drivers/media/i2c/tea6420*
12677
12678 TEAM DRIVER
12679 M:      Jiri Pirko <jiri@resnulli.us>
12680 L:      netdev@vger.kernel.org
12681 S:      Supported
12682 F:      drivers/net/team/
12683 F:      include/linux/if_team.h
12684 F:      include/uapi/linux/if_team.h
12685
12686 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12687 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12688 S:      Maintained
12689 F:      arch/x86/platform/ts5500/
12690
12691 TECHNOTREND USB IR RECEIVER
12692 M:      Sean Young <sean@mess.org>
12693 L:      linux-media@vger.kernel.org
12694 S:      Maintained
12695 F:      drivers/media/rc/ttusbir.c
12696
12697 TEGRA ARCHITECTURE SUPPORT
12698 M:      Thierry Reding <thierry.reding@gmail.com>
12699 M:      Jonathan Hunter <jonathanh@nvidia.com>
12700 L:      linux-tegra@vger.kernel.org
12701 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12703 S:      Supported
12704 N:      [^a-z]tegra
12705
12706 TEGRA CLOCK DRIVER
12707 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12708 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12709 S:      Supported
12710 F:      drivers/clk/tegra/
12711
12712 TEGRA DMA DRIVERS
12713 M:      Laxman Dewangan <ldewangan@nvidia.com>
12714 M:      Jon Hunter <jonathanh@nvidia.com>
12715 S:      Supported
12716 F:      drivers/dma/tegra*
12717
12718 TEGRA I2C DRIVER
12719 M:      Laxman Dewangan <ldewangan@nvidia.com>
12720 S:      Supported
12721 F:      drivers/i2c/busses/i2c-tegra.c
12722
12723 TEGRA IOMMU DRIVERS
12724 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12725 S:      Supported
12726 F:      drivers/iommu/tegra*
12727
12728 TEGRA KBC DRIVER
12729 M:      Rakesh Iyer <riyer@nvidia.com>
12730 M:      Laxman Dewangan <ldewangan@nvidia.com>
12731 S:      Supported
12732 F:      drivers/input/keyboard/tegra-kbc.c
12733
12734 TEGRA PWM DRIVER
12735 M:      Thierry Reding <thierry.reding@gmail.com>
12736 S:      Supported
12737 F:      drivers/pwm/pwm-tegra.c
12738
12739 TEGRA SERIAL DRIVER
12740 M:      Laxman Dewangan <ldewangan@nvidia.com>
12741 S:      Supported
12742 F:      drivers/tty/serial/serial-tegra.c
12743
12744 TEGRA SPI DRIVER
12745 M:      Laxman Dewangan <ldewangan@nvidia.com>
12746 S:      Supported
12747 F:      drivers/spi/spi-tegra*
12748
12749 TEHUTI ETHERNET DRIVER
12750 M:      Andy Gospodarek <andy@greyhouse.net>
12751 L:      netdev@vger.kernel.org
12752 S:      Supported
12753 F:      drivers/net/ethernet/tehuti/*
12754
12755 Telecom Clock Driver for MCPL0010
12756 M:      Mark Gross <mark.gross@intel.com>
12757 S:      Supported
12758 F:      drivers/char/tlclk.c
12759
12760 TENSILICA XTENSA PORT (xtensa)
12761 M:      Chris Zankel <chris@zankel.net>
12762 M:      Max Filippov <jcmvbkbc@gmail.com>
12763 L:      linux-xtensa@linux-xtensa.org
12764 T:      git git://github.com/czankel/xtensa-linux.git
12765 S:      Maintained
12766 F:      arch/xtensa/
12767 F:      drivers/irqchip/irq-xtensa-*
12768
12769 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12770 M:      Nishanth Menon <nm@ti.com>
12771 M:      Tero Kristo <t-kristo@ti.com>
12772 M:      Santosh Shilimkar <ssantosh@kernel.org>
12773 L:      linux-arm-kernel@lists.infradead.org
12774 S:      Maintained
12775 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12776 F:      drivers/firmware/ti_sci*
12777 F:      include/linux/soc/ti/ti_sci_protocol.h
12778 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
12779 F:      include/dt-bindings/genpd/k2g.h
12780 F:      drivers/soc/ti/ti_sci_pm_domains.c
12781 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
12782 F:      drivers/reset/reset-ti-sci.c
12783
12784 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12785 M:      Hans Verkuil <hverkuil@xs4all.nl>
12786 L:      linux-media@vger.kernel.org
12787 T:      git git://linuxtv.org/media_tree.git
12788 W:      https://linuxtv.org
12789 S:      Maintained
12790 F:      drivers/media/radio/radio-raremono.c
12791
12792 THERMAL
12793 M:      Zhang Rui <rui.zhang@intel.com>
12794 M:      Eduardo Valentin <edubezval@gmail.com>
12795 L:      linux-pm@vger.kernel.org
12796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12798 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12799 S:      Supported
12800 F:      drivers/thermal/
12801 F:      include/linux/thermal.h
12802 F:      include/uapi/linux/thermal.h
12803 F:      include/linux/cpu_cooling.h
12804 F:      Documentation/devicetree/bindings/thermal/
12805
12806 THERMAL/CPU_COOLING
12807 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12808 M:      Viresh Kumar <viresh.kumar@linaro.org>
12809 M:      Javi Merino <javi.merino@kernel.org>
12810 L:      linux-pm@vger.kernel.org
12811 S:      Supported
12812 F:      Documentation/thermal/cpu-cooling-api.txt
12813 F:      drivers/thermal/cpu_cooling.c
12814 F:      include/linux/cpu_cooling.h
12815
12816 THINKPAD ACPI EXTRAS DRIVER
12817 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12818 L:      ibm-acpi-devel@lists.sourceforge.net
12819 L:      platform-driver-x86@vger.kernel.org
12820 W:      http://ibm-acpi.sourceforge.net
12821 W:      http://thinkwiki.org/wiki/Ibm-acpi
12822 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12823 S:      Maintained
12824 F:      drivers/platform/x86/thinkpad_acpi.c
12825
12826 TI BANDGAP AND THERMAL DRIVER
12827 M:      Eduardo Valentin <edubezval@gmail.com>
12828 M:      Keerthy <j-keerthy@ti.com>
12829 L:      linux-pm@vger.kernel.org
12830 L:      linux-omap@vger.kernel.org
12831 S:      Maintained
12832 F:      drivers/thermal/ti-soc-thermal/
12833
12834 TI VPE/CAL DRIVERS
12835 M:      Benoit Parrot <bparrot@ti.com>
12836 L:      linux-media@vger.kernel.org
12837 W:      http://linuxtv.org/
12838 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12839 S:      Maintained
12840 F:      drivers/media/platform/ti-vpe/
12841
12842 TI CDCE706 CLOCK DRIVER
12843 M:      Max Filippov <jcmvbkbc@gmail.com>
12844 S:      Maintained
12845 F:      drivers/clk/clk-cdce706.c
12846
12847 TI CLOCK DRIVER
12848 M:      Tero Kristo <t-kristo@ti.com>
12849 L:      linux-omap@vger.kernel.org
12850 S:      Maintained
12851 F:      drivers/clk/ti/
12852 F:      include/linux/clk/ti.h
12853
12854 TI ETHERNET SWITCH DRIVER (CPSW)
12855 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12856 L:      linux-omap@vger.kernel.org
12857 L:      netdev@vger.kernel.org
12858 S:      Maintained
12859 F:      drivers/net/ethernet/ti/cpsw*
12860 F:      drivers/net/ethernet/ti/davinci*
12861
12862 TI FLASH MEDIA INTERFACE DRIVER
12863 M:      Alex Dubov <oakad@yahoo.com>
12864 S:      Maintained
12865 F:      drivers/misc/tifm*
12866 F:      drivers/mmc/host/tifm_sd.c
12867 F:      include/linux/tifm.h
12868
12869 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12870 M:      Santosh Shilimkar <ssantosh@kernel.org>
12871 L:      linux-kernel@vger.kernel.org
12872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12873 S:      Maintained
12874 F:      drivers/soc/ti/*
12875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12876
12877
12878 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12879 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12880 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12881 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12882 S:      Maintained
12883 F:      sound/soc/codecs/lm49453*
12884 F:      sound/soc/codecs/isabelle*
12885
12886 TI LP855x BACKLIGHT DRIVER
12887 M:      Milo Kim <milo.kim@ti.com>
12888 S:      Maintained
12889 F:      Documentation/backlight/lp855x-driver.txt
12890 F:      drivers/video/backlight/lp855x_bl.c
12891 F:      include/linux/platform_data/lp855x.h
12892
12893 TI LP8727 CHARGER DRIVER
12894 M:      Milo Kim <milo.kim@ti.com>
12895 S:      Maintained
12896 F:      drivers/power/supply/lp8727_charger.c
12897 F:      include/linux/platform_data/lp8727.h
12898
12899 TI LP8788 MFD DRIVER
12900 M:      Milo Kim <milo.kim@ti.com>
12901 S:      Maintained
12902 F:      drivers/iio/adc/lp8788_adc.c
12903 F:      drivers/leds/leds-lp8788.c
12904 F:      drivers/mfd/lp8788*.c
12905 F:      drivers/power/supply/lp8788-charger.c
12906 F:      drivers/regulator/lp8788-*.c
12907 F:      include/linux/mfd/lp8788*.h
12908
12909 TI NETCP ETHERNET DRIVER
12910 M:      Wingman Kwok <w-kwok2@ti.com>
12911 M:      Murali Karicheri <m-karicheri2@ti.com>
12912 L:      netdev@vger.kernel.org
12913 S:      Maintained
12914 F:      drivers/net/ethernet/ti/netcp*
12915
12916 TI TAS571X FAMILY ASoC CODEC DRIVER
12917 M:      Kevin Cernekee <cernekee@chromium.org>
12918 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12919 S:      Odd Fixes
12920 F:      sound/soc/codecs/tas571x*
12921
12922 TI TWL4030 SERIES SOC CODEC DRIVER
12923 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12924 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12925 S:      Maintained
12926 F:      sound/soc/codecs/twl4030*
12927
12928 TI WILINK WIRELESS DRIVERS
12929 L:      linux-wireless@vger.kernel.org
12930 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12931 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12933 S:      Orphan
12934 F:      drivers/net/wireless/ti/
12935 F:      include/linux/wl12xx.h
12936
12937 TIPC NETWORK LAYER
12938 M:      Jon Maloy <jon.maloy@ericsson.com>
12939 M:      Ying Xue <ying.xue@windriver.com>
12940 L:      netdev@vger.kernel.org (core kernel code)
12941 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12942 W:      http://tipc.sourceforge.net/
12943 S:      Maintained
12944 F:      include/uapi/linux/tipc*.h
12945 F:      net/tipc/
12946
12947 TILE ARCHITECTURE
12948 M:      Chris Metcalf <cmetcalf@mellanox.com>
12949 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12951 S:      Supported
12952 F:      arch/tile/
12953 F:      drivers/char/tile-srom.c
12954 F:      drivers/edac/tile_edac.c
12955 F:      drivers/net/ethernet/tile/
12956 F:      drivers/rtc/rtc-tile.c
12957 F:      drivers/tty/hvc/hvc_tile.c
12958 F:      drivers/tty/serial/tilegx.c
12959 F:      drivers/usb/host/*-tilegx.c
12960 F:      include/linux/usb/tilegx.h
12961
12962 TLAN NETWORK DRIVER
12963 M:      Samuel Chessman <chessman@tux.org>
12964 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12965 W:      http://sourceforge.net/projects/tlan/
12966 S:      Maintained
12967 F:      Documentation/networking/tlan.txt
12968 F:      drivers/net/ethernet/ti/tlan.*
12969
12970 TOMOYO SECURITY MODULE
12971 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12972 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12973 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12974 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12975 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12976 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12977 W:      http://tomoyo.sourceforge.jp/
12978 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12979 S:      Maintained
12980 F:      security/tomoyo/
12981
12982 TOPSTAR LAPTOP EXTRAS DRIVER
12983 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12984 L:      platform-driver-x86@vger.kernel.org
12985 S:      Maintained
12986 F:      drivers/platform/x86/topstar-laptop.c
12987
12988 TOSHIBA ACPI EXTRAS DRIVER
12989 M:      Azael Avalos <coproscefalo@gmail.com>
12990 L:      platform-driver-x86@vger.kernel.org
12991 S:      Maintained
12992 F:      drivers/platform/x86/toshiba_acpi.c
12993
12994 TOSHIBA BLUETOOTH DRIVER
12995 M:      Azael Avalos <coproscefalo@gmail.com>
12996 L:      platform-driver-x86@vger.kernel.org
12997 S:      Maintained
12998 F:      drivers/platform/x86/toshiba_bluetooth.c
12999
13000 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13001 M:      Azael Avalos <coproscefalo@gmail.com>
13002 L:      platform-driver-x86@vger.kernel.org
13003 S:      Maintained
13004 F:      drivers/platform/x86/toshiba_haps.c
13005
13006 TOSHIBA WMI HOTKEYS DRIVER
13007 M:      Azael Avalos <coproscefalo@gmail.com>
13008 L:      platform-driver-x86@vger.kernel.org
13009 S:      Maintained
13010 F:      drivers/platform/x86/toshiba-wmi.c
13011
13012 TOSHIBA SMM DRIVER
13013 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
13014 W:      http://www.buzzard.org.uk/toshiba/
13015 S:      Maintained
13016 F:      drivers/char/toshiba.c
13017 F:      include/linux/toshiba.h
13018 F:      include/uapi/linux/toshiba.h
13019
13020 TOSHIBA TC358743 DRIVER
13021 M:      Mats Randgaard <matrandg@cisco.com>
13022 L:      linux-media@vger.kernel.org
13023 S:      Maintained
13024 F:      drivers/media/i2c/tc358743*
13025 F:      include/media/i2c/tc358743.h
13026
13027 TMIO/SDHI MMC DRIVER
13028 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
13029 L:      linux-mmc@vger.kernel.org
13030 S:      Supported
13031 F:      drivers/mmc/host/tmio_mmc*
13032 F:      drivers/mmc/host/renesas_sdhi*
13033 F:      include/linux/mfd/tmio.h
13034
13035 TMP401 HARDWARE MONITOR DRIVER
13036 M:      Guenter Roeck <linux@roeck-us.net>
13037 L:      linux-hwmon@vger.kernel.org
13038 S:      Maintained
13039 F:      Documentation/hwmon/tmp401
13040 F:      drivers/hwmon/tmp401.c
13041
13042 TMPFS (SHMEM FILESYSTEM)
13043 M:      Hugh Dickins <hughd@google.com>
13044 L:      linux-mm@kvack.org
13045 S:      Maintained
13046 F:      include/linux/shmem_fs.h
13047 F:      mm/shmem.c
13048
13049 TM6000 VIDEO4LINUX DRIVER
13050 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13051 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13052 L:      linux-media@vger.kernel.org
13053 W:      https://linuxtv.org
13054 T:      git git://linuxtv.org/media_tree.git
13055 S:      Odd fixes
13056 F:      drivers/media/usb/tm6000/
13057 F:      Documentation/media/v4l-drivers/tm6000*
13058
13059 TW5864 VIDEO4LINUX DRIVER
13060 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13061 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13062 M:      Andrey Utkin <andrey_utkin@fastmail.com>
13063 L:      linux-media@vger.kernel.org
13064 S:      Supported
13065 F:      drivers/media/pci/tw5864/
13066
13067 TW68 VIDEO4LINUX DRIVER
13068 M:      Hans Verkuil <hverkuil@xs4all.nl>
13069 L:      linux-media@vger.kernel.org
13070 T:      git git://linuxtv.org/media_tree.git
13071 W:      https://linuxtv.org
13072 S:      Odd Fixes
13073 F:      drivers/media/pci/tw68/
13074
13075 TW686X VIDEO4LINUX DRIVER
13076 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13077 L:      linux-media@vger.kernel.org
13078 T:      git git://linuxtv.org/media_tree.git
13079 W:      http://linuxtv.org
13080 S:      Maintained
13081 F:      drivers/media/pci/tw686x/
13082
13083 TPM DEVICE DRIVER
13084 M:      Peter Huewe <peterhuewe@gmx.de>
13085 M:      Marcel Selhorst <tpmdd@selhorst.net>
13086 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
13087 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
13088 W:      http://tpmdd.sourceforge.net
13089 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
13090 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
13091 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
13092 S:      Maintained
13093 F:      drivers/char/tpm/
13094
13095 TPM IBM_VTPM DEVICE DRIVER
13096 M:      Ashley Lai <ashleydlai@gmail.com>
13097 W:      http://tpmdd.sourceforge.net
13098 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
13099 S:      Maintained
13100 F:      drivers/char/tpm/tpm_ibmvtpm*
13101
13102 TRACING
13103 M:      Steven Rostedt <rostedt@goodmis.org>
13104 M:      Ingo Molnar <mingo@redhat.com>
13105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13106 S:      Maintained
13107 F:      Documentation/trace/ftrace.txt
13108 F:      arch/*/*/*/ftrace.h
13109 F:      arch/*/kernel/ftrace.c
13110 F:      include/*/ftrace.h
13111 F:      include/linux/trace*.h
13112 F:      include/trace/
13113 F:      kernel/trace/
13114 F:      tools/testing/selftests/ftrace/
13115
13116 TRACING MMIO ACCESSES (MMIOTRACE)
13117 M:      Steven Rostedt <rostedt@goodmis.org>
13118 M:      Ingo Molnar <mingo@kernel.org>
13119 R:      Karol Herbst <karolherbst@gmail.com>
13120 R:      Pekka Paalanen <ppaalanen@gmail.com>
13121 S:      Maintained
13122 L:      linux-kernel@vger.kernel.org
13123 L:      nouveau@lists.freedesktop.org
13124 F:      kernel/trace/trace_mmiotrace.c
13125 F:      include/linux/mmiotrace.h
13126 F:      arch/x86/mm/kmmio.c
13127 F:      arch/x86/mm/mmio-mod.c
13128 F:      arch/x86/mm/testmmiotrace.c
13129
13130 TRIVIAL PATCHES
13131 M:      Jiri Kosina <trivial@kernel.org>
13132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13133 S:      Maintained
13134 K:      ^Subject:.*(?i)trivial
13135
13136 TTY LAYER
13137 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13138 M:      Jiri Slaby <jslaby@suse.com>
13139 S:      Supported
13140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13141 F:      Documentation/serial/
13142 F:      drivers/tty/
13143 F:      drivers/tty/serial/serial_core.c
13144 F:      include/linux/serial_core.h
13145 F:      include/linux/serial.h
13146 F:      include/linux/tty.h
13147 F:      include/uapi/linux/serial_core.h
13148 F:      include/uapi/linux/serial.h
13149 F:      include/uapi/linux/tty.h
13150
13151 TUA9001 MEDIA DRIVER
13152 M:      Antti Palosaari <crope@iki.fi>
13153 L:      linux-media@vger.kernel.org
13154 W:      https://linuxtv.org
13155 W:      http://palosaari.fi/linux/
13156 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13157 T:      git git://linuxtv.org/anttip/media_tree.git
13158 S:      Maintained
13159 F:      drivers/media/tuners/tua9001*
13160
13161 TULIP NETWORK DRIVERS
13162 L:      netdev@vger.kernel.org
13163 L:      linux-parisc@vger.kernel.org
13164 S:      Orphan
13165 F:      drivers/net/ethernet/dec/tulip/
13166
13167 TUN/TAP driver
13168 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
13169 W:      http://vtun.sourceforge.net/tun
13170 S:      Maintained
13171 F:      Documentation/networking/tuntap.txt
13172 F:      arch/um/os-Linux/drivers/
13173
13174 TURBOCHANNEL SUBSYSTEM
13175 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13176 M:      Ralf Baechle <ralf@linux-mips.org>
13177 L:      linux-mips@linux-mips.org
13178 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
13179 S:      Maintained
13180 F:      drivers/tc/
13181 F:      include/linux/tc.h
13182
13183 UBI FILE SYSTEM (UBIFS)
13184 M:      Richard Weinberger <richard@nod.at>
13185 M:      Artem Bityutskiy <dedekind1@gmail.com>
13186 M:      Adrian Hunter <adrian.hunter@intel.com>
13187 L:      linux-mtd@lists.infradead.org
13188 T:      git git://git.infradead.org/ubifs-2.6.git
13189 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
13190 S:      Supported
13191 F:      Documentation/filesystems/ubifs.txt
13192 F:      fs/ubifs/
13193
13194 UCLINUX (M68KNOMMU AND COLDFIRE)
13195 M:      Greg Ungerer <gerg@linux-m68k.org>
13196 W:      http://www.linux-m68k.org/
13197 W:      http://www.uclinux.org/
13198 L:      linux-m68k@lists.linux-m68k.org
13199 L:      uclinux-dev@uclinux.org  (subscribers-only)
13200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13201 S:      Maintained
13202 F:      arch/m68k/coldfire/
13203 F:      arch/m68k/68*/
13204 F:      arch/m68k/*/*_no.*
13205 F:      arch/m68k/include/asm/*_no.*
13206
13207 UDF FILESYSTEM
13208 M:      Jan Kara <jack@suse.com>
13209 S:      Maintained
13210 F:      Documentation/filesystems/udf.txt
13211 F:      fs/udf/
13212
13213 UDRAW TABLET
13214 M:      Bastien Nocera <hadess@hadess.net>
13215 L:      linux-input@vger.kernel.org
13216 S:      Maintained
13217 F:      drivers/hid/hid-udraw.c
13218
13219 UFS FILESYSTEM
13220 M:      Evgeniy Dushistov <dushistov@mail.ru>
13221 S:      Maintained
13222 F:      Documentation/filesystems/ufs.txt
13223 F:      fs/ufs/
13224
13225 UHID USERSPACE HID IO DRIVER:
13226 M:      David Herrmann <dh.herrmann@googlemail.com>
13227 L:      linux-input@vger.kernel.org
13228 S:      Maintained
13229 F:      drivers/hid/uhid.c
13230 F:      include/uapi/linux/uhid.h
13231
13232 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13233 L:      linux-usb@vger.kernel.org
13234 S:      Orphan
13235 F:      drivers/uwb/
13236 F:      include/linux/uwb.h
13237 F:      include/linux/uwb/
13238
13239 UNICORE32 ARCHITECTURE:
13240 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
13241 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
13242 S:      Maintained
13243 T:      git git://github.com/gxt/linux.git
13244 F:      arch/unicore32/
13245
13246 UNIFDEF
13247 M:      Tony Finch <dot@dotat.at>
13248 W:      http://dotat.at/prog/unifdef
13249 S:      Maintained
13250 F:      scripts/unifdef.c
13251
13252 UNIFORM CDROM DRIVER
13253 M:      Jens Axboe <axboe@kernel.dk>
13254 W:      http://www.kernel.dk
13255 S:      Maintained
13256 F:      Documentation/cdrom/
13257 F:      drivers/cdrom/cdrom.c
13258 F:      include/linux/cdrom.h
13259 F:      include/uapi/linux/cdrom.h
13260
13261 UNISYS S-PAR DRIVERS
13262 M:      David Kershner <david.kershner@unisys.com>
13263 L:      sparmaintainer@unisys.com (Unisys internal)
13264 S:      Supported
13265 F:      drivers/staging/unisys/
13266
13267 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13268 M:      Vinayak Holikatti <vinholikatti@gmail.com>
13269 L:      linux-scsi@vger.kernel.org
13270 S:      Supported
13271 F:      Documentation/scsi/ufs.txt
13272 F:      drivers/scsi/ufs/
13273
13274 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13275 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
13276 M:      Prabu Thangamuthu <prabut@synopsys.com>
13277 L:      linux-scsi@vger.kernel.org
13278 S:      Supported
13279 F:      drivers/scsi/ufs/*dwc*
13280
13281 UNSORTED BLOCK IMAGES (UBI)
13282 M:      Artem Bityutskiy <dedekind1@gmail.com>
13283 M:      Richard Weinberger <richard@nod.at>
13284 W:      http://www.linux-mtd.infradead.org/
13285 L:      linux-mtd@lists.infradead.org
13286 T:      git git://git.infradead.org/ubifs-2.6.git
13287 S:      Supported
13288 F:      drivers/mtd/ubi/
13289 F:      include/linux/mtd/ubi.h
13290 F:      include/uapi/mtd/ubi-user.h
13291
13292 USB ACM DRIVER
13293 M:      Oliver Neukum <oneukum@suse.com>
13294 L:      linux-usb@vger.kernel.org
13295 S:      Maintained
13296 F:      Documentation/usb/acm.txt
13297 F:      drivers/usb/class/cdc-acm.*
13298
13299 USB AR5523 WIRELESS DRIVER
13300 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
13301 L:      linux-wireless@vger.kernel.org
13302 S:      Maintained
13303 F:      drivers/net/wireless/ath/ar5523/
13304
13305 USB ATTACHED SCSI
13306 M:      Oliver Neukum <oneukum@suse.com>
13307 L:      linux-usb@vger.kernel.org
13308 L:      linux-scsi@vger.kernel.org
13309 S:      Maintained
13310 F:      drivers/usb/storage/uas.c
13311
13312 USB CDC ETHERNET DRIVER
13313 M:      Oliver Neukum <oliver@neukum.org>
13314 L:      linux-usb@vger.kernel.org
13315 S:      Maintained
13316 F:      drivers/net/usb/cdc_*.c
13317 F:      include/uapi/linux/usb/cdc.h
13318
13319 USB CHAOSKEY DRIVER
13320 M:      Keith Packard <keithp@keithp.com>
13321 L:      linux-usb@vger.kernel.org
13322 S:      Maintained
13323 F:      drivers/usb/misc/chaoskey.c
13324
13325 USB CYPRESS C67X00 DRIVER
13326 M:      Peter Korsgaard <jacmet@sunsite.dk>
13327 L:      linux-usb@vger.kernel.org
13328 S:      Maintained
13329 F:      drivers/usb/c67x00/
13330
13331 USB DAVICOM DM9601 DRIVER
13332 M:      Peter Korsgaard <jacmet@sunsite.dk>
13333 L:      netdev@vger.kernel.org
13334 W:      http://www.linux-usb.org/usbnet
13335 S:      Maintained
13336 F:      drivers/net/usb/dm9601.c
13337
13338 USB DIAMOND RIO500 DRIVER
13339 M:      Cesar Miquel <miquel@df.uba.ar>
13340 L:      rio500-users@lists.sourceforge.net
13341 W:      http://rio500.sourceforge.net
13342 S:      Maintained
13343 F:      drivers/usb/misc/rio500*
13344
13345 USB EHCI DRIVER
13346 M:      Alan Stern <stern@rowland.harvard.edu>
13347 L:      linux-usb@vger.kernel.org
13348 S:      Maintained
13349 F:      Documentation/usb/ehci.txt
13350 F:      drivers/usb/host/ehci*
13351
13352 USB GADGET/PERIPHERAL SUBSYSTEM
13353 M:      Felipe Balbi <balbi@kernel.org>
13354 L:      linux-usb@vger.kernel.org
13355 W:      http://www.linux-usb.org/gadget
13356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13357 S:      Maintained
13358 F:      drivers/usb/gadget/
13359 F:      include/linux/usb/gadget*
13360
13361 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13362 M:      Jiri Kosina <jikos@kernel.org>
13363 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
13364 L:      linux-usb@vger.kernel.org
13365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13366 S:      Maintained
13367 F:      Documentation/hid/hiddev.txt
13368 F:      drivers/hid/usbhid/
13369
13370 USB ISP116X DRIVER
13371 M:      Olav Kongas <ok@artecdesign.ee>
13372 L:      linux-usb@vger.kernel.org
13373 S:      Maintained
13374 F:      drivers/usb/host/isp116x*
13375 F:      include/linux/usb/isp116x.h
13376
13377 USB LAN78XX ETHERNET DRIVER
13378 M:      Woojung Huh <woojung.huh@microchip.com>
13379 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13380 L:      netdev@vger.kernel.org
13381 S:      Maintained
13382 F:      drivers/net/usb/lan78xx.*
13383
13384 USB MASS STORAGE DRIVER
13385 M:      Alan Stern <stern@rowland.harvard.edu>
13386 L:      linux-usb@vger.kernel.org
13387 L:      usb-storage@lists.one-eyed-alien.net
13388 S:      Maintained
13389 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
13390 F:      drivers/usb/storage/
13391
13392 USB MIDI DRIVER
13393 M:      Clemens Ladisch <clemens@ladisch.de>
13394 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13395 T:      git git://git.alsa-project.org/alsa-kernel.git
13396 S:      Maintained
13397 F:      sound/usb/midi.*
13398
13399 USB NETWORKING DRIVERS
13400 L:      linux-usb@vger.kernel.org
13401 S:      Odd Fixes
13402 F:      drivers/net/usb/
13403
13404 USB OHCI DRIVER
13405 M:      Alan Stern <stern@rowland.harvard.edu>
13406 L:      linux-usb@vger.kernel.org
13407 S:      Maintained
13408 F:      Documentation/usb/ohci.txt
13409 F:      drivers/usb/host/ohci*
13410
13411 USB OTG FSM (Finite State Machine)
13412 M:      Peter Chen <Peter.Chen@nxp.com>
13413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13414 L:      linux-usb@vger.kernel.org
13415 S:      Maintained
13416 F:      drivers/usb/common/usb-otg-fsm.c
13417
13418 USB OVER IP DRIVER
13419 M:      Valentina Manea <valentina.manea.m@gmail.com>
13420 M:      Shuah Khan <shuahkh@osg.samsung.com>
13421 M:      Shuah Khan <shuah@kernel.org>
13422 L:      linux-usb@vger.kernel.org
13423 S:      Maintained
13424 F:      Documentation/usb/usbip_protocol.txt
13425 F:      drivers/usb/usbip/
13426 F:      tools/usb/usbip/
13427
13428 USB PEGASUS DRIVER
13429 M:      Petko Manolov <petkan@nucleusys.com>
13430 L:      linux-usb@vger.kernel.org
13431 L:      netdev@vger.kernel.org
13432 T:      git git://github.com/petkan/pegasus.git
13433 W:      https://github.com/petkan/pegasus
13434 S:      Maintained
13435 F:      drivers/net/usb/pegasus.*
13436
13437 USB PHY LAYER
13438 M:      Felipe Balbi <balbi@kernel.org>
13439 L:      linux-usb@vger.kernel.org
13440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13441 S:      Maintained
13442 F:      drivers/usb/phy/
13443
13444 USB PRINTER DRIVER (usblp)
13445 M:      Pete Zaitcev <zaitcev@redhat.com>
13446 L:      linux-usb@vger.kernel.org
13447 S:      Supported
13448 F:      drivers/usb/class/usblp.c
13449
13450 USB QMI WWAN NETWORK DRIVER
13451 M:      Bjørn Mork <bjorn@mork.no>
13452 L:      netdev@vger.kernel.org
13453 S:      Maintained
13454 F:      Documentation/ABI/testing/sysfs-class-net-qmi
13455 F:      drivers/net/usb/qmi_wwan.c
13456
13457 USB RTL8150 DRIVER
13458 M:      Petko Manolov <petkan@nucleusys.com>
13459 L:      linux-usb@vger.kernel.org
13460 L:      netdev@vger.kernel.org
13461 T:      git git://github.com/petkan/rtl8150.git
13462 W:      https://github.com/petkan/rtl8150
13463 S:      Maintained
13464 F:      drivers/net/usb/rtl8150.c
13465
13466 USB SERIAL SUBSYSTEM
13467 M:      Johan Hovold <johan@kernel.org>
13468 L:      linux-usb@vger.kernel.org
13469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13470 S:      Maintained
13471 F:      Documentation/usb/usb-serial.txt
13472 F:      drivers/usb/serial/
13473 F:      include/linux/usb/serial.h
13474
13475 USB SMSC75XX ETHERNET DRIVER
13476 M:      Steve Glendinning <steve.glendinning@shawell.net>
13477 L:      netdev@vger.kernel.org
13478 S:      Maintained
13479 F:      drivers/net/usb/smsc75xx.*
13480
13481 USB SMSC95XX ETHERNET DRIVER
13482 M:      Steve Glendinning <steve.glendinning@shawell.net>
13483 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13484 L:      netdev@vger.kernel.org
13485 S:      Maintained
13486 F:      drivers/net/usb/smsc95xx.*
13487
13488 USB SUBSYSTEM
13489 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13490 L:      linux-usb@vger.kernel.org
13491 W:      http://www.linux-usb.org
13492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13493 S:      Supported
13494 F:      Documentation/devicetree/bindings/usb/
13495 F:      Documentation/usb/
13496 F:      drivers/usb/
13497 F:      include/linux/usb.h
13498 F:      include/linux/usb/
13499
13500 USB TYPEC SUBSYSTEM
13501 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13502 L:      linux-usb@vger.kernel.org
13503 S:      Maintained
13504 F:      Documentation/ABI/testing/sysfs-class-typec
13505 F:      Documentation/usb/typec.rst
13506 F:      drivers/usb/typec/
13507 F:      include/linux/usb/typec.h
13508
13509 USB UHCI DRIVER
13510 M:      Alan Stern <stern@rowland.harvard.edu>
13511 L:      linux-usb@vger.kernel.org
13512 S:      Maintained
13513 F:      drivers/usb/host/uhci*
13514
13515 USB "USBNET" DRIVER FRAMEWORK
13516 M:      Oliver Neukum <oneukum@suse.com>
13517 L:      netdev@vger.kernel.org
13518 W:      http://www.linux-usb.org/usbnet
13519 S:      Maintained
13520 F:      drivers/net/usb/usbnet.c
13521 F:      include/linux/usb/usbnet.h
13522
13523 USB VIDEO CLASS
13524 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13525 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13526 L:      linux-media@vger.kernel.org
13527 T:      git git://linuxtv.org/media_tree.git
13528 W:      http://www.ideasonboard.org/uvc/
13529 S:      Maintained
13530 F:      drivers/media/usb/uvc/
13531 F:      include/uapi/linux/uvcvideo.h
13532
13533 USB VISION DRIVER
13534 M:      Hans Verkuil <hverkuil@xs4all.nl>
13535 L:      linux-media@vger.kernel.org
13536 T:      git git://linuxtv.org/media_tree.git
13537 W:      https://linuxtv.org
13538 S:      Odd Fixes
13539 F:      drivers/media/usb/usbvision/
13540
13541 USB WEBCAM GADGET
13542 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13543 L:      linux-usb@vger.kernel.org
13544 S:      Maintained
13545 F:      drivers/usb/gadget/function/*uvc*
13546 F:      drivers/usb/gadget/legacy/webcam.c
13547
13548 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13549 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
13550 L:      linux-wireless@vger.kernel.org
13551 S:      Maintained
13552 F:      drivers/net/wireless/rndis_wlan.c
13553
13554 USB XHCI DRIVER
13555 M:      Mathias Nyman <mathias.nyman@intel.com>
13556 L:      linux-usb@vger.kernel.org
13557 S:      Supported
13558 F:      drivers/usb/host/xhci*
13559 F:      drivers/usb/host/pci-quirks*
13560
13561 USB ZD1201 DRIVER
13562 L:      linux-wireless@vger.kernel.org
13563 W:      http://linux-lc100020.sourceforge.net
13564 S:      Orphan
13565 F:      drivers/net/wireless/zydas/zd1201.*
13566
13567 USB ZR364XX DRIVER
13568 M:      Antoine Jacquet <royale@zerezo.com>
13569 L:      linux-usb@vger.kernel.org
13570 L:      linux-media@vger.kernel.org
13571 T:      git git://linuxtv.org/media_tree.git
13572 W:      http://royale.zerezo.com/zr364xx/
13573 S:      Maintained
13574 F:      Documentation/media/v4l-drivers/zr364xx*
13575 F:      drivers/media/usb/zr364xx/
13576
13577 ULPI BUS
13578 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13579 L:      linux-usb@vger.kernel.org
13580 S:      Maintained
13581 F:      drivers/usb/common/ulpi.c
13582 F:      include/linux/ulpi/
13583
13584 USER-MODE LINUX (UML)
13585 M:      Jeff Dike <jdike@addtoit.com>
13586 M:      Richard Weinberger <richard@nod.at>
13587 L:      user-mode-linux-devel@lists.sourceforge.net
13588 L:      user-mode-linux-user@lists.sourceforge.net
13589 W:      http://user-mode-linux.sourceforge.net
13590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13591 S:      Maintained
13592 F:      Documentation/virtual/uml/
13593 F:      arch/um/
13594 F:      arch/x86/um/
13595 F:      fs/hostfs/
13596 F:      fs/hppfs/
13597
13598 USERSPACE I/O (UIO)
13599 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13600 S:      Maintained
13601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13602 F:      Documentation/driver-api/uio-howto.rst
13603 F:      drivers/uio/
13604 F:      include/linux/uio*.h
13605
13606 UTIL-LINUX PACKAGE
13607 M:      Karel Zak <kzak@redhat.com>
13608 L:      util-linux@vger.kernel.org
13609 W:      http://en.wikipedia.org/wiki/Util-linux
13610 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13611 S:      Maintained
13612
13613 UUID HELPERS
13614 M:      Christoph Hellwig <hch@lst.de>
13615 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13616 L:      linux-kernel@vger.kernel.org
13617 T:      git git://git.infradead.org/users/hch/uuid.git
13618 F:      lib/uuid.c
13619 F:      lib/test_uuid.c
13620 F:      include/linux/uuid.h
13621 F:      include/uapi/linux/uuid.h
13622 S:      Maintained
13623
13624 UVESAFB DRIVER
13625 M:      Michal Januszewski <spock@gentoo.org>
13626 L:      linux-fbdev@vger.kernel.org
13627 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13628 S:      Maintained
13629 F:      Documentation/fb/uvesafb.txt
13630 F:      drivers/video/fbdev/uvesafb.*
13631
13632 VF610 NAND DRIVER
13633 M:      Stefan Agner <stefan@agner.ch>
13634 L:      linux-mtd@lists.infradead.org
13635 S:      Supported
13636 F:      drivers/mtd/nand/vf610_nfc.c
13637
13638 VFAT/FAT/MSDOS FILESYSTEM
13639 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13640 S:      Maintained
13641 F:      Documentation/filesystems/vfat.txt
13642 F:      fs/fat/
13643
13644 VFIO DRIVER
13645 M:      Alex Williamson <alex.williamson@redhat.com>
13646 L:      kvm@vger.kernel.org
13647 T:      git git://github.com/awilliam/linux-vfio.git
13648 S:      Maintained
13649 F:      Documentation/vfio.txt
13650 F:      drivers/vfio/
13651 F:      include/linux/vfio.h
13652 F:      include/uapi/linux/vfio.h
13653
13654 VFIO MEDIATED DEVICE DRIVERS
13655 M:      Kirti Wankhede <kwankhede@nvidia.com>
13656 L:      kvm@vger.kernel.org
13657 S:      Maintained
13658 F:      Documentation/vfio-mediated-device.txt
13659 F:      drivers/vfio/mdev/
13660 F:      include/linux/mdev.h
13661 F:      samples/vfio-mdev/
13662
13663 VFIO PLATFORM DRIVER
13664 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
13665 L:      kvm@vger.kernel.org
13666 S:      Maintained
13667 F:      drivers/vfio/platform/
13668
13669 VGA_SWITCHEROO
13670 R:      Lukas Wunner <lukas@wunner.de>
13671 S:      Maintained
13672 F:      Documentation/gpu/vga-switcheroo.rst
13673 F:      drivers/gpu/vga/vga_switcheroo.c
13674 F:      include/linux/vga_switcheroo.h
13675 T:      git git://anongit.freedesktop.org/drm/drm-misc
13676
13677 VIDEOBUF2 FRAMEWORK
13678 M:      Pawel Osciak <pawel@osciak.com>
13679 M:      Marek Szyprowski <m.szyprowski@samsung.com>
13680 M:      Kyungmin Park <kyungmin.park@samsung.com>
13681 L:      linux-media@vger.kernel.org
13682 S:      Maintained
13683 F:      drivers/media/v4l2-core/videobuf2-*
13684 F:      include/media/videobuf2-*
13685
13686 VIRTIO AND VHOST VSOCK DRIVER
13687 M:      Stefan Hajnoczi <stefanha@redhat.com>
13688 L:      kvm@vger.kernel.org
13689 L:      virtualization@lists.linux-foundation.org
13690 L:      netdev@vger.kernel.org
13691 S:      Maintained
13692 F:      include/linux/virtio_vsock.h
13693 F:      include/uapi/linux/virtio_vsock.h
13694 F:      include/uapi/linux/vsockmon.h
13695 F:      net/vmw_vsock/af_vsock_tap.c
13696 F:      net/vmw_vsock/virtio_transport_common.c
13697 F:      net/vmw_vsock/virtio_transport.c
13698 F:      drivers/net/vsockmon.c
13699 F:      drivers/vhost/vsock.c
13700 F:      drivers/vhost/vsock.h
13701
13702 VIRTUAL SERIO DEVICE DRIVER
13703 M:      Stephen Chandler Paul <thatslyude@gmail.com>
13704 S:      Maintained
13705 F:      drivers/input/serio/userio.c
13706 F:      include/uapi/linux/userio.h
13707
13708 VIRTIO CONSOLE DRIVER
13709 M:      Amit Shah <amit@kernel.org>
13710 L:      virtualization@lists.linux-foundation.org
13711 S:      Maintained
13712 F:      drivers/char/virtio_console.c
13713 F:      include/linux/virtio_console.h
13714 F:      include/uapi/linux/virtio_console.h
13715
13716 VIRTIO CORE, NET AND BLOCK DRIVERS
13717 M:      "Michael S. Tsirkin" <mst@redhat.com>
13718 M:      Jason Wang <jasowang@redhat.com>
13719 L:      virtualization@lists.linux-foundation.org
13720 S:      Maintained
13721 F:      Documentation/devicetree/bindings/virtio/
13722 F:      drivers/virtio/
13723 F:      tools/virtio/
13724 F:      drivers/net/virtio_net.c
13725 F:      drivers/block/virtio_blk.c
13726 F:      include/linux/virtio*.h
13727 F:      include/uapi/linux/virtio_*.h
13728 F:      drivers/crypto/virtio/
13729
13730 VIRTIO DRIVERS FOR S390
13731 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
13732 M:      Halil Pasic <pasic@linux.vnet.ibm.com>
13733 L:      linux-s390@vger.kernel.org
13734 L:      virtualization@lists.linux-foundation.org
13735 L:      kvm@vger.kernel.org
13736 S:      Supported
13737 F:      drivers/s390/virtio/
13738
13739 VIRTIO GPU DRIVER
13740 M:      David Airlie <airlied@linux.ie>
13741 M:      Gerd Hoffmann <kraxel@redhat.com>
13742 L:      dri-devel@lists.freedesktop.org
13743 L:      virtualization@lists.linux-foundation.org
13744 T:      git git://anongit.freedesktop.org/drm/drm-misc
13745 S:      Maintained
13746 F:      drivers/gpu/drm/virtio/
13747 F:      include/uapi/linux/virtio_gpu.h
13748
13749 VIRTIO HOST (VHOST)
13750 M:      "Michael S. Tsirkin" <mst@redhat.com>
13751 M:      Jason Wang <jasowang@redhat.com>
13752 L:      kvm@vger.kernel.org
13753 L:      virtualization@lists.linux-foundation.org
13754 L:      netdev@vger.kernel.org
13755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13756 S:      Maintained
13757 F:      drivers/vhost/
13758 F:      include/uapi/linux/vhost.h
13759
13760 VIRTIO INPUT DRIVER
13761 M:      Gerd Hoffmann <kraxel@redhat.com>
13762 S:      Maintained
13763 F:      drivers/virtio/virtio_input.c
13764 F:      include/uapi/linux/virtio_input.h
13765
13766 VIRTIO CRYPTO DRIVER
13767 M:  Gonglei <arei.gonglei@huawei.com>
13768 L:  virtualization@lists.linux-foundation.org
13769 L:  linux-crypto@vger.kernel.org
13770 S:  Maintained
13771 F:  drivers/crypto/virtio/
13772 F:  include/uapi/linux/virtio_crypto.h
13773
13774 VIA RHINE NETWORK DRIVER
13775 S:      Orphan
13776 F:      drivers/net/ethernet/via/via-rhine.c
13777
13778 VIA SD/MMC CARD CONTROLLER DRIVER
13779 M:      Bruce Chang <brucechang@via.com.tw>
13780 M:      Harald Welte <HaraldWelte@viatech.com>
13781 S:      Maintained
13782 F:      drivers/mmc/host/via-sdmmc.c
13783
13784 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13785 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13786 L:      linux-fbdev@vger.kernel.org
13787 S:      Maintained
13788 F:      include/linux/via-core.h
13789 F:      include/linux/via-gpio.h
13790 F:      include/linux/via_i2c.h
13791 F:      drivers/video/fbdev/via/
13792
13793 VIA VELOCITY NETWORK DRIVER
13794 M:      Francois Romieu <romieu@fr.zoreil.com>
13795 L:      netdev@vger.kernel.org
13796 S:      Maintained
13797 F:      drivers/net/ethernet/via/via-velocity.*
13798
13799 VIRT LIB
13800 M:      Alex Williamson <alex.williamson@redhat.com>
13801 M:      Paolo Bonzini <pbonzini@redhat.com>
13802 L:      kvm@vger.kernel.org
13803 S:      Supported
13804 F:      virt/lib/
13805
13806 VIVID VIRTUAL VIDEO DRIVER
13807 M:      Hans Verkuil <hverkuil@xs4all.nl>
13808 L:      linux-media@vger.kernel.org
13809 T:      git git://linuxtv.org/media_tree.git
13810 W:      https://linuxtv.org
13811 S:      Maintained
13812 F:      drivers/media/platform/vivid/*
13813
13814 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
13815 M:      Helen Koike <helen.koike@collabora.com>
13816 L:      linux-media@vger.kernel.org
13817 T:      git git://linuxtv.org/media_tree.git
13818 W:      https://linuxtv.org
13819 S:      Maintained
13820 F:      drivers/media/platform/vimc/*
13821
13822 VLYNQ BUS
13823 M:      Florian Fainelli <f.fainelli@gmail.com>
13824 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13825 S:      Maintained
13826 F:      drivers/vlynq/vlynq.c
13827 F:      include/linux/vlynq.h
13828
13829 VME SUBSYSTEM
13830 M:      Martyn Welch <martyn@welchs.me.uk>
13831 M:      Manohar Vanga <manohar.vanga@gmail.com>
13832 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13833 L:      devel@driverdev.osuosl.org
13834 S:      Maintained
13835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13836 F:      Documentation/driver-api/vme.rst
13837 F:      drivers/staging/vme/
13838 F:      drivers/vme/
13839 F:      include/linux/vme*
13840
13841 VMWARE HYPERVISOR INTERFACE
13842 M:      Alok Kataria <akataria@vmware.com>
13843 L:      virtualization@lists.linux-foundation.org
13844 S:      Supported
13845 F:      arch/x86/kernel/cpu/vmware.c
13846
13847 VMWARE BALLOON DRIVER
13848 M:      Xavier Deguillard <xdeguillard@vmware.com>
13849 M:      Philip Moltmann <moltmann@vmware.com>
13850 M:      "VMware, Inc." <pv-drivers@vmware.com>
13851 L:      linux-kernel@vger.kernel.org
13852 S:      Maintained
13853 F:      drivers/misc/vmw_balloon.c
13854
13855 VMWARE VMMOUSE SUBDRIVER
13856 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13857 M:      "VMware, Inc." <pv-drivers@vmware.com>
13858 L:      linux-input@vger.kernel.org
13859 S:      Maintained
13860 F:      drivers/input/mouse/vmmouse.c
13861 F:      drivers/input/mouse/vmmouse.h
13862
13863 VMWARE VMXNET3 ETHERNET DRIVER
13864 M:      Shrikrishna Khare <skhare@vmware.com>
13865 M:      "VMware, Inc." <pv-drivers@vmware.com>
13866 L:      netdev@vger.kernel.org
13867 S:      Maintained
13868 F:      drivers/net/vmxnet3/
13869
13870 VMware PVSCSI driver
13871 M:      Jim Gill <jgill@vmware.com>
13872 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13873 L:      linux-scsi@vger.kernel.org
13874 S:      Maintained
13875 F:      drivers/scsi/vmw_pvscsi.c
13876 F:      drivers/scsi/vmw_pvscsi.h
13877
13878 VMWARE PVRDMA DRIVER
13879 M:      Adit Ranadive <aditr@vmware.com>
13880 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13881 L:      linux-rdma@vger.kernel.org
13882 S:      Maintained
13883 F:      drivers/infiniband/hw/vmw_pvrdma/
13884
13885 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13886 M:      Liam Girdwood <lgirdwood@gmail.com>
13887 M:      Mark Brown <broonie@kernel.org>
13888 L:      linux-kernel@vger.kernel.org
13889 W:      http://www.slimlogic.co.uk/?p=48
13890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13891 S:      Supported
13892 F:      Documentation/devicetree/bindings/regulator/
13893 F:      drivers/regulator/
13894 F:      include/dt-bindings/regulator/
13895 F:      include/linux/regulator/
13896
13897 VRF
13898 M:      David Ahern <dsa@cumulusnetworks.com>
13899 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13900 L:      netdev@vger.kernel.org
13901 S:      Maintained
13902 F:      drivers/net/vrf.c
13903 F:      Documentation/networking/vrf.txt
13904
13905 VT1211 HARDWARE MONITOR DRIVER
13906 M:      Juerg Haefliger <juergh@gmail.com>
13907 L:      linux-hwmon@vger.kernel.org
13908 S:      Maintained
13909 F:      Documentation/hwmon/vt1211
13910 F:      drivers/hwmon/vt1211.c
13911
13912 VT8231 HARDWARE MONITOR DRIVER
13913 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13914 L:      linux-hwmon@vger.kernel.org
13915 S:      Maintained
13916 F:      drivers/hwmon/vt8231.c
13917
13918 VUB300 USB to SDIO/SD/MMC bridge chip
13919 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13920 L:      linux-mmc@vger.kernel.org
13921 L:      linux-usb@vger.kernel.org
13922 S:      Supported
13923 F:      drivers/mmc/host/vub300.c
13924
13925 W1 DALLAS'S 1-WIRE BUS
13926 M:      Evgeniy Polyakov <zbr@ioremap.net>
13927 S:      Maintained
13928 F:      Documentation/w1/
13929 F:      drivers/w1/
13930 F:      include/linux/w1.h
13931
13932 W83791D HARDWARE MONITORING DRIVER
13933 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13934 L:      linux-hwmon@vger.kernel.org
13935 S:      Maintained
13936 F:      Documentation/hwmon/w83791d
13937 F:      drivers/hwmon/w83791d.c
13938
13939 W83793 HARDWARE MONITORING DRIVER
13940 M:      Rudolf Marek <r.marek@assembler.cz>
13941 L:      linux-hwmon@vger.kernel.org
13942 S:      Maintained
13943 F:      Documentation/hwmon/w83793
13944 F:      drivers/hwmon/w83793.c
13945
13946 W83795 HARDWARE MONITORING DRIVER
13947 M:      Jean Delvare <jdelvare@suse.com>
13948 L:      linux-hwmon@vger.kernel.org
13949 S:      Maintained
13950 F:      drivers/hwmon/w83795.c
13951
13952 W83L51xD SD/MMC CARD INTERFACE DRIVER
13953 M:      Pierre Ossman <pierre@ossman.eu>
13954 S:      Maintained
13955 F:      drivers/mmc/host/wbsd.*
13956
13957 WACOM PROTOCOL 4 SERIAL TABLETS
13958 M:      Julian Squires <julian@cipht.net>
13959 M:      Hans de Goede <hdegoede@redhat.com>
13960 L:      linux-input@vger.kernel.org
13961 S:      Maintained
13962 F:      drivers/input/tablet/wacom_serial4.c
13963
13964 WATCHDOG DEVICE DRIVERS
13965 M:      Wim Van Sebroeck <wim@iguana.be>
13966 R:      Guenter Roeck <linux@roeck-us.net>
13967 L:      linux-watchdog@vger.kernel.org
13968 W:      http://www.linux-watchdog.org/
13969 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13970 S:      Maintained
13971 F:      Documentation/devicetree/bindings/watchdog/
13972 F:      Documentation/watchdog/
13973 F:      drivers/watchdog/
13974 F:      include/linux/watchdog.h
13975 F:      include/uapi/linux/watchdog.h
13976
13977 WIIMOTE HID DRIVER
13978 M:      David Herrmann <dh.herrmann@googlemail.com>
13979 L:      linux-input@vger.kernel.org
13980 S:      Maintained
13981 F:      drivers/hid/hid-wiimote*
13982
13983 WINBOND CIR DRIVER
13984 M:      David Härdeman <david@hardeman.nu>
13985 S:      Maintained
13986 F:      drivers/media/rc/winbond-cir.c
13987
13988 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13989 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13990 L:      linux-watchdog@vger.kernel.org
13991 S:      Maintained
13992 F:      drivers/watchdog/ebc-c384_wdt.c
13993
13994 WINSYSTEMS WS16C48 GPIO DRIVER
13995 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13996 L:      linux-gpio@vger.kernel.org
13997 S:      Maintained
13998 F:      drivers/gpio/gpio-ws16c48.c
13999
14000 WIMAX STACK
14001 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
14002 M:      linux-wimax@intel.com
14003 L:      wimax@linuxwimax.org (subscribers-only)
14004 S:      Supported
14005 W:      http://linuxwimax.org
14006 F:      Documentation/wimax/README.wimax
14007 F:      include/linux/wimax/debug.h
14008 F:      include/net/wimax.h
14009 F:      include/uapi/linux/wimax.h
14010 F:      net/wimax/
14011
14012 WISTRON LAPTOP BUTTON DRIVER
14013 M:      Miloslav Trmac <mitr@volny.cz>
14014 S:      Maintained
14015 F:      drivers/input/misc/wistron_btns.c
14016
14017 WL3501 WIRELESS PCMCIA CARD DRIVER
14018 L:      linux-wireless@vger.kernel.org
14019 S:      Odd fixes
14020 F:      drivers/net/wireless/wl3501*
14021
14022 WOLFSON MICROELECTRONICS DRIVERS
14023 L:      patches@opensource.cirrus.com
14024 T:      git https://github.com/CirrusLogic/linux-drivers.git
14025 W:      https://github.com/CirrusLogic/linux-drivers/wiki
14026 S:      Supported
14027 F:      Documentation/hwmon/wm83??
14028 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14029 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14030 F:      Documentation/devicetree/bindings/mfd/arizona.txt
14031 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
14032 F:      arch/arm/mach-s3c64xx/mach-crag6410*
14033 F:      drivers/clk/clk-wm83*.c
14034 F:      drivers/extcon/extcon-arizona.c
14035 F:      drivers/leds/leds-wm83*.c
14036 F:      drivers/gpio/gpio-*wm*.c
14037 F:      drivers/gpio/gpio-arizona.c
14038 F:      drivers/hwmon/wm83??-hwmon.c
14039 F:      drivers/input/misc/wm831x-on.c
14040 F:      drivers/input/touchscreen/wm831x-ts.c
14041 F:      drivers/input/touchscreen/wm97*.c
14042 F:      drivers/mfd/arizona*
14043 F:      drivers/mfd/wm*.c
14044 F:      drivers/mfd/cs47l24*
14045 F:      drivers/power/supply/wm83*.c
14046 F:      drivers/rtc/rtc-wm83*.c
14047 F:      drivers/regulator/wm8*.c
14048 F:      drivers/regulator/arizona*
14049 F:      drivers/video/backlight/wm83*_bl.c
14050 F:      drivers/watchdog/wm83*_wdt.c
14051 F:      include/linux/mfd/arizona/
14052 F:      include/linux/mfd/wm831x/
14053 F:      include/linux/mfd/wm8350/
14054 F:      include/linux/mfd/wm8400*
14055 F:      include/linux/regulator/arizona*
14056 F:      include/linux/wm97xx.h
14057 F:      include/sound/wm????.h
14058 F:      sound/soc/codecs/arizona.?
14059 F:      sound/soc/codecs/wm*
14060 F:      sound/soc/codecs/cs47l24*
14061
14062 WORKQUEUE
14063 M:      Tejun Heo <tj@kernel.org>
14064 R:      Lai Jiangshan <jiangshanlai@gmail.com>
14065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14066 S:      Maintained
14067 F:      include/linux/workqueue.h
14068 F:      kernel/workqueue.c
14069 F:      Documentation/core-api/workqueue.rst
14070
14071 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14072 M:      Chen-Yu Tsai <wens@csie.org>
14073 L:      linux-kernel@vger.kernel.org
14074 S:      Maintained
14075 N:      axp[128]
14076
14077 X.25 NETWORK LAYER
14078 M:      Andrew Hendry <andrew.hendry@gmail.com>
14079 L:      linux-x25@vger.kernel.org
14080 S:      Odd Fixes
14081 F:      Documentation/networking/x25*
14082 F:      include/net/x25*
14083 F:      net/x25/
14084
14085 X86 ARCHITECTURE (32-BIT AND 64-BIT)
14086 M:      Thomas Gleixner <tglx@linutronix.de>
14087 M:      Ingo Molnar <mingo@redhat.com>
14088 M:      "H. Peter Anvin" <hpa@zytor.com>
14089 M:      x86@kernel.org
14090 L:      linux-kernel@vger.kernel.org
14091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14092 S:      Maintained
14093 F:      Documentation/x86/
14094 F:      arch/x86/
14095
14096 X86 PLATFORM DRIVERS
14097 M:      Darren Hart <dvhart@infradead.org>
14098 M:      Andy Shevchenko <andy@infradead.org>
14099 L:      platform-driver-x86@vger.kernel.org
14100 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14101 S:      Maintained
14102 F:      drivers/platform/x86/
14103 F:      drivers/platform/olpc/
14104
14105 X86 MCE INFRASTRUCTURE
14106 M:      Tony Luck <tony.luck@intel.com>
14107 M:      Borislav Petkov <bp@alien8.de>
14108 L:      linux-edac@vger.kernel.org
14109 S:      Maintained
14110 F:      arch/x86/kernel/cpu/mcheck/*
14111
14112 X86 MICROCODE UPDATE SUPPORT
14113 M:      Borislav Petkov <bp@alien8.de>
14114 S:      Maintained
14115 F:      arch/x86/kernel/cpu/microcode/*
14116
14117 X86 VDSO
14118 M:      Andy Lutomirski <luto@amacapital.net>
14119 L:      linux-kernel@vger.kernel.org
14120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14121 S:      Maintained
14122 F:      arch/x86/entry/vdso/
14123
14124 XC2028/3028 TUNER DRIVER
14125 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
14126 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14127 L:      linux-media@vger.kernel.org
14128 W:      https://linuxtv.org
14129 T:      git git://linuxtv.org/media_tree.git
14130 S:      Maintained
14131 F:      drivers/media/tuners/tuner-xc2028.*
14132
14133 XEN HYPERVISOR INTERFACE
14134 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
14135 M:      Juergen Gross <jgross@suse.com>
14136 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14138 S:      Supported
14139 F:      arch/x86/xen/
14140 F:      drivers/*/xen-*front.c
14141 F:      drivers/xen/
14142 F:      arch/x86/include/asm/xen/
14143 F:      include/xen/
14144 F:      include/uapi/xen/
14145
14146 XEN HYPERVISOR ARM
14147 M:      Stefano Stabellini <sstabellini@kernel.org>
14148 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14149 S:      Maintained
14150 F:      arch/arm/xen/
14151 F:      arch/arm/include/asm/xen/
14152
14153 XEN HYPERVISOR ARM64
14154 M:      Stefano Stabellini <sstabellini@kernel.org>
14155 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14156 S:      Maintained
14157 F:      arch/arm64/xen/
14158 F:      arch/arm64/include/asm/xen/
14159
14160 XEN NETWORK BACKEND DRIVER
14161 M:      Wei Liu <wei.liu2@citrix.com>
14162 M:      Paul Durrant <paul.durrant@citrix.com>
14163 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14164 L:      netdev@vger.kernel.org
14165 S:      Supported
14166 F:      drivers/net/xen-netback/*
14167
14168 XEN PCI SUBSYSTEM
14169 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14170 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14171 S:      Supported
14172 F:      arch/x86/pci/*xen*
14173 F:      drivers/pci/*xen*
14174
14175 XEN BLOCK SUBSYSTEM
14176 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14177 M:      Roger Pau Monné <roger.pau@citrix.com>
14178 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14179 S:      Supported
14180 F:      drivers/block/xen-blkback/*
14181 F:      drivers/block/xen*
14182
14183 XEN PVSCSI DRIVERS
14184 M:      Juergen Gross <jgross@suse.com>
14185 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14186 L:      linux-scsi@vger.kernel.org
14187 S:      Supported
14188 F:      drivers/scsi/xen-scsifront.c
14189 F:      drivers/xen/xen-scsiback.c
14190 F:      include/xen/interface/io/vscsiif.h
14191
14192 XEN SWIOTLB SUBSYSTEM
14193 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14194 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14195 S:      Supported
14196 F:      arch/x86/xen/*swiotlb*
14197 F:      drivers/xen/*swiotlb*
14198
14199 XFS FILESYSTEM
14200 M:      Darrick J. Wong <darrick.wong@oracle.com>
14201 M:      linux-xfs@vger.kernel.org
14202 L:      linux-xfs@vger.kernel.org
14203 W:      http://xfs.org/
14204 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14205 S:      Supported
14206 F:      Documentation/filesystems/xfs.txt
14207 F:      fs/xfs/
14208
14209 XILINX AXI ETHERNET DRIVER
14210 M:      Anirudha Sarangi <anirudh@xilinx.com>
14211 M:      John Linn <John.Linn@xilinx.com>
14212 S:      Maintained
14213 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
14214
14215 XILINX UARTLITE SERIAL DRIVER
14216 M:      Peter Korsgaard <jacmet@sunsite.dk>
14217 L:      linux-serial@vger.kernel.org
14218 S:      Maintained
14219 F:      drivers/tty/serial/uartlite.c
14220
14221 XILINX VIDEO IP CORES
14222 M:      Hyun Kwon <hyun.kwon@xilinx.com>
14223 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14224 L:      linux-media@vger.kernel.org
14225 T:      git git://linuxtv.org/media_tree.git
14226 S:      Supported
14227 F:      Documentation/devicetree/bindings/media/xilinx/
14228 F:      drivers/media/platform/xilinx/
14229 F:      include/uapi/linux/xilinx-v4l2-controls.h
14230
14231 XILLYBUS DRIVER
14232 M:      Eli Billauer <eli.billauer@gmail.com>
14233 L:      linux-kernel@vger.kernel.org
14234 S:      Supported
14235 F:      drivers/char/xillybus/
14236
14237 XTENSA XTFPGA PLATFORM SUPPORT
14238 M:      Max Filippov <jcmvbkbc@gmail.com>
14239 L:      linux-xtensa@linux-xtensa.org
14240 S:      Maintained
14241 F:      drivers/spi/spi-xtensa-xtfpga.c
14242 F:      sound/soc/xtensa/xtfpga-i2s.c
14243
14244 YAM DRIVER FOR AX.25
14245 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
14246 L:      linux-hams@vger.kernel.org
14247 S:      Maintained
14248 F:      drivers/net/hamradio/yam*
14249 F:      include/linux/yam.h
14250
14251 YEALINK PHONE DRIVER
14252 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
14253 L:      usbb2k-api-dev@nongnu.org
14254 S:      Maintained
14255 F:      Documentation/input/yealink.rst
14256 F:      drivers/input/misc/yealink.*
14257
14258 Z8530 DRIVER FOR AX.25
14259 M:      Joerg Reuter <jreuter@yaina.de>
14260 W:      http://yaina.de/jreuter/
14261 W:      http://www.qsl.net/dl1bke/
14262 L:      linux-hams@vger.kernel.org
14263 S:      Maintained
14264 F:      Documentation/networking/z8530drv.txt
14265 F:      drivers/net/hamradio/*scc.c
14266 F:      drivers/net/hamradio/z8530.h
14267
14268 ZBUD COMPRESSED PAGE ALLOCATOR
14269 M:      Seth Jennings <sjenning@redhat.com>
14270 M:      Dan Streetman <ddstreet@ieee.org>
14271 L:      linux-mm@kvack.org
14272 S:      Maintained
14273 F:      mm/zbud.c
14274 F:      include/linux/zbud.h
14275
14276 ZD1211RW WIRELESS DRIVER
14277 M:      Daniel Drake <dsd@gentoo.org>
14278 M:      Ulrich Kunitz <kune@deine-taler.de>
14279 W:      http://zd1211.ath.cx/wiki/DriverRewrite
14280 L:      linux-wireless@vger.kernel.org
14281 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
14282 S:      Maintained
14283 F:      drivers/net/wireless/zydas/zd1211rw/
14284
14285 ZD1301_DEMOD MEDIA DRIVER
14286 M:      Antti Palosaari <crope@iki.fi>
14287 L:      linux-media@vger.kernel.org
14288 W:      https://linuxtv.org/
14289 W:      http://palosaari.fi/linux/
14290 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14291 S:      Maintained
14292 F:      drivers/media/dvb-frontends/zd1301_demod*
14293
14294 ZD1301 MEDIA DRIVER
14295 M:      Antti Palosaari <crope@iki.fi>
14296 L:      linux-media@vger.kernel.org
14297 W:      https://linuxtv.org/
14298 W:      http://palosaari.fi/linux/
14299 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14300 S:      Maintained
14301 F:      drivers/media/usb/dvb-usb-v2/zd1301*
14302
14303 ZPOOL COMPRESSED PAGE STORAGE API
14304 M:      Dan Streetman <ddstreet@ieee.org>
14305 L:      linux-mm@kvack.org
14306 S:      Maintained
14307 F:      mm/zpool.c
14308 F:      include/linux/zpool.h
14309
14310 ZR36067 VIDEO FOR LINUX DRIVER
14311 L:      mjpeg-users@lists.sourceforge.net
14312 L:      linux-media@vger.kernel.org
14313 W:      http://mjpeg.sourceforge.net/driver-zoran/
14314 T:      hg https://linuxtv.org/hg/v4l-dvb
14315 S:      Odd Fixes
14316 F:      drivers/media/pci/zoran/
14317
14318 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14319 M:      Minchan Kim <minchan@kernel.org>
14320 M:      Nitin Gupta <ngupta@vflare.org>
14321 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14322 L:      linux-kernel@vger.kernel.org
14323 S:      Maintained
14324 F:      drivers/block/zram/
14325 F:      Documentation/blockdev/zram.txt
14326
14327 ZS DECSTATION Z85C30 SERIAL DRIVER
14328 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
14329 S:      Maintained
14330 F:      drivers/tty/serial/zs.*
14331
14332 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14333 M:      Minchan Kim <minchan@kernel.org>
14334 M:      Nitin Gupta <ngupta@vflare.org>
14335 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14336 L:      linux-mm@kvack.org
14337 S:      Maintained
14338 F:      mm/zsmalloc.c
14339 F:      include/linux/zsmalloc.h
14340 F:      Documentation/vm/zsmalloc.txt
14341
14342 ZSWAP COMPRESSED SWAP CACHING
14343 M:      Seth Jennings <sjenning@redhat.com>
14344 M:      Dan Streetman <ddstreet@ieee.org>
14345 L:      linux-mm@kvack.org
14346 S:      Maintained
14347 F:      mm/zswap.c
14348
14349 THE REST
14350 M:      Linus Torvalds <torvalds@linux-foundation.org>
14351 L:      linux-kernel@vger.kernel.org
14352 Q:      http://patchwork.kernel.org/project/LKML/list/
14353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14354 S:      Buried alive in reporters
14355 F:      *
14356 F:      */