]> asedeno.scripts.mit.edu Git - linux.git/blob - MAINTAINERS
Merge tag 'backlight-for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel...
[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 <aar@pengutronix.de>
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 ACENIC DRIVER
269 M:      Jes Sorensen <jes@trained-monkey.org>
270 L:      linux-acenic@sunsite.dk
271 S:      Maintained
272 F:      drivers/net/ethernet/alteon/acenic*
273
274 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
275 M:      Peter Feuerer <peter@piie.net>
276 L:      platform-driver-x86@vger.kernel.org
277 W:      http://piie.net/?section=acerhdf
278 S:      Maintained
279 F:      drivers/platform/x86/acerhdf.c
280
281 ACER WMI LAPTOP EXTRAS
282 M:      "Lee, Chun-Yi" <jlee@suse.com>
283 L:      platform-driver-x86@vger.kernel.org
284 S:      Maintained
285 F:      drivers/platform/x86/acer-wmi.c
286
287 ACPI
288 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
289 M:      Len Brown <lenb@kernel.org>
290 L:      linux-acpi@vger.kernel.org
291 W:      https://01.org/linux-acpi
292 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
294 B:      https://bugzilla.kernel.org
295 S:      Supported
296 F:      drivers/acpi/
297 F:      drivers/pnp/pnpacpi/
298 F:      include/linux/acpi.h
299 F:      include/acpi/
300 F:      Documentation/acpi/
301 F:      Documentation/ABI/testing/sysfs-bus-acpi
302 F:      Documentation/ABI/testing/configfs-acpi
303 F:      drivers/pci/*acpi*
304 F:      drivers/pci/*/*acpi*
305 F:      drivers/pci/*/*/*acpi*
306 F:      tools/power/acpi/
307
308 ACPI COMPONENT ARCHITECTURE (ACPICA)
309 M:      Robert Moore <robert.moore@intel.com>
310 M:      Lv Zheng <lv.zheng@intel.com>
311 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 L:      devel@acpica.org
314 W:      https://acpica.org/
315 W:      https://github.com/acpica/acpica/
316 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
318 B:      https://bugzilla.kernel.org
319 B:      https://bugs.acpica.org
320 S:      Supported
321 F:      drivers/acpi/acpica/
322 F:      include/acpi/
323 F:      tools/power/acpi/
324
325 ACPI FAN DRIVER
326 M:      Zhang Rui <rui.zhang@intel.com>
327 L:      linux-acpi@vger.kernel.org
328 W:      https://01.org/linux-acpi
329 B:      https://bugzilla.kernel.org
330 S:      Supported
331 F:      drivers/acpi/fan.c
332
333 ACPI FOR ARM64 (ACPI/arm64)
334 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
335 M:      Hanjun Guo <hanjun.guo@linaro.org>
336 M:      Sudeep Holla <sudeep.holla@arm.com>
337 L:      linux-acpi@vger.kernel.org
338 S:      Maintained
339 F:      drivers/acpi/arm64
340
341 ACPI THERMAL DRIVER
342 M:      Zhang Rui <rui.zhang@intel.com>
343 L:      linux-acpi@vger.kernel.org
344 W:      https://01.org/linux-acpi
345 B:      https://bugzilla.kernel.org
346 S:      Supported
347 F:      drivers/acpi/*thermal*
348
349 ACPI VIDEO DRIVER
350 M:      Zhang Rui <rui.zhang@intel.com>
351 L:      linux-acpi@vger.kernel.org
352 W:      https://01.org/linux-acpi
353 B:      https://bugzilla.kernel.org
354 S:      Supported
355 F:      drivers/acpi/acpi_video.c
356
357 ACPI WMI DRIVER
358 L:      platform-driver-x86@vger.kernel.org
359 S:      Orphan
360 F:      drivers/platform/x86/wmi.c
361
362 AD1889 ALSA SOUND DRIVER
363 M:      Thibaut Varene <T-Bone@parisc-linux.org>
364 W:      http://wiki.parisc-linux.org/AD1889
365 L:      linux-parisc@vger.kernel.org
366 S:      Maintained
367 F:      sound/pci/ad1889.*
368
369 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
370 M:      Michael Hennerich <michael.hennerich@analog.com>
371 W:      http://wiki.analog.com/AD5254
372 W:      http://ez.analog.com/community/linux-device-drivers
373 S:      Supported
374 F:      drivers/misc/ad525x_dpot.c
375
376 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
377 M:      Michael Hennerich <michael.hennerich@analog.com>
378 W:      http://wiki.analog.com/AD5398
379 W:      http://ez.analog.com/community/linux-device-drivers
380 S:      Supported
381 F:      drivers/regulator/ad5398.c
382
383 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
384 M:      Michael Hennerich <michael.hennerich@analog.com>
385 W:      http://wiki.analog.com/AD7142
386 W:      http://ez.analog.com/community/linux-device-drivers
387 S:      Supported
388 F:      drivers/input/misc/ad714x.c
389
390 AD7877 TOUCHSCREEN DRIVER
391 M:      Michael Hennerich <michael.hennerich@analog.com>
392 W:      http://wiki.analog.com/AD7877
393 W:      http://ez.analog.com/community/linux-device-drivers
394 S:      Supported
395 F:      drivers/input/touchscreen/ad7877.c
396
397 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
398 M:      Michael Hennerich <michael.hennerich@analog.com>
399 W:      http://wiki.analog.com/AD7879
400 W:      http://ez.analog.com/community/linux-device-drivers
401 S:      Supported
402 F:      drivers/input/touchscreen/ad7879.c
403
404 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
405 M:      Jiri Kosina <jikos@kernel.org>
406 S:      Maintained
407
408 ADF7242 IEEE 802.15.4 RADIO DRIVER
409 M:      Michael Hennerich <michael.hennerich@analog.com>
410 W:      https://wiki.analog.com/ADF7242
411 W:      http://ez.analog.com/community/linux-device-drivers
412 L:      linux-wpan@vger.kernel.org
413 S:      Supported
414 F:      drivers/net/ieee802154/adf7242.c
415 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
416
417 ADM1025 HARDWARE MONITOR DRIVER
418 M:      Jean Delvare <jdelvare@suse.com>
419 L:      linux-hwmon@vger.kernel.org
420 S:      Maintained
421 F:      Documentation/hwmon/adm1025
422 F:      drivers/hwmon/adm1025.c
423
424 ADM1029 HARDWARE MONITOR DRIVER
425 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
426 L:      linux-hwmon@vger.kernel.org
427 S:      Maintained
428 F:      drivers/hwmon/adm1029.c
429
430 ADM8211 WIRELESS DRIVER
431 L:      linux-wireless@vger.kernel.org
432 W:      http://wireless.kernel.org/
433 S:      Orphan
434 F:      drivers/net/wireless/admtek/adm8211.*
435
436 ADP1653 FLASH CONTROLLER DRIVER
437 M:      Sakari Ailus <sakari.ailus@iki.fi>
438 L:      linux-media@vger.kernel.org
439 S:      Maintained
440 F:      drivers/media/i2c/adp1653.c
441 F:      include/media/i2c/adp1653.h
442
443 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
444 M:      Michael Hennerich <michael.hennerich@analog.com>
445 W:      http://wiki.analog.com/ADP5520
446 W:      http://ez.analog.com/community/linux-device-drivers
447 S:      Supported
448 F:      drivers/mfd/adp5520.c
449 F:      drivers/video/backlight/adp5520_bl.c
450 F:      drivers/leds/leds-adp5520.c
451 F:      drivers/gpio/gpio-adp5520.c
452 F:      drivers/input/keyboard/adp5520-keys.c
453
454 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
455 M:      Michael Hennerich <michael.hennerich@analog.com>
456 W:      http://wiki.analog.com/ADP5588
457 W:      http://ez.analog.com/community/linux-device-drivers
458 S:      Supported
459 F:      drivers/input/keyboard/adp5588-keys.c
460 F:      drivers/gpio/gpio-adp5588.c
461
462 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
463 M:      Michael Hennerich <michael.hennerich@analog.com>
464 W:      http://wiki.analog.com/ADP8860
465 W:      http://ez.analog.com/community/linux-device-drivers
466 S:      Supported
467 F:      drivers/video/backlight/adp8860_bl.c
468
469 ADS1015 HARDWARE MONITOR DRIVER
470 M:      Dirk Eibach <eibach@gdsys.de>
471 L:      linux-hwmon@vger.kernel.org
472 S:      Maintained
473 F:      Documentation/hwmon/ads1015
474 F:      drivers/hwmon/ads1015.c
475 F:      include/linux/i2c/ads1015.h
476
477 ADT746X FAN DRIVER
478 M:      Colin Leroy <colin@colino.net>
479 S:      Maintained
480 F:      drivers/macintosh/therm_adt746x.c
481
482 ADT7475 HARDWARE MONITOR DRIVER
483 M:      Jean Delvare <jdelvare@suse.com>
484 L:      linux-hwmon@vger.kernel.org
485 S:      Maintained
486 F:      Documentation/hwmon/adt7475
487 F:      drivers/hwmon/adt7475.c
488
489 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
490 M:      Michael Hennerich <michael.hennerich@analog.com>
491 W:      http://wiki.analog.com/ADXL345
492 W:      http://ez.analog.com/community/linux-device-drivers
493 S:      Supported
494 F:      drivers/input/misc/adxl34x.c
495
496 ADVANSYS SCSI DRIVER
497 M:      Matthew Wilcox <matthew@wil.cx>
498 M:      Hannes Reinecke <hare@suse.com>
499 L:      linux-scsi@vger.kernel.org
500 S:      Maintained
501 F:      Documentation/scsi/advansys.txt
502 F:      drivers/scsi/advansys.c
503
504 AEDSP16 DRIVER
505 M:      Riccardo Facchetti <fizban@tin.it>
506 S:      Maintained
507 F:      sound/oss/aedsp16.c
508
509 AF9013 MEDIA DRIVER
510 M:      Antti Palosaari <crope@iki.fi>
511 L:      linux-media@vger.kernel.org
512 W:      https://linuxtv.org
513 W:      http://palosaari.fi/linux/
514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
515 T:      git git://linuxtv.org/anttip/media_tree.git
516 S:      Maintained
517 F:      drivers/media/dvb-frontends/af9013*
518
519 AF9033 MEDIA DRIVER
520 M:      Antti Palosaari <crope@iki.fi>
521 L:      linux-media@vger.kernel.org
522 W:      https://linuxtv.org
523 W:      http://palosaari.fi/linux/
524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
525 T:      git git://linuxtv.org/anttip/media_tree.git
526 S:      Maintained
527 F:      drivers/media/dvb-frontends/af9033*
528
529 AFFS FILE SYSTEM
530 L:      linux-fsdevel@vger.kernel.org
531 S:      Orphan
532 F:      Documentation/filesystems/affs.txt
533 F:      fs/affs/
534
535 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
536 M:      David Howells <dhowells@redhat.com>
537 L:      linux-afs@lists.infradead.org
538 S:      Supported
539 F:      fs/afs/
540 F:      include/net/af_rxrpc.h
541 F:      net/rxrpc/af_rxrpc.c
542 W:      https://www.infradead.org/~dhowells/kafs/
543
544 AGPGART DRIVER
545 M:      David Airlie <airlied@linux.ie>
546 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
547 S:      Maintained
548 F:      drivers/char/agp/
549 F:      include/linux/agp*
550 F:      include/uapi/linux/agp*
551
552 AHA152X SCSI DRIVER
553 M:      "Juergen E. Fischer" <fischer@norbit.de>
554 L:      linux-scsi@vger.kernel.org
555 S:      Maintained
556 F:      drivers/scsi/aha152x*
557 F:      drivers/scsi/pcmcia/aha152x*
558
559 AIC7XXX / AIC79XX SCSI DRIVER
560 M:      Hannes Reinecke <hare@suse.com>
561 L:      linux-scsi@vger.kernel.org
562 S:      Maintained
563 F:      drivers/scsi/aic7xxx/
564
565 AIMSLAB FM RADIO RECEIVER DRIVER
566 M:      Hans Verkuil <hverkuil@xs4all.nl>
567 L:      linux-media@vger.kernel.org
568 T:      git git://linuxtv.org/media_tree.git
569 W:      https://linuxtv.org
570 S:      Maintained
571 F:      drivers/media/radio/radio-aimslab*
572
573 AIO
574 M:      Benjamin LaHaise <bcrl@kvack.org>
575 L:      linux-aio@kvack.org
576 S:      Supported
577 F:      fs/aio.c
578 F:      include/linux/*aio*.h
579
580 AIRSPY MEDIA DRIVER
581 M:      Antti Palosaari <crope@iki.fi>
582 L:      linux-media@vger.kernel.org
583 W:      https://linuxtv.org
584 W:      http://palosaari.fi/linux/
585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
586 T:      git git://linuxtv.org/anttip/media_tree.git
587 S:      Maintained
588 F:      drivers/media/usb/airspy/
589
590 ALACRITECH GIGABIT ETHERNET DRIVER
591 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
592 S:      Maintained
593 F:      drivers/net/ethernet/alacritech/*
594
595 ALCATEL SPEEDTOUCH USB DRIVER
596 M:      Duncan Sands <duncan.sands@free.fr>
597 L:      linux-usb@vger.kernel.org
598 W:      http://www.linux-usb.org/SpeedTouch/
599 S:      Maintained
600 F:      drivers/usb/atm/speedtch.c
601 F:      drivers/usb/atm/usbatm.c
602
603 ALCHEMY AU1XX0 MMC DRIVER
604 M:      Manuel Lauss <manuel.lauss@gmail.com>
605 S:      Maintained
606 F:      drivers/mmc/host/au1xmmc.c
607
608 ALI1563 I2C DRIVER
609 M:      Rudolf Marek <r.marek@assembler.cz>
610 L:      linux-i2c@vger.kernel.org
611 S:      Maintained
612 F:      Documentation/i2c/busses/i2c-ali1563
613 F:      drivers/i2c/busses/i2c-ali1563.c
614
615 ALLWINNER SECURITY SYSTEM
616 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
617 L:      linux-crypto@vger.kernel.org
618 S:      Maintained
619 F:      drivers/crypto/sunxi-ss/
620
621 ALPHA PORT
622 M:      Richard Henderson <rth@twiddle.net>
623 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
624 M:      Matt Turner <mattst88@gmail.com>
625 S:      Odd Fixes
626 L:      linux-alpha@vger.kernel.org
627 F:      arch/alpha/
628
629 ALPS PS/2 TOUCHPAD DRIVER
630 R:      Pali Rohár <pali.rohar@gmail.com>
631 F:      drivers/input/mouse/alps.*
632
633 ALTERA MAILBOX DRIVER
634 M:      Ley Foon Tan <lftan@altera.com>
635 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
636 S:      Maintained
637 F:      drivers/mailbox/mailbox-altera.c
638
639 ALTERA PIO DRIVER
640 M:      Tien Hock Loh <thloh@altera.com>
641 L:      linux-gpio@vger.kernel.org
642 S:      Maintained
643 F:      drivers/gpio/gpio-altera.c
644
645 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
646 M:      Thor Thayer <thor.thayer@linux.intel.com>
647 S:      Maintained
648 F:      drivers/gpio/gpio-altera-a10sr.c
649 F:      drivers/mfd/altera-a10sr.c
650 F:      include/linux/mfd/altera-a10sr.h
651
652 ALTERA TRIPLE SPEED ETHERNET DRIVER
653 M:      Vince Bridgers <vbridger@opensource.altera.com>
654 L:      netdev@vger.kernel.org
655 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
656 S:      Maintained
657 F:      drivers/net/ethernet/altera/
658
659 ALTERA UART/JTAG UART SERIAL DRIVERS
660 M:      Tobias Klauser <tklauser@distanz.ch>
661 L:      linux-serial@vger.kernel.org
662 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
663 S:      Maintained
664 F:      drivers/tty/serial/altera_uart.c
665 F:      drivers/tty/serial/altera_jtaguart.c
666 F:      include/linux/altera_uart.h
667 F:      include/linux/altera_jtaguart.h
668
669 AMAZON ETHERNET DRIVERS
670 M:      Netanel Belgazal <netanel@annapurnalabs.com>
671 R:      Saeed Bishara <saeed@annapurnalabs.com>
672 R:      Zorik Machulsky <zorik@annapurnalabs.com>
673 L:      netdev@vger.kernel.org
674 S:      Supported
675 F:      Documentation/networking/ena.txt
676 F:      drivers/net/ethernet/amazon/
677
678 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
679 M:      Tom Lendacky <thomas.lendacky@amd.com>
680 M:      Gary Hook <gary.hook@amd.com>
681 L:      linux-crypto@vger.kernel.org
682 S:      Supported
683 F:      drivers/crypto/ccp/
684 F:      include/linux/ccp.h
685
686 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
687 M:      Huang Rui <ray.huang@amd.com>
688 L:      linux-hwmon@vger.kernel.org
689 S:      Supported
690 F:      Documentation/hwmon/fam15h_power
691 F:      drivers/hwmon/fam15h_power.c
692
693 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
694 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
695 S:      Orphan
696 F:      drivers/usb/gadget/udc/amd5536udc.*
697
698 AMD GEODE PROCESSOR/CHIPSET SUPPORT
699 P:      Andres Salomon <dilinger@queued.net>
700 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
701 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
702 S:      Supported
703 F:      drivers/char/hw_random/geode-rng.c
704 F:      drivers/crypto/geode*
705 F:      drivers/video/fbdev/geode/
706 F:      arch/x86/include/asm/geode.h
707
708 AMD IOMMU (AMD-VI)
709 M:      Joerg Roedel <joro@8bytes.org>
710 L:      iommu@lists.linux-foundation.org
711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
712 S:      Maintained
713 F:      drivers/iommu/amd_iommu*.[ch]
714 F:      include/linux/amd-iommu.h
715
716 AMD KFD
717 M:      Oded Gabbay <oded.gabbay@gmail.com>
718 L:      dri-devel@lists.freedesktop.org
719 T:      git git://people.freedesktop.org/~gabbayo/linux.git
720 S:      Supported
721 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
722 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
723 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
724 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
725 F:      drivers/gpu/drm/amd/amdkfd/
726 F:      drivers/gpu/drm/amd/include/cik_structs.h
727 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
728 F:      drivers/gpu/drm/amd/include/vi_structs.h
729 F:      drivers/gpu/drm/radeon/radeon_kfd.c
730 F:      drivers/gpu/drm/radeon/radeon_kfd.h
731 F:      include/uapi/linux/kfd_ioctl.h
732
733 AMD SEATTLE DEVICE TREE SUPPORT
734 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
735 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
736 M:      Tom Lendacky <thomas.lendacky@amd.com>
737 S:      Supported
738 F:      arch/arm64/boot/dts/amd/
739
740 AMD XGBE DRIVER
741 M:      Tom Lendacky <thomas.lendacky@amd.com>
742 L:      netdev@vger.kernel.org
743 S:      Supported
744 F:      drivers/net/ethernet/amd/xgbe/
745 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
746
747 AMS (Apple Motion Sensor) DRIVER
748 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
749 S:      Supported
750 F:      drivers/macintosh/ams/
751
752 ANALOG DEVICES INC AD9389B DRIVER
753 M:      Hans Verkuil <hans.verkuil@cisco.com>
754 L:      linux-media@vger.kernel.org
755 S:      Maintained
756 F:      drivers/media/i2c/ad9389b*
757
758 ANALOG DEVICES INC ADV7180 DRIVER
759 M:      Lars-Peter Clausen <lars@metafoo.de>
760 L:      linux-media@vger.kernel.org
761 W:      http://ez.analog.com/community/linux-device-drivers
762 S:      Supported
763 F:      drivers/media/i2c/adv7180.c
764
765 ANALOG DEVICES INC ADV7511 DRIVER
766 M:      Hans Verkuil <hans.verkuil@cisco.com>
767 L:      linux-media@vger.kernel.org
768 S:      Maintained
769 F:      drivers/media/i2c/adv7511*
770
771 ANALOG DEVICES INC ADV7604 DRIVER
772 M:      Hans Verkuil <hans.verkuil@cisco.com>
773 L:      linux-media@vger.kernel.org
774 S:      Maintained
775 F:      drivers/media/i2c/adv7604*
776
777 ANALOG DEVICES INC ADV7842 DRIVER
778 M:      Hans Verkuil <hans.verkuil@cisco.com>
779 L:      linux-media@vger.kernel.org
780 S:      Maintained
781 F:      drivers/media/i2c/adv7842*
782
783 ANALOG DEVICES INC ASOC CODEC DRIVERS
784 M:      Lars-Peter Clausen <lars@metafoo.de>
785 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
786 W:      http://wiki.analog.com/
787 W:      http://ez.analog.com/community/linux-device-drivers
788 S:      Supported
789 F:      sound/soc/codecs/adau*
790 F:      sound/soc/codecs/adav*
791 F:      sound/soc/codecs/ad1*
792 F:      sound/soc/codecs/ad7*
793 F:      sound/soc/codecs/ssm*
794 F:      sound/soc/codecs/sigmadsp.*
795
796 ANALOG DEVICES INC ASOC DRIVERS
797 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
798 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
799 W:      http://blackfin.uclinux.org/
800 S:      Supported
801 F:      sound/soc/blackfin/*
802
803 ANALOG DEVICES INC IIO DRIVERS
804 M:      Lars-Peter Clausen <lars@metafoo.de>
805 M:      Michael Hennerich <Michael.Hennerich@analog.com>
806 W:      http://wiki.analog.com/
807 W:      http://ez.analog.com/community/linux-device-drivers
808 S:      Supported
809 F:      drivers/iio/*/ad*
810 X:      drivers/iio/*/adjd*
811 F:      drivers/staging/iio/*/ad*
812 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
813
814 ANALOG DEVICES INC DMA DRIVERS
815 M:      Lars-Peter Clausen <lars@metafoo.de>
816 W:      http://ez.analog.com/community/linux-device-drivers
817 S:      Supported
818 F:      drivers/dma/dma-axi-dmac.c
819
820 ANDROID CONFIG FRAGMENTS
821 M:      Rob Herring <robh@kernel.org>
822 S:      Supported
823 F:      kernel/configs/android*
824
825 ANDROID DRIVERS
826 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
827 M:      Arve Hjønnevåg <arve@android.com>
828 M:      Riley Andrews <riandrews@android.com>
829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
830 L:      devel@driverdev.osuosl.org
831 S:      Supported
832 F:      drivers/android/
833 F:      drivers/staging/android/
834
835 ANDROID ION DRIVER
836 M:      Laura Abbott <labbott@redhat.com>
837 M:      Sumit Semwal <sumit.semwal@linaro.org>
838 L:      devel@driverdev.osuosl.org
839 S:      Supported
840 F:      Documentation/devicetree/bindings/staging/ion/
841 F:      drivers/staging/android/ion
842 F:      drivers/staging/android/uapi/ion.h
843 F:      drivers/staging/android/uapi/ion_test.h
844
845 AOA (Apple Onboard Audio) ALSA DRIVER
846 M:      Johannes Berg <johannes@sipsolutions.net>
847 L:      linuxppc-dev@lists.ozlabs.org
848 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
849 S:      Maintained
850 F:      sound/aoa/
851
852 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
853 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
854 L:      linux-iio@vger.kernel.org
855 S:      Maintained
856 F:      drivers/iio/adc/stx104.c
857
858 APM DRIVER
859 M:      Jiri Kosina <jikos@kernel.org>
860 S:      Odd fixes
861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
862 F:      arch/x86/kernel/apm_32.c
863 F:      include/linux/apm_bios.h
864 F:      include/uapi/linux/apm_bios.h
865 F:      drivers/char/apm-emulation.c
866
867 APPLE BCM5974 MULTITOUCH DRIVER
868 M:      Henrik Rydberg <rydberg@bitmath.org>
869 L:      linux-input@vger.kernel.org
870 S:      Odd fixes
871 F:      drivers/input/mouse/bcm5974.c
872
873 APPLE SMC DRIVER
874 M:      Henrik Rydberg <rydberg@bitmath.org>
875 L:      linux-hwmon@vger.kernel.org
876 S:      Odd fixes
877 F:      drivers/hwmon/applesmc.c
878
879 APPLETALK NETWORK LAYER
880 L:      netdev@vger.kernel.org
881 S:      Odd fixes
882 F:      drivers/net/appletalk/
883 F:      net/appletalk/
884
885 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
886 M:      Duc Dang <dhdang@apm.com>
887 S:      Supported
888 F:      arch/arm64/boot/dts/apm/
889
890 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
891 M:      Iyappan Subramanian <isubramanian@apm.com>
892 M:      Keyur Chudgar <kchudgar@apm.com>
893 S:      Supported
894 F:      drivers/net/ethernet/apm/xgene/
895 F:      drivers/net/phy/mdio-xgene.c
896 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
897 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
898
899 APPLIED MICRO (APM) X-GENE SOC PMU
900 M:      Tai Nguyen <ttnguyen@apm.com>
901 S:      Supported
902 F:      drivers/perf/xgene_pmu.c
903 F:      Documentation/perf/xgene-pmu.txt
904 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
905
906 APTINA CAMERA SENSOR PLL
907 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
908 L:      linux-media@vger.kernel.org
909 S:      Maintained
910 F:      drivers/media/i2c/aptina-pll.*
911
912 ARC FRAMEBUFFER DRIVER
913 M:      Jaya Kumar <jayalk@intworks.biz>
914 S:      Maintained
915 F:      drivers/video/fbdev/arcfb.c
916 F:      drivers/video/fbdev/core/fb_defio.c
917
918 ARCNET NETWORK LAYER
919 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
920 L:      netdev@vger.kernel.org
921 S:      Maintained
922 F:      drivers/net/arcnet/
923 F:      include/uapi/linux/if_arcnet.h
924
925 ARC PGU DRM DRIVER
926 M:      Alexey Brodkin <abrodkin@synopsys.com>
927 S:      Supported
928 F:      drivers/gpu/drm/arc/
929 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
930
931 ARM ARCHITECTED TIMER DRIVER
932 M:      Mark Rutland <mark.rutland@arm.com>
933 M:      Marc Zyngier <marc.zyngier@arm.com>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/include/asm/arch_timer.h
937 F:      arch/arm64/include/asm/arch_timer.h
938 F:      drivers/clocksource/arm_arch_timer.c
939
940 ARM HDLCD DRM DRIVER
941 M:      Liviu Dudau <liviu.dudau@arm.com>
942 S:      Supported
943 F:      drivers/gpu/drm/arm/hdlcd_*
944 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
945
946 ARM MALI-DP DRM DRIVER
947 M:      Liviu Dudau <liviu.dudau@arm.com>
948 M:      Brian Starkey <brian.starkey@arm.com>
949 M:      Mali DP Maintainers <malidp@foss.arm.com>
950 S:      Supported
951 F:      drivers/gpu/drm/arm/
952 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
953
954 ARM MFM AND FLOPPY DRIVERS
955 M:      Ian Molton <spyro@f2s.com>
956 S:      Maintained
957 F:      arch/arm/lib/floppydma.S
958 F:      arch/arm/include/asm/floppy.h
959
960 ARM PMU PROFILING AND DEBUGGING
961 M:      Will Deacon <will.deacon@arm.com>
962 M:      Mark Rutland <mark.rutland@arm.com>
963 S:      Maintained
964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 F:      arch/arm*/kernel/perf_*
966 F:      arch/arm/oprofile/common.c
967 F:      arch/arm*/kernel/hw_breakpoint.c
968 F:      arch/arm*/include/asm/hw_breakpoint.h
969 F:      arch/arm*/include/asm/perf_event.h
970 F:      drivers/perf/*
971 F:      include/linux/perf/arm_pmu.h
972 F:      Documentation/devicetree/bindings/arm/pmu.txt
973
974 ARM PORT
975 M:      Russell King <linux@armlinux.org.uk>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 W:      http://www.armlinux.org.uk/
978 S:      Maintained
979 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
980 F:      arch/arm/
981
982 ARM SUB-ARCHITECTURES
983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 S:      Maintained
985 F:      arch/arm/mach-*/
986 F:      arch/arm/plat-*/
987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
988
989 ARM PRIMECELL AACI PL041 DRIVER
990 M:      Russell King <linux@armlinux.org.uk>
991 S:      Maintained
992 F:      sound/arm/aaci.*
993
994 ARM PRIMECELL CLCD PL110 DRIVER
995 M:      Russell King <linux@armlinux.org.uk>
996 S:      Maintained
997 F:      drivers/video/fbdev/amba-clcd.*
998
999 ARM PRIMECELL KMI PL050 DRIVER
1000 M:      Russell King <linux@armlinux.org.uk>
1001 S:      Maintained
1002 F:      drivers/input/serio/ambakmi.*
1003 F:      include/linux/amba/kmi.h
1004
1005 ARM PRIMECELL MMCI PL180/1 DRIVER
1006 M:      Russell King <linux@armlinux.org.uk>
1007 S:      Maintained
1008 F:      drivers/mmc/host/mmci.*
1009 F:      include/linux/amba/mmci.h
1010
1011 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1012 M:      Russell King <linux@armlinux.org.uk>
1013 S:      Maintained
1014 F:      drivers/tty/serial/amba-pl01*.c
1015 F:      include/linux/amba/serial.h
1016
1017 ARM PRIMECELL BUS SUPPORT
1018 M:      Russell King <linux@armlinux.org.uk>
1019 S:      Maintained
1020 F:      drivers/amba/
1021 F:      include/linux/amba/bus.h
1022
1023 ARM/ADS SPHERE MACHINE SUPPORT
1024 M:      Lennert Buytenhek <kernel@wantstofly.org>
1025 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1026 S:      Maintained
1027
1028 ARM/AFEB9260 MACHINE SUPPORT
1029 M:      Sergey Lapin <slapin@ossfans.org>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 S:      Maintained
1032
1033 ARM/AJECO 1ARM MACHINE SUPPORT
1034 M:      Lennert Buytenhek <kernel@wantstofly.org>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 S:      Maintained
1037
1038 ARM/Allwinner sunXi SoC support
1039 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1040 M:      Chen-Yu Tsai <wens@csie.org>
1041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 S:      Maintained
1043 N:      sun[x456789]i
1044 F:      arch/arm/boot/dts/ntc-gr8*
1045 F:      arch/arm64/boot/dts/allwinner/
1046
1047 ARM/Allwinner SoC Clock Support
1048 M:      Emilio López <emilio@elopez.com.ar>
1049 S:      Maintained
1050 F:      drivers/clk/sunxi/
1051
1052 ARM/Amlogic Meson SoC support
1053 M:      Carlo Caione <carlo@caione.org>
1054 M:      Kevin Hilman <khilman@baylibre.com>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 L:      linux-amlogic@lists.infradead.org
1057 W:      http://linux-meson.com/
1058 S:      Maintained
1059 F:      arch/arm/mach-meson/
1060 F:      arch/arm/boot/dts/meson*
1061 F:      arch/arm64/boot/dts/amlogic/
1062 F:      drivers/pinctrl/meson/
1063 F:      drivers/mmc/host/meson*
1064 N:      meson
1065
1066 ARM/Annapurna Labs ALPINE ARCHITECTURE
1067 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1068 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 F:      arch/arm/mach-alpine/
1072 F:      arch/arm/boot/dts/alpine*
1073 F:      arch/arm64/boot/dts/al/
1074 F:      drivers/*/*alpine*
1075
1076 ARM/ARTPEC MACHINE SUPPORT
1077 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1078 M:      Lars Persson <lars.persson@axis.com>
1079 M:      Niklas Cassel <niklas.cassel@axis.com>
1080 S:      Maintained
1081 L:      linux-arm-kernel@axis.com
1082 F:      arch/arm/mach-artpec
1083 F:      arch/arm/boot/dts/artpec6*
1084 F:      drivers/clk/axis
1085
1086 ARM/ASPEED MACHINE SUPPORT
1087 M:      Joel Stanley <joel@jms.id.au>
1088 S:      Maintained
1089 F:      arch/arm/mach-aspeed/
1090 F:      arch/arm/boot/dts/aspeed-*
1091 F:      drivers/*/*aspeed*
1092
1093 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1094 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
1095 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1096 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 W:      http://www.linux4sam.org
1099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1100 S:      Supported
1101 F:      arch/arm/mach-at91/
1102 F:      include/soc/at91/
1103 F:      arch/arm/boot/dts/at91*.dts
1104 F:      arch/arm/boot/dts/at91*.dtsi
1105 F:      arch/arm/boot/dts/sama*.dts
1106 F:      arch/arm/boot/dts/sama*.dtsi
1107 F:      arch/arm/include/debug/at91.S
1108
1109 ARM/ATMEL AT91 Clock Support
1110 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1111 S:      Maintained
1112 F:      drivers/clk/at91
1113
1114 ARM/CALXEDA HIGHBANK ARCHITECTURE
1115 M:      Rob Herring <robh@kernel.org>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 F:      arch/arm/mach-highbank/
1119 F:      arch/arm/boot/dts/highbank.dts
1120 F:      arch/arm/boot/dts/ecx-*.dts*
1121
1122 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1123 M:      Krzysztof Halasa <khalasa@piap.pl>
1124 S:      Maintained
1125 F:      arch/arm/mach-cns3xxx/
1126
1127 ARM/CAVIUM THUNDER NETWORK DRIVER
1128 M:      Sunil Goutham <sgoutham@cavium.com>
1129 M:      Robert Richter <rric@kernel.org>
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S:      Supported
1132 F:      drivers/net/ethernet/cavium/thunder/
1133
1134 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1135 M:      Alexander Shiyan <shc_work@mail.ru>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Odd Fixes
1138 N:      clps711x
1139
1140 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1141 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1142 M:      Ryan Mallon <rmallon@gmail.com>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145 F:      arch/arm/mach-ep93xx/
1146 F:      arch/arm/mach-ep93xx/include/mach/
1147
1148 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1149 M:      Lennert Buytenhek <kernel@wantstofly.org>
1150 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 S:      Maintained
1152
1153 ARM/CLKDEV SUPPORT
1154 M:      Russell King <linux@armlinux.org.uk>
1155 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 S:      Maintained
1157 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1158 F:      arch/arm/include/asm/clkdev.h
1159 F:      drivers/clk/clkdev.c
1160
1161 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1162 M:      Mike Rapoport <mike@compulab.co.il>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/CONTEC MICRO9 MACHINE SUPPORT
1167 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1168 S:      Maintained
1169 F:      arch/arm/mach-ep93xx/micro9.c
1170
1171 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1172 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      drivers/hwtracing/coresight/*
1176 F:      Documentation/trace/coresight.txt
1177 F:      Documentation/devicetree/bindings/arm/coresight.txt
1178 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1179 F:      tools/perf/arch/arm/util/pmu.c
1180 F:      tools/perf/arch/arm/util/auxtrace.c
1181 F:      tools/perf/arch/arm/util/cs-etm.c
1182 F:      tools/perf/arch/arm/util/cs-etm.h
1183 F:      tools/perf/util/cs-etm.h
1184
1185 ARM/CORGI MACHINE SUPPORT
1186 M:      Richard Purdie <rpurdie@rpsys.net>
1187 S:      Maintained
1188
1189 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1190 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 T:      git git://github.com/ulli-kroll/linux.git
1193 S:      Maintained
1194 F:      arch/arm/mach-gemini/
1195 F:      drivers/rtc/rtc-gemini.c
1196
1197 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1198 M:      Barry Song <baohua@kernel.org>
1199 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1201 S:      Maintained
1202 F:      arch/arm/boot/dts/prima2*
1203 F:      arch/arm/mach-prima2/
1204 F:      drivers/clk/sirf/
1205 F:      drivers/clocksource/timer-prima2.c
1206 F:      drivers/clocksource/timer-atlas7.c
1207 N:      [^a-z]sirf
1208
1209 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1210 M:      Baruch Siach <baruch@tkos.co.il>
1211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S:      Maintained
1213 F:      arch/arm/boot/dts/cx92755*
1214 N:      digicolor
1215
1216 ARM/EBSA110 MACHINE SUPPORT
1217 M:      Russell King <linux@armlinux.org.uk>
1218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219 W:      http://www.armlinux.org.uk/
1220 S:      Maintained
1221 F:      arch/arm/mach-ebsa110/
1222 F:      drivers/net/ethernet/amd/am79c961a.*
1223
1224 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1225 M:      Uwe Kleine-König <kernel@pengutronix.de>
1226 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S:      Maintained
1228 N:      efm32
1229
1230 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1231 M:      Daniel Ribeiro <drwyrm@gmail.com>
1232 M:      Stefan Schmidt <stefan@openezx.org>
1233 M:      Harald Welte <laforge@openezx.org>
1234 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1235 W:      http://www.openezx.org/
1236 S:      Maintained
1237 T:      topgit git://git.openezx.org/openezx.git
1238 F:      arch/arm/mach-pxa/ezx.c
1239
1240 ARM/FARADAY FA526 PORT
1241 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 S:      Maintained
1244 T:      git git://git.berlios.de/gemini-board
1245 F:      arch/arm/mm/*-fa*
1246
1247 ARM/FOOTBRIDGE ARCHITECTURE
1248 M:      Russell King <linux@armlinux.org.uk>
1249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1250 W:      http://www.armlinux.org.uk/
1251 S:      Maintained
1252 F:      arch/arm/include/asm/hardware/dec21285.h
1253 F:      arch/arm/mach-footbridge/
1254
1255 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1256 M:      Shawn Guo <shawnguo@kernel.org>
1257 M:      Sascha Hauer <kernel@pengutronix.de>
1258 R:      Fabio Estevam <fabio.estevam@nxp.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1262 F:      arch/arm/mach-imx/
1263 F:      arch/arm/mach-mxs/
1264 F:      arch/arm/boot/dts/imx*
1265 F:      arch/arm/configs/imx*_defconfig
1266 F:      drivers/clk/imx/
1267 F:      include/soc/imx/
1268
1269 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1270 M:      Shawn Guo <shawnguo@kernel.org>
1271 M:      Sascha Hauer <kernel@pengutronix.de>
1272 R:      Stefan Agner <stefan@agner.ch>
1273 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1274 S:      Maintained
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1276 F:      arch/arm/mach-imx/*vf610*
1277 F:      arch/arm/boot/dts/vf*
1278
1279 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1280 M:      Lennert Buytenhek <kernel@wantstofly.org>
1281 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 S:      Maintained
1283
1284 ARM/GUMSTIX MACHINE SUPPORT
1285 M:      Steve Sakoman <sakoman@gmail.com>
1286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288
1289 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1290 M:      Philipp Zabel <philipp.zabel@gmail.com>
1291 M:      Paul Parsons <lost.distance@yahoo.com>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 S:      Maintained
1294 F:      arch/arm/mach-pxa/hx4700.c
1295 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1296 F:      sound/soc/pxa/hx4700.c
1297
1298 ARM/HISILICON SOC SUPPORT
1299 M:      Wei Xu <xuwei5@hisilicon.com>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 W:      http://www.hisilicon.com
1302 S:      Supported
1303 T:      git git://github.com/hisilicon/linux-hisi.git
1304 F:      arch/arm/mach-hisi/
1305 F:      arch/arm/boot/dts/hi3*
1306 F:      arch/arm/boot/dts/hip*
1307 F:      arch/arm/boot/dts/hisi*
1308 F:      arch/arm64/boot/dts/hisilicon/
1309
1310 ARM/HP JORNADA 7XX MACHINE SUPPORT
1311 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1312 W:      www.jlime.com
1313 S:      Maintained
1314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1315 F:      arch/arm/mach-sa1100/jornada720.c
1316 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1317
1318 ARM/IGEP MACHINE SUPPORT
1319 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1320 M:      Javier Martinez Canillas <javier@dowhile0.org>
1321 L:      linux-omap@vger.kernel.org
1322 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 S:      Maintained
1324 F:      arch/arm/boot/dts/omap3-igep*
1325
1326 ARM/INCOME PXA270 SUPPORT
1327 M:      Marek Vasut <marek.vasut@gmail.com>
1328 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329 S:      Maintained
1330 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1331
1332 ARM/INTEL IOP32X ARM ARCHITECTURE
1333 M:      Lennert Buytenhek <kernel@wantstofly.org>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 S:      Maintained
1336
1337 ARM/INTEL IOP33X ARM ARCHITECTURE
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 S:      Orphan
1340
1341 ARM/INTEL IOP13XX ARM ARCHITECTURE
1342 M:      Lennert Buytenhek <kernel@wantstofly.org>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S:      Maintained
1345
1346 ARM/INTEL IQ81342EX MACHINE SUPPORT
1347 M:      Lennert Buytenhek <kernel@wantstofly.org>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 S:      Maintained
1350
1351 ARM/INTEL IXDP2850 MACHINE SUPPORT
1352 M:      Lennert Buytenhek <kernel@wantstofly.org>
1353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1354 S:      Maintained
1355
1356 ARM/INTEL IXP4XX ARM ARCHITECTURE
1357 M:      Imre Kaloz <kaloz@openwrt.org>
1358 M:      Krzysztof Halasa <khalasa@piap.pl>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 S:      Maintained
1361 F:      arch/arm/mach-ixp4xx/
1362
1363 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1364 M:      Jonathan Cameron <jic23@cam.ac.uk>
1365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1366 S:      Maintained
1367 F:      arch/arm/mach-pxa/stargate2.c
1368 F:      drivers/pcmcia/pxa2xx_stargate2.c
1369
1370 ARM/INTEL XSC3 (MANZANO) ARM CORE
1371 M:      Lennert Buytenhek <kernel@wantstofly.org>
1372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 S:      Maintained
1374
1375 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1376 M:      Lennert Buytenhek <kernel@wantstofly.org>
1377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 S:      Maintained
1379
1380 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1381 M:      Santosh Shilimkar <ssantosh@kernel.org>
1382 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1383 S:      Maintained
1384 F:      arch/arm/mach-keystone/
1385 F:      arch/arm/boot/dts/keystone-*
1386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1387
1388 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1389 M:      Santosh Shilimkar <ssantosh@kernel.org>
1390 L:      linux-kernel@vger.kernel.org
1391 S:      Maintained
1392 F:      drivers/clk/keystone/
1393
1394 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1395 M:      Santosh Shilimkar <ssantosh@kernel.org>
1396 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1397 L:      linux-kernel@vger.kernel.org
1398 S:      Maintained
1399 F:      drivers/clocksource/timer-keystone.c
1400
1401 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1402 M:      Santosh Shilimkar <ssantosh@kernel.org>
1403 L:      linux-kernel@vger.kernel.org
1404 S:      Maintained
1405 F:      drivers/power/reset/keystone-reset.c
1406
1407 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1408 M:      Santosh Shilimkar <ssantosh@kernel.org>
1409 L:      linux-kernel@vger.kernel.org
1410 S:      Maintained
1411 F:      drivers/memory/*emif*
1412
1413 ARM/LG1K ARCHITECTURE
1414 M:      Chanho Min <chanho.min@lge.com>
1415 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1416 S:      Maintained
1417 F:      arch/arm64/boot/dts/lg/
1418
1419 ARM/LOGICPD PXA270 MACHINE SUPPORT
1420 M:      Lennert Buytenhek <kernel@wantstofly.org>
1421 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422 S:      Maintained
1423
1424 ARM/LPC18XX ARCHITECTURE
1425 M:      Joachim Eastwood <manabian@gmail.com>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 S:      Maintained
1428 F:      arch/arm/boot/dts/lpc43*
1429 F:      drivers/clk/nxp/clk-lpc18xx*
1430 F:      drivers/clocksource/time-lpc32xx.c
1431 F:      drivers/i2c/busses/i2c-lpc2k.c
1432 F:      drivers/memory/pl172.c
1433 F:      drivers/mtd/spi-nor/nxp-spifi.c
1434 F:      drivers/rtc/rtc-lpc24xx.c
1435 N:      lpc18xx
1436
1437 ARM/LPC32XX SOC SUPPORT
1438 M:      Vladimir Zapolskiy <vz@mleia.com>
1439 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1440 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1441 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1442 S:      Maintained
1443 F:      arch/arm/boot/dts/lpc32*
1444 F:      arch/arm/mach-lpc32xx/
1445 F:      drivers/i2c/busses/i2c-pnx.c
1446 F:      drivers/net/ethernet/nxp/lpc_eth.c
1447 F:      drivers/usb/host/ohci-nxp.c
1448 F:      drivers/watchdog/pnx4008_wdt.c
1449 N:      lpc32xx
1450
1451 ARM/MAGICIAN MACHINE SUPPORT
1452 M:      Philipp Zabel <philipp.zabel@gmail.com>
1453 S:      Maintained
1454
1455 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1456 M:      Jason Cooper <jason@lakedaemon.net>
1457 M:      Andrew Lunn <andrew@lunn.ch>
1458 M:      Gregory Clement <gregory.clement@free-electrons.com>
1459 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S:      Maintained
1462 F:      arch/arm/mach-mvebu/
1463 F:      drivers/rtc/rtc-armada38x.c
1464 F:      arch/arm/boot/dts/armada*
1465 F:      arch/arm/boot/dts/kirkwood*
1466 F:      arch/arm64/boot/dts/marvell/armada*
1467 F:      drivers/cpufreq/mvebu-cpufreq.c
1468 F:      arch/arm/configs/mvebu_*_defconfig
1469
1470 ARM/Marvell Berlin SoC support
1471 M:      Jisheng Zhang <jszhang@marvell.com>
1472 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1473 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1474 S:      Maintained
1475 F:      arch/arm/mach-berlin/
1476 F:      arch/arm/boot/dts/berlin*
1477 F:      arch/arm64/boot/dts/marvell/berlin*
1478
1479
1480 ARM/Marvell Dove/MV78xx0/Orion SOC support
1481 M:      Jason Cooper <jason@lakedaemon.net>
1482 M:      Andrew Lunn <andrew@lunn.ch>
1483 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1484 M:      Gregory Clement <gregory.clement@free-electrons.com>
1485 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1486 S:      Maintained
1487 F:      arch/arm/mach-dove/
1488 F:      arch/arm/mach-mv78xx0/
1489 F:      arch/arm/mach-orion5x/
1490 F:      arch/arm/plat-orion/
1491 F:      arch/arm/boot/dts/dove*
1492 F:      arch/arm/boot/dts/orion5x*
1493
1494
1495 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1496 M:      Alexander Clouter <alex@digriz.org.uk>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 W:      http://www.digriz.org.uk/ts78xx/kernel
1499 S:      Maintained
1500 F:      arch/arm/mach-orion5x/ts78xx-*
1501
1502 ARM/OXNAS platform support
1503 M:      Neil Armstrong <narmstrong@baylibre.com>
1504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1506 S:      Maintained
1507 F:      arch/arm/mach-oxnas/
1508 F:      arch/arm/boot/dts/ox8*.dtsi
1509 F:      arch/arm/boot/dts/wd-mbwe.dts
1510 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1511 N:      oxnas
1512
1513 ARM/Mediatek RTC DRIVER
1514 M:      Eddie Huang <eddie.huang@mediatek.com>
1515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1516 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1517 S:      Maintained
1518 F:      drivers/rtc/rtc-mt6397.c
1519
1520 ARM/Mediatek SoC support
1521 M:      Matthias Brugger <matthias.bgg@gmail.com>
1522 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1523 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1524 S:      Maintained
1525 F:      arch/arm/boot/dts/mt6*
1526 F:      arch/arm/boot/dts/mt8*
1527 F:      arch/arm/mach-mediatek/
1528 N:      mtk
1529 K:      mediatek
1530
1531 ARM/Mediatek USB3 PHY DRIVER
1532 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1534 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1535 S:      Maintained
1536 F:      drivers/phy/phy-mt65xx-usb3.c
1537
1538 ARM/MICREL KS8695 ARCHITECTURE
1539 M:      Greg Ungerer <gerg@uclinux.org>
1540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1541 F:      arch/arm/mach-ks8695/
1542 S:      Odd Fixes
1543
1544 ARM/MIOA701 MACHINE SUPPORT
1545 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 F:      arch/arm/mach-pxa/mioa701.c
1548 S:      Maintained
1549
1550 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1551 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1552 S:      Maintained
1553
1554 ARM/NOMADIK ARCHITECTURE
1555 M:      Alessandro Rubini <rubini@unipv.it>
1556 M:      Linus Walleij <linus.walleij@linaro.org>
1557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 S:      Maintained
1559 F:      arch/arm/mach-nomadik/
1560 F:      drivers/pinctrl/nomadik/
1561 F:      drivers/i2c/busses/i2c-nomadik.c
1562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1563
1564 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1565 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1566 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1567 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1568 S:      Supported
1569
1570 ARM/TOSA MACHINE SUPPORT
1571 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1572 M:      Dirk Opfer <dirk@opfer-online.de>
1573 S:      Maintained
1574
1575 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1576 M:      Marek Vasut <marek.vasut@gmail.com>
1577 L:      linux-arm-kernel@lists.infradead.org
1578 W:      http://hackndev.com
1579 S:      Maintained
1580 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1581 F:      arch/arm/mach-pxa/palmtx.c
1582 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1583 F:      arch/arm/mach-pxa/palmt5.c
1584 F:      arch/arm/mach-pxa/include/mach/palmld.h
1585 F:      arch/arm/mach-pxa/palmld.c
1586 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1587 F:      arch/arm/mach-pxa/palmte2.c
1588 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1589 F:      arch/arm/mach-pxa/palmtc.c
1590
1591 ARM/PALM TREO SUPPORT
1592 M:      Tomas Cech <sleep_walker@suse.com>
1593 L:      linux-arm-kernel@lists.infradead.org
1594 W:      http://hackndev.com
1595 S:      Maintained
1596 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1597 F:      arch/arm/mach-pxa/palmtreo.c
1598
1599 ARM/PALMZ72 SUPPORT
1600 M:      Sergey Lapin <slapin@ossfans.org>
1601 L:      linux-arm-kernel@lists.infradead.org
1602 W:      http://hackndev.com
1603 S:      Maintained
1604 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1605 F:      arch/arm/mach-pxa/palmz72.c
1606
1607 ARM/PLEB SUPPORT
1608 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1609 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1610 S:      Maintained
1611
1612 ARM/PT DIGITAL BOARD PORT
1613 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1615 W:      http://www.armlinux.org.uk/
1616 S:      Maintained
1617
1618 ARM/QUALCOMM SUPPORT
1619 M:      Andy Gross <andy.gross@linaro.org>
1620 M:      David Brown <david.brown@linaro.org>
1621 L:      linux-arm-msm@vger.kernel.org
1622 L:      linux-soc@vger.kernel.org
1623 S:      Maintained
1624 F:      Documentation/devicetree/bindings/soc/qcom/
1625 F:      arch/arm/boot/dts/qcom-*.dts
1626 F:      arch/arm/boot/dts/qcom-*.dtsi
1627 F:      arch/arm/mach-qcom/
1628 F:      arch/arm64/boot/dts/qcom/*
1629 F:      drivers/i2c/busses/i2c-qup.c
1630 F:      drivers/clk/qcom/
1631 F:      drivers/pinctrl/qcom/
1632 F:      drivers/soc/qcom/
1633 F:      drivers/spi/spi-qup.c
1634 F:      drivers/tty/serial/msm_serial.h
1635 F:      drivers/tty/serial/msm_serial.c
1636 F:      drivers/*/pm8???-*
1637 F:      drivers/mfd/ssbi.c
1638 F:      drivers/firmware/qcom_scm.c
1639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1640
1641 ARM/RADISYS ENP2611 MACHINE SUPPORT
1642 M:      Lennert Buytenhek <kernel@wantstofly.org>
1643 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1644 S:      Maintained
1645
1646 ARM/RENESAS ARM64 ARCHITECTURE
1647 M:      Simon Horman <horms@verge.net.au>
1648 M:      Magnus Damm <magnus.damm@gmail.com>
1649 L:      linux-renesas-soc@vger.kernel.org
1650 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1652 S:      Supported
1653 F:      arch/arm64/boot/dts/renesas/
1654 F:      drivers/soc/renesas/
1655 F:      include/linux/soc/renesas/
1656
1657 ARM/RISCPC ARCHITECTURE
1658 M:      Russell King <linux@armlinux.org.uk>
1659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 W:      http://www.armlinux.org.uk/
1661 S:      Maintained
1662 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1663 F:      arch/arm/include/asm/hardware/ioc.h
1664 F:      arch/arm/include/asm/hardware/iomd.h
1665 F:      arch/arm/include/asm/hardware/memc.h
1666 F:      arch/arm/mach-rpc/
1667 F:      drivers/net/ethernet/8390/etherh.c
1668 F:      drivers/net/ethernet/i825xx/ether1*
1669 F:      drivers/net/ethernet/seeq/ether3*
1670 F:      drivers/scsi/arm/
1671
1672 ARM/Rockchip SoC support
1673 M:      Heiko Stuebner <heiko@sntech.de>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 L:      linux-rockchip@lists.infradead.org
1676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1677 S:      Maintained
1678 F:      arch/arm/boot/dts/rk3*
1679 F:      arch/arm/mach-rockchip/
1680 F:      drivers/clk/rockchip/
1681 F:      drivers/i2c/busses/i2c-rk3x.c
1682 F:      drivers/*/*rockchip*
1683 F:      drivers/*/*/*rockchip*
1684 F:      sound/soc/rockchip/
1685 N:      rockchip
1686
1687 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1688 M:      Kukjin Kim <kgene@kernel.org>
1689 M:      Krzysztof Kozlowski <krzk@kernel.org>
1690 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1693 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1694 S:      Maintained
1695 F:      arch/arm/boot/dts/s3c*
1696 F:      arch/arm/boot/dts/s5p*
1697 F:      arch/arm/boot/dts/samsung*
1698 F:      arch/arm/boot/dts/exynos*
1699 F:      arch/arm64/boot/dts/exynos/
1700 F:      arch/arm/plat-samsung/
1701 F:      arch/arm/mach-s3c24*/
1702 F:      arch/arm/mach-s3c64xx/
1703 F:      arch/arm/mach-s5p*/
1704 F:      arch/arm/mach-exynos*/
1705 F:      drivers/*/*s3c24*
1706 F:      drivers/*/*/*s3c24*
1707 F:      drivers/*/*s3c64xx*
1708 F:      drivers/*/*s5pv210*
1709 F:      drivers/memory/samsung/*
1710 F:      drivers/soc/samsung/*
1711 F:      Documentation/arm/Samsung/
1712 F:      Documentation/devicetree/bindings/arm/samsung/
1713 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1714 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1715 N:      exynos
1716
1717 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1718 M:      Kyungmin Park <kyungmin.park@samsung.com>
1719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1720 S:      Maintained
1721 F:      arch/arm/mach-s5pv210/
1722
1723 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1724 M:      Kyungmin Park <kyungmin.park@samsung.com>
1725 M:      Kamil Debski <kamil@wypas.org>
1726 M:      Andrzej Hajda <a.hajda@samsung.com>
1727 L:      linux-arm-kernel@lists.infradead.org
1728 L:      linux-media@vger.kernel.org
1729 S:      Maintained
1730 F:      drivers/media/platform/s5p-g2d/
1731
1732 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1733 M:      Kyungmin Park <kyungmin.park@samsung.com>
1734 M:      Kamil Debski <kamil@wypas.org>
1735 M:      Jeongtae Park <jtp.park@samsung.com>
1736 M:      Andrzej Hajda <a.hajda@samsung.com>
1737 L:      linux-arm-kernel@lists.infradead.org
1738 L:      linux-media@vger.kernel.org
1739 S:      Maintained
1740 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1741 F:      drivers/media/platform/s5p-mfc/
1742
1743 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1744 M:      Kyungmin Park <kyungmin.park@samsung.com>
1745 L:      linux-arm-kernel@lists.infradead.org
1746 L:      linux-media@vger.kernel.org
1747 S:      Maintained
1748 F:      drivers/staging/media/platform/s5p-cec/
1749
1750 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1751 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1752 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1753 L:      linux-arm-kernel@lists.infradead.org
1754 L:      linux-media@vger.kernel.org
1755 S:      Maintained
1756 F:      drivers/media/platform/s5p-jpeg/
1757
1758 ARM/SHMOBILE ARM ARCHITECTURE
1759 M:      Simon Horman <horms@verge.net.au>
1760 M:      Magnus Damm <magnus.damm@gmail.com>
1761 L:      linux-renesas-soc@vger.kernel.org
1762 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1764 S:      Supported
1765 F:      arch/arm/boot/dts/emev2*
1766 F:      arch/arm/boot/dts/r7s*
1767 F:      arch/arm/boot/dts/r8a*
1768 F:      arch/arm/boot/dts/sh*
1769 F:      arch/arm/configs/shmobile_defconfig
1770 F:      arch/arm/include/debug/renesas-scif.S
1771 F:      arch/arm/mach-shmobile/
1772 F:      drivers/soc/renesas/
1773 F:      include/linux/soc/renesas/
1774
1775 ARM/SOCFPGA ARCHITECTURE
1776 M:      Dinh Nguyen <dinguyen@kernel.org>
1777 S:      Maintained
1778 F:      arch/arm/mach-socfpga/
1779 F:      arch/arm/boot/dts/socfpga*
1780 F:      arch/arm/configs/socfpga_defconfig
1781 F:      arch/arm64/boot/dts/altera/
1782 W:      http://www.rocketboards.org
1783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1784
1785 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1786 M:      Dinh Nguyen <dinguyen@kernel.org>
1787 S:      Maintained
1788 F:      drivers/clk/socfpga/
1789
1790 ARM/SOCFPGA EDAC SUPPORT
1791 M:      Thor Thayer <thor.thayer@linux.intel.com>
1792 S:      Maintained
1793 F:      drivers/edac/altera_edac.
1794
1795 ARM/STI ARCHITECTURE
1796 M:      Patrice Chotard <patrice.chotard@st.com>
1797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1798 L:      kernel@stlinux.com
1799 W:      http://www.stlinux.com
1800 S:      Maintained
1801 F:      arch/arm/mach-sti/
1802 F:      arch/arm/boot/dts/sti*
1803 F:      drivers/char/hw_random/st-rng.c
1804 F:      drivers/clocksource/arm_global_timer.c
1805 F:      drivers/clocksource/clksrc_st_lpc.c
1806 F:      drivers/cpufreq/sti-cpufreq.c
1807 F:      drivers/dma/st_fdma*
1808 F:      drivers/i2c/busses/i2c-st.c
1809 F:      drivers/media/rc/st_rc.c
1810 F:      drivers/media/platform/sti/c8sectpfe/
1811 F:      drivers/mmc/host/sdhci-st.c
1812 F:      drivers/phy/phy-miphy28lp.c
1813 F:      drivers/phy/phy-stih407-usb.c
1814 F:      drivers/pinctrl/pinctrl-st.c
1815 F:      drivers/remoteproc/st_remoteproc.c
1816 F:      drivers/remoteproc/st_slim_rproc.c
1817 F:      drivers/reset/sti/
1818 F:      drivers/rtc/rtc-st-lpc.c
1819 F:      drivers/tty/serial/st-asc.c
1820 F:      drivers/usb/dwc3/dwc3-st.c
1821 F:      drivers/usb/host/ehci-st.c
1822 F:      drivers/usb/host/ohci-st.c
1823 F:      drivers/watchdog/st_lpc_wdt.c
1824 F:      drivers/ata/ahci_st.c
1825 F:      include/linux/remoteproc/st_slim_rproc.h
1826
1827 ARM/STM32 ARCHITECTURE
1828 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1829 M:      Alexandre Torgue <alexandre.torgue@st.com>
1830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1831 S:      Maintained
1832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1833 N:      stm32
1834 F:      drivers/clocksource/armv7m_systick.c
1835
1836 ARM/TANGO ARCHITECTURE
1837 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1838 L:      linux-arm-kernel@lists.infradead.org
1839 S:      Maintained
1840 N:      tango
1841
1842 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1843 M:      Lennert Buytenhek <kernel@wantstofly.org>
1844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1845 S:      Maintained
1846
1847 ARM/TETON BGA MACHINE SUPPORT
1848 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 S:      Maintained
1851
1852 ARM/THECUS N2100 MACHINE SUPPORT
1853 M:      Lennert Buytenhek <kernel@wantstofly.org>
1854 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1855 S:      Maintained
1856
1857 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1858 M:      Wan ZongShun <mcuos.com@gmail.com>
1859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 W:      http://www.mcuos.com
1861 S:      Maintained
1862 F:      arch/arm/mach-w90x900/
1863 F:      drivers/input/keyboard/w90p910_keypad.c
1864 F:      drivers/input/touchscreen/w90p910_ts.c
1865 F:      drivers/watchdog/nuc900_wdt.c
1866 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1867 F:      drivers/mtd/nand/nuc900_nand.c
1868 F:      drivers/rtc/rtc-nuc900.c
1869 F:      drivers/spi/spi-nuc900.c
1870 F:      drivers/usb/host/ehci-w90x900.c
1871 F:      drivers/video/fbdev/nuc900fb.c
1872
1873 ARM/U300 MACHINE SUPPORT
1874 M:      Linus Walleij <linus.walleij@linaro.org>
1875 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1876 S:      Supported
1877 F:      arch/arm/mach-u300/
1878 F:      drivers/clocksource/timer-u300.c
1879 F:      drivers/i2c/busses/i2c-stu300.c
1880 F:      drivers/rtc/rtc-coh901331.c
1881 F:      drivers/watchdog/coh901327_wdt.c
1882 F:      drivers/dma/coh901318*
1883 F:      drivers/mfd/ab3100*
1884 F:      drivers/rtc/rtc-ab3100.c
1885 F:      drivers/rtc/rtc-coh901331.c
1886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1887
1888 ARM/UNIPHIER ARCHITECTURE
1889 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1892 S:      Maintained
1893 F:      arch/arm/boot/dts/uniphier*
1894 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1895 F:      arch/arm/mach-uniphier/
1896 F:      arch/arm/mm/cache-uniphier.c
1897 F:      arch/arm64/boot/dts/socionext/
1898 F:      drivers/bus/uniphier-system-bus.c
1899 F:      drivers/clk/uniphier/
1900 F:      drivers/i2c/busses/i2c-uniphier*
1901 F:      drivers/pinctrl/uniphier/
1902 F:      drivers/reset/reset-uniphier.c
1903 F:      drivers/tty/serial/8250/8250_uniphier.c
1904 N:      uniphier
1905
1906 ARM/Ux500 ARM ARCHITECTURE
1907 M:      Linus Walleij <linus.walleij@linaro.org>
1908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1909 S:      Maintained
1910 F:      arch/arm/mach-ux500/
1911 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1912 F:      drivers/dma/ste_dma40*
1913 F:      drivers/hwspinlock/u8500_hsem.c
1914 F:      drivers/mfd/abx500*
1915 F:      drivers/mfd/ab8500*
1916 F:      drivers/mfd/dbx500*
1917 F:      drivers/mfd/db8500*
1918 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1919 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1920 F:      drivers/rtc/rtc-ab8500.c
1921 F:      drivers/rtc/rtc-pl031.c
1922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1923
1924 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1925 M:      Ulf Hansson <ulf.hansson@linaro.org>
1926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1927 T:      git git://git.linaro.org/people/ulfh/clk.git
1928 S:      Maintained
1929 F:      drivers/clk/ux500/
1930
1931 ARM/VERSATILE EXPRESS PLATFORM
1932 M:      Liviu Dudau <liviu.dudau@arm.com>
1933 M:      Sudeep Holla <sudeep.holla@arm.com>
1934 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1936 S:      Maintained
1937 F:      arch/arm/boot/dts/vexpress*
1938 F:      arch/arm64/boot/dts/arm/
1939 F:      arch/arm/mach-vexpress/
1940 F:      */*/vexpress*
1941 F:      */*/*/vexpress*
1942 F:      drivers/clk/versatile/clk-vexpress-osc.c
1943 F:      drivers/clocksource/versatile.c
1944 N:      mps2
1945
1946 ARM/VFP SUPPORT
1947 M:      Russell King <linux@armlinux.org.uk>
1948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1949 W:      http://www.armlinux.org.uk/
1950 S:      Maintained
1951 F:      arch/arm/vfp/
1952
1953 ARM/VOIPAC PXA270 SUPPORT
1954 M:      Marek Vasut <marek.vasut@gmail.com>
1955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1956 S:      Maintained
1957 F:      arch/arm/mach-pxa/vpac270.c
1958 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1959
1960 ARM/VT8500 ARM ARCHITECTURE
1961 M:      Tony Prisk <linux@prisktech.co.nz>
1962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1963 S:      Maintained
1964 F:      arch/arm/mach-vt8500/
1965 F:      drivers/clocksource/vt8500_timer.c
1966 F:      drivers/i2c/busses/i2c-wmt.c
1967 F:      drivers/mmc/host/wmt-sdmmc.c
1968 F:      drivers/pwm/pwm-vt8500.c
1969 F:      drivers/rtc/rtc-vt8500.c
1970 F:      drivers/tty/serial/vt8500_serial.c
1971 F:      drivers/usb/host/ehci-platform.c
1972 F:      drivers/usb/host/uhci-platform.c
1973 F:      drivers/video/fbdev/vt8500lcdfb.*
1974 F:      drivers/video/fbdev/wm8505fb*
1975 F:      drivers/video/fbdev/wmt_ge_rops.*
1976
1977 ARM/ZIPIT Z2 SUPPORT
1978 M:      Marek Vasut <marek.vasut@gmail.com>
1979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1980 S:      Maintained
1981 F:      arch/arm/mach-pxa/z2.c
1982 F:      arch/arm/mach-pxa/include/mach/z2.h
1983
1984 ARM/ZTE ARCHITECTURE
1985 M:      Jun Nie <jun.nie@linaro.org>
1986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1987 S:      Maintained
1988 F:      arch/arm/mach-zx/
1989 F:      drivers/clk/zte/
1990 F:      Documentation/devicetree/bindings/arm/zte.txt
1991 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1992
1993 ARM/ZYNQ ARCHITECTURE
1994 M:      Michal Simek <michal.simek@xilinx.com>
1995 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1997 W:      http://wiki.xilinx.com
1998 T:      git https://github.com/Xilinx/linux-xlnx.git
1999 S:      Supported
2000 F:      arch/arm/mach-zynq/
2001 F:      drivers/cpuidle/cpuidle-zynq.c
2002 F:      drivers/block/xsysace.c
2003 N:      zynq
2004 N:      xilinx
2005 F:      drivers/clocksource/cadence_ttc_timer.c
2006 F:      drivers/i2c/busses/i2c-cadence.c
2007 F:      drivers/mmc/host/sdhci-of-arasan.c
2008 F:      drivers/edac/synopsys_edac.c
2009
2010 ARM SMMU DRIVERS
2011 M:      Will Deacon <will.deacon@arm.com>
2012 R:      Robin Murphy <robin.murphy@arm.com>
2013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2014 S:      Maintained
2015 F:      drivers/iommu/arm-smmu.c
2016 F:      drivers/iommu/arm-smmu-v3.c
2017 F:      drivers/iommu/io-pgtable-arm.c
2018 F:      drivers/iommu/io-pgtable-arm-v7s.c
2019
2020 ARM64 PORT (AARCH64 ARCHITECTURE)
2021 M:      Catalin Marinas <catalin.marinas@arm.com>
2022 M:      Will Deacon <will.deacon@arm.com>
2023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2025 S:      Maintained
2026 F:      arch/arm64/
2027 F:      Documentation/arm64/
2028
2029 AS3645A LED FLASH CONTROLLER DRIVER
2030 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2031 L:      linux-media@vger.kernel.org
2032 T:      git git://linuxtv.org/media_tree.git
2033 S:      Maintained
2034 F:      drivers/media/i2c/as3645a.c
2035 F:      include/media/i2c/as3645a.h
2036
2037 ASAHI KASEI AK8974 DRIVER
2038 M:      Linus Walleij <linus.walleij@linaro.org>
2039 L:      linux-iio@vger.kernel.org
2040 W:      http://www.akm.com/
2041 S:      Supported
2042 F:      drivers/iio/magnetometer/ak8974.c
2043
2044 ASC7621 HARDWARE MONITOR DRIVER
2045 M:      George Joseph <george.joseph@fairview5.com>
2046 L:      linux-hwmon@vger.kernel.org
2047 S:      Maintained
2048 F:      Documentation/hwmon/asc7621
2049 F:      drivers/hwmon/asc7621.c
2050
2051 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2052 M:      Corentin Chary <corentin.chary@gmail.com>
2053 L:      acpi4asus-user@lists.sourceforge.net
2054 L:      platform-driver-x86@vger.kernel.org
2055 W:      http://acpi4asus.sf.net
2056 S:      Maintained
2057 F:      drivers/platform/x86/asus*.c
2058 F:      drivers/platform/x86/eeepc*.c
2059
2060 ASUS WIRELESS RADIO CONTROL DRIVER
2061 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2062 L:      platform-driver-x86@vger.kernel.org
2063 S:      Maintained
2064 F:      drivers/platform/x86/asus-wireless.c
2065
2066 ASYMMETRIC KEYS
2067 M:      David Howells <dhowells@redhat.com>
2068 L:      keyrings@vger.kernel.org
2069 S:      Maintained
2070 F:      Documentation/crypto/asymmetric-keys.txt
2071 F:      include/linux/verification.h
2072 F:      include/crypto/public_key.h
2073 F:      include/crypto/pkcs7.h
2074 F:      crypto/asymmetric_keys/
2075
2076 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2077 R:      Dan Williams <dan.j.williams@intel.com>
2078 W:      http://sourceforge.net/projects/xscaleiop
2079 S:      Odd fixes
2080 F:      Documentation/crypto/async-tx-api.txt
2081 F:      crypto/async_tx/
2082 F:      drivers/dma/
2083 F:      include/linux/dmaengine.h
2084 F:      include/linux/async_tx.h
2085
2086 AT24 EEPROM DRIVER
2087 M:      Wolfram Sang <wsa@the-dreams.de>
2088 L:      linux-i2c@vger.kernel.org
2089 S:      Maintained
2090 F:      drivers/misc/eeprom/at24.c
2091 F:      include/linux/platform_data/at24.h
2092
2093 ATA OVER ETHERNET (AOE) DRIVER
2094 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2095 W:      http://www.openaoe.org/
2096 S:      Supported
2097 F:      Documentation/aoe/
2098 F:      drivers/block/aoe/
2099
2100 ATHEROS 71XX/9XXX GPIO DRIVER
2101 M:      Alban Bedel <albeu@free.fr>
2102 W:      https://github.com/AlbanBedel/linux
2103 T:      git git://github.com/AlbanBedel/linux
2104 S:      Maintained
2105 F:      drivers/gpio/gpio-ath79.c
2106 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2107
2108 ATHEROS ATH GENERIC UTILITIES
2109 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2110 L:      linux-wireless@vger.kernel.org
2111 S:      Supported
2112 F:      drivers/net/wireless/ath/*
2113
2114 ATHEROS ATH5K WIRELESS DRIVER
2115 M:      Jiri Slaby <jirislaby@gmail.com>
2116 M:      Nick Kossifidis <mickflemm@gmail.com>
2117 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2118 L:      linux-wireless@vger.kernel.org
2119 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2120 S:      Maintained
2121 F:      drivers/net/wireless/ath/ath5k/
2122
2123 ATHEROS ATH6KL WIRELESS DRIVER
2124 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2125 L:      linux-wireless@vger.kernel.org
2126 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2128 S:      Supported
2129 F:      drivers/net/wireless/ath/ath6kl/
2130
2131 WILOCITY WIL6210 WIRELESS DRIVER
2132 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2133 L:      linux-wireless@vger.kernel.org
2134 L:      wil6210@qca.qualcomm.com
2135 S:      Supported
2136 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2137 F:      drivers/net/wireless/ath/wil6210/
2138 F:      include/uapi/linux/wil6210_uapi.h
2139
2140 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2141 M:      Christian Lamparter <chunkeey@googlemail.com>
2142 L:      linux-wireless@vger.kernel.org
2143 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2144 S:      Maintained
2145 F:      drivers/net/wireless/ath/carl9170/
2146
2147 ATK0110 HWMON DRIVER
2148 M:      Luca Tettamanti <kronos.it@gmail.com>
2149 L:      linux-hwmon@vger.kernel.org
2150 S:      Maintained
2151 F:      drivers/hwmon/asus_atk0110.c
2152
2153 ATI_REMOTE2 DRIVER
2154 M:      Ville Syrjala <syrjala@sci.fi>
2155 S:      Maintained
2156 F:      drivers/input/misc/ati_remote2.c
2157
2158 ATLX ETHERNET DRIVERS
2159 M:      Jay Cliburn <jcliburn@gmail.com>
2160 M:      Chris Snook <chris.snook@gmail.com>
2161 L:      netdev@vger.kernel.org
2162 W:      http://sourceforge.net/projects/atl1
2163 W:      http://atl1.sourceforge.net
2164 S:      Maintained
2165 F:      drivers/net/ethernet/atheros/
2166
2167 ATM
2168 M:      Chas Williams <3chas3@gmail.com>
2169 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2170 L:      netdev@vger.kernel.org
2171 W:      http://linux-atm.sourceforge.net
2172 S:      Maintained
2173 F:      drivers/atm/
2174 F:      include/linux/atm*
2175 F:      include/uapi/linux/atm*
2176
2177 ATMEL AT91 / AT32 MCI DRIVER
2178 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2179 S:      Maintained
2180 F:      drivers/mmc/host/atmel-mci.c
2181
2182 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2183 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2184 S:      Supported
2185 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2186
2187 ATMEL SAMA5D2 ADC DRIVER
2188 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2189 L:      linux-iio@vger.kernel.org
2190 S:      Supported
2191 F:      drivers/iio/adc/at91-sama5d2_adc.c
2192
2193 ATMEL Audio ALSA driver
2194 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2195 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2196 S:      Supported
2197 F:      sound/soc/atmel
2198
2199 ATMEL XDMA DRIVER
2200 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2201 L:      linux-arm-kernel@lists.infradead.org
2202 L:      dmaengine@vger.kernel.org
2203 S:      Supported
2204 F:      drivers/dma/at_xdmac.c
2205
2206 ATMEL I2C DRIVER
2207 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2208 L:      linux-i2c@vger.kernel.org
2209 S:      Supported
2210 F:      drivers/i2c/busses/i2c-at91.c
2211
2212 ATMEL ISI DRIVER
2213 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2214 L:      linux-media@vger.kernel.org
2215 S:      Supported
2216 F:      drivers/media/platform/soc_camera/atmel-isi.c
2217 F:      include/media/atmel-isi.h
2218
2219 ATMEL LCDFB DRIVER
2220 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2221 L:      linux-fbdev@vger.kernel.org
2222 S:      Maintained
2223 F:      drivers/video/fbdev/atmel_lcdfb.c
2224 F:      include/video/atmel_lcdc.h
2225
2226 ATMEL MACB ETHERNET DRIVER
2227 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2228 S:      Supported
2229 F:      drivers/net/ethernet/cadence/
2230
2231 ATMEL NAND DRIVER
2232 M:      Wenyou Yang <wenyou.yang@atmel.com>
2233 M:      Josh Wu <rainyfeeling@outlook.com>
2234 L:      linux-mtd@lists.infradead.org
2235 S:      Supported
2236 F:      drivers/mtd/nand/atmel_nand*
2237
2238 ATMEL SDMMC DRIVER
2239 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2240 L:      linux-mmc@vger.kernel.org
2241 S:      Supported
2242 F:      drivers/mmc/host/sdhci-of-at91.c
2243
2244 ATMEL SPI DRIVER
2245 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2246 S:      Supported
2247 F:      drivers/spi/spi-atmel.*
2248
2249 ATMEL SSC DRIVER
2250 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2251 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2252 S:      Supported
2253 F:      drivers/misc/atmel-ssc.c
2254 F:      include/linux/atmel-ssc.h
2255
2256 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2257 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2259 S:      Supported
2260 F:      drivers/misc/atmel_tclib.c
2261 F:      drivers/clocksource/tcb_clksrc.c
2262
2263 ATMEL USBA UDC DRIVER
2264 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2266 S:      Supported
2267 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2268
2269 ATMEL WIRELESS DRIVER
2270 M:      Simon Kelley <simon@thekelleys.org.uk>
2271 L:      linux-wireless@vger.kernel.org
2272 W:      http://www.thekelleys.org.uk/atmel
2273 W:      http://atmelwlandriver.sourceforge.net/
2274 S:      Maintained
2275 F:      drivers/net/wireless/atmel/atmel*
2276
2277 ATMEL MAXTOUCH DRIVER
2278 M:      Nick Dyer <nick@shmanahar.org>
2279 T:      git git://github.com/ndyer/linux.git
2280 S:      Maintained
2281 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2282 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2283 F:      include/linux/platform_data/atmel_mxt_ts.h
2284
2285 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2286 M:      Bradley Grove <linuxdrivers@attotech.com>
2287 L:      linux-scsi@vger.kernel.org
2288 W:      http://www.attotech.com
2289 S:      Supported
2290 F:      drivers/scsi/esas2r
2291
2292 ATUSB IEEE 802.15.4 RADIO DRIVER
2293 M:      Stefan Schmidt <stefan@osg.samsung.com>
2294 L:      linux-wpan@vger.kernel.org
2295 S:      Maintained
2296 F:      drivers/net/ieee802154/atusb.c
2297 F:      drivers/net/ieee802154/atusb.h
2298 F:      drivers/net/ieee802154/at86rf230.h
2299
2300 AUDIT SUBSYSTEM
2301 M:      Paul Moore <paul@paul-moore.com>
2302 M:      Eric Paris <eparis@redhat.com>
2303 L:      linux-audit@redhat.com (moderated for non-subscribers)
2304 W:      http://people.redhat.com/sgrubb/audit/
2305 T:      git git://git.infradead.org/users/pcmoore/audit
2306 S:      Maintained
2307 F:      include/linux/audit.h
2308 F:      include/uapi/linux/audit.h
2309 F:      kernel/audit*
2310
2311 AUXILIARY DISPLAY DRIVERS
2312 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2313 W:      http://miguelojeda.es/auxdisplay.htm
2314 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2315 S:      Maintained
2316 F:      drivers/auxdisplay/
2317 F:      include/linux/cfag12864b.h
2318
2319 AVR32 ARCHITECTURE
2320 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2321 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2322 W:      http://www.atmel.com/products/AVR32/
2323 W:      http://mirror.egtvedt.no/avr32linux.org/
2324 W:      http://avrfreaks.net/
2325 S:      Maintained
2326 F:      arch/avr32/
2327
2328 AVR32/AT32AP MACHINE SUPPORT
2329 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2330 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2331 S:      Maintained
2332 F:      arch/avr32/mach-at32ap/
2333
2334 AX.25 NETWORK LAYER
2335 M:      Ralf Baechle <ralf@linux-mips.org>
2336 L:      linux-hams@vger.kernel.org
2337 W:      http://www.linux-ax25.org/
2338 S:      Maintained
2339 F:      include/uapi/linux/ax25.h
2340 F:      include/net/ax25.h
2341 F:      net/ax25/
2342
2343 AXENTIA ASOC DRIVERS
2344 M:      Peter Rosin <peda@axentia.se>
2345 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2346 S:      Maintained
2347 F:      Documentation/devicetree/bindings/sound/axentia,*
2348 F:      sound/soc/atmel/tse850-pcm5142.c
2349
2350 AZ6007 DVB DRIVER
2351 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2352 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2353 L:      linux-media@vger.kernel.org
2354 W:      https://linuxtv.org
2355 T:      git git://linuxtv.org/media_tree.git
2356 S:      Maintained
2357 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2358
2359 AZTECH FM RADIO RECEIVER DRIVER
2360 M:      Hans Verkuil <hverkuil@xs4all.nl>
2361 L:      linux-media@vger.kernel.org
2362 T:      git git://linuxtv.org/media_tree.git
2363 W:      https://linuxtv.org
2364 S:      Maintained
2365 F:      drivers/media/radio/radio-aztech*
2366
2367 B43 WIRELESS DRIVER
2368 L:      linux-wireless@vger.kernel.org
2369 L:      b43-dev@lists.infradead.org
2370 W:      http://wireless.kernel.org/en/users/Drivers/b43
2371 S:      Odd Fixes
2372 F:      drivers/net/wireless/broadcom/b43/
2373
2374 B43LEGACY WIRELESS DRIVER
2375 M:      Larry Finger <Larry.Finger@lwfinger.net>
2376 L:      linux-wireless@vger.kernel.org
2377 L:      b43-dev@lists.infradead.org
2378 W:      http://wireless.kernel.org/en/users/Drivers/b43
2379 S:      Maintained
2380 F:      drivers/net/wireless/broadcom/b43legacy/
2381
2382 BACKLIGHT CLASS/SUBSYSTEM
2383 M:      Lee Jones <lee.jones@linaro.org>
2384 M:      Daniel Thompson <daniel.thompson@linaro.org>
2385 M:      Jingoo Han <jingoohan1@gmail.com>
2386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2387 S:      Maintained
2388 F:      drivers/video/backlight/
2389 F:      include/linux/backlight.h
2390 F:      include/linux/pwm_backlight.h
2391 F:      Documentation/devicetree/bindings/leds/backlight
2392
2393 BATMAN ADVANCED
2394 M:      Marek Lindner <mareklindner@neomailbox.ch>
2395 M:      Simon Wunderlich <sw@simonwunderlich.de>
2396 M:      Antonio Quartulli <a@unstable.cc>
2397 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2398 W:      https://www.open-mesh.org/
2399 Q:      https://patchwork.open-mesh.org/project/batman/list/
2400 S:      Maintained
2401 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2402 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2403 F:      Documentation/networking/batman-adv.txt
2404 F:      include/uapi/linux/batman_adv.h
2405 F:      net/batman-adv/
2406
2407 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2408 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2409 L:      linux-hams@vger.kernel.org
2410 W:      http://www.baycom.org/~tom/ham/ham.html
2411 S:      Maintained
2412 F:      drivers/net/hamradio/baycom*
2413
2414 BCACHE (BLOCK LAYER CACHE)
2415 M:      Kent Overstreet <kent.overstreet@gmail.com>
2416 L:      linux-bcache@vger.kernel.org
2417 W:      http://bcache.evilpiepirate.org
2418 S:      Orphan
2419 F:      drivers/md/bcache/
2420
2421 BDISP ST MEDIA DRIVER
2422 M:      Fabien Dessenne <fabien.dessenne@st.com>
2423 L:      linux-media@vger.kernel.org
2424 T:      git git://linuxtv.org/media_tree.git
2425 W:      https://linuxtv.org
2426 S:      Supported
2427 F:      drivers/media/platform/sti/bdisp
2428
2429 DELTA ST MEDIA DRIVER
2430 M:      Hugues Fruchet <hugues.fruchet@st.com>
2431 L:      linux-media@vger.kernel.org
2432 T:      git git://linuxtv.org/media_tree.git
2433 W:      https://linuxtv.org
2434 S:      Supported
2435 F:      drivers/media/platform/sti/delta
2436
2437 BEFS FILE SYSTEM
2438 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2439 M:      Salah Triki <salah.triki@gmail.com>
2440 S:      Maintained
2441 T:      git git://github.com/luisbg/linux-befs.git
2442 F:      Documentation/filesystems/befs.txt
2443 F:      fs/befs/
2444
2445 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2446 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2447 L:      netdev@vger.kernel.org
2448 S:      Maintained
2449 F:      drivers/net/ethernet/ec_bhf.c
2450
2451 BFS FILE SYSTEM
2452 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2453 S:      Maintained
2454 F:      Documentation/filesystems/bfs.txt
2455 F:      fs/bfs/
2456 F:      include/uapi/linux/bfs_fs.h
2457
2458 BLACKFIN ARCHITECTURE
2459 M:      Steven Miao <realmz6@gmail.com>
2460 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2461 T:      git git://git.code.sf.net/p/adi-linux/code
2462 W:      http://blackfin.uclinux.org
2463 S:      Supported
2464 F:      arch/blackfin/
2465
2466 BLACKFIN EMAC DRIVER
2467 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2468 W:      http://blackfin.uclinux.org
2469 S:      Supported
2470 F:      drivers/net/ethernet/adi/
2471
2472 BLACKFIN RTC DRIVER
2473 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 W:      http://blackfin.uclinux.org
2475 S:      Supported
2476 F:      drivers/rtc/rtc-bfin.c
2477
2478 BLACKFIN SDH DRIVER
2479 M:      Sonic Zhang <sonic.zhang@analog.com>
2480 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2481 W:      http://blackfin.uclinux.org
2482 S:      Supported
2483 F:      drivers/mmc/host/bfin_sdh.c
2484
2485 BLACKFIN SERIAL DRIVER
2486 M:      Sonic Zhang <sonic.zhang@analog.com>
2487 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2488 W:      http://blackfin.uclinux.org
2489 S:      Supported
2490 F:      drivers/tty/serial/bfin_uart.c
2491
2492 BLACKFIN WATCHDOG DRIVER
2493 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2494 W:      http://blackfin.uclinux.org
2495 S:      Supported
2496 F:      drivers/watchdog/bfin_wdt.c
2497
2498 BLACKFIN I2C TWI DRIVER
2499 M:      Sonic Zhang <sonic.zhang@analog.com>
2500 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2501 W:      http://blackfin.uclinux.org/
2502 S:      Supported
2503 F:      drivers/i2c/busses/i2c-bfin-twi.c
2504
2505 BLACKFIN MEDIA DRIVER
2506 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2507 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2508 W:      http://blackfin.uclinux.org/
2509 S:      Supported
2510 F:      drivers/media/platform/blackfin/
2511 F:      drivers/media/i2c/adv7183*
2512 F:      drivers/media/i2c/vs6624*
2513
2514 BLINKM RGB LED DRIVER
2515 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2516 S:      Maintained
2517 F:      drivers/leds/leds-blinkm.c
2518
2519 BLOCK LAYER
2520 M:      Jens Axboe <axboe@kernel.dk>
2521 L:      linux-block@vger.kernel.org
2522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2523 S:      Maintained
2524 F:      block/
2525 F:      kernel/trace/blktrace.c
2526 F:      lib/sbitmap.c
2527
2528 BLOCK2MTD DRIVER
2529 M:      Joern Engel <joern@lazybastard.org>
2530 L:      linux-mtd@lists.infradead.org
2531 S:      Maintained
2532 F:      drivers/mtd/devices/block2mtd.c
2533
2534 BLUETOOTH DRIVERS
2535 M:      Marcel Holtmann <marcel@holtmann.org>
2536 M:      Gustavo Padovan <gustavo@padovan.org>
2537 M:      Johan Hedberg <johan.hedberg@gmail.com>
2538 L:      linux-bluetooth@vger.kernel.org
2539 W:      http://www.bluez.org/
2540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2542 S:      Maintained
2543 F:      drivers/bluetooth/
2544
2545 BLUETOOTH SUBSYSTEM
2546 M:      Marcel Holtmann <marcel@holtmann.org>
2547 M:      Gustavo Padovan <gustavo@padovan.org>
2548 M:      Johan Hedberg <johan.hedberg@gmail.com>
2549 L:      linux-bluetooth@vger.kernel.org
2550 W:      http://www.bluez.org/
2551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2553 S:      Maintained
2554 F:      net/bluetooth/
2555 F:      include/net/bluetooth/
2556
2557 BONDING DRIVER
2558 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2559 M:      Veaceslav Falico <vfalico@gmail.com>
2560 M:      Andy Gospodarek <andy@greyhouse.net>
2561 L:      netdev@vger.kernel.org
2562 W:      http://sourceforge.net/projects/bonding/
2563 S:      Supported
2564 F:      drivers/net/bonding/
2565 F:      include/uapi/linux/if_bonding.h
2566
2567 BPF (Safe dynamic programs and tools)
2568 M:      Alexei Starovoitov <ast@kernel.org>
2569 L:      netdev@vger.kernel.org
2570 L:      linux-kernel@vger.kernel.org
2571 S:      Supported
2572 F:      kernel/bpf/
2573 F:      tools/testing/selftests/bpf/
2574 F:      lib/test_bpf.c
2575
2576 BROADCOM B44 10/100 ETHERNET DRIVER
2577 M:      Michael Chan <michael.chan@broadcom.com>
2578 L:      netdev@vger.kernel.org
2579 S:      Supported
2580 F:      drivers/net/ethernet/broadcom/b44.*
2581
2582 BROADCOM B53 ETHERNET SWITCH DRIVER
2583 M:      Florian Fainelli <f.fainelli@gmail.com>
2584 L:      netdev@vger.kernel.org
2585 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2586 S:      Supported
2587 F:      drivers/net/dsa/b53/*
2588 F:      include/linux/platform_data/b53.h
2589
2590 BROADCOM GENET ETHERNET DRIVER
2591 M:      Florian Fainelli <f.fainelli@gmail.com>
2592 L:      netdev@vger.kernel.org
2593 S:      Supported
2594 F:      drivers/net/ethernet/broadcom/genet/
2595
2596 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2597 M:      Rasesh Mody <rasesh.mody@cavium.com>
2598 M:      Harish Patil <harish.patil@cavium.com>
2599 M:      Dept-GELinuxNICDev@cavium.com
2600 L:      netdev@vger.kernel.org
2601 S:      Supported
2602 F:      drivers/net/ethernet/broadcom/bnx2.*
2603 F:      drivers/net/ethernet/broadcom/bnx2_*
2604
2605 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2606 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2607 M:      Ariel Elior <ariel.elior@cavium.com>
2608 M:      everest-linux-l2@cavium.com
2609 L:      netdev@vger.kernel.org
2610 S:      Supported
2611 F:      drivers/net/ethernet/broadcom/bnx2x/
2612
2613 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2614 M:      Michael Chan <michael.chan@broadcom.com>
2615 L:      netdev@vger.kernel.org
2616 S:      Supported
2617 F:      drivers/net/ethernet/broadcom/bnxt/
2618
2619 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2620 M:      Florian Fainelli <f.fainelli@gmail.com>
2621 M:      Ray Jui <rjui@broadcom.com>
2622 M:      Scott Branden <sbranden@broadcom.com>
2623 M:      bcm-kernel-feedback-list@broadcom.com
2624 T:      git git://github.com/broadcom/mach-bcm
2625 S:      Maintained
2626 N:      bcm281*
2627 N:      bcm113*
2628 N:      bcm216*
2629 N:      kona
2630 F:      arch/arm/mach-bcm/
2631
2632 BROADCOM BCM2835 ARM ARCHITECTURE
2633 M:      Stephen Warren <swarren@wwwdotorg.org>
2634 M:      Lee Jones <lee@kernel.org>
2635 M:      Eric Anholt <eric@anholt.net>
2636 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2639 S:      Maintained
2640 N:      bcm2835
2641 F:      drivers/staging/vc04_services
2642
2643 BROADCOM BCM47XX MIPS ARCHITECTURE
2644 M:      Hauke Mehrtens <hauke@hauke-m.de>
2645 M:      Rafał Miłecki <zajec5@gmail.com>
2646 L:      linux-mips@linux-mips.org
2647 S:      Maintained
2648 F:      Documentation/devicetree/bindings/mips/brcm/
2649 F:      arch/mips/bcm47xx/*
2650 F:      arch/mips/include/asm/mach-bcm47xx/*
2651
2652 BROADCOM BCM5301X ARM ARCHITECTURE
2653 M:      Hauke Mehrtens <hauke@hauke-m.de>
2654 M:      Rafał Miłecki <zajec5@gmail.com>
2655 M:      bcm-kernel-feedback-list@broadcom.com
2656 L:      linux-arm-kernel@lists.infradead.org
2657 S:      Maintained
2658 F:      arch/arm/mach-bcm/bcm_5301x.c
2659 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2660 F:      arch/arm/boot/dts/bcm470*
2661
2662 BROADCOM BCM53573 ARM ARCHITECTURE
2663 M:      Rafał Miłecki <rafal@milecki.pl>
2664 L:      linux-arm-kernel@lists.infradead.org
2665 S:      Maintained
2666 F:      arch/arm/boot/dts/bcm53573*
2667 F:      arch/arm/boot/dts/bcm47189*
2668
2669 BROADCOM BCM63XX ARM ARCHITECTURE
2670 M:      Florian Fainelli <f.fainelli@gmail.com>
2671 M:      bcm-kernel-feedback-list@broadcom.com
2672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2673 T:      git git://github.com/broadcom/stblinux.git
2674 S:      Maintained
2675 N:      bcm63xx
2676
2677 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2678 M:      Kevin Cernekee <cernekee@gmail.com>
2679 L:      linux-usb@vger.kernel.org
2680 S:      Maintained
2681 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2682
2683 BROADCOM BCM7XXX ARM ARCHITECTURE
2684 M:      Brian Norris <computersforpeace@gmail.com>
2685 M:      Gregory Fong <gregory.0xf0@gmail.com>
2686 M:      Florian Fainelli <f.fainelli@gmail.com>
2687 M:      bcm-kernel-feedback-list@broadcom.com
2688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2689 T:      git git://github.com/broadcom/stblinux.git
2690 S:      Maintained
2691 F:      arch/arm/mach-bcm/*brcmstb*
2692 F:      arch/arm/boot/dts/bcm7*.dts*
2693 F:      drivers/bus/brcmstb_gisb.c
2694 N:      brcmstb
2695
2696 BROADCOM BMIPS MIPS ARCHITECTURE
2697 M:      Kevin Cernekee <cernekee@gmail.com>
2698 M:      Florian Fainelli <f.fainelli@gmail.com>
2699 L:      linux-mips@linux-mips.org
2700 T:      git git://github.com/broadcom/stblinux.git
2701 S:      Maintained
2702 F:      arch/mips/bmips/*
2703 F:      arch/mips/include/asm/mach-bmips/*
2704 F:      arch/mips/kernel/*bmips*
2705 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2706 F:      drivers/irqchip/irq-bcm63*
2707 F:      drivers/irqchip/irq-bcm7*
2708 F:      drivers/irqchip/irq-brcmstb*
2709 F:      include/linux/bcm963xx_nvram.h
2710 F:      include/linux/bcm963xx_tag.h
2711
2712 BROADCOM BMIPS CPUFREQ DRIVER
2713 M:      Markus Mayer <mmayer@broadcom.com>
2714 M:      bcm-kernel-feedback-list@broadcom.com
2715 L:      linux-pm@vger.kernel.org
2716 S:      Maintained
2717 F:      drivers/cpufreq/bmips-cpufreq.c
2718
2719 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2720 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2721 M:      Prashant Sreedharan <prashant@broadcom.com>
2722 M:      Michael Chan <mchan@broadcom.com>
2723 L:      netdev@vger.kernel.org
2724 S:      Supported
2725 F:      drivers/net/ethernet/broadcom/tg3.*
2726
2727 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2728 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2729 M:      Franky Lin <franky.lin@broadcom.com>
2730 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2731 L:      linux-wireless@vger.kernel.org
2732 L:      brcm80211-dev-list.pdl@broadcom.com
2733 S:      Supported
2734 F:      drivers/net/wireless/broadcom/brcm80211/
2735
2736 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2737 M:      QLogic-Storage-Upstream@qlogic.com
2738 L:      linux-scsi@vger.kernel.org
2739 S:      Supported
2740 F:      drivers/scsi/bnx2fc/
2741
2742 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2743 M:      QLogic-Storage-Upstream@qlogic.com
2744 L:      linux-scsi@vger.kernel.org
2745 S:      Supported
2746 F:      drivers/scsi/bnx2i/
2747
2748 BROADCOM IPROC ARM ARCHITECTURE
2749 M:      Ray Jui <rjui@broadcom.com>
2750 M:      Scott Branden <sbranden@broadcom.com>
2751 M:      Jon Mason <jonmason@broadcom.com>
2752 M:      bcm-kernel-feedback-list@broadcom.com
2753 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2754 T:      git git://github.com/broadcom/cygnus-linux.git
2755 S:      Maintained
2756 N:      iproc
2757 N:      cygnus
2758 N:      bcm[-_]nsp
2759 N:      bcm9113*
2760 N:      bcm9583*
2761 N:      bcm9585*
2762 N:      bcm9586*
2763 N:      bcm988312
2764 N:      bcm113*
2765 N:      bcm583*
2766 N:      bcm585*
2767 N:      bcm586*
2768 N:      bcm88312
2769 F:      arch/arm64/boot/dts/broadcom/ns2*
2770 F:      drivers/clk/bcm/clk-ns*
2771 F:      drivers/pinctrl/bcm/pinctrl-ns*
2772
2773 BROADCOM BRCMSTB GPIO DRIVER
2774 M:      Gregory Fong <gregory.0xf0@gmail.com>
2775 L:      bcm-kernel-feedback-list@broadcom.com
2776 S:      Supported
2777 F:      drivers/gpio/gpio-brcmstb.c
2778 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2779
2780 BROADCOM KONA GPIO DRIVER
2781 M:      Ray Jui <rjui@broadcom.com>
2782 L:      bcm-kernel-feedback-list@broadcom.com
2783 S:      Supported
2784 F:      drivers/gpio/gpio-bcm-kona.c
2785 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2786
2787 BROADCOM NVRAM DRIVER
2788 M:      Rafał Miłecki <zajec5@gmail.com>
2789 L:      linux-mips@linux-mips.org
2790 S:      Maintained
2791 F:      drivers/firmware/broadcom/*
2792
2793 BROADCOM STB NAND FLASH DRIVER
2794 M:      Brian Norris <computersforpeace@gmail.com>
2795 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2796 L:      linux-mtd@lists.infradead.org
2797 L:      bcm-kernel-feedback-list@broadcom.com
2798 S:      Maintained
2799 F:      drivers/mtd/nand/brcmnand/
2800
2801 BROADCOM STB AVS CPUFREQ DRIVER
2802 M:      Markus Mayer <mmayer@broadcom.com>
2803 M:      bcm-kernel-feedback-list@broadcom.com
2804 L:      linux-pm@vger.kernel.org
2805 S:      Maintained
2806 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2807 F:      drivers/cpufreq/brcmstb*
2808
2809 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2810 M:      Rafał Miłecki <zajec5@gmail.com>
2811 L:      linux-wireless@vger.kernel.org
2812 S:      Maintained
2813 F:      drivers/bcma/
2814 F:      include/linux/bcma/
2815
2816 BROADCOM SYSTEMPORT ETHERNET DRIVER
2817 M:      Florian Fainelli <f.fainelli@gmail.com>
2818 L:      netdev@vger.kernel.org
2819 S:      Supported
2820 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2821
2822 BROADCOM VULCAN ARM64 SOC
2823 M:      Jayachandran C. <c.jayachandran@gmail.com>
2824 M:      bcm-kernel-feedback-list@broadcom.com
2825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2826 S:      Maintained
2827 F:      arch/arm64/boot/dts/broadcom/vulcan*
2828
2829 BROCADE BFA FC SCSI DRIVER
2830 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2831 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2832 L:      linux-scsi@vger.kernel.org
2833 S:      Supported
2834 F:      drivers/scsi/bfa/
2835
2836 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2837 M:      Rasesh Mody <rasesh.mody@cavium.com>
2838 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2839 M:      Dept-GELinuxNICDev@cavium.com
2840 L:      netdev@vger.kernel.org
2841 S:      Supported
2842 F:      drivers/net/ethernet/brocade/bna/
2843
2844 BSG (block layer generic sg v4 driver)
2845 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2846 L:      linux-scsi@vger.kernel.org
2847 S:      Supported
2848 F:      block/bsg.c
2849 F:      include/linux/bsg.h
2850 F:      include/uapi/linux/bsg.h
2851
2852 BT87X AUDIO DRIVER
2853 M:      Clemens Ladisch <clemens@ladisch.de>
2854 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2855 T:      git git://git.alsa-project.org/alsa-kernel.git
2856 S:      Maintained
2857 F:      Documentation/sound/alsa/Bt87x.txt
2858 F:      sound/pci/bt87x.c
2859
2860 BT8XXGPIO DRIVER
2861 M:      Michael Buesch <m@bues.ch>
2862 W:      http://bu3sch.de/btgpio.php
2863 S:      Maintained
2864 F:      drivers/gpio/gpio-bt8xx.c
2865
2866 BTRFS FILE SYSTEM
2867 M:      Chris Mason <clm@fb.com>
2868 M:      Josef Bacik <jbacik@fb.com>
2869 M:      David Sterba <dsterba@suse.com>
2870 L:      linux-btrfs@vger.kernel.org
2871 W:      http://btrfs.wiki.kernel.org/
2872 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2874 S:      Maintained
2875 F:      Documentation/filesystems/btrfs.txt
2876 F:      fs/btrfs/
2877
2878 BTTV VIDEO4LINUX DRIVER
2879 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2880 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2881 L:      linux-media@vger.kernel.org
2882 W:      https://linuxtv.org
2883 T:      git git://linuxtv.org/media_tree.git
2884 S:      Odd fixes
2885 F:      Documentation/media/v4l-drivers/bttv*
2886 F:      drivers/media/pci/bt8xx/bttv*
2887
2888 BUSLOGIC SCSI DRIVER
2889 M:      Khalid Aziz <khalid@gonehiking.org>
2890 L:      linux-scsi@vger.kernel.org
2891 S:      Maintained
2892 F:      drivers/scsi/BusLogic.*
2893 F:      drivers/scsi/FlashPoint.*
2894
2895 C-MEDIA CMI8788 DRIVER
2896 M:      Clemens Ladisch <clemens@ladisch.de>
2897 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2898 T:      git git://git.alsa-project.org/alsa-kernel.git
2899 S:      Maintained
2900 F:      sound/pci/oxygen/
2901
2902 C6X ARCHITECTURE
2903 M:      Mark Salter <msalter@redhat.com>
2904 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2905 L:      linux-c6x-dev@linux-c6x.org
2906 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2907 S:      Maintained
2908 F:      arch/c6x/
2909
2910 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2911 M:      David Howells <dhowells@redhat.com>
2912 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2913 S:      Supported
2914 F:      Documentation/filesystems/caching/cachefiles.txt
2915 F:      fs/cachefiles/
2916
2917 CADET FM/AM RADIO RECEIVER DRIVER
2918 M:      Hans Verkuil <hverkuil@xs4all.nl>
2919 L:      linux-media@vger.kernel.org
2920 T:      git git://linuxtv.org/media_tree.git
2921 W:      https://linuxtv.org
2922 S:      Maintained
2923 F:      drivers/media/radio/radio-cadet*
2924
2925 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2926 M:      Jonathan Corbet <corbet@lwn.net>
2927 L:      linux-media@vger.kernel.org
2928 T:      git git://linuxtv.org/media_tree.git
2929 S:      Maintained
2930 F:      Documentation/media/v4l-drivers/cafe_ccic*
2931 F:      drivers/media/platform/marvell-ccic/
2932
2933 CAIF NETWORK LAYER
2934 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2935 L:      netdev@vger.kernel.org
2936 S:      Supported
2937 F:      Documentation/networking/caif/
2938 F:      drivers/net/caif/
2939 F:      include/uapi/linux/caif/
2940 F:      include/net/caif/
2941 F:      net/caif/
2942
2943 CALGARY x86-64 IOMMU
2944 M:      Muli Ben-Yehuda <mulix@mulix.org>
2945 M:      Jon Mason <jdmason@kudzu.us>
2946 L:      iommu@lists.linux-foundation.org
2947 S:      Maintained
2948 F:      arch/x86/kernel/pci-calgary_64.c
2949 F:      arch/x86/kernel/tce_64.c
2950 F:      arch/x86/include/asm/calgary.h
2951 F:      arch/x86/include/asm/tce.h
2952
2953 CAN NETWORK LAYER
2954 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2955 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2956 L:      linux-can@vger.kernel.org
2957 W:      https://github.com/linux-can
2958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2960 S:      Maintained
2961 F:      Documentation/networking/can.txt
2962 F:      net/can/
2963 F:      include/linux/can/core.h
2964 F:      include/uapi/linux/can.h
2965 F:      include/uapi/linux/can/bcm.h
2966 F:      include/uapi/linux/can/raw.h
2967 F:      include/uapi/linux/can/gw.h
2968
2969 CAN NETWORK DRIVERS
2970 M:      Wolfgang Grandegger <wg@grandegger.com>
2971 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2972 L:      linux-can@vger.kernel.org
2973 W:      https://github.com/linux-can
2974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2976 S:      Maintained
2977 F:      Documentation/devicetree/bindings/net/can/
2978 F:      drivers/net/can/
2979 F:      include/linux/can/dev.h
2980 F:      include/linux/can/platform/
2981 F:      include/uapi/linux/can/error.h
2982 F:      include/uapi/linux/can/netlink.h
2983
2984 CAPABILITIES
2985 M:      Serge Hallyn <serge@hallyn.com>
2986 L:      linux-security-module@vger.kernel.org
2987 S:      Supported
2988 F:      include/linux/capability.h
2989 F:      include/uapi/linux/capability.h
2990 F:      security/commoncap.c
2991 F:      kernel/capability.c
2992
2993 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2994 M:      Kevin Tsai <ktsai@capellamicro.com>
2995 S:      Maintained
2996 F:      drivers/iio/light/cm*
2997 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2998
2999 CAVIUM I2C DRIVER
3000 M:      Jan Glauber <jglauber@cavium.com>
3001 M:      David Daney <david.daney@cavium.com>
3002 W:      http://www.cavium.com
3003 S:      Supported
3004 F:      drivers/i2c/busses/i2c-octeon*
3005 F:      drivers/i2c/busses/i2c-thunderx*
3006
3007 CAVIUM LIQUIDIO NETWORK DRIVER
3008 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
3009 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
3010 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
3011 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3012 L:     netdev@vger.kernel.org
3013 W:     http://www.cavium.com
3014 S:     Supported
3015 F:     drivers/net/ethernet/cavium/liquidio/
3016
3017 CC2520 IEEE-802.15.4 RADIO DRIVER
3018 M:      Varka Bhadram <varkabhadram@gmail.com>
3019 L:      linux-wpan@vger.kernel.org
3020 S:      Maintained
3021 F:      drivers/net/ieee802154/cc2520.c
3022 F:      include/linux/spi/cc2520.h
3023 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3024
3025 CEC DRIVER
3026 M:      Hans Verkuil <hans.verkuil@cisco.com>
3027 L:      linux-media@vger.kernel.org
3028 T:      git git://linuxtv.org/media_tree.git
3029 W:      http://linuxtv.org
3030 S:      Supported
3031 F:      Documentation/media/kapi/cec-core.rst
3032 F:      Documentation/media/uapi/cec
3033 F:      drivers/media/cec/
3034 F:      drivers/media/cec-edid.c
3035 F:      drivers/media/rc/keymaps/rc-cec.c
3036 F:      include/media/cec.h
3037 F:      include/media/cec-edid.h
3038 F:      include/uapi/linux/cec.h
3039 F:      include/uapi/linux/cec-funcs.h
3040
3041 CELL BROADBAND ENGINE ARCHITECTURE
3042 M:      Arnd Bergmann <arnd@arndb.de>
3043 L:      linuxppc-dev@lists.ozlabs.org
3044 W:      http://www.ibm.com/developerworks/power/cell/
3045 S:      Supported
3046 F:      arch/powerpc/include/asm/cell*.h
3047 F:      arch/powerpc/include/asm/spu*.h
3048 F:      arch/powerpc/include/uapi/asm/spu*.h
3049 F:      arch/powerpc/oprofile/*cell*
3050 F:      arch/powerpc/platforms/cell/
3051
3052 CEPH COMMON CODE (LIBCEPH)
3053 M:      Ilya Dryomov <idryomov@gmail.com>
3054 M:      "Yan, Zheng" <zyan@redhat.com>
3055 M:      Sage Weil <sage@redhat.com>
3056 L:      ceph-devel@vger.kernel.org
3057 W:      http://ceph.com/
3058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3059 T:      git git://github.com/ceph/ceph-client.git
3060 S:      Supported
3061 F:      net/ceph/
3062 F:      include/linux/ceph/
3063 F:      include/linux/crush/
3064
3065 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3066 M:      "Yan, Zheng" <zyan@redhat.com>
3067 M:      Sage Weil <sage@redhat.com>
3068 M:      Ilya Dryomov <idryomov@gmail.com>
3069 L:      ceph-devel@vger.kernel.org
3070 W:      http://ceph.com/
3071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3072 T:      git git://github.com/ceph/ceph-client.git
3073 S:      Supported
3074 F:      Documentation/filesystems/ceph.txt
3075 F:      fs/ceph/
3076
3077 CERTIFICATE HANDLING:
3078 M:      David Howells <dhowells@redhat.com>
3079 M:      David Woodhouse <dwmw2@infradead.org>
3080 L:      keyrings@vger.kernel.org
3081 S:      Maintained
3082 F:      Documentation/module-signing.txt
3083 F:      certs/
3084 F:      scripts/sign-file.c
3085 F:      scripts/extract-cert.c
3086
3087 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3088 L:      linux-usb@vger.kernel.org
3089 S:      Orphan
3090 F:      Documentation/usb/WUSB-Design-overview.txt
3091 F:      Documentation/usb/wusb-cbaf
3092 F:      drivers/usb/host/hwa-hc.c
3093 F:      drivers/usb/host/whci/
3094 F:      drivers/usb/wusbcore/
3095 F:      include/linux/usb/wusb*
3096
3097 HT16K33 LED CONTROLLER DRIVER
3098 M:      Robin van der Gracht <robin@protonic.nl>
3099 S:      Maintained
3100 F:      drivers/auxdisplay/ht16k33.c
3101 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3102
3103 CFAG12864B LCD DRIVER
3104 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3105 W:      http://miguelojeda.es/auxdisplay.htm
3106 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3107 S:      Maintained
3108 F:      drivers/auxdisplay/cfag12864b.c
3109 F:      include/linux/cfag12864b.h
3110
3111 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3112 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3113 W:      http://miguelojeda.es/auxdisplay.htm
3114 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3115 S:      Maintained
3116 F:      drivers/auxdisplay/cfag12864bfb.c
3117 F:      include/linux/cfag12864b.h
3118
3119 CFG80211 and NL80211
3120 M:      Johannes Berg <johannes@sipsolutions.net>
3121 L:      linux-wireless@vger.kernel.org
3122 W:      http://wireless.kernel.org/
3123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3125 S:      Maintained
3126 F:      include/uapi/linux/nl80211.h
3127 F:      include/net/cfg80211.h
3128 F:      net/wireless/*
3129 X:      net/wireless/wext*
3130
3131 CHAR and MISC DRIVERS
3132 M:      Arnd Bergmann <arnd@arndb.de>
3133 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3135 S:      Supported
3136 F:      drivers/char/*
3137 F:      drivers/misc/*
3138 F:      include/linux/miscdevice.h
3139
3140 CHECKPATCH
3141 M:      Andy Whitcroft <apw@canonical.com>
3142 M:      Joe Perches <joe@perches.com>
3143 S:      Maintained
3144 F:      scripts/checkpatch.pl
3145
3146 CHINESE DOCUMENTATION
3147 M:      Harry Wei <harryxiyou@gmail.com>
3148 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3149 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3150 S:      Maintained
3151 F:      Documentation/translations/zh_CN/
3152
3153 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3154 M:      Peter Chen <Peter.Chen@nxp.com>
3155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3156 L:      linux-usb@vger.kernel.org
3157 S:      Maintained
3158 F:      drivers/usb/chipidea/
3159
3160 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3161 M:      Hans de Goede <hdegoede@redhat.com>
3162 L:      linux-input@vger.kernel.org
3163 S:      Maintained
3164 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3165 F:      drivers/input/touchscreen/chipone_icn8318.c
3166
3167 CHROME HARDWARE PLATFORM SUPPORT
3168 M:      Olof Johansson <olof@lixom.net>
3169 S:      Maintained
3170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3171 F:      drivers/platform/chrome/
3172
3173 CISCO VIC ETHERNET NIC DRIVER
3174 M:      Christian Benvenuti <benve@cisco.com>
3175 M:      Sujith Sankar <ssujith@cisco.com>
3176 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3177 M:      Neel Patel <neepatel@cisco.com>
3178 S:      Supported
3179 F:      drivers/net/ethernet/cisco/enic/
3180
3181 CISCO VIC LOW LATENCY NIC DRIVER
3182 M:      Christian Benvenuti <benve@cisco.com>
3183 M:      Dave Goodell <dgoodell@cisco.com>
3184 S:      Supported
3185 F:      drivers/infiniband/hw/usnic/
3186
3187 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3188 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3189 L:      netdev@vger.kernel.org
3190 S:      Maintained
3191 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3192
3193 CIRRUS LOGIC AUDIO CODEC DRIVERS
3194 M:      Brian Austin <brian.austin@cirrus.com>
3195 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3196 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3197 S:      Maintained
3198 F:      sound/soc/codecs/cs*
3199
3200 CLEANCACHE API
3201 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3202 L:      linux-kernel@vger.kernel.org
3203 S:      Maintained
3204 F:      mm/cleancache.c
3205 F:      include/linux/cleancache.h
3206
3207 CLK API
3208 M:      Russell King <linux@armlinux.org.uk>
3209 L:      linux-clk@vger.kernel.org
3210 S:      Maintained
3211 F:      include/linux/clk.h
3212
3213 CLOCKSOURCE, CLOCKEVENT DRIVERS
3214 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3215 M:      Thomas Gleixner <tglx@linutronix.de>
3216 L:      linux-kernel@vger.kernel.org
3217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3218 S:      Supported
3219 F:      drivers/clocksource
3220
3221 CISCO FCOE HBA DRIVER
3222 M:      Satish Kharat <satishkh@cisco.com>
3223 M:      Sesidhar Baddela <sebaddel@cisco.com>
3224 M:      Karan Tilak Kumar <kartilak@cisco.com>
3225 L:      linux-scsi@vger.kernel.org
3226 S:      Supported
3227 F:      drivers/scsi/fnic/
3228
3229 CISCO SCSI HBA DRIVER
3230 M:      Karan Tilak Kumar <kartilak@cisco.com>
3231 M:      Sesidhar Baddela <sebaddel@cisco.com>
3232 L:      linux-scsi@vger.kernel.org
3233 S:      Supported
3234 F:      drivers/scsi/snic/
3235
3236 CMPC ACPI DRIVER
3237 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3238 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3239 L:      platform-driver-x86@vger.kernel.org
3240 S:      Supported
3241 F:      drivers/platform/x86/classmate-laptop.c
3242
3243 COBALT MEDIA DRIVER
3244 M:      Hans Verkuil <hans.verkuil@cisco.com>
3245 L:      linux-media@vger.kernel.org
3246 T:      git git://linuxtv.org/media_tree.git
3247 W:      https://linuxtv.org
3248 S:      Supported
3249 F:      drivers/media/pci/cobalt/
3250
3251 COCCINELLE/Semantic Patches (SmPL)
3252 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3253 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3254 M:      Nicolas Palix <nicolas.palix@imag.fr>
3255 M:      Michal Marek <mmarek@suse.com>
3256 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3258 W:      http://coccinelle.lip6.fr/
3259 S:      Supported
3260 F:      Documentation/dev-tools/coccinelle.rst
3261 F:      scripts/coccinelle/
3262 F:      scripts/coccicheck
3263
3264 CODA FILE SYSTEM
3265 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3266 M:      coda@cs.cmu.edu
3267 L:      codalist@coda.cs.cmu.edu
3268 W:      http://www.coda.cs.cmu.edu/
3269 S:      Maintained
3270 F:      Documentation/filesystems/coda.txt
3271 F:      fs/coda/
3272 F:      include/linux/coda*.h
3273 F:      include/uapi/linux/coda*.h
3274
3275 CODA V4L2 MEM2MEM DRIVER
3276 M:      Philipp Zabel <p.zabel@pengutronix.de>
3277 L:      linux-media@vger.kernel.org
3278 S:      Maintained
3279 F:      Documentation/devicetree/bindings/media/coda.txt
3280 F:      drivers/media/platform/coda/
3281
3282 COMMON CLK FRAMEWORK
3283 M:      Michael Turquette <mturquette@baylibre.com>
3284 M:      Stephen Boyd <sboyd@codeaurora.org>
3285 L:      linux-clk@vger.kernel.org
3286 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3288 S:      Maintained
3289 F:      Documentation/devicetree/bindings/clock/
3290 F:      drivers/clk/
3291 X:      drivers/clk/clkdev.c
3292 F:      include/linux/clk-pr*
3293 F:      include/linux/clk/
3294
3295 COMMON INTERNET FILE SYSTEM (CIFS)
3296 M:      Steve French <sfrench@samba.org>
3297 L:      linux-cifs@vger.kernel.org
3298 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3299 W:      http://linux-cifs.samba.org/
3300 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3301 S:      Supported
3302 F:      Documentation/filesystems/cifs/
3303 F:      fs/cifs/
3304
3305 COMPACTPCI HOTPLUG CORE
3306 M:      Scott Murray <scott@spiteful.org>
3307 L:      linux-pci@vger.kernel.org
3308 S:      Maintained
3309 F:      drivers/pci/hotplug/cpci_hotplug*
3310
3311 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3312 M:      Scott Murray <scott@spiteful.org>
3313 L:      linux-pci@vger.kernel.org
3314 S:      Maintained
3315 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3316
3317 COMPACTPCI HOTPLUG GENERIC DRIVER
3318 M:      Scott Murray <scott@spiteful.org>
3319 L:      linux-pci@vger.kernel.org
3320 S:      Maintained
3321 F:      drivers/pci/hotplug/cpcihp_generic.c
3322
3323 COMPAL LAPTOP SUPPORT
3324 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3325 L:      platform-driver-x86@vger.kernel.org
3326 S:      Maintained
3327 F:      drivers/platform/x86/compal-laptop.c
3328
3329 CONEXANT ACCESSRUNNER USB DRIVER
3330 L:      accessrunner-general@lists.sourceforge.net
3331 W:      http://accessrunner.sourceforge.net/
3332 S:      Orphan
3333 F:      drivers/usb/atm/cxacru.c
3334
3335 CONFIGFS
3336 M:      Joel Becker <jlbec@evilplan.org>
3337 M:      Christoph Hellwig <hch@lst.de>
3338 T:      git git://git.infradead.org/users/hch/configfs.git
3339 S:      Supported
3340 F:      fs/configfs/
3341 F:      include/linux/configfs.h
3342
3343 CONNECTOR
3344 M:      Evgeniy Polyakov <zbr@ioremap.net>
3345 L:      netdev@vger.kernel.org
3346 S:      Maintained
3347 F:      drivers/connector/
3348
3349 CONTROL GROUP (CGROUP)
3350 M:      Tejun Heo <tj@kernel.org>
3351 M:      Li Zefan <lizefan@huawei.com>
3352 M:      Johannes Weiner <hannes@cmpxchg.org>
3353 L:      cgroups@vger.kernel.org
3354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3355 S:      Maintained
3356 F:      Documentation/cgroup*
3357 F:      include/linux/cgroup*
3358 F:      kernel/cgroup*
3359
3360 CONTROL GROUP - CPUSET
3361 M:      Li Zefan <lizefan@huawei.com>
3362 L:      cgroups@vger.kernel.org
3363 W:      http://www.bullopensource.org/cpuset/
3364 W:      http://oss.sgi.com/projects/cpusets/
3365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3366 S:      Maintained
3367 F:      Documentation/cgroup-v1/cpusets.txt
3368 F:      include/linux/cpuset.h
3369 F:      kernel/cpuset.c
3370
3371 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3372 M:      Johannes Weiner <hannes@cmpxchg.org>
3373 M:      Michal Hocko <mhocko@kernel.org>
3374 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3375 L:      cgroups@vger.kernel.org
3376 L:      linux-mm@kvack.org
3377 S:      Maintained
3378 F:      mm/memcontrol.c
3379 F:      mm/swap_cgroup.c
3380
3381 CORETEMP HARDWARE MONITORING DRIVER
3382 M:      Fenghua Yu <fenghua.yu@intel.com>
3383 L:      linux-hwmon@vger.kernel.org
3384 S:      Maintained
3385 F:      Documentation/hwmon/coretemp
3386 F:      drivers/hwmon/coretemp.c
3387
3388 COSA/SRP SYNC SERIAL DRIVER
3389 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3390 W:      http://www.fi.muni.cz/~kas/cosa/
3391 S:      Maintained
3392 F:      drivers/net/wan/cosa*
3393
3394 CPMAC ETHERNET DRIVER
3395 M:      Florian Fainelli <f.fainelli@gmail.com>
3396 L:      netdev@vger.kernel.org
3397 S:      Maintained
3398 F:      drivers/net/ethernet/ti/cpmac.c
3399
3400 CPU FREQUENCY DRIVERS
3401 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3402 M:      Viresh Kumar <viresh.kumar@linaro.org>
3403 L:      linux-pm@vger.kernel.org
3404 S:      Maintained
3405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3406 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3407 B:      https://bugzilla.kernel.org
3408 F:      Documentation/cpu-freq/
3409 F:      drivers/cpufreq/
3410 F:      include/linux/cpufreq.h
3411
3412 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3413 M:      Viresh Kumar <viresh.kumar@linaro.org>
3414 M:      Sudeep Holla <sudeep.holla@arm.com>
3415 L:      linux-pm@vger.kernel.org
3416 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3417 S:      Maintained
3418 F:      drivers/cpufreq/arm_big_little.h
3419 F:      drivers/cpufreq/arm_big_little.c
3420 F:      drivers/cpufreq/arm_big_little_dt.c
3421
3422 CPUIDLE DRIVER - ARM BIG LITTLE
3423 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3424 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3425 L:      linux-pm@vger.kernel.org
3426 L:      linux-arm-kernel@lists.infradead.org
3427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3428 S:      Maintained
3429 F:      drivers/cpuidle/cpuidle-big_little.c
3430
3431 CPUIDLE DRIVER - ARM EXYNOS
3432 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3433 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3434 M:      Kukjin Kim <kgene@kernel.org>
3435 L:      linux-pm@vger.kernel.org
3436 L:      linux-samsung-soc@vger.kernel.org
3437 S:      Supported
3438 F:      drivers/cpuidle/cpuidle-exynos.c
3439 F:      arch/arm/mach-exynos/pm.c
3440
3441 CPUIDLE DRIVERS
3442 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3443 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3444 L:      linux-pm@vger.kernel.org
3445 S:      Maintained
3446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3447 B:      https://bugzilla.kernel.org
3448 F:      drivers/cpuidle/*
3449 F:      include/linux/cpuidle.h
3450
3451 CPUID/MSR DRIVER
3452 M:      "H. Peter Anvin" <hpa@zytor.com>
3453 S:      Maintained
3454 F:      arch/x86/kernel/cpuid.c
3455 F:      arch/x86/kernel/msr.c
3456
3457 CPU POWER MONITORING SUBSYSTEM
3458 M:      Thomas Renninger <trenn@suse.com>
3459 L:      linux-pm@vger.kernel.org
3460 S:      Maintained
3461 F:      tools/power/cpupower/
3462
3463 CRAMFS FILESYSTEM
3464 W:      http://sourceforge.net/projects/cramfs/
3465 S:      Orphan / Obsolete
3466 F:      Documentation/filesystems/cramfs.txt
3467 F:      fs/cramfs/
3468
3469 CRIS PORT
3470 M:      Mikael Starvik <starvik@axis.com>
3471 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3472 L:      linux-cris-kernel@axis.com
3473 W:      http://developer.axis.com
3474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3475 S:      Maintained
3476 F:      arch/cris/
3477 F:      drivers/tty/serial/crisv10.*
3478
3479 CRYPTO API
3480 M:      Herbert Xu <herbert@gondor.apana.org.au>
3481 M:      "David S. Miller" <davem@davemloft.net>
3482 L:      linux-crypto@vger.kernel.org
3483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3485 S:      Maintained
3486 F:      Documentation/crypto/
3487 F:      Documentation/devicetree/bindings/crypto/
3488 F:      Documentation/DocBook/crypto-API.tmpl
3489 F:      arch/*/crypto/
3490 F:      crypto/
3491 F:      drivers/crypto/
3492 F:      include/crypto/
3493 F:      include/linux/crypto*
3494
3495 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3496 M:      Neil Horman <nhorman@tuxdriver.com>
3497 L:      linux-crypto@vger.kernel.org
3498 S:      Maintained
3499 F:      crypto/ansi_cprng.c
3500 F:      crypto/rng.c
3501
3502 CS3308 MEDIA DRIVER
3503 M:      Hans Verkuil <hverkuil@xs4all.nl>
3504 L:      linux-media@vger.kernel.org
3505 T:      git git://linuxtv.org/media_tree.git
3506 W:      http://linuxtv.org
3507 S:      Odd Fixes
3508 F:      drivers/media/i2c/cs3308.c
3509 F:      drivers/media/i2c/cs3308.h
3510
3511 CS5535 Audio ALSA driver
3512 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3513 S:      Maintained
3514 F:      sound/pci/cs5535audio/
3515
3516 CW1200 WLAN driver
3517 M:      Solomon Peachy <pizza@shaftnet.org>
3518 S:      Maintained
3519 F:      drivers/net/wireless/st/cw1200/
3520
3521 CX18 VIDEO4LINUX DRIVER
3522 M:      Andy Walls <awalls@md.metrocast.net>
3523 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3524 L:      linux-media@vger.kernel.org
3525 T:      git git://linuxtv.org/media_tree.git
3526 W:      https://linuxtv.org
3527 W:      http://www.ivtvdriver.org/index.php/Cx18
3528 S:      Maintained
3529 F:      Documentation/media/v4l-drivers/cx18*
3530 F:      drivers/media/pci/cx18/
3531 F:      include/uapi/linux/ivtv*
3532
3533 CX2341X MPEG ENCODER HELPER MODULE
3534 M:      Hans Verkuil <hverkuil@xs4all.nl>
3535 L:      linux-media@vger.kernel.org
3536 T:      git git://linuxtv.org/media_tree.git
3537 W:      https://linuxtv.org
3538 S:      Maintained
3539 F:      drivers/media/common/cx2341x*
3540 F:      include/media/cx2341x*
3541
3542 CX24120 MEDIA DRIVER
3543 M:      Jemma Denson <jdenson@gmail.com>
3544 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3545 L:      linux-media@vger.kernel.org
3546 W:      https://linuxtv.org
3547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3548 S:      Maintained
3549 F:      drivers/media/dvb-frontends/cx24120*
3550
3551 CX88 VIDEO4LINUX DRIVER
3552 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3553 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3554 L:      linux-media@vger.kernel.org
3555 W:      https://linuxtv.org
3556 T:      git git://linuxtv.org/media_tree.git
3557 S:      Odd fixes
3558 F:      Documentation/media/v4l-drivers/cx88*
3559 F:      drivers/media/pci/cx88/
3560
3561 CXD2820R MEDIA DRIVER
3562 M:      Antti Palosaari <crope@iki.fi>
3563 L:      linux-media@vger.kernel.org
3564 W:      https://linuxtv.org
3565 W:      http://palosaari.fi/linux/
3566 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3567 T:      git git://linuxtv.org/anttip/media_tree.git
3568 S:      Maintained
3569 F:      drivers/media/dvb-frontends/cxd2820r*
3570
3571 CXGB3 ETHERNET DRIVER (CXGB3)
3572 M:      Santosh Raspatur <santosh@chelsio.com>
3573 L:      netdev@vger.kernel.org
3574 W:      http://www.chelsio.com
3575 S:      Supported
3576 F:      drivers/net/ethernet/chelsio/cxgb3/
3577
3578 CXGB3 ISCSI DRIVER (CXGB3I)
3579 M:      Karen Xie <kxie@chelsio.com>
3580 L:      linux-scsi@vger.kernel.org
3581 W:      http://www.chelsio.com
3582 S:      Supported
3583 F:      drivers/scsi/cxgbi/cxgb3i
3584
3585 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3586 M:      Steve Wise <swise@chelsio.com>
3587 L:      linux-rdma@vger.kernel.org
3588 W:      http://www.openfabrics.org
3589 S:      Supported
3590 F:      drivers/infiniband/hw/cxgb3/
3591 F:      include/uapi/rdma/cxgb3-abi.h
3592
3593 CXGB4 ETHERNET DRIVER (CXGB4)
3594 M:      Ganesh Goudar <ganeshgr@chelsio.com>
3595 L:      netdev@vger.kernel.org
3596 W:      http://www.chelsio.com
3597 S:      Supported
3598 F:      drivers/net/ethernet/chelsio/cxgb4/
3599
3600 CXGB4 ISCSI DRIVER (CXGB4I)
3601 M:      Karen Xie <kxie@chelsio.com>
3602 L:      linux-scsi@vger.kernel.org
3603 W:      http://www.chelsio.com
3604 S:      Supported
3605 F:      drivers/scsi/cxgbi/cxgb4i
3606
3607 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3608 M:      Steve Wise <swise@chelsio.com>
3609 L:      linux-rdma@vger.kernel.org
3610 W:      http://www.openfabrics.org
3611 S:      Supported
3612 F:      drivers/infiniband/hw/cxgb4/
3613 F:      include/uapi/rdma/cxgb4-abi.h
3614
3615 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3616 M:      Casey Leedom <leedom@chelsio.com>
3617 L:      netdev@vger.kernel.org
3618 W:      http://www.chelsio.com
3619 S:      Supported
3620 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3621
3622 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3623 M:      Ian Munsie <imunsie@au1.ibm.com>
3624 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3625 L:      linuxppc-dev@lists.ozlabs.org
3626 S:      Supported
3627 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3628 F:      drivers/misc/cxl/
3629 F:      include/misc/cxl*
3630 F:      include/uapi/misc/cxl.h
3631 F:      Documentation/powerpc/cxl.txt
3632 F:      Documentation/ABI/testing/sysfs-class-cxl
3633
3634 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3635 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3636 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3637 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3638 L:      linux-scsi@vger.kernel.org
3639 S:      Supported
3640 F:      drivers/scsi/cxlflash/
3641 F:      include/uapi/scsi/cxlflash_ioctls.h
3642 F:      Documentation/powerpc/cxlflash.txt
3643
3644 STMMAC ETHERNET DRIVER
3645 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3646 M:      Alexandre Torgue <alexandre.torgue@st.com>
3647 L:      netdev@vger.kernel.org
3648 W:      http://www.stlinux.com
3649 S:      Supported
3650 F:      drivers/net/ethernet/stmicro/stmmac/
3651
3652 CYBERPRO FB DRIVER
3653 M:      Russell King <linux@armlinux.org.uk>
3654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3655 W:      http://www.armlinux.org.uk/
3656 S:      Maintained
3657 F:      drivers/video/fbdev/cyber2000fb.*
3658
3659 CYCLADES ASYNC MUX DRIVER
3660 W:      http://www.cyclades.com/
3661 S:      Orphan
3662 F:      drivers/tty/cyclades.c
3663 F:      include/linux/cyclades.h
3664 F:      include/uapi/linux/cyclades.h
3665
3666 CYCLADES PC300 DRIVER
3667 W:      http://www.cyclades.com/
3668 S:      Orphan
3669 F:      drivers/net/wan/pc300*
3670
3671 CYPRESS_FIRMWARE MEDIA DRIVER
3672 M:      Antti Palosaari <crope@iki.fi>
3673 L:      linux-media@vger.kernel.org
3674 W:      https://linuxtv.org
3675 W:      http://palosaari.fi/linux/
3676 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3677 T:      git git://linuxtv.org/anttip/media_tree.git
3678 S:      Maintained
3679 F:      drivers/media/common/cypress_firmware*
3680
3681 CYTTSP TOUCHSCREEN DRIVER
3682 M:      Ferruh Yigit <fery@cypress.com>
3683 L:      linux-input@vger.kernel.org
3684 S:      Supported
3685 F:      drivers/input/touchscreen/cyttsp*
3686 F:      include/linux/input/cyttsp.h
3687
3688 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3689 M:      Joshua Kinard <kumba@gentoo.org>
3690 S:      Maintained
3691 F:      drivers/rtc/rtc-ds1685.c
3692 F:      include/linux/rtc/ds1685.h
3693
3694 DAMA SLAVE for AX.25
3695 M:      Joerg Reuter <jreuter@yaina.de>
3696 W:      http://yaina.de/jreuter/
3697 W:      http://www.qsl.net/dl1bke/
3698 L:      linux-hams@vger.kernel.org
3699 S:      Maintained
3700 F:      net/ax25/af_ax25.c
3701 F:      net/ax25/ax25_dev.c
3702 F:      net/ax25/ax25_ds_*
3703 F:      net/ax25/ax25_in.c
3704 F:      net/ax25/ax25_out.c
3705 F:      net/ax25/ax25_timer.c
3706 F:      net/ax25/sysctl_net_ax25.c
3707
3708 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3709 L:      netdev@vger.kernel.org
3710 S:      Orphan
3711 F:      Documentation/networking/dmfe.txt
3712 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3713
3714 DC390/AM53C974 SCSI driver
3715 M:      Hannes Reinecke <hare@suse.com>
3716 L:      linux-scsi@vger.kernel.org
3717 S:      Maintained
3718 F:      drivers/scsi/am53c974.c
3719
3720 DC395x SCSI driver
3721 M:      Oliver Neukum <oliver@neukum.org>
3722 M:      Ali Akcaagac <aliakc@web.de>
3723 M:      Jamie Lenehan <lenehan@twibble.org>
3724 L:      dc395x@twibble.org
3725 W:      http://twibble.org/dist/dc395x/
3726 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3727 S:      Maintained
3728 F:      Documentation/scsi/dc395x.txt
3729 F:      drivers/scsi/dc395x.*
3730
3731 DCCP PROTOCOL
3732 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3733 L:      dccp@vger.kernel.org
3734 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3735 S:      Maintained
3736 F:      include/linux/dccp.h
3737 F:      include/uapi/linux/dccp.h
3738 F:      include/linux/tfrc.h
3739 F:      net/dccp/
3740
3741 DECnet NETWORK LAYER
3742 W:      http://linux-decnet.sourceforge.net
3743 L:      linux-decnet-user@lists.sourceforge.net
3744 S:      Orphan
3745 F:      Documentation/networking/decnet.txt
3746 F:      net/decnet/
3747
3748 DECSTATION PLATFORM SUPPORT
3749 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3750 L:      linux-mips@linux-mips.org
3751 W:      http://www.linux-mips.org/wiki/DECstation
3752 S:      Maintained
3753 F:      arch/mips/dec/
3754 F:      arch/mips/include/asm/dec/
3755 F:      arch/mips/include/asm/mach-dec/
3756
3757 DEFXX FDDI NETWORK DRIVER
3758 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3759 S:      Maintained
3760 F:      drivers/net/fddi/defxx.*
3761
3762 DELL LAPTOP DRIVER
3763 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3764 M:      Pali Rohár <pali.rohar@gmail.com>
3765 L:      platform-driver-x86@vger.kernel.org
3766 S:      Maintained
3767 F:      drivers/platform/x86/dell-laptop.c
3768
3769 DELL LAPTOP RBTN DRIVER
3770 M:      Pali Rohár <pali.rohar@gmail.com>
3771 S:      Maintained
3772 F:      drivers/platform/x86/dell-rbtn.*
3773
3774 DELL LAPTOP FREEFALL DRIVER
3775 M:      Pali Rohár <pali.rohar@gmail.com>
3776 S:      Maintained
3777 F:      drivers/platform/x86/dell-smo8800.c
3778
3779 DELL LAPTOP SMM DRIVER
3780 M:      Pali Rohár <pali.rohar@gmail.com>
3781 S:      Maintained
3782 F:      drivers/hwmon/dell-smm-hwmon.c
3783 F:      include/uapi/linux/i8k.h
3784
3785 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3786 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3787 S:      Maintained
3788 F:      Documentation/dcdbas.txt
3789 F:      drivers/firmware/dcdbas.*
3790
3791 DELL WMI EXTRAS DRIVER
3792 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3793 M:      Pali Rohár <pali.rohar@gmail.com>
3794 S:      Maintained
3795 F:      drivers/platform/x86/dell-wmi.c
3796
3797 DESIGNWARE USB2 DRD IP DRIVER
3798 M:      John Youn <johnyoun@synopsys.com>
3799 L:      linux-usb@vger.kernel.org
3800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3801 S:      Maintained
3802 F:      drivers/usb/dwc2/
3803
3804 DESIGNWARE USB3 DRD IP DRIVER
3805 M:      Felipe Balbi <balbi@kernel.org>
3806 L:      linux-usb@vger.kernel.org
3807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3808 S:      Maintained
3809 F:      drivers/usb/dwc3/
3810
3811 DEVICE COREDUMP (DEV_COREDUMP)
3812 M:      Johannes Berg <johannes@sipsolutions.net>
3813 L:      linux-kernel@vger.kernel.org
3814 S:      Maintained
3815 F:      drivers/base/devcoredump.c
3816 F:      include/linux/devcoredump.h
3817
3818 DEVICE FREQUENCY (DEVFREQ)
3819 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3820 M:      Kyungmin Park <kyungmin.park@samsung.com>
3821 R:      Chanwoo Choi <cw00.choi@samsung.com>
3822 L:      linux-pm@vger.kernel.org
3823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3824 S:      Maintained
3825 F:      drivers/devfreq/
3826 F:      include/linux/devfreq.h
3827 F:      Documentation/devicetree/bindings/devfreq/
3828
3829 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3830 M:      Chanwoo Choi <cw00.choi@samsung.com>
3831 L:      linux-pm@vger.kernel.org
3832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3833 S:      Supported
3834 F:      drivers/devfreq/event/
3835 F:      drivers/devfreq/devfreq-event.c
3836 F:      include/linux/devfreq-event.h
3837 F:      Documentation/devicetree/bindings/devfreq/event/
3838
3839 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3840 M:      Chanwoo Choi <cw00.choi@samsung.com>
3841 L:      linux-pm@vger.kernel.org
3842 L:      linux-samsung-soc@vger.kernel.org
3843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3844 S:      Maintained
3845 F:      drivers/devfreq/exynos-bus.c
3846 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3847
3848 DEVICE NUMBER REGISTRY
3849 M:      Torben Mathiasen <device@lanana.org>
3850 W:      http://lanana.org/docs/device-list/index.html
3851 S:      Maintained
3852
3853 DEVICE-MAPPER  (LVM)
3854 M:      Alasdair Kergon <agk@redhat.com>
3855 M:      Mike Snitzer <snitzer@redhat.com>
3856 M:      dm-devel@redhat.com
3857 L:      dm-devel@redhat.com
3858 W:      http://sources.redhat.com/dm
3859 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3861 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3862 S:      Maintained
3863 F:      Documentation/device-mapper/
3864 F:      drivers/md/dm*
3865 F:      drivers/md/persistent-data/
3866 F:      include/linux/device-mapper.h
3867 F:      include/linux/dm-*.h
3868 F:      include/uapi/linux/dm-*.h
3869
3870 DEVLINK
3871 M:      Jiri Pirko <jiri@mellanox.com>
3872 L:      netdev@vger.kernel.org
3873 S:      Supported
3874 F:      net/core/devlink.c
3875 F:      include/net/devlink.h
3876 F:      include/uapi/linux/devlink.h
3877
3878 DIALOG SEMICONDUCTOR DRIVERS
3879 M:      Support Opensource <support.opensource@diasemi.com>
3880 W:      http://www.dialog-semiconductor.com/products
3881 S:      Supported
3882 F:      Documentation/hwmon/da90??
3883 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3884 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3885 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3886 F:      drivers/gpio/gpio-da90??.c
3887 F:      drivers/hwmon/da90??-hwmon.c
3888 F:      drivers/iio/adc/da91??-*.c
3889 F:      drivers/input/misc/da90??_onkey.c
3890 F:      drivers/input/touchscreen/da9052_tsi.c
3891 F:      drivers/leds/leds-da90??.c
3892 F:      drivers/mfd/da903x.c
3893 F:      drivers/mfd/da90??-*.c
3894 F:      drivers/mfd/da91??-*.c
3895 F:      drivers/power/supply/da9052-battery.c
3896 F:      drivers/power/supply/da91??-*.c
3897 F:      drivers/regulator/da903x.c
3898 F:      drivers/regulator/da9???-regulator.[ch]
3899 F:      drivers/rtc/rtc-da90??.c
3900 F:      drivers/video/backlight/da90??_bl.c
3901 F:      drivers/watchdog/da90??_wdt.c
3902 F:      include/linux/mfd/da903x.h
3903 F:      include/linux/mfd/da9052/
3904 F:      include/linux/mfd/da9055/
3905 F:      include/linux/mfd/da9062/
3906 F:      include/linux/mfd/da9063/
3907 F:      include/linux/mfd/da9150/
3908 F:      include/linux/regulator/da9211.h
3909 F:      include/sound/da[79]*.h
3910 F:      sound/soc/codecs/da[79]*.[ch]
3911
3912 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3913 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3914 L:      linux-gpio@vger.kernel.org
3915 S:      Maintained
3916 F:      drivers/gpio/gpio-gpio-mm.c
3917
3918 DIGI NEO AND CLASSIC PCI PRODUCTS
3919 M:      Lidza Louina <lidza.louina@gmail.com>
3920 M:      Mark Hounschell <markh@compro.net>
3921 L:      driverdev-devel@linuxdriverproject.org
3922 S:      Maintained
3923 F:      drivers/staging/dgnc/
3924
3925 DIOLAN U2C-12 I2C DRIVER
3926 M:      Guenter Roeck <linux@roeck-us.net>
3927 L:      linux-i2c@vger.kernel.org
3928 S:      Maintained
3929 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3930
3931 DIRECT ACCESS (DAX)
3932 M:      Matthew Wilcox <mawilcox@microsoft.com>
3933 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
3934 L:      linux-fsdevel@vger.kernel.org
3935 S:      Supported
3936 F:      fs/dax.c
3937 F:      include/linux/dax.h
3938 F:      include/trace/events/fs_dax.h
3939
3940 DIRECTORY NOTIFICATION (DNOTIFY)
3941 M:      Eric Paris <eparis@parisplace.org>
3942 S:      Maintained
3943 F:      Documentation/filesystems/dnotify.txt
3944 F:      fs/notify/dnotify/
3945 F:      include/linux/dnotify.h
3946
3947 DISK GEOMETRY AND PARTITION HANDLING
3948 M:      Andries Brouwer <aeb@cwi.nl>
3949 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3950 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3951 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3952 S:      Maintained
3953
3954 DISKQUOTA
3955 M:      Jan Kara <jack@suse.com>
3956 S:      Maintained
3957 F:      Documentation/filesystems/quota.txt
3958 F:      fs/quota/
3959 F:      include/linux/quota*.h
3960 F:      include/uapi/linux/quota*.h
3961
3962 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3963 M:      Bernie Thompson <bernie@plugable.com>
3964 L:      linux-fbdev@vger.kernel.org
3965 S:      Maintained
3966 W:      http://plugable.com/category/projects/udlfb/
3967 F:      drivers/video/fbdev/udlfb.c
3968 F:      include/video/udlfb.h
3969 F:      Documentation/fb/udlfb.txt
3970
3971 DISTRIBUTED LOCK MANAGER (DLM)
3972 M:      Christine Caulfield <ccaulfie@redhat.com>
3973 M:      David Teigland <teigland@redhat.com>
3974 L:      cluster-devel@redhat.com
3975 W:      http://sources.redhat.com/cluster/
3976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3977 S:      Supported
3978 F:      fs/dlm/
3979
3980 DMA BUFFER SHARING FRAMEWORK
3981 M:      Sumit Semwal <sumit.semwal@linaro.org>
3982 S:      Maintained
3983 L:      linux-media@vger.kernel.org
3984 L:      dri-devel@lists.freedesktop.org
3985 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3986 F:      drivers/dma-buf/
3987 F:      include/linux/dma-buf*
3988 F:      include/linux/reservation.h
3989 F:      include/linux/*fence.h
3990 F:      Documentation/dma-buf-sharing.txt
3991 T:      git git://anongit.freedesktop.org/drm/drm-misc
3992
3993 SYNC FILE FRAMEWORK
3994 M:      Sumit Semwal <sumit.semwal@linaro.org>
3995 R:      Gustavo Padovan <gustavo@padovan.org>
3996 S:      Maintained
3997 L:      linux-media@vger.kernel.org
3998 L:      dri-devel@lists.freedesktop.org
3999 F:      drivers/dma-buf/sync_*
4000 F:      drivers/dma-buf/sw_sync.c
4001 F:      include/linux/sync_file.h
4002 F:      include/uapi/linux/sync_file.h
4003 F:      Documentation/sync_file.txt
4004 T:      git git://anongit.freedesktop.org/drm/drm-misc
4005
4006 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4007 M:      Vinod Koul <vinod.koul@intel.com>
4008 L:      dmaengine@vger.kernel.org
4009 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4010 S:      Maintained
4011 F:      drivers/dma/
4012 F:      include/linux/dmaengine.h
4013 F:      Documentation/devicetree/bindings/dma/
4014 F:      Documentation/dmaengine/
4015 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4016
4017 DME1737 HARDWARE MONITOR DRIVER
4018 M:      Juerg Haefliger <juergh@gmail.com>
4019 L:      linux-hwmon@vger.kernel.org
4020 S:      Maintained
4021 F:      Documentation/hwmon/dme1737
4022 F:      drivers/hwmon/dme1737.c
4023
4024 DMI/SMBIOS SUPPORT
4025 M:      Jean Delvare <jdelvare@suse.com>
4026 S:      Maintained
4027 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4028 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4029 F:      drivers/firmware/dmi-id.c
4030 F:      drivers/firmware/dmi_scan.c
4031 F:      include/linux/dmi.h
4032
4033 DOCUMENTATION
4034 M:      Jonathan Corbet <corbet@lwn.net>
4035 L:      linux-doc@vger.kernel.org
4036 S:      Maintained
4037 F:      Documentation/
4038 F:      scripts/docproc.c
4039 F:      scripts/kernel-doc*
4040 X:      Documentation/ABI/
4041 X:      Documentation/devicetree/
4042 X:      Documentation/acpi
4043 X:      Documentation/power
4044 X:      Documentation/spi
4045 X:      Documentation/media
4046 T:      git git://git.lwn.net/linux.git docs-next
4047
4048 DOUBLETALK DRIVER
4049 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4050 L:      blinux-list@redhat.com
4051 S:      Maintained
4052 F:      drivers/char/dtlk.c
4053 F:      include/linux/dtlk.h
4054
4055 DPT_I2O SCSI RAID DRIVER
4056 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4057 L:      linux-scsi@vger.kernel.org
4058 W:      http://www.adaptec.com/
4059 S:      Maintained
4060 F:      drivers/scsi/dpt*
4061 F:      drivers/scsi/dpt/
4062
4063 DRBD DRIVER
4064 M:      Philipp Reisner <philipp.reisner@linbit.com>
4065 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4066 L:      drbd-dev@lists.linbit.com
4067 W:      http://www.drbd.org
4068 T:      git git://git.linbit.com/linux-drbd.git
4069 T:      git git://git.linbit.com/drbd-8.4.git
4070 S:      Supported
4071 F:      drivers/block/drbd/
4072 F:      lib/lru_cache.c
4073 F:      Documentation/blockdev/drbd/
4074
4075 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4076 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4078 S:      Supported
4079 F:      Documentation/kobject.txt
4080 F:      drivers/base/
4081 F:      fs/debugfs/
4082 F:      fs/kernfs/
4083 F:      fs/sysfs/
4084 F:      include/linux/debugfs.h
4085 F:      include/linux/kobj*
4086 F:      lib/kobj*
4087
4088 DRM DRIVERS
4089 M:      David Airlie <airlied@linux.ie>
4090 L:      dri-devel@lists.freedesktop.org
4091 T:      git git://people.freedesktop.org/~airlied/linux
4092 B:      https://bugs.freedesktop.org/
4093 C:      irc://chat.freenode.net/dri-devel
4094 S:      Maintained
4095 F:      drivers/gpu/drm/
4096 F:      drivers/gpu/vga/
4097 F:      Documentation/devicetree/bindings/display/
4098 F:      Documentation/devicetree/bindings/gpu/
4099 F:      Documentation/devicetree/bindings/video/
4100 F:      Documentation/gpu/
4101 F:      include/drm/
4102 F:      include/uapi/drm/
4103
4104 DRM DRIVERS AND MISC GPU PATCHES
4105 M:      Daniel Vetter <daniel.vetter@intel.com>
4106 M:      Jani Nikula <jani.nikula@linux.intel.com>
4107 M:      Sean Paul <seanpaul@chromium.org>
4108 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4109 S:      Maintained
4110 T:      git git://anongit.freedesktop.org/drm/drm-misc
4111 F:      Documentation/gpu/
4112 F:      drivers/gpu/vga/
4113 F:      drivers/gpu/drm/*
4114 F:      include/drm/drm*
4115 F:      include/uapi/drm/drm*
4116
4117 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4118 M:      Dave Airlie <airlied@redhat.com>
4119 S:      Odd Fixes
4120 F:      drivers/gpu/drm/ast/
4121
4122 DRM DRIVERS FOR BRIDGE CHIPS
4123 M:      Archit Taneja <architt@codeaurora.org>
4124 S:      Maintained
4125 T:      git git://anongit.freedesktop.org/drm/drm-misc
4126 F:      drivers/gpu/drm/bridge/
4127
4128 DRM DRIVER FOR BOCHS VIRTUAL GPU
4129 M:      Gerd Hoffmann <kraxel@redhat.com>
4130 L:      virtualization@lists.linux-foundation.org
4131 T:      git git://git.kraxel.org/linux drm-qemu
4132 S:      Maintained
4133 F:      drivers/gpu/drm/bochs/
4134
4135 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4136 M:      Dave Airlie <airlied@redhat.com>
4137 M:      Gerd Hoffmann <kraxel@redhat.com>
4138 L:      virtualization@lists.linux-foundation.org
4139 T:      git git://git.kraxel.org/linux drm-qemu
4140 S:      Obsolete
4141 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4142 F:      drivers/gpu/drm/cirrus/
4143
4144 RADEON and AMDGPU DRM DRIVERS
4145 M:      Alex Deucher <alexander.deucher@amd.com>
4146 M:      Christian König <christian.koenig@amd.com>
4147 L:      amd-gfx@lists.freedesktop.org
4148 T:      git git://people.freedesktop.org/~agd5f/linux
4149 S:      Supported
4150 F:      drivers/gpu/drm/radeon/
4151 F:      include/uapi/drm/radeon_drm.h
4152 F:      drivers/gpu/drm/amd/
4153 F:      include/uapi/drm/amdgpu_drm.h
4154
4155 DRM PANEL DRIVERS
4156 M:      Thierry Reding <thierry.reding@gmail.com>
4157 L:      dri-devel@lists.freedesktop.org
4158 T:      git git://anongit.freedesktop.org/tegra/linux.git
4159 S:      Maintained
4160 F:      drivers/gpu/drm/drm_panel.c
4161 F:      drivers/gpu/drm/panel/
4162 F:      include/drm/drm_panel.h
4163 F:      Documentation/devicetree/bindings/display/panel/
4164
4165 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4166 M:      Daniel Vetter <daniel.vetter@intel.com>
4167 M:      Jani Nikula <jani.nikula@linux.intel.com>
4168 L:      intel-gfx@lists.freedesktop.org
4169 W:      https://01.org/linuxgraphics/
4170 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4171 C:      irc://chat.freenode.net/intel-gfx
4172 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4173 T:      git git://anongit.freedesktop.org/drm-intel
4174 S:      Supported
4175 F:      drivers/gpu/drm/i915/
4176 F:      include/drm/i915*
4177 F:      include/uapi/drm/i915_drm.h
4178 F:      Documentation/gpu/i915.rst
4179
4180 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4181 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4182 M:      Zhi Wang <zhi.a.wang@intel.com>
4183 L:      intel-gvt-dev@lists.freedesktop.org
4184 L:      intel-gfx@lists.freedesktop.org
4185 W:      https://01.org/igvt-g
4186 T:      git https://github.com/01org/gvt-linux.git
4187 S:      Supported
4188 F:      drivers/gpu/drm/i915/gvt/
4189
4190 DRM DRIVERS FOR ATMEL HLCDC
4191 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4192 L:      dri-devel@lists.freedesktop.org
4193 S:      Supported
4194 F:      drivers/gpu/drm/atmel-hlcdc/
4195 F:      Documentation/devicetree/bindings/drm/atmel/
4196
4197 DRM DRIVERS FOR ALLWINNER A10
4198 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4199 L:      dri-devel@lists.freedesktop.org
4200 S:      Supported
4201 F:      drivers/gpu/drm/sun4i/
4202 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4203
4204 DRM DRIVERS FOR AMLOGIC SOCS
4205 M:      Neil Armstrong <narmstrong@baylibre.com>
4206 L:      dri-devel@lists.freedesktop.org
4207 L:      linux-amlogic@lists.infradead.org
4208 W:      http://linux-meson.com/
4209 S:      Supported
4210 F:      drivers/gpu/drm/meson/
4211 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4212
4213 DRM DRIVERS FOR EXYNOS
4214 M:      Inki Dae <inki.dae@samsung.com>
4215 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4216 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4217 M:      Kyungmin Park <kyungmin.park@samsung.com>
4218 L:      dri-devel@lists.freedesktop.org
4219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4220 S:      Supported
4221 F:      drivers/gpu/drm/exynos/
4222 F:      include/uapi/drm/exynos_drm.h
4223 F:      Documentation/devicetree/bindings/display/exynos/
4224
4225 DRM DRIVERS FOR FREESCALE DCU
4226 M:      Stefan Agner <stefan@agner.ch>
4227 M:      Alison Wang <alison.wang@freescale.com>
4228 L:      dri-devel@lists.freedesktop.org
4229 S:      Supported
4230 F:      drivers/gpu/drm/fsl-dcu/
4231 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4232 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4233 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4234
4235 DRM DRIVERS FOR FREESCALE IMX
4236 M:      Philipp Zabel <p.zabel@pengutronix.de>
4237 L:      dri-devel@lists.freedesktop.org
4238 S:      Maintained
4239 F:      drivers/gpu/drm/imx/
4240 F:      drivers/gpu/ipu-v3/
4241 F:      Documentation/devicetree/bindings/display/imx/
4242
4243 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4244 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4245 L:      dri-devel@lists.freedesktop.org
4246 T:      git git://github.com/patjak/drm-gma500
4247 S:      Maintained
4248 F:      drivers/gpu/drm/gma500/
4249
4250 DRM DRIVERS FOR HISILICON
4251 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4252 M:      Rongrong Zou <zourongrong@gmail.com>
4253 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4254 R:      Chen Feng <puck.chen@hisilicon.com>
4255 L:      dri-devel@lists.freedesktop.org
4256 T:      git git://github.com/xin3liang/linux.git
4257 S:      Maintained
4258 F:      drivers/gpu/drm/hisilicon/
4259 F:      Documentation/devicetree/bindings/display/hisilicon/
4260
4261 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4262 S:      Orphan / Obsolete
4263 F:      drivers/gpu/drm/i810/
4264 F:      include/uapi/drm/i810_drm.h
4265
4266 DRM DRIVERS FOR MEDIATEK
4267 M:      CK Hu <ck.hu@mediatek.com>
4268 M:      Philipp Zabel <p.zabel@pengutronix.de>
4269 L:      dri-devel@lists.freedesktop.org
4270 S:      Supported
4271 F:      drivers/gpu/drm/mediatek/
4272 F:      Documentation/devicetree/bindings/display/mediatek/
4273
4274 DRM DRIVER FOR MSM ADRENO GPU
4275 M:      Rob Clark <robdclark@gmail.com>
4276 L:      linux-arm-msm@vger.kernel.org
4277 L:      dri-devel@lists.freedesktop.org
4278 L:      freedreno@lists.freedesktop.org
4279 T:      git git://people.freedesktop.org/~robclark/linux
4280 S:      Maintained
4281 F:      drivers/gpu/drm/msm/
4282 F:      include/uapi/drm/msm_drm.h
4283 F:      Documentation/devicetree/bindings/display/msm/
4284
4285 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4286 M:      Ben Skeggs <bskeggs@redhat.com>
4287 L:      dri-devel@lists.freedesktop.org
4288 L:      nouveau@lists.freedesktop.org
4289 T:      git git://github.com/skeggsb/linux
4290 S:      Supported
4291 F:      drivers/gpu/drm/nouveau/
4292 F:      include/uapi/drm/nouveau_drm.h
4293
4294 DRM DRIVERS FOR NVIDIA TEGRA
4295 M:      Thierry Reding <thierry.reding@gmail.com>
4296 L:      dri-devel@lists.freedesktop.org
4297 L:      linux-tegra@vger.kernel.org
4298 T:      git git://anongit.freedesktop.org/tegra/linux.git
4299 S:      Supported
4300 F:      drivers/gpu/drm/tegra/
4301 F:      drivers/gpu/host1x/
4302 F:      include/linux/host1x.h
4303 F:      include/uapi/drm/tegra_drm.h
4304 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4305
4306 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4307 S:      Orphan / Obsolete
4308 F:      drivers/gpu/drm/mga/
4309 F:      include/uapi/drm/mga_drm.h
4310
4311 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4312 M:      Dave Airlie <airlied@redhat.com>
4313 S:      Odd Fixes
4314 F:      drivers/gpu/drm/mgag200/
4315
4316 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4317 S:      Orphan / Obsolete
4318 F:      drivers/gpu/drm/r128/
4319 F:      include/uapi/drm/r128_drm.h
4320
4321 DRM DRIVERS FOR RENESAS
4322 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4323 L:      dri-devel@lists.freedesktop.org
4324 L:      linux-renesas-soc@vger.kernel.org
4325 T:      git git://linuxtv.org/pinchartl/fbdev
4326 S:      Supported
4327 F:      drivers/gpu/drm/rcar-du/
4328 F:      drivers/gpu/drm/shmobile/
4329 F:      include/linux/platform_data/shmob_drm.h
4330 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4331
4332 DRM DRIVER FOR QXL VIRTUAL GPU
4333 M:      Dave Airlie <airlied@redhat.com>
4334 M:      Gerd Hoffmann <kraxel@redhat.com>
4335 L:      virtualization@lists.linux-foundation.org
4336 T:      git git://git.kraxel.org/linux drm-qemu
4337 S:      Maintained
4338 F:      drivers/gpu/drm/qxl/
4339 F:      include/uapi/drm/qxl_drm.h
4340
4341 DRM DRIVERS FOR ROCKCHIP
4342 M:      Mark Yao <mark.yao@rock-chips.com>
4343 L:      dri-devel@lists.freedesktop.org
4344 S:      Maintained
4345 F:      drivers/gpu/drm/rockchip/
4346 F:      Documentation/devicetree/bindings/display/rockchip/
4347
4348 DRM DRIVER FOR SAVAGE VIDEO CARDS
4349 S:      Orphan / Obsolete
4350 F:      drivers/gpu/drm/savage/
4351 F:      include/uapi/drm/savage_drm.h
4352
4353 DRM DRIVER FOR SIS VIDEO CARDS
4354 S:      Orphan / Obsolete
4355 F:      drivers/gpu/drm/sis/
4356 F:      include/uapi/drm/sis_drm.h
4357
4358 DRM DRIVERS FOR STI
4359 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4360 M:      Vincent Abriou <vincent.abriou@st.com>
4361 L:      dri-devel@lists.freedesktop.org
4362 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4363 S:      Maintained
4364 F:      drivers/gpu/drm/sti
4365 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4366
4367 DRM DRIVER FOR TDFX VIDEO CARDS
4368 S:      Orphan / Obsolete
4369 F:      drivers/gpu/drm/tdfx/
4370
4371 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4372 M:      Dave Airlie <airlied@redhat.com>
4373 S:      Odd Fixes
4374 F:      drivers/gpu/drm/udl/
4375
4376 DRM DRIVERS FOR VIVANTE GPU IP
4377 M:      Lucas Stach <l.stach@pengutronix.de>
4378 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4379 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4380 L:      etnaviv@lists.freedesktop.org
4381 L:      dri-devel@lists.freedesktop.org
4382 S:      Maintained
4383 F:      drivers/gpu/drm/etnaviv/
4384 F:      include/uapi/drm/etnaviv_drm.h
4385 F:      Documentation/devicetree/bindings/display/etnaviv/
4386
4387 DRM DRIVER FOR VMWARE VIRTUAL GPU
4388 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4389 M:      Sinclair Yeh <syeh@vmware.com>
4390 M:      Thomas Hellstrom <thellstrom@vmware.com>
4391 L:      dri-devel@lists.freedesktop.org
4392 T:      git git://people.freedesktop.org/~syeh/repos_linux
4393 T:      git git://people.freedesktop.org/~thomash/linux
4394 S:      Supported
4395 F:      drivers/gpu/drm/vmwgfx/
4396 F:      include/uapi/drm/vmwgfx_drm.h
4397
4398 DRM DRIVERS FOR VC4
4399 M:      Eric Anholt <eric@anholt.net>
4400 T:      git git://github.com/anholt/linux
4401 S:      Supported
4402 F:      drivers/gpu/drm/vc4/
4403 F:      include/uapi/drm/vc4_drm.h
4404 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4405
4406 DRM DRIVERS FOR TI OMAP
4407 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4408 L:      dri-devel@lists.freedesktop.org
4409 S:      Maintained
4410 F:      drivers/gpu/drm/omapdrm/
4411 F:      Documentation/devicetree/bindings/display/ti/
4412
4413 DRM DRIVERS FOR TI LCDC
4414 M:      Jyri Sarha <jsarha@ti.com>
4415 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4416 L:      dri-devel@lists.freedesktop.org
4417 S:      Maintained
4418 F:      drivers/gpu/drm/tilcdc/
4419 F:      Documentation/devicetree/bindings/display/tilcdc/
4420
4421 DRM DRIVERS FOR ZTE ZX
4422 M:      Shawn Guo <shawnguo@kernel.org>
4423 L:      dri-devel@lists.freedesktop.org
4424 S:      Maintained
4425 F:      drivers/gpu/drm/zte/
4426 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4427
4428 DSBR100 USB FM RADIO DRIVER
4429 M:      Alexey Klimov <klimov.linux@gmail.com>
4430 L:      linux-media@vger.kernel.org
4431 T:      git git://linuxtv.org/media_tree.git
4432 S:      Maintained
4433 F:      drivers/media/radio/dsbr100.c
4434
4435 DSCC4 DRIVER
4436 M:      Francois Romieu <romieu@fr.zoreil.com>
4437 L:      netdev@vger.kernel.org
4438 S:      Maintained
4439 F:      drivers/net/wan/dscc4.c
4440
4441 DT3155 MEDIA DRIVER
4442 M:      Hans Verkuil <hverkuil@xs4all.nl>
4443 L:      linux-media@vger.kernel.org
4444 T:      git git://linuxtv.org/media_tree.git
4445 W:      https://linuxtv.org
4446 S:      Odd Fixes
4447 F:      drivers/media/pci/dt3155/
4448
4449 DVB_USB_AF9015 MEDIA DRIVER
4450 M:      Antti Palosaari <crope@iki.fi>
4451 L:      linux-media@vger.kernel.org
4452 W:      https://linuxtv.org
4453 W:      http://palosaari.fi/linux/
4454 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4455 T:      git git://linuxtv.org/anttip/media_tree.git
4456 S:      Maintained
4457 F:      drivers/media/usb/dvb-usb-v2/af9015*
4458
4459 DVB_USB_AF9035 MEDIA DRIVER
4460 M:      Antti Palosaari <crope@iki.fi>
4461 L:      linux-media@vger.kernel.org
4462 W:      https://linuxtv.org
4463 W:      http://palosaari.fi/linux/
4464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4465 T:      git git://linuxtv.org/anttip/media_tree.git
4466 S:      Maintained
4467 F:      drivers/media/usb/dvb-usb-v2/af9035*
4468
4469 DVB_USB_ANYSEE MEDIA DRIVER
4470 M:      Antti Palosaari <crope@iki.fi>
4471 L:      linux-media@vger.kernel.org
4472 W:      https://linuxtv.org
4473 W:      http://palosaari.fi/linux/
4474 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4475 T:      git git://linuxtv.org/anttip/media_tree.git
4476 S:      Maintained
4477 F:      drivers/media/usb/dvb-usb-v2/anysee*
4478
4479 DVB_USB_AU6610 MEDIA DRIVER
4480 M:      Antti Palosaari <crope@iki.fi>
4481 L:      linux-media@vger.kernel.org
4482 W:      https://linuxtv.org
4483 W:      http://palosaari.fi/linux/
4484 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4485 T:      git git://linuxtv.org/anttip/media_tree.git
4486 S:      Maintained
4487 F:      drivers/media/usb/dvb-usb-v2/au6610*
4488
4489 DVB_USB_CE6230 MEDIA DRIVER
4490 M:      Antti Palosaari <crope@iki.fi>
4491 L:      linux-media@vger.kernel.org
4492 W:      https://linuxtv.org
4493 W:      http://palosaari.fi/linux/
4494 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4495 T:      git git://linuxtv.org/anttip/media_tree.git
4496 S:      Maintained
4497 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4498
4499 DVB_USB_CXUSB MEDIA DRIVER
4500 M:      Michael Krufky <mkrufky@linuxtv.org>
4501 L:      linux-media@vger.kernel.org
4502 W:      https://linuxtv.org
4503 W:      http://github.com/mkrufky
4504 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4505 T:      git git://linuxtv.org/media_tree.git
4506 S:      Maintained
4507 F:      drivers/media/usb/dvb-usb/cxusb*
4508
4509 DVB_USB_EC168 MEDIA DRIVER
4510 M:      Antti Palosaari <crope@iki.fi>
4511 L:      linux-media@vger.kernel.org
4512 W:      https://linuxtv.org
4513 W:      http://palosaari.fi/linux/
4514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4515 T:      git git://linuxtv.org/anttip/media_tree.git
4516 S:      Maintained
4517 F:      drivers/media/usb/dvb-usb-v2/ec168*
4518
4519 DVB_USB_GL861 MEDIA DRIVER
4520 M:      Antti Palosaari <crope@iki.fi>
4521 L:      linux-media@vger.kernel.org
4522 W:      https://linuxtv.org
4523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4524 T:      git git://linuxtv.org/anttip/media_tree.git
4525 S:      Maintained
4526 F:      drivers/media/usb/dvb-usb-v2/gl861*
4527
4528 DVB_USB_MXL111SF MEDIA DRIVER
4529 M:      Michael Krufky <mkrufky@linuxtv.org>
4530 L:      linux-media@vger.kernel.org
4531 W:      https://linuxtv.org
4532 W:      http://github.com/mkrufky
4533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4534 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4535 S:      Maintained
4536 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4537
4538 DVB_USB_RTL28XXU MEDIA DRIVER
4539 M:      Antti Palosaari <crope@iki.fi>
4540 L:      linux-media@vger.kernel.org
4541 W:      https://linuxtv.org
4542 W:      http://palosaari.fi/linux/
4543 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4544 T:      git git://linuxtv.org/anttip/media_tree.git
4545 S:      Maintained
4546 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4547
4548 DVB_USB_V2 MEDIA DRIVER
4549 M:      Antti Palosaari <crope@iki.fi>
4550 L:      linux-media@vger.kernel.org
4551 W:      https://linuxtv.org
4552 W:      http://palosaari.fi/linux/
4553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4554 T:      git git://linuxtv.org/anttip/media_tree.git
4555 S:      Maintained
4556 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4557 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4558
4559 DYNAMIC DEBUG
4560 M:      Jason Baron <jbaron@akamai.com>
4561 S:      Maintained
4562 F:      lib/dynamic_debug.c
4563 F:      include/linux/dynamic_debug.h
4564
4565 DZ DECSTATION DZ11 SERIAL DRIVER
4566 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4567 S:      Maintained
4568 F:      drivers/tty/serial/dz.*
4569
4570 E3X0 POWER BUTTON DRIVER
4571 M:      Moritz Fischer <moritz.fischer@ettus.com>
4572 L:      usrp-users@lists.ettus.com
4573 W:      http://www.ettus.com
4574 S:      Supported
4575 F:      drivers/input/misc/e3x0-button.c
4576 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4577
4578 E4000 MEDIA DRIVER
4579 M:      Antti Palosaari <crope@iki.fi>
4580 L:      linux-media@vger.kernel.org
4581 W:      https://linuxtv.org
4582 W:      http://palosaari.fi/linux/
4583 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4584 T:      git git://linuxtv.org/anttip/media_tree.git
4585 S:      Maintained
4586 F:      drivers/media/tuners/e4000*
4587
4588 EATA ISA/EISA/PCI SCSI DRIVER
4589 M:      Dario Ballabio <ballabio_dario@emc.com>
4590 L:      linux-scsi@vger.kernel.org
4591 S:      Maintained
4592 F:      drivers/scsi/eata.c
4593
4594 EC100 MEDIA DRIVER
4595 M:      Antti Palosaari <crope@iki.fi>
4596 L:      linux-media@vger.kernel.org
4597 W:      https://linuxtv.org
4598 W:      http://palosaari.fi/linux/
4599 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4600 T:      git git://linuxtv.org/anttip/media_tree.git
4601 S:      Maintained
4602 F:      drivers/media/dvb-frontends/ec100*
4603
4604 ECRYPT FILE SYSTEM
4605 M:      Tyler Hicks <tyhicks@canonical.com>
4606 L:      ecryptfs@vger.kernel.org
4607 W:      http://ecryptfs.org
4608 W:      https://launchpad.net/ecryptfs
4609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4610 S:      Supported
4611 F:      Documentation/filesystems/ecryptfs.txt
4612 F:      fs/ecryptfs/
4613
4614 EDAC-CORE
4615 M:      Borislav Petkov <bp@alien8.de>
4616 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4617 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4618 L:      linux-edac@vger.kernel.org
4619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4621 S:      Supported
4622 F:      Documentation/admin-guide/ras.rst
4623 F:      Documentation/driver-api/edac.rst
4624 F:      drivers/edac/
4625 F:      include/linux/edac.h
4626
4627 EDAC-AMD64
4628 M:      Borislav Petkov <bp@alien8.de>
4629 L:      linux-edac@vger.kernel.org
4630 S:      Maintained
4631 F:      drivers/edac/amd64_edac*
4632
4633 EDAC-CALXEDA
4634 M:      Robert Richter <rric@kernel.org>
4635 L:      linux-edac@vger.kernel.org
4636 S:      Maintained
4637 F:      drivers/edac/highbank*
4638
4639 EDAC-CAVIUM
4640 M:      Ralf Baechle <ralf@linux-mips.org>
4641 M:      David Daney <david.daney@cavium.com>
4642 L:      linux-edac@vger.kernel.org
4643 L:      linux-mips@linux-mips.org
4644 S:      Supported
4645 F:      drivers/edac/octeon_edac*
4646
4647 EDAC-E752X
4648 M:      Mark Gross <mark.gross@intel.com>
4649 L:      linux-edac@vger.kernel.org
4650 S:      Maintained
4651 F:      drivers/edac/e752x_edac.c
4652
4653 EDAC-E7XXX
4654 L:      linux-edac@vger.kernel.org
4655 S:      Maintained
4656 F:      drivers/edac/e7xxx_edac.c
4657
4658 EDAC-FSL_DDR
4659 M:      York Sun <york.sun@nxp.com>
4660 L:      linux-edac@vger.kernel.org
4661 S:      Maintained
4662 F:      drivers/edac/fsl_ddr_edac.*
4663
4664 EDAC-GHES
4665 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4666 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4667 L:      linux-edac@vger.kernel.org
4668 S:      Maintained
4669 F:      drivers/edac/ghes_edac.c
4670
4671 EDAC-I82443BXGX
4672 M:      Tim Small <tim@buttersideup.com>
4673 L:      linux-edac@vger.kernel.org
4674 S:      Maintained
4675 F:      drivers/edac/i82443bxgx_edac.c
4676
4677 EDAC-I3000
4678 L:      linux-edac@vger.kernel.org
4679 S:      Orphan
4680 F:      drivers/edac/i3000_edac.c
4681
4682 EDAC-I5000
4683 L:      linux-edac@vger.kernel.org
4684 S:      Maintained
4685 F:      drivers/edac/i5000_edac.c
4686
4687 EDAC-I5400
4688 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4689 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4690 L:      linux-edac@vger.kernel.org
4691 S:      Maintained
4692 F:      drivers/edac/i5400_edac.c
4693
4694 EDAC-I7300
4695 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4696 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4697 L:      linux-edac@vger.kernel.org
4698 S:      Maintained
4699 F:      drivers/edac/i7300_edac.c
4700
4701 EDAC-I7CORE
4702 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4703 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4704 L:      linux-edac@vger.kernel.org
4705 S:      Maintained
4706 F:      drivers/edac/i7core_edac.c
4707
4708 EDAC-I82975X
4709 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4710 M:      "Arvind R." <arvino55@gmail.com>
4711 L:      linux-edac@vger.kernel.org
4712 S:      Maintained
4713 F:      drivers/edac/i82975x_edac.c
4714
4715 EDAC-IE31200
4716 M:      Jason Baron <jbaron@akamai.com>
4717 L:      linux-edac@vger.kernel.org
4718 S:      Maintained
4719 F:      drivers/edac/ie31200_edac.c
4720
4721 EDAC-MPC85XX
4722 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4723 L:      linux-edac@vger.kernel.org
4724 S:      Maintained
4725 F:      drivers/edac/mpc85xx_edac.[ch]
4726
4727 EDAC-PASEMI
4728 M:      Egor Martovetsky <egor@pasemi.com>
4729 L:      linux-edac@vger.kernel.org
4730 S:      Maintained
4731 F:      drivers/edac/pasemi_edac.c
4732
4733 EDAC-R82600
4734 M:      Tim Small <tim@buttersideup.com>
4735 L:      linux-edac@vger.kernel.org
4736 S:      Maintained
4737 F:      drivers/edac/r82600_edac.c
4738
4739 EDAC-SBRIDGE
4740 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4741 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4742 L:      linux-edac@vger.kernel.org
4743 S:      Maintained
4744 F:      drivers/edac/sb_edac.c
4745
4746 EDAC-SKYLAKE
4747 M:      Tony Luck <tony.luck@intel.com>
4748 L:      linux-edac@vger.kernel.org
4749 S:      Maintained
4750 F:      drivers/edac/skx_edac.c
4751
4752 EDAC-XGENE
4753 APPLIED MICRO (APM) X-GENE SOC EDAC
4754 M:     Loc Ho <lho@apm.com>
4755 S:     Supported
4756 F:     drivers/edac/xgene_edac.c
4757 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4758
4759 EDIROL UA-101/UA-1000 DRIVER
4760 M:      Clemens Ladisch <clemens@ladisch.de>
4761 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4762 T:      git git://git.alsa-project.org/alsa-kernel.git
4763 S:      Maintained
4764 F:      sound/usb/misc/ua101.c
4765
4766 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4767 M:      Matt Fleming <matt@codeblueprint.co.uk>
4768 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4769 L:      linux-efi@vger.kernel.org
4770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4771 S:      Maintained
4772 F:      Documentation/efi-stub.txt
4773 F:      arch/*/kernel/efi.c
4774 F:      arch/x86/boot/compressed/eboot.[ch]
4775 F:      arch/*/include/asm/efi.h
4776 F:      arch/x86/platform/efi/
4777 F:      drivers/firmware/efi/
4778 F:      include/linux/efi*.h
4779 F:      arch/arm/boot/compressed/efi-header.S
4780 F:      arch/arm64/kernel/efi-entry.S
4781
4782 EFI VARIABLE FILESYSTEM
4783 M:      Matthew Garrett <matthew.garrett@nebula.com>
4784 M:      Jeremy Kerr <jk@ozlabs.org>
4785 M:      Matt Fleming <matt@codeblueprint.co.uk>
4786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4787 L:      linux-efi@vger.kernel.org
4788 S:      Maintained
4789 F:      fs/efivarfs/
4790
4791 EFIFB FRAMEBUFFER DRIVER
4792 L:      linux-fbdev@vger.kernel.org
4793 M:      Peter Jones <pjones@redhat.com>
4794 S:      Maintained
4795 F:      drivers/video/fbdev/efifb.c
4796
4797 EFI TEST DRIVER
4798 L:      linux-efi@vger.kernel.org
4799 M:      Ivan Hu <ivan.hu@canonical.com>
4800 M:      Matt Fleming <matt@codeblueprint.co.uk>
4801 S:      Maintained
4802 F:      drivers/firmware/efi/test/
4803
4804 EFS FILESYSTEM
4805 W:      http://aeschi.ch.eu.org/efs/
4806 S:      Orphan
4807 F:      fs/efs/
4808
4809 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4810 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4811 L:      netdev@vger.kernel.org
4812 S:      Maintained
4813 F:      drivers/net/ethernet/ibm/ehea/
4814
4815 EM28XX VIDEO4LINUX DRIVER
4816 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4817 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4818 L:      linux-media@vger.kernel.org
4819 W:      https://linuxtv.org
4820 T:      git git://linuxtv.org/media_tree.git
4821 S:      Maintained
4822 F:      drivers/media/usb/em28xx/
4823 F:      Documentation/media/v4l-drivers/em28xx*
4824
4825 EMBEDDED LINUX
4826 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4827 M:      Matt Mackall <mpm@selenic.com>
4828 M:      David Woodhouse <dwmw2@infradead.org>
4829 L:      linux-embedded@vger.kernel.org
4830 S:      Maintained
4831
4832 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4833 M:      James Smart <james.smart@broadcom.com>
4834 M:      Dick Kennedy <dick.kennedy@broadcom.com>
4835 L:      linux-scsi@vger.kernel.org
4836 W:      http://www.broadcom.com
4837 S:      Supported
4838 F:      drivers/scsi/lpfc/
4839
4840 ENE CB710 FLASH CARD READER DRIVER
4841 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4842 S:      Maintained
4843 F:      drivers/misc/cb710/
4844 F:      drivers/mmc/host/cb710-mmc.*
4845 F:      include/linux/cb710.h
4846
4847 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4848 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4849 S:      Maintained
4850 F:      drivers/media/rc/ene_ir.*
4851
4852 EPSON S1D13XXX FRAMEBUFFER DRIVER
4853 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4854 S:      Maintained
4855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4856 F:      drivers/video/fbdev/s1d13xxxfb.c
4857 F:      include/video/s1d13xxxfb.h
4858
4859 ET131X NETWORK DRIVER
4860 M:      Mark Einon <mark.einon@gmail.com>
4861 S:      Odd Fixes
4862 F:      drivers/net/ethernet/agere/
4863
4864 ETHERNET BRIDGE
4865 M:      Stephen Hemminger <stephen@networkplumber.org>
4866 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4867 L:      netdev@vger.kernel.org
4868 W:      http://www.linuxfoundation.org/en/Net:Bridge
4869 S:      Maintained
4870 F:      include/linux/netfilter_bridge/
4871 F:      net/bridge/
4872
4873 ETHERNET PHY LIBRARY
4874 M:      Florian Fainelli <f.fainelli@gmail.com>
4875 L:      netdev@vger.kernel.org
4876 S:      Maintained
4877 F:      include/linux/phy.h
4878 F:      include/linux/phy_fixed.h
4879 F:      drivers/net/phy/
4880 F:      Documentation/networking/phy.txt
4881 F:      drivers/of/of_mdio.c
4882 F:      drivers/of/of_net.c
4883
4884 EXT2 FILE SYSTEM
4885 M:      Jan Kara <jack@suse.com>
4886 L:      linux-ext4@vger.kernel.org
4887 S:      Maintained
4888 F:      Documentation/filesystems/ext2.txt
4889 F:      fs/ext2/
4890 F:      include/linux/ext2*
4891
4892 EXT4 FILE SYSTEM
4893 M:      "Theodore Ts'o" <tytso@mit.edu>
4894 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4895 L:      linux-ext4@vger.kernel.org
4896 W:      http://ext4.wiki.kernel.org
4897 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4899 S:      Maintained
4900 F:      Documentation/filesystems/ext4.txt
4901 F:      fs/ext4/
4902
4903 Extended Verification Module (EVM)
4904 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4905 L:      linux-ima-devel@lists.sourceforge.net
4906 L:      linux-security-module@vger.kernel.org
4907 S:      Supported
4908 F:      security/integrity/evm/
4909
4910 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4911 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4912 M:      Chanwoo Choi <cw00.choi@samsung.com>
4913 L:      linux-kernel@vger.kernel.org
4914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4915 S:      Maintained
4916 F:      drivers/extcon/
4917 F:      include/linux/extcon/
4918 F:      include/linux/extcon.h
4919 F:      Documentation/extcon/
4920 F:      Documentation/devicetree/bindings/extcon/
4921
4922 EXYNOS DP DRIVER
4923 M:      Jingoo Han <jingoohan1@gmail.com>
4924 L:      dri-devel@lists.freedesktop.org
4925 S:      Maintained
4926 F:      drivers/gpu/drm/exynos/exynos_dp*
4927
4928 EXYNOS SYSMMU (IOMMU) driver
4929 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4930 L:      iommu@lists.linux-foundation.org
4931 S:      Maintained
4932 F:      drivers/iommu/exynos-iommu.c
4933
4934 EZchip NPS platform support
4935 M:      Noam Camus <noamc@ezchip.com>
4936 S:      Supported
4937 F:      arch/arc/plat-eznps
4938 F:      arch/arc/boot/dts/eznps.dts
4939
4940 F71805F HARDWARE MONITORING DRIVER
4941 M:      Jean Delvare <jdelvare@suse.com>
4942 L:      linux-hwmon@vger.kernel.org
4943 S:      Maintained
4944 F:      Documentation/hwmon/f71805f
4945 F:      drivers/hwmon/f71805f.c
4946
4947 FC0011 TUNER DRIVER
4948 M:      Michael Buesch <m@bues.ch>
4949 L:      linux-media@vger.kernel.org
4950 S:      Maintained
4951 F:      drivers/media/tuners/fc0011.h
4952 F:      drivers/media/tuners/fc0011.c
4953
4954 FC2580 MEDIA DRIVER
4955 M:      Antti Palosaari <crope@iki.fi>
4956 L:      linux-media@vger.kernel.org
4957 W:      https://linuxtv.org
4958 W:      http://palosaari.fi/linux/
4959 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4960 T:      git git://linuxtv.org/anttip/media_tree.git
4961 S:      Maintained
4962 F:      drivers/media/tuners/fc2580*
4963
4964 FANOTIFY
4965 M:      Eric Paris <eparis@redhat.com>
4966 S:      Maintained
4967 F:      fs/notify/fanotify/
4968 F:      include/linux/fanotify.h
4969 F:      include/uapi/linux/fanotify.h
4970
4971 FARSYNC SYNCHRONOUS DRIVER
4972 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4973 W:      http://www.farsite.co.uk/
4974 S:      Supported
4975 F:      drivers/net/wan/farsync.*
4976
4977 FAULT INJECTION SUPPORT
4978 M:      Akinobu Mita <akinobu.mita@gmail.com>
4979 S:      Supported
4980 F:      Documentation/fault-injection/
4981 F:      lib/fault-inject.c
4982
4983 FBTFT Framebuffer drivers
4984 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4985 M:      Noralf Trønnes <noralf@tronnes.org>
4986 S:      Maintained
4987 F:      drivers/staging/fbtft/
4988
4989 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4990 M:      Johannes Thumshirn <jth@kernel.org>
4991 L:      fcoe-devel@open-fcoe.org
4992 W:      www.Open-FCoE.org
4993 S:      Supported
4994 F:      drivers/scsi/libfc/
4995 F:      drivers/scsi/fcoe/
4996 F:      include/scsi/fc/
4997 F:      include/scsi/libfc.h
4998 F:      include/scsi/libfcoe.h
4999 F:      include/uapi/scsi/fc/
5000
5001 FILE LOCKING (flock() and fcntl()/lockf())
5002 M:      Jeff Layton <jlayton@poochiereds.net>
5003 M:      "J. Bruce Fields" <bfields@fieldses.org>
5004 L:      linux-fsdevel@vger.kernel.org
5005 S:      Maintained
5006 F:      include/linux/fcntl.h
5007 F:      include/linux/fs.h
5008 F:      include/uapi/linux/fcntl.h
5009 F:      include/uapi/linux/fs.h
5010 F:      fs/fcntl.c
5011 F:      fs/locks.c
5012
5013 FILESYSTEMS (VFS and infrastructure)
5014 M:      Alexander Viro <viro@zeniv.linux.org.uk>
5015 L:      linux-fsdevel@vger.kernel.org
5016 S:      Maintained
5017 F:      fs/*
5018
5019 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5020 M:      Riku Voipio <riku.voipio@iki.fi>
5021 L:      linux-hwmon@vger.kernel.org
5022 S:      Maintained
5023 F:      drivers/hwmon/f75375s.c
5024 F:      include/linux/f75375s.h
5025
5026 FIREWIRE AUDIO DRIVERS
5027 M:      Clemens Ladisch <clemens@ladisch.de>
5028 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5029 T:      git git://git.alsa-project.org/alsa-kernel.git
5030 S:      Maintained
5031 F:      sound/firewire/
5032
5033 FIREWIRE MEDIA DRIVERS (firedtv)
5034 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5035 L:      linux-media@vger.kernel.org
5036 L:      linux1394-devel@lists.sourceforge.net
5037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5038 S:      Maintained
5039 F:      drivers/media/firewire/
5040
5041 FIREWIRE SBP-2 TARGET
5042 M:      Chris Boot <bootc@bootc.net>
5043 L:      linux-scsi@vger.kernel.org
5044 L:      target-devel@vger.kernel.org
5045 L:      linux1394-devel@lists.sourceforge.net
5046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5047 S:      Maintained
5048 F:      drivers/target/sbp/
5049
5050 FIREWIRE SUBSYSTEM
5051 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5052 L:      linux1394-devel@lists.sourceforge.net
5053 W:      http://ieee1394.wiki.kernel.org/
5054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5055 S:      Maintained
5056 F:      drivers/firewire/
5057 F:      include/linux/firewire.h
5058 F:      include/uapi/linux/firewire*.h
5059 F:      tools/firewire/
5060
5061 FIRMWARE LOADER (request_firmware)
5062 M:      Ming Lei <ming.lei@canonical.com>
5063 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5064 L:      linux-kernel@vger.kernel.org
5065 S:      Maintained
5066 F:      Documentation/firmware_class/
5067 F:      drivers/base/firmware*.c
5068 F:      include/linux/firmware.h
5069
5070 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5071 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5072 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5073 S:      Maintained
5074 F:      drivers/block/rsxx/
5075
5076 FLOPPY DRIVER
5077 M:      Jiri Kosina <jikos@kernel.org>
5078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5079 S:      Odd fixes
5080 F:      drivers/block/floppy.c
5081
5082 FMC SUBSYSTEM
5083 M:      Alessandro Rubini <rubini@gnudd.com>
5084 W:      http://www.ohwr.org/projects/fmc-bus
5085 S:      Supported
5086 F:      drivers/fmc/
5087 F:      include/linux/fmc*.h
5088 F:      include/linux/ipmi-fru.h
5089 K:      fmc_d.*register
5090
5091 FPGA MANAGER FRAMEWORK
5092 M:      Alan Tull <atull@opensource.altera.com>
5093 R:      Moritz Fischer <moritz.fischer@ettus.com>
5094 L:      linux-fpga@vger.kernel.org
5095 S:      Maintained
5096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5097 F:      drivers/fpga/
5098 F:      include/linux/fpga/fpga-mgr.h
5099 W:      http://www.rocketboards.org
5100
5101 FPU EMULATOR
5102 M:      Bill Metzenthen <billm@melbpc.org.au>
5103 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5104 S:      Maintained
5105 F:      arch/x86/math-emu/
5106
5107 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5108 L:      netdev@vger.kernel.org
5109 S:      Orphan
5110 F:      drivers/net/wan/dlci.c
5111 F:      drivers/net/wan/sdla.c
5112
5113 FRAMEBUFFER LAYER
5114 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5115 L:      linux-fbdev@vger.kernel.org
5116 T:      git git://github.com/bzolnier/linux.git
5117 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5118 S:      Maintained
5119 F:      Documentation/fb/
5120 F:      drivers/video/
5121 F:      include/video/
5122 F:      include/linux/fb.h
5123 F:      include/uapi/video/
5124 F:      include/uapi/linux/fb.h
5125
5126 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5127 M:      Horia Geantă <horia.geanta@nxp.com>
5128 M:      Dan Douglass <dan.douglass@nxp.com>
5129 L:      linux-crypto@vger.kernel.org
5130 S:      Maintained
5131 F:      drivers/crypto/caam/
5132 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5133
5134 FREESCALE DIU FRAMEBUFFER DRIVER
5135 M:      Timur Tabi <timur@tabi.org>
5136 L:      linux-fbdev@vger.kernel.org
5137 S:      Maintained
5138 F:      drivers/video/fbdev/fsl-diu-fb.*
5139
5140 FREESCALE DMA DRIVER
5141 M:      Li Yang <leoli@freescale.com>
5142 M:      Zhang Wei <zw@zh-kernel.org>
5143 L:      linuxppc-dev@lists.ozlabs.org
5144 S:      Maintained
5145 F:      drivers/dma/fsldma.*
5146
5147 FREESCALE GPMI NAND DRIVER
5148 M:      Han Xu <han.xu@nxp.com>
5149 L:      linux-mtd@lists.infradead.org
5150 S:      Maintained
5151 F:      drivers/mtd/nand/gpmi-nand/*
5152
5153 FREESCALE I2C CPM DRIVER
5154 M:      Jochen Friedrich <jochen@scram.de>
5155 L:      linuxppc-dev@lists.ozlabs.org
5156 L:      linux-i2c@vger.kernel.org
5157 S:      Maintained
5158 F:      drivers/i2c/busses/i2c-cpm.c
5159
5160 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5161 M:      Sascha Hauer <kernel@pengutronix.de>
5162 L:      linux-fbdev@vger.kernel.org
5163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5164 S:      Maintained
5165 F:      include/linux/platform_data/video-imxfb.h
5166 F:      drivers/video/fbdev/imxfb.c
5167
5168 FREESCALE QUAD SPI DRIVER
5169 M:      Han Xu <han.xu@nxp.com>
5170 L:      linux-mtd@lists.infradead.org
5171 S:      Maintained
5172 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5173
5174 FREESCALE SOC FS_ENET DRIVER
5175 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5176 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5177 L:      linuxppc-dev@lists.ozlabs.org
5178 L:      netdev@vger.kernel.org
5179 S:      Maintained
5180 F:      drivers/net/ethernet/freescale/fs_enet/
5181 F:      include/linux/fs_enet_pd.h
5182
5183 FREESCALE IMX / MXC FEC DRIVER
5184 M:      Fugang Duan <fugang.duan@nxp.com>
5185 L:      netdev@vger.kernel.org
5186 S:      Maintained
5187 F:      drivers/net/ethernet/freescale/fec_main.c
5188 F:      drivers/net/ethernet/freescale/fec_ptp.c
5189 F:      drivers/net/ethernet/freescale/fec.h
5190 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5191
5192 FREESCALE QORIQ DPAA FMAN DRIVER
5193 M:      Madalin Bucur <madalin.bucur@nxp.com>
5194 L:      netdev@vger.kernel.org
5195 S:      Maintained
5196 F:      drivers/net/ethernet/freescale/fman
5197 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5198
5199 FREESCALE QORIQ DPAA ETHERNET DRIVER
5200 M:      Madalin Bucur <madalin.bucur@nxp.com>
5201 L:      netdev@vger.kernel.org
5202 S:      Maintained
5203 F:      drivers/net/ethernet/freescale/dpaa
5204
5205 FREESCALE SOC DRIVERS
5206 M:      Scott Wood <oss@buserror.net>
5207 L:      linuxppc-dev@lists.ozlabs.org
5208 L:      linux-arm-kernel@lists.infradead.org
5209 S:      Maintained
5210 F:      drivers/soc/fsl/
5211 F:      include/linux/fsl/
5212
5213 FREESCALE QUICC ENGINE LIBRARY
5214 M:      Qiang Zhao <qiang.zhao@nxp.com>
5215 L:      linuxppc-dev@lists.ozlabs.org
5216 S:      Maintained
5217 F:      drivers/soc/fsl/qe/
5218 F:      include/soc/fsl/*qe*.h
5219 F:      include/soc/fsl/*ucc*.h
5220
5221 FREESCALE USB PERIPHERAL DRIVERS
5222 M:      Li Yang <leoli@freescale.com>
5223 L:      linux-usb@vger.kernel.org
5224 L:      linuxppc-dev@lists.ozlabs.org
5225 S:      Maintained
5226 F:      drivers/usb/gadget/udc/fsl*
5227
5228 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5229 M:      Li Yang <leoli@freescale.com>
5230 L:      netdev@vger.kernel.org
5231 L:      linuxppc-dev@lists.ozlabs.org
5232 S:      Maintained
5233 F:      drivers/net/ethernet/freescale/ucc_geth*
5234
5235 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5236 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5237 L:      netdev@vger.kernel.org
5238 S:      Maintained
5239 F:      drivers/net/ethernet/freescale/gianfar*
5240 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5241 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5242
5243 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5244 M:      Zhao Qiang <qiang.zhao@nxp.com>
5245 L:      netdev@vger.kernel.org
5246 L:      linuxppc-dev@lists.ozlabs.org
5247 S:      Maintained
5248 F:      drivers/net/wan/fsl_ucc_hdlc*
5249
5250 FREESCALE QUICC ENGINE UCC UART DRIVER
5251 M:      Timur Tabi <timur@tabi.org>
5252 L:      linuxppc-dev@lists.ozlabs.org
5253 S:      Maintained
5254 F:      drivers/tty/serial/ucc_uart.c
5255
5256 FREESCALE SOC SOUND DRIVERS
5257 M:      Timur Tabi <timur@tabi.org>
5258 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5259 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5260 R:      Fabio Estevam <fabio.estevam@nxp.com>
5261 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5262 L:      linuxppc-dev@lists.ozlabs.org
5263 S:      Maintained
5264 F:      sound/soc/fsl/fsl*
5265 F:      sound/soc/fsl/imx*
5266 F:      sound/soc/fsl/mpc8610_hpcd.c
5267
5268 FREEVXFS FILESYSTEM
5269 M:      Christoph Hellwig <hch@infradead.org>
5270 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5271 S:      Maintained
5272 F:      fs/freevxfs/
5273
5274 FREEZER
5275 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5276 M:      Pavel Machek <pavel@ucw.cz>
5277 L:      linux-pm@vger.kernel.org
5278 S:      Supported
5279 F:      Documentation/power/freezing-of-tasks.txt
5280 F:      include/linux/freezer.h
5281 F:      kernel/freezer.c
5282
5283 FRONTSWAP API
5284 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5285 L:      linux-kernel@vger.kernel.org
5286 S:      Maintained
5287 F:      mm/frontswap.c
5288 F:      include/linux/frontswap.h
5289
5290 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5291 M:      David Howells <dhowells@redhat.com>
5292 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5293 S:      Supported
5294 F:      Documentation/filesystems/caching/
5295 F:      fs/fscache/
5296 F:      include/linux/fscache*.h
5297
5298 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5299 M:      Theodore Y. Ts'o <tytso@mit.edu>
5300 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5301 L:      linux-fsdevel@vger.kernel.org
5302 S:      Supported
5303 F:      fs/crypto/
5304 F:      include/linux/fscrypt*.h
5305
5306 F2FS FILE SYSTEM
5307 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5308 M:      Chao Yu <yuchao0@huawei.com>
5309 L:      linux-f2fs-devel@lists.sourceforge.net
5310 W:      https://f2fs.wiki.kernel.org/
5311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5312 S:      Maintained
5313 F:      Documentation/filesystems/f2fs.txt
5314 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5315 F:      fs/f2fs/
5316 F:      include/linux/f2fs_fs.h
5317 F:      include/trace/events/f2fs.h
5318
5319 FUJITSU FR-V (FRV) PORT
5320 S:      Orphan
5321 F:      arch/frv/
5322
5323 FUJITSU LAPTOP EXTRAS
5324 M:      Jonathan Woithe <jwoithe@just42.net>
5325 L:      platform-driver-x86@vger.kernel.org
5326 S:      Maintained
5327 F:      drivers/platform/x86/fujitsu-laptop.c
5328
5329 FUJITSU M-5MO LS CAMERA ISP DRIVER
5330 M:      Kyungmin Park <kyungmin.park@samsung.com>
5331 M:      Heungjun Kim <riverful.kim@samsung.com>
5332 L:      linux-media@vger.kernel.org
5333 S:      Maintained
5334 F:      drivers/media/i2c/m5mols/
5335 F:      include/media/i2c/m5mols.h
5336
5337 FUJITSU TABLET EXTRAS
5338 M:      Robert Gerlach <khnz@gmx.de>
5339 L:      platform-driver-x86@vger.kernel.org
5340 S:      Maintained
5341 F:      drivers/platform/x86/fujitsu-tablet.c
5342
5343 FUSE: FILESYSTEM IN USERSPACE
5344 M:      Miklos Szeredi <miklos@szeredi.hu>
5345 L:      linux-fsdevel@vger.kernel.org
5346 W:      http://fuse.sourceforge.net/
5347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5348 S:      Maintained
5349 F:      fs/fuse/
5350 F:      include/uapi/linux/fuse.h
5351 F:      Documentation/filesystems/fuse.txt
5352
5353 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5354 M:      Rik Faith <faith@cs.unc.edu>
5355 L:      linux-scsi@vger.kernel.org
5356 S:      Odd Fixes (e.g., new signatures)
5357 F:      drivers/scsi/fdomain.*
5358
5359 GCC PLUGINS
5360 M:      Kees Cook <keescook@chromium.org>
5361 R:      Emese Revfy <re.emese@gmail.com>
5362 L:      kernel-hardening@lists.openwall.com
5363 S:      Maintained
5364 F:      scripts/gcc-plugins/
5365 F:      scripts/gcc-plugin.sh
5366 F:      scripts/Makefile.gcc-plugins
5367 F:      Documentation/gcc-plugins.txt
5368
5369 GCOV BASED KERNEL PROFILING
5370 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5371 S:      Maintained
5372 F:      kernel/gcov/
5373 F:      Documentation/dev-tools/gcov.rst
5374
5375 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5376 M:      Achim Leubner <achim_leubner@adaptec.com>
5377 L:      linux-scsi@vger.kernel.org
5378 W:      http://www.icp-vortex.com/
5379 S:      Supported
5380 F:      drivers/scsi/gdt*
5381
5382 GDB KERNEL DEBUGGING HELPER SCRIPTS
5383 M:      Jan Kiszka <jan.kiszka@siemens.com>
5384 M:      Kieran Bingham <kieran@bingham.xyz>
5385 S:      Supported
5386 F:      scripts/gdb/
5387
5388 GEMTEK FM RADIO RECEIVER DRIVER
5389 M:      Hans Verkuil <hverkuil@xs4all.nl>
5390 L:      linux-media@vger.kernel.org
5391 T:      git git://linuxtv.org/media_tree.git
5392 W:      https://linuxtv.org
5393 S:      Maintained
5394 F:      drivers/media/radio/radio-gemtek*
5395
5396 GENERIC GPIO I2C DRIVER
5397 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5398 S:      Supported
5399 F:      drivers/i2c/busses/i2c-gpio.c
5400 F:      include/linux/i2c-gpio.h
5401
5402 GENERIC GPIO I2C MULTIPLEXER DRIVER
5403 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5404 L:      linux-i2c@vger.kernel.org
5405 S:      Supported
5406 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5407 F:      include/linux/i2c-mux-gpio.h
5408 F:      Documentation/i2c/muxes/i2c-mux-gpio
5409
5410 GENERIC HDLC (WAN) DRIVERS
5411 M:      Krzysztof Halasa <khc@pm.waw.pl>
5412 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5413 S:      Maintained
5414 F:      drivers/net/wan/c101.c
5415 F:      drivers/net/wan/hd6457*
5416 F:      drivers/net/wan/hdlc*
5417 F:      drivers/net/wan/n2.c
5418 F:      drivers/net/wan/pc300too.c
5419 F:      drivers/net/wan/pci200syn.c
5420 F:      drivers/net/wan/wanxl*
5421
5422 GENERIC INCLUDE/ASM HEADER FILES
5423 M:      Arnd Bergmann <arnd@arndb.de>
5424 L:      linux-arch@vger.kernel.org
5425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5426 S:      Maintained
5427 F:      include/asm-generic/
5428 F:      include/uapi/asm-generic/
5429
5430 GENERIC PHY FRAMEWORK
5431 M:      Kishon Vijay Abraham I <kishon@ti.com>
5432 L:      linux-kernel@vger.kernel.org
5433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5434 S:      Supported
5435 F:      drivers/phy/
5436 F:      include/linux/phy/
5437
5438 GENERIC PM DOMAINS
5439 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5440 M:      Kevin Hilman <khilman@kernel.org>
5441 M:      Ulf Hansson <ulf.hansson@linaro.org>
5442 L:      linux-pm@vger.kernel.org
5443 S:      Supported
5444 F:      drivers/base/power/domain*.c
5445 F:      include/linux/pm_domain.h
5446
5447 GENERIC UIO DRIVER FOR PCI DEVICES
5448 M:      "Michael S. Tsirkin" <mst@redhat.com>
5449 L:      kvm@vger.kernel.org
5450 S:      Supported
5451 F:      drivers/uio/uio_pci_generic.c
5452
5453 GET_MAINTAINER SCRIPT
5454 M:      Joe Perches <joe@perches.com>
5455 S:      Maintained
5456 F:      scripts/get_maintainer.pl
5457
5458 GENWQE (IBM Generic Workqueue Card)
5459 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5460 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5461 S:      Supported
5462 F:      drivers/misc/genwqe/
5463
5464 GFS2 FILE SYSTEM
5465 M:      Steven Whitehouse <swhiteho@redhat.com>
5466 M:      Bob Peterson <rpeterso@redhat.com>
5467 L:      cluster-devel@redhat.com
5468 W:      http://sources.redhat.com/cluster/
5469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5470 S:      Supported
5471 F:      Documentation/filesystems/gfs2*.txt
5472 F:      fs/gfs2/
5473 F:      include/uapi/linux/gfs2_ondisk.h
5474
5475 GIGASET ISDN DRIVERS
5476 M:      Paul Bolle <pebolle@tiscali.nl>
5477 L:      gigaset307x-common@lists.sourceforge.net
5478 W:      http://gigaset307x.sourceforge.net/
5479 S:      Odd Fixes
5480 F:      Documentation/isdn/README.gigaset
5481 F:      drivers/isdn/gigaset/
5482 F:      include/uapi/linux/gigaset_dev.h
5483
5484 GO7007 MPEG CODEC
5485 M:      Hans Verkuil <hans.verkuil@cisco.com>
5486 L:      linux-media@vger.kernel.org
5487 S:      Maintained
5488 F:      drivers/media/usb/go7007/
5489
5490 GOODIX TOUCHSCREEN
5491 M:      Bastien Nocera <hadess@hadess.net>
5492 L:      linux-input@vger.kernel.org
5493 S:      Maintained
5494 F:      drivers/input/touchscreen/goodix.c
5495
5496 GPIO MOCKUP DRIVER
5497 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5498 L:      linux-gpio@vger.kernel.org
5499 S:      Maintained
5500 F:      drivers/gpio/gpio-mockup.c
5501 F:      tools/testing/selftests/gpio/
5502
5503 GPIO SUBSYSTEM
5504 M:      Linus Walleij <linus.walleij@linaro.org>
5505 M:      Alexandre Courbot <gnurou@gmail.com>
5506 L:      linux-gpio@vger.kernel.org
5507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5508 S:      Maintained
5509 F:      Documentation/devicetree/bindings/gpio/
5510 F:      Documentation/gpio/
5511 F:      Documentation/ABI/testing/gpio-cdev
5512 F:      Documentation/ABI/obsolete/sysfs-gpio
5513 F:      drivers/gpio/
5514 F:      include/linux/gpio/
5515 F:      include/linux/gpio.h
5516 F:      include/asm-generic/gpio.h
5517 F:      include/uapi/linux/gpio.h
5518 F:      tools/gpio/
5519
5520 GRE DEMULTIPLEXER DRIVER
5521 M:      Dmitry Kozlov <xeb@mail.ru>
5522 L:      netdev@vger.kernel.org
5523 S:      Maintained
5524 F:      net/ipv4/gre_demux.c
5525 F:      net/ipv4/gre_offload.c
5526 F:      include/net/gre.h
5527
5528 GRETH 10/100/1G Ethernet MAC device driver
5529 M:      Andreas Larsson <andreas@gaisler.com>
5530 L:      netdev@vger.kernel.org
5531 S:      Maintained
5532 F:      drivers/net/ethernet/aeroflex/
5533
5534 GREYBUS SUBSYSTEM
5535 M:      Johan Hovold <johan@kernel.org>
5536 M:      Alex Elder <elder@kernel.org>
5537 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5538 S:      Maintained
5539 F:      drivers/staging/greybus/
5540 L:      greybus-dev@lists.linaro.org
5541
5542 GREYBUS AUDIO PROTOCOLS DRIVERS
5543 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5544 M:      Mark Greer <mgreer@animalcreek.com>
5545 S:      Maintained
5546 F:      drivers/staging/greybus/audio_apbridgea.c
5547 F:      drivers/staging/greybus/audio_apbridgea.h
5548 F:      drivers/staging/greybus/audio_codec.c
5549 F:      drivers/staging/greybus/audio_codec.h
5550 F:      drivers/staging/greybus/audio_gb.c
5551 F:      drivers/staging/greybus/audio_manager.c
5552 F:      drivers/staging/greybus/audio_manager.h
5553 F:      drivers/staging/greybus/audio_manager_module.c
5554 F:      drivers/staging/greybus/audio_manager_private.h
5555 F:      drivers/staging/greybus/audio_manager_sysfs.c
5556 F:      drivers/staging/greybus/audio_module.c
5557 F:      drivers/staging/greybus/audio_topology.c
5558
5559 GREYBUS PROTOCOLS DRIVERS
5560 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5561 S:      Maintained
5562 F:      drivers/staging/greybus/sdio.c
5563 F:      drivers/staging/greybus/light.c
5564 F:      drivers/staging/greybus/gpio.c
5565 F:      drivers/staging/greybus/power_supply.c
5566 F:      drivers/staging/greybus/spi.c
5567 F:      drivers/staging/greybus/spilib.c
5568
5569 GREYBUS PROTOCOLS DRIVERS
5570 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5571 S:      Maintained
5572 F:      drivers/staging/greybus/loopback.c
5573 F:      drivers/staging/greybus/timesync.c
5574 F:      drivers/staging/greybus/timesync_platform.c
5575
5576 GREYBUS PROTOCOLS DRIVERS
5577 M:      Viresh Kumar <vireshk@kernel.org>
5578 S:      Maintained
5579 F:      drivers/staging/greybus/authentication.c
5580 F:      drivers/staging/greybus/bootrom.c
5581 F:      drivers/staging/greybus/firmware.h
5582 F:      drivers/staging/greybus/fw-core.c
5583 F:      drivers/staging/greybus/fw-download.c
5584 F:      drivers/staging/greybus/fw-managament.c
5585 F:      drivers/staging/greybus/greybus_authentication.h
5586 F:      drivers/staging/greybus/greybus_firmware.h
5587 F:      drivers/staging/greybus/hid.c
5588 F:      drivers/staging/greybus/i2c.c
5589 F:      drivers/staging/greybus/spi.c
5590 F:      drivers/staging/greybus/spilib.c
5591 F:      drivers/staging/greybus/spilib.h
5592
5593 GREYBUS PROTOCOLS DRIVERS
5594 M:      David Lin <dtwlin@gmail.com>
5595 S:      Maintained
5596 F:      drivers/staging/greybus/uart.c
5597 F:      drivers/staging/greybus/log.c
5598
5599 GREYBUS PLATFORM DRIVERS
5600 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5601 S:      Maintained
5602 F:      drivers/staging/greybus/arche-platform.c
5603 F:      drivers/staging/greybus/arche-apb-ctrl.c
5604 F:      drivers/staging/greybus/arche_platform.h
5605
5606 GS1662 VIDEO SERIALIZER
5607 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5608 L:      linux-media@vger.kernel.org
5609 T:      git git://linuxtv.org/media_tree.git
5610 S:      Maintained
5611 F:      drivers/media/spi/gs1662.c
5612
5613 GSPCA FINEPIX SUBDRIVER
5614 M:      Frank Zago <frank@zago.net>
5615 L:      linux-media@vger.kernel.org
5616 T:      git git://linuxtv.org/media_tree.git
5617 S:      Maintained
5618 F:      drivers/media/usb/gspca/finepix.c
5619
5620 GSPCA GL860 SUBDRIVER
5621 M:      Olivier Lorin <o.lorin@laposte.net>
5622 L:      linux-media@vger.kernel.org
5623 T:      git git://linuxtv.org/media_tree.git
5624 S:      Maintained
5625 F:      drivers/media/usb/gspca/gl860/
5626
5627 GSPCA M5602 SUBDRIVER
5628 M:      Erik Andren <erik.andren@gmail.com>
5629 L:      linux-media@vger.kernel.org
5630 T:      git git://linuxtv.org/media_tree.git
5631 S:      Maintained
5632 F:      drivers/media/usb/gspca/m5602/
5633
5634 GSPCA PAC207 SONIXB SUBDRIVER
5635 M:      Hans Verkuil <hverkuil@xs4all.nl>
5636 L:      linux-media@vger.kernel.org
5637 T:      git git://linuxtv.org/media_tree.git
5638 S:      Odd Fixes
5639 F:      drivers/media/usb/gspca/pac207.c
5640
5641 GSPCA SN9C20X SUBDRIVER
5642 M:      Brian Johnson <brijohn@gmail.com>
5643 L:      linux-media@vger.kernel.org
5644 T:      git git://linuxtv.org/media_tree.git
5645 S:      Maintained
5646 F:      drivers/media/usb/gspca/sn9c20x.c
5647
5648 GSPCA T613 SUBDRIVER
5649 M:      Leandro Costantino <lcostantino@gmail.com>
5650 L:      linux-media@vger.kernel.org
5651 T:      git git://linuxtv.org/media_tree.git
5652 S:      Maintained
5653 F:      drivers/media/usb/gspca/t613.c
5654
5655 GSPCA USB WEBCAM DRIVER
5656 M:      Hans Verkuil <hverkuil@xs4all.nl>
5657 L:      linux-media@vger.kernel.org
5658 T:      git git://linuxtv.org/media_tree.git
5659 S:      Odd Fixes
5660 F:      drivers/media/usb/gspca/
5661
5662 GTP (GPRS Tunneling Protocol)
5663 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5664 M:      Harald Welte <laforge@gnumonks.org>
5665 L:      osmocom-net-gprs@lists.osmocom.org
5666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5667 S:      Maintained
5668 F:      drivers/net/gtp.c
5669
5670 GUID PARTITION TABLE (GPT)
5671 M:      Davidlohr Bueso <dave@stgolabs.net>
5672 L:      linux-efi@vger.kernel.org
5673 S:      Maintained
5674 F:      block/partitions/efi.*
5675
5676 STK1160 USB VIDEO CAPTURE DRIVER
5677 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5678 L:      linux-media@vger.kernel.org
5679 T:      git git://linuxtv.org/media_tree.git
5680 S:      Maintained
5681 F:      drivers/media/usb/stk1160/
5682
5683 H8/300 ARCHITECTURE
5684 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5685 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5686 W:      http://uclinux-h8.sourceforge.jp
5687 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5688 S:      Maintained
5689 F:      arch/h8300/
5690 F:      drivers/clocksource/h8300_*.c
5691 F:      drivers/clk/h8300/
5692 F:      drivers/irqchip/irq-renesas-h8*.c
5693
5694 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5695 M:      Frank Seidel <frank@f-seidel.de>
5696 L:      platform-driver-x86@vger.kernel.org
5697 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5698 S:      Maintained
5699 F:      drivers/platform/x86/hdaps.c
5700
5701 HDPVR USB VIDEO ENCODER DRIVER
5702 M:      Hans Verkuil <hverkuil@xs4all.nl>
5703 L:      linux-media@vger.kernel.org
5704 T:      git git://linuxtv.org/media_tree.git
5705 W:      https://linuxtv.org
5706 S:      Odd Fixes
5707 F:      drivers/media/usb/hdpvr/
5708
5709 HWPOISON MEMORY FAILURE HANDLING
5710 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5711 L:      linux-mm@kvack.org
5712 S:      Maintained
5713 F:      mm/memory-failure.c
5714 F:      mm/hwpoison-inject.c
5715
5716 HYPERVISOR VIRTUAL CONSOLE DRIVER
5717 L:      linuxppc-dev@lists.ozlabs.org
5718 S:      Odd Fixes
5719 F:      drivers/tty/hvc/
5720
5721 HACKRF MEDIA DRIVER
5722 M:      Antti Palosaari <crope@iki.fi>
5723 L:      linux-media@vger.kernel.org
5724 W:      https://linuxtv.org
5725 W:      http://palosaari.fi/linux/
5726 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5727 T:      git git://linuxtv.org/anttip/media_tree.git
5728 S:      Maintained
5729 F:      drivers/media/usb/hackrf/
5730
5731 HARDWARE MONITORING
5732 M:      Jean Delvare <jdelvare@suse.com>
5733 M:      Guenter Roeck <linux@roeck-us.net>
5734 L:      linux-hwmon@vger.kernel.org
5735 W:      http://hwmon.wiki.kernel.org/
5736 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5738 S:      Maintained
5739 F:      Documentation/hwmon/
5740 F:      drivers/hwmon/
5741 F:      include/linux/hwmon*.h
5742
5743 HARDWARE RANDOM NUMBER GENERATOR CORE
5744 M:      Matt Mackall <mpm@selenic.com>
5745 M:      Herbert Xu <herbert@gondor.apana.org.au>
5746 L:      linux-crypto@vger.kernel.org
5747 S:      Odd fixes
5748 F:      Documentation/devicetree/bindings/rng/
5749 F:      Documentation/hw_random.txt
5750 F:      drivers/char/hw_random/
5751 F:      include/linux/hw_random.h
5752
5753 HARDWARE SPINLOCK CORE
5754 M:      Ohad Ben-Cohen <ohad@wizery.com>
5755 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5756 L:      linux-remoteproc@vger.kernel.org
5757 S:      Maintained
5758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5759 F:      Documentation/devicetree/bindings/hwlock/
5760 F:      Documentation/hwspinlock.txt
5761 F:      drivers/hwspinlock/
5762 F:      include/linux/hwspinlock.h
5763
5764 HARMONY SOUND DRIVER
5765 L:      linux-parisc@vger.kernel.org
5766 S:      Maintained
5767 F:      sound/parisc/harmony.*
5768
5769 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5770 M:      Jimmy Vance <jimmy.vance@hpe.com>
5771 S:      Supported
5772 F:      Documentation/watchdog/hpwdt.txt
5773 F:      drivers/watchdog/hpwdt.c
5774
5775 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5776 M:      Don Brace <don.brace@microsemi.com>
5777 L:      esc.storagedev@microsemi.com
5778 L:      linux-scsi@vger.kernel.org
5779 S:      Supported
5780 F:      Documentation/scsi/hpsa.txt
5781 F:      drivers/scsi/hpsa*.[ch]
5782 F:      include/linux/cciss*.h
5783 F:      include/uapi/linux/cciss*.h
5784
5785 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5786 M:      Don Brace <don.brace@microsemi.com>
5787 L:      esc.storagedev@microsemi.com
5788 L:      linux-scsi@vger.kernel.org
5789 S:      Supported
5790 F:      Documentation/blockdev/cciss.txt
5791 F:      drivers/block/cciss*
5792 F:      include/linux/cciss_ioctl.h
5793 F:      include/uapi/linux/cciss_ioctl.h
5794
5795 HFI1 DRIVER
5796 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5797 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5798 L:      linux-rdma@vger.kernel.org
5799 S:      Supported
5800 F:      drivers/infiniband/hw/hfi1
5801
5802 HFS FILESYSTEM
5803 L:      linux-fsdevel@vger.kernel.org
5804 S:      Orphan
5805 F:      Documentation/filesystems/hfs.txt
5806 F:      fs/hfs/
5807
5808 HFSPLUS FILESYSTEM
5809 L:      linux-fsdevel@vger.kernel.org
5810 S:      Orphan
5811 F:      Documentation/filesystems/hfsplus.txt
5812 F:      fs/hfsplus/
5813
5814 HGA FRAMEBUFFER DRIVER
5815 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5816 L:      linux-nvidia@lists.surfsouth.com
5817 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5818 S:      Maintained
5819 F:      drivers/video/fbdev/hgafb.c
5820
5821 HIBERNATION (aka Software Suspend, aka swsusp)
5822 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5823 M:      Pavel Machek <pavel@ucw.cz>
5824 L:      linux-pm@vger.kernel.org
5825 B:      https://bugzilla.kernel.org
5826 S:      Supported
5827 F:      arch/x86/power/
5828 F:      drivers/base/power/
5829 F:      kernel/power/
5830 F:      include/linux/suspend.h
5831 F:      include/linux/freezer.h
5832 F:      include/linux/pm.h
5833 F:      arch/*/include/asm/suspend*.h
5834
5835 HID CORE LAYER
5836 M:      Jiri Kosina <jikos@kernel.org>
5837 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5838 L:      linux-input@vger.kernel.org
5839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5840 S:      Maintained
5841 F:      drivers/hid/
5842 F:      include/linux/hid*
5843 F:      include/uapi/linux/hid*
5844
5845 HID SENSOR HUB DRIVERS
5846 M:      Jiri Kosina <jikos@kernel.org>
5847 M:      Jonathan Cameron <jic23@kernel.org>
5848 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5849 L:      linux-input@vger.kernel.org
5850 L:      linux-iio@vger.kernel.org
5851 S:      Maintained
5852 F:      Documentation/hid/hid-sensor*
5853 F:      drivers/hid/hid-sensor-*
5854 F:      drivers/iio/*/hid-*
5855 F:      include/linux/hid-sensor-*
5856
5857 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5858 M:      Thomas Gleixner <tglx@linutronix.de>
5859 L:      linux-kernel@vger.kernel.org
5860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5861 S:      Maintained
5862 F:      Documentation/timers/
5863 F:      kernel/time/hrtimer.c
5864 F:      kernel/time/clockevents.c
5865 F:      kernel/time/tick*.*
5866 F:      kernel/time/timer_*.c
5867 F:      include/linux/clockchips.h
5868 F:      include/linux/hrtimer.h
5869
5870 HIGH-SPEED SCC DRIVER FOR AX.25
5871 L:      linux-hams@vger.kernel.org
5872 S:      Orphan
5873 F:      drivers/net/hamradio/dmascc.c
5874 F:      drivers/net/hamradio/scc.c
5875
5876 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5877 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5878 W:      http://www.highpoint-tech.com
5879 S:      Supported
5880 F:      Documentation/scsi/hptiop.txt
5881 F:      drivers/scsi/hptiop.c
5882
5883 HIPPI
5884 M:      Jes Sorensen <jes@trained-monkey.org>
5885 L:      linux-hippi@sunsite.dk
5886 S:      Maintained
5887 F:      include/linux/hippidevice.h
5888 F:      include/uapi/linux/if_hippi.h
5889 F:      net/802/hippi.c
5890 F:      drivers/net/hippi/
5891
5892 HISILICON NETWORK SUBSYSTEM DRIVER
5893 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5894 M:      Salil Mehta <salil.mehta@huawei.com>
5895 L:      netdev@vger.kernel.org
5896 W:      http://www.hisilicon.com
5897 S:      Maintained
5898 F:      drivers/net/ethernet/hisilicon/
5899 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5900
5901 HISILICON ROCE DRIVER
5902 M:      Lijun Ou <oulijun@huawei.com>
5903 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5904 L:      linux-rdma@vger.kernel.org
5905 S:      Maintained
5906 F:      drivers/infiniband/hw/hns/
5907 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5908
5909 HISILICON SAS Controller
5910 M:      John Garry <john.garry@huawei.com>
5911 W:      http://www.hisilicon.com
5912 S:      Supported
5913 F:      drivers/scsi/hisi_sas/
5914 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5915
5916 HOST AP DRIVER
5917 M:      Jouni Malinen <j@w1.fi>
5918 L:      linux-wireless@vger.kernel.org
5919 W:      http://w1.fi/hostap-driver.html
5920 S:      Obsolete
5921 F:      drivers/net/wireless/intersil/hostap/
5922
5923 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5924 L:      platform-driver-x86@vger.kernel.org
5925 S:      Orphan
5926 F:      drivers/platform/x86/tc1100-wmi.c
5927
5928 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5929 M:      Jaroslav Kysela <perex@perex.cz>
5930 S:      Maintained
5931 F:      drivers/net/ethernet/hp/hp100.*
5932
5933 HPET:   High Precision Event Timers driver
5934 M:      Clemens Ladisch <clemens@ladisch.de>
5935 S:      Maintained
5936 F:      Documentation/timers/hpet.txt
5937 F:      drivers/char/hpet.c
5938 F:      include/linux/hpet.h
5939 F:      include/uapi/linux/hpet.h
5940
5941 HPET:   x86
5942 S:      Orphan
5943 F:      arch/x86/kernel/hpet.c
5944 F:      arch/x86/include/asm/hpet.h
5945
5946 HPFS FILESYSTEM
5947 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5948 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5949 S:      Maintained
5950 F:      fs/hpfs/
5951
5952 HSI SUBSYSTEM
5953 M:      Sebastian Reichel <sre@kernel.org>
5954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5955 S:      Maintained
5956 F:      Documentation/ABI/testing/sysfs-bus-hsi
5957 F:      Documentation/device-drivers/serial-interfaces.rst
5958 F:      drivers/hsi/
5959 F:      include/linux/hsi/
5960 F:      include/uapi/linux/hsi/
5961
5962 HSO 3G MODEM DRIVER
5963 M:      Jan Dumon <j.dumon@option.com>
5964 W:      http://www.pharscape.org
5965 S:      Maintained
5966 F:      drivers/net/usb/hso.c
5967
5968 HSR NETWORK PROTOCOL
5969 M:      Arvid Brodin <arvid.brodin@alten.se>
5970 L:      netdev@vger.kernel.org
5971 S:      Maintained
5972 F:      net/hsr/
5973
5974 HTCPEN TOUCHSCREEN DRIVER
5975 M:      Pau Oliva Fora <pof@eslack.org>
5976 L:      linux-input@vger.kernel.org
5977 S:      Maintained
5978 F:      drivers/input/touchscreen/htcpen.c
5979
5980 HUGETLB FILESYSTEM
5981 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5982 S:      Maintained
5983 F:      fs/hugetlbfs/
5984
5985 HVA ST MEDIA DRIVER
5986 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5987 L:      linux-media@vger.kernel.org
5988 T:      git git://linuxtv.org/media_tree.git
5989 W:      https://linuxtv.org
5990 S:      Supported
5991 F:      drivers/media/platform/sti/hva
5992
5993 Hyper-V CORE AND DRIVERS
5994 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5995 M:      Haiyang Zhang <haiyangz@microsoft.com>
5996 M:      Stephen Hemminger <sthemmin@microsoft.com>
5997 L:      devel@linuxdriverproject.org
5998 S:      Maintained
5999 F:      arch/x86/include/asm/mshyperv.h
6000 F:      arch/x86/include/uapi/asm/hyperv.h
6001 F:      arch/x86/kernel/cpu/mshyperv.c
6002 F:      arch/x86/hyperv
6003 F:      drivers/hid/hid-hyperv.c
6004 F:      drivers/hv/
6005 F:      drivers/input/serio/hyperv-keyboard.c
6006 F:      drivers/pci/host/pci-hyperv.c
6007 F:      drivers/net/hyperv/
6008 F:      drivers/scsi/storvsc_drv.c
6009 F:      drivers/uio/uio_hv_generic.c
6010 F:      drivers/video/fbdev/hyperv_fb.c
6011 F:      include/linux/hyperv.h
6012 F:      tools/hv/
6013 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6014
6015 I2C MUXES
6016 M:      Peter Rosin <peda@axentia.se>
6017 L:      linux-i2c@vger.kernel.org
6018 S:      Maintained
6019 F:      Documentation/i2c/i2c-topology
6020 F:      Documentation/i2c/muxes/
6021 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6022 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6023 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6024 F:      drivers/i2c/i2c-mux.c
6025 F:      drivers/i2c/muxes/
6026 F:      include/linux/i2c-mux.h
6027
6028 I2C OVER PARALLEL PORT
6029 M:      Jean Delvare <jdelvare@suse.com>
6030 L:      linux-i2c@vger.kernel.org
6031 S:      Maintained
6032 F:      Documentation/i2c/busses/i2c-parport
6033 F:      Documentation/i2c/busses/i2c-parport-light
6034 F:      drivers/i2c/busses/i2c-parport.c
6035 F:      drivers/i2c/busses/i2c-parport-light.c
6036
6037 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6038 M:      Jean Delvare <jdelvare@suse.com>
6039 L:      linux-i2c@vger.kernel.org
6040 S:      Maintained
6041 F:      Documentation/i2c/busses/i2c-ali1535
6042 F:      Documentation/i2c/busses/i2c-ali1563
6043 F:      Documentation/i2c/busses/i2c-ali15x3
6044 F:      Documentation/i2c/busses/i2c-amd756
6045 F:      Documentation/i2c/busses/i2c-amd8111
6046 F:      Documentation/i2c/busses/i2c-i801
6047 F:      Documentation/i2c/busses/i2c-nforce2
6048 F:      Documentation/i2c/busses/i2c-piix4
6049 F:      Documentation/i2c/busses/i2c-sis5595
6050 F:      Documentation/i2c/busses/i2c-sis630
6051 F:      Documentation/i2c/busses/i2c-sis96x
6052 F:      Documentation/i2c/busses/i2c-via
6053 F:      Documentation/i2c/busses/i2c-viapro
6054 F:      drivers/i2c/busses/i2c-ali1535.c
6055 F:      drivers/i2c/busses/i2c-ali1563.c
6056 F:      drivers/i2c/busses/i2c-ali15x3.c
6057 F:      drivers/i2c/busses/i2c-amd756.c
6058 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6059 F:      drivers/i2c/busses/i2c-amd8111.c
6060 F:      drivers/i2c/busses/i2c-i801.c
6061 F:      drivers/i2c/busses/i2c-isch.c
6062 F:      drivers/i2c/busses/i2c-nforce2.c
6063 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6064 F:      drivers/i2c/busses/i2c-piix4.c
6065 F:      drivers/i2c/busses/i2c-sis5595.c
6066 F:      drivers/i2c/busses/i2c-sis630.c
6067 F:      drivers/i2c/busses/i2c-sis96x.c
6068 F:      drivers/i2c/busses/i2c-via.c
6069 F:      drivers/i2c/busses/i2c-viapro.c
6070
6071 I2C/SMBUS ISMT DRIVER
6072 M:      Seth Heasley <seth.heasley@intel.com>
6073 M:      Neil Horman <nhorman@tuxdriver.com>
6074 L:      linux-i2c@vger.kernel.org
6075 F:      drivers/i2c/busses/i2c-ismt.c
6076 F:      Documentation/i2c/busses/i2c-ismt
6077
6078 I2C/SMBUS STUB DRIVER
6079 M:      Jean Delvare <jdelvare@suse.com>
6080 L:      linux-i2c@vger.kernel.org
6081 S:      Maintained
6082 F:      drivers/i2c/i2c-stub.c
6083
6084 I2C SUBSYSTEM
6085 M:      Wolfram Sang <wsa@the-dreams.de>
6086 L:      linux-i2c@vger.kernel.org
6087 W:      https://i2c.wiki.kernel.org/
6088 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6090 S:      Maintained
6091 F:      Documentation/devicetree/bindings/i2c/
6092 F:      Documentation/i2c/
6093 F:      drivers/i2c/
6094 F:      drivers/i2c/*/
6095 F:      include/linux/i2c.h
6096 F:      include/linux/i2c-*.h
6097 F:      include/uapi/linux/i2c.h
6098 F:      include/uapi/linux/i2c-*.h
6099
6100 I2C ACPI SUPPORT
6101 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6102 L:      linux-i2c@vger.kernel.org
6103 L:      linux-acpi@vger.kernel.org
6104 S:      Maintained
6105
6106 I2C-TAOS-EVM DRIVER
6107 M:      Jean Delvare <jdelvare@suse.com>
6108 L:      linux-i2c@vger.kernel.org
6109 S:      Maintained
6110 F:      Documentation/i2c/busses/i2c-taos-evm
6111 F:      drivers/i2c/busses/i2c-taos-evm.c
6112
6113 I2C-TINY-USB DRIVER
6114 M:      Till Harbaum <till@harbaum.org>
6115 L:      linux-i2c@vger.kernel.org
6116 W:      http://www.harbaum.org/till/i2c_tiny_usb
6117 S:      Maintained
6118 F:      drivers/i2c/busses/i2c-tiny-usb.c
6119
6120 i386 BOOT CODE
6121 M:      "H. Peter Anvin" <hpa@zytor.com>
6122 S:      Maintained
6123 F:      arch/x86/boot/
6124
6125 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6126 M:      "H. Peter Anvin" <hpa@zytor.com>
6127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6128 S:      Maintained
6129
6130 IA64 (Itanium) PLATFORM
6131 M:      Tony Luck <tony.luck@intel.com>
6132 M:      Fenghua Yu <fenghua.yu@intel.com>
6133 L:      linux-ia64@vger.kernel.org
6134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6135 S:      Maintained
6136 F:      arch/ia64/
6137
6138 IBM Power VMX Cryptographic instructions
6139 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6140 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6141 L:      linux-crypto@vger.kernel.org
6142 S:      Supported
6143 F:      drivers/crypto/vmx/Makefile
6144 F:      drivers/crypto/vmx/Kconfig
6145 F:      drivers/crypto/vmx/vmx.c
6146 F:      drivers/crypto/vmx/aes*
6147 F:      drivers/crypto/vmx/ghash*
6148 F:      drivers/crypto/vmx/ppc-xlate.pl
6149
6150 IBM Power in-Nest Crypto Acceleration
6151 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6152 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6153 L:      linux-crypto@vger.kernel.org
6154 S:      Supported
6155 F:      drivers/crypto/nx/Makefile
6156 F:      drivers/crypto/nx/Kconfig
6157 F:      drivers/crypto/nx/nx-aes*
6158 F:      drivers/crypto/nx/nx-sha*
6159 F:      drivers/crypto/nx/nx.*
6160 F:      drivers/crypto/nx/nx_csbcpb.h
6161 F:      drivers/crypto/nx/nx_debugfs.h
6162
6163 IBM Power 842 compression accelerator
6164 M:      Dan Streetman <ddstreet@ieee.org>
6165 S:      Supported
6166 F:      drivers/crypto/nx/Makefile
6167 F:      drivers/crypto/nx/Kconfig
6168 F:      drivers/crypto/nx/nx-842*
6169 F:      include/linux/sw842.h
6170 F:      crypto/842.c
6171 F:      lib/842/
6172
6173 IBM Power Linux RAID adapter
6174 M:      Brian King <brking@us.ibm.com>
6175 S:      Supported
6176 F:      drivers/scsi/ipr.*
6177
6178 IBM Power Virtual Ethernet Device Driver
6179 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6180 L:      netdev@vger.kernel.org
6181 S:      Supported
6182 F:      drivers/net/ethernet/ibm/ibmveth.*
6183
6184 IBM Power SRIOV Virtual NIC Device Driver
6185 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6186 M:      John Allen <jallen@linux.vnet.ibm.com>
6187 L:      netdev@vger.kernel.org
6188 S:      Supported
6189 F:      drivers/net/ethernet/ibm/ibmvnic.*
6190
6191 IBM Power Virtual SCSI Device Drivers
6192 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6193 L:      linux-scsi@vger.kernel.org
6194 S:      Supported
6195 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6196 F:      include/scsi/viosrp.h
6197
6198 IBM Power Virtual SCSI Device Target Driver
6199 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6200 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6201 L:      linux-scsi@vger.kernel.org
6202 L:      target-devel@vger.kernel.org
6203 S:      Supported
6204 F:      drivers/scsi/ibmvscsi_tgt/
6205
6206 IBM Power Virtual FC Device Drivers
6207 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6208 L:      linux-scsi@vger.kernel.org
6209 S:      Supported
6210 F:      drivers/scsi/ibmvscsi/ibmvfc*
6211
6212 IBM ServeRAID RAID DRIVER
6213 S:      Orphan
6214 F:      drivers/scsi/ips.*
6215
6216 ICH LPC AND GPIO DRIVER
6217 M:      Peter Tyser <ptyser@xes-inc.com>
6218 S:      Maintained
6219 F:      drivers/mfd/lpc_ich.c
6220 F:      drivers/gpio/gpio-ich.c
6221
6222 IDE SUBSYSTEM
6223 M:      "David S. Miller" <davem@davemloft.net>
6224 L:      linux-ide@vger.kernel.org
6225 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6227 S:      Maintained
6228 F:      Documentation/ide/
6229 F:      drivers/ide/
6230 F:      include/linux/ide.h
6231
6232 IDEAPAD LAPTOP EXTRAS DRIVER
6233 M:      Ike Panhc <ike.pan@canonical.com>
6234 L:      platform-driver-x86@vger.kernel.org
6235 W:      http://launchpad.net/ideapad-laptop
6236 S:      Maintained
6237 F:      drivers/platform/x86/ideapad-laptop.c
6238
6239 IDEAPAD LAPTOP SLIDEBAR DRIVER
6240 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6241 L:      linux-input@vger.kernel.org
6242 W:      https://github.com/o2genum/ideapad-slidebar
6243 S:      Maintained
6244 F:      drivers/input/misc/ideapad_slidebar.c
6245
6246 IDE/ATAPI DRIVERS
6247 M:      Borislav Petkov <bp@alien8.de>
6248 L:      linux-ide@vger.kernel.org
6249 S:      Maintained
6250 F:      Documentation/cdrom/ide-cd
6251 F:      drivers/ide/ide-cd*
6252
6253 IEEE 802.15.4 SUBSYSTEM
6254 M:      Alexander Aring <aar@pengutronix.de>
6255 M:      Stefan Schmidt <stefan@osg.samsung.com>
6256 L:      linux-wpan@vger.kernel.org
6257 W:      http://wpan.cakelab.org/
6258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6260 S:      Maintained
6261 F:      net/ieee802154/
6262 F:      net/mac802154/
6263 F:      drivers/net/ieee802154/
6264 F:      include/linux/nl802154.h
6265 F:      include/linux/ieee802154.h
6266 F:      include/net/nl802154.h
6267 F:      include/net/mac802154.h
6268 F:      include/net/af_ieee802154.h
6269 F:      include/net/cfg802154.h
6270 F:      include/net/ieee802154_netdev.h
6271 F:      Documentation/networking/ieee802154.txt
6272
6273 IFE PROTOCOL
6274 M:      Yotam Gigi <yotamg@mellanox.com>
6275 M:      Jamal Hadi Salim <jhs@mojatatu.com>
6276 F:      net/ife
6277 F:      include/net/ife.h
6278 F:      include/uapi/linux/ife.h
6279
6280 IGORPLUG-USB IR RECEIVER
6281 M:      Sean Young <sean@mess.org>
6282 L:      linux-media@vger.kernel.org
6283 S:      Maintained
6284 F:      drivers/media/rc/igorplugusb.c
6285
6286 IGUANAWORKS USB IR TRANSCEIVER
6287 M:      Sean Young <sean@mess.org>
6288 L:      linux-media@vger.kernel.org
6289 S:      Maintained
6290 F:      drivers/media/rc/iguanair.c
6291
6292 IIO DIGITAL POTENTIOMETER DAC
6293 M:      Peter Rosin <peda@axentia.se>
6294 L:      linux-iio@vger.kernel.org
6295 S:      Maintained
6296 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6297 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6298 F:      drivers/iio/dac/dpot-dac.c
6299
6300 IIO ENVELOPE DETECTOR
6301 M:      Peter Rosin <peda@axentia.se>
6302 L:      linux-iio@vger.kernel.org
6303 S:      Maintained
6304 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6305 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6306 F:      drivers/iio/adc/envelope-detector.c
6307
6308 IIO SUBSYSTEM AND DRIVERS
6309 M:      Jonathan Cameron <jic23@kernel.org>
6310 R:      Hartmut Knaack <knaack.h@gmx.de>
6311 R:      Lars-Peter Clausen <lars@metafoo.de>
6312 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6313 L:      linux-iio@vger.kernel.org
6314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6315 S:      Maintained
6316 F:      Documentation/devicetree/bindings/iio/
6317 F:      drivers/iio/
6318 F:      drivers/staging/iio/
6319 F:      include/linux/iio/
6320 F:      tools/iio/
6321
6322 IKANOS/ADI EAGLE ADSL USB DRIVER
6323 M:      Matthieu Castet <castet.matthieu@free.fr>
6324 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6325 S:      Maintained
6326 F:      drivers/usb/atm/ueagle-atm.c
6327
6328 IMGTEC ASCII LCD DRIVER
6329 M:      Paul Burton <paul.burton@imgtec.com>
6330 S:      Maintained
6331 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6332 F:      drivers/auxdisplay/img-ascii-lcd.c
6333
6334 INA209 HARDWARE MONITOR DRIVER
6335 M:      Guenter Roeck <linux@roeck-us.net>
6336 L:      linux-hwmon@vger.kernel.org
6337 S:      Maintained
6338 F:      Documentation/hwmon/ina209
6339 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6340 F:      drivers/hwmon/ina209.c
6341
6342 INA2XX HARDWARE MONITOR DRIVER
6343 M:      Guenter Roeck <linux@roeck-us.net>
6344 L:      linux-hwmon@vger.kernel.org
6345 S:      Maintained
6346 F:      Documentation/hwmon/ina2xx
6347 F:      drivers/hwmon/ina2xx.c
6348 F:      include/linux/platform_data/ina2xx.h
6349
6350 INDUSTRY PACK SUBSYSTEM (IPACK)
6351 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6352 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6353 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6354 L:      industrypack-devel@lists.sourceforge.net
6355 W:      http://industrypack.sourceforge.net
6356 S:      Maintained
6357 F:      drivers/ipack/
6358
6359 INGENIC JZ4780 DMA Driver
6360 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6361 S:      Maintained
6362 F:      drivers/dma/dma-jz4780.c
6363
6364 INGENIC JZ4780 NAND DRIVER
6365 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6366 L:      linux-mtd@lists.infradead.org
6367 S:      Maintained
6368 F:      drivers/mtd/nand/jz4780_*
6369
6370 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6371 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6372 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6373 L:      linux-ima-devel@lists.sourceforge.net
6374 L:      linux-ima-user@lists.sourceforge.net
6375 L:      linux-security-module@vger.kernel.org
6376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6377 S:      Supported
6378 F:      security/integrity/ima/
6379
6380 IMGTEC IR DECODER DRIVER
6381 M:      James Hogan <james.hogan@imgtec.com>
6382 S:      Maintained
6383 F:      drivers/media/rc/img-ir/
6384
6385 IMS TWINTURBO FRAMEBUFFER DRIVER
6386 L:      linux-fbdev@vger.kernel.org
6387 S:      Orphan
6388 F:      drivers/video/fbdev/imsttfb.c
6389
6390 INFINIBAND SUBSYSTEM
6391 M:      Doug Ledford <dledford@redhat.com>
6392 M:      Sean Hefty <sean.hefty@intel.com>
6393 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6394 L:      linux-rdma@vger.kernel.org
6395 W:      http://www.openfabrics.org/
6396 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6398 S:      Supported
6399 F:      Documentation/infiniband/
6400 F:      drivers/infiniband/
6401 F:      include/uapi/linux/if_infiniband.h
6402 F:      include/uapi/rdma/
6403 F:      include/rdma/
6404
6405 INOTIFY
6406 M:      John McCutchan <john@johnmccutchan.com>
6407 M:      Robert Love <rlove@rlove.org>
6408 M:      Eric Paris <eparis@parisplace.org>
6409 S:      Maintained
6410 F:      Documentation/filesystems/inotify.txt
6411 F:      fs/notify/inotify/
6412 F:      include/linux/inotify.h
6413 F:      include/uapi/linux/inotify.h
6414
6415 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6416 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6417 L:      linux-input@vger.kernel.org
6418 Q:      http://patchwork.kernel.org/project/linux-input/list/
6419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6420 S:      Maintained
6421 F:      drivers/input/
6422 F:      include/linux/input.h
6423 F:      include/uapi/linux/input.h
6424 F:      include/linux/input/
6425 F:      Documentation/devicetree/bindings/input/
6426
6427 INPUT MULTITOUCH (MT) PROTOCOL
6428 M:      Henrik Rydberg <rydberg@bitmath.org>
6429 L:      linux-input@vger.kernel.org
6430 S:      Odd fixes
6431 F:      Documentation/input/multi-touch-protocol.txt
6432 F:      drivers/input/input-mt.c
6433 K:      \b(ABS|SYN)_MT_
6434
6435 INTEL ASoC BDW/HSW DRIVERS
6436 M:      Jie Yang <yang.jie@linux.intel.com>
6437 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6438 S:      Supported
6439 F:      sound/soc/intel/common/sst-dsp*
6440 F:      sound/soc/intel/common/sst-firmware.c
6441 F:      sound/soc/intel/boards/broadwell.c
6442 F:      sound/soc/intel/haswell/
6443
6444 INTEL C600 SERIES SAS CONTROLLER DRIVER
6445 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6446 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6447 L:      linux-scsi@vger.kernel.org
6448 T:      git git://git.code.sf.net/p/intel-sas/isci
6449 S:      Supported
6450 F:      drivers/scsi/isci/
6451
6452 INTEL HID EVENT DRIVER
6453 M:      Alex Hung <alex.hung@canonical.com>
6454 L:      platform-driver-x86@vger.kernel.org
6455 S:      Maintained
6456 F:      drivers/platform/x86/intel-hid.c
6457
6458 INTEL VIRTUAL BUTTON DRIVER
6459 M:      AceLan Kao <acelan.kao@canonical.com>
6460 L:      platform-driver-x86@vger.kernel.org
6461 S:      Maintained
6462 F:      drivers/platform/x86/intel-vbtn.c
6463
6464 INTEL IDLE DRIVER
6465 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6466 M:      Len Brown <lenb@kernel.org>
6467 L:      linux-pm@vger.kernel.org
6468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6469 B:      https://bugzilla.kernel.org
6470 S:      Supported
6471 F:      drivers/idle/intel_idle.c
6472
6473 INTEL INTEGRATED SENSOR HUB DRIVER
6474 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6475 M:      Jiri Kosina <jikos@kernel.org>
6476 L:      linux-input@vger.kernel.org
6477 S:      Maintained
6478 F:      drivers/hid/intel-ish-hid/
6479
6480 INTEL PSTATE DRIVER
6481 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6482 M:      Len Brown <lenb@kernel.org>
6483 L:      linux-pm@vger.kernel.org
6484 S:      Supported
6485 F:      drivers/cpufreq/intel_pstate.c
6486
6487 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6488 M:      Maik Broemme <mbroemme@libmpq.org>
6489 L:      linux-fbdev@vger.kernel.org
6490 S:      Maintained
6491 F:      Documentation/fb/intelfb.txt
6492 F:      drivers/video/fbdev/intelfb/
6493
6494 INTEL 810/815 FRAMEBUFFER DRIVER
6495 M:      Antonino Daplas <adaplas@gmail.com>
6496 L:      linux-fbdev@vger.kernel.org
6497 S:      Maintained
6498 F:      drivers/video/fbdev/i810/
6499
6500 INTEL MENLOW THERMAL DRIVER
6501 M:      Sujith Thomas <sujith.thomas@intel.com>
6502 L:      platform-driver-x86@vger.kernel.org
6503 W:      https://01.org/linux-acpi
6504 S:      Supported
6505 F:      drivers/platform/x86/intel_menlow.c
6506
6507 INTEL I/OAT DMA DRIVER
6508 M:      Dave Jiang <dave.jiang@intel.com>
6509 R:      Dan Williams <dan.j.williams@intel.com>
6510 L:      dmaengine@vger.kernel.org
6511 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6512 S:      Supported
6513 F:      drivers/dma/ioat*
6514
6515 INTEL IOMMU (VT-d)
6516 M:      David Woodhouse <dwmw2@infradead.org>
6517 L:      iommu@lists.linux-foundation.org
6518 T:      git git://git.infradead.org/iommu-2.6.git
6519 S:      Supported
6520 F:      drivers/iommu/intel-iommu.c
6521 F:      include/linux/intel-iommu.h
6522
6523 INTEL IOP-ADMA DMA DRIVER
6524 R:      Dan Williams <dan.j.williams@intel.com>
6525 S:      Odd fixes
6526 F:      drivers/dma/iop-adma.c
6527
6528 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6529 M:      Krzysztof Halasa <khalasa@piap.pl>
6530 S:      Maintained
6531 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6532 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6533 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6534 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6535 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6536 F:      drivers/net/wan/ixp4xx_hss.c
6537
6538 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6539 M:      Deepak Saxena <dsaxena@plexity.net>
6540 S:      Maintained
6541 F:      drivers/char/hw_random/ixp4xx-rng.c
6542
6543 INTEL ETHERNET DRIVERS
6544 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6545 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6546 W:      http://www.intel.com/support/feedback.htm
6547 W:      http://e1000.sourceforge.net/
6548 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6551 S:      Supported
6552 F:      Documentation/networking/e100.txt
6553 F:      Documentation/networking/e1000.txt
6554 F:      Documentation/networking/e1000e.txt
6555 F:      Documentation/networking/igb.txt
6556 F:      Documentation/networking/igbvf.txt
6557 F:      Documentation/networking/ixgb.txt
6558 F:      Documentation/networking/ixgbe.txt
6559 F:      Documentation/networking/ixgbevf.txt
6560 F:      Documentation/networking/i40e.txt
6561 F:      Documentation/networking/i40evf.txt
6562 F:      drivers/net/ethernet/intel/
6563 F:      drivers/net/ethernet/intel/*/
6564
6565 INTEL RDMA RNIC DRIVER
6566 M:     Faisal Latif <faisal.latif@intel.com>
6567 M:     Shiraz Saleem <shiraz.saleem@intel.com>
6568 L:     linux-rdma@vger.kernel.org
6569 S:     Supported
6570 F:     drivers/infiniband/hw/i40iw/
6571
6572 INTEL MERRIFIELD GPIO DRIVER
6573 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6574 L:      linux-gpio@vger.kernel.org
6575 S:      Maintained
6576 F:      drivers/gpio/gpio-merrifield.c
6577
6578 INTEL-MID GPIO DRIVER
6579 M:      David Cohen <david.a.cohen@linux.intel.com>
6580 L:      linux-gpio@vger.kernel.org
6581 S:      Maintained
6582 F:      drivers/gpio/gpio-intel-mid.c
6583
6584 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6585 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6586 L:      linux-wireless@vger.kernel.org
6587 S:      Maintained
6588 F:      Documentation/networking/README.ipw2100
6589 F:      Documentation/networking/README.ipw2200
6590 F:      drivers/net/wireless/intel/ipw2x00/
6591
6592 INTEL(R) TRACE HUB
6593 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6594 S:      Supported
6595 F:      Documentation/trace/intel_th.txt
6596 F:      drivers/hwtracing/intel_th/
6597
6598 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6599 M:      Ning Sun <ning.sun@intel.com>
6600 L:      tboot-devel@lists.sourceforge.net
6601 W:      http://tboot.sourceforge.net
6602 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6603 S:      Supported
6604 F:      Documentation/intel_txt.txt
6605 F:      include/linux/tboot.h
6606 F:      arch/x86/kernel/tboot.c
6607
6608 INTEL WIRELESS WIMAX CONNECTION 2400
6609 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6610 M:      linux-wimax@intel.com
6611 L:      wimax@linuxwimax.org (subscribers-only)
6612 S:      Supported
6613 W:      http://linuxwimax.org
6614 F:      Documentation/wimax/README.i2400m
6615 F:      drivers/net/wimax/i2400m/
6616 F:      include/uapi/linux/wimax/i2400m.h
6617
6618 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6619 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6620 L:      linux-wireless@vger.kernel.org
6621 S:      Supported
6622 F:      drivers/net/wireless/intel/iwlegacy/
6623
6624 INTEL WIRELESS WIFI LINK (iwlwifi)
6625 M:      Johannes Berg <johannes.berg@intel.com>
6626 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6627 M:      Luca Coelho <luciano.coelho@intel.com>
6628 M:      Intel Linux Wireless <linuxwifi@intel.com>
6629 L:      linux-wireless@vger.kernel.org
6630 W:      http://intellinuxwireless.org
6631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6632 S:      Supported
6633 F:      drivers/net/wireless/intel/iwlwifi/
6634
6635 INTEL MANAGEMENT ENGINE (mei)
6636 M:      Tomas Winkler <tomas.winkler@intel.com>
6637 L:      linux-kernel@vger.kernel.org
6638 S:      Supported
6639 F:      include/uapi/linux/mei.h
6640 F:      include/linux/mei_cl_bus.h
6641 F:      drivers/misc/mei/*
6642 F:      drivers/watchdog/mei_wdt.c
6643 F:      Documentation/misc-devices/mei/*
6644 F:      samples/mei/*
6645
6646 INTEL MIC DRIVERS (mic)
6647 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6648 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6649 S:      Supported
6650 W:      https://github.com/sudeepdutt/mic
6651 W:      http://software.intel.com/en-us/mic-developer
6652 F:      include/linux/mic_bus.h
6653 F:      include/linux/scif.h
6654 F:      include/uapi/linux/mic_common.h
6655 F:      include/uapi/linux/mic_ioctl.h
6656 F:      include/uapi/linux/scif_ioctl.h
6657 F:      drivers/misc/mic/
6658 F:      drivers/dma/mic_x100_dma.c
6659 F:      drivers/dma/mic_x100_dma.h
6660 F:      Documentation/mic/
6661
6662 INTEL PMC/P-Unit IPC DRIVER
6663 M:      Zha Qipeng<qipeng.zha@intel.com>
6664 L:      platform-driver-x86@vger.kernel.org
6665 S:      Maintained
6666 F:      drivers/platform/x86/intel_pmc_ipc.c
6667 F:      drivers/platform/x86/intel_punit_ipc.c
6668 F:      arch/x86/include/asm/intel_pmc_ipc.h
6669 F:      arch/x86/include/asm/intel_punit_ipc.h
6670
6671 INTEL TELEMETRY DRIVER
6672 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6673 L:      platform-driver-x86@vger.kernel.org
6674 S:      Maintained
6675 F:      arch/x86/include/asm/intel_telemetry.h
6676 F:      drivers/platform/x86/intel_telemetry*
6677
6678 INTEL PMC CORE DRIVER
6679 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6680 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6681 L:      platform-driver-x86@vger.kernel.org
6682 S:      Maintained
6683 F:      arch/x86/include/asm/pmc_core.h
6684 F:      drivers/platform/x86/intel_pmc_core*
6685
6686 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6687 M:      Linus Walleij <linus.walleij@linaro.org>
6688 L:      linux-iio@vger.kernel.org
6689 S:      Maintained
6690 F:      drivers/iio/gyro/mpu3050*
6691 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6692
6693 IOC3 ETHERNET DRIVER
6694 M:      Ralf Baechle <ralf@linux-mips.org>
6695 L:      linux-mips@linux-mips.org
6696 S:      Maintained
6697 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6698
6699 IOC3 SERIAL DRIVER
6700 M:      Pat Gefre <pfg@sgi.com>
6701 L:      linux-serial@vger.kernel.org
6702 S:      Maintained
6703 F:      drivers/tty/serial/ioc3_serial.c
6704
6705 IOMMU DRIVERS
6706 M:      Joerg Roedel <joro@8bytes.org>
6707 L:      iommu@lists.linux-foundation.org
6708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6709 S:      Maintained
6710 F:      Documentation/devicetree/bindings/iommu/
6711 F:      drivers/iommu/
6712
6713 IP MASQUERADING
6714 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6715 S:      Maintained
6716 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6717
6718 IPMI SUBSYSTEM
6719 M:      Corey Minyard <minyard@acm.org>
6720 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6721 W:      http://openipmi.sourceforge.net/
6722 S:      Supported
6723 F:      Documentation/IPMI.txt
6724 F:      drivers/char/ipmi/
6725 F:      include/linux/ipmi*
6726 F:      include/uapi/linux/ipmi*
6727
6728 QCOM AUDIO (ASoC) DRIVERS
6729 M:      Patrick Lai <plai@codeaurora.org>
6730 M:      Banajit Goswami <bgoswami@codeaurora.org>
6731 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6732 S:      Supported
6733 F:      sound/soc/qcom/
6734
6735 IPS SCSI RAID DRIVER
6736 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6737 L:      linux-scsi@vger.kernel.org
6738 W:      http://www.adaptec.com/
6739 S:      Maintained
6740 F:      drivers/scsi/ips*
6741
6742 IPVS
6743 M:      Wensong Zhang <wensong@linux-vs.org>
6744 M:      Simon Horman <horms@verge.net.au>
6745 M:      Julian Anastasov <ja@ssi.bg>
6746 L:      netdev@vger.kernel.org
6747 L:      lvs-devel@vger.kernel.org
6748 S:      Maintained
6749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6751 F:      Documentation/networking/ipvs-sysctl.txt
6752 F:      include/net/ip_vs.h
6753 F:      include/uapi/linux/ip_vs.h
6754 F:      net/netfilter/ipvs/
6755
6756 IPWIRELESS DRIVER
6757 M:      Jiri Kosina <jikos@kernel.org>
6758 M:      David Sterba <dsterba@suse.com>
6759 S:      Odd Fixes
6760 F:      drivers/tty/ipwireless/
6761
6762 IPX NETWORK LAYER
6763 L:      netdev@vger.kernel.org
6764 S:      Odd fixes
6765 F:      include/net/ipx.h
6766 F:      include/uapi/linux/ipx.h
6767 F:      net/ipx/
6768
6769 IRDA SUBSYSTEM
6770 M:      Samuel Ortiz <samuel@sortiz.org>
6771 L:      irda-users@lists.sourceforge.net (subscribers-only)
6772 L:      netdev@vger.kernel.org
6773 W:      http://irda.sourceforge.net/
6774 S:      Maintained
6775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6776 F:      Documentation/networking/irda.txt
6777 F:      drivers/net/irda/
6778 F:      include/net/irda/
6779 F:      net/irda/
6780
6781 IRQ SUBSYSTEM
6782 M:      Thomas Gleixner <tglx@linutronix.de>
6783 L:      linux-kernel@vger.kernel.org
6784 S:      Maintained
6785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6786 F:      kernel/irq/
6787
6788 IRQCHIP DRIVERS
6789 M:      Thomas Gleixner <tglx@linutronix.de>
6790 M:      Jason Cooper <jason@lakedaemon.net>
6791 M:      Marc Zyngier <marc.zyngier@arm.com>
6792 L:      linux-kernel@vger.kernel.org
6793 S:      Maintained
6794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6795 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6796 F:      Documentation/devicetree/bindings/interrupt-controller/
6797 F:      drivers/irqchip/
6798
6799 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6800 M:      Marc Zyngier <marc.zyngier@arm.com>
6801 S:      Maintained
6802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6803 F:      Documentation/IRQ-domain.txt
6804 F:      include/linux/irqdomain.h
6805 F:      kernel/irq/irqdomain.c
6806 F:      kernel/irq/msi.c
6807
6808 ISA
6809 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6810 S:      Maintained
6811 F:      Documentation/isa.txt
6812 F:      drivers/base/isa.c
6813 F:      include/linux/isa.h
6814
6815 ISAPNP
6816 M:      Jaroslav Kysela <perex@perex.cz>
6817 S:      Maintained
6818 F:      Documentation/isapnp.txt
6819 F:      drivers/pnp/isapnp/
6820 F:      include/linux/isapnp.h
6821
6822 ISA RADIO MODULE
6823 M:      Hans Verkuil <hverkuil@xs4all.nl>
6824 L:      linux-media@vger.kernel.org
6825 T:      git git://linuxtv.org/media_tree.git
6826 W:      https://linuxtv.org
6827 S:      Maintained
6828 F:      drivers/media/radio/radio-isa*
6829
6830 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6831 M:      Peter Jones <pjones@redhat.com>
6832 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6833 S:      Maintained
6834 F:      drivers/firmware/iscsi_ibft*
6835
6836 ISCSI
6837 M:      Lee Duncan <lduncan@suse.com>
6838 M:      Chris Leech <cleech@redhat.com>
6839 L:      open-iscsi@googlegroups.com
6840 W:      www.open-iscsi.com
6841 S:      Maintained
6842 F:      drivers/scsi/*iscsi*
6843 F:      include/scsi/*iscsi*
6844
6845 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6846 M:      Or Gerlitz <ogerlitz@mellanox.com>
6847 M:      Sagi Grimberg <sagi@grimberg.me>
6848 M:      Roi Dayan <roid@mellanox.com>
6849 L:      linux-rdma@vger.kernel.org
6850 S:      Supported
6851 W:      http://www.openfabrics.org
6852 W:      www.open-iscsi.org
6853 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6854 F:      drivers/infiniband/ulp/iser/
6855
6856 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6857 M:      Sagi Grimberg <sagi@grimberg.me>
6858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6859 L:      linux-rdma@vger.kernel.org
6860 L:      target-devel@vger.kernel.org
6861 S:      Supported
6862 W:      http://www.linux-iscsi.org
6863 F:      drivers/infiniband/ulp/isert
6864
6865 ISDN SUBSYSTEM
6866 M:      Karsten Keil <isdn@linux-pingi.de>
6867 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6868 L:      netdev@vger.kernel.org
6869 W:      http://www.isdn4linux.de
6870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6871 S:      Maintained
6872 F:      Documentation/isdn/
6873 F:      drivers/isdn/
6874 F:      include/linux/isdn.h
6875 F:      include/linux/isdn/
6876 F:      include/uapi/linux/isdn.h
6877 F:      include/uapi/linux/isdn/
6878
6879 ISDN SUBSYSTEM (Eicon active card driver)
6880 M:      Armin Schindler <mac@melware.de>
6881 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6882 W:      http://www.melware.de
6883 S:      Maintained
6884 F:      drivers/isdn/hardware/eicon/
6885
6886 IT87 HARDWARE MONITORING DRIVER
6887 M:      Jean Delvare <jdelvare@suse.com>
6888 L:      linux-hwmon@vger.kernel.org
6889 S:      Maintained
6890 F:      Documentation/hwmon/it87
6891 F:      drivers/hwmon/it87.c
6892
6893 IT913X MEDIA DRIVER
6894 M:      Antti Palosaari <crope@iki.fi>
6895 L:      linux-media@vger.kernel.org
6896 W:      https://linuxtv.org
6897 W:      http://palosaari.fi/linux/
6898 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6899 T:      git git://linuxtv.org/anttip/media_tree.git
6900 S:      Maintained
6901 F:      drivers/media/tuners/it913x*
6902
6903 IVTV VIDEO4LINUX DRIVER
6904 M:      Andy Walls <awalls@md.metrocast.net>
6905 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6906 L:      linux-media@vger.kernel.org
6907 T:      git git://linuxtv.org/media_tree.git
6908 W:      http://www.ivtvdriver.org
6909 S:      Maintained
6910 F:      Documentation/media/v4l-drivers/ivtv*
6911 F:      drivers/media/pci/ivtv/
6912 F:      include/uapi/linux/ivtv*
6913
6914 IX2505V MEDIA DRIVER
6915 M:      Malcolm Priestley <tvboxspy@gmail.com>
6916 L:      linux-media@vger.kernel.org
6917 W:      https://linuxtv.org
6918 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6919 S:      Maintained
6920 F:      drivers/media/dvb-frontends/ix2505v*
6921
6922 JC42.4 TEMPERATURE SENSOR DRIVER
6923 M:      Guenter Roeck <linux@roeck-us.net>
6924 L:      linux-hwmon@vger.kernel.org
6925 S:      Maintained
6926 F:      drivers/hwmon/jc42.c
6927 F:      Documentation/hwmon/jc42
6928
6929 JFS FILESYSTEM
6930 M:      Dave Kleikamp <shaggy@kernel.org>
6931 L:      jfs-discussion@lists.sourceforge.net
6932 W:      http://jfs.sourceforge.net/
6933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6934 S:      Maintained
6935 F:      Documentation/filesystems/jfs.txt
6936 F:      fs/jfs/
6937
6938 JME NETWORK DRIVER
6939 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6940 L:      netdev@vger.kernel.org
6941 S:      Maintained
6942 F:      drivers/net/ethernet/jme.*
6943
6944 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6945 M:      David Woodhouse <dwmw2@infradead.org>
6946 L:      linux-mtd@lists.infradead.org
6947 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6948 S:      Maintained
6949 F:      fs/jffs2/
6950 F:      include/uapi/linux/jffs2.h
6951
6952 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6953 M:      "Theodore Ts'o" <tytso@mit.edu>
6954 M:      Jan Kara <jack@suse.com>
6955 L:      linux-ext4@vger.kernel.org
6956 S:      Maintained
6957 F:      fs/jbd2/
6958 F:      include/linux/jbd2.h
6959
6960 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6961 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6962 L:      linux-media@vger.kernel.org
6963 S:      Maintained
6964 F:      drivers/media/platform/rcar_jpu.c
6965
6966 JSM Neo PCI based serial card
6967 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6968 L:      linux-serial@vger.kernel.org
6969 S:      Maintained
6970 F:      drivers/tty/serial/jsm/
6971
6972 K10TEMP HARDWARE MONITORING DRIVER
6973 M:      Clemens Ladisch <clemens@ladisch.de>
6974 L:      linux-hwmon@vger.kernel.org
6975 S:      Maintained
6976 F:      Documentation/hwmon/k10temp
6977 F:      drivers/hwmon/k10temp.c
6978
6979 K8TEMP HARDWARE MONITORING DRIVER
6980 M:      Rudolf Marek <r.marek@assembler.cz>
6981 L:      linux-hwmon@vger.kernel.org
6982 S:      Maintained
6983 F:      Documentation/hwmon/k8temp
6984 F:      drivers/hwmon/k8temp.c
6985
6986 KASAN
6987 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6988 R:      Alexander Potapenko <glider@google.com>
6989 R:      Dmitry Vyukov <dvyukov@google.com>
6990 L:      kasan-dev@googlegroups.com
6991 S:      Maintained
6992 F:      arch/*/include/asm/kasan.h
6993 F:      arch/*/mm/kasan_init*
6994 F:      Documentation/dev-tools/kasan.rst
6995 F:      include/linux/kasan*.h
6996 F:      lib/test_kasan.c
6997 F:      mm/kasan/
6998 F:      scripts/Makefile.kasan
6999
7000 KCONFIG
7001 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
7002 L:      linux-kbuild@vger.kernel.org
7003 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
7004 S:      Maintained
7005 F:      Documentation/kbuild/kconfig-language.txt
7006 F:      scripts/kconfig/
7007
7008 KDUMP
7009 M:      Dave Young <dyoung@redhat.com>
7010 M:      Baoquan He <bhe@redhat.com>
7011 R:      Vivek Goyal <vgoyal@redhat.com>
7012 L:      kexec@lists.infradead.org
7013 W:      http://lse.sourceforge.net/kdump/
7014 S:      Maintained
7015 F:      Documentation/kdump/
7016
7017 KEENE FM RADIO TRANSMITTER DRIVER
7018 M:      Hans Verkuil <hverkuil@xs4all.nl>
7019 L:      linux-media@vger.kernel.org
7020 T:      git git://linuxtv.org/media_tree.git
7021 W:      https://linuxtv.org
7022 S:      Maintained
7023 F:      drivers/media/radio/radio-keene*
7024
7025 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7026 M:      Ian Kent <raven@themaw.net>
7027 L:      autofs@vger.kernel.org
7028 S:      Maintained
7029 F:      fs/autofs4/
7030
7031 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7032 M:      Michal Marek <mmarek@suse.com>
7033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
7034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
7035 L:      linux-kbuild@vger.kernel.org
7036 S:      Maintained
7037 F:      Documentation/kbuild/
7038 F:      Makefile
7039 F:      scripts/Makefile.*
7040 F:      scripts/basic/
7041 F:      scripts/mk*
7042 F:      scripts/package/
7043
7044 KERNEL JANITORS
7045 L:      kernel-janitors@vger.kernel.org
7046 W:      http://kernelnewbies.org/KernelJanitors
7047 S:      Odd Fixes
7048
7049 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7050 M:      "J. Bruce Fields" <bfields@fieldses.org>
7051 M:      Jeff Layton <jlayton@poochiereds.net>
7052 L:      linux-nfs@vger.kernel.org
7053 W:      http://nfs.sourceforge.net/
7054 T:      git git://linux-nfs.org/~bfields/linux.git
7055 S:      Supported
7056 F:      fs/nfsd/
7057 F:      include/uapi/linux/nfsd/
7058 F:      fs/lockd/
7059 F:      fs/nfs_common/
7060 F:      net/sunrpc/
7061 F:      include/linux/lockd/
7062 F:      include/linux/sunrpc/
7063 F:      include/uapi/linux/sunrpc/
7064
7065 KERNEL SELFTEST FRAMEWORK
7066 M:      Shuah Khan <shuahkh@osg.samsung.com>
7067 M:      Shuah Khan <shuah@kernel.org>
7068 L:      linux-kselftest@vger.kernel.org
7069 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7070 S:      Maintained
7071 F:      tools/testing/selftests
7072
7073 KERNEL VIRTUAL MACHINE (KVM)
7074 M:      Paolo Bonzini <pbonzini@redhat.com>
7075 M:      Radim Krčmář <rkrcmar@redhat.com>
7076 L:      kvm@vger.kernel.org
7077 W:      http://www.linux-kvm.org
7078 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7079 S:      Supported
7080 F:      Documentation/*/kvm*.txt
7081 F:      Documentation/virtual/kvm/
7082 F:      arch/*/kvm/
7083 F:      arch/x86/kernel/kvm.c
7084 F:      arch/x86/kernel/kvmclock.c
7085 F:      arch/*/include/asm/kvm*
7086 F:      include/linux/kvm*
7087 F:      include/uapi/linux/kvm*
7088 F:      virt/kvm/
7089 F:      tools/kvm/
7090
7091 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7092 M:      Joerg Roedel <joro@8bytes.org>
7093 L:      kvm@vger.kernel.org
7094 W:      http://www.linux-kvm.org/
7095 S:      Maintained
7096 F:      arch/x86/include/asm/svm.h
7097 F:      arch/x86/kvm/svm.c
7098
7099 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7100 M:      Alexander Graf <agraf@suse.com>
7101 L:      kvm-ppc@vger.kernel.org
7102 W:      http://www.linux-kvm.org/
7103 T:      git git://github.com/agraf/linux-2.6.git
7104 S:      Supported
7105 F:      arch/powerpc/include/asm/kvm*
7106 F:      arch/powerpc/kvm/
7107
7108 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7109 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7110 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7111 L:      linux-s390@vger.kernel.org
7112 W:      http://www.ibm.com/developerworks/linux/linux390/
7113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7114 S:      Supported
7115 F:      Documentation/s390/kvm.txt
7116 F:      arch/s390/include/asm/kvm*
7117 F:      arch/s390/kvm/
7118
7119 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7120 M:      Christoffer Dall <christoffer.dall@linaro.org>
7121 M:      Marc Zyngier <marc.zyngier@arm.com>
7122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7123 L:      kvmarm@lists.cs.columbia.edu
7124 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7126 S:      Supported
7127 F:      arch/arm/include/uapi/asm/kvm*
7128 F:      arch/arm/include/asm/kvm*
7129 F:      arch/arm/kvm/
7130 F:      virt/kvm/arm/
7131 F:      include/kvm/arm_*
7132
7133 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7134 M:      Christoffer Dall <christoffer.dall@linaro.org>
7135 M:      Marc Zyngier <marc.zyngier@arm.com>
7136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7137 L:      kvmarm@lists.cs.columbia.edu
7138 S:      Maintained
7139 F:      arch/arm64/include/uapi/asm/kvm*
7140 F:      arch/arm64/include/asm/kvm*
7141 F:      arch/arm64/kvm/
7142
7143 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7144 M:      James Hogan <james.hogan@imgtec.com>
7145 L:      linux-mips@linux-mips.org
7146 S:      Supported
7147 F:      arch/mips/include/uapi/asm/kvm*
7148 F:      arch/mips/include/asm/kvm*
7149 F:      arch/mips/kvm/
7150
7151 KEXEC
7152 M:      Eric Biederman <ebiederm@xmission.com>
7153 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7154 L:      kexec@lists.infradead.org
7155 S:      Maintained
7156 F:      include/linux/kexec.h
7157 F:      include/uapi/linux/kexec.h
7158 F:      kernel/kexec*
7159
7160 KEYS/KEYRINGS:
7161 M:      David Howells <dhowells@redhat.com>
7162 L:      keyrings@vger.kernel.org
7163 S:      Maintained
7164 F:      Documentation/security/keys.txt
7165 F:      include/linux/key.h
7166 F:      include/linux/key-type.h
7167 F:      include/linux/keyctl.h
7168 F:      include/uapi/linux/keyctl.h
7169 F:      include/keys/
7170 F:      security/keys/
7171
7172 KEYS-TRUSTED
7173 M:      David Safford <safford@us.ibm.com>
7174 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7175 L:      linux-security-module@vger.kernel.org
7176 L:      keyrings@vger.kernel.org
7177 S:      Supported
7178 F:      Documentation/security/keys-trusted-encrypted.txt
7179 F:      include/keys/trusted-type.h
7180 F:      security/keys/trusted.c
7181 F:      security/keys/trusted.h
7182
7183 KEYS-ENCRYPTED
7184 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7185 M:      David Safford <safford@us.ibm.com>
7186 L:      linux-security-module@vger.kernel.org
7187 L:      keyrings@vger.kernel.org
7188 S:      Supported
7189 F:      Documentation/security/keys-trusted-encrypted.txt
7190 F:      include/keys/encrypted-type.h
7191 F:      security/keys/encrypted-keys/
7192
7193 KGDB / KDB /debug_core
7194 M:      Jason Wessel <jason.wessel@windriver.com>
7195 W:      http://kgdb.wiki.kernel.org/
7196 L:      kgdb-bugreport@lists.sourceforge.net
7197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7198 S:      Maintained
7199 F:      Documentation/DocBook/kgdb.tmpl
7200 F:      drivers/misc/kgdbts.c
7201 F:      drivers/tty/serial/kgdboc.c
7202 F:      include/linux/kdb.h
7203 F:      include/linux/kgdb.h
7204 F:      kernel/debug/
7205
7206 KMEMCHECK
7207 M:      Vegard Nossum <vegardno@ifi.uio.no>
7208 M:      Pekka Enberg <penberg@kernel.org>
7209 S:      Maintained
7210 F:      Documentation/dev-tools/kmemcheck.rst
7211 F:      arch/x86/include/asm/kmemcheck.h
7212 F:      arch/x86/mm/kmemcheck/
7213 F:      include/linux/kmemcheck.h
7214 F:      mm/kmemcheck.c
7215
7216 KMEMLEAK
7217 M:      Catalin Marinas <catalin.marinas@arm.com>
7218 S:      Maintained
7219 F:      Documentation/dev-tools/kmemleak.rst
7220 F:      include/linux/kmemleak.h
7221 F:      mm/kmemleak.c
7222 F:      mm/kmemleak-test.c
7223
7224 KPROBES
7225 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7226 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7227 M:      "David S. Miller" <davem@davemloft.net>
7228 M:      Masami Hiramatsu <mhiramat@kernel.org>
7229 S:      Maintained
7230 F:      Documentation/kprobes.txt
7231 F:      include/linux/kprobes.h
7232 F:      kernel/kprobes.c
7233
7234 KS0108 LCD CONTROLLER DRIVER
7235 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7236 W:      http://miguelojeda.es/auxdisplay.htm
7237 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7238 S:      Maintained
7239 F:      Documentation/auxdisplay/ks0108
7240 F:      drivers/auxdisplay/ks0108.c
7241 F:      include/linux/ks0108.h
7242
7243 L3MDEV
7244 M:      David Ahern <dsa@cumulusnetworks.com>
7245 L:      netdev@vger.kernel.org
7246 S:      Maintained
7247 F:      net/l3mdev
7248 F:      include/net/l3mdev.h
7249
7250 LANTIQ MIPS ARCHITECTURE
7251 M:      John Crispin <john@phrozen.org>
7252 L:      linux-mips@linux-mips.org
7253 S:      Maintained
7254 F:      arch/mips/lantiq
7255
7256 LAPB module
7257 L:      linux-x25@vger.kernel.org
7258 S:      Orphan
7259 F:      Documentation/networking/lapb-module.txt
7260 F:      include/*/lapb.h
7261 F:      net/lapb/
7262
7263 LASI 53c700 driver for PARISC
7264 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7265 L:      linux-scsi@vger.kernel.org
7266 S:      Maintained
7267 F:      Documentation/scsi/53c700.txt
7268 F:      drivers/scsi/53c700*
7269
7270 LED SUBSYSTEM
7271 M:      Richard Purdie <rpurdie@rpsys.net>
7272 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
7273 M:      Pavel Machek <pavel@ucw.cz>
7274 L:      linux-leds@vger.kernel.org
7275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7276 S:      Maintained
7277 F:      Documentation/devicetree/bindings/leds/
7278 F:      drivers/leds/
7279 F:      include/linux/leds.h
7280
7281 LEGACY EEPROM DRIVER
7282 M:      Jean Delvare <jdelvare@suse.com>
7283 S:      Maintained
7284 F:      Documentation/misc-devices/eeprom
7285 F:      drivers/misc/eeprom/eeprom.c
7286
7287 LEGO USB Tower driver
7288 M:      Juergen Stuber <starblue@users.sourceforge.net>
7289 L:      legousb-devel@lists.sourceforge.net
7290 W:      http://legousb.sourceforge.net/
7291 S:      Maintained
7292 F:      drivers/usb/misc/legousbtower.c
7293
7294 LG2160 MEDIA DRIVER
7295 M:      Michael Krufky <mkrufky@linuxtv.org>
7296 L:      linux-media@vger.kernel.org
7297 W:      https://linuxtv.org
7298 W:      http://github.com/mkrufky
7299 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7300 T:      git git://linuxtv.org/mkrufky/tuners.git
7301 S:      Maintained
7302 F:      drivers/media/dvb-frontends/lg2160.*
7303
7304 LGDT3305 MEDIA DRIVER
7305 M:      Michael Krufky <mkrufky@linuxtv.org>
7306 L:      linux-media@vger.kernel.org
7307 W:      https://linuxtv.org
7308 W:      http://github.com/mkrufky
7309 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7310 T:      git git://linuxtv.org/mkrufky/tuners.git
7311 S:      Maintained
7312 F:      drivers/media/dvb-frontends/lgdt3305.*
7313
7314 LGUEST
7315 M:      Rusty Russell <rusty@rustcorp.com.au>
7316 L:      lguest@lists.ozlabs.org
7317 W:      http://lguest.ozlabs.org/
7318 S:      Odd Fixes
7319 F:      arch/x86/include/asm/lguest*.h
7320 F:      arch/x86/lguest/
7321 F:      drivers/lguest/
7322 F:      include/linux/lguest*.h
7323 F:      tools/lguest/
7324
7325 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7326 M:      Tejun Heo <tj@kernel.org>
7327 L:      linux-ide@vger.kernel.org
7328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7329 S:      Maintained
7330 F:      drivers/ata/
7331 F:      include/linux/ata.h
7332 F:      include/linux/libata.h
7333 F:      Documentation/devicetree/bindings/ata/
7334
7335 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7336 M:      Viresh Kumar <vireshk@kernel.org>
7337 L:      linux-ide@vger.kernel.org
7338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7339 S:      Maintained
7340 F:      include/linux/pata_arasan_cf_data.h
7341 F:      drivers/ata/pata_arasan_cf.c
7342
7343 LIBATA PATA DRIVERS
7344 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7345 M:      Tejun Heo <tj@kernel.org>
7346 L:      linux-ide@vger.kernel.org
7347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7348 S:      Maintained
7349 F:      drivers/ata/pata_*.c
7350 F:      drivers/ata/ata_generic.c
7351
7352 LIBATA SATA AHCI PLATFORM devices support
7353 M:      Hans de Goede <hdegoede@redhat.com>
7354 M:      Tejun Heo <tj@kernel.org>
7355 L:      linux-ide@vger.kernel.org
7356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7357 S:      Maintained
7358 F:      drivers/ata/ahci_platform.c
7359 F:      drivers/ata/libahci_platform.c
7360 F:      include/linux/ahci_platform.h
7361
7362 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7363 M:      Mikael Pettersson <mikpelinux@gmail.com>
7364 L:      linux-ide@vger.kernel.org
7365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7366 S:      Maintained
7367 F:      drivers/ata/sata_promise.*
7368
7369 LIBLOCKDEP
7370 M:      Sasha Levin <sasha.levin@oracle.com>
7371 S:      Maintained
7372 F:      tools/lib/lockdep/
7373
7374 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7375 M:      Dan Williams <dan.j.williams@intel.com>
7376 L:      linux-nvdimm@lists.01.org
7377 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7379 S:      Supported
7380 F:      drivers/nvdimm/*
7381 F:      include/linux/nd.h
7382 F:      include/linux/libnvdimm.h
7383 F:      include/uapi/linux/ndctl.h
7384
7385 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7386 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7387 L:      linux-nvdimm@lists.01.org
7388 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7389 S:      Supported
7390 F:      drivers/nvdimm/blk.c
7391 F:      drivers/nvdimm/region_devs.c
7392 F:      drivers/acpi/nfit*
7393
7394 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7395 M:      Vishal Verma <vishal.l.verma@intel.com>
7396 L:      linux-nvdimm@lists.01.org
7397 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7398 S:      Supported
7399 F:      drivers/nvdimm/btt*
7400
7401 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7402 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7403 L:      linux-nvdimm@lists.01.org
7404 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7405 S:      Supported
7406 F:      drivers/nvdimm/pmem.c
7407 F:      include/linux/pmem.h
7408 F:      arch/*/include/asm/pmem.h
7409
7410 LIGHTNVM PLATFORM SUPPORT
7411 M:      Matias Bjorling <mb@lightnvm.io>
7412 W:      http://github/OpenChannelSSD
7413 L:      linux-block@vger.kernel.org
7414 S:      Maintained
7415 F:      drivers/lightnvm/
7416 F:      include/linux/lightnvm.h
7417 F:      include/uapi/linux/lightnvm.h
7418
7419 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7420 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7421 M:      Paul Mackerras <paulus@samba.org>
7422 M:      Michael Ellerman <mpe@ellerman.id.au>
7423 W:      https://github.com/linuxppc/linux/wiki
7424 L:      linuxppc-dev@lists.ozlabs.org
7425 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7427 S:      Supported
7428 F:      Documentation/powerpc/
7429 F:      arch/powerpc/
7430 F:      drivers/char/tpm/tpm_ibmvtpm*
7431 F:      drivers/crypto/nx/
7432 F:      drivers/crypto/vmx/
7433 F:      drivers/net/ethernet/ibm/ibmveth.*
7434 F:      drivers/net/ethernet/ibm/ibmvnic.*
7435 F:      drivers/pci/hotplug/pnv_php.c
7436 F:      drivers/pci/hotplug/rpa*
7437 F:      drivers/scsi/ibmvscsi/
7438 F:      tools/testing/selftests/powerpc
7439 N:      opal
7440 N:      /pmac
7441 N:      powermac
7442 N:      powernv
7443 N:      [^a-z0-9]ps3
7444 N:      pseries
7445
7446 LINUX FOR POWER MACINTOSH
7447 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7448 W:      http://www.penguinppc.org/
7449 L:      linuxppc-dev@lists.ozlabs.org
7450 S:      Maintained
7451 F:      arch/powerpc/platforms/powermac/
7452 F:      drivers/macintosh/
7453
7454 LINUX FOR POWERPC EMBEDDED MPC5XXX
7455 M:      Anatolij Gustschin <agust@denx.de>
7456 L:      linuxppc-dev@lists.ozlabs.org
7457 T:      git git://git.denx.de/linux-denx-agust.git
7458 S:      Maintained
7459 F:      arch/powerpc/platforms/512x/
7460 F:      arch/powerpc/platforms/52xx/
7461
7462 LINUX FOR POWERPC EMBEDDED PPC4XX
7463 M:      Alistair Popple <alistair@popple.id.au>
7464 M:      Matt Porter <mporter@kernel.crashing.org>
7465 W:      http://www.penguinppc.org/
7466 L:      linuxppc-dev@lists.ozlabs.org
7467 S:      Maintained
7468 F:      arch/powerpc/platforms/40x/
7469 F:      arch/powerpc/platforms/44x/
7470
7471 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7472 L:      linuxppc-dev@lists.ozlabs.org
7473 S:      Orphan
7474 F:      arch/powerpc/*/*virtex*
7475 F:      arch/powerpc/*/*/*virtex*
7476
7477 LINUX FOR POWERPC EMBEDDED PPC8XX
7478 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7479 W:      http://www.penguinppc.org/
7480 L:      linuxppc-dev@lists.ozlabs.org
7481 S:      Maintained
7482 F:      arch/powerpc/platforms/8xx/
7483
7484 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7485 M:      Scott Wood <oss@buserror.net>
7486 M:      Kumar Gala <galak@kernel.crashing.org>
7487 W:      http://www.penguinppc.org/
7488 L:      linuxppc-dev@lists.ozlabs.org
7489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7490 S:      Maintained
7491 F:      arch/powerpc/platforms/83xx/
7492 F:      arch/powerpc/platforms/85xx/
7493
7494 LINUX FOR POWERPC PA SEMI PWRFICIENT
7495 L:      linuxppc-dev@lists.ozlabs.org
7496 S:      Orphan
7497 F:      arch/powerpc/platforms/pasemi/
7498 F:      drivers/*/*pasemi*
7499 F:      drivers/*/*/*pasemi*
7500
7501 LINUX SECURITY MODULE (LSM) FRAMEWORK
7502 M:      Chris Wright <chrisw@sous-sol.org>
7503 L:      linux-security-module@vger.kernel.org
7504 S:      Supported
7505
7506 LIS3LV02D ACCELEROMETER DRIVER
7507 M:      Eric Piel <eric.piel@tremplin-utc.net>
7508 S:      Maintained
7509 F:      Documentation/misc-devices/lis3lv02d
7510 F:      drivers/misc/lis3lv02d/
7511 F:      drivers/platform/x86/hp_accel.c
7512
7513 LIVE PATCHING
7514 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7515 M:      Jessica Yu <jeyu@redhat.com>
7516 M:      Jiri Kosina <jikos@kernel.org>
7517 M:      Miroslav Benes <mbenes@suse.cz>
7518 R:      Petr Mladek <pmladek@suse.com>
7519 S:      Maintained
7520 F:      kernel/livepatch/
7521 F:      include/linux/livepatch.h
7522 F:      arch/x86/include/asm/livepatch.h
7523 F:      arch/x86/kernel/livepatch.c
7524 F:      Documentation/livepatch/
7525 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7526 F:      samples/livepatch/
7527 L:      live-patching@vger.kernel.org
7528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7529
7530 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7531 M:      Kees Cook <keescook@chromium.org>
7532 S:      Maintained
7533 F:      drivers/misc/lkdtm*
7534
7535 LLC (802.2)
7536 L:      netdev@vger.kernel.org
7537 S:      Odd fixes
7538 F:      include/linux/llc.h
7539 F:      include/uapi/linux/llc.h
7540 F:      include/net/llc*
7541 F:      net/llc/
7542
7543 LM73 HARDWARE MONITOR DRIVER
7544 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7545 L:      linux-hwmon@vger.kernel.org
7546 S:      Maintained
7547 F:      drivers/hwmon/lm73.c
7548
7549 LM78 HARDWARE MONITOR DRIVER
7550 M:      Jean Delvare <jdelvare@suse.com>
7551 L:      linux-hwmon@vger.kernel.org
7552 S:      Maintained
7553 F:      Documentation/hwmon/lm78
7554 F:      drivers/hwmon/lm78.c
7555
7556 LM83 HARDWARE MONITOR DRIVER
7557 M:      Jean Delvare <jdelvare@suse.com>
7558 L:      linux-hwmon@vger.kernel.org
7559 S:      Maintained
7560 F:      Documentation/hwmon/lm83
7561 F:      drivers/hwmon/lm83.c
7562
7563 LM90 HARDWARE MONITOR DRIVER
7564 M:      Jean Delvare <jdelvare@suse.com>
7565 L:      linux-hwmon@vger.kernel.org
7566 S:      Maintained
7567 F:      Documentation/hwmon/lm90
7568 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7569 F:      drivers/hwmon/lm90.c
7570 F:      include/dt-bindings/thermal/lm90.h
7571
7572 LM95234 HARDWARE MONITOR DRIVER
7573 M:      Guenter Roeck <linux@roeck-us.net>
7574 L:      linux-hwmon@vger.kernel.org
7575 S:      Maintained
7576 F:      Documentation/hwmon/lm95234
7577 F:      drivers/hwmon/lm95234.c
7578
7579 LME2510 MEDIA DRIVER
7580 M:      Malcolm Priestley <tvboxspy@gmail.com>
7581 L:      linux-media@vger.kernel.org
7582 W:      https://linuxtv.org
7583 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7584 S:      Maintained
7585 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7586
7587 LOCKING PRIMITIVES
7588 M:      Peter Zijlstra <peterz@infradead.org>
7589 M:      Ingo Molnar <mingo@redhat.com>
7590 L:      linux-kernel@vger.kernel.org
7591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7592 S:      Maintained
7593 F:      Documentation/locking/
7594 F:      include/linux/lockdep.h
7595 F:      include/linux/spinlock*.h
7596 F:      arch/*/include/asm/spinlock*.h
7597 F:      include/linux/rwlock*.h
7598 F:      include/linux/mutex*.h
7599 F:      arch/*/include/asm/mutex*.h
7600 F:      include/linux/rwsem*.h
7601 F:      arch/*/include/asm/rwsem.h
7602 F:      include/linux/seqlock.h
7603 F:      lib/locking*.[ch]
7604 F:      kernel/locking/
7605
7606 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7607 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7608 L:      linux-ntfs-dev@lists.sourceforge.net
7609 W:      http://www.linux-ntfs.org/content/view/19/37/
7610 S:      Maintained
7611 F:      Documentation/ldm.txt
7612 F:      block/partitions/ldm.*
7613
7614 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7615 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7616 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7617 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7618 L:      MPT-FusionLinux.pdl@broadcom.com
7619 L:      linux-scsi@vger.kernel.org
7620 W:      http://www.avagotech.com/support/
7621 S:      Supported
7622 F:      drivers/message/fusion/
7623 F:      drivers/scsi/mpt2sas/
7624 F:      drivers/scsi/mpt3sas/
7625
7626 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7627 M:      Matthew Wilcox <matthew@wil.cx>
7628 L:      linux-scsi@vger.kernel.org
7629 S:      Maintained
7630 F:      drivers/scsi/sym53c8xx_2/
7631
7632 LTC4261 HARDWARE MONITOR DRIVER
7633 M:      Guenter Roeck <linux@roeck-us.net>
7634 L:      linux-hwmon@vger.kernel.org
7635 S:      Maintained
7636 F:      Documentation/hwmon/ltc4261
7637 F:      drivers/hwmon/ltc4261.c
7638
7639 LTP (Linux Test Project)
7640 M:      Mike Frysinger <vapier@gentoo.org>
7641 M:      Cyril Hrubis <chrubis@suse.cz>
7642 M:      Wanlong Gao <wanlong.gao@gmail.com>
7643 M:      Jan Stancek <jstancek@redhat.com>
7644 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7645 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7646 L:      ltp@lists.linux.it (subscribers-only)
7647 W:      http://linux-test-project.github.io/
7648 T:      git git://github.com/linux-test-project/ltp.git
7649 S:      Maintained
7650
7651 M32R ARCHITECTURE
7652 W:      http://www.linux-m32r.org/
7653 S:      Orphan
7654 F:      arch/m32r/
7655
7656 M68K ARCHITECTURE
7657 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7658 L:      linux-m68k@lists.linux-m68k.org
7659 W:      http://www.linux-m68k.org/
7660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7661 S:      Maintained
7662 F:      arch/m68k/
7663 F:      drivers/zorro/
7664
7665 M68K ON APPLE MACINTOSH
7666 M:      Joshua Thompson <funaho@jurai.org>
7667 W:      http://www.mac.linux-m68k.org/
7668 L:      linux-m68k@lists.linux-m68k.org
7669 S:      Maintained
7670 F:      arch/m68k/mac/
7671
7672 M68K ON HP9000/300
7673 M:      Philip Blundell <philb@gnu.org>
7674 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7675 S:      Maintained
7676 F:      arch/m68k/hp300/
7677
7678 M88DS3103 MEDIA DRIVER
7679 M:      Antti Palosaari <crope@iki.fi>
7680 L:      linux-media@vger.kernel.org
7681 W:      https://linuxtv.org
7682 W:      http://palosaari.fi/linux/
7683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7684 T:      git git://linuxtv.org/anttip/media_tree.git
7685 S:      Maintained
7686 F:      drivers/media/dvb-frontends/m88ds3103*
7687
7688 M88RS2000 MEDIA DRIVER
7689 M:      Malcolm Priestley <tvboxspy@gmail.com>
7690 L:      linux-media@vger.kernel.org
7691 W:      https://linuxtv.org
7692 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7693 S:      Maintained
7694 F:      drivers/media/dvb-frontends/m88rs2000*
7695
7696 MA901 MASTERKIT USB FM RADIO DRIVER
7697 M:      Alexey Klimov <klimov.linux@gmail.com>
7698 L:      linux-media@vger.kernel.org
7699 T:      git git://linuxtv.org/media_tree.git
7700 S:      Maintained
7701 F:      drivers/media/radio/radio-ma901.c
7702
7703 MAC80211
7704 M:      Johannes Berg <johannes@sipsolutions.net>
7705 L:      linux-wireless@vger.kernel.org
7706 W:      http://wireless.kernel.org/
7707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7709 S:      Maintained
7710 F:      Documentation/networking/mac80211-injection.txt
7711 F:      include/net/mac80211.h
7712 F:      net/mac80211/
7713 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7714
7715 MACVLAN DRIVER
7716 M:      Patrick McHardy <kaber@trash.net>
7717 L:      netdev@vger.kernel.org
7718 S:      Maintained
7719 F:      drivers/net/macvlan.c
7720 F:      include/linux/if_macvlan.h
7721
7722 MAILBOX API
7723 M:      Jassi Brar <jassisinghbrar@gmail.com>
7724 L:      linux-kernel@vger.kernel.org
7725 S:      Maintained
7726 F:      drivers/mailbox/
7727 F:      include/linux/mailbox_client.h
7728 F:      include/linux/mailbox_controller.h
7729
7730 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7731 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7732 W:      http://www.kernel.org/doc/man-pages
7733 L:      linux-man@vger.kernel.org
7734 S:      Maintained
7735
7736 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7737 M:      Rahul Bedarkar <rahul.bedarkar@imgtec.com>
7738 L:      linux-mips@linux-mips.org
7739 S:      Maintained
7740 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
7741
7742 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7743 M:      Andrew Lunn <andrew@lunn.ch>
7744 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7745 L:      netdev@vger.kernel.org
7746 S:      Maintained
7747 F:      drivers/net/dsa/mv88e6xxx/
7748 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7749
7750 MARVELL ARMADA DRM SUPPORT
7751 M:      Russell King <linux@armlinux.org.uk>
7752 S:      Maintained
7753 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7754 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7755 F:      drivers/gpu/drm/armada/
7756 F:      include/uapi/drm/armada_drm.h
7757 F:      Documentation/devicetree/bindings/display/armada/
7758
7759 MARVELL CRYPTO DRIVER
7760 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7761 M:      Arnaud Ebalard <arno@natisbad.org>
7762 F:      drivers/crypto/marvell/
7763 S:      Maintained
7764 L:      linux-crypto@vger.kernel.org
7765
7766 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7767 M:      Mirko Lindner <mlindner@marvell.com>
7768 M:      Stephen Hemminger <stephen@networkplumber.org>
7769 L:      netdev@vger.kernel.org
7770 S:      Maintained
7771 F:      drivers/net/ethernet/marvell/sk*
7772
7773 MARVELL LIBERTAS WIRELESS DRIVER
7774 L:      libertas-dev@lists.infradead.org
7775 S:      Orphan
7776 F:      drivers/net/wireless/marvell/libertas/
7777
7778 MARVELL MV643XX ETHERNET DRIVER
7779 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7780 L:      netdev@vger.kernel.org
7781 S:      Maintained
7782 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7783 F:      include/linux/mv643xx.h
7784
7785 MARVELL MVNETA ETHERNET DRIVER
7786 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7787 L:      netdev@vger.kernel.org
7788 S:      Maintained
7789 F:      drivers/net/ethernet/marvell/mvneta.*
7790
7791 MARVELL MWIFIEX WIRELESS DRIVER
7792 M:      Amitkumar Karwar <akarwar@marvell.com>
7793 M:      Nishant Sarmukadam <nishants@marvell.com>
7794 L:      linux-wireless@vger.kernel.org
7795 S:      Maintained
7796 F:      drivers/net/wireless/marvell/mwifiex/
7797
7798 MARVELL MWL8K WIRELESS DRIVER
7799 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7800 L:      linux-wireless@vger.kernel.org
7801 S:      Odd Fixes
7802 F:      drivers/net/wireless/marvell/mwl8k.c
7803
7804 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7805 M:      Nicolas Pitre <nico@fluxnic.net>
7806 S:      Odd Fixes
7807 F:      drivers/mmc/host/mvsdio.*
7808
7809 MATROX FRAMEBUFFER DRIVER
7810 L:      linux-fbdev@vger.kernel.org
7811 S:      Orphan
7812 F:      drivers/video/fbdev/matrox/matroxfb_*
7813 F:      include/uapi/linux/matroxfb.h
7814
7815 MAX16065 HARDWARE MONITOR DRIVER
7816 M:      Guenter Roeck <linux@roeck-us.net>
7817 L:      linux-hwmon@vger.kernel.org
7818 S:      Maintained
7819 F:      Documentation/hwmon/max16065
7820 F:      drivers/hwmon/max16065.c
7821
7822 MAX20751 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/max20751
7827 F:      drivers/hwmon/max20751.c
7828
7829 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7830 L:      linux-hwmon@vger.kernel.org
7831 S:      Orphan
7832 F:      Documentation/hwmon/max6650
7833 F:      drivers/hwmon/max6650.c
7834
7835 MAX6697 HARDWARE MONITOR DRIVER
7836 M:      Guenter Roeck <linux@roeck-us.net>
7837 L:      linux-hwmon@vger.kernel.org
7838 S:      Maintained
7839 F:      Documentation/hwmon/max6697
7840 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7841 F:      drivers/hwmon/max6697.c
7842 F:      include/linux/platform_data/max6697.h
7843
7844 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7845 M:      Peter Rosin <peda@axentia.se>
7846 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7847 S:      Maintained
7848 F:      Documentation/devicetree/bindings/sound/max9860.txt
7849 F:      sound/soc/codecs/max9860.*
7850
7851 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7852 M:      Krzysztof Kozlowski <krzk@kernel.org>
7853 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7854 L:      linux-pm@vger.kernel.org
7855 S:      Supported
7856 F:      drivers/power/supply/max14577_charger.c
7857 F:      drivers/power/supply/max77693_charger.c
7858
7859 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7860 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7861 L:      linux-kernel@vger.kernel.org
7862 S:      Supported
7863 F:      drivers/*/*max77802*.c
7864 F:      Documentation/devicetree/bindings/*/*max77802.txt
7865 F:      include/dt-bindings/*/*max77802.h
7866
7867 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7868 M:      Chanwoo Choi <cw00.choi@samsung.com>
7869 M:      Krzysztof Kozlowski <krzk@kernel.org>
7870 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7871 L:      linux-kernel@vger.kernel.org
7872 S:      Supported
7873 F:      drivers/*/max14577*.c
7874 F:      drivers/*/max77686*.c
7875 F:      drivers/*/max77693*.c
7876 F:      drivers/extcon/extcon-max14577.c
7877 F:      drivers/extcon/extcon-max77693.c
7878 F:      drivers/rtc/rtc-max77686.c
7879 F:      drivers/clk/clk-max77686.c
7880 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7881 F:      Documentation/devicetree/bindings/*/max77686.txt
7882 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7883 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7884 F:      include/linux/mfd/max14577*.h
7885 F:      include/linux/mfd/max77686*.h
7886 F:      include/linux/mfd/max77693*.h
7887
7888 MAXIRADIO FM RADIO RECEIVER DRIVER
7889 M:      Hans Verkuil <hverkuil@xs4all.nl>
7890 L:      linux-media@vger.kernel.org
7891 T:      git git://linuxtv.org/media_tree.git
7892 W:      https://linuxtv.org
7893 S:      Maintained
7894 F:      drivers/media/radio/radio-maxiradio*
7895
7896 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7897 M:      Peter Rosin <peda@axentia.se>
7898 L:      linux-iio@vger.kernel.org
7899 S:      Maintained
7900 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7901 F:      drivers/iio/potentiometer/mcp4531.c
7902
7903 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7904 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7905 L:      linux-iio@vger.kernel.org
7906 S:      Maintained
7907 F:      drivers/iio/dac/cio-dac.c
7908
7909 MEDIA DRIVERS FOR RENESAS - FCP
7910 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7911 L:      linux-media@vger.kernel.org
7912 L:      linux-renesas-soc@vger.kernel.org
7913 T:      git git://linuxtv.org/media_tree.git
7914 S:      Supported
7915 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7916 F:      drivers/media/platform/rcar-fcp.c
7917 F:      include/media/rcar-fcp.h
7918
7919 MEDIA DRIVERS FOR RENESAS - FDP1
7920 M:      Kieran Bingham <kieran@bingham.xyz>
7921 L:      linux-media@vger.kernel.org
7922 L:      linux-renesas-soc@vger.kernel.org
7923 T:      git git://linuxtv.org/media_tree.git
7924 S:      Supported
7925 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
7926 F:      drivers/media/platform/rcar_fdp1.c
7927
7928 MEDIA DRIVERS FOR RENESAS - VIN
7929 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7930 L:      linux-media@vger.kernel.org
7931 L:      linux-renesas-soc@vger.kernel.org
7932 T:      git git://linuxtv.org/media_tree.git
7933 S:      Supported
7934 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7935 F:      drivers/media/platform/rcar-vin/
7936
7937 MEDIA DRIVERS FOR RENESAS - VSP1
7938 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7939 L:      linux-media@vger.kernel.org
7940 L:      linux-renesas-soc@vger.kernel.org
7941 T:      git git://linuxtv.org/media_tree.git
7942 S:      Supported
7943 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7944 F:      drivers/media/platform/vsp1/
7945
7946 MEDIA DRIVERS FOR HELENE
7947 M:      Abylay Ospan <aospan@netup.ru>
7948 L:      linux-media@vger.kernel.org
7949 W:      https://linuxtv.org
7950 W:      http://netup.tv/
7951 T:      git git://linuxtv.org/media_tree.git
7952 S:      Supported
7953 F:      drivers/media/dvb-frontends/helene*
7954
7955 MEDIA DRIVERS FOR ASCOT2E
7956 M:      Sergey Kozlov <serjk@netup.ru>
7957 M:      Abylay Ospan <aospan@netup.ru>
7958 L:      linux-media@vger.kernel.org
7959 W:      https://linuxtv.org
7960 W:      http://netup.tv/
7961 T:      git git://linuxtv.org/media_tree.git
7962 S:      Supported
7963 F:      drivers/media/dvb-frontends/ascot2e*
7964
7965 MEDIA DRIVERS FOR CXD2841ER
7966 M:      Sergey Kozlov <serjk@netup.ru>
7967 M:      Abylay Ospan <aospan@netup.ru>
7968 L:      linux-media@vger.kernel.org
7969 W:      https://linuxtv.org
7970 W:      http://netup.tv/
7971 T:      git git://linuxtv.org/media_tree.git
7972 S:      Supported
7973 F:      drivers/media/dvb-frontends/cxd2841er*
7974
7975 MEDIA DRIVERS FOR HORUS3A
7976 M:      Sergey Kozlov <serjk@netup.ru>
7977 M:      Abylay Ospan <aospan@netup.ru>
7978 L:      linux-media@vger.kernel.org
7979 W:      https://linuxtv.org
7980 W:      http://netup.tv/
7981 T:      git git://linuxtv.org/media_tree.git
7982 S:      Supported
7983 F:      drivers/media/dvb-frontends/horus3a*
7984
7985 MEDIA DRIVERS FOR LNBH25
7986 M:      Sergey Kozlov <serjk@netup.ru>
7987 M:      Abylay Ospan <aospan@netup.ru>
7988 L:      linux-media@vger.kernel.org
7989 W:      https://linuxtv.org
7990 W:      http://netup.tv/
7991 T:      git git://linuxtv.org/media_tree.git
7992 S:      Supported
7993 F:      drivers/media/dvb-frontends/lnbh25*
7994
7995 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7996 M:      Sergey Kozlov <serjk@netup.ru>
7997 M:      Abylay Ospan <aospan@netup.ru>
7998 L:      linux-media@vger.kernel.org
7999 W:      https://linuxtv.org
8000 W:      http://netup.tv/
8001 T:      git git://linuxtv.org/media_tree.git
8002 S:      Supported
8003 F:      drivers/media/pci/netup_unidvb/*
8004
8005 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8006 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
8007 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
8008 P:      LinuxTV.org Project
8009 L:      linux-media@vger.kernel.org
8010 W:      https://linuxtv.org
8011 Q:      http://patchwork.kernel.org/project/linux-media/list/
8012 T:      git git://linuxtv.org/media_tree.git
8013 S:      Maintained
8014 F:      Documentation/media/
8015 F:      drivers/media/
8016 F:      drivers/staging/media/
8017 F:      include/linux/platform_data/media/
8018 F:      include/media/
8019 F:      include/uapi/linux/dvb/
8020 F:      include/uapi/linux/videodev2.h
8021 F:      include/uapi/linux/media.h
8022 F:      include/uapi/linux/v4l2-*
8023 F:      include/uapi/linux/meye.h
8024 F:      include/uapi/linux/ivtv*
8025 F:      include/uapi/linux/uvcvideo.h
8026
8027 MEDIATEK ETHERNET DRIVER
8028 M:      Felix Fietkau <nbd@openwrt.org>
8029 M:      John Crispin <blogic@openwrt.org>
8030 L:      netdev@vger.kernel.org
8031 S:      Maintained
8032 F:      drivers/net/ethernet/mediatek/
8033
8034 MEDIATEK MEDIA DRIVER
8035 M:      Tiffany Lin <tiffany.lin@mediatek.com>
8036 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8037 S:      Supported
8038 F:      drivers/media/platform/mtk-vcodec/
8039 F:      drivers/media/platform/mtk-vpu/
8040 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8041 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8042
8043 MEDIATEK MDP DRIVER
8044 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8045 M:      Houlong Wei <houlong.wei@mediatek.com>
8046 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8047 S:      Supported
8048 F:      drivers/media/platform/mtk-mdp/
8049 F:      drivers/media/platform/mtk-vpu/
8050 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8051
8052 MEDIATEK MT7601U WIRELESS LAN DRIVER
8053 M:      Jakub Kicinski <kubakici@wp.pl>
8054 L:      linux-wireless@vger.kernel.org
8055 S:      Maintained
8056 F:      drivers/net/wireless/mediatek/mt7601u/
8057
8058 MEGARAID SCSI/SAS DRIVERS
8059 M:      Kashyap Desai <kashyap.desai@broadcom.com>
8060 M:      Sumit Saxena <sumit.saxena@broadcom.com>
8061 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8062 L:      megaraidlinux.pdl@broadcom.com
8063 L:      linux-scsi@vger.kernel.org
8064 W:      http://www.avagotech.com/support/
8065 S:      Maintained
8066 F:      Documentation/scsi/megaraid.txt
8067 F:      drivers/scsi/megaraid.*
8068 F:      drivers/scsi/megaraid/
8069
8070 MELFAS MIP4 TOUCHSCREEN DRIVER
8071 M:      Sangwon Jee <jeesw@melfas.com>
8072 W:      http://www.melfas.com
8073 S:      Supported
8074 F:      drivers/input/touchscreen/melfas_mip4.c
8075 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8076
8077 MELLANOX ETHERNET DRIVER (mlx4_en)
8078 M:      Tariq Toukan <tariqt@mellanox.com>
8079 L:      netdev@vger.kernel.org
8080 S:      Supported
8081 W:      http://www.mellanox.com
8082 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8083 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8084
8085 MELLANOX ETHERNET DRIVER (mlx5e)
8086 M:      Saeed Mahameed <saeedm@mellanox.com>
8087 L:      netdev@vger.kernel.org
8088 S:      Supported
8089 W:      http://www.mellanox.com
8090 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8091 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8092
8093 MELLANOX ETHERNET SWITCH DRIVERS
8094 M:      Jiri Pirko <jiri@mellanox.com>
8095 M:      Ido Schimmel <idosch@mellanox.com>
8096 L:      netdev@vger.kernel.org
8097 S:      Supported
8098 W:      http://www.mellanox.com
8099 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8100 F:      drivers/net/ethernet/mellanox/mlxsw/
8101
8102 MELLANOX MLXCPLD I2C AND MUX DRIVER
8103 M:      Vadim Pasternak <vadimp@mellanox.com>
8104 M:      Michael Shych <michaelsh@mellanox.com>
8105 L:      linux-i2c@vger.kernel.org
8106 S:      Supported
8107 F:      drivers/i2c/busses/i2c-mlxcpld.c
8108 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8109 F:      Documentation/i2c/busses/i2c-mlxcpld
8110
8111 MELLANOX MLXCPLD LED DRIVER
8112 M:      Vadim Pasternak <vadimp@mellanox.com>
8113 L:      linux-leds@vger.kernel.org
8114 S:      Supported
8115 F:      drivers/leds/leds-mlxcpld.c
8116 F:      Documentation/leds/leds-mlxcpld.txt
8117
8118 MELLANOX PLATFORM DRIVER
8119 M:      Vadim Pasternak <vadimp@mellanox.com>
8120 L:      platform-driver-x86@vger.kernel.org
8121 S:      Supported
8122 F:      drivers/platform/x86/mlx-platform.c
8123
8124 MELLANOX MLX CPLD HOTPLUG DRIVER
8125 M:      Vadim Pasternak <vadimp@mellanox.com>
8126 L:      platform-driver-x86@vger.kernel.org
8127 S:      Supported
8128 F:      drivers/platform/x86/mlxcpld-hotplug.c
8129 F:      include/linux/platform_data/mlxcpld-hotplug.h
8130
8131 SOFT-ROCE DRIVER (rxe)
8132 M:      Moni Shoua <monis@mellanox.com>
8133 L:      linux-rdma@vger.kernel.org
8134 S:      Supported
8135 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8136 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8137 F:      drivers/infiniband/sw/rxe/
8138 F:      include/uapi/rdma/rdma_user_rxe.h
8139
8140 MEMBARRIER SUPPORT
8141 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8142 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8143 L:      linux-kernel@vger.kernel.org
8144 S:      Supported
8145 F:      kernel/membarrier.c
8146 F:      include/uapi/linux/membarrier.h
8147
8148 MEMORY MANAGEMENT
8149 L:      linux-mm@kvack.org
8150 W:      http://www.linux-mm.org
8151 S:      Maintained
8152 F:      include/linux/mm.h
8153 F:      include/linux/gfp.h
8154 F:      include/linux/mmzone.h
8155 F:      include/linux/memory_hotplug.h
8156 F:      include/linux/vmalloc.h
8157 F:      mm/
8158
8159 MEMORY TECHNOLOGY DEVICES (MTD)
8160 M:      David Woodhouse <dwmw2@infradead.org>
8161 M:      Brian Norris <computersforpeace@gmail.com>
8162 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8163 M:      Marek Vasut <marek.vasut@gmail.com>
8164 M:      Richard Weinberger <richard@nod.at>
8165 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8166 L:      linux-mtd@lists.infradead.org
8167 W:      http://www.linux-mtd.infradead.org/
8168 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8169 T:      git git://git.infradead.org/linux-mtd.git
8170 T:      git git://git.infradead.org/l2-mtd.git
8171 S:      Maintained
8172 F:      Documentation/devicetree/bindings/mtd/
8173 F:      drivers/mtd/
8174 F:      include/linux/mtd/
8175 F:      include/uapi/mtd/
8176
8177 MEN A21 WATCHDOG DRIVER
8178 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8179 L:      linux-watchdog@vger.kernel.org
8180 S:      Maintained
8181 F:      drivers/watchdog/mena21_wdt.c
8182
8183 MEN CHAMELEON BUS (mcb)
8184 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8185 S:      Maintained
8186 F:      drivers/mcb/
8187 F:      include/linux/mcb.h
8188 F:      Documentation/men-chameleon-bus.txt
8189
8190 MEN F21BMC (Board Management Controller)
8191 M:      Andreas Werner <andreas.werner@men.de>
8192 S:      Supported
8193 F:      drivers/mfd/menf21bmc.c
8194 F:      drivers/watchdog/menf21bmc_wdt.c
8195 F:      drivers/leds/leds-menf21bmc.c
8196 F:      drivers/hwmon/menf21bmc_hwmon.c
8197 F:      Documentation/hwmon/menf21bmc
8198
8199 METAG ARCHITECTURE
8200 M:      James Hogan <james.hogan@imgtec.com>
8201 L:      linux-metag@vger.kernel.org
8202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8203 S:      Odd Fixes
8204 F:      arch/metag/
8205 F:      Documentation/metag/
8206 F:      Documentation/devicetree/bindings/metag/
8207 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8208 F:      drivers/clocksource/metag_generic.c
8209 F:      drivers/irqchip/irq-metag.c
8210 F:      drivers/irqchip/irq-metag-ext.c
8211 F:      drivers/tty/metag_da.c
8212
8213 MICROBLAZE ARCHITECTURE
8214 M:      Michal Simek <monstr@monstr.eu>
8215 W:      http://www.monstr.eu/fdt/
8216 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8217 S:      Supported
8218 F:      arch/microblaze/
8219
8220 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8221 M:      Richard Genoud <richard.genoud@gmail.com>
8222 S:      Maintained
8223 F:      drivers/tty/serial/atmel_serial.c
8224 F:      include/linux/atmel_serial.h
8225
8226 MICROCHIP / ATMEL DMA DRIVER
8227 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
8228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8229 L:      dmaengine@vger.kernel.org
8230 S:      Supported
8231 F:      drivers/dma/at_hdmac.c
8232 F:      drivers/dma/at_hdmac_regs.h
8233 F:      include/linux/platform_data/dma-atmel.h
8234
8235 MICROCHIP / ATMEL ISC DRIVER
8236 M:      Songjun Wu <songjun.wu@microchip.com>
8237 L:      linux-media@vger.kernel.org
8238 S:      Supported
8239 F:      drivers/media/platform/atmel/atmel-isc.c
8240 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8241 F:      devicetree/bindings/media/atmel-isc.txt
8242
8243 MICROCHIP USB251XB DRIVER
8244 M:      Richard Leitner <richard.leitner@skidata.com>
8245 L:      linux-usb@vger.kernel.org
8246 S:      Maintained
8247 F:      drivers/usb/misc/usb251xb.c
8248 F:      include/linux/platform_data/usb251xb.h
8249 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
8250
8251 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8252 M:      Chen Yu <yu.c.chen@intel.com>
8253 L:      platform-driver-x86@vger.kernel.org
8254 S:      Supported
8255 F:      drivers/platform/x86/surfacepro3_button.c
8256
8257 MICROTEK X6 SCANNER
8258 M:      Oliver Neukum <oliver@neukum.org>
8259 S:      Maintained
8260 F:      drivers/usb/image/microtek.*
8261
8262 MIPS
8263 M:      Ralf Baechle <ralf@linux-mips.org>
8264 L:      linux-mips@linux-mips.org
8265 W:      http://www.linux-mips.org/
8266 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8267 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8268 S:      Supported
8269 F:      Documentation/devicetree/bindings/mips/
8270 F:      Documentation/mips/
8271 F:      arch/mips/
8272
8273 MIPS/LOONGSON1 ARCHITECTURE
8274 M:      Keguang Zhang <keguang.zhang@gmail.com>
8275 L:      linux-mips@linux-mips.org
8276 S:      Maintained
8277 F:      arch/mips/loongson32/
8278 F:      arch/mips/include/asm/mach-loongson32/
8279 F:      drivers/*/*loongson1*
8280 F:      drivers/*/*/*loongson1*
8281
8282 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8283 M:      Hans Verkuil <hverkuil@xs4all.nl>
8284 L:      linux-media@vger.kernel.org
8285 T:      git git://linuxtv.org/media_tree.git
8286 W:      https://linuxtv.org
8287 S:      Odd Fixes
8288 F:      drivers/media/radio/radio-miropcm20*
8289
8290 MELLANOX MLX4 core VPI driver
8291 M:      Yishai Hadas <yishaih@mellanox.com>
8292 L:      netdev@vger.kernel.org
8293 L:      linux-rdma@vger.kernel.org
8294 W:      http://www.mellanox.com
8295 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8296 S:      Supported
8297 F:      drivers/net/ethernet/mellanox/mlx4/
8298 F:      include/linux/mlx4/
8299 F:      include/uapi/rdma/mlx4-abi.h
8300
8301 MELLANOX MLX4 IB driver
8302 M:      Yishai Hadas <yishaih@mellanox.com>
8303 L:      linux-rdma@vger.kernel.org
8304 W:      http://www.mellanox.com
8305 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8306 S:      Supported
8307 F:      drivers/infiniband/hw/mlx4/
8308 F:      include/linux/mlx4/
8309
8310 MELLANOX MLX5 core VPI driver
8311 M:      Saeed Mahameed <saeedm@mellanox.com>
8312 M:      Matan Barak <matanb@mellanox.com>
8313 M:      Leon Romanovsky <leonro@mellanox.com>
8314 L:      netdev@vger.kernel.org
8315 L:      linux-rdma@vger.kernel.org
8316 W:      http://www.mellanox.com
8317 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8318 S:      Supported
8319 F:      drivers/net/ethernet/mellanox/mlx5/core/
8320 F:      include/linux/mlx5/
8321 F:      include/uapi/rdma/mlx5-abi.h
8322
8323 MELLANOX MLX5 IB driver
8324 M:      Matan Barak <matanb@mellanox.com>
8325 M:      Leon Romanovsky <leonro@mellanox.com>
8326 L:      linux-rdma@vger.kernel.org
8327 W:      http://www.mellanox.com
8328 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8329 S:      Supported
8330 F:      drivers/infiniband/hw/mlx5/
8331 F:      include/linux/mlx5/
8332
8333 MELEXIS MLX90614 DRIVER
8334 M:      Crt Mori <cmo@melexis.com>
8335 L:      linux-iio@vger.kernel.org
8336 W:      http://www.melexis.com
8337 S:      Supported
8338 F:      drivers/iio/temperature/mlx90614.c
8339
8340 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8341 M:      Don Brace <don.brace@microsemi.com>
8342 L:      esc.storagedev@microsemi.com
8343 L:      linux-scsi@vger.kernel.org
8344 S:      Supported
8345 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8346 F:      drivers/scsi/smartpqi/Kconfig
8347 F:      drivers/scsi/smartpqi/Makefile
8348 F:      include/linux/cciss*.h
8349 F:      include/uapi/linux/cciss*.h
8350 F:      Documentation/scsi/smartpqi.txt
8351
8352 MN88472 MEDIA DRIVER
8353 M:      Antti Palosaari <crope@iki.fi>
8354 L:      linux-media@vger.kernel.org
8355 W:      https://linuxtv.org
8356 W:      http://palosaari.fi/linux/
8357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8358 S:      Maintained
8359 F:      drivers/media/dvb-frontends/mn88472*
8360
8361 MN88473 MEDIA DRIVER
8362 M:      Antti Palosaari <crope@iki.fi>
8363 L:      linux-media@vger.kernel.org
8364 W:      https://linuxtv.org
8365 W:      http://palosaari.fi/linux/
8366 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8367 S:      Maintained
8368 F:      drivers/media/dvb-frontends/mn88473*
8369
8370 MODULE SUPPORT
8371 M:      Jessica Yu <jeyu@redhat.com>
8372 M:      Rusty Russell <rusty@rustcorp.com.au>
8373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8374 S:      Maintained
8375 F:      include/linux/module.h
8376 F:      kernel/module.c
8377
8378 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8379 W:      http://popies.net/meye/
8380 S:      Orphan
8381 F:      Documentation/media/v4l-drivers/meye*
8382 F:      drivers/media/pci/meye/
8383 F:      include/uapi/linux/meye.h
8384
8385 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8386 M:      Jiri Slaby <jirislaby@gmail.com>
8387 S:      Maintained
8388 F:      Documentation/serial/moxa-smartio
8389 F:      drivers/tty/mxser.*
8390
8391 MR800 AVERMEDIA USB FM RADIO DRIVER
8392 M:      Alexey Klimov <klimov.linux@gmail.com>
8393 L:      linux-media@vger.kernel.org
8394 T:      git git://linuxtv.org/media_tree.git
8395 S:      Maintained
8396 F:      drivers/media/radio/radio-mr800.c
8397
8398 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8399 M:      Alan Ott <alan@signal11.us>
8400 L:      linux-wpan@vger.kernel.org
8401 S:      Maintained
8402 F:      drivers/net/ieee802154/mrf24j40.c
8403 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8404
8405 MSI LAPTOP SUPPORT
8406 M:      "Lee, Chun-Yi" <jlee@suse.com>
8407 L:      platform-driver-x86@vger.kernel.org
8408 S:      Maintained
8409 F:      drivers/platform/x86/msi-laptop.c
8410
8411 MSI WMI SUPPORT
8412 L:      platform-driver-x86@vger.kernel.org
8413 S:      Orphan
8414 F:      drivers/platform/x86/msi-wmi.c
8415
8416 MSI001 MEDIA DRIVER
8417 M:      Antti Palosaari <crope@iki.fi>
8418 L:      linux-media@vger.kernel.org
8419 W:      https://linuxtv.org
8420 W:      http://palosaari.fi/linux/
8421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8422 T:      git git://linuxtv.org/anttip/media_tree.git
8423 S:      Maintained
8424 F:      drivers/media/tuners/msi001*
8425
8426 MSI2500 MEDIA DRIVER
8427 M:      Antti Palosaari <crope@iki.fi>
8428 L:      linux-media@vger.kernel.org
8429 W:      https://linuxtv.org
8430 W:      http://palosaari.fi/linux/
8431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8432 T:      git git://linuxtv.org/anttip/media_tree.git
8433 S:      Maintained
8434 F:      drivers/media/usb/msi2500/
8435
8436 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8437 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8438 L:      linux-mtd@lists.infradead.org
8439 S:      Maintained
8440 F:      drivers/mtd/devices/docg3*
8441
8442 MT9M032 APTINA SENSOR DRIVER
8443 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8444 L:      linux-media@vger.kernel.org
8445 T:      git git://linuxtv.org/media_tree.git
8446 S:      Maintained
8447 F:      drivers/media/i2c/mt9m032.c
8448 F:      include/media/i2c/mt9m032.h
8449
8450 MT9P031 APTINA CAMERA SENSOR
8451 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8452 L:      linux-media@vger.kernel.org
8453 T:      git git://linuxtv.org/media_tree.git
8454 S:      Maintained
8455 F:      drivers/media/i2c/mt9p031.c
8456 F:      include/media/i2c/mt9p031.h
8457
8458 MT9T001 APTINA CAMERA SENSOR
8459 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8460 L:      linux-media@vger.kernel.org
8461 T:      git git://linuxtv.org/media_tree.git
8462 S:      Maintained
8463 F:      drivers/media/i2c/mt9t001.c
8464 F:      include/media/i2c/mt9t001.h
8465
8466 MT9V032 APTINA CAMERA SENSOR
8467 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8468 L:      linux-media@vger.kernel.org
8469 T:      git git://linuxtv.org/media_tree.git
8470 S:      Maintained
8471 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8472 F:      drivers/media/i2c/mt9v032.c
8473 F:      include/media/i2c/mt9v032.h
8474
8475 MULTIFUNCTION DEVICES (MFD)
8476 M:      Lee Jones <lee.jones@linaro.org>
8477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8478 S:      Supported
8479 F:      Documentation/devicetree/bindings/mfd/
8480 F:      drivers/mfd/
8481 F:      include/linux/mfd/
8482 F:      include/dt-bindings/mfd/
8483
8484 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8485 M:      Ulf Hansson <ulf.hansson@linaro.org>
8486 L:      linux-mmc@vger.kernel.org
8487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8488 S:      Maintained
8489 F:      Documentation/devicetree/bindings/mmc/
8490 F:      drivers/mmc/
8491 F:      include/linux/mmc/
8492 F:      include/uapi/linux/mmc/
8493
8494 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8495 S:      Orphan
8496 F:      drivers/mmc/host/mmc_spi.c
8497 F:      include/linux/spi/mmc_spi.h
8498
8499 MULTISOUND SOUND DRIVER
8500 M:      Andrew Veliath <andrewtv@usa.net>
8501 S:      Maintained
8502 F:      Documentation/sound/oss/MultiSound
8503 F:      sound/oss/msnd*
8504
8505 MULTITECH MULTIPORT CARD (ISICOM)
8506 S:      Orphan
8507 F:      drivers/tty/isicom.c
8508 F:      include/linux/isicom.h
8509
8510 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8511 M:      Bin Liu <b-liu@ti.com>
8512 L:      linux-usb@vger.kernel.org
8513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8514 S:      Maintained
8515 F:      drivers/usb/musb/
8516
8517 MXL5007T MEDIA DRIVER
8518 M:      Michael Krufky <mkrufky@linuxtv.org>
8519 L:      linux-media@vger.kernel.org
8520 W:      https://linuxtv.org
8521 W:      http://github.com/mkrufky
8522 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8523 T:      git git://linuxtv.org/mkrufky/tuners.git
8524 S:      Maintained
8525 F:      drivers/media/tuners/mxl5007t.*
8526
8527 MXSFB DRM DRIVER
8528 M:      Marek Vasut <marex@denx.de>
8529 S:      Supported
8530 F:      drivers/gpu/drm/mxsfb/
8531 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8532
8533 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8534 M:      Hyong-Youb Kim <hykim@myri.com>
8535 L:      netdev@vger.kernel.org
8536 W:      https://www.myricom.com/support/downloads/myri10ge.html
8537 S:      Supported
8538 F:      drivers/net/ethernet/myricom/myri10ge/
8539
8540 NAND FLASH SUBSYSTEM
8541 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8542 R:      Richard Weinberger <richard@nod.at>
8543 L:      linux-mtd@lists.infradead.org
8544 W:      http://www.linux-mtd.infradead.org/
8545 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8546 T:      git git://github.com/linux-nand/linux.git
8547 S:      Maintained
8548 F:      drivers/mtd/nand/
8549 F:      include/linux/mtd/nand*.h
8550
8551 NATSEMI ETHERNET DRIVER (DP8381x)
8552 S:      Orphan
8553 F:      drivers/net/ethernet/natsemi/natsemi.c
8554
8555 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8556 M:      Daniel Mack <zonque@gmail.com>
8557 S:      Maintained
8558 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8559 W:      http://www.native-instruments.com
8560 F:      sound/usb/caiaq/
8561
8562 NCP FILESYSTEM
8563 M:      Petr Vandrovec <petr@vandrovec.name>
8564 S:      Odd Fixes
8565 F:      fs/ncpfs/
8566
8567 NCR 5380 SCSI DRIVERS
8568 M:      Finn Thain <fthain@telegraphics.com.au>
8569 M:      Michael Schmitz <schmitzmic@gmail.com>
8570 L:      linux-scsi@vger.kernel.org
8571 S:      Maintained
8572 F:      Documentation/scsi/g_NCR5380.txt
8573 F:      drivers/scsi/NCR5380.*
8574 F:      drivers/scsi/arm/cumana_1.c
8575 F:      drivers/scsi/arm/oak.c
8576 F:      drivers/scsi/atari_scsi.*
8577 F:      drivers/scsi/dmx3191d.c
8578 F:      drivers/scsi/g_NCR5380.*
8579 F:      drivers/scsi/mac_scsi.*
8580 F:      drivers/scsi/sun3_scsi.*
8581 F:      drivers/scsi/sun3_scsi_vme.c
8582
8583 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8584 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8585 L:      linux-scsi@vger.kernel.org
8586 S:      Maintained
8587 F:      drivers/scsi/NCR_D700.*
8588
8589 NCT6775 HARDWARE MONITOR DRIVER
8590 M:      Guenter Roeck <linux@roeck-us.net>
8591 L:      linux-hwmon@vger.kernel.org
8592 S:      Maintained
8593 F:      Documentation/hwmon/nct6775
8594 F:      drivers/hwmon/nct6775.c
8595
8596 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8597 M:      Faisal Latif <faisal.latif@intel.com>
8598 L:      linux-rdma@vger.kernel.org
8599 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8600 S:      Supported
8601 F:      drivers/infiniband/hw/nes/
8602 F:      include/uapi/rdma/nes-abi.h
8603
8604 NETEM NETWORK EMULATOR
8605 M:      Stephen Hemminger <stephen@networkplumber.org>
8606 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8607 S:      Maintained
8608 F:      net/sched/sch_netem.c
8609
8610 NETERION 10GbE DRIVERS (s2io/vxge)
8611 M:      Jon Mason <jdmason@kudzu.us>
8612 L:      netdev@vger.kernel.org
8613 S:      Supported
8614 F:      Documentation/networking/s2io.txt
8615 F:      Documentation/networking/vxge.txt
8616 F:      drivers/net/ethernet/neterion/
8617
8618 NETFILTER
8619 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8620 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8621 L:      netfilter-devel@vger.kernel.org
8622 L:      coreteam@netfilter.org
8623 W:      http://www.netfilter.org/
8624 W:      http://www.iptables.org/
8625 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8628 S:      Supported
8629 F:      include/linux/netfilter*
8630 F:      include/linux/netfilter/
8631 F:      include/net/netfilter/
8632 F:      include/uapi/linux/netfilter*
8633 F:      include/uapi/linux/netfilter/
8634 F:      net/*/netfilter.c
8635 F:      net/*/netfilter/
8636 F:      net/netfilter/
8637 F:      net/bridge/br_netfilter*.c
8638
8639 NETLABEL
8640 M:      Paul Moore <paul@paul-moore.com>
8641 W:      http://netlabel.sf.net
8642 L:      netdev@vger.kernel.org
8643 S:      Maintained
8644 F:      Documentation/netlabel/
8645 F:      include/net/netlabel.h
8646 F:      net/netlabel/
8647
8648 NETROM NETWORK LAYER
8649 M:      Ralf Baechle <ralf@linux-mips.org>
8650 L:      linux-hams@vger.kernel.org
8651 W:      http://www.linux-ax25.org/
8652 S:      Maintained
8653 F:      include/net/netrom.h
8654 F:      include/uapi/linux/netrom.h
8655 F:      net/netrom/
8656
8657 NETRONOME ETHERNET DRIVERS
8658 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8659 L:      oss-drivers@netronome.com
8660 S:      Maintained
8661 F:      drivers/net/ethernet/netronome/
8662
8663 NETWORK BLOCK DEVICE (NBD)
8664 M:      Josef Bacik <jbacik@fb.com>
8665 S:      Maintained
8666 L:      linux-block@vger.kernel.org
8667 L:      nbd-general@lists.sourceforge.net
8668 F:      Documentation/blockdev/nbd.txt
8669 F:      drivers/block/nbd.c
8670 F:      include/uapi/linux/nbd.h
8671
8672 NETWORK DROP MONITOR
8673 M:      Neil Horman <nhorman@tuxdriver.com>
8674 L:      netdev@vger.kernel.org
8675 S:      Maintained
8676 W:      https://fedorahosted.org/dropwatch/
8677 F:      net/core/drop_monitor.c
8678
8679 NETWORKING [DSA]
8680 M:      Andrew Lunn <andrew@lunn.ch>
8681 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8682 M:      Florian Fainelli <f.fainelli@gmail.com>
8683 S:      Maintained
8684 F:      net/dsa/
8685 F:      include/net/dsa.h
8686 F:      drivers/net/dsa/
8687
8688 NETWORKING [GENERAL]
8689 M:      "David S. Miller" <davem@davemloft.net>
8690 L:      netdev@vger.kernel.org
8691 W:      http://www.linuxfoundation.org/en/Net
8692 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8695 S:      Maintained
8696 F:      net/
8697 F:      include/net/
8698 F:      include/linux/in.h
8699 F:      include/linux/net.h
8700 F:      include/linux/netdevice.h
8701 F:      include/uapi/linux/in.h
8702 F:      include/uapi/linux/net.h
8703 F:      include/uapi/linux/netdevice.h
8704 F:      include/uapi/linux/net_namespace.h
8705 F:      tools/net/
8706 F:      tools/testing/selftests/net/
8707 F:      lib/random32.c
8708
8709 NETWORKING [IPv4/IPv6]
8710 M:      "David S. Miller" <davem@davemloft.net>
8711 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8712 M:      James Morris <jmorris@namei.org>
8713 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8714 M:      Patrick McHardy <kaber@trash.net>
8715 L:      netdev@vger.kernel.org
8716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8717 S:      Maintained
8718 F:      net/ipv4/
8719 F:      net/ipv6/
8720 F:      include/net/ip*
8721 F:      arch/x86/net/*
8722
8723 NETWORKING [IPSEC]
8724 M:      Steffen Klassert <steffen.klassert@secunet.com>
8725 M:      Herbert Xu <herbert@gondor.apana.org.au>
8726 M:      "David S. Miller" <davem@davemloft.net>
8727 L:      netdev@vger.kernel.org
8728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8730 S:      Maintained
8731 F:      net/core/flow.c
8732 F:      net/xfrm/
8733 F:      net/key/
8734 F:      net/ipv4/xfrm*
8735 F:      net/ipv4/esp4.c
8736 F:      net/ipv4/ah4.c
8737 F:      net/ipv4/ipcomp.c
8738 F:      net/ipv4/ip_vti.c
8739 F:      net/ipv6/xfrm*
8740 F:      net/ipv6/esp6.c
8741 F:      net/ipv6/ah6.c
8742 F:      net/ipv6/ipcomp6.c
8743 F:      net/ipv6/ip6_vti.c
8744 F:      include/uapi/linux/xfrm.h
8745 F:      include/net/xfrm.h
8746
8747 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8748 M:      Paul Moore <paul@paul-moore.com>
8749 L:      netdev@vger.kernel.org
8750 S:      Maintained
8751
8752 NETWORKING [WIRELESS]
8753 L:      linux-wireless@vger.kernel.org
8754 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8755
8756 NETWORKING DRIVERS
8757 L:      netdev@vger.kernel.org
8758 W:      http://www.linuxfoundation.org/en/Net
8759 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8762 S:      Odd Fixes
8763 F:      Documentation/devicetree/bindings/net/
8764 F:      drivers/net/
8765 F:      include/linux/if_*
8766 F:      include/linux/netdevice.h
8767 F:      include/linux/etherdevice.h
8768 F:      include/linux/fcdevice.h
8769 F:      include/linux/fddidevice.h
8770 F:      include/linux/hippidevice.h
8771 F:      include/linux/inetdevice.h
8772 F:      include/uapi/linux/if_*
8773 F:      include/uapi/linux/netdevice.h
8774
8775 NETWORKING DRIVERS (WIRELESS)
8776 M:      Kalle Valo <kvalo@codeaurora.org>
8777 L:      linux-wireless@vger.kernel.org
8778 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8781 S:      Maintained
8782 F:      Documentation/devicetree/bindings/net/wireless/
8783 F:      drivers/net/wireless/
8784
8785 NETXEN (1/10) GbE SUPPORT
8786 M:      Manish Chopra <manish.chopra@cavium.com>
8787 M:      Rahul Verma <rahul.verma@cavium.com>
8788 M:      Dept-GELinuxNICDev@cavium.com
8789 L:      netdev@vger.kernel.org
8790 S:      Supported
8791 F:      drivers/net/ethernet/qlogic/netxen/
8792
8793 NFC SUBSYSTEM
8794 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8795 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8796 M:      Samuel Ortiz <sameo@linux.intel.com>
8797 L:      linux-wireless@vger.kernel.org
8798 L:      linux-nfc@lists.01.org (subscribers-only)
8799 S:      Supported
8800 F:      net/nfc/
8801 F:      include/net/nfc/
8802 F:      include/uapi/linux/nfc.h
8803 F:      drivers/nfc/
8804 F:      include/linux/platform_data/nfcmrvl.h
8805 F:      include/linux/platform_data/nxp-nci.h
8806 F:      include/linux/platform_data/pn544.h
8807 F:      include/linux/platform_data/st21nfca.h
8808 F:      include/linux/platform_data/st-nci.h
8809 F:      Documentation/devicetree/bindings/net/nfc/
8810
8811 NFS, SUNRPC, AND LOCKD CLIENTS
8812 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8813 M:      Anna Schumaker <anna.schumaker@netapp.com>
8814 L:      linux-nfs@vger.kernel.org
8815 W:      http://client.linux-nfs.org
8816 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8817 S:      Maintained
8818 F:      fs/lockd/
8819 F:      fs/nfs/
8820 F:      fs/nfs_common/
8821 F:      net/sunrpc/
8822 F:      include/linux/lockd/
8823 F:      include/linux/nfs*
8824 F:      include/linux/sunrpc/
8825 F:      include/uapi/linux/nfs*
8826 F:      include/uapi/linux/sunrpc/
8827
8828 NILFS2 FILESYSTEM
8829 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8830 L:      linux-nilfs@vger.kernel.org
8831 W:      http://nilfs.sourceforge.net/
8832 W:      http://nilfs.osdn.jp/
8833 T:      git git://github.com/konis/nilfs2.git
8834 S:      Supported
8835 F:      Documentation/filesystems/nilfs2.txt
8836 F:      fs/nilfs2/
8837 F:      include/trace/events/nilfs2.h
8838 F:      include/uapi/linux/nilfs2_api.h
8839 F:      include/uapi/linux/nilfs2_ondisk.h
8840
8841 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8842 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8843 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8844 S:      Maintained
8845 F:      Documentation/scsi/NinjaSCSI.txt
8846 F:      drivers/scsi/pcmcia/nsp_*
8847
8848 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8849 M:      GOTO Masanori <gotom@debian.or.jp>
8850 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8851 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8852 S:      Maintained
8853 F:      Documentation/scsi/NinjaSCSI.txt
8854 F:      drivers/scsi/nsp32*
8855
8856 NIOS2 ARCHITECTURE
8857 M:      Ley Foon Tan <lftan@altera.com>
8858 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8860 S:      Maintained
8861 F:      arch/nios2/
8862
8863 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
8864 M:      Pavel Machek <pavel@ucw.cz>
8865 M:      Sakari Ailus <sakari.ailus@iki.fi>
8866 L:      linux-media@vger.kernel.org
8867 S:      Maintained
8868 F:      drivers/media/i2c/et8ek8
8869 F:      drivers/media/i2c/ad5820.c
8870
8871 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
8872 M:      Pavel Machek <pavel@ucw.cz>
8873 M:      Sakari Ailus <sakari.ailus@iki.fi>
8874 L:      linux-media@vger.kernel.org
8875 S:      Maintained
8876 F:      drivers/media/i2c/et8ek8
8877 F:      drivers/media/i2c/ad5820.c
8878
8879 NOKIA N900 POWER SUPPLY DRIVERS
8880 R:      Pali Rohár <pali.rohar@gmail.com>
8881 F:      include/linux/power/bq2415x_charger.h
8882 F:      include/linux/power/bq27xxx_battery.h
8883 F:      include/linux/power/isp1704_charger.h
8884 F:      drivers/power/supply/bq2415x_charger.c
8885 F:      drivers/power/supply/bq27xxx_battery.c
8886 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8887 F:      drivers/power/supply/isp1704_charger.c
8888 F:      drivers/power/supply/rx51_battery.c
8889
8890 NTB DRIVER CORE
8891 M:      Jon Mason <jdmason@kudzu.us>
8892 M:      Dave Jiang <dave.jiang@intel.com>
8893 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8894 L:      linux-ntb@googlegroups.com
8895 S:      Supported
8896 W:      https://github.com/jonmason/ntb/wiki
8897 T:      git git://github.com/jonmason/ntb.git
8898 F:      drivers/ntb/
8899 F:      drivers/net/ntb_netdev.c
8900 F:      include/linux/ntb.h
8901 F:      include/linux/ntb_transport.h
8902 F:      tools/testing/selftests/ntb/
8903
8904 NTB INTEL DRIVER
8905 M:      Jon Mason <jdmason@kudzu.us>
8906 M:      Dave Jiang <dave.jiang@intel.com>
8907 L:      linux-ntb@googlegroups.com
8908 S:      Supported
8909 W:      https://github.com/jonmason/ntb/wiki
8910 T:      git git://github.com/jonmason/ntb.git
8911 F:      drivers/ntb/hw/intel/
8912
8913 NTB AMD DRIVER
8914 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
8915 L:      linux-ntb@googlegroups.com
8916 S:      Supported
8917 F:      drivers/ntb/hw/amd/
8918
8919 NTFS FILESYSTEM
8920 M:      Anton Altaparmakov <anton@tuxera.com>
8921 L:      linux-ntfs-dev@lists.sourceforge.net
8922 W:      http://www.tuxera.com/
8923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8924 S:      Supported
8925 F:      Documentation/filesystems/ntfs.txt
8926 F:      fs/ntfs/
8927
8928 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8929 M:      Antonino Daplas <adaplas@gmail.com>
8930 L:      linux-fbdev@vger.kernel.org
8931 S:      Maintained
8932 F:      drivers/video/fbdev/riva/
8933 F:      drivers/video/fbdev/nvidia/
8934
8935 NVM EXPRESS DRIVER
8936 M:      Keith Busch <keith.busch@intel.com>
8937 M:      Jens Axboe <axboe@fb.com>
8938 M:      Christoph Hellwig <hch@lst.de>
8939 M:      Sagi Grimberg <sagi@grimberg.me>
8940 L:      linux-nvme@lists.infradead.org
8941 T:      git://git.infradead.org/nvme.git
8942 W:      http://git.infradead.org/nvme.git
8943 S:      Supported
8944 F:      drivers/nvme/host/
8945 F:      include/linux/nvme.h
8946 F:      include/uapi/linux/nvme_ioctl.h
8947
8948 NVM EXPRESS TARGET DRIVER
8949 M:      Christoph Hellwig <hch@lst.de>
8950 M:      Sagi Grimberg <sagi@grimberg.me>
8951 L:      linux-nvme@lists.infradead.org
8952 T:      git://git.infradead.org/nvme.git
8953 W:      http://git.infradead.org/nvme.git
8954 S:      Supported
8955 F:      drivers/nvme/target/
8956
8957 NVM EXPRESS FC TRANSPORT DRIVERS
8958 M:      James Smart <james.smart@broadcom.com>
8959 L:      linux-nvme@lists.infradead.org
8960 S:      Supported
8961 F:      include/linux/nvme-fc.h
8962 F:      include/linux/nvme-fc-driver.h
8963 F:      drivers/nvme/host/fc.c
8964 F:      drivers/nvme/target/fc.c
8965 F:      drivers/nvme/target/fcloop.c
8966
8967 NVMEM FRAMEWORK
8968 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8969 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8970 S:      Maintained
8971 F:      drivers/nvmem/
8972 F:      Documentation/devicetree/bindings/nvmem/
8973 F:      include/linux/nvmem-consumer.h
8974 F:      include/linux/nvmem-provider.h
8975
8976 NXP-NCI NFC DRIVER
8977 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8978 R:      Charles Gorand <charles.gorand@effinnov.com>
8979 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8980 S:      Supported
8981 F:      drivers/nfc/nxp-nci
8982
8983 NXP TDA998X DRM DRIVER
8984 M:      Russell King <linux@armlinux.org.uk>
8985 S:      Supported
8986 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
8987 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
8988 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8989 F:      include/drm/i2c/tda998x.h
8990
8991 NXP TFA9879 DRIVER
8992 M:      Peter Rosin <peda@axentia.se>
8993 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8994 S:      Maintained
8995 F:      sound/soc/codecs/tfa9879*
8996
8997 OBJTOOL
8998 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8999 S:      Supported
9000 F:      tools/objtool/
9001
9002 OMAP SUPPORT
9003 M:      Tony Lindgren <tony@atomide.com>
9004 L:      linux-omap@vger.kernel.org
9005 W:      http://www.muru.com/linux/omap/
9006 W:      http://linux.omap.com/
9007 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9009 S:      Maintained
9010 F:      arch/arm/*omap*/
9011 F:      arch/arm/configs/omap1_defconfig
9012 F:      arch/arm/configs/omap2plus_defconfig
9013 F:      drivers/i2c/busses/i2c-omap.c
9014 F:      drivers/irqchip/irq-omap-intc.c
9015 F:      drivers/mfd/*omap*.c
9016 F:      drivers/mfd/menelaus.c
9017 F:      drivers/mfd/palmas.c
9018 F:      drivers/mfd/tps65217.c
9019 F:      drivers/mfd/tps65218.c
9020 F:      drivers/mfd/tps65910.c
9021 F:      drivers/mfd/twl-core.[ch]
9022 F:      drivers/mfd/twl4030*.c
9023 F:      drivers/mfd/twl6030*.c
9024 F:      drivers/mfd/twl6040*.c
9025 F:      drivers/regulator/palmas-regulator*.c
9026 F:      drivers/regulator/pbias-regulator.c
9027 F:      drivers/regulator/tps65217-regulator.c
9028 F:      drivers/regulator/tps65218-regulator.c
9029 F:      drivers/regulator/tps65910-regulator.c
9030 F:      drivers/regulator/twl-regulator.c
9031 F:      drivers/regulator/twl6030-regulator.c
9032 F:      include/linux/i2c-omap.h
9033
9034 OMAP DEVICE TREE SUPPORT
9035 M:      Benoît Cousson <bcousson@baylibre.com>
9036 M:      Tony Lindgren <tony@atomide.com>
9037 L:      linux-omap@vger.kernel.org
9038 L:      devicetree@vger.kernel.org
9039 S:      Maintained
9040 F:      arch/arm/boot/dts/*omap*
9041 F:      arch/arm/boot/dts/*am3*
9042 F:      arch/arm/boot/dts/*am4*
9043 F:      arch/arm/boot/dts/*am5*
9044 F:      arch/arm/boot/dts/*dra7*
9045
9046 OMAP CLOCK FRAMEWORK SUPPORT
9047 M:      Paul Walmsley <paul@pwsan.com>
9048 L:      linux-omap@vger.kernel.org
9049 S:      Maintained
9050 F:      arch/arm/*omap*/*clock*
9051
9052 OMAP POWER MANAGEMENT SUPPORT
9053 M:      Kevin Hilman <khilman@kernel.org>
9054 L:      linux-omap@vger.kernel.org
9055 S:      Maintained
9056 F:      arch/arm/*omap*/*pm*
9057 F:      drivers/cpufreq/omap-cpufreq.c
9058
9059 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9060 M:      Rajendra Nayak <rnayak@codeaurora.org>
9061 M:      Paul Walmsley <paul@pwsan.com>
9062 L:      linux-omap@vger.kernel.org
9063 S:      Maintained
9064 F:      arch/arm/mach-omap2/prm*
9065
9066 OMAP AUDIO SUPPORT
9067 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9068 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
9069 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9070 L:      linux-omap@vger.kernel.org
9071 S:      Maintained
9072 F:      sound/soc/omap/
9073
9074 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9075 M:      Roger Quadros <rogerq@ti.com>
9076 M:      Tony Lindgren <tony@atomide.com>
9077 L:      linux-omap@vger.kernel.org
9078 S:      Maintained
9079 F:      drivers/memory/omap-gpmc.c
9080 F:      arch/arm/mach-omap2/*gpmc*
9081
9082 OMAP FRAMEBUFFER SUPPORT
9083 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9084 L:      linux-fbdev@vger.kernel.org
9085 L:      linux-omap@vger.kernel.org
9086 S:      Maintained
9087 F:      drivers/video/fbdev/omap/
9088
9089 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9090 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9091 L:      linux-omap@vger.kernel.org
9092 L:      linux-fbdev@vger.kernel.org
9093 S:      Maintained
9094 F:      drivers/video/fbdev/omap2/
9095 F:      Documentation/arm/OMAP/DSS
9096
9097 OMAP HARDWARE SPINLOCK SUPPORT
9098 M:      Ohad Ben-Cohen <ohad@wizery.com>
9099 L:      linux-omap@vger.kernel.org
9100 S:      Maintained
9101 F:      drivers/hwspinlock/omap_hwspinlock.c
9102
9103 OMAP MMC SUPPORT
9104 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
9105 L:      linux-omap@vger.kernel.org
9106 S:      Maintained
9107 F:      drivers/mmc/host/omap.c
9108
9109 OMAP HS MMC SUPPORT
9110 L:      linux-mmc@vger.kernel.org
9111 L:      linux-omap@vger.kernel.org
9112 S:      Orphan
9113 F:      drivers/mmc/host/omap_hsmmc.c
9114
9115 OMAP RANDOM NUMBER GENERATOR SUPPORT
9116 M:      Deepak Saxena <dsaxena@plexity.net>
9117 S:      Maintained
9118 F:      drivers/char/hw_random/omap-rng.c
9119
9120 OMAP HWMOD SUPPORT
9121 M:      Benoît Cousson <bcousson@baylibre.com>
9122 M:      Paul Walmsley <paul@pwsan.com>
9123 L:      linux-omap@vger.kernel.org
9124 S:      Maintained
9125 F:      arch/arm/mach-omap2/omap_hwmod.*
9126
9127 OMAP HWMOD DATA
9128 M:      Paul Walmsley <paul@pwsan.com>
9129 L:      linux-omap@vger.kernel.org
9130 S:      Maintained
9131 F:      arch/arm/mach-omap2/omap_hwmod*data*
9132
9133 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9134 M:      Benoît Cousson <bcousson@baylibre.com>
9135 L:      linux-omap@vger.kernel.org
9136 S:      Maintained
9137 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9138
9139 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9140 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9141 L:      linux-media@vger.kernel.org
9142 S:      Maintained
9143 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9144 F:      drivers/media/platform/omap3isp/
9145 F:      drivers/staging/media/omap4iss/
9146
9147 OMAP USB SUPPORT
9148 L:      linux-usb@vger.kernel.org
9149 L:      linux-omap@vger.kernel.org
9150 S:      Orphan
9151 F:      drivers/usb/*/*omap*
9152 F:      arch/arm/*omap*/usb*
9153
9154 OMAP GPIO DRIVER
9155 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9156 M:      Santosh Shilimkar <ssantosh@kernel.org>
9157 M:      Kevin Hilman <khilman@kernel.org>
9158 L:      linux-omap@vger.kernel.org
9159 S:      Maintained
9160 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9161 F:      drivers/gpio/gpio-omap.c
9162
9163 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9164 M:      Mark Jackson <mpfj@newflow.co.uk>
9165 L:      linux-omap@vger.kernel.org
9166 S:      Maintained
9167 F:      arch/arm/boot/dts/am335x-nano.dts
9168
9169 OMFS FILESYSTEM
9170 M:      Bob Copeland <me@bobcopeland.com>
9171 L:      linux-karma-devel@lists.sourceforge.net
9172 S:      Maintained
9173 F:      Documentation/filesystems/omfs.txt
9174 F:      fs/omfs/
9175
9176 OMNIKEY CARDMAN 4000 DRIVER
9177 M:      Harald Welte <laforge@gnumonks.org>
9178 S:      Maintained
9179 F:      drivers/char/pcmcia/cm4000_cs.c
9180 F:      include/linux/cm4000_cs.h
9181 F:      include/uapi/linux/cm4000_cs.h
9182
9183 OMNIKEY CARDMAN 4040 DRIVER
9184 M:      Harald Welte <laforge@gnumonks.org>
9185 S:      Maintained
9186 F:      drivers/char/pcmcia/cm4040_cs.*
9187
9188 OMNIVISION OV7670 SENSOR DRIVER
9189 M:      Jonathan Corbet <corbet@lwn.net>
9190 L:      linux-media@vger.kernel.org
9191 T:      git git://linuxtv.org/media_tree.git
9192 S:      Maintained
9193 F:      drivers/media/i2c/ov7670.c
9194
9195 ONENAND FLASH DRIVER
9196 M:      Kyungmin Park <kyungmin.park@samsung.com>
9197 L:      linux-mtd@lists.infradead.org
9198 S:      Maintained
9199 F:      drivers/mtd/onenand/
9200 F:      include/linux/mtd/onenand*.h
9201
9202 ONSTREAM SCSI TAPE DRIVER
9203 M:      Willem Riede <osst@riede.org>
9204 L:      osst-users@lists.sourceforge.net
9205 L:      linux-scsi@vger.kernel.org
9206 S:      Maintained
9207 F:      Documentation/scsi/osst.txt
9208 F:      drivers/scsi/osst.*
9209 F:      drivers/scsi/osst_*.h
9210 F:      drivers/scsi/st.h
9211
9212 OPENCORES I2C BUS DRIVER
9213 M:      Peter Korsgaard <jacmet@sunsite.dk>
9214 L:      linux-i2c@vger.kernel.org
9215 S:      Maintained
9216 F:      Documentation/i2c/busses/i2c-ocores
9217 F:      drivers/i2c/busses/i2c-ocores.c
9218
9219 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9220 M:      Rob Herring <robh+dt@kernel.org>
9221 M:      Frank Rowand <frowand.list@gmail.com>
9222 L:      devicetree@vger.kernel.org
9223 W:      http://www.devicetree.org/
9224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9225 S:      Maintained
9226 F:      drivers/of/
9227 F:      include/linux/of*.h
9228 F:      scripts/dtc/
9229
9230 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9231 M:      Rob Herring <robh+dt@kernel.org>
9232 M:      Mark Rutland <mark.rutland@arm.com>
9233 L:      devicetree@vger.kernel.org
9234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9235 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9236 S:      Maintained
9237 F:      Documentation/devicetree/
9238 F:      arch/*/boot/dts/
9239 F:      include/dt-bindings/
9240
9241 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9242 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9243 L:      devicetree@vger.kernel.org
9244 S:      Maintained
9245 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9246 F:      Documentation/devicetree/overlay-notes.txt
9247 F:      drivers/of/overlay.c
9248 F:      drivers/of/resolver.c
9249
9250 OPENRISC ARCHITECTURE
9251 M:      Jonas Bonn <jonas@southpole.se>
9252 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9253 M:      Stafford Horne <shorne@gmail.com>
9254 L:      openrisc@lists.librecores.org
9255 W:      http://openrisc.io
9256 S:      Maintained
9257 F:      arch/openrisc/
9258
9259 OPENVSWITCH
9260 M:      Pravin Shelar <pshelar@nicira.com>
9261 L:      netdev@vger.kernel.org
9262 L:      dev@openvswitch.org
9263 W:      http://openvswitch.org
9264 S:      Maintained
9265 F:      net/openvswitch/
9266 F:      include/uapi/linux/openvswitch.h
9267
9268 OPERATING PERFORMANCE POINTS (OPP)
9269 M:      Viresh Kumar <vireshk@kernel.org>
9270 M:      Nishanth Menon <nm@ti.com>
9271 M:      Stephen Boyd <sboyd@codeaurora.org>
9272 L:      linux-pm@vger.kernel.org
9273 S:      Maintained
9274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9275 F:      drivers/base/power/opp/
9276 F:      include/linux/pm_opp.h
9277 F:      Documentation/power/opp.txt
9278 F:      Documentation/devicetree/bindings/opp/
9279
9280 OPL4 DRIVER
9281 M:      Clemens Ladisch <clemens@ladisch.de>
9282 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9283 T:      git git://git.alsa-project.org/alsa-kernel.git
9284 S:      Maintained
9285 F:      sound/drivers/opl4/
9286
9287 OPROFILE
9288 M:      Robert Richter <rric@kernel.org>
9289 L:      oprofile-list@lists.sf.net
9290 S:      Maintained
9291 F:      arch/*/include/asm/oprofile*.h
9292 F:      arch/*/oprofile/
9293 F:      drivers/oprofile/
9294 F:      include/linux/oprofile.h
9295
9296 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9297 M:      Mark Fasheh <mfasheh@versity.com>
9298 M:      Joel Becker <jlbec@evilplan.org>
9299 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9300 W:      http://ocfs2.wiki.kernel.org
9301 S:      Supported
9302 F:      Documentation/filesystems/ocfs2.txt
9303 F:      Documentation/filesystems/dlmfs.txt
9304 F:      fs/ocfs2/
9305
9306 ORINOCO DRIVER
9307 L:      linux-wireless@vger.kernel.org
9308 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9309 W:      http://www.nongnu.org/orinoco/
9310 S:      Orphan
9311 F:      drivers/net/wireless/intersil/orinoco/
9312
9313 OSD LIBRARY and FILESYSTEM
9314 M:      Boaz Harrosh <ooo@electrozaur.com>
9315 M:      Benny Halevy <bhalevy@primarydata.com>
9316 L:      osd-dev@open-osd.org
9317 W:      http://open-osd.org
9318 T:      git git://git.open-osd.org/open-osd.git
9319 S:      Maintained
9320 F:      drivers/scsi/osd/
9321 F:      include/scsi/osd_*
9322 F:      fs/exofs/
9323
9324 OVERLAY FILESYSTEM
9325 M:      Miklos Szeredi <miklos@szeredi.hu>
9326 L:      linux-unionfs@vger.kernel.org
9327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9328 S:      Supported
9329 F:      fs/overlayfs/
9330 F:      Documentation/filesystems/overlayfs.txt
9331
9332 ORANGEFS FILESYSTEM
9333 M:      Mike Marshall <hubcap@omnibond.com>
9334 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9336 S:      Supported
9337 F:      fs/orangefs/
9338 F:      Documentation/filesystems/orangefs.txt
9339
9340 P54 WIRELESS DRIVER
9341 M:      Christian Lamparter <chunkeey@googlemail.com>
9342 L:      linux-wireless@vger.kernel.org
9343 W:      http://wireless.kernel.org/en/users/Drivers/p54
9344 S:      Maintained
9345 F:      drivers/net/wireless/intersil/p54/
9346
9347 PA SEMI ETHERNET DRIVER
9348 L:      netdev@vger.kernel.org
9349 S:      Orphan
9350 F:      drivers/net/ethernet/pasemi/*
9351
9352 PA SEMI SMBUS DRIVER
9353 L:      linux-i2c@vger.kernel.org
9354 S:      Orphan
9355 F:      drivers/i2c/busses/i2c-pasemi.c
9356
9357 PADATA PARALLEL EXECUTION MECHANISM
9358 M:      Steffen Klassert <steffen.klassert@secunet.com>
9359 L:      linux-crypto@vger.kernel.org
9360 S:      Maintained
9361 F:      kernel/padata.c
9362 F:      include/linux/padata.h
9363 F:      Documentation/padata.txt
9364
9365 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9366 M:      Harald Welte <laforge@gnumonks.org>
9367 L:      platform-driver-x86@vger.kernel.org
9368 S:      Maintained
9369 F:      drivers/platform/x86/panasonic-laptop.c
9370
9371 PANASONIC MN10300/AM33/AM34 PORT
9372 M:      David Howells <dhowells@redhat.com>
9373 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9374 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9375 S:      Maintained
9376 F:      Documentation/mn10300/
9377 F:      arch/mn10300/
9378
9379 PARALLEL LCD/KEYPAD PANEL DRIVER
9380 M:      Willy Tarreau <willy@haproxy.com>
9381 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9382 S:      Odd Fixes
9383 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9384 F:      drivers/misc/panel.c
9385
9386 PARALLEL PORT SUBSYSTEM
9387 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9388 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9389 L:      linux-parport@lists.infradead.org (subscribers-only)
9390 S:      Maintained
9391 F:      drivers/parport/
9392 F:      include/linux/parport*.h
9393 F:      drivers/char/ppdev.c
9394 F:      include/uapi/linux/ppdev.h
9395 F:      Documentation/parport*.txt
9396
9397 PARAVIRT_OPS INTERFACE
9398 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9399 M:      Chris Wright <chrisw@sous-sol.org>
9400 M:      Alok Kataria <akataria@vmware.com>
9401 M:      Rusty Russell <rusty@rustcorp.com.au>
9402 L:      virtualization@lists.linux-foundation.org
9403 S:      Supported
9404 F:      Documentation/virtual/paravirt_ops.txt
9405 F:      arch/*/kernel/paravirt*
9406 F:      arch/*/include/asm/paravirt.h
9407 F:      include/linux/hypervisor.h
9408
9409 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9410 M:      Tim Waugh <tim@cyberelk.net>
9411 L:      linux-parport@lists.infradead.org (subscribers-only)
9412 S:      Maintained
9413 F:      Documentation/blockdev/paride.txt
9414 F:      drivers/block/paride/
9415
9416 PARISC ARCHITECTURE
9417 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9418 M:      Helge Deller <deller@gmx.de>
9419 L:      linux-parisc@vger.kernel.org
9420 W:      http://www.parisc-linux.org/
9421 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9424 S:      Maintained
9425 F:      arch/parisc/
9426 F:      Documentation/parisc/
9427 F:      drivers/parisc/
9428 F:      drivers/char/agp/parisc-agp.c
9429 F:      drivers/input/serio/gscps2.c
9430 F:      drivers/parport/parport_gsc.*
9431 F:      drivers/tty/serial/8250/8250_gsc.c
9432 F:      drivers/video/fbdev/sti*
9433 F:      drivers/video/console/sti*
9434 F:      drivers/video/logo/logo_parisc*
9435
9436 PARMAN
9437 M:      Jiri Pirko <jiri@mellanox.com>
9438 L:      netdev@vger.kernel.org
9439 S:      Supported
9440 F:      lib/parman.c
9441 F:      lib/test_parman.c
9442 F:      include/linux/parman.h
9443
9444 PC87360 HARDWARE MONITORING DRIVER
9445 M:      Jim Cromie <jim.cromie@gmail.com>
9446 L:      linux-hwmon@vger.kernel.org
9447 S:      Maintained
9448 F:      Documentation/hwmon/pc87360
9449 F:      drivers/hwmon/pc87360.c
9450
9451 PC8736x GPIO DRIVER
9452 M:      Jim Cromie <jim.cromie@gmail.com>
9453 S:      Maintained
9454 F:      drivers/char/pc8736x_gpio.c
9455
9456 PC87427 HARDWARE MONITORING DRIVER
9457 M:      Jean Delvare <jdelvare@suse.com>
9458 L:      linux-hwmon@vger.kernel.org
9459 S:      Maintained
9460 F:      Documentation/hwmon/pc87427
9461 F:      drivers/hwmon/pc87427.c
9462
9463 PCA9532 LED DRIVER
9464 M:      Riku Voipio <riku.voipio@iki.fi>
9465 S:      Maintained
9466 F:      drivers/leds/leds-pca9532.c
9467 F:      include/linux/leds-pca9532.h
9468
9469 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9470 M:      Guenter Roeck <linux@roeck-us.net>
9471 L:      linux-i2c@vger.kernel.org
9472 S:      Maintained
9473 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9474
9475 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9476 M:      Khalid Aziz <khalid@gonehiking.org>
9477 S:      Maintained
9478 F:      drivers/firmware/pcdp.*
9479
9480 PCI ERROR RECOVERY
9481 M:      Linas Vepstas <linasvepstas@gmail.com>
9482 L:      linux-pci@vger.kernel.org
9483 S:      Supported
9484 F:      Documentation/PCI/pci-error-recovery.txt
9485
9486 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9487 M:      Russell Currey <ruscur@russell.cc>
9488 L:      linuxppc-dev@lists.ozlabs.org
9489 S:      Supported
9490 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9491 F:      arch/powerpc/kernel/eeh*.c
9492 F:      arch/powerpc/platforms/*/eeh*.c
9493 F:      arch/powerpc/include/*/eeh*.h
9494
9495 PCI SUBSYSTEM
9496 M:      Bjorn Helgaas <bhelgaas@google.com>
9497 L:      linux-pci@vger.kernel.org
9498 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9500 S:      Supported
9501 F:      Documentation/devicetree/bindings/pci/
9502 F:      Documentation/PCI/
9503 F:      drivers/pci/
9504 F:      include/linux/pci*
9505 F:      arch/x86/pci/
9506 F:      arch/x86/kernel/quirks.c
9507
9508 PCI DRIVER FOR ALTERA PCIE IP
9509 M:      Ley Foon Tan <lftan@altera.com>
9510 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9511 L:      linux-pci@vger.kernel.org
9512 S:      Supported
9513 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9514 F:      drivers/pci/host/pcie-altera.c
9515
9516 PCI DRIVER FOR ARM VERSATILE PLATFORM
9517 M:      Rob Herring <robh@kernel.org>
9518 L:      linux-pci@vger.kernel.org
9519 L:      linux-arm-kernel@lists.infradead.org
9520 S:      Maintained
9521 F:      Documentation/devicetree/bindings/pci/versatile.txt
9522 F:      drivers/pci/host/pci-versatile.c
9523
9524 PCI DRIVER FOR ARMADA 8K
9525 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9526 L:      linux-pci@vger.kernel.org
9527 L:      linux-arm-kernel@lists.infradead.org
9528 S:      Maintained
9529 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9530 F:      drivers/pci/host/pcie-armada8k.c
9531
9532 PCI DRIVER FOR APPLIEDMICRO XGENE
9533 M:      Tanmay Inamdar <tinamdar@apm.com>
9534 L:      linux-pci@vger.kernel.org
9535 L:      linux-arm-kernel@lists.infradead.org
9536 S:      Maintained
9537 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9538 F:      drivers/pci/host/pci-xgene.c
9539
9540 PCI DRIVER FOR FREESCALE LAYERSCAPE
9541 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9542 M:      Mingkai Hu <mingkai.hu@freescale.com>
9543 M:      Roy Zang <tie-fei.zang@freescale.com>
9544 L:      linuxppc-dev@lists.ozlabs.org
9545 L:      linux-pci@vger.kernel.org
9546 L:      linux-arm-kernel@lists.infradead.org
9547 S:      Maintained
9548 F:      drivers/pci/host/*layerscape*
9549
9550 PCI DRIVER FOR IMX6
9551 M:      Richard Zhu <hongxing.zhu@nxp.com>
9552 M:      Lucas Stach <l.stach@pengutronix.de>
9553 L:      linux-pci@vger.kernel.org
9554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9555 S:      Maintained
9556 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9557 F:      drivers/pci/host/*imx6*
9558
9559 PCI DRIVER FOR TI KEYSTONE
9560 M:      Murali Karicheri <m-karicheri2@ti.com>
9561 L:      linux-pci@vger.kernel.org
9562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9563 S:      Maintained
9564 F:      drivers/pci/host/*keystone*
9565
9566 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9567 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9568 M:      Jason Cooper <jason@lakedaemon.net>
9569 L:      linux-pci@vger.kernel.org
9570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9571 S:      Maintained
9572 F:      drivers/pci/host/*mvebu*
9573
9574 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9575 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9576 L:      linux-pci@vger.kernel.org
9577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9578 S:      Maintained
9579 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9580 F:      drivers/pci/host/pci-aardvark.c
9581
9582 PCI DRIVER FOR NVIDIA TEGRA
9583 M:      Thierry Reding <thierry.reding@gmail.com>
9584 L:      linux-tegra@vger.kernel.org
9585 L:      linux-pci@vger.kernel.org
9586 S:      Supported
9587 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9588 F:      drivers/pci/host/pci-tegra.c
9589
9590 PCI DRIVER FOR TI DRA7XX
9591 M:      Kishon Vijay Abraham I <kishon@ti.com>
9592 L:      linux-omap@vger.kernel.org
9593 L:      linux-pci@vger.kernel.org
9594 S:      Supported
9595 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9596 F:      drivers/pci/host/pci-dra7xx.c
9597
9598 PCI DRIVER FOR RENESAS R-CAR
9599 M:      Simon Horman <horms@verge.net.au>
9600 L:      linux-pci@vger.kernel.org
9601 L:      linux-renesas-soc@vger.kernel.org
9602 S:      Maintained
9603 F:      drivers/pci/host/*rcar*
9604
9605 PCI DRIVER FOR SAMSUNG EXYNOS
9606 M:      Jingoo Han <jingoohan1@gmail.com>
9607 L:      linux-pci@vger.kernel.org
9608 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9609 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9610 S:      Maintained
9611 F:      drivers/pci/host/pci-exynos.c
9612
9613 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9614 M:      Jingoo Han <jingoohan1@gmail.com>
9615 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9616 L:      linux-pci@vger.kernel.org
9617 S:      Maintained
9618 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9619 F:      drivers/pci/host/*designware*
9620
9621 PCI DRIVER FOR GENERIC OF HOSTS
9622 M:      Will Deacon <will.deacon@arm.com>
9623 L:      linux-pci@vger.kernel.org
9624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9625 S:      Maintained
9626 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9627 F:      drivers/pci/host/pci-host-common.c
9628 F:      drivers/pci/host/pci-host-generic.c
9629
9630 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9631 M:      Keith Busch <keith.busch@intel.com>
9632 L:      linux-pci@vger.kernel.org
9633 S:      Supported
9634 F:      drivers/pci/host/vmd.c
9635
9636 PCIE DRIVER FOR ST SPEAR13XX
9637 M:      Pratyush Anand <pratyush.anand@gmail.com>
9638 L:      linux-pci@vger.kernel.org
9639 S:      Maintained
9640 F:      drivers/pci/host/*spear*
9641
9642 PCI MSI DRIVER FOR ALTERA MSI IP
9643 M:      Ley Foon Tan <lftan@altera.com>
9644 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9645 L:      linux-pci@vger.kernel.org
9646 S:      Supported
9647 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9648 F:      drivers/pci/host/pcie-altera-msi.c
9649
9650 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9651 M:      Duc Dang <dhdang@apm.com>
9652 L:      linux-pci@vger.kernel.org
9653 L:      linux-arm-kernel@lists.infradead.org
9654 S:      Maintained
9655 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9656 F:      drivers/pci/host/pci-xgene-msi.c
9657
9658 PCIE DRIVER FOR AXIS ARTPEC
9659 M:      Niklas Cassel <niklas.cassel@axis.com>
9660 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9661 L:      linux-arm-kernel@axis.com
9662 L:      linux-pci@vger.kernel.org
9663 S:      Maintained
9664 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9665 F:      drivers/pci/host/*artpec*
9666
9667 PCIE DRIVER FOR HISILICON
9668 M:      Zhou Wang <wangzhou1@hisilicon.com>
9669 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9670 L:      linux-pci@vger.kernel.org
9671 S:      Maintained
9672 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9673 F:      drivers/pci/host/pcie-hisi.c
9674
9675 PCIE DRIVER FOR ROCKCHIP
9676 M:      Shawn Lin <shawn.lin@rock-chips.com>
9677 M:      Wenrui Li <wenrui.li@rock-chips.com>
9678 L:      linux-pci@vger.kernel.org
9679 L:      linux-rockchip@lists.infradead.org
9680 S:      Maintained
9681 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9682 F:      drivers/pci/host/pcie-rockchip.c
9683
9684 PCIE DRIVER FOR QUALCOMM MSM
9685 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9686 L:     linux-pci@vger.kernel.org
9687 L:     linux-arm-msm@vger.kernel.org
9688 S:     Maintained
9689 F:     drivers/pci/host/*qcom*
9690
9691 PCIE DRIVER FOR CAVIUM THUNDERX
9692 M:      David Daney <david.daney@cavium.com>
9693 L:      linux-pci@vger.kernel.org
9694 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9695 S:      Supported
9696 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9697 F:      drivers/pci/host/pci-thunder-*
9698
9699 PCMCIA SUBSYSTEM
9700 P:      Linux PCMCIA Team
9701 L:      linux-pcmcia@lists.infradead.org
9702 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9704 S:      Maintained
9705 F:      Documentation/pcmcia/
9706 F:      tools/pcmcia/
9707 F:      drivers/pcmcia/
9708 F:      include/pcmcia/
9709
9710 PCNET32 NETWORK DRIVER
9711 M:      Don Fry <pcnet32@frontier.com>
9712 L:      netdev@vger.kernel.org
9713 S:      Maintained
9714 F:      drivers/net/ethernet/amd/pcnet32.c
9715
9716 PCRYPT PARALLEL CRYPTO ENGINE
9717 M:      Steffen Klassert <steffen.klassert@secunet.com>
9718 L:      linux-crypto@vger.kernel.org
9719 S:      Maintained
9720 F:      crypto/pcrypt.c
9721 F:      include/crypto/pcrypt.h
9722
9723 PER-CPU MEMORY ALLOCATOR
9724 M:      Tejun Heo <tj@kernel.org>
9725 M:      Christoph Lameter <cl@linux.com>
9726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9727 S:      Maintained
9728 F:      include/linux/percpu*.h
9729 F:      mm/percpu*.c
9730 F:      arch/*/include/asm/percpu.h
9731
9732 PER-TASK DELAY ACCOUNTING
9733 M:      Balbir Singh <bsingharora@gmail.com>
9734 S:      Maintained
9735 F:      include/linux/delayacct.h
9736 F:      kernel/delayacct.c
9737
9738 PERFORMANCE EVENTS SUBSYSTEM
9739 M:      Peter Zijlstra <peterz@infradead.org>
9740 M:      Ingo Molnar <mingo@redhat.com>
9741 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9742 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9743 L:      linux-kernel@vger.kernel.org
9744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9745 S:      Supported
9746 F:      kernel/events/*
9747 F:      include/linux/perf_event.h
9748 F:      include/uapi/linux/perf_event.h
9749 F:      arch/*/kernel/perf_event*.c
9750 F:      arch/*/kernel/*/perf_event*.c
9751 F:      arch/*/kernel/*/*/perf_event*.c
9752 F:      arch/*/include/asm/perf_event.h
9753 F:      arch/*/kernel/perf_callchain.c
9754 F:      arch/*/events/*
9755 F:      tools/perf/
9756
9757 PERSONALITY HANDLING
9758 M:      Christoph Hellwig <hch@infradead.org>
9759 L:      linux-abi-devel@lists.sourceforge.net
9760 S:      Maintained
9761 F:      include/linux/personality.h
9762 F:      include/uapi/linux/personality.h
9763
9764 PHONET PROTOCOL
9765 M:      Remi Denis-Courmont <courmisch@gmail.com>
9766 S:      Supported
9767 F:      Documentation/networking/phonet.txt
9768 F:      include/linux/phonet.h
9769 F:      include/net/phonet/
9770 F:      include/uapi/linux/phonet.h
9771 F:      net/phonet/
9772
9773 PHRAM MTD DRIVER
9774 M:      Joern Engel <joern@lazybastard.org>
9775 L:      linux-mtd@lists.infradead.org
9776 S:      Maintained
9777 F:      drivers/mtd/devices/phram.c
9778
9779 PICOLCD HID DRIVER
9780 M:      Bruno Prémont <bonbons@linux-vserver.org>
9781 L:      linux-input@vger.kernel.org
9782 S:      Maintained
9783 F:      drivers/hid/hid-picolcd*
9784
9785 PICOXCELL SUPPORT
9786 M:      Jamie Iles <jamie@jamieiles.com>
9787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9788 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9789 S:      Supported
9790 F:      arch/arm/boot/dts/picoxcell*
9791 F:      arch/arm/mach-picoxcell/
9792 F:      drivers/crypto/picoxcell*
9793
9794 PIN CONTROL SUBSYSTEM
9795 M:      Linus Walleij <linus.walleij@linaro.org>
9796 L:      linux-gpio@vger.kernel.org
9797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9798 S:      Maintained
9799 F:      Documentation/devicetree/bindings/pinctrl/
9800 F:      Documentation/pinctrl.txt
9801 F:      drivers/pinctrl/
9802 F:      include/linux/pinctrl/
9803
9804 PIN CONTROLLER - ATMEL AT91
9805 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9807 S:      Maintained
9808 F:      drivers/pinctrl/pinctrl-at91.*
9809
9810 PIN CONTROLLER - ATMEL AT91 PIO4
9811 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
9812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9813 L:      linux-gpio@vger.kernel.org
9814 S:      Supported
9815 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9816
9817 PIN CONTROLLER - INTEL
9818 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9819 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9820 S:      Maintained
9821 F:      drivers/pinctrl/intel/
9822
9823 PIN CONTROLLER - RENESAS
9824 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9825 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9826 L:      linux-renesas-soc@vger.kernel.org
9827 S:      Maintained
9828 F:      drivers/pinctrl/sh-pfc/
9829
9830 PIN CONTROLLER - SAMSUNG
9831 M:      Tomasz Figa <tomasz.figa@gmail.com>
9832 M:      Krzysztof Kozlowski <krzk@kernel.org>
9833 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9834 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9835 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9836 S:      Maintained
9837 F:      drivers/pinctrl/samsung/
9838 F:      include/dt-bindings/pinctrl/samsung.h
9839 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9840
9841 PIN CONTROLLER - SINGLE
9842 M:      Tony Lindgren <tony@atomide.com>
9843 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9845 L:      linux-omap@vger.kernel.org
9846 S:      Maintained
9847 F:      drivers/pinctrl/pinctrl-single.c
9848
9849 PIN CONTROLLER - ST SPEAR
9850 M:      Viresh Kumar <vireshk@kernel.org>
9851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9852 W:      http://www.st.com/spear
9853 S:      Maintained
9854 F:      drivers/pinctrl/spear/
9855
9856 PISTACHIO SOC SUPPORT
9857 M:      James Hartley <james.hartley@imgtec.com>
9858 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9859 L:      linux-mips@linux-mips.org
9860 S:      Maintained
9861 F:      arch/mips/pistachio/
9862 F:      arch/mips/include/asm/mach-pistachio/
9863 F:      arch/mips/boot/dts/img/pistachio*
9864 F:      arch/mips/configs/pistachio*_defconfig
9865
9866 PKTCDVD DRIVER
9867 S:      Orphan
9868 M:      linux-block@vger.kernel.org
9869 F:      drivers/block/pktcdvd.c
9870 F:      include/linux/pktcdvd.h
9871 F:      include/uapi/linux/pktcdvd.h
9872
9873 PKUNITY SOC DRIVERS
9874 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9875 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9876 S:      Maintained
9877 T:      git git://github.com/gxt/linux.git
9878 F:      drivers/input/serio/i8042-unicore32io.h
9879 F:      drivers/i2c/busses/i2c-puv3.c
9880 F:      drivers/video/fbdev/fb-puv3.c
9881 F:      drivers/rtc/rtc-puv3.c
9882
9883 PMBUS HARDWARE MONITORING DRIVERS
9884 M:      Guenter Roeck <linux@roeck-us.net>
9885 L:      linux-hwmon@vger.kernel.org
9886 W:      http://hwmon.wiki.kernel.org/
9887 W:      http://www.roeck-us.net/linux/drivers/
9888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9889 S:      Maintained
9890 F:      Documentation/hwmon/pmbus
9891 F:      drivers/hwmon/pmbus/
9892 F:      include/linux/i2c/pmbus.h
9893
9894 PMC SIERRA MaxRAID DRIVER
9895 L:      linux-scsi@vger.kernel.org
9896 W:      http://www.pmc-sierra.com/
9897 S:      Orphan
9898 F:      drivers/scsi/pmcraid.*
9899
9900 PMC SIERRA PM8001 DRIVER
9901 M:      Jack Wang <jinpu.wang@profitbricks.com>
9902 M:      lindar_liu@usish.com
9903 L:      pmchba@pmcs.com
9904 L:      linux-scsi@vger.kernel.org
9905 S:      Supported
9906 F:      drivers/scsi/pm8001/
9907
9908 POSIX CLOCKS and TIMERS
9909 M:      Thomas Gleixner <tglx@linutronix.de>
9910 L:      linux-kernel@vger.kernel.org
9911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9912 S:      Maintained
9913 F:      fs/timerfd.c
9914 F:      include/linux/timer*
9915 F:      kernel/time/*timer*
9916
9917 POWER MANAGEMENT CORE
9918 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9919 L:      linux-pm@vger.kernel.org
9920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9921 B:      https://bugzilla.kernel.org
9922 S:      Supported
9923 F:      drivers/base/power/
9924 F:      include/linux/pm.h
9925 F:      include/linux/pm_*
9926 F:      include/linux/powercap.h
9927 F:      drivers/powercap/
9928
9929 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9930 M:      Sebastian Reichel <sre@kernel.org>
9931 L:      linux-pm@vger.kernel.org
9932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9933 S:      Maintained
9934 F:      Documentation/devicetree/bindings/power/supply/
9935 F:      include/linux/power_supply.h
9936 F:      drivers/power/supply/
9937
9938 POWER STATE COORDINATION INTERFACE (PSCI)
9939 M:      Mark Rutland <mark.rutland@arm.com>
9940 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9941 L:      linux-arm-kernel@lists.infradead.org
9942 S:      Maintained
9943 F:      drivers/firmware/psci*.c
9944 F:      include/linux/psci.h
9945 F:      include/uapi/linux/psci.h
9946
9947 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9948 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9949 L:      linuxppc-dev@lists.ozlabs.org
9950 S:      Maintained
9951 F:      drivers/char/powernv-op-panel.c
9952
9953 PNP SUPPORT
9954 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9955 S:      Maintained
9956 F:      drivers/pnp/
9957
9958 PPP PROTOCOL DRIVERS AND COMPRESSORS
9959 M:      Paul Mackerras <paulus@samba.org>
9960 L:      linux-ppp@vger.kernel.org
9961 S:      Maintained
9962 F:      drivers/net/ppp/ppp_*
9963
9964 PPP OVER ATM (RFC 2364)
9965 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9966 S:      Maintained
9967 F:      net/atm/pppoatm.c
9968 F:      include/uapi/linux/atmppp.h
9969
9970 PPP OVER ETHERNET
9971 M:      Michal Ostrowski <mostrows@earthlink.net>
9972 S:      Maintained
9973 F:      drivers/net/ppp/pppoe.c
9974 F:      drivers/net/ppp/pppox.c
9975
9976 PPP OVER L2TP
9977 M:      James Chapman <jchapman@katalix.com>
9978 S:      Maintained
9979 F:      net/l2tp/l2tp_ppp.c
9980 F:      include/linux/if_pppol2tp.h
9981 F:      include/uapi/linux/if_pppol2tp.h
9982
9983 PPS SUPPORT
9984 M:      Rodolfo Giometti <giometti@enneenne.com>
9985 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9986 L:      linuxpps@ml.enneenne.com (subscribers-only)
9987 S:      Maintained
9988 F:      Documentation/pps/
9989 F:      drivers/pps/
9990 F:      include/linux/pps*.h
9991
9992 PPTP DRIVER
9993 M:      Dmitry Kozlov <xeb@mail.ru>
9994 L:      netdev@vger.kernel.org
9995 S:      Maintained
9996 F:      drivers/net/ppp/pptp.c
9997 W:      http://sourceforge.net/projects/accel-pptp
9998
9999 PREEMPTIBLE KERNEL
10000 M:      Robert Love <rml@tech9.net>
10001 L:      kpreempt-tech@lists.sourceforge.net
10002 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10003 S:      Supported
10004 F:      Documentation/preempt-locking.txt
10005 F:      include/linux/preempt.h
10006
10007 PRINTK
10008 M:      Petr Mladek <pmladek@suse.com>
10009 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10010 R:      Steven Rostedt <rostedt@goodmis.org>
10011 S:      Maintained
10012 F:      kernel/printk/
10013 F:      include/linux/printk.h
10014
10015 PRISM54 WIRELESS DRIVER
10016 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
10017 L:      linux-wireless@vger.kernel.org
10018 W:      http://wireless.kernel.org/en/users/Drivers/p54
10019 S:      Obsolete
10020 F:      drivers/net/wireless/intersil/prism54/
10021
10022 PS3 NETWORK SUPPORT
10023 M:      Geoff Levand <geoff@infradead.org>
10024 L:      netdev@vger.kernel.org
10025 L:      linuxppc-dev@lists.ozlabs.org
10026 S:      Maintained
10027 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10028
10029 PS3 PLATFORM SUPPORT
10030 M:      Geoff Levand <geoff@infradead.org>
10031 L:      linuxppc-dev@lists.ozlabs.org
10032 S:      Maintained
10033 F:      arch/powerpc/boot/ps3*
10034 F:      arch/powerpc/include/asm/lv1call.h
10035 F:      arch/powerpc/include/asm/ps3*.h
10036 F:      arch/powerpc/platforms/ps3/
10037 F:      drivers/*/ps3*
10038 F:      drivers/ps3/
10039 F:      drivers/rtc/rtc-ps3.c
10040 F:      drivers/usb/host/*ps3.c
10041 F:      sound/ppc/snd_ps3*
10042
10043 PS3VRAM DRIVER
10044 M:      Jim Paris <jim@jtan.com>
10045 M:      Geoff Levand <geoff@infradead.org>
10046 L:      linuxppc-dev@lists.ozlabs.org
10047 S:      Maintained
10048 F:      drivers/block/ps3vram.c
10049
10050 PSAMPLE PACKET SAMPLING SUPPORT:
10051 M:      Yotam Gigi <yotamg@mellanox.com>
10052 S:      Maintained
10053 F:      net/psample
10054 F:      include/net/psample.h
10055 F:      include/uapi/linux/psample.h
10056
10057 PSTORE FILESYSTEM
10058 M:      Kees Cook <keescook@chromium.org>
10059 M:      Anton Vorontsov <anton@enomsg.org>
10060 M:      Colin Cross <ccross@android.com>
10061 M:      Tony Luck <tony.luck@intel.com>
10062 S:      Maintained
10063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10064 F:      fs/pstore/
10065 F:      include/linux/pstore*
10066 F:      drivers/firmware/efi/efi-pstore.c
10067 F:      drivers/acpi/apei/erst.c
10068 F:      Documentation/admin-guide/ramoops.rst
10069 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10070 K:      \b(pstore|ramoops)
10071
10072 PTP HARDWARE CLOCK SUPPORT
10073 M:      Richard Cochran <richardcochran@gmail.com>
10074 L:      netdev@vger.kernel.org
10075 S:      Maintained
10076 W:      http://linuxptp.sourceforge.net/
10077 F:      Documentation/ABI/testing/sysfs-ptp
10078 F:      Documentation/ptp/*
10079 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
10080 F:      drivers/net/phy/dp83640*
10081 F:      drivers/ptp/*
10082 F:      include/linux/ptp_cl*
10083
10084 PTRACE SUPPORT
10085 M:      Roland McGrath <roland@hack.frob.com>
10086 M:      Oleg Nesterov <oleg@redhat.com>
10087 S:      Maintained
10088 F:      include/asm-generic/syscall.h
10089 F:      include/linux/ptrace.h
10090 F:      include/linux/regset.h
10091 F:      include/linux/tracehook.h
10092 F:      include/uapi/linux/ptrace.h
10093 F:      kernel/ptrace.c
10094
10095 PULSE8-CEC DRIVER
10096 M:      Hans Verkuil <hverkuil@xs4all.nl>
10097 L:      linux-media@vger.kernel.org
10098 T:      git git://linuxtv.org/media_tree.git
10099 S:      Maintained
10100 F:      drivers/media/usb/pulse8-cec/*
10101
10102 PVRUSB2 VIDEO4LINUX DRIVER
10103 M:      Mike Isely <isely@pobox.com>
10104 L:      pvrusb2@isely.net       (subscribers-only)
10105 L:      linux-media@vger.kernel.org
10106 W:      http://www.isely.net/pvrusb2/
10107 T:      git git://linuxtv.org/media_tree.git
10108 S:      Maintained
10109 F:      Documentation/media/v4l-drivers/pvrusb2*
10110 F:      drivers/media/usb/pvrusb2/
10111
10112 PWC WEBCAM DRIVER
10113 M:      Hans Verkuil <hverkuil@xs4all.nl>
10114 L:      linux-media@vger.kernel.org
10115 T:      git git://linuxtv.org/media_tree.git
10116 S:      Odd Fixes
10117 F:      drivers/media/usb/pwc/*
10118
10119 PWM FAN DRIVER
10120 M:      Kamil Debski <kamil@wypas.org>
10121 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10122 L:      linux-hwmon@vger.kernel.org
10123 S:      Supported
10124 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10125 F:      Documentation/hwmon/pwm-fan
10126 F:      drivers/hwmon/pwm-fan.c
10127
10128 PWM SUBSYSTEM
10129 M:      Thierry Reding <thierry.reding@gmail.com>
10130 L:      linux-pwm@vger.kernel.org
10131 S:      Maintained
10132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10133 F:      Documentation/pwm.txt
10134 F:      Documentation/devicetree/bindings/pwm/
10135 F:      include/linux/pwm.h
10136 F:      drivers/pwm/
10137 F:      drivers/video/backlight/pwm_bl.c
10138 F:      include/linux/pwm_backlight.h
10139
10140 PXA2xx/PXA3xx SUPPORT
10141 M:      Daniel Mack <daniel@zonque.org>
10142 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10143 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10145 T:      git git://github.com/hzhuang1/linux.git
10146 T:      git git://github.com/rjarzmik/linux.git
10147 S:      Maintained
10148 F:      arch/arm/boot/dts/pxa*
10149 F:      arch/arm/mach-pxa/
10150 F:      drivers/dma/pxa*
10151 F:      drivers/pcmcia/pxa2xx*
10152 F:      drivers/pinctrl/pxa/
10153 F:      drivers/spi/spi-pxa2xx*
10154 F:      drivers/usb/gadget/udc/pxa2*
10155 F:      include/sound/pxa2xx-lib.h
10156 F:      sound/arm/pxa*
10157 F:      sound/soc/pxa/
10158
10159 PXA GPIO DRIVER
10160 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10161 L:      linux-gpio@vger.kernel.org
10162 S:      Maintained
10163 F:      drivers/gpio/gpio-pxa.c
10164
10165 PXA3xx NAND FLASH DRIVER
10166 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10167 L:      linux-mtd@lists.infradead.org
10168 S:      Maintained
10169 F:      drivers/mtd/nand/pxa3xx_nand.c
10170
10171 MMP SUPPORT
10172 M:      Eric Miao <eric.y.miao@gmail.com>
10173 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10175 T:      git git://github.com/hzhuang1/linux.git
10176 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10177 S:      Maintained
10178 F:      arch/arm/boot/dts/mmp*
10179 F:      arch/arm/mach-mmp/
10180
10181 PXA MMCI DRIVER
10182 S:      Orphan
10183
10184 PXA RTC DRIVER
10185 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10186 L:      rtc-linux@googlegroups.com
10187 S:      Maintained
10188
10189 QAT DRIVER
10190 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10191 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10192 L:      qat-linux@intel.com
10193 S:      Supported
10194 F:      drivers/crypto/qat/
10195
10196 QIB DRIVER
10197 M:      Mike Marciniszyn <infinipath@intel.com>
10198 L:      linux-rdma@vger.kernel.org
10199 S:      Supported
10200 F:      drivers/infiniband/hw/qib/
10201
10202 QLOGIC QLA1280 SCSI DRIVER
10203 M:      Michael Reed <mdr@sgi.com>
10204 L:      linux-scsi@vger.kernel.org
10205 S:      Maintained
10206 F:      drivers/scsi/qla1280.[ch]
10207
10208 QLOGIC QLA2XXX FC-SCSI DRIVER
10209 M:      qla2xxx-upstream@qlogic.com
10210 L:      linux-scsi@vger.kernel.org
10211 S:      Supported
10212 F:      Documentation/scsi/LICENSE.qla2xxx
10213 F:      drivers/scsi/qla2xxx/
10214
10215 QLOGIC QLA4XXX iSCSI DRIVER
10216 M:      QLogic-Storage-Upstream@qlogic.com
10217 L:      linux-scsi@vger.kernel.org
10218 S:      Supported
10219 F:      Documentation/scsi/LICENSE.qla4xxx
10220 F:      drivers/scsi/qla4xxx/
10221
10222 QLOGIC QLA3XXX NETWORK DRIVER
10223 M:      Dept-GELinuxNICDev@cavium.com
10224 L:      netdev@vger.kernel.org
10225 S:      Supported
10226 F:      Documentation/networking/LICENSE.qla3xxx
10227 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10228
10229 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10230 M:      Harish Patil <harish.patil@cavium.com>
10231 M:      Manish Chopra <manish.chopra@cavium.com>
10232 M:      Dept-GELinuxNICDev@cavium.com
10233 L:      netdev@vger.kernel.org
10234 S:      Supported
10235 F:      drivers/net/ethernet/qlogic/qlcnic/
10236
10237 QLOGIC QLGE 10Gb ETHERNET DRIVER
10238 M:      Harish Patil <harish.patil@cavium.com>
10239 M:      Manish Chopra <manish.chopra@cavium.com>
10240 M:      Dept-GELinuxNICDev@cavium.com
10241 L:      netdev@vger.kernel.org
10242 S:      Supported
10243 F:      drivers/net/ethernet/qlogic/qlge/
10244
10245 QLOGIC QL4xxx ETHERNET DRIVER
10246 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10247 M:      Ariel Elior <Ariel.Elior@cavium.com>
10248 M:      everest-linux-l2@cavium.com
10249 L:      netdev@vger.kernel.org
10250 S:      Supported
10251 F:      drivers/net/ethernet/qlogic/qed/
10252 F:      include/linux/qed/
10253 F:      drivers/net/ethernet/qlogic/qede/
10254
10255 QLOGIC QL41xxx ISCSI DRIVER
10256 M:      QLogic-Storage-Upstream@cavium.com
10257 L:      linux-scsi@vger.kernel.org
10258 S:      Supported
10259 F:      drivers/scsi/qedi/
10260
10261 QNX4 FILESYSTEM
10262 M:      Anders Larsen <al@alarsen.net>
10263 W:      http://www.alarsen.net/linux/qnx4fs/
10264 S:      Maintained
10265 F:      fs/qnx4/
10266 F:      include/uapi/linux/qnx4_fs.h
10267 F:      include/uapi/linux/qnxtypes.h
10268
10269 QORIQ DPAA2 FSL-MC BUS DRIVER
10270 M:      Stuart Yoder <stuyoder@gmail.com>
10271 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
10272 L:      linux-kernel@vger.kernel.org
10273 S:      Maintained
10274 F:      drivers/staging/fsl-mc/
10275
10276 QT1010 MEDIA DRIVER
10277 M:      Antti Palosaari <crope@iki.fi>
10278 L:      linux-media@vger.kernel.org
10279 W:      https://linuxtv.org
10280 W:      http://palosaari.fi/linux/
10281 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10282 T:      git git://linuxtv.org/anttip/media_tree.git
10283 S:      Maintained
10284 F:      drivers/media/tuners/qt1010*
10285
10286 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10287 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10288 L:      linux-wireless@vger.kernel.org
10289 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10290 S:      Supported
10291 F:      drivers/net/wireless/ath/ath9k/
10292
10293 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10294 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10295 L:      ath10k@lists.infradead.org
10296 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10298 S:      Supported
10299 F:      drivers/net/wireless/ath/ath10k/
10300
10301 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10302 M:      Timur Tabi <timur@codeaurora.org>
10303 L:      netdev@vger.kernel.org
10304 S:      Supported
10305 F:      drivers/net/ethernet/qualcomm/emac/
10306
10307 QUALCOMM HEXAGON ARCHITECTURE
10308 M:      Richard Kuo <rkuo@codeaurora.org>
10309 L:      linux-hexagon@vger.kernel.org
10310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10311 S:      Supported
10312 F:      arch/hexagon/
10313
10314 QUALCOMM WCN36XX WIRELESS DRIVER
10315 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10316 L:      wcn36xx@lists.infradead.org
10317 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10318 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10319 S:      Supported
10320 F:      drivers/net/wireless/ath/wcn36xx/
10321
10322 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10323 M:      Gabriel Somlo <somlo@cmu.edu>
10324 M:      "Michael S. Tsirkin" <mst@redhat.com>
10325 L:      qemu-devel@nongnu.org
10326 S:      Maintained
10327 F:      drivers/firmware/qemu_fw_cfg.c
10328
10329 RADOS BLOCK DEVICE (RBD)
10330 M:      Ilya Dryomov <idryomov@gmail.com>
10331 M:      Sage Weil <sage@redhat.com>
10332 M:      Alex Elder <elder@kernel.org>
10333 L:      ceph-devel@vger.kernel.org
10334 W:      http://ceph.com/
10335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10336 T:      git git://github.com/ceph/ceph-client.git
10337 S:      Supported
10338 F:      Documentation/ABI/testing/sysfs-bus-rbd
10339 F:      drivers/block/rbd.c
10340 F:      drivers/block/rbd_types.h
10341
10342 RADEON FRAMEBUFFER DISPLAY DRIVER
10343 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10344 L:      linux-fbdev@vger.kernel.org
10345 S:      Maintained
10346 F:      drivers/video/fbdev/aty/radeon*
10347 F:      include/uapi/linux/radeonfb.h
10348
10349 RADIOSHARK RADIO DRIVER
10350 M:      Hans Verkuil <hverkuil@xs4all.nl>
10351 L:      linux-media@vger.kernel.org
10352 T:      git git://linuxtv.org/media_tree.git
10353 S:      Maintained
10354 F:      drivers/media/radio/radio-shark.c
10355
10356 RADIOSHARK2 RADIO DRIVER
10357 M:      Hans Verkuil <hverkuil@xs4all.nl>
10358 L:      linux-media@vger.kernel.org
10359 T:      git git://linuxtv.org/media_tree.git
10360 S:      Maintained
10361 F:      drivers/media/radio/radio-shark2.c
10362 F:      drivers/media/radio/radio-tea5777.c
10363
10364 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10365 M:      Paul Mackerras <paulus@samba.org>
10366 L:      linux-fbdev@vger.kernel.org
10367 S:      Maintained
10368 F:      drivers/video/fbdev/aty/aty128fb.c
10369
10370 RALINK MIPS ARCHITECTURE
10371 M:      John Crispin <john@phrozen.org>
10372 L:      linux-mips@linux-mips.org
10373 S:      Maintained
10374 F:      arch/mips/ralink
10375
10376 RALINK RT2X00 WIRELESS LAN DRIVER
10377 P:      rt2x00 project
10378 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10379 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10380 L:      linux-wireless@vger.kernel.org
10381 S:      Maintained
10382 F:      drivers/net/wireless/ralink/rt2x00/
10383
10384 RAMDISK RAM BLOCK DEVICE DRIVER
10385 M:      Jens Axboe <axboe@kernel.dk>
10386 S:      Maintained
10387 F:      Documentation/blockdev/ramdisk.txt
10388 F:      drivers/block/brd.c
10389
10390 RANDOM NUMBER DRIVER
10391 M:      "Theodore Ts'o" <tytso@mit.edu>
10392 S:      Maintained
10393 F:      drivers/char/random.c
10394
10395 RAPIDIO SUBSYSTEM
10396 M:      Matt Porter <mporter@kernel.crashing.org>
10397 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10398 S:      Maintained
10399 F:      drivers/rapidio/
10400
10401 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10402 L:      linux-wireless@vger.kernel.org
10403 S:      Orphan
10404 F:      drivers/net/wireless/ray*
10405
10406 RCUTORTURE MODULE
10407 M:      Josh Triplett <josh@joshtriplett.org>
10408 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10409 L:      linux-kernel@vger.kernel.org
10410 S:      Supported
10411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10412 F:      Documentation/RCU/torture.txt
10413 F:      kernel/rcu/rcutorture.c
10414
10415 RCUTORTURE TEST FRAMEWORK
10416 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10417 M:      Josh Triplett <josh@joshtriplett.org>
10418 R:      Steven Rostedt <rostedt@goodmis.org>
10419 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10420 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10421 L:      linux-kernel@vger.kernel.org
10422 S:      Supported
10423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10424 F:      tools/testing/selftests/rcutorture
10425
10426 RDC R-321X SoC
10427 M:      Florian Fainelli <florian@openwrt.org>
10428 S:      Maintained
10429
10430 RDC R6040 FAST ETHERNET DRIVER
10431 M:      Florian Fainelli <f.fainelli@gmail.com>
10432 L:      netdev@vger.kernel.org
10433 S:      Maintained
10434 F:      drivers/net/ethernet/rdc/r6040.c
10435
10436 RDS - RELIABLE DATAGRAM SOCKETS
10437 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10438 L:      netdev@vger.kernel.org
10439 L:      linux-rdma@vger.kernel.org
10440 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10441 W:      https://oss.oracle.com/projects/rds/
10442 S:      Supported
10443 F:      net/rds/
10444 F:      Documentation/networking/rds.txt
10445
10446 RDMAVT - RDMA verbs software
10447 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10448 L:      linux-rdma@vger.kernel.org
10449 S:      Supported
10450 F:      drivers/infiniband/sw/rdmavt
10451
10452 RDT - RESOURCE ALLOCATION
10453 M:      Fenghua Yu <fenghua.yu@intel.com>
10454 L:      linux-kernel@vger.kernel.org
10455 S:      Supported
10456 F:      arch/x86/kernel/cpu/intel_rdt*
10457 F:      arch/x86/include/asm/intel_rdt*
10458 F:      Documentation/x86/intel_rdt*
10459
10460 READ-COPY UPDATE (RCU)
10461 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10462 M:      Josh Triplett <josh@joshtriplett.org>
10463 R:      Steven Rostedt <rostedt@goodmis.org>
10464 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10465 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10466 L:      linux-kernel@vger.kernel.org
10467 W:      http://www.rdrop.com/users/paulmck/RCU/
10468 S:      Supported
10469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10470 F:      Documentation/RCU/
10471 X:      Documentation/RCU/torture.txt
10472 F:      include/linux/rcu*
10473 X:      include/linux/srcu.h
10474 F:      kernel/rcu/
10475 X:      kernel/torture.c
10476
10477 REAL TIME CLOCK (RTC) SUBSYSTEM
10478 M:      Alessandro Zummo <a.zummo@towertech.it>
10479 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10480 L:      rtc-linux@googlegroups.com
10481 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10483 S:      Maintained
10484 F:      Documentation/devicetree/bindings/rtc/
10485 F:      Documentation/rtc.txt
10486 F:      drivers/rtc/
10487 F:      include/linux/rtc.h
10488 F:      include/uapi/linux/rtc.h
10489 F:      include/linux/rtc/
10490 F:      include/linux/platform_data/rtc-*
10491 F:      tools/testing/selftests/timers/rtctest.c
10492
10493 REALTEK AUDIO CODECS
10494 M:      Bard Liao <bardliao@realtek.com>
10495 M:      Oder Chiou <oder_chiou@realtek.com>
10496 S:      Maintained
10497 F:      sound/soc/codecs/rt*
10498 F:      include/sound/rt*.h
10499
10500 REISERFS FILE SYSTEM
10501 L:      reiserfs-devel@vger.kernel.org
10502 S:      Supported
10503 F:      fs/reiserfs/
10504
10505 REGISTER MAP ABSTRACTION
10506 M:      Mark Brown <broonie@kernel.org>
10507 L:      linux-kernel@vger.kernel.org
10508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10509 S:      Supported
10510 F:      Documentation/devicetree/bindings/regmap/
10511 F:      drivers/base/regmap/
10512 F:      include/linux/regmap.h
10513
10514 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10515 M:      Ohad Ben-Cohen <ohad@wizery.com>
10516 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10517 L:      linux-remoteproc@vger.kernel.org
10518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10519 S:      Maintained
10520 F:      Documentation/devicetree/bindings/remoteproc/
10521 F:      Documentation/remoteproc.txt
10522 F:      drivers/remoteproc/
10523 F:      include/linux/remoteproc.h
10524
10525 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10526 M:      Ohad Ben-Cohen <ohad@wizery.com>
10527 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10528 L:      linux-remoteproc@vger.kernel.org
10529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10530 S:      Maintained
10531 F:      drivers/rpmsg/
10532 F:      Documentation/rpmsg.txt
10533 F:      include/linux/rpmsg.h
10534
10535 RENESAS CLOCK DRIVERS
10536 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10537 L:      linux-renesas-soc@vger.kernel.org
10538 S:      Supported
10539 F:      drivers/clk/renesas/
10540
10541 RENESAS ETHERNET DRIVERS
10542 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10543 L:      netdev@vger.kernel.org
10544 L:      linux-renesas-soc@vger.kernel.org
10545 F:      drivers/net/ethernet/renesas/
10546 F:      include/linux/sh_eth.h
10547
10548 RENESAS R-CAR GYROADC DRIVER
10549 M:      Marek Vasut <marek.vasut@gmail.com>
10550 L:      linux-iio@vger.kernel.org
10551 S:      Supported
10552 F:      drivers/iio/adc/rcar_gyro_adc.c
10553
10554 RENESAS USB2 PHY DRIVER
10555 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10556 L:      linux-renesas-soc@vger.kernel.org
10557 S:      Maintained
10558 F:      drivers/phy/phy-rcar-gen3-usb2.c
10559
10560 RESET CONTROLLER FRAMEWORK
10561 M:      Philipp Zabel <p.zabel@pengutronix.de>
10562 T:      git git://git.pengutronix.de/git/pza/linux
10563 S:      Maintained
10564 F:      drivers/reset/
10565 F:      Documentation/devicetree/bindings/reset/
10566 F:      include/dt-bindings/reset/
10567 F:      include/linux/reset.h
10568 F:      include/linux/reset-controller.h
10569
10570 RFKILL
10571 M:      Johannes Berg <johannes@sipsolutions.net>
10572 L:      linux-wireless@vger.kernel.org
10573 W:      http://wireless.kernel.org/
10574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10576 S:      Maintained
10577 F:      Documentation/rfkill.txt
10578 F:      net/rfkill/
10579
10580 RHASHTABLE
10581 M:      Thomas Graf <tgraf@suug.ch>
10582 M:      Herbert Xu <herbert@gondor.apana.org.au>
10583 L:      netdev@vger.kernel.org
10584 S:      Maintained
10585 F:      lib/rhashtable.c
10586 F:      include/linux/rhashtable.h
10587
10588 RICOH SMARTMEDIA/XD DRIVER
10589 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10590 S:      Maintained
10591 F:      drivers/mtd/nand/r852.c
10592 F:      drivers/mtd/nand/r852.h
10593
10594 RICOH R5C592 MEMORYSTICK DRIVER
10595 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10596 S:      Maintained
10597 F:      drivers/memstick/host/r592.*
10598
10599 ROCCAT DRIVERS
10600 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10601 W:      http://sourceforge.net/projects/roccat/
10602 S:      Maintained
10603 F:      drivers/hid/hid-roccat*
10604 F:      include/linux/hid-roccat*
10605 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10606
10607 ROCKER DRIVER
10608 M:      Jiri Pirko <jiri@resnulli.us>
10609 L:      netdev@vger.kernel.org
10610 S:      Supported
10611 F:      drivers/net/ethernet/rocker/
10612
10613 ROCKETPORT DRIVER
10614 P:      Comtrol Corp.
10615 W:      http://www.comtrol.com
10616 S:      Maintained
10617 F:      Documentation/serial/rocket.txt
10618 F:      drivers/tty/rocket*
10619
10620 ROCKETPORT EXPRESS/INFINITY DRIVER
10621 M:      Kevin Cernekee <cernekee@gmail.com>
10622 L:      linux-serial@vger.kernel.org
10623 S:      Odd Fixes
10624 F:      drivers/tty/serial/rp2.*
10625
10626 ROSE NETWORK LAYER
10627 M:      Ralf Baechle <ralf@linux-mips.org>
10628 L:      linux-hams@vger.kernel.org
10629 W:      http://www.linux-ax25.org/
10630 S:      Maintained
10631 F:      include/net/rose.h
10632 F:      include/uapi/linux/rose.h
10633 F:      net/rose/
10634
10635 RTL2830 MEDIA DRIVER
10636 M:      Antti Palosaari <crope@iki.fi>
10637 L:      linux-media@vger.kernel.org
10638 W:      https://linuxtv.org
10639 W:      http://palosaari.fi/linux/
10640 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10641 T:      git git://linuxtv.org/anttip/media_tree.git
10642 S:      Maintained
10643 F:      drivers/media/dvb-frontends/rtl2830*
10644
10645 RTL2832 MEDIA DRIVER
10646 M:      Antti Palosaari <crope@iki.fi>
10647 L:      linux-media@vger.kernel.org
10648 W:      https://linuxtv.org
10649 W:      http://palosaari.fi/linux/
10650 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10651 T:      git git://linuxtv.org/anttip/media_tree.git
10652 S:      Maintained
10653 F:      drivers/media/dvb-frontends/rtl2832*
10654
10655 RTL2832_SDR MEDIA DRIVER
10656 M:      Antti Palosaari <crope@iki.fi>
10657 L:      linux-media@vger.kernel.org
10658 W:      https://linuxtv.org
10659 W:      http://palosaari.fi/linux/
10660 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10661 T:      git git://linuxtv.org/anttip/media_tree.git
10662 S:      Maintained
10663 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10664
10665 RTL8180 WIRELESS DRIVER
10666 L:      linux-wireless@vger.kernel.org
10667 W:      http://wireless.kernel.org/
10668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10669 S:      Orphan
10670 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10671
10672 RTL8187 WIRELESS DRIVER
10673 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10674 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10675 M:      Larry Finger <Larry.Finger@lwfinger.net>
10676 L:      linux-wireless@vger.kernel.org
10677 W:      http://wireless.kernel.org/
10678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10679 S:      Maintained
10680 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10681
10682 RTL8192CE WIRELESS DRIVER
10683 M:      Larry Finger <Larry.Finger@lwfinger.net>
10684 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10685 L:      linux-wireless@vger.kernel.org
10686 W:      http://wireless.kernel.org/
10687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10688 S:      Maintained
10689 F:      drivers/net/wireless/realtek/rtlwifi/
10690 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10691
10692 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10693 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
10694 L:      linux-wireless@vger.kernel.org
10695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10696 S:      Maintained
10697 F:      drivers/net/wireless/realtek/rtl8xxxu/
10698
10699 S3 SAVAGE FRAMEBUFFER DRIVER
10700 M:      Antonino Daplas <adaplas@gmail.com>
10701 L:      linux-fbdev@vger.kernel.org
10702 S:      Maintained
10703 F:      drivers/video/fbdev/savage/
10704
10705 S390
10706 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10707 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10708 L:      linux-s390@vger.kernel.org
10709 W:      http://www.ibm.com/developerworks/linux/linux390/
10710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10711 S:      Supported
10712 F:      arch/s390/
10713 F:      drivers/s390/
10714 F:      Documentation/s390/
10715 F:      Documentation/DocBook/s390*
10716
10717 S390 COMMON I/O LAYER
10718 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10719 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10720 L:      linux-s390@vger.kernel.org
10721 W:      http://www.ibm.com/developerworks/linux/linux390/
10722 S:      Supported
10723 F:      drivers/s390/cio/
10724
10725 S390 DASD DRIVER
10726 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10727 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10728 L:      linux-s390@vger.kernel.org
10729 W:      http://www.ibm.com/developerworks/linux/linux390/
10730 S:      Supported
10731 F:      drivers/s390/block/dasd*
10732 F:      block/partitions/ibm.c
10733
10734 S390 NETWORK DRIVERS
10735 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10736 L:      linux-s390@vger.kernel.org
10737 W:      http://www.ibm.com/developerworks/linux/linux390/
10738 S:      Supported
10739 F:      drivers/s390/net/
10740
10741 S390 PCI SUBSYSTEM
10742 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10743 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10744 L:      linux-s390@vger.kernel.org
10745 W:      http://www.ibm.com/developerworks/linux/linux390/
10746 S:      Supported
10747 F:      arch/s390/pci/
10748 F:      drivers/pci/hotplug/s390_pci_hpc.c
10749
10750 S390 ZCRYPT DRIVER
10751 M:      Harald Freudenberger <freude@de.ibm.com>
10752 L:      linux-s390@vger.kernel.org
10753 W:      http://www.ibm.com/developerworks/linux/linux390/
10754 S:      Supported
10755 F:      drivers/s390/crypto/
10756
10757 S390 ZFCP DRIVER
10758 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10759 L:      linux-s390@vger.kernel.org
10760 W:      http://www.ibm.com/developerworks/linux/linux390/
10761 S:      Supported
10762 F:      drivers/s390/scsi/zfcp_*
10763
10764 S390 IUCV NETWORK LAYER
10765 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10766 L:      linux-s390@vger.kernel.org
10767 W:      http://www.ibm.com/developerworks/linux/linux390/
10768 S:      Supported
10769 F:      drivers/s390/net/*iucv*
10770 F:      include/net/iucv/
10771 F:      net/iucv/
10772
10773 S390 IOMMU (PCI)
10774 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10775 L:      linux-s390@vger.kernel.org
10776 W:      http://www.ibm.com/developerworks/linux/linux390/
10777 S:      Supported
10778 F:      drivers/iommu/s390-iommu.c
10779
10780 S3C24XX SD/MMC Driver
10781 M:      Ben Dooks <ben-linux@fluff.org>
10782 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10783 S:      Supported
10784 F:      drivers/mmc/host/s3cmci.*
10785
10786 SAA6588 RDS RECEIVER DRIVER
10787 M:      Hans Verkuil <hverkuil@xs4all.nl>
10788 L:      linux-media@vger.kernel.org
10789 T:      git git://linuxtv.org/media_tree.git
10790 W:      https://linuxtv.org
10791 S:      Odd Fixes
10792 F:      drivers/media/i2c/saa6588*
10793
10794 SAA7134 VIDEO4LINUX DRIVER
10795 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10796 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10797 L:      linux-media@vger.kernel.org
10798 W:      https://linuxtv.org
10799 T:      git git://linuxtv.org/media_tree.git
10800 S:      Odd fixes
10801 F:      Documentation/media/v4l-drivers/saa7134*
10802 F:      drivers/media/pci/saa7134/
10803
10804 SAA7146 VIDEO4LINUX-2 DRIVER
10805 M:      Hans Verkuil <hverkuil@xs4all.nl>
10806 L:      linux-media@vger.kernel.org
10807 T:      git git://linuxtv.org/media_tree.git
10808 S:      Maintained
10809 F:      drivers/media/common/saa7146/
10810 F:      drivers/media/pci/saa7146/
10811 F:      include/media/saa7146*
10812
10813 SAMSUNG LAPTOP DRIVER
10814 M:      Corentin Chary <corentin.chary@gmail.com>
10815 L:      platform-driver-x86@vger.kernel.org
10816 S:      Maintained
10817 F:      drivers/platform/x86/samsung-laptop.c
10818
10819 SAMSUNG AUDIO (ASoC) DRIVERS
10820 M:      Krzysztof Kozlowski <krzk@kernel.org>
10821 M:      Sangbeom Kim <sbkim73@samsung.com>
10822 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10823 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10824 S:      Supported
10825 F:      sound/soc/samsung/
10826
10827 SAMSUNG FRAMEBUFFER DRIVER
10828 M:      Jingoo Han <jingoohan1@gmail.com>
10829 L:      linux-fbdev@vger.kernel.org
10830 S:      Maintained
10831 F:      drivers/video/fbdev/s3c-fb.c
10832
10833 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10834 M:      Sangbeom Kim <sbkim73@samsung.com>
10835 M:      Krzysztof Kozlowski <krzk@kernel.org>
10836 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10837 L:      linux-kernel@vger.kernel.org
10838 L:      linux-samsung-soc@vger.kernel.org
10839 S:      Supported
10840 F:      drivers/mfd/sec*.c
10841 F:      drivers/regulator/s2m*.c
10842 F:      drivers/regulator/s5m*.c
10843 F:      drivers/clk/clk-s2mps11.c
10844 F:      drivers/rtc/rtc-s5m.c
10845 F:      include/linux/mfd/samsung/
10846 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10847 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10848 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10849 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10850
10851 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10852 M:      Kyungmin Park <kyungmin.park@samsung.com>
10853 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10854 L:      linux-media@vger.kernel.org
10855 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10856 S:      Supported
10857 F:      drivers/media/platform/exynos4-is/
10858
10859 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10860 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10861 L:      linux-media@vger.kernel.org
10862 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10863 S:      Maintained
10864 F:      drivers/media/platform/s3c-camif/
10865 F:      include/media/drv-intf/s3c_camif.h
10866
10867 SAMSUNG S5C73M3 CAMERA DRIVER
10868 M:      Kyungmin Park <kyungmin.park@samsung.com>
10869 M:      Andrzej Hajda <a.hajda@samsung.com>
10870 L:      linux-media@vger.kernel.org
10871 S:      Supported
10872 F:      drivers/media/i2c/s5c73m3/*
10873
10874 SAMSUNG S5K5BAF CAMERA DRIVER
10875 M:      Kyungmin Park <kyungmin.park@samsung.com>
10876 M:      Andrzej Hajda <a.hajda@samsung.com>
10877 L:      linux-media@vger.kernel.org
10878 S:      Supported
10879 F:      drivers/media/i2c/s5k5baf.c
10880
10881 SAMSUNG S3FWRN5 NFC DRIVER
10882 M:      Robert Baldyga <r.baldyga@samsung.com>
10883 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10884 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10885 S:      Supported
10886 F:      drivers/nfc/s3fwrn5
10887
10888 SAMSUNG SOC CLOCK DRIVERS
10889 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10890 M:      Tomasz Figa <tomasz.figa@gmail.com>
10891 M:      Chanwoo Choi <cw00.choi@samsung.com>
10892 S:      Supported
10893 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10894 F:      drivers/clk/samsung/
10895 F:      include/dt-bindings/clock/exynos*.h
10896 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10897
10898 SAMSUNG SPI DRIVERS
10899 M:      Kukjin Kim <kgene@kernel.org>
10900 M:      Krzysztof Kozlowski <krzk@kernel.org>
10901 M:      Andi Shyti <andi.shyti@samsung.com>
10902 L:      linux-spi@vger.kernel.org
10903 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10904 S:      Maintained
10905 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10906 F:      drivers/spi/spi-s3c*
10907 F:      include/linux/platform_data/spi-s3c64xx.h
10908
10909 SAMSUNG SXGBE DRIVERS
10910 M:      Byungho An <bh74.an@samsung.com>
10911 M:      Girish K S <ks.giri@samsung.com>
10912 M:      Vipul Pandya <vipul.pandya@samsung.com>
10913 S:      Supported
10914 L:      netdev@vger.kernel.org
10915 F:      drivers/net/ethernet/samsung/sxgbe/
10916
10917 SAMSUNG THERMAL DRIVER
10918 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10919 L:      linux-pm@vger.kernel.org
10920 L:      linux-samsung-soc@vger.kernel.org
10921 S:      Supported
10922 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10923 F:      drivers/thermal/samsung/
10924
10925 SAMSUNG USB2 PHY DRIVER
10926 M:      Kamil Debski <kamil@wypas.org>
10927 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10928 L:      linux-kernel@vger.kernel.org
10929 S:      Supported
10930 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10931 F:      Documentation/phy/samsung-usb2.txt
10932 F:      drivers/phy/phy-exynos4210-usb2.c
10933 F:      drivers/phy/phy-exynos4x12-usb2.c
10934 F:      drivers/phy/phy-exynos5250-usb2.c
10935 F:      drivers/phy/phy-s5pv210-usb2.c
10936 F:      drivers/phy/phy-samsung-usb2.c
10937 F:      drivers/phy/phy-samsung-usb2.h
10938
10939 SERIAL DRIVERS
10940 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10941 L:      linux-serial@vger.kernel.org
10942 S:      Maintained
10943 F:      Documentation/devicetree/bindings/serial/
10944 F:      drivers/tty/serial/
10945
10946 SERIAL DEVICE BUS
10947 M:      Rob Herring <robh@kernel.org>
10948 L:      linux-serial@vger.kernel.org
10949 S:      Maintained
10950 F:      Documentation/devicetree/bindings/serial/slave-device.txt
10951 F:      drivers/tty/serdev/
10952 F:      include/linux/serdev.h
10953
10954 SERIAL IR RECEIVER
10955 M:      Sean Young <sean@mess.org>
10956 L:      linux-media@vger.kernel.org
10957 S:      Maintained
10958 F:      drivers/media/rc/serial_ir.c
10959
10960 STI CEC DRIVER
10961 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10962 L:      kernel@stlinux.com
10963 S:      Maintained
10964 F:      drivers/staging/media/st-cec/
10965 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10966
10967 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
10968 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10969 L:      linux-s390@vger.kernel.org
10970 W:      http://www.ibm.com/developerworks/linux/linux390/
10971 S:      Supported
10972 F:      net/smc/
10973
10974 SYNOPSYS DESIGNWARE DMAC DRIVER
10975 M:      Viresh Kumar <vireshk@kernel.org>
10976 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10977 S:      Maintained
10978 F:      include/linux/dma/dw.h
10979 F:      include/linux/platform_data/dma-dw.h
10980 F:      drivers/dma/dw/
10981
10982 SYNOPSYS DESIGNWARE I2C DRIVER
10983 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10984 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10985 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10986 L:      linux-i2c@vger.kernel.org
10987 S:      Maintained
10988 F:      drivers/i2c/busses/i2c-designware-*
10989 F:      include/linux/platform_data/i2c-designware.h
10990
10991 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10992 M:      Jaehoon Chung <jh80.chung@samsung.com>
10993 L:      linux-mmc@vger.kernel.org
10994 S:      Maintained
10995 F:      drivers/mmc/host/dw_mmc*
10996
10997 SYSTEM TRACE MODULE CLASS
10998 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10999 S:      Maintained
11000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11001 F:      Documentation/trace/stm.txt
11002 F:      drivers/hwtracing/stm/
11003 F:      include/linux/stm.h
11004 F:      include/uapi/linux/stm.h
11005
11006 THUNDERBOLT DRIVER
11007 M:      Andreas Noever <andreas.noever@gmail.com>
11008 S:      Maintained
11009 F:      drivers/thunderbolt/
11010
11011 TI BQ27XXX POWER SUPPLY DRIVER
11012 R:      Andrew F. Davis <afd@ti.com>
11013 F:      include/linux/power/bq27xxx_battery.h
11014 F:      drivers/power/supply/bq27xxx_battery.c
11015 F:      drivers/power/supply/bq27xxx_battery_i2c.c
11016
11017 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11018 M:      John Stultz <john.stultz@linaro.org>
11019 M:      Thomas Gleixner <tglx@linutronix.de>
11020 L:      linux-kernel@vger.kernel.org
11021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11022 S:      Supported
11023 F:      include/linux/clocksource.h
11024 F:      include/linux/time.h
11025 F:      include/linux/timex.h
11026 F:      include/uapi/linux/time.h
11027 F:      include/uapi/linux/timex.h
11028 F:      kernel/time/clocksource.c
11029 F:      kernel/time/time*.c
11030 F:      kernel/time/alarmtimer.c
11031 F:      kernel/time/ntp.c
11032 F:      tools/testing/selftests/timers/
11033
11034 SC1200 WDT DRIVER
11035 M:      Zwane Mwaikambo <zwanem@gmail.com>
11036 S:      Maintained
11037 F:      drivers/watchdog/sc1200wdt.c
11038
11039 SCHEDULER
11040 M:      Ingo Molnar <mingo@redhat.com>
11041 M:      Peter Zijlstra <peterz@infradead.org>
11042 L:      linux-kernel@vger.kernel.org
11043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11044 S:      Maintained
11045 F:      kernel/sched/
11046 F:      include/linux/sched.h
11047 F:      include/uapi/linux/sched.h
11048 F:      include/linux/wait.h
11049
11050 SCORE ARCHITECTURE
11051 M:      Chen Liqin <liqin.linux@gmail.com>
11052 M:      Lennox Wu <lennox.wu@gmail.com>
11053 W:      http://www.sunplus.com
11054 S:      Supported
11055 F:      arch/score/
11056
11057 SCR24X CHIP CARD INTERFACE DRIVER
11058 M:      Lubomir Rintel <lkundrak@v3.sk>
11059 S:      Supported
11060 F:      drivers/char/pcmcia/scr24x_cs.c
11061
11062 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11063 M:      Sudeep Holla <sudeep.holla@arm.com>
11064 L:      linux-arm-kernel@lists.infradead.org
11065 S:      Maintained
11066 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
11067 F:      drivers/clk/clk-scpi.c
11068 F:      drivers/cpufreq/scpi-cpufreq.c
11069 F:      drivers/firmware/arm_scpi.c
11070 F:      include/linux/scpi_protocol.h
11071
11072 SCSI CDROM DRIVER
11073 M:      Jens Axboe <axboe@kernel.dk>
11074 L:      linux-scsi@vger.kernel.org
11075 W:      http://www.kernel.dk
11076 S:      Maintained
11077 F:      drivers/scsi/sr*
11078
11079 SCSI RDMA PROTOCOL (SRP) INITIATOR
11080 M:      Bart Van Assche <bart.vanassche@sandisk.com>
11081 L:      linux-rdma@vger.kernel.org
11082 S:      Supported
11083 W:      http://www.openfabrics.org
11084 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11086 F:      drivers/infiniband/ulp/srp/
11087 F:      include/scsi/srp.h
11088
11089 SCSI SG DRIVER
11090 M:      Doug Gilbert <dgilbert@interlog.com>
11091 L:      linux-scsi@vger.kernel.org
11092 W:      http://sg.danny.cz/sg
11093 S:      Maintained
11094 F:      Documentation/scsi/scsi-generic.txt
11095 F:      drivers/scsi/sg.c
11096 F:      include/scsi/sg.h
11097
11098 SCSI SUBSYSTEM
11099 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11101 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
11102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11103 L:      linux-scsi@vger.kernel.org
11104 S:      Maintained
11105 F:      Documentation/devicetree/bindings/scsi/
11106 F:      drivers/scsi/
11107 F:      include/scsi/
11108
11109 SCSI TAPE DRIVER
11110 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11111 L:      linux-scsi@vger.kernel.org
11112 S:      Maintained
11113 F:      Documentation/scsi/st.txt
11114 F:      drivers/scsi/st.*
11115 F:      drivers/scsi/st_*.h
11116
11117 SCTP PROTOCOL
11118 M:      Vlad Yasevich <vyasevich@gmail.com>
11119 M:      Neil Horman <nhorman@tuxdriver.com>
11120 L:      linux-sctp@vger.kernel.org
11121 W:      http://lksctp.sourceforge.net
11122 S:      Maintained
11123 F:      Documentation/networking/sctp.txt
11124 F:      include/linux/sctp.h
11125 F:      include/uapi/linux/sctp.h
11126 F:      include/net/sctp/
11127 F:      net/sctp/
11128
11129 SCx200 CPU SUPPORT
11130 M:      Jim Cromie <jim.cromie@gmail.com>
11131 S:      Odd Fixes
11132 F:      Documentation/i2c/busses/scx200_acb
11133 F:      arch/x86/platform/scx200/
11134 F:      drivers/watchdog/scx200_wdt.c
11135 F:      drivers/i2c/busses/scx200*
11136 F:      drivers/mtd/maps/scx200_docflash.c
11137 F:      include/linux/scx200.h
11138
11139 SCx200 GPIO DRIVER
11140 M:      Jim Cromie <jim.cromie@gmail.com>
11141 S:      Maintained
11142 F:      drivers/char/scx200_gpio.c
11143 F:      include/linux/scx200_gpio.h
11144
11145 SCx200 HRT CLOCKSOURCE DRIVER
11146 M:      Jim Cromie <jim.cromie@gmail.com>
11147 S:      Maintained
11148 F:      drivers/clocksource/scx200_hrt.c
11149
11150 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11151 M:      Sascha Sommer <saschasommer@freenet.de>
11152 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11153 S:      Maintained
11154 F:      drivers/mmc/host/sdricoh_cs.c
11155
11156 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11157 M:      Adrian Hunter <adrian.hunter@intel.com>
11158 L:      linux-mmc@vger.kernel.org
11159 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11160 S:      Maintained
11161 F:      drivers/mmc/host/sdhci*
11162 F:      include/linux/mmc/sdhci*
11163
11164 SECURE COMPUTING
11165 M:      Kees Cook <keescook@chromium.org>
11166 R:      Andy Lutomirski <luto@amacapital.net>
11167 R:      Will Drewry <wad@chromium.org>
11168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11169 S:      Supported
11170 F:      kernel/seccomp.c
11171 F:      include/uapi/linux/seccomp.h
11172 F:      include/linux/seccomp.h
11173 F:      tools/testing/selftests/seccomp/*
11174 K:      \bsecure_computing
11175 K:      \bTIF_SECCOMP\b
11176
11177 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11178 M:      Al Cooper <alcooperx@gmail.com>
11179 L:      linux-mmc@vger.kernel.org
11180 L:      bcm-kernel-feedback-list@broadcom.com
11181 S:      Maintained
11182 F:      drivers/mmc/host/sdhci-brcmstb*
11183
11184 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11185 M:      Ben Dooks <ben-linux@fluff.org>
11186 M:      Jaehoon Chung <jh80.chung@samsung.com>
11187 L:      linux-mmc@vger.kernel.org
11188 S:      Maintained
11189 F:      drivers/mmc/host/sdhci-s3c*
11190
11191 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11192 M:      Viresh Kumar <vireshk@kernel.org>
11193 L:      linux-mmc@vger.kernel.org
11194 S:      Maintained
11195 F:      drivers/mmc/host/sdhci-spear.c
11196
11197 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11198 M:      Scott Bauer <scott.bauer@intel.com>
11199 M:      Jonathan Derrick <jonathan.derrick@intel.com>
11200 M:      Rafael Antognolli <rafael.antognolli@intel.com>
11201 L:      linux-block@vger.kernel.org
11202 S:      Supported
11203 F:      block/sed*
11204 F:      block/opal_proto.h
11205 F:      include/linux/sed*
11206 F:      include/uapi/linux/sed*
11207
11208 SECURITY SUBSYSTEM
11209 M:      James Morris <james.l.morris@oracle.com>
11210 M:      "Serge E. Hallyn" <serge@hallyn.com>
11211 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11213 W:      http://kernsec.org/
11214 S:      Supported
11215 F:      security/
11216
11217 SECURITY CONTACT
11218 M:      Security Officers <security@kernel.org>
11219 S:      Supported
11220
11221 SELINUX SECURITY MODULE
11222 M:      Paul Moore <paul@paul-moore.com>
11223 M:      Stephen Smalley <sds@tycho.nsa.gov>
11224 M:      Eric Paris <eparis@parisplace.org>
11225 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11226 W:      http://selinuxproject.org
11227 T:      git git://git.infradead.org/users/pcmoore/selinux
11228 S:      Supported
11229 F:      include/linux/selinux*
11230 F:      security/selinux/
11231 F:      scripts/selinux/
11232
11233 APPARMOR SECURITY MODULE
11234 M:      John Johansen <john.johansen@canonical.com>
11235 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11236 W:      apparmor.wiki.kernel.org
11237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11238 S:      Supported
11239 F:      security/apparmor/
11240
11241 LOADPIN SECURITY MODULE
11242 M:      Kees Cook <keescook@chromium.org>
11243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11244 S:      Supported
11245 F:      security/loadpin/
11246
11247 YAMA SECURITY MODULE
11248 M:      Kees Cook <keescook@chromium.org>
11249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11250 S:      Supported
11251 F:      security/yama/
11252
11253 SENSABLE PHANTOM
11254 M:      Jiri Slaby <jirislaby@gmail.com>
11255 S:      Maintained
11256 F:      drivers/misc/phantom.c
11257 F:      include/uapi/linux/phantom.h
11258
11259 Emulex 10Gbps iSCSI - OneConnect DRIVER
11260 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11261 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11262 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11263 L:      linux-scsi@vger.kernel.org
11264 W:      http://www.broadcom.com
11265 S:      Supported
11266 F:      drivers/scsi/be2iscsi/
11267
11268 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11269 M:      Sathya Perla <sathya.perla@broadcom.com>
11270 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11271 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11272 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11273 L:      netdev@vger.kernel.org
11274 W:      http://www.emulex.com
11275 S:      Supported
11276 F:      drivers/net/ethernet/emulex/benet/
11277
11278 EMULEX ONECONNECT ROCE DRIVER
11279 M:      Selvin Xavier <selvin.xavier@avagotech.com>
11280 M:      Devesh Sharma <devesh.sharma@avagotech.com>
11281 L:      linux-rdma@vger.kernel.org
11282 W:      http://www.emulex.com
11283 S:      Supported
11284 F:      drivers/infiniband/hw/ocrdma/
11285 F:      include/uapi/rdma/ocrdma-abi.h
11286
11287 SFC NETWORK DRIVER
11288 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11289 M:      Edward Cree <ecree@solarflare.com>
11290 M:      Bert Kenward <bkenward@solarflare.com>
11291 L:      netdev@vger.kernel.org
11292 S:      Supported
11293 F:      drivers/net/ethernet/sfc/
11294
11295 SGI GRU DRIVER
11296 M:      Dimitri Sivanich <sivanich@sgi.com>
11297 S:      Maintained
11298 F:      drivers/misc/sgi-gru/
11299
11300 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11301 M:      Pat Gefre <pfg@sgi.com>
11302 L:      linux-ia64@vger.kernel.org
11303 S:      Supported
11304 F:      Documentation/ia64/serial.txt
11305 F:      drivers/tty/serial/ioc?_serial.c
11306 F:      include/linux/ioc?.h
11307
11308 SGI XP/XPC/XPNET DRIVER
11309 M:      Cliff Whickman <cpw@sgi.com>
11310 M:      Robin Holt <robinmholt@gmail.com>
11311 S:      Maintained
11312 F:      drivers/misc/sgi-xp/
11313
11314 SI2157 MEDIA DRIVER
11315 M:      Antti Palosaari <crope@iki.fi>
11316 L:      linux-media@vger.kernel.org
11317 W:      https://linuxtv.org
11318 W:      http://palosaari.fi/linux/
11319 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11320 T:      git git://linuxtv.org/anttip/media_tree.git
11321 S:      Maintained
11322 F:      drivers/media/tuners/si2157*
11323
11324 SI2168 MEDIA DRIVER
11325 M:      Antti Palosaari <crope@iki.fi>
11326 L:      linux-media@vger.kernel.org
11327 W:      https://linuxtv.org
11328 W:      http://palosaari.fi/linux/
11329 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11330 T:      git git://linuxtv.org/anttip/media_tree.git
11331 S:      Maintained
11332 F:      drivers/media/dvb-frontends/si2168*
11333
11334 SI470X FM RADIO RECEIVER I2C DRIVER
11335 M:      Hans Verkuil <hverkuil@xs4all.nl>
11336 L:      linux-media@vger.kernel.org
11337 T:      git git://linuxtv.org/media_tree.git
11338 W:      https://linuxtv.org
11339 S:      Odd Fixes
11340 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11341
11342 SI470X FM RADIO RECEIVER USB DRIVER
11343 M:      Hans Verkuil <hverkuil@xs4all.nl>
11344 L:      linux-media@vger.kernel.org
11345 T:      git git://linuxtv.org/media_tree.git
11346 W:      https://linuxtv.org
11347 S:      Maintained
11348 F:      drivers/media/radio/si470x/radio-si470x-common.c
11349 F:      drivers/media/radio/si470x/radio-si470x.h
11350 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11351
11352 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11353 M:      Eduardo Valentin <edubezval@gmail.com>
11354 L:      linux-media@vger.kernel.org
11355 T:      git git://linuxtv.org/media_tree.git
11356 W:      https://linuxtv.org
11357 S:      Odd Fixes
11358 F:      drivers/media/radio/si4713/si4713.?
11359
11360 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11361 M:      Eduardo Valentin <edubezval@gmail.com>
11362 L:      linux-media@vger.kernel.org
11363 T:      git git://linuxtv.org/media_tree.git
11364 W:      https://linuxtv.org
11365 S:      Odd Fixes
11366 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11367
11368 SI4713 FM RADIO TRANSMITTER USB DRIVER
11369 M:      Hans Verkuil <hverkuil@xs4all.nl>
11370 L:      linux-media@vger.kernel.org
11371 T:      git git://linuxtv.org/media_tree.git
11372 W:      https://linuxtv.org
11373 S:      Maintained
11374 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11375
11376 SIANO DVB DRIVER
11377 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11378 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11379 L:      linux-media@vger.kernel.org
11380 W:      https://linuxtv.org
11381 T:      git git://linuxtv.org/media_tree.git
11382 S:      Odd fixes
11383 F:      drivers/media/common/siano/
11384 F:      drivers/media/usb/siano/
11385 F:      drivers/media/usb/siano/
11386 F:      drivers/media/mmc/siano/
11387
11388 SIMPLEFB FB DRIVER
11389 M:      Hans de Goede <hdegoede@redhat.com>
11390 L:      linux-fbdev@vger.kernel.org
11391 S:      Maintained
11392 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11393 F:      drivers/video/fbdev/simplefb.c
11394 F:      include/linux/platform_data/simplefb.h
11395
11396 SH_VEU V4L2 MEM2MEM DRIVER
11397 L:      linux-media@vger.kernel.org
11398 S:      Orphan
11399 F:      drivers/media/platform/sh_veu.c
11400
11401 SH_VOU V4L2 OUTPUT DRIVER
11402 L:      linux-media@vger.kernel.org
11403 S:      Orphan
11404 F:      drivers/media/platform/sh_vou.c
11405 F:      include/media/drv-intf/sh_vou.h
11406
11407 SIMPLE FIRMWARE INTERFACE (SFI)
11408 M:      Len Brown <lenb@kernel.org>
11409 L:      sfi-devel@simplefirmware.org
11410 W:      http://simplefirmware.org/
11411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11412 S:      Supported
11413 F:      arch/x86/platform/sfi/
11414 F:      drivers/sfi/
11415 F:      include/linux/sfi*.h
11416
11417 SIMTEC EB110ATX (Chalice CATS)
11418 P:      Ben Dooks
11419 P:      Vincent Sanders <vince@simtec.co.uk>
11420 M:      Simtec Linux Team <linux@simtec.co.uk>
11421 W:      http://www.simtec.co.uk/products/EB110ATX/
11422 S:      Supported
11423
11424 SIMTEC EB2410ITX (BAST)
11425 P:      Ben Dooks
11426 P:      Vincent Sanders <vince@simtec.co.uk>
11427 M:      Simtec Linux Team <linux@simtec.co.uk>
11428 W:      http://www.simtec.co.uk/products/EB2410ITX/
11429 S:      Supported
11430 F:      arch/arm/mach-s3c24xx/mach-bast.c
11431 F:      arch/arm/mach-s3c24xx/bast-ide.c
11432 F:      arch/arm/mach-s3c24xx/bast-irq.c
11433
11434 SIPHASH PRF ROUTINES
11435 M:      Jason A. Donenfeld <Jason@zx2c4.com>
11436 S:      Maintained
11437 F:      lib/siphash.c
11438 F:      lib/test_siphash.c
11439 F:      include/linux/siphash.h
11440
11441 TI DAVINCI MACHINE SUPPORT
11442 M:      Sekhar Nori <nsekhar@ti.com>
11443 M:      Kevin Hilman <khilman@kernel.org>
11444 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11446 S:      Supported
11447 F:      arch/arm/mach-davinci/
11448 F:      drivers/i2c/busses/i2c-davinci.c
11449
11450 TI DAVINCI SERIES MEDIA DRIVER
11451 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11452 L:      linux-media@vger.kernel.org
11453 W:      https://linuxtv.org
11454 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11455 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11456 S:      Maintained
11457 F:      drivers/media/platform/davinci/
11458 F:      include/media/davinci/
11459
11460 TI AM437X VPFE DRIVER
11461 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11462 L:      linux-media@vger.kernel.org
11463 W:      https://linuxtv.org
11464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11465 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11466 S:      Maintained
11467 F:      drivers/media/platform/am437x/
11468
11469 OV2659 OMNIVISION SENSOR DRIVER
11470 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11471 L:      linux-media@vger.kernel.org
11472 W:      https://linuxtv.org
11473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11474 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11475 S:      Maintained
11476 F:      drivers/media/i2c/ov2659.c
11477 F:      include/media/i2c/ov2659.h
11478
11479 SILICON MOTION SM712 FRAME BUFFER DRIVER
11480 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11481 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11482 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11483 L:      linux-fbdev@vger.kernel.org
11484 S:      Maintained
11485 F:      drivers/video/fbdev/sm712*
11486 F:      Documentation/fb/sm712fb.txt
11487
11488 SIS 190 ETHERNET DRIVER
11489 M:      Francois Romieu <romieu@fr.zoreil.com>
11490 L:      netdev@vger.kernel.org
11491 S:      Maintained
11492 F:      drivers/net/ethernet/sis/sis190.c
11493
11494 SIS 900/7016 FAST ETHERNET DRIVER
11495 M:      Daniele Venzano <venza@brownhat.org>
11496 W:      http://www.brownhat.org/sis900.html
11497 L:      netdev@vger.kernel.org
11498 S:      Maintained
11499 F:      drivers/net/ethernet/sis/sis900.*
11500
11501 SIS FRAMEBUFFER DRIVER
11502 M:      Thomas Winischhofer <thomas@winischhofer.net>
11503 W:      http://www.winischhofer.net/linuxsisvga.shtml
11504 S:      Maintained
11505 F:      Documentation/fb/sisfb.txt
11506 F:      drivers/video/fbdev/sis/
11507 F:      include/video/sisfb.h
11508
11509 SIS USB2VGA DRIVER
11510 M:      Thomas Winischhofer <thomas@winischhofer.net>
11511 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11512 S:      Maintained
11513 F:      drivers/usb/misc/sisusbvga/
11514
11515 SLAB ALLOCATOR
11516 M:      Christoph Lameter <cl@linux.com>
11517 M:      Pekka Enberg <penberg@kernel.org>
11518 M:      David Rientjes <rientjes@google.com>
11519 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11520 M:      Andrew Morton <akpm@linux-foundation.org>
11521 L:      linux-mm@kvack.org
11522 S:      Maintained
11523 F:      include/linux/sl?b*.h
11524 F:      mm/sl?b*
11525
11526 SLEEPABLE READ-COPY UPDATE (SRCU)
11527 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11528 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11529 M:      Josh Triplett <josh@joshtriplett.org>
11530 R:      Steven Rostedt <rostedt@goodmis.org>
11531 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11532 L:      linux-kernel@vger.kernel.org
11533 W:      http://www.rdrop.com/users/paulmck/RCU/
11534 S:      Supported
11535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11536 F:      include/linux/srcu.h
11537 F:      kernel/rcu/srcu.c
11538
11539 SMACK SECURITY MODULE
11540 M:      Casey Schaufler <casey@schaufler-ca.com>
11541 L:      linux-security-module@vger.kernel.org
11542 W:      http://schaufler-ca.com
11543 T:      git git://github.com/cschaufler/smack-next
11544 S:      Maintained
11545 F:      Documentation/security/Smack.txt
11546 F:      security/smack/
11547
11548 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11549 M:      Kevin Hilman <khilman@kernel.org>
11550 M:      Nishanth Menon <nm@ti.com>
11551 S:      Maintained
11552 F:      drivers/power/avs/
11553 F:      include/linux/power/smartreflex.h
11554 L:      linux-pm@vger.kernel.org
11555
11556 SMC91x ETHERNET DRIVER
11557 M:      Nicolas Pitre <nico@fluxnic.net>
11558 S:      Odd Fixes
11559 F:      drivers/net/ethernet/smsc/smc91x.*
11560
11561 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11562 M:      Sakari Ailus <sakari.ailus@iki.fi>
11563 L:      linux-media@vger.kernel.org
11564 S:      Maintained
11565 F:      drivers/media/i2c/smiapp/
11566 F:      include/media/i2c/smiapp.h
11567 F:      drivers/media/i2c/smiapp-pll.c
11568 F:      drivers/media/i2c/smiapp-pll.h
11569 F:      include/uapi/linux/smiapp.h
11570 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11571
11572 SMM665 HARDWARE MONITOR DRIVER
11573 M:      Guenter Roeck <linux@roeck-us.net>
11574 L:      linux-hwmon@vger.kernel.org
11575 S:      Maintained
11576 F:      Documentation/hwmon/smm665
11577 F:      drivers/hwmon/smm665.c
11578
11579 SMSC EMC2103 HARDWARE MONITOR DRIVER
11580 M:      Steve Glendinning <steve.glendinning@shawell.net>
11581 L:      linux-hwmon@vger.kernel.org
11582 S:      Maintained
11583 F:      Documentation/hwmon/emc2103
11584 F:      drivers/hwmon/emc2103.c
11585
11586 SMSC SCH5627 HARDWARE MONITOR DRIVER
11587 M:      Hans de Goede <hdegoede@redhat.com>
11588 L:      linux-hwmon@vger.kernel.org
11589 S:      Supported
11590 F:      Documentation/hwmon/sch5627
11591 F:      drivers/hwmon/sch5627.c
11592
11593 SMSC47B397 HARDWARE MONITOR DRIVER
11594 M:      Jean Delvare <jdelvare@suse.com>
11595 L:      linux-hwmon@vger.kernel.org
11596 S:      Maintained
11597 F:      Documentation/hwmon/smsc47b397
11598 F:      drivers/hwmon/smsc47b397.c
11599
11600 SMSC911x ETHERNET DRIVER
11601 M:      Steve Glendinning <steve.glendinning@shawell.net>
11602 L:      netdev@vger.kernel.org
11603 S:      Maintained
11604 F:      include/linux/smsc911x.h
11605 F:      drivers/net/ethernet/smsc/smsc911x.*
11606
11607 SMSC9420 PCI ETHERNET DRIVER
11608 M:      Steve Glendinning <steve.glendinning@shawell.net>
11609 L:      netdev@vger.kernel.org
11610 S:      Maintained
11611 F:      drivers/net/ethernet/smsc/smsc9420.*
11612
11613 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11614 M:      Steve Glendinning <steve.glendinning@shawell.net>
11615 L:      linux-fbdev@vger.kernel.org
11616 S:      Maintained
11617 F:      drivers/video/fbdev/smscufx.c
11618
11619 SOC-CAMERA V4L2 SUBSYSTEM
11620 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11621 L:      linux-media@vger.kernel.org
11622 T:      git git://linuxtv.org/media_tree.git
11623 S:      Maintained
11624 F:      include/media/soc*
11625 F:      drivers/media/i2c/soc_camera/
11626 F:      drivers/media/platform/soc_camera/
11627
11628 SOEKRIS NET48XX LED SUPPORT
11629 M:      Chris Boot <bootc@bootc.net>
11630 S:      Maintained
11631 F:      drivers/leds/leds-net48xx.c
11632
11633 SOFTLOGIC 6x10 MPEG CODEC
11634 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11635 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11636 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11637 M:      Ismael Luceno <ismael@iodev.co.uk>
11638 L:      linux-media@vger.kernel.org
11639 S:      Supported
11640 F:      drivers/media/pci/solo6x10/
11641
11642 SOFTWARE RAID (Multiple Disks) SUPPORT
11643 M:      Shaohua Li <shli@kernel.org>
11644 L:      linux-raid@vger.kernel.org
11645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11646 S:      Supported
11647 F:      drivers/md/
11648 F:      include/linux/raid/
11649 F:      include/uapi/linux/raid/
11650
11651 SONIC NETWORK DRIVER
11652 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11653 L:      netdev@vger.kernel.org
11654 S:      Maintained
11655 F:      drivers/net/ethernet/natsemi/sonic.*
11656
11657 SONICS SILICON BACKPLANE DRIVER (SSB)
11658 M:      Michael Buesch <m@bues.ch>
11659 L:      linux-wireless@vger.kernel.org
11660 S:      Maintained
11661 F:      drivers/ssb/
11662 F:      include/linux/ssb/
11663
11664 SONY VAIO CONTROL DEVICE DRIVER
11665 M:      Mattia Dongili <malattia@linux.it>
11666 L:      platform-driver-x86@vger.kernel.org
11667 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11668 S:      Maintained
11669 F:      Documentation/laptops/sony-laptop.txt
11670 F:      drivers/char/sonypi.c
11671 F:      drivers/platform/x86/sony-laptop.c
11672 F:      include/linux/sony-laptop.h
11673
11674 SONY MEMORYSTICK CARD SUPPORT
11675 M:      Alex Dubov <oakad@yahoo.com>
11676 W:      http://tifmxx.berlios.de/
11677 S:      Maintained
11678 F:      drivers/memstick/host/tifm_ms.c
11679
11680 SONY MEMORYSTICK STANDARD SUPPORT
11681 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11682 S:      Maintained
11683 F:      drivers/memstick/core/ms_block.*
11684
11685 SOUND
11686 M:      Jaroslav Kysela <perex@perex.cz>
11687 M:      Takashi Iwai <tiwai@suse.com>
11688 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11689 W:      http://www.alsa-project.org/
11690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11691 T:      git git://git.alsa-project.org/alsa-kernel.git
11692 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11693 S:      Maintained
11694 F:      Documentation/sound/
11695 F:      include/sound/
11696 F:      include/uapi/sound/
11697 F:      sound/
11698
11699 SOUND - COMPRESSED AUDIO
11700 M:      Vinod Koul <vinod.koul@intel.com>
11701 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11703 S:      Supported
11704 F:      Documentation/sound/alsa/compress_offload.txt
11705 F:      include/sound/compress_driver.h
11706 F:      include/uapi/sound/compress_*
11707 F:      sound/core/compress_offload.c
11708 F:      sound/soc/soc-compress.c
11709
11710 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11711 M:      Liam Girdwood <lgirdwood@gmail.com>
11712 M:      Mark Brown <broonie@kernel.org>
11713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11715 W:      http://alsa-project.org/main/index.php/ASoC
11716 S:      Supported
11717 F:      Documentation/devicetree/bindings/sound/
11718 F:      Documentation/sound/alsa/soc/
11719 F:      sound/soc/
11720 F:      include/sound/soc*
11721
11722 SOUND - DMAENGINE HELPERS
11723 M:      Lars-Peter Clausen <lars@metafoo.de>
11724 S:      Supported
11725 F:      include/sound/dmaengine_pcm.h
11726 F:      sound/core/pcm_dmaengine.c
11727 F:      sound/soc/soc-generic-dmaengine-pcm.c
11728
11729 SP2 MEDIA DRIVER
11730 M:      Olli Salonen <olli.salonen@iki.fi>
11731 L:      linux-media@vger.kernel.org
11732 W:      https://linuxtv.org
11733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11734 S:      Maintained
11735 F:      drivers/media/dvb-frontends/sp2*
11736
11737 SPARC + UltraSPARC (sparc/sparc64)
11738 M:      "David S. Miller" <davem@davemloft.net>
11739 L:      sparclinux@vger.kernel.org
11740 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11743 S:      Maintained
11744 F:      arch/sparc/
11745 F:      drivers/sbus/
11746
11747 SPARC SERIAL DRIVERS
11748 M:      "David S. Miller" <davem@davemloft.net>
11749 L:      sparclinux@vger.kernel.org
11750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11752 S:      Maintained
11753 F:      include/linux/sunserialcore.h
11754 F:      drivers/tty/serial/suncore.c
11755 F:      drivers/tty/serial/sunhv.c
11756 F:      drivers/tty/serial/sunsab.c
11757 F:      drivers/tty/serial/sunsab.h
11758 F:      drivers/tty/serial/sunsu.c
11759 F:      drivers/tty/serial/sunzilog.c
11760 F:      drivers/tty/serial/sunzilog.h
11761
11762 SPARSE CHECKER
11763 M:      "Christopher Li" <sparse@chrisli.org>
11764 L:      linux-sparse@vger.kernel.org
11765 W:      https://sparse.wiki.kernel.org/
11766 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11767 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11768 S:      Maintained
11769 F:      include/linux/compiler.h
11770
11771 SPEAR PLATFORM SUPPORT
11772 M:      Viresh Kumar <vireshk@kernel.org>
11773 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11774 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11775 W:      http://www.st.com/spear
11776 S:      Maintained
11777 F:      arch/arm/boot/dts/spear*
11778 F:      arch/arm/mach-spear/
11779
11780 SPEAR CLOCK FRAMEWORK SUPPORT
11781 M:      Viresh Kumar <vireshk@kernel.org>
11782 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11783 W:      http://www.st.com/spear
11784 S:      Maintained
11785 F:      drivers/clk/spear/
11786
11787 SPI NOR SUBSYSTEM
11788 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11789 M:      Marek Vasut <marek.vasut@gmail.com>
11790 L:      linux-mtd@lists.infradead.org
11791 W:      http://www.linux-mtd.infradead.org/
11792 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11793 T:      git git://github.com/spi-nor/linux.git
11794 S:      Maintained
11795 F:      drivers/mtd/spi-nor/
11796 F:      include/linux/mtd/spi-nor.h
11797
11798 SPI SUBSYSTEM
11799 M:      Mark Brown <broonie@kernel.org>
11800 L:      linux-spi@vger.kernel.org
11801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11802 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11803 S:      Maintained
11804 F:      Documentation/devicetree/bindings/spi/
11805 F:      Documentation/spi/
11806 F:      drivers/spi/
11807 F:      include/linux/spi/
11808 F:      include/uapi/linux/spi/
11809 F:      tools/spi/
11810
11811 SPIDERNET NETWORK DRIVER for CELL
11812 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11813 L:      netdev@vger.kernel.org
11814 S:      Supported
11815 F:      Documentation/networking/spider_net.txt
11816 F:      drivers/net/ethernet/toshiba/spider_net*
11817
11818 SPU FILE SYSTEM
11819 M:      Jeremy Kerr <jk@ozlabs.org>
11820 L:      linuxppc-dev@lists.ozlabs.org
11821 W:      http://www.ibm.com/developerworks/power/cell/
11822 S:      Supported
11823 F:      Documentation/filesystems/spufs.txt
11824 F:      arch/powerpc/platforms/cell/spufs/
11825
11826 SQUASHFS FILE SYSTEM
11827 M:      Phillip Lougher <phillip@squashfs.org.uk>
11828 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11829 W:      http://squashfs.org.uk
11830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11831 S:      Maintained
11832 F:      Documentation/filesystems/squashfs.txt
11833 F:      fs/squashfs/
11834
11835 SRM (Alpha) environment access
11836 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11837 S:      Maintained
11838 F:      arch/alpha/kernel/srm_env.c
11839
11840 STABLE BRANCH
11841 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11842 L:      stable@vger.kernel.org
11843 S:      Supported
11844 F:      Documentation/process/stable-kernel-rules.rst
11845
11846 STAGING SUBSYSTEM
11847 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11849 L:      devel@driverdev.osuosl.org
11850 S:      Supported
11851 F:      drivers/staging/
11852
11853 STAGING - COMEDI
11854 M:      Ian Abbott <abbotti@mev.co.uk>
11855 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11856 S:      Odd Fixes
11857 F:      drivers/staging/comedi/
11858
11859 STAGING - FLARION FT1000 DRIVERS
11860 M:      Marek Belisko <marek.belisko@gmail.com>
11861 S:      Odd Fixes
11862 F:      drivers/staging/ft1000/
11863
11864 STAGING - INDUSTRIAL IO
11865 M:      Jonathan Cameron <jic23@kernel.org>
11866 L:      linux-iio@vger.kernel.org
11867 S:      Odd Fixes
11868 F:      Documentation/devicetree/bindings/staging/iio/
11869 F:      drivers/staging/iio/
11870
11871 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11872 M:      Jarod Wilson <jarod@wilsonet.com>
11873 W:      http://www.lirc.org/
11874 S:      Odd Fixes
11875 F:      drivers/staging/media/lirc/
11876
11877 STAGING - LUSTRE PARALLEL FILESYSTEM
11878 M:      Oleg Drokin <oleg.drokin@intel.com>
11879 M:      Andreas Dilger <andreas.dilger@intel.com>
11880 M:      James Simmons <jsimmons@infradead.org>
11881 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11882 W:      http://wiki.lustre.org/
11883 S:      Maintained
11884 F:      drivers/staging/lustre
11885
11886 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11887 M:      Marc Dietrich <marvin24@gmx.de>
11888 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11889 L:      linux-tegra@vger.kernel.org
11890 S:      Maintained
11891 F:      drivers/staging/nvec/
11892
11893 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11894 M:      Jens Frederich <jfrederich@gmail.com>
11895 M:      Daniel Drake <dsd@laptop.org>
11896 M:      Jon Nettleton <jon.nettleton@gmail.com>
11897 W:      http://wiki.laptop.org/go/DCON
11898 S:      Maintained
11899 F:      drivers/staging/olpc_dcon/
11900
11901 STAGING - REALTEK RTL8712U DRIVERS
11902 M:      Larry Finger <Larry.Finger@lwfinger.net>
11903 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11904 S:      Odd Fixes
11905 F:      drivers/staging/rtl8712/
11906
11907 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11908 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11909 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11910 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11911 L:      linux-fbdev@vger.kernel.org
11912 S:      Maintained
11913 F:      drivers/staging/sm750fb/
11914
11915 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11916 M:      William Hubbs <w.d.hubbs@gmail.com>
11917 M:      Chris Brannon <chris@the-brannons.com>
11918 M:      Kirk Reiser <kirk@reisers.ca>
11919 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11920 L:      speakup@linux-speakup.org
11921 W:      http://www.linux-speakup.org/
11922 S:      Odd Fixes
11923 F:      drivers/staging/speakup/
11924
11925 STAGING - VIA VT665X DRIVERS
11926 M:      Forest Bond <forest@alittletooquiet.net>
11927 S:      Odd Fixes
11928 F:      drivers/staging/vt665?/
11929
11930 STAGING - WILC1000 WIFI DRIVER
11931 M:      Aditya Shankar <aditya.shankar@microchip.com>
11932 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11933 L:      linux-wireless@vger.kernel.org
11934 S:      Supported
11935 F:      drivers/staging/wilc1000/
11936
11937 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11938 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11939 S:      Odd Fixes
11940 F:      drivers/staging/xgifb/
11941
11942 STARFIRE/DURALAN NETWORK DRIVER
11943 M:      Ion Badulescu <ionut@badula.org>
11944 S:      Odd Fixes
11945 F:      drivers/net/ethernet/adaptec/starfire*
11946
11947 SUN3/3X
11948 M:      Sam Creasey <sammy@sammy.net>
11949 W:      http://sammy.net/sun3/
11950 S:      Maintained
11951 F:      arch/m68k/kernel/*sun3*
11952 F:      arch/m68k/sun3*/
11953 F:      arch/m68k/include/asm/sun3*
11954 F:      drivers/net/ethernet/i825xx/sun3*
11955
11956 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11957 M:      Hans de Goede <hdegoede@redhat.com>
11958 L:      linux-input@vger.kernel.org
11959 S:      Maintained
11960 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11961 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11962
11963 SUNDANCE NETWORK DRIVER
11964 M:      Denis Kirjanov <kda@linux-powerpc.org>
11965 L:      netdev@vger.kernel.org
11966 S:      Maintained
11967 F:      drivers/net/ethernet/dlink/sundance.c
11968
11969 SUPERH
11970 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11971 M:      Rich Felker <dalias@libc.org>
11972 L:      linux-sh@vger.kernel.org
11973 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11974 S:      Maintained
11975 F:      Documentation/sh/
11976 F:      arch/sh/
11977 F:      drivers/sh/
11978
11979 SUSPEND TO RAM
11980 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11981 M:      Len Brown <len.brown@intel.com>
11982 M:      Pavel Machek <pavel@ucw.cz>
11983 L:      linux-pm@vger.kernel.org
11984 B:      https://bugzilla.kernel.org
11985 S:      Supported
11986 F:      Documentation/power/
11987 F:      arch/x86/kernel/acpi/
11988 F:      drivers/base/power/
11989 F:      kernel/power/
11990 F:      include/linux/suspend.h
11991 F:      include/linux/freezer.h
11992 F:      include/linux/pm.h
11993
11994 SVGA HANDLING
11995 M:      Martin Mares <mj@ucw.cz>
11996 L:      linux-video@atrey.karlin.mff.cuni.cz
11997 S:      Maintained
11998 F:      Documentation/svga.txt
11999 F:      arch/x86/boot/video*
12000
12001 SWIOTLB SUBSYSTEM
12002 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12003 L:      linux-kernel@vger.kernel.org
12004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12005 S:      Supported
12006 F:      lib/swiotlb.c
12007 F:      arch/*/kernel/pci-swiotlb.c
12008 F:      include/linux/swiotlb.h
12009
12010 SWITCHDEV
12011 M:      Jiri Pirko <jiri@resnulli.us>
12012 M:      Ivan Vecera <ivecera@redhat.com>
12013 L:      netdev@vger.kernel.org
12014 S:      Supported
12015 F:      net/switchdev/
12016 F:      include/net/switchdev.h
12017
12018 SYNOPSYS ARC ARCHITECTURE
12019 M:      Vineet Gupta <vgupta@synopsys.com>
12020 L:      linux-snps-arc@lists.infradead.org
12021 S:      Supported
12022 F:      arch/arc/
12023 F:      Documentation/devicetree/bindings/arc/*
12024 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12025 F:      drivers/clocksource/arc_timer.c
12026 F:      drivers/tty/serial/arc_uart.c
12027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12028
12029 SYNOPSYS ARC SDP platform support
12030 M:      Alexey Brodkin <abrodkin@synopsys.com>
12031 S:      Supported
12032 F:      arch/arc/plat-axs10x
12033 F:      arch/arc/boot/dts/ax*
12034 F:      Documentation/devicetree/bindings/arc/axs10*
12035
12036 SYSTEM CONFIGURATION (SYSCON)
12037 M:      Lee Jones <lee.jones@linaro.org>
12038 M:      Arnd Bergmann <arnd@arndb.de>
12039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12040 S:      Supported
12041 F:      drivers/mfd/syscon.c
12042
12043 SYSTEM RESET/SHUTDOWN DRIVERS
12044 M:      Sebastian Reichel <sre@kernel.org>
12045 L:      linux-pm@vger.kernel.org
12046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12047 S:      Maintained
12048 F:      Documentation/devicetree/bindings/power/reset/
12049 F:      drivers/power/reset/
12050
12051 SYSV FILESYSTEM
12052 M:      Christoph Hellwig <hch@infradead.org>
12053 S:      Maintained
12054 F:      Documentation/filesystems/sysv-fs.txt
12055 F:      fs/sysv/
12056 F:      include/linux/sysv_fs.h
12057
12058 TARGET SUBSYSTEM
12059 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12060 L:      linux-scsi@vger.kernel.org
12061 L:      target-devel@vger.kernel.org
12062 W:      http://www.linux-iscsi.org
12063 W:      http://groups.google.com/group/linux-iscsi-target-dev
12064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12065 S:      Supported
12066 F:      drivers/target/
12067 F:      include/target/
12068 F:      Documentation/target/
12069
12070 TASKSTATS STATISTICS INTERFACE
12071 M:      Balbir Singh <bsingharora@gmail.com>
12072 S:      Maintained
12073 F:      Documentation/accounting/taskstats*
12074 F:      include/linux/taskstats*
12075 F:      kernel/taskstats.c
12076
12077 TC CLASSIFIER
12078 M:      Jamal Hadi Salim <jhs@mojatatu.com>
12079 L:      netdev@vger.kernel.org
12080 S:      Maintained
12081 F:      include/net/pkt_cls.h
12082 F:      include/uapi/linux/pkt_cls.h
12083 F:      net/sched/
12084
12085 TCP LOW PRIORITY MODULE
12086 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12087 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12088 W:      http://tcp-lp-mod.sourceforge.net/
12089 S:      Maintained
12090 F:      net/ipv4/tcp_lp.c
12091
12092 TDA10071 MEDIA DRIVER
12093 M:      Antti Palosaari <crope@iki.fi>
12094 L:      linux-media@vger.kernel.org
12095 W:      https://linuxtv.org
12096 W:      http://palosaari.fi/linux/
12097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12098 T:      git git://linuxtv.org/anttip/media_tree.git
12099 S:      Maintained
12100 F:      drivers/media/dvb-frontends/tda10071*
12101
12102 TDA18212 MEDIA DRIVER
12103 M:      Antti Palosaari <crope@iki.fi>
12104 L:      linux-media@vger.kernel.org
12105 W:      https://linuxtv.org
12106 W:      http://palosaari.fi/linux/
12107 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12108 T:      git git://linuxtv.org/anttip/media_tree.git
12109 S:      Maintained
12110 F:      drivers/media/tuners/tda18212*
12111
12112 TDA18218 MEDIA DRIVER
12113 M:      Antti Palosaari <crope@iki.fi>
12114 L:      linux-media@vger.kernel.org
12115 W:      https://linuxtv.org
12116 W:      http://palosaari.fi/linux/
12117 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12118 T:      git git://linuxtv.org/anttip/media_tree.git
12119 S:      Maintained
12120 F:      drivers/media/tuners/tda18218*
12121
12122 TDA18271 MEDIA DRIVER
12123 M:      Michael Krufky <mkrufky@linuxtv.org>
12124 L:      linux-media@vger.kernel.org
12125 W:      https://linuxtv.org
12126 W:      http://github.com/mkrufky
12127 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12128 T:      git git://linuxtv.org/mkrufky/tuners.git
12129 S:      Maintained
12130 F:      drivers/media/tuners/tda18271*
12131
12132 TDA827x MEDIA DRIVER
12133 M:      Michael Krufky <mkrufky@linuxtv.org>
12134 L:      linux-media@vger.kernel.org
12135 W:      https://linuxtv.org
12136 W:      http://github.com/mkrufky
12137 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12138 T:      git git://linuxtv.org/mkrufky/tuners.git
12139 S:      Maintained
12140 F:      drivers/media/tuners/tda8290.*
12141
12142 TDA8290 MEDIA DRIVER
12143 M:      Michael Krufky <mkrufky@linuxtv.org>
12144 L:      linux-media@vger.kernel.org
12145 W:      https://linuxtv.org
12146 W:      http://github.com/mkrufky
12147 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12148 T:      git git://linuxtv.org/mkrufky/tuners.git
12149 S:      Maintained
12150 F:      drivers/media/tuners/tda8290.*
12151
12152 TDA9840 MEDIA DRIVER
12153 M:      Hans Verkuil <hverkuil@xs4all.nl>
12154 L:      linux-media@vger.kernel.org
12155 T:      git git://linuxtv.org/media_tree.git
12156 W:      https://linuxtv.org
12157 S:      Maintained
12158 F:      drivers/media/i2c/tda9840*
12159
12160 TEA5761 TUNER DRIVER
12161 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12162 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12163 L:      linux-media@vger.kernel.org
12164 W:      https://linuxtv.org
12165 T:      git git://linuxtv.org/media_tree.git
12166 S:      Odd fixes
12167 F:      drivers/media/tuners/tea5761.*
12168
12169 TEA5767 TUNER DRIVER
12170 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12171 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12172 L:      linux-media@vger.kernel.org
12173 W:      https://linuxtv.org
12174 T:      git git://linuxtv.org/media_tree.git
12175 S:      Maintained
12176 F:      drivers/media/tuners/tea5767.*
12177
12178 TEA6415C MEDIA DRIVER
12179 M:      Hans Verkuil <hverkuil@xs4all.nl>
12180 L:      linux-media@vger.kernel.org
12181 T:      git git://linuxtv.org/media_tree.git
12182 W:      https://linuxtv.org
12183 S:      Maintained
12184 F:      drivers/media/i2c/tea6415c*
12185
12186 TEA6420 MEDIA DRIVER
12187 M:      Hans Verkuil <hverkuil@xs4all.nl>
12188 L:      linux-media@vger.kernel.org
12189 T:      git git://linuxtv.org/media_tree.git
12190 W:      https://linuxtv.org
12191 S:      Maintained
12192 F:      drivers/media/i2c/tea6420*
12193
12194 TEAM DRIVER
12195 M:      Jiri Pirko <jiri@resnulli.us>
12196 L:      netdev@vger.kernel.org
12197 S:      Supported
12198 F:      drivers/net/team/
12199 F:      include/linux/if_team.h
12200 F:      include/uapi/linux/if_team.h
12201
12202 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12203 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12204 S:      Maintained
12205 F:      arch/x86/platform/ts5500/
12206
12207 TECHNOTREND USB IR RECEIVER
12208 M:      Sean Young <sean@mess.org>
12209 L:      linux-media@vger.kernel.org
12210 S:      Maintained
12211 F:      drivers/media/rc/ttusbir.c
12212
12213 TEGRA ARCHITECTURE SUPPORT
12214 M:      Stephen Warren <swarren@wwwdotorg.org>
12215 M:      Thierry Reding <thierry.reding@gmail.com>
12216 M:      Alexandre Courbot <gnurou@gmail.com>
12217 L:      linux-tegra@vger.kernel.org
12218 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12220 S:      Supported
12221 N:      [^a-z]tegra
12222
12223 TEGRA CLOCK DRIVER
12224 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12225 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12226 S:      Supported
12227 F:      drivers/clk/tegra/
12228
12229 TEGRA DMA DRIVERS
12230 M:      Laxman Dewangan <ldewangan@nvidia.com>
12231 M:      Jon Hunter <jonathanh@nvidia.com>
12232 S:      Supported
12233 F:      drivers/dma/tegra*
12234
12235 TEGRA I2C DRIVER
12236 M:      Laxman Dewangan <ldewangan@nvidia.com>
12237 S:      Supported
12238 F:      drivers/i2c/busses/i2c-tegra.c
12239
12240 TEGRA IOMMU DRIVERS
12241 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12242 S:      Supported
12243 F:      drivers/iommu/tegra*
12244
12245 TEGRA KBC DRIVER
12246 M:      Rakesh Iyer <riyer@nvidia.com>
12247 M:      Laxman Dewangan <ldewangan@nvidia.com>
12248 S:      Supported
12249 F:      drivers/input/keyboard/tegra-kbc.c
12250
12251 TEGRA PWM DRIVER
12252 M:      Thierry Reding <thierry.reding@gmail.com>
12253 S:      Supported
12254 F:      drivers/pwm/pwm-tegra.c
12255
12256 TEGRA SERIAL DRIVER
12257 M:      Laxman Dewangan <ldewangan@nvidia.com>
12258 S:      Supported
12259 F:      drivers/tty/serial/serial-tegra.c
12260
12261 TEGRA SPI DRIVER
12262 M:      Laxman Dewangan <ldewangan@nvidia.com>
12263 S:      Supported
12264 F:      drivers/spi/spi-tegra*
12265
12266 TEHUTI ETHERNET DRIVER
12267 M:      Andy Gospodarek <andy@greyhouse.net>
12268 L:      netdev@vger.kernel.org
12269 S:      Supported
12270 F:      drivers/net/ethernet/tehuti/*
12271
12272 Telecom Clock Driver for MCPL0010
12273 M:      Mark Gross <mark.gross@intel.com>
12274 S:      Supported
12275 F:      drivers/char/tlclk.c
12276
12277 TENSILICA XTENSA PORT (xtensa)
12278 M:      Chris Zankel <chris@zankel.net>
12279 M:      Max Filippov <jcmvbkbc@gmail.com>
12280 L:      linux-xtensa@linux-xtensa.org
12281 T:      git git://github.com/czankel/xtensa-linux.git
12282 S:      Maintained
12283 F:      arch/xtensa/
12284 F:      drivers/irqchip/irq-xtensa-*
12285
12286 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12287 M:      Nishanth Menon <nm@ti.com>
12288 M:      Tero Kristo <t-kristo@ti.com>
12289 M:      Santosh Shilimkar <ssantosh@kernel.org>
12290 L:      linux-arm-kernel@lists.infradead.org
12291 S:      Maintained
12292 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12293 F:      drivers/firmware/ti_sci*
12294 F:      include/linux/soc/ti/ti_sci_protocol.h
12295
12296 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12297 M:      Hans Verkuil <hverkuil@xs4all.nl>
12298 L:      linux-media@vger.kernel.org
12299 T:      git git://linuxtv.org/media_tree.git
12300 W:      https://linuxtv.org
12301 S:      Maintained
12302 F:      drivers/media/radio/radio-raremono.c
12303
12304 THERMAL
12305 M:      Zhang Rui <rui.zhang@intel.com>
12306 M:      Eduardo Valentin <edubezval@gmail.com>
12307 L:      linux-pm@vger.kernel.org
12308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12310 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12311 S:      Supported
12312 F:      drivers/thermal/
12313 F:      include/linux/thermal.h
12314 F:      include/uapi/linux/thermal.h
12315 F:      include/linux/cpu_cooling.h
12316 F:      Documentation/devicetree/bindings/thermal/
12317
12318 THERMAL/CPU_COOLING
12319 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12320 M:      Viresh Kumar <viresh.kumar@linaro.org>
12321 M:      Javi Merino <javi.merino@kernel.org>
12322 L:      linux-pm@vger.kernel.org
12323 S:      Supported
12324 F:      Documentation/thermal/cpu-cooling-api.txt
12325 F:      drivers/thermal/cpu_cooling.c
12326 F:      include/linux/cpu_cooling.h
12327
12328 THINKPAD ACPI EXTRAS DRIVER
12329 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12330 L:      ibm-acpi-devel@lists.sourceforge.net
12331 L:      platform-driver-x86@vger.kernel.org
12332 W:      http://ibm-acpi.sourceforge.net
12333 W:      http://thinkwiki.org/wiki/Ibm-acpi
12334 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12335 S:      Maintained
12336 F:      drivers/platform/x86/thinkpad_acpi.c
12337
12338 TI BANDGAP AND THERMAL DRIVER
12339 M:      Eduardo Valentin <edubezval@gmail.com>
12340 M:      Keerthy <j-keerthy@ti.com>
12341 L:      linux-pm@vger.kernel.org
12342 L:      linux-omap@vger.kernel.org
12343 S:      Maintained
12344 F:      drivers/thermal/ti-soc-thermal/
12345
12346 TI VPE/CAL DRIVERS
12347 M:      Benoit Parrot <bparrot@ti.com>
12348 L:      linux-media@vger.kernel.org
12349 W:      http://linuxtv.org/
12350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12351 S:      Maintained
12352 F:      drivers/media/platform/ti-vpe/
12353
12354 TI CDCE706 CLOCK DRIVER
12355 M:      Max Filippov <jcmvbkbc@gmail.com>
12356 S:      Maintained
12357 F:      drivers/clk/clk-cdce706.c
12358
12359 TI CLOCK DRIVER
12360 M:      Tero Kristo <t-kristo@ti.com>
12361 L:      linux-omap@vger.kernel.org
12362 S:      Maintained
12363 F:      drivers/clk/ti/
12364 F:      include/linux/clk/ti.h
12365
12366 TI ETHERNET SWITCH DRIVER (CPSW)
12367 M:      Mugunthan V N <mugunthanvnm@ti.com>
12368 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12369 L:      linux-omap@vger.kernel.org
12370 L:      netdev@vger.kernel.org
12371 S:      Maintained
12372 F:      drivers/net/ethernet/ti/cpsw*
12373 F:      drivers/net/ethernet/ti/davinci*
12374
12375 TI FLASH MEDIA INTERFACE DRIVER
12376 M:      Alex Dubov <oakad@yahoo.com>
12377 S:      Maintained
12378 F:      drivers/misc/tifm*
12379 F:      drivers/mmc/host/tifm_sd.c
12380 F:      include/linux/tifm.h
12381
12382 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12383 M:      Santosh Shilimkar <ssantosh@kernel.org>
12384 L:      linux-kernel@vger.kernel.org
12385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12386 S:      Maintained
12387 F:      drivers/soc/ti/*
12388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12389
12390
12391 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12392 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12393 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12394 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12395 S:      Maintained
12396 F:      sound/soc/codecs/lm49453*
12397 F:      sound/soc/codecs/isabelle*
12398
12399 TI LP855x BACKLIGHT DRIVER
12400 M:      Milo Kim <milo.kim@ti.com>
12401 S:      Maintained
12402 F:      Documentation/backlight/lp855x-driver.txt
12403 F:      drivers/video/backlight/lp855x_bl.c
12404 F:      include/linux/platform_data/lp855x.h
12405
12406 TI LP8727 CHARGER DRIVER
12407 M:      Milo Kim <milo.kim@ti.com>
12408 S:      Maintained
12409 F:      drivers/power/supply/lp8727_charger.c
12410 F:      include/linux/platform_data/lp8727.h
12411
12412 TI LP8788 MFD DRIVER
12413 M:      Milo Kim <milo.kim@ti.com>
12414 S:      Maintained
12415 F:      drivers/iio/adc/lp8788_adc.c
12416 F:      drivers/leds/leds-lp8788.c
12417 F:      drivers/mfd/lp8788*.c
12418 F:      drivers/power/supply/lp8788-charger.c
12419 F:      drivers/regulator/lp8788-*.c
12420 F:      include/linux/mfd/lp8788*.h
12421
12422 TI NETCP ETHERNET DRIVER
12423 M:      Wingman Kwok <w-kwok2@ti.com>
12424 M:      Murali Karicheri <m-karicheri2@ti.com>
12425 L:      netdev@vger.kernel.org
12426 S:      Maintained
12427 F:      drivers/net/ethernet/ti/netcp*
12428
12429 TI TAS571X FAMILY ASoC CODEC DRIVER
12430 M:      Kevin Cernekee <cernekee@chromium.org>
12431 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12432 S:      Odd Fixes
12433 F:      sound/soc/codecs/tas571x*
12434
12435 TI TWL4030 SERIES SOC CODEC DRIVER
12436 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12437 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12438 S:      Maintained
12439 F:      sound/soc/codecs/twl4030*
12440
12441 TI WILINK WIRELESS DRIVERS
12442 L:      linux-wireless@vger.kernel.org
12443 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12444 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12446 S:      Orphan
12447 F:      drivers/net/wireless/ti/
12448 F:      include/linux/wl12xx.h
12449
12450 TIPC NETWORK LAYER
12451 M:      Jon Maloy <jon.maloy@ericsson.com>
12452 M:      Ying Xue <ying.xue@windriver.com>
12453 L:      netdev@vger.kernel.org (core kernel code)
12454 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12455 W:      http://tipc.sourceforge.net/
12456 S:      Maintained
12457 F:      include/uapi/linux/tipc*.h
12458 F:      net/tipc/
12459
12460 TILE ARCHITECTURE
12461 M:      Chris Metcalf <cmetcalf@mellanox.com>
12462 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12464 S:      Supported
12465 F:      arch/tile/
12466 F:      drivers/char/tile-srom.c
12467 F:      drivers/edac/tile_edac.c
12468 F:      drivers/net/ethernet/tile/
12469 F:      drivers/rtc/rtc-tile.c
12470 F:      drivers/tty/hvc/hvc_tile.c
12471 F:      drivers/tty/serial/tilegx.c
12472 F:      drivers/usb/host/*-tilegx.c
12473 F:      include/linux/usb/tilegx.h
12474
12475 TLAN NETWORK DRIVER
12476 M:      Samuel Chessman <chessman@tux.org>
12477 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12478 W:      http://sourceforge.net/projects/tlan/
12479 S:      Maintained
12480 F:      Documentation/networking/tlan.txt
12481 F:      drivers/net/ethernet/ti/tlan.*
12482
12483 TOMOYO SECURITY MODULE
12484 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12485 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12486 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12487 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12488 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12489 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12490 W:      http://tomoyo.sourceforge.jp/
12491 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12492 S:      Maintained
12493 F:      security/tomoyo/
12494
12495 TOPSTAR LAPTOP EXTRAS DRIVER
12496 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12497 L:      platform-driver-x86@vger.kernel.org
12498 S:      Maintained
12499 F:      drivers/platform/x86/topstar-laptop.c
12500
12501 TOSHIBA ACPI EXTRAS DRIVER
12502 M:      Azael Avalos <coproscefalo@gmail.com>
12503 L:      platform-driver-x86@vger.kernel.org
12504 S:      Maintained
12505 F:      drivers/platform/x86/toshiba_acpi.c
12506
12507 TOSHIBA BLUETOOTH DRIVER
12508 M:      Azael Avalos <coproscefalo@gmail.com>
12509 L:      platform-driver-x86@vger.kernel.org
12510 S:      Maintained
12511 F:      drivers/platform/x86/toshiba_bluetooth.c
12512
12513 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12514 M:      Azael Avalos <coproscefalo@gmail.com>
12515 L:      platform-driver-x86@vger.kernel.org
12516 S:      Maintained
12517 F:      drivers/platform/x86/toshiba_haps.c
12518
12519 TOSHIBA WMI HOTKEYS DRIVER
12520 M:      Azael Avalos <coproscefalo@gmail.com>
12521 L:      platform-driver-x86@vger.kernel.org
12522 S:      Maintained
12523 F:      drivers/platform/x86/toshiba-wmi.c
12524
12525 TOSHIBA SMM DRIVER
12526 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12527 W:      http://www.buzzard.org.uk/toshiba/
12528 S:      Maintained
12529 F:      drivers/char/toshiba.c
12530 F:      include/linux/toshiba.h
12531 F:      include/uapi/linux/toshiba.h
12532
12533 TOSHIBA TC358743 DRIVER
12534 M:      Mats Randgaard <matrandg@cisco.com>
12535 L:      linux-media@vger.kernel.org
12536 S:      Maintained
12537 F:      drivers/media/i2c/tc358743*
12538 F:      include/media/i2c/tc358743.h
12539
12540 TMIO/SDHI MMC DRIVER
12541 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12542 L:      linux-mmc@vger.kernel.org
12543 S:      Supported
12544 F:      drivers/mmc/host/tmio_mmc*
12545 F:      drivers/mmc/host/sh_mobile_sdhi.c
12546 F:      include/linux/mfd/tmio.h
12547
12548 TMP401 HARDWARE MONITOR DRIVER
12549 M:      Guenter Roeck <linux@roeck-us.net>
12550 L:      linux-hwmon@vger.kernel.org
12551 S:      Maintained
12552 F:      Documentation/hwmon/tmp401
12553 F:      drivers/hwmon/tmp401.c
12554
12555 TMPFS (SHMEM FILESYSTEM)
12556 M:      Hugh Dickins <hughd@google.com>
12557 L:      linux-mm@kvack.org
12558 S:      Maintained
12559 F:      include/linux/shmem_fs.h
12560 F:      mm/shmem.c
12561
12562 TM6000 VIDEO4LINUX DRIVER
12563 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12564 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12565 L:      linux-media@vger.kernel.org
12566 W:      https://linuxtv.org
12567 T:      git git://linuxtv.org/media_tree.git
12568 S:      Odd fixes
12569 F:      drivers/media/usb/tm6000/
12570 F:      Documentation/media/v4l-drivers/tm6000*
12571
12572 TW5864 VIDEO4LINUX DRIVER
12573 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12574 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12575 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12576 L:      linux-media@vger.kernel.org
12577 S:      Supported
12578 F:      drivers/media/pci/tw5864/
12579
12580 TW68 VIDEO4LINUX DRIVER
12581 M:      Hans Verkuil <hverkuil@xs4all.nl>
12582 L:      linux-media@vger.kernel.org
12583 T:      git git://linuxtv.org/media_tree.git
12584 W:      https://linuxtv.org
12585 S:      Odd Fixes
12586 F:      drivers/media/pci/tw68/
12587
12588 TW686X VIDEO4LINUX DRIVER
12589 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12590 L:      linux-media@vger.kernel.org
12591 T:      git git://linuxtv.org/media_tree.git
12592 W:      http://linuxtv.org
12593 S:      Maintained
12594 F:      drivers/media/pci/tw686x/
12595
12596 TPM DEVICE DRIVER
12597 M:      Peter Huewe <peterhuewe@gmx.de>
12598 M:      Marcel Selhorst <tpmdd@selhorst.net>
12599 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12600 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12601 W:      http://tpmdd.sourceforge.net
12602 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12603 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12604 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12605 S:      Maintained
12606 F:      drivers/char/tpm/
12607
12608 TPM IBM_VTPM DEVICE DRIVER
12609 M:      Ashley Lai <ashleydlai@gmail.com>
12610 W:      http://tpmdd.sourceforge.net
12611 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12612 S:      Maintained
12613 F:      drivers/char/tpm/tpm_ibmvtpm*
12614
12615 TRACING
12616 M:      Steven Rostedt <rostedt@goodmis.org>
12617 M:      Ingo Molnar <mingo@redhat.com>
12618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12619 S:      Maintained
12620 F:      Documentation/trace/ftrace.txt
12621 F:      arch/*/*/*/ftrace.h
12622 F:      arch/*/kernel/ftrace.c
12623 F:      include/*/ftrace.h
12624 F:      include/linux/trace*.h
12625 F:      include/trace/
12626 F:      kernel/trace/
12627 F:      tools/testing/selftests/ftrace/
12628
12629 TRACING MMIO ACCESSES (MMIOTRACE)
12630 M:      Steven Rostedt <rostedt@goodmis.org>
12631 M:      Ingo Molnar <mingo@kernel.org>
12632 R:      Karol Herbst <karolherbst@gmail.com>
12633 R:      Pekka Paalanen <ppaalanen@gmail.com>
12634 S:      Maintained
12635 L:      linux-kernel@vger.kernel.org
12636 L:      nouveau@lists.freedesktop.org
12637 F:      kernel/trace/trace_mmiotrace.c
12638 F:      include/linux/mmiotrace.h
12639 F:      arch/x86/mm/kmmio.c
12640 F:      arch/x86/mm/mmio-mod.c
12641 F:      arch/x86/mm/testmmiotrace.c
12642
12643 TRIVIAL PATCHES
12644 M:      Jiri Kosina <trivial@kernel.org>
12645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12646 S:      Maintained
12647 K:      ^Subject:.*(?i)trivial
12648
12649 TTY LAYER
12650 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12651 M:      Jiri Slaby <jslaby@suse.com>
12652 S:      Supported
12653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12654 F:      Documentation/serial/
12655 F:      drivers/tty/
12656 F:      drivers/tty/serial/serial_core.c
12657 F:      include/linux/serial_core.h
12658 F:      include/linux/serial.h
12659 F:      include/linux/tty.h
12660 F:      include/uapi/linux/serial_core.h
12661 F:      include/uapi/linux/serial.h
12662 F:      include/uapi/linux/tty.h
12663
12664 TUA9001 MEDIA DRIVER
12665 M:      Antti Palosaari <crope@iki.fi>
12666 L:      linux-media@vger.kernel.org
12667 W:      https://linuxtv.org
12668 W:      http://palosaari.fi/linux/
12669 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12670 T:      git git://linuxtv.org/anttip/media_tree.git
12671 S:      Maintained
12672 F:      drivers/media/tuners/tua9001*
12673
12674 TULIP NETWORK DRIVERS
12675 L:      netdev@vger.kernel.org
12676 L:      linux-parisc@vger.kernel.org
12677 S:      Orphan
12678 F:      drivers/net/ethernet/dec/tulip/
12679
12680 TUN/TAP driver
12681 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12682 W:      http://vtun.sourceforge.net/tun
12683 S:      Maintained
12684 F:      Documentation/networking/tuntap.txt
12685 F:      arch/um/os-Linux/drivers/
12686
12687 TURBOCHANNEL SUBSYSTEM
12688 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12689 M:      Ralf Baechle <ralf@linux-mips.org>
12690 L:      linux-mips@linux-mips.org
12691 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12692 S:      Maintained
12693 F:      drivers/tc/
12694 F:      include/linux/tc.h
12695
12696 UBI FILE SYSTEM (UBIFS)
12697 M:      Richard Weinberger <richard@nod.at>
12698 M:      Artem Bityutskiy <dedekind1@gmail.com>
12699 M:      Adrian Hunter <adrian.hunter@intel.com>
12700 L:      linux-mtd@lists.infradead.org
12701 T:      git git://git.infradead.org/ubifs-2.6.git
12702 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12703 S:      Supported
12704 F:      Documentation/filesystems/ubifs.txt
12705 F:      fs/ubifs/
12706
12707 UCLINUX (M68KNOMMU AND COLDFIRE)
12708 M:      Greg Ungerer <gerg@linux-m68k.org>
12709 W:      http://www.linux-m68k.org/
12710 W:      http://www.uclinux.org/
12711 L:      linux-m68k@lists.linux-m68k.org
12712 L:      uclinux-dev@uclinux.org  (subscribers-only)
12713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12714 S:      Maintained
12715 F:      arch/m68k/coldfire/
12716 F:      arch/m68k/68*/
12717 F:      arch/m68k/*/*_no.*
12718 F:      arch/m68k/include/asm/*_no.*
12719
12720 UDF FILESYSTEM
12721 M:      Jan Kara <jack@suse.com>
12722 S:      Maintained
12723 F:      Documentation/filesystems/udf.txt
12724 F:      fs/udf/
12725
12726 UDRAW TABLET
12727 M:      Bastien Nocera <hadess@hadess.net>
12728 L:      linux-input@vger.kernel.org
12729 S:      Maintained
12730 F:      drivers/hid/hid-udraw.c
12731
12732 UFS FILESYSTEM
12733 M:      Evgeniy Dushistov <dushistov@mail.ru>
12734 S:      Maintained
12735 F:      Documentation/filesystems/ufs.txt
12736 F:      fs/ufs/
12737
12738 UHID USERSPACE HID IO DRIVER:
12739 M:      David Herrmann <dh.herrmann@googlemail.com>
12740 L:      linux-input@vger.kernel.org
12741 S:      Maintained
12742 F:      drivers/hid/uhid.c
12743 F:      include/uapi/linux/uhid.h
12744
12745 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12746 L:      linux-usb@vger.kernel.org
12747 S:      Orphan
12748 F:      drivers/uwb/
12749 F:      include/linux/uwb.h
12750 F:      include/linux/uwb/
12751
12752 UNICORE32 ARCHITECTURE:
12753 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12754 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12755 S:      Maintained
12756 T:      git git://github.com/gxt/linux.git
12757 F:      arch/unicore32/
12758
12759 UNIFDEF
12760 M:      Tony Finch <dot@dotat.at>
12761 W:      http://dotat.at/prog/unifdef
12762 S:      Maintained
12763 F:      scripts/unifdef.c
12764
12765 UNIFORM CDROM DRIVER
12766 M:      Jens Axboe <axboe@kernel.dk>
12767 W:      http://www.kernel.dk
12768 S:      Maintained
12769 F:      Documentation/cdrom/
12770 F:      drivers/cdrom/cdrom.c
12771 F:      include/linux/cdrom.h
12772 F:      include/uapi/linux/cdrom.h
12773
12774 UNISYS S-PAR DRIVERS
12775 M:      David Kershner <david.kershner@unisys.com>
12776 L:      sparmaintainer@unisys.com (Unisys internal)
12777 S:      Supported
12778 F:      drivers/staging/unisys/
12779
12780 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12781 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12782 L:      linux-scsi@vger.kernel.org
12783 S:      Supported
12784 F:      Documentation/scsi/ufs.txt
12785 F:      drivers/scsi/ufs/
12786
12787 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12788 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
12789 M:      Prabu Thangamuthu <prabut@synopsys.com>
12790 L:      linux-scsi@vger.kernel.org
12791 S:      Supported
12792 F:      drivers/scsi/ufs/*dwc*
12793
12794 UNSORTED BLOCK IMAGES (UBI)
12795 M:      Artem Bityutskiy <dedekind1@gmail.com>
12796 M:      Richard Weinberger <richard@nod.at>
12797 W:      http://www.linux-mtd.infradead.org/
12798 L:      linux-mtd@lists.infradead.org
12799 T:      git git://git.infradead.org/ubifs-2.6.git
12800 S:      Supported
12801 F:      drivers/mtd/ubi/
12802 F:      include/linux/mtd/ubi.h
12803 F:      include/uapi/mtd/ubi-user.h
12804
12805 USB ACM DRIVER
12806 M:      Oliver Neukum <oneukum@suse.com>
12807 L:      linux-usb@vger.kernel.org
12808 S:      Maintained
12809 F:      Documentation/usb/acm.txt
12810 F:      drivers/usb/class/cdc-acm.*
12811
12812 USB AR5523 WIRELESS DRIVER
12813 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12814 L:      linux-wireless@vger.kernel.org
12815 S:      Maintained
12816 F:      drivers/net/wireless/ath/ar5523/
12817
12818 USB ATTACHED SCSI
12819 M:      Oliver Neukum <oneukum@suse.com>
12820 L:      linux-usb@vger.kernel.org
12821 L:      linux-scsi@vger.kernel.org
12822 S:      Maintained
12823 F:      drivers/usb/storage/uas.c
12824
12825 USB CDC ETHERNET DRIVER
12826 M:      Oliver Neukum <oliver@neukum.org>
12827 L:      linux-usb@vger.kernel.org
12828 S:      Maintained
12829 F:      drivers/net/usb/cdc_*.c
12830 F:      include/uapi/linux/usb/cdc.h
12831
12832 USB CHAOSKEY DRIVER
12833 M:      Keith Packard <keithp@keithp.com>
12834 L:      linux-usb@vger.kernel.org
12835 S:      Maintained
12836 F:      drivers/usb/misc/chaoskey.c
12837
12838 USB CYPRESS C67X00 DRIVER
12839 M:      Peter Korsgaard <jacmet@sunsite.dk>
12840 L:      linux-usb@vger.kernel.org
12841 S:      Maintained
12842 F:      drivers/usb/c67x00/
12843
12844 USB DAVICOM DM9601 DRIVER
12845 M:      Peter Korsgaard <jacmet@sunsite.dk>
12846 L:      netdev@vger.kernel.org
12847 W:      http://www.linux-usb.org/usbnet
12848 S:      Maintained
12849 F:      drivers/net/usb/dm9601.c
12850
12851 USB DIAMOND RIO500 DRIVER
12852 M:      Cesar Miquel <miquel@df.uba.ar>
12853 L:      rio500-users@lists.sourceforge.net
12854 W:      http://rio500.sourceforge.net
12855 S:      Maintained
12856 F:      drivers/usb/misc/rio500*
12857
12858 USB EHCI DRIVER
12859 M:      Alan Stern <stern@rowland.harvard.edu>
12860 L:      linux-usb@vger.kernel.org
12861 S:      Maintained
12862 F:      Documentation/usb/ehci.txt
12863 F:      drivers/usb/host/ehci*
12864
12865 USB GADGET/PERIPHERAL SUBSYSTEM
12866 M:      Felipe Balbi <balbi@kernel.org>
12867 L:      linux-usb@vger.kernel.org
12868 W:      http://www.linux-usb.org/gadget
12869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12870 S:      Maintained
12871 F:      drivers/usb/gadget/
12872 F:      include/linux/usb/gadget*
12873
12874 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12875 M:      Jiri Kosina <jikos@kernel.org>
12876 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12877 L:      linux-usb@vger.kernel.org
12878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12879 S:      Maintained
12880 F:      Documentation/hid/hiddev.txt
12881 F:      drivers/hid/usbhid/
12882
12883 USB ISP116X DRIVER
12884 M:      Olav Kongas <ok@artecdesign.ee>
12885 L:      linux-usb@vger.kernel.org
12886 S:      Maintained
12887 F:      drivers/usb/host/isp116x*
12888 F:      include/linux/usb/isp116x.h
12889
12890 USB LAN78XX ETHERNET DRIVER
12891 M:      Woojung Huh <woojung.huh@microchip.com>
12892 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12893 L:      netdev@vger.kernel.org
12894 S:      Maintained
12895 F:      drivers/net/usb/lan78xx.*
12896
12897 USB MASS STORAGE DRIVER
12898 M:      Alan Stern <stern@rowland.harvard.edu>
12899 L:      linux-usb@vger.kernel.org
12900 L:      usb-storage@lists.one-eyed-alien.net
12901 S:      Maintained
12902 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12903 F:      drivers/usb/storage/
12904
12905 USB MIDI DRIVER
12906 M:      Clemens Ladisch <clemens@ladisch.de>
12907 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12908 T:      git git://git.alsa-project.org/alsa-kernel.git
12909 S:      Maintained
12910 F:      sound/usb/midi.*
12911
12912 USB NETWORKING DRIVERS
12913 L:      linux-usb@vger.kernel.org
12914 S:      Odd Fixes
12915 F:      drivers/net/usb/
12916
12917 USB OHCI DRIVER
12918 M:      Alan Stern <stern@rowland.harvard.edu>
12919 L:      linux-usb@vger.kernel.org
12920 S:      Maintained
12921 F:      Documentation/usb/ohci.txt
12922 F:      drivers/usb/host/ohci*
12923
12924 USB OTG FSM (Finite State Machine)
12925 M:      Peter Chen <Peter.Chen@nxp.com>
12926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12927 L:      linux-usb@vger.kernel.org
12928 S:      Maintained
12929 F:      drivers/usb/common/usb-otg-fsm.c
12930
12931 USB OVER IP DRIVER
12932 M:      Valentina Manea <valentina.manea.m@gmail.com>
12933 M:      Shuah Khan <shuahkh@osg.samsung.com>
12934 M:      Shuah Khan <shuah@kernel.org>
12935 L:      linux-usb@vger.kernel.org
12936 S:      Maintained
12937 F:      Documentation/usb/usbip_protocol.txt
12938 F:      drivers/usb/usbip/
12939 F:      tools/usb/usbip/
12940
12941 USB PEGASUS DRIVER
12942 M:      Petko Manolov <petkan@nucleusys.com>
12943 L:      linux-usb@vger.kernel.org
12944 L:      netdev@vger.kernel.org
12945 T:      git git://github.com/petkan/pegasus.git
12946 W:      https://github.com/petkan/pegasus
12947 S:      Maintained
12948 F:      drivers/net/usb/pegasus.*
12949
12950 USB PHY LAYER
12951 M:      Felipe Balbi <balbi@kernel.org>
12952 L:      linux-usb@vger.kernel.org
12953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12954 S:      Maintained
12955 F:      drivers/usb/phy/
12956
12957 USB PRINTER DRIVER (usblp)
12958 M:      Pete Zaitcev <zaitcev@redhat.com>
12959 L:      linux-usb@vger.kernel.org
12960 S:      Supported
12961 F:      drivers/usb/class/usblp.c
12962
12963 USB QMI WWAN NETWORK DRIVER
12964 M:      Bjørn Mork <bjorn@mork.no>
12965 L:      netdev@vger.kernel.org
12966 S:      Maintained
12967 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12968 F:      drivers/net/usb/qmi_wwan.c
12969
12970 USB RTL8150 DRIVER
12971 M:      Petko Manolov <petkan@nucleusys.com>
12972 L:      linux-usb@vger.kernel.org
12973 L:      netdev@vger.kernel.org
12974 T:      git git://github.com/petkan/rtl8150.git
12975 W:      https://github.com/petkan/rtl8150
12976 S:      Maintained
12977 F:      drivers/net/usb/rtl8150.c
12978
12979 USB SERIAL SUBSYSTEM
12980 M:      Johan Hovold <johan@kernel.org>
12981 L:      linux-usb@vger.kernel.org
12982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12983 S:      Maintained
12984 F:      Documentation/usb/usb-serial.txt
12985 F:      drivers/usb/serial/
12986 F:      include/linux/usb/serial.h
12987
12988 USB SMSC75XX ETHERNET DRIVER
12989 M:      Steve Glendinning <steve.glendinning@shawell.net>
12990 L:      netdev@vger.kernel.org
12991 S:      Maintained
12992 F:      drivers/net/usb/smsc75xx.*
12993
12994 USB SMSC95XX ETHERNET DRIVER
12995 M:      Steve Glendinning <steve.glendinning@shawell.net>
12996 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12997 L:      netdev@vger.kernel.org
12998 S:      Maintained
12999 F:      drivers/net/usb/smsc95xx.*
13000
13001 USB SUBSYSTEM
13002 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13003 L:      linux-usb@vger.kernel.org
13004 W:      http://www.linux-usb.org
13005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13006 S:      Supported
13007 F:      Documentation/devicetree/bindings/usb/
13008 F:      Documentation/usb/
13009 F:      drivers/usb/
13010 F:      include/linux/usb.h
13011 F:      include/linux/usb/
13012
13013 USB UHCI DRIVER
13014 M:      Alan Stern <stern@rowland.harvard.edu>
13015 L:      linux-usb@vger.kernel.org
13016 S:      Maintained
13017 F:      drivers/usb/host/uhci*
13018
13019 USB "USBNET" DRIVER FRAMEWORK
13020 M:      Oliver Neukum <oneukum@suse.com>
13021 L:      netdev@vger.kernel.org
13022 W:      http://www.linux-usb.org/usbnet
13023 S:      Maintained
13024 F:      drivers/net/usb/usbnet.c
13025 F:      include/linux/usb/usbnet.h
13026
13027 USB VIDEO CLASS
13028 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13029 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13030 L:      linux-media@vger.kernel.org
13031 T:      git git://linuxtv.org/media_tree.git
13032 W:      http://www.ideasonboard.org/uvc/
13033 S:      Maintained
13034 F:      drivers/media/usb/uvc/
13035 F:      include/uapi/linux/uvcvideo.h
13036
13037 USB VISION DRIVER
13038 M:      Hans Verkuil <hverkuil@xs4all.nl>
13039 L:      linux-media@vger.kernel.org
13040 T:      git git://linuxtv.org/media_tree.git
13041 W:      https://linuxtv.org
13042 S:      Odd Fixes
13043 F:      drivers/media/usb/usbvision/
13044
13045 USB WEBCAM GADGET
13046 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13047 L:      linux-usb@vger.kernel.org
13048 S:      Maintained
13049 F:      drivers/usb/gadget/function/*uvc*
13050 F:      drivers/usb/gadget/legacy/webcam.c
13051
13052 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13053 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
13054 L:      linux-wireless@vger.kernel.org
13055 S:      Maintained
13056 F:      drivers/net/wireless/rndis_wlan.c
13057
13058 USB XHCI DRIVER
13059 M:      Mathias Nyman <mathias.nyman@intel.com>
13060 L:      linux-usb@vger.kernel.org
13061 S:      Supported
13062 F:      drivers/usb/host/xhci*
13063 F:      drivers/usb/host/pci-quirks*
13064
13065 USB ZD1201 DRIVER
13066 L:      linux-wireless@vger.kernel.org
13067 W:      http://linux-lc100020.sourceforge.net
13068 S:      Orphan
13069 F:      drivers/net/wireless/zydas/zd1201.*
13070
13071 USB ZR364XX DRIVER
13072 M:      Antoine Jacquet <royale@zerezo.com>
13073 L:      linux-usb@vger.kernel.org
13074 L:      linux-media@vger.kernel.org
13075 T:      git git://linuxtv.org/media_tree.git
13076 W:      http://royale.zerezo.com/zr364xx/
13077 S:      Maintained
13078 F:      Documentation/media/v4l-drivers/zr364xx*
13079 F:      drivers/media/usb/zr364xx/
13080
13081 ULPI BUS
13082 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13083 L:      linux-usb@vger.kernel.org
13084 S:      Maintained
13085 F:      drivers/usb/common/ulpi.c
13086 F:      include/linux/ulpi/
13087
13088 USER-MODE LINUX (UML)
13089 M:      Jeff Dike <jdike@addtoit.com>
13090 M:      Richard Weinberger <richard@nod.at>
13091 L:      user-mode-linux-devel@lists.sourceforge.net
13092 L:      user-mode-linux-user@lists.sourceforge.net
13093 W:      http://user-mode-linux.sourceforge.net
13094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13095 S:      Maintained
13096 F:      Documentation/virtual/uml/
13097 F:      arch/um/
13098 F:      arch/x86/um/
13099 F:      fs/hostfs/
13100 F:      fs/hppfs/
13101
13102 USERSPACE I/O (UIO)
13103 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13104 S:      Maintained
13105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13106 F:      Documentation/driver-api/uio-howto.rst
13107 F:      drivers/uio/
13108 F:      include/linux/uio*.h
13109
13110 UTIL-LINUX PACKAGE
13111 M:      Karel Zak <kzak@redhat.com>
13112 L:      util-linux@vger.kernel.org
13113 W:      http://en.wikipedia.org/wiki/Util-linux
13114 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13115 S:      Maintained
13116
13117 UVESAFB DRIVER
13118 M:      Michal Januszewski <spock@gentoo.org>
13119 L:      linux-fbdev@vger.kernel.org
13120 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13121 S:      Maintained
13122 F:      Documentation/fb/uvesafb.txt
13123 F:      drivers/video/fbdev/uvesafb.*
13124
13125 VF610 NAND DRIVER
13126 M:      Stefan Agner <stefan@agner.ch>
13127 L:      linux-mtd@lists.infradead.org
13128 S:      Supported
13129 F:      drivers/mtd/nand/vf610_nfc.c
13130
13131 VFAT/FAT/MSDOS FILESYSTEM
13132 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13133 S:      Maintained
13134 F:      Documentation/filesystems/vfat.txt
13135 F:      fs/fat/
13136
13137 VFIO DRIVER
13138 M:      Alex Williamson <alex.williamson@redhat.com>
13139 L:      kvm@vger.kernel.org
13140 T:      git git://github.com/awilliam/linux-vfio.git
13141 S:      Maintained
13142 F:      Documentation/vfio.txt
13143 F:      drivers/vfio/
13144 F:      include/linux/vfio.h
13145 F:      include/uapi/linux/vfio.h
13146
13147 VFIO MEDIATED DEVICE DRIVERS
13148 M:      Kirti Wankhede <kwankhede@nvidia.com>
13149 L:      kvm@vger.kernel.org
13150 S:      Maintained
13151 F:      Documentation/vfio-mediated-device.txt
13152 F:      drivers/vfio/mdev/
13153 F:      include/linux/mdev.h
13154 F:      samples/vfio-mdev/
13155
13156 VFIO PLATFORM DRIVER
13157 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
13158 L:      kvm@vger.kernel.org
13159 S:      Maintained
13160 F:      drivers/vfio/platform/
13161
13162 VIDEOBUF2 FRAMEWORK
13163 M:      Pawel Osciak <pawel@osciak.com>
13164 M:      Marek Szyprowski <m.szyprowski@samsung.com>
13165 M:      Kyungmin Park <kyungmin.park@samsung.com>
13166 L:      linux-media@vger.kernel.org
13167 S:      Maintained
13168 F:      drivers/media/v4l2-core/videobuf2-*
13169 F:      include/media/videobuf2-*
13170
13171 VIRTIO AND VHOST VSOCK DRIVER
13172 M:      Stefan Hajnoczi <stefanha@redhat.com>
13173 L:      kvm@vger.kernel.org
13174 L:      virtualization@lists.linux-foundation.org
13175 L:      netdev@vger.kernel.org
13176 S:      Maintained
13177 F:      include/linux/virtio_vsock.h
13178 F:      include/uapi/linux/virtio_vsock.h
13179 F:      net/vmw_vsock/virtio_transport_common.c
13180 F:      net/vmw_vsock/virtio_transport.c
13181 F:      drivers/vhost/vsock.c
13182 F:      drivers/vhost/vsock.h
13183
13184 VIRTUAL SERIO DEVICE DRIVER
13185 M:      Stephen Chandler Paul <thatslyude@gmail.com>
13186 S:      Maintained
13187 F:      drivers/input/serio/userio.c
13188 F:      include/uapi/linux/userio.h
13189
13190 VIRTIO CONSOLE DRIVER
13191 M:      Amit Shah <amit@kernel.org>
13192 L:      virtualization@lists.linux-foundation.org
13193 S:      Maintained
13194 F:      drivers/char/virtio_console.c
13195 F:      include/linux/virtio_console.h
13196 F:      include/uapi/linux/virtio_console.h
13197
13198 VIRTIO CORE, NET AND BLOCK DRIVERS
13199 M:      "Michael S. Tsirkin" <mst@redhat.com>
13200 M:      Jason Wang <jasowang@redhat.com>
13201 L:      virtualization@lists.linux-foundation.org
13202 S:      Maintained
13203 F:      Documentation/devicetree/bindings/virtio/
13204 F:      drivers/virtio/
13205 F:      tools/virtio/
13206 F:      drivers/net/virtio_net.c
13207 F:      drivers/block/virtio_blk.c
13208 F:      include/linux/virtio_*.h
13209 F:      include/uapi/linux/virtio_*.h
13210 F:      drivers/crypto/virtio/
13211
13212 VIRTIO DRIVERS FOR S390
13213 M:      Christian Borntraeger <borntraeger@de.ibm.com>
13214 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
13215 L:      linux-s390@vger.kernel.org
13216 L:      virtualization@lists.linux-foundation.org
13217 L:      kvm@vger.kernel.org
13218 S:      Supported
13219 F:      drivers/s390/virtio/
13220
13221 VIRTIO GPU DRIVER
13222 M:      David Airlie <airlied@linux.ie>
13223 M:      Gerd Hoffmann <kraxel@redhat.com>
13224 L:      dri-devel@lists.freedesktop.org
13225 L:      virtualization@lists.linux-foundation.org
13226 T:      git git://git.kraxel.org/linux drm-qemu
13227 S:      Maintained
13228 F:      drivers/gpu/drm/virtio/
13229 F:      include/uapi/linux/virtio_gpu.h
13230
13231 VIRTIO HOST (VHOST)
13232 M:      "Michael S. Tsirkin" <mst@redhat.com>
13233 M:      Jason Wang <jasowang@redhat.com>
13234 L:      kvm@vger.kernel.org
13235 L:      virtualization@lists.linux-foundation.org
13236 L:      netdev@vger.kernel.org
13237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13238 S:      Maintained
13239 F:      drivers/vhost/
13240 F:      include/uapi/linux/vhost.h
13241
13242 VIRTIO INPUT DRIVER
13243 M:      Gerd Hoffmann <kraxel@redhat.com>
13244 S:      Maintained
13245 F:      drivers/virtio/virtio_input.c
13246 F:      include/uapi/linux/virtio_input.h
13247
13248 VIRTIO CRYPTO DRIVER
13249 M:  Gonglei <arei.gonglei@huawei.com>
13250 L:  virtualization@lists.linux-foundation.org
13251 L:  linux-crypto@vger.kernel.org
13252 S:  Maintained
13253 F:  drivers/crypto/virtio/
13254 F:  include/uapi/linux/virtio_crypto.h
13255
13256 VIA RHINE NETWORK DRIVER
13257 S:      Orphan
13258 F:      drivers/net/ethernet/via/via-rhine.c
13259
13260 VIA SD/MMC CARD CONTROLLER DRIVER
13261 M:      Bruce Chang <brucechang@via.com.tw>
13262 M:      Harald Welte <HaraldWelte@viatech.com>
13263 S:      Maintained
13264 F:      drivers/mmc/host/via-sdmmc.c
13265
13266 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13267 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13268 L:      linux-fbdev@vger.kernel.org
13269 S:      Maintained
13270 F:      include/linux/via-core.h
13271 F:      include/linux/via-gpio.h
13272 F:      include/linux/via_i2c.h
13273 F:      drivers/video/fbdev/via/
13274
13275 VIA VELOCITY NETWORK DRIVER
13276 M:      Francois Romieu <romieu@fr.zoreil.com>
13277 L:      netdev@vger.kernel.org
13278 S:      Maintained
13279 F:      drivers/net/ethernet/via/via-velocity.*
13280
13281 VIRT LIB
13282 M:      Alex Williamson <alex.williamson@redhat.com>
13283 M:      Paolo Bonzini <pbonzini@redhat.com>
13284 L:      kvm@vger.kernel.org
13285 S:      Supported
13286 F:      virt/lib/
13287
13288 VIVID VIRTUAL VIDEO DRIVER
13289 M:      Hans Verkuil <hverkuil@xs4all.nl>
13290 L:      linux-media@vger.kernel.org
13291 T:      git git://linuxtv.org/media_tree.git
13292 W:      https://linuxtv.org
13293 S:      Maintained
13294 F:      drivers/media/platform/vivid/*
13295
13296 VLAN (802.1Q)
13297 M:      Patrick McHardy <kaber@trash.net>
13298 L:      netdev@vger.kernel.org
13299 S:      Maintained
13300 F:      drivers/net/macvlan.c
13301 F:      include/linux/if_*vlan.h
13302 F:      net/8021q/
13303
13304 VLYNQ BUS
13305 M:      Florian Fainelli <f.fainelli@gmail.com>
13306 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13307 S:      Maintained
13308 F:      drivers/vlynq/vlynq.c
13309 F:      include/linux/vlynq.h
13310
13311 VME SUBSYSTEM
13312 M:      Martyn Welch <martyn@welchs.me.uk>
13313 M:      Manohar Vanga <manohar.vanga@gmail.com>
13314 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13315 L:      devel@driverdev.osuosl.org
13316 S:      Maintained
13317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13318 F:      Documentation/driver-api/vme.rst
13319 F:      drivers/staging/vme/
13320 F:      drivers/vme/
13321 F:      include/linux/vme*
13322
13323 VMWARE HYPERVISOR INTERFACE
13324 M:      Alok Kataria <akataria@vmware.com>
13325 L:      virtualization@lists.linux-foundation.org
13326 S:      Supported
13327 F:      arch/x86/kernel/cpu/vmware.c
13328
13329 VMWARE BALLOON DRIVER
13330 M:      Xavier Deguillard <xdeguillard@vmware.com>
13331 M:      Philip Moltmann <moltmann@vmware.com>
13332 M:      "VMware, Inc." <pv-drivers@vmware.com>
13333 L:      linux-kernel@vger.kernel.org
13334 S:      Maintained
13335 F:      drivers/misc/vmw_balloon.c
13336
13337 VMWARE VMMOUSE SUBDRIVER
13338 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13339 M:      "VMware, Inc." <pv-drivers@vmware.com>
13340 L:      linux-input@vger.kernel.org
13341 S:      Maintained
13342 F:      drivers/input/mouse/vmmouse.c
13343 F:      drivers/input/mouse/vmmouse.h
13344
13345 VMWARE VMXNET3 ETHERNET DRIVER
13346 M:      Shrikrishna Khare <skhare@vmware.com>
13347 M:      "VMware, Inc." <pv-drivers@vmware.com>
13348 L:      netdev@vger.kernel.org
13349 S:      Maintained
13350 F:      drivers/net/vmxnet3/
13351
13352 VMware PVSCSI driver
13353 M:      Jim Gill <jgill@vmware.com>
13354 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13355 L:      linux-scsi@vger.kernel.org
13356 S:      Maintained
13357 F:      drivers/scsi/vmw_pvscsi.c
13358 F:      drivers/scsi/vmw_pvscsi.h
13359
13360 VMWARE PVRDMA DRIVER
13361 M:      Adit Ranadive <aditr@vmware.com>
13362 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13363 L:      linux-rdma@vger.kernel.org
13364 S:      Maintained
13365 F:      drivers/infiniband/hw/vmw_pvrdma/
13366
13367 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13368 M:      Liam Girdwood <lgirdwood@gmail.com>
13369 M:      Mark Brown <broonie@kernel.org>
13370 L:      linux-kernel@vger.kernel.org
13371 W:      http://www.slimlogic.co.uk/?p=48
13372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13373 S:      Supported
13374 F:      Documentation/devicetree/bindings/regulator/
13375 F:      drivers/regulator/
13376 F:      include/dt-bindings/regulator/
13377 F:      include/linux/regulator/
13378
13379 VRF
13380 M:      David Ahern <dsa@cumulusnetworks.com>
13381 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13382 L:      netdev@vger.kernel.org
13383 S:      Maintained
13384 F:      drivers/net/vrf.c
13385 F:      Documentation/networking/vrf.txt
13386
13387 VT1211 HARDWARE MONITOR DRIVER
13388 M:      Juerg Haefliger <juergh@gmail.com>
13389 L:      linux-hwmon@vger.kernel.org
13390 S:      Maintained
13391 F:      Documentation/hwmon/vt1211
13392 F:      drivers/hwmon/vt1211.c
13393
13394 VT8231 HARDWARE MONITOR DRIVER
13395 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13396 L:      linux-hwmon@vger.kernel.org
13397 S:      Maintained
13398 F:      drivers/hwmon/vt8231.c
13399
13400 VUB300 USB to SDIO/SD/MMC bridge chip
13401 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13402 L:      linux-mmc@vger.kernel.org
13403 L:      linux-usb@vger.kernel.org
13404 S:      Supported
13405 F:      drivers/mmc/host/vub300.c
13406
13407 W1 DALLAS'S 1-WIRE BUS
13408 M:      Evgeniy Polyakov <zbr@ioremap.net>
13409 S:      Maintained
13410 F:      Documentation/w1/
13411 F:      drivers/w1/
13412
13413 W83791D HARDWARE MONITORING DRIVER
13414 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13415 L:      linux-hwmon@vger.kernel.org
13416 S:      Maintained
13417 F:      Documentation/hwmon/w83791d
13418 F:      drivers/hwmon/w83791d.c
13419
13420 W83793 HARDWARE MONITORING DRIVER
13421 M:      Rudolf Marek <r.marek@assembler.cz>
13422 L:      linux-hwmon@vger.kernel.org
13423 S:      Maintained
13424 F:      Documentation/hwmon/w83793
13425 F:      drivers/hwmon/w83793.c
13426
13427 W83795 HARDWARE MONITORING DRIVER
13428 M:      Jean Delvare <jdelvare@suse.com>
13429 L:      linux-hwmon@vger.kernel.org
13430 S:      Maintained
13431 F:      drivers/hwmon/w83795.c
13432
13433 W83L51xD SD/MMC CARD INTERFACE DRIVER
13434 M:      Pierre Ossman <pierre@ossman.eu>
13435 S:      Maintained
13436 F:      drivers/mmc/host/wbsd.*
13437
13438 WACOM PROTOCOL 4 SERIAL TABLETS
13439 M:      Julian Squires <julian@cipht.net>
13440 M:      Hans de Goede <hdegoede@redhat.com>
13441 L:      linux-input@vger.kernel.org
13442 S:      Maintained
13443 F:      drivers/input/tablet/wacom_serial4.c
13444
13445 WATCHDOG DEVICE DRIVERS
13446 M:      Wim Van Sebroeck <wim@iguana.be>
13447 R:      Guenter Roeck <linux@roeck-us.net>
13448 L:      linux-watchdog@vger.kernel.org
13449 W:      http://www.linux-watchdog.org/
13450 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13451 S:      Maintained
13452 F:      Documentation/devicetree/bindings/watchdog/
13453 F:      Documentation/watchdog/
13454 F:      drivers/watchdog/
13455 F:      include/linux/watchdog.h
13456 F:      include/uapi/linux/watchdog.h
13457
13458 WIIMOTE HID DRIVER
13459 M:      David Herrmann <dh.herrmann@googlemail.com>
13460 L:      linux-input@vger.kernel.org
13461 S:      Maintained
13462 F:      drivers/hid/hid-wiimote*
13463
13464 WINBOND CIR DRIVER
13465 M:      David Härdeman <david@hardeman.nu>
13466 S:      Maintained
13467 F:      drivers/media/rc/winbond-cir.c
13468
13469 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13470 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13471 L:      linux-watchdog@vger.kernel.org
13472 S:      Maintained
13473 F:      drivers/watchdog/ebc-c384_wdt.c
13474
13475 WINSYSTEMS WS16C48 GPIO DRIVER
13476 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13477 L:      linux-gpio@vger.kernel.org
13478 S:      Maintained
13479 F:      drivers/gpio/gpio-ws16c48.c
13480
13481 WIMAX STACK
13482 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13483 M:      linux-wimax@intel.com
13484 L:      wimax@linuxwimax.org (subscribers-only)
13485 S:      Supported
13486 W:      http://linuxwimax.org
13487 F:      Documentation/wimax/README.wimax
13488 F:      include/linux/wimax/debug.h
13489 F:      include/net/wimax.h
13490 F:      include/uapi/linux/wimax.h
13491 F:      net/wimax/
13492
13493 WISTRON LAPTOP BUTTON DRIVER
13494 M:      Miloslav Trmac <mitr@volny.cz>
13495 S:      Maintained
13496 F:      drivers/input/misc/wistron_btns.c
13497
13498 WL3501 WIRELESS PCMCIA CARD DRIVER
13499 L:      linux-wireless@vger.kernel.org
13500 S:      Odd fixes
13501 F:      drivers/net/wireless/wl3501*
13502
13503 WOLFSON MICROELECTRONICS DRIVERS
13504 L:      patches@opensource.wolfsonmicro.com
13505 T:      git https://github.com/CirrusLogic/linux-drivers.git
13506 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13507 S:      Supported
13508 F:      Documentation/hwmon/wm83??
13509 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13510 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13511 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13512 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13513 F:      drivers/clk/clk-wm83*.c
13514 F:      drivers/extcon/extcon-arizona.c
13515 F:      drivers/leds/leds-wm83*.c
13516 F:      drivers/gpio/gpio-*wm*.c
13517 F:      drivers/gpio/gpio-arizona.c
13518 F:      drivers/hwmon/wm83??-hwmon.c
13519 F:      drivers/input/misc/wm831x-on.c
13520 F:      drivers/input/touchscreen/wm831x-ts.c
13521 F:      drivers/input/touchscreen/wm97*.c
13522 F:      drivers/mfd/arizona*
13523 F:      drivers/mfd/wm*.c
13524 F:      drivers/mfd/cs47l24*
13525 F:      drivers/power/supply/wm83*.c
13526 F:      drivers/rtc/rtc-wm83*.c
13527 F:      drivers/regulator/wm8*.c
13528 F:      drivers/video/backlight/wm83*_bl.c
13529 F:      drivers/watchdog/wm83*_wdt.c
13530 F:      include/linux/mfd/arizona/
13531 F:      include/linux/mfd/wm831x/
13532 F:      include/linux/mfd/wm8350/
13533 F:      include/linux/mfd/wm8400*
13534 F:      include/linux/wm97xx.h
13535 F:      include/sound/wm????.h
13536 F:      sound/soc/codecs/arizona.?
13537 F:      sound/soc/codecs/wm*
13538 F:      sound/soc/codecs/cs47l24*
13539
13540 WORKQUEUE
13541 M:      Tejun Heo <tj@kernel.org>
13542 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13544 S:      Maintained
13545 F:      include/linux/workqueue.h
13546 F:      kernel/workqueue.c
13547 F:      Documentation/core-api/workqueue.rst
13548
13549 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13550 M:      Chen-Yu Tsai <wens@csie.org>
13551 L:      linux-kernel@vger.kernel.org
13552 S:      Maintained
13553 N:      axp[128]
13554
13555 X.25 NETWORK LAYER
13556 M:      Andrew Hendry <andrew.hendry@gmail.com>
13557 L:      linux-x25@vger.kernel.org
13558 S:      Odd Fixes
13559 F:      Documentation/networking/x25*
13560 F:      include/net/x25*
13561 F:      net/x25/
13562
13563 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13564 M:      Thomas Gleixner <tglx@linutronix.de>
13565 M:      Ingo Molnar <mingo@redhat.com>
13566 M:      "H. Peter Anvin" <hpa@zytor.com>
13567 M:      x86@kernel.org
13568 L:      linux-kernel@vger.kernel.org
13569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13570 S:      Maintained
13571 F:      Documentation/x86/
13572 F:      arch/x86/
13573
13574 X86 PLATFORM DRIVERS
13575 M:      Darren Hart <dvhart@infradead.org>
13576 M:      Andy Shevchenko <andy@infradead.org>
13577 L:      platform-driver-x86@vger.kernel.org
13578 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13579 S:      Maintained
13580 F:      drivers/platform/x86/
13581 F:      drivers/platform/olpc/
13582
13583 X86 MCE INFRASTRUCTURE
13584 M:      Tony Luck <tony.luck@intel.com>
13585 M:      Borislav Petkov <bp@alien8.de>
13586 L:      linux-edac@vger.kernel.org
13587 S:      Maintained
13588 F:      arch/x86/kernel/cpu/mcheck/*
13589
13590 X86 MICROCODE UPDATE SUPPORT
13591 M:      Borislav Petkov <bp@alien8.de>
13592 S:      Maintained
13593 F:      arch/x86/kernel/cpu/microcode/*
13594
13595 X86 VDSO
13596 M:      Andy Lutomirski <luto@amacapital.net>
13597 L:      linux-kernel@vger.kernel.org
13598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13599 S:      Maintained
13600 F:      arch/x86/entry/vdso/
13601
13602 XC2028/3028 TUNER DRIVER
13603 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13604 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13605 L:      linux-media@vger.kernel.org
13606 W:      https://linuxtv.org
13607 T:      git git://linuxtv.org/media_tree.git
13608 S:      Maintained
13609 F:      drivers/media/tuners/tuner-xc2028.*
13610
13611 XEN HYPERVISOR INTERFACE
13612 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13613 M:      Juergen Gross <jgross@suse.com>
13614 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13616 S:      Supported
13617 F:      arch/x86/xen/
13618 F:      drivers/*/xen-*front.c
13619 F:      drivers/xen/
13620 F:      arch/x86/include/asm/xen/
13621 F:      include/xen/
13622 F:      include/uapi/xen/
13623
13624 XEN HYPERVISOR ARM
13625 M:      Stefano Stabellini <sstabellini@kernel.org>
13626 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13627 S:      Maintained
13628 F:      arch/arm/xen/
13629 F:      arch/arm/include/asm/xen/
13630
13631 XEN HYPERVISOR ARM64
13632 M:      Stefano Stabellini <sstabellini@kernel.org>
13633 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13634 S:      Maintained
13635 F:      arch/arm64/xen/
13636 F:      arch/arm64/include/asm/xen/
13637
13638 XEN NETWORK BACKEND DRIVER
13639 M:      Wei Liu <wei.liu2@citrix.com>
13640 M:      Paul Durrant <paul.durrant@citrix.com>
13641 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13642 L:      netdev@vger.kernel.org
13643 S:      Supported
13644 F:      drivers/net/xen-netback/*
13645
13646 XEN PCI SUBSYSTEM
13647 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13648 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13649 S:      Supported
13650 F:      arch/x86/pci/*xen*
13651 F:      drivers/pci/*xen*
13652
13653 XEN BLOCK SUBSYSTEM
13654 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13655 M:      Roger Pau Monné <roger.pau@citrix.com>
13656 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13657 S:      Supported
13658 F:      drivers/block/xen-blkback/*
13659 F:      drivers/block/xen*
13660
13661 XEN PVSCSI DRIVERS
13662 M:      Juergen Gross <jgross@suse.com>
13663 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13664 L:      linux-scsi@vger.kernel.org
13665 S:      Supported
13666 F:      drivers/scsi/xen-scsifront.c
13667 F:      drivers/xen/xen-scsiback.c
13668 F:      include/xen/interface/io/vscsiif.h
13669
13670 XEN SWIOTLB SUBSYSTEM
13671 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13672 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13673 S:      Supported
13674 F:      arch/x86/xen/*swiotlb*
13675 F:      drivers/xen/*swiotlb*
13676
13677 XFS FILESYSTEM
13678 M:      Darrick J. Wong <darrick.wong@oracle.com>
13679 M:      linux-xfs@vger.kernel.org
13680 L:      linux-xfs@vger.kernel.org
13681 W:      http://xfs.org/
13682 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
13683 S:      Supported
13684 F:      Documentation/filesystems/xfs.txt
13685 F:      fs/xfs/
13686
13687 XILINX AXI ETHERNET DRIVER
13688 M:      Anirudha Sarangi <anirudh@xilinx.com>
13689 M:      John Linn <John.Linn@xilinx.com>
13690 S:      Maintained
13691 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13692
13693 XILINX UARTLITE SERIAL DRIVER
13694 M:      Peter Korsgaard <jacmet@sunsite.dk>
13695 L:      linux-serial@vger.kernel.org
13696 S:      Maintained
13697 F:      drivers/tty/serial/uartlite.c
13698
13699 XILINX VIDEO IP CORES
13700 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13701 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13702 L:      linux-media@vger.kernel.org
13703 T:      git git://linuxtv.org/media_tree.git
13704 S:      Supported
13705 F:      Documentation/devicetree/bindings/media/xilinx/
13706 F:      drivers/media/platform/xilinx/
13707 F:      include/uapi/linux/xilinx-v4l2-controls.h
13708
13709 XILLYBUS DRIVER
13710 M:      Eli Billauer <eli.billauer@gmail.com>
13711 L:      linux-kernel@vger.kernel.org
13712 S:      Supported
13713 F:      drivers/char/xillybus/
13714
13715 XTENSA XTFPGA PLATFORM SUPPORT
13716 M:      Max Filippov <jcmvbkbc@gmail.com>
13717 L:      linux-xtensa@linux-xtensa.org
13718 S:      Maintained
13719 F:      drivers/spi/spi-xtensa-xtfpga.c
13720 F:      sound/soc/xtensa/xtfpga-i2s.c
13721
13722 YAM DRIVER FOR AX.25
13723 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13724 L:      linux-hams@vger.kernel.org
13725 S:      Maintained
13726 F:      drivers/net/hamradio/yam*
13727 F:      include/linux/yam.h
13728
13729 YEALINK PHONE DRIVER
13730 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13731 L:      usbb2k-api-dev@nongnu.org
13732 S:      Maintained
13733 F:      Documentation/input/yealink.txt
13734 F:      drivers/input/misc/yealink.*
13735
13736 Z8530 DRIVER FOR AX.25
13737 M:      Joerg Reuter <jreuter@yaina.de>
13738 W:      http://yaina.de/jreuter/
13739 W:      http://www.qsl.net/dl1bke/
13740 L:      linux-hams@vger.kernel.org
13741 S:      Maintained
13742 F:      Documentation/networking/z8530drv.txt
13743 F:      drivers/net/hamradio/*scc.c
13744 F:      drivers/net/hamradio/z8530.h
13745
13746 ZBUD COMPRESSED PAGE ALLOCATOR
13747 M:      Seth Jennings <sjenning@redhat.com>
13748 M:      Dan Streetman <ddstreet@ieee.org>
13749 L:      linux-mm@kvack.org
13750 S:      Maintained
13751 F:      mm/zbud.c
13752 F:      include/linux/zbud.h
13753
13754 ZD1211RW WIRELESS DRIVER
13755 M:      Daniel Drake <dsd@gentoo.org>
13756 M:      Ulrich Kunitz <kune@deine-taler.de>
13757 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13758 L:      linux-wireless@vger.kernel.org
13759 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13760 S:      Maintained
13761 F:      drivers/net/wireless/zydas/zd1211rw/
13762
13763 ZD1301_DEMOD MEDIA DRIVER
13764 M:      Antti Palosaari <crope@iki.fi>
13765 L:      linux-media@vger.kernel.org
13766 W:      https://linuxtv.org/
13767 W:      http://palosaari.fi/linux/
13768 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
13769 S:      Maintained
13770 F:      drivers/media/dvb-frontends/zd1301_demod*
13771
13772 ZD1301 MEDIA DRIVER
13773 M:      Antti Palosaari <crope@iki.fi>
13774 L:      linux-media@vger.kernel.org
13775 W:      https://linuxtv.org/
13776 W:      http://palosaari.fi/linux/
13777 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
13778 S:      Maintained
13779 F:      drivers/media/usb/dvb-usb-v2/zd1301*
13780
13781 ZPOOL COMPRESSED PAGE STORAGE API
13782 M:      Dan Streetman <ddstreet@ieee.org>
13783 L:      linux-mm@kvack.org
13784 S:      Maintained
13785 F:      mm/zpool.c
13786 F:      include/linux/zpool.h
13787
13788 ZR36067 VIDEO FOR LINUX DRIVER
13789 L:      mjpeg-users@lists.sourceforge.net
13790 L:      linux-media@vger.kernel.org
13791 W:      http://mjpeg.sourceforge.net/driver-zoran/
13792 T:      hg https://linuxtv.org/hg/v4l-dvb
13793 S:      Odd Fixes
13794 F:      drivers/media/pci/zoran/
13795
13796 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13797 M:      Minchan Kim <minchan@kernel.org>
13798 M:      Nitin Gupta <ngupta@vflare.org>
13799 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13800 L:      linux-kernel@vger.kernel.org
13801 S:      Maintained
13802 F:      drivers/block/zram/
13803 F:      Documentation/blockdev/zram.txt
13804
13805 ZS DECSTATION Z85C30 SERIAL DRIVER
13806 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13807 S:      Maintained
13808 F:      drivers/tty/serial/zs.*
13809
13810 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13811 M:      Minchan Kim <minchan@kernel.org>
13812 M:      Nitin Gupta <ngupta@vflare.org>
13813 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13814 L:      linux-mm@kvack.org
13815 S:      Maintained
13816 F:      mm/zsmalloc.c
13817 F:      include/linux/zsmalloc.h
13818 F:      Documentation/vm/zsmalloc.txt
13819
13820 ZSWAP COMPRESSED SWAP CACHING
13821 M:      Seth Jennings <sjenning@redhat.com>
13822 M:      Dan Streetman <ddstreet@ieee.org>
13823 L:      linux-mm@kvack.org
13824 S:      Maintained
13825 F:      mm/zswap.c
13826
13827 THE REST
13828 M:      Linus Torvalds <torvalds@linux-foundation.org>
13829 L:      linux-kernel@vger.kernel.org
13830 Q:      http://patchwork.kernel.org/project/LKML/list/
13831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13832 S:      Buried alive in reporters
13833 F:      *
13834 F:      */