Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.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 ACCES PCI-IDIO-16 GPIO DRIVER
269 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
270 L:      linux-gpio@vger.kernel.org
271 S:      Maintained
272 F:      drivers/gpio/gpio-pci-idio-16.c
273
274 ACENIC DRIVER
275 M:      Jes Sorensen <jes@trained-monkey.org>
276 L:      linux-acenic@sunsite.dk
277 S:      Maintained
278 F:      drivers/net/ethernet/alteon/acenic*
279
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M:      Peter Feuerer <peter@piie.net>
282 L:      platform-driver-x86@vger.kernel.org
283 W:      http://piie.net/?section=acerhdf
284 S:      Maintained
285 F:      drivers/platform/x86/acerhdf.c
286
287 ACER WMI LAPTOP EXTRAS
288 M:      "Lee, Chun-Yi" <jlee@suse.com>
289 L:      platform-driver-x86@vger.kernel.org
290 S:      Maintained
291 F:      drivers/platform/x86/acer-wmi.c
292
293 ACPI
294 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
295 M:      Len Brown <lenb@kernel.org>
296 L:      linux-acpi@vger.kernel.org
297 W:      https://01.org/linux-acpi
298 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B:      https://bugzilla.kernel.org
301 S:      Supported
302 F:      drivers/acpi/
303 F:      drivers/pnp/pnpacpi/
304 F:      include/linux/acpi.h
305 F:      include/acpi/
306 F:      Documentation/acpi/
307 F:      Documentation/ABI/testing/sysfs-bus-acpi
308 F:      Documentation/ABI/testing/configfs-acpi
309 F:      drivers/pci/*acpi*
310 F:      drivers/pci/*/*acpi*
311 F:      drivers/pci/*/*/*acpi*
312 F:      tools/power/acpi/
313
314 ACPI COMPONENT ARCHITECTURE (ACPICA)
315 M:      Robert Moore <robert.moore@intel.com>
316 M:      Lv Zheng <lv.zheng@intel.com>
317 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 L:      devel@acpica.org
320 W:      https://acpica.org/
321 W:      https://github.com/acpica/acpica/
322 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B:      https://bugzilla.kernel.org
325 B:      https://bugs.acpica.org
326 S:      Supported
327 F:      drivers/acpi/acpica/
328 F:      include/acpi/
329 F:      tools/power/acpi/
330
331 ACPI FAN DRIVER
332 M:      Zhang Rui <rui.zhang@intel.com>
333 L:      linux-acpi@vger.kernel.org
334 W:      https://01.org/linux-acpi
335 B:      https://bugzilla.kernel.org
336 S:      Supported
337 F:      drivers/acpi/fan.c
338
339 ACPI FOR ARM64 (ACPI/arm64)
340 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
341 M:      Hanjun Guo <hanjun.guo@linaro.org>
342 M:      Sudeep Holla <sudeep.holla@arm.com>
343 L:      linux-acpi@vger.kernel.org
344 S:      Maintained
345 F:      drivers/acpi/arm64
346
347 ACPI THERMAL DRIVER
348 M:      Zhang Rui <rui.zhang@intel.com>
349 L:      linux-acpi@vger.kernel.org
350 W:      https://01.org/linux-acpi
351 B:      https://bugzilla.kernel.org
352 S:      Supported
353 F:      drivers/acpi/*thermal*
354
355 ACPI VIDEO DRIVER
356 M:      Zhang Rui <rui.zhang@intel.com>
357 L:      linux-acpi@vger.kernel.org
358 W:      https://01.org/linux-acpi
359 B:      https://bugzilla.kernel.org
360 S:      Supported
361 F:      drivers/acpi/acpi_video.c
362
363 ACPI WMI DRIVER
364 L:      platform-driver-x86@vger.kernel.org
365 S:      Orphan
366 F:      drivers/platform/x86/wmi.c
367
368 AD1889 ALSA SOUND DRIVER
369 M:      Thibaut Varene <T-Bone@parisc-linux.org>
370 W:      http://wiki.parisc-linux.org/AD1889
371 L:      linux-parisc@vger.kernel.org
372 S:      Maintained
373 F:      sound/pci/ad1889.*
374
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M:      Michael Hennerich <michael.hennerich@analog.com>
377 W:      http://wiki.analog.com/AD5254
378 W:      http://ez.analog.com/community/linux-device-drivers
379 S:      Supported
380 F:      drivers/misc/ad525x_dpot.c
381
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M:      Michael Hennerich <michael.hennerich@analog.com>
384 W:      http://wiki.analog.com/AD5398
385 W:      http://ez.analog.com/community/linux-device-drivers
386 S:      Supported
387 F:      drivers/regulator/ad5398.c
388
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M:      Michael Hennerich <michael.hennerich@analog.com>
391 W:      http://wiki.analog.com/AD7142
392 W:      http://ez.analog.com/community/linux-device-drivers
393 S:      Supported
394 F:      drivers/input/misc/ad714x.c
395
396 AD7877 TOUCHSCREEN DRIVER
397 M:      Michael Hennerich <michael.hennerich@analog.com>
398 W:      http://wiki.analog.com/AD7877
399 W:      http://ez.analog.com/community/linux-device-drivers
400 S:      Supported
401 F:      drivers/input/touchscreen/ad7877.c
402
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M:      Michael Hennerich <michael.hennerich@analog.com>
405 W:      http://wiki.analog.com/AD7879
406 W:      http://ez.analog.com/community/linux-device-drivers
407 S:      Supported
408 F:      drivers/input/touchscreen/ad7879.c
409
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M:      Jiri Kosina <jikos@kernel.org>
412 S:      Maintained
413
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M:      Michael Hennerich <michael.hennerich@analog.com>
416 W:      https://wiki.analog.com/ADF7242
417 W:      http://ez.analog.com/community/linux-device-drivers
418 L:      linux-wpan@vger.kernel.org
419 S:      Supported
420 F:      drivers/net/ieee802154/adf7242.c
421 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
422
423 ADM1025 HARDWARE MONITOR DRIVER
424 M:      Jean Delvare <jdelvare@suse.com>
425 L:      linux-hwmon@vger.kernel.org
426 S:      Maintained
427 F:      Documentation/hwmon/adm1025
428 F:      drivers/hwmon/adm1025.c
429
430 ADM1029 HARDWARE MONITOR DRIVER
431 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
432 L:      linux-hwmon@vger.kernel.org
433 S:      Maintained
434 F:      drivers/hwmon/adm1029.c
435
436 ADM8211 WIRELESS DRIVER
437 L:      linux-wireless@vger.kernel.org
438 W:      http://wireless.kernel.org/
439 S:      Orphan
440 F:      drivers/net/wireless/admtek/adm8211.*
441
442 ADP1653 FLASH CONTROLLER DRIVER
443 M:      Sakari Ailus <sakari.ailus@iki.fi>
444 L:      linux-media@vger.kernel.org
445 S:      Maintained
446 F:      drivers/media/i2c/adp1653.c
447 F:      include/media/i2c/adp1653.h
448
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M:      Michael Hennerich <michael.hennerich@analog.com>
451 W:      http://wiki.analog.com/ADP5520
452 W:      http://ez.analog.com/community/linux-device-drivers
453 S:      Supported
454 F:      drivers/mfd/adp5520.c
455 F:      drivers/video/backlight/adp5520_bl.c
456 F:      drivers/leds/leds-adp5520.c
457 F:      drivers/gpio/gpio-adp5520.c
458 F:      drivers/input/keyboard/adp5520-keys.c
459
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M:      Michael Hennerich <michael.hennerich@analog.com>
462 W:      http://wiki.analog.com/ADP5588
463 W:      http://ez.analog.com/community/linux-device-drivers
464 S:      Supported
465 F:      drivers/input/keyboard/adp5588-keys.c
466 F:      drivers/gpio/gpio-adp5588.c
467
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M:      Michael Hennerich <michael.hennerich@analog.com>
470 W:      http://wiki.analog.com/ADP8860
471 W:      http://ez.analog.com/community/linux-device-drivers
472 S:      Supported
473 F:      drivers/video/backlight/adp8860_bl.c
474
475 ADS1015 HARDWARE MONITOR DRIVER
476 M:      Dirk Eibach <eibach@gdsys.de>
477 L:      linux-hwmon@vger.kernel.org
478 S:      Maintained
479 F:      Documentation/hwmon/ads1015
480 F:      drivers/hwmon/ads1015.c
481 F:      include/linux/i2c/ads1015.h
482
483 ADT746X FAN DRIVER
484 M:      Colin Leroy <colin@colino.net>
485 S:      Maintained
486 F:      drivers/macintosh/therm_adt746x.c
487
488 ADT7475 HARDWARE MONITOR DRIVER
489 M:      Jean Delvare <jdelvare@suse.com>
490 L:      linux-hwmon@vger.kernel.org
491 S:      Maintained
492 F:      Documentation/hwmon/adt7475
493 F:      drivers/hwmon/adt7475.c
494
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M:      Michael Hennerich <michael.hennerich@analog.com>
497 W:      http://wiki.analog.com/ADXL345
498 W:      http://ez.analog.com/community/linux-device-drivers
499 S:      Supported
500 F:      drivers/input/misc/adxl34x.c
501
502 ADVANSYS SCSI DRIVER
503 M:      Matthew Wilcox <matthew@wil.cx>
504 M:      Hannes Reinecke <hare@suse.com>
505 L:      linux-scsi@vger.kernel.org
506 S:      Maintained
507 F:      Documentation/scsi/advansys.txt
508 F:      drivers/scsi/advansys.c
509
510 AEDSP16 DRIVER
511 M:      Riccardo Facchetti <fizban@tin.it>
512 S:      Maintained
513 F:      sound/oss/aedsp16.c
514
515 AF9013 MEDIA DRIVER
516 M:      Antti Palosaari <crope@iki.fi>
517 L:      linux-media@vger.kernel.org
518 W:      https://linuxtv.org
519 W:      http://palosaari.fi/linux/
520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
521 T:      git git://linuxtv.org/anttip/media_tree.git
522 S:      Maintained
523 F:      drivers/media/dvb-frontends/af9013*
524
525 AF9033 MEDIA DRIVER
526 M:      Antti Palosaari <crope@iki.fi>
527 L:      linux-media@vger.kernel.org
528 W:      https://linuxtv.org
529 W:      http://palosaari.fi/linux/
530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
531 T:      git git://linuxtv.org/anttip/media_tree.git
532 S:      Maintained
533 F:      drivers/media/dvb-frontends/af9033*
534
535 AFFS FILE SYSTEM
536 L:      linux-fsdevel@vger.kernel.org
537 S:      Orphan
538 F:      Documentation/filesystems/affs.txt
539 F:      fs/affs/
540
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M:      David Howells <dhowells@redhat.com>
543 L:      linux-afs@lists.infradead.org
544 S:      Supported
545 F:      fs/afs/
546 F:      include/net/af_rxrpc.h
547 F:      net/rxrpc/af_rxrpc.c
548 W:      https://www.infradead.org/~dhowells/kafs/
549
550 AGPGART DRIVER
551 M:      David Airlie <airlied@linux.ie>
552 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
553 S:      Maintained
554 F:      drivers/char/agp/
555 F:      include/linux/agp*
556 F:      include/uapi/linux/agp*
557
558 AHA152X SCSI DRIVER
559 M:      "Juergen E. Fischer" <fischer@norbit.de>
560 L:      linux-scsi@vger.kernel.org
561 S:      Maintained
562 F:      drivers/scsi/aha152x*
563 F:      drivers/scsi/pcmcia/aha152x*
564
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M:      Hannes Reinecke <hare@suse.com>
567 L:      linux-scsi@vger.kernel.org
568 S:      Maintained
569 F:      drivers/scsi/aic7xxx/
570
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M:      Hans Verkuil <hverkuil@xs4all.nl>
573 L:      linux-media@vger.kernel.org
574 T:      git git://linuxtv.org/media_tree.git
575 W:      https://linuxtv.org
576 S:      Maintained
577 F:      drivers/media/radio/radio-aimslab*
578
579 AIO
580 M:      Benjamin LaHaise <bcrl@kvack.org>
581 L:      linux-aio@kvack.org
582 S:      Supported
583 F:      fs/aio.c
584 F:      include/linux/*aio*.h
585
586 AIRSPY MEDIA DRIVER
587 M:      Antti Palosaari <crope@iki.fi>
588 L:      linux-media@vger.kernel.org
589 W:      https://linuxtv.org
590 W:      http://palosaari.fi/linux/
591 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
592 T:      git git://linuxtv.org/anttip/media_tree.git
593 S:      Maintained
594 F:      drivers/media/usb/airspy/
595
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
598 S:      Maintained
599 F:      drivers/net/ethernet/alacritech/*
600
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M:      Duncan Sands <duncan.sands@free.fr>
603 L:      linux-usb@vger.kernel.org
604 W:      http://www.linux-usb.org/SpeedTouch/
605 S:      Maintained
606 F:      drivers/usb/atm/speedtch.c
607 F:      drivers/usb/atm/usbatm.c
608
609 ALCHEMY AU1XX0 MMC DRIVER
610 M:      Manuel Lauss <manuel.lauss@gmail.com>
611 S:      Maintained
612 F:      drivers/mmc/host/au1xmmc.c
613
614 ALI1563 I2C DRIVER
615 M:      Rudolf Marek <r.marek@assembler.cz>
616 L:      linux-i2c@vger.kernel.org
617 S:      Maintained
618 F:      Documentation/i2c/busses/i2c-ali1563
619 F:      drivers/i2c/busses/i2c-ali1563.c
620
621 ALLWINNER SECURITY SYSTEM
622 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
623 L:      linux-crypto@vger.kernel.org
624 S:      Maintained
625 F:      drivers/crypto/sunxi-ss/
626
627 ALPHA PORT
628 M:      Richard Henderson <rth@twiddle.net>
629 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
630 M:      Matt Turner <mattst88@gmail.com>
631 S:      Odd Fixes
632 L:      linux-alpha@vger.kernel.org
633 F:      arch/alpha/
634
635 ALPS PS/2 TOUCHPAD DRIVER
636 R:      Pali Rohár <pali.rohar@gmail.com>
637 F:      drivers/input/mouse/alps.*
638
639 ALTERA MAILBOX DRIVER
640 M:      Ley Foon Tan <lftan@altera.com>
641 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
642 S:      Maintained
643 F:      drivers/mailbox/mailbox-altera.c
644
645 ALTERA PIO DRIVER
646 M:      Tien Hock Loh <thloh@altera.com>
647 L:      linux-gpio@vger.kernel.org
648 S:      Maintained
649 F:      drivers/gpio/gpio-altera.c
650
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M:      Thor Thayer <thor.thayer@linux.intel.com>
653 S:      Maintained
654 F:      drivers/gpio/gpio-altera-a10sr.c
655 F:      drivers/mfd/altera-a10sr.c
656 F:      drivers/reset/reset-a10sr.c
657 F:      include/linux/mfd/altera-a10sr.h
658 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
659
660 ALTERA TRIPLE SPEED ETHERNET DRIVER
661 M:      Vince Bridgers <vbridger@opensource.altera.com>
662 L:      netdev@vger.kernel.org
663 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
664 S:      Maintained
665 F:      drivers/net/ethernet/altera/
666
667 ALTERA UART/JTAG UART SERIAL DRIVERS
668 M:      Tobias Klauser <tklauser@distanz.ch>
669 L:      linux-serial@vger.kernel.org
670 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
671 S:      Maintained
672 F:      drivers/tty/serial/altera_uart.c
673 F:      drivers/tty/serial/altera_jtaguart.c
674 F:      include/linux/altera_uart.h
675 F:      include/linux/altera_jtaguart.h
676
677 AMAZON ETHERNET DRIVERS
678 M:      Netanel Belgazal <netanel@annapurnalabs.com>
679 R:      Saeed Bishara <saeed@annapurnalabs.com>
680 R:      Zorik Machulsky <zorik@annapurnalabs.com>
681 L:      netdev@vger.kernel.org
682 S:      Supported
683 F:      Documentation/networking/ena.txt
684 F:      drivers/net/ethernet/amazon/
685
686 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
687 M:      Tom Lendacky <thomas.lendacky@amd.com>
688 M:      Gary Hook <gary.hook@amd.com>
689 L:      linux-crypto@vger.kernel.org
690 S:      Supported
691 F:      drivers/crypto/ccp/
692 F:      include/linux/ccp.h
693
694 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
695 M:      Huang Rui <ray.huang@amd.com>
696 L:      linux-hwmon@vger.kernel.org
697 S:      Supported
698 F:      Documentation/hwmon/fam15h_power
699 F:      drivers/hwmon/fam15h_power.c
700
701 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
702 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
703 S:      Orphan
704 F:      drivers/usb/gadget/udc/amd5536udc.*
705
706 AMD GEODE PROCESSOR/CHIPSET SUPPORT
707 P:      Andres Salomon <dilinger@queued.net>
708 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
709 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
710 S:      Supported
711 F:      drivers/char/hw_random/geode-rng.c
712 F:      drivers/crypto/geode*
713 F:      drivers/video/fbdev/geode/
714 F:      arch/x86/include/asm/geode.h
715
716 AMD IOMMU (AMD-VI)
717 M:      Joerg Roedel <joro@8bytes.org>
718 L:      iommu@lists.linux-foundation.org
719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
720 S:      Maintained
721 F:      drivers/iommu/amd_iommu*.[ch]
722 F:      include/linux/amd-iommu.h
723
724 AMD KFD
725 M:      Oded Gabbay <oded.gabbay@gmail.com>
726 L:      dri-devel@lists.freedesktop.org
727 T:      git git://people.freedesktop.org/~gabbayo/linux.git
728 S:      Supported
729 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
730 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
731 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
732 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
733 F:      drivers/gpu/drm/amd/amdkfd/
734 F:      drivers/gpu/drm/amd/include/cik_structs.h
735 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
736 F:      drivers/gpu/drm/amd/include/vi_structs.h
737 F:      drivers/gpu/drm/radeon/radeon_kfd.c
738 F:      drivers/gpu/drm/radeon/radeon_kfd.h
739 F:      include/uapi/linux/kfd_ioctl.h
740
741 AMD SEATTLE DEVICE TREE SUPPORT
742 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
743 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
744 M:      Tom Lendacky <thomas.lendacky@amd.com>
745 S:      Supported
746 F:      arch/arm64/boot/dts/amd/
747
748 AMD XGBE DRIVER
749 M:      Tom Lendacky <thomas.lendacky@amd.com>
750 L:      netdev@vger.kernel.org
751 S:      Supported
752 F:      drivers/net/ethernet/amd/xgbe/
753 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
754
755 AMS (Apple Motion Sensor) DRIVER
756 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
757 S:      Supported
758 F:      drivers/macintosh/ams/
759
760 ANALOG DEVICES INC AD9389B DRIVER
761 M:      Hans Verkuil <hans.verkuil@cisco.com>
762 L:      linux-media@vger.kernel.org
763 S:      Maintained
764 F:      drivers/media/i2c/ad9389b*
765
766 ANALOG DEVICES INC ADV7180 DRIVER
767 M:      Lars-Peter Clausen <lars@metafoo.de>
768 L:      linux-media@vger.kernel.org
769 W:      http://ez.analog.com/community/linux-device-drivers
770 S:      Supported
771 F:      drivers/media/i2c/adv7180.c
772
773 ANALOG DEVICES INC ADV7511 DRIVER
774 M:      Hans Verkuil <hans.verkuil@cisco.com>
775 L:      linux-media@vger.kernel.org
776 S:      Maintained
777 F:      drivers/media/i2c/adv7511*
778
779 ANALOG DEVICES INC ADV7604 DRIVER
780 M:      Hans Verkuil <hans.verkuil@cisco.com>
781 L:      linux-media@vger.kernel.org
782 S:      Maintained
783 F:      drivers/media/i2c/adv7604*
784
785 ANALOG DEVICES INC ADV7842 DRIVER
786 M:      Hans Verkuil <hans.verkuil@cisco.com>
787 L:      linux-media@vger.kernel.org
788 S:      Maintained
789 F:      drivers/media/i2c/adv7842*
790
791 ANALOG DEVICES INC ASOC CODEC DRIVERS
792 M:      Lars-Peter Clausen <lars@metafoo.de>
793 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
794 W:      http://wiki.analog.com/
795 W:      http://ez.analog.com/community/linux-device-drivers
796 S:      Supported
797 F:      sound/soc/codecs/adau*
798 F:      sound/soc/codecs/adav*
799 F:      sound/soc/codecs/ad1*
800 F:      sound/soc/codecs/ad7*
801 F:      sound/soc/codecs/ssm*
802 F:      sound/soc/codecs/sigmadsp.*
803
804 ANALOG DEVICES INC ASOC DRIVERS
805 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
806 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
807 W:      http://blackfin.uclinux.org/
808 S:      Supported
809 F:      sound/soc/blackfin/*
810
811 ANALOG DEVICES INC IIO DRIVERS
812 M:      Lars-Peter Clausen <lars@metafoo.de>
813 M:      Michael Hennerich <Michael.Hennerich@analog.com>
814 W:      http://wiki.analog.com/
815 W:      http://ez.analog.com/community/linux-device-drivers
816 S:      Supported
817 F:      drivers/iio/*/ad*
818 F:      drivers/iio/adc/ltc2497*
819 X:      drivers/iio/*/adjd*
820 F:      drivers/staging/iio/*/ad*
821 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
822
823 ANALOG DEVICES INC DMA DRIVERS
824 M:      Lars-Peter Clausen <lars@metafoo.de>
825 W:      http://ez.analog.com/community/linux-device-drivers
826 S:      Supported
827 F:      drivers/dma/dma-axi-dmac.c
828
829 ANDROID CONFIG FRAGMENTS
830 M:      Rob Herring <robh@kernel.org>
831 S:      Supported
832 F:      kernel/configs/android*
833
834 ANDROID DRIVERS
835 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
836 M:      Arve Hjønnevåg <arve@android.com>
837 M:      Riley Andrews <riandrews@android.com>
838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
839 L:      devel@driverdev.osuosl.org
840 S:      Supported
841 F:      drivers/android/
842 F:      drivers/staging/android/
843
844 ANDROID ION DRIVER
845 M:      Laura Abbott <labbott@redhat.com>
846 M:      Sumit Semwal <sumit.semwal@linaro.org>
847 L:      devel@driverdev.osuosl.org
848 S:      Supported
849 F:      Documentation/devicetree/bindings/staging/ion/
850 F:      drivers/staging/android/ion
851 F:      drivers/staging/android/uapi/ion.h
852 F:      drivers/staging/android/uapi/ion_test.h
853
854 AOA (Apple Onboard Audio) ALSA DRIVER
855 M:      Johannes Berg <johannes@sipsolutions.net>
856 L:      linuxppc-dev@lists.ozlabs.org
857 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
858 S:      Maintained
859 F:      sound/aoa/
860
861 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
862 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
863 L:      linux-iio@vger.kernel.org
864 S:      Maintained
865 F:      drivers/iio/adc/stx104.c
866
867 APM DRIVER
868 M:      Jiri Kosina <jikos@kernel.org>
869 S:      Odd fixes
870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
871 F:      arch/x86/kernel/apm_32.c
872 F:      include/linux/apm_bios.h
873 F:      include/uapi/linux/apm_bios.h
874 F:      drivers/char/apm-emulation.c
875
876 APPLE BCM5974 MULTITOUCH DRIVER
877 M:      Henrik Rydberg <rydberg@bitmath.org>
878 L:      linux-input@vger.kernel.org
879 S:      Odd fixes
880 F:      drivers/input/mouse/bcm5974.c
881
882 APPLE SMC DRIVER
883 M:      Henrik Rydberg <rydberg@bitmath.org>
884 L:      linux-hwmon@vger.kernel.org
885 S:      Odd fixes
886 F:      drivers/hwmon/applesmc.c
887
888 APPLETALK NETWORK LAYER
889 L:      netdev@vger.kernel.org
890 S:      Odd fixes
891 F:      drivers/net/appletalk/
892 F:      net/appletalk/
893
894 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
895 M:      Duc Dang <dhdang@apm.com>
896 S:      Supported
897 F:      arch/arm64/boot/dts/apm/
898
899 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
900 M:      Iyappan Subramanian <isubramanian@apm.com>
901 M:      Keyur Chudgar <kchudgar@apm.com>
902 M:      Quan Nguyen <qnguyen@apm.com>
903 S:      Supported
904 F:      drivers/net/ethernet/apm/xgene/
905 F:      drivers/net/phy/mdio-xgene.c
906 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
907 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
908
909 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
910 M:      Iyappan Subramanian <isubramanian@apm.com>
911 M:      Keyur Chudgar <kchudgar@apm.com>
912 S:      Supported
913 F:      drivers/net/ethernet/apm/xgene-v2/
914
915 APPLIED MICRO (APM) X-GENE SOC PMU
916 M:      Tai Nguyen <ttnguyen@apm.com>
917 S:      Supported
918 F:      drivers/perf/xgene_pmu.c
919 F:      Documentation/perf/xgene-pmu.txt
920 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
921
922 APTINA CAMERA SENSOR PLL
923 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
924 L:      linux-media@vger.kernel.org
925 S:      Maintained
926 F:      drivers/media/i2c/aptina-pll.*
927
928 ARC FRAMEBUFFER DRIVER
929 M:      Jaya Kumar <jayalk@intworks.biz>
930 S:      Maintained
931 F:      drivers/video/fbdev/arcfb.c
932 F:      drivers/video/fbdev/core/fb_defio.c
933
934 ARCNET NETWORK LAYER
935 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
936 L:      netdev@vger.kernel.org
937 S:      Maintained
938 F:      drivers/net/arcnet/
939 F:      include/uapi/linux/if_arcnet.h
940
941 ARC PGU DRM DRIVER
942 M:      Alexey Brodkin <abrodkin@synopsys.com>
943 S:      Supported
944 F:      drivers/gpu/drm/arc/
945 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
946
947 ARM ARCHITECTED TIMER DRIVER
948 M:      Mark Rutland <mark.rutland@arm.com>
949 M:      Marc Zyngier <marc.zyngier@arm.com>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 S:      Maintained
952 F:      arch/arm/include/asm/arch_timer.h
953 F:      arch/arm64/include/asm/arch_timer.h
954 F:      drivers/clocksource/arm_arch_timer.c
955
956 ARM HDLCD DRM DRIVER
957 M:      Liviu Dudau <liviu.dudau@arm.com>
958 S:      Supported
959 F:      drivers/gpu/drm/arm/hdlcd_*
960 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
961
962 ARM MALI-DP DRM DRIVER
963 M:      Liviu Dudau <liviu.dudau@arm.com>
964 M:      Brian Starkey <brian.starkey@arm.com>
965 M:      Mali DP Maintainers <malidp@foss.arm.com>
966 S:      Supported
967 F:      drivers/gpu/drm/arm/
968 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
969
970 ARM MFM AND FLOPPY DRIVERS
971 M:      Ian Molton <spyro@f2s.com>
972 S:      Maintained
973 F:      arch/arm/lib/floppydma.S
974 F:      arch/arm/include/asm/floppy.h
975
976 ARM PMU PROFILING AND DEBUGGING
977 M:      Will Deacon <will.deacon@arm.com>
978 M:      Mark Rutland <mark.rutland@arm.com>
979 S:      Maintained
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 F:      arch/arm*/kernel/perf_*
982 F:      arch/arm/oprofile/common.c
983 F:      arch/arm*/kernel/hw_breakpoint.c
984 F:      arch/arm*/include/asm/hw_breakpoint.h
985 F:      arch/arm*/include/asm/perf_event.h
986 F:      drivers/perf/*
987 F:      include/linux/perf/arm_pmu.h
988 F:      Documentation/devicetree/bindings/arm/pmu.txt
989 F:      Documentation/devicetree/bindings/perf/
990
991 ARM PORT
992 M:      Russell King <linux@armlinux.org.uk>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 W:      http://www.armlinux.org.uk/
995 S:      Maintained
996 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
997 F:      arch/arm/
998
999 ARM SUB-ARCHITECTURES
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1002 F:      arch/arm/mach-*/
1003 F:      arch/arm/plat-*/
1004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1005
1006 ARM PRIMECELL AACI PL041 DRIVER
1007 M:      Russell King <linux@armlinux.org.uk>
1008 S:      Maintained
1009 F:      sound/arm/aaci.*
1010
1011 ARM PRIMECELL CLCD PL110 DRIVER
1012 M:      Russell King <linux@armlinux.org.uk>
1013 S:      Maintained
1014 F:      drivers/video/fbdev/amba-clcd.*
1015
1016 ARM PRIMECELL KMI PL050 DRIVER
1017 M:      Russell King <linux@armlinux.org.uk>
1018 S:      Maintained
1019 F:      drivers/input/serio/ambakmi.*
1020 F:      include/linux/amba/kmi.h
1021
1022 ARM PRIMECELL MMCI PL180/1 DRIVER
1023 M:      Russell King <linux@armlinux.org.uk>
1024 S:      Maintained
1025 F:      drivers/mmc/host/mmci.*
1026 F:      include/linux/amba/mmci.h
1027
1028 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1029 M:      Russell King <linux@armlinux.org.uk>
1030 S:      Maintained
1031 F:      drivers/tty/serial/amba-pl01*.c
1032 F:      include/linux/amba/serial.h
1033
1034 ARM PRIMECELL BUS SUPPORT
1035 M:      Russell King <linux@armlinux.org.uk>
1036 S:      Maintained
1037 F:      drivers/amba/
1038 F:      include/linux/amba/bus.h
1039
1040 ARM/ADS SPHERE MACHINE SUPPORT
1041 M:      Lennert Buytenhek <kernel@wantstofly.org>
1042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 S:      Maintained
1044
1045 ARM/AFEB9260 MACHINE SUPPORT
1046 M:      Sergey Lapin <slapin@ossfans.org>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Maintained
1049
1050 ARM/AJECO 1ARM MACHINE SUPPORT
1051 M:      Lennert Buytenhek <kernel@wantstofly.org>
1052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 S:      Maintained
1054
1055 ARM/Allwinner sunXi SoC support
1056 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1057 M:      Chen-Yu Tsai <wens@csie.org>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060 N:      sun[x456789]i
1061 N:      sun50i
1062 F:      arch/arm/mach-sunxi/
1063 F:      arch/arm64/boot/dts/allwinner/
1064 F:      drivers/clk/sunxi-ng/
1065 F:      drivers/pinctrl/sunxi/
1066 F:      drivers/soc/sunxi/
1067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1068
1069 ARM/Allwinner SoC Clock Support
1070 M:      Emilio López <emilio@elopez.com.ar>
1071 S:      Maintained
1072 F:      drivers/clk/sunxi/
1073
1074 ARM/Amlogic Meson SoC support
1075 M:      Carlo Caione <carlo@caione.org>
1076 M:      Kevin Hilman <khilman@baylibre.com>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 L:      linux-amlogic@lists.infradead.org
1079 W:      http://linux-meson.com/
1080 S:      Maintained
1081 F:      arch/arm/mach-meson/
1082 F:      arch/arm/boot/dts/meson*
1083 F:      arch/arm64/boot/dts/amlogic/
1084 F:      drivers/pinctrl/meson/
1085 F:      drivers/mmc/host/meson*
1086 N:      meson
1087
1088 ARM/Annapurna Labs ALPINE ARCHITECTURE
1089 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1090 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 F:      arch/arm/mach-alpine/
1094 F:      arch/arm/boot/dts/alpine*
1095 F:      arch/arm64/boot/dts/al/
1096 F:      drivers/*/*alpine*
1097
1098 ARM/ARTPEC MACHINE SUPPORT
1099 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1100 M:      Lars Persson <lars.persson@axis.com>
1101 M:      Niklas Cassel <niklas.cassel@axis.com>
1102 S:      Maintained
1103 L:      linux-arm-kernel@axis.com
1104 F:      arch/arm/mach-artpec
1105 F:      arch/arm/boot/dts/artpec6*
1106 F:      drivers/clk/axis
1107 F:      drivers/pinctrl/pinctrl-artpec*
1108 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1109
1110 ARM/ASPEED MACHINE SUPPORT
1111 M:      Joel Stanley <joel@jms.id.au>
1112 S:      Maintained
1113 F:      arch/arm/mach-aspeed/
1114 F:      arch/arm/boot/dts/aspeed-*
1115 F:      drivers/*/*aspeed*
1116
1117 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1118 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
1119 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 W:      http://www.linux4sam.org
1122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1123 S:      Supported
1124 F:      arch/arm/mach-at91/
1125 F:      include/soc/at91/
1126 F:      arch/arm/boot/dts/at91*.dts
1127 F:      arch/arm/boot/dts/at91*.dtsi
1128 F:      arch/arm/boot/dts/sama*.dts
1129 F:      arch/arm/boot/dts/sama*.dtsi
1130 F:      arch/arm/include/debug/at91.S
1131 F:      drivers/memory/atmel*
1132
1133 ARM/ATMEL AT91 Clock Support
1134 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1135 S:      Maintained
1136 F:      drivers/clk/at91
1137
1138 ARM/CALXEDA HIGHBANK ARCHITECTURE
1139 M:      Rob Herring <robh@kernel.org>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-highbank/
1143 F:      arch/arm/boot/dts/highbank.dts
1144 F:      arch/arm/boot/dts/ecx-*.dts*
1145
1146 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1147 M:      Krzysztof Halasa <khalasa@piap.pl>
1148 S:      Maintained
1149 F:      arch/arm/mach-cns3xxx/
1150
1151 ARM/CAVIUM THUNDER NETWORK DRIVER
1152 M:      Sunil Goutham <sgoutham@cavium.com>
1153 M:      Robert Richter <rric@kernel.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Supported
1156 F:      drivers/net/ethernet/cavium/thunder/
1157
1158 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1159 M:      Alexander Shiyan <shc_work@mail.ru>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Odd Fixes
1162 N:      clps711x
1163
1164 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1165 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1166 M:      Ryan Mallon <rmallon@gmail.com>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169 F:      arch/arm/mach-ep93xx/
1170 F:      arch/arm/mach-ep93xx/include/mach/
1171
1172 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1173 M:      Lennert Buytenhek <kernel@wantstofly.org>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176
1177 ARM/CLKDEV SUPPORT
1178 M:      Russell King <linux@armlinux.org.uk>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Maintained
1181 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1182 F:      arch/arm/include/asm/clkdev.h
1183 F:      drivers/clk/clkdev.c
1184
1185 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1186 M:      Mike Rapoport <mike@compulab.co.il>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189
1190 ARM/CONTEC MICRO9 MACHINE SUPPORT
1191 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1192 S:      Maintained
1193 F:      arch/arm/mach-ep93xx/micro9.c
1194
1195 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1196 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199 F:      drivers/hwtracing/coresight/*
1200 F:      Documentation/trace/coresight.txt
1201 F:      Documentation/devicetree/bindings/arm/coresight.txt
1202 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1203 F:      tools/perf/arch/arm/util/pmu.c
1204 F:      tools/perf/arch/arm/util/auxtrace.c
1205 F:      tools/perf/arch/arm/util/cs-etm.c
1206 F:      tools/perf/arch/arm/util/cs-etm.h
1207 F:      tools/perf/util/cs-etm.h
1208
1209 ARM/CORGI MACHINE SUPPORT
1210 M:      Richard Purdie <rpurdie@rpsys.net>
1211 S:      Maintained
1212
1213 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1214 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 T:      git git://github.com/ulli-kroll/linux.git
1217 S:      Maintained
1218 F:      arch/arm/mach-gemini/
1219 F:      drivers/rtc/rtc-gemini.c
1220
1221 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1222 M:      Barry Song <baohua@kernel.org>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1225 S:      Maintained
1226 F:      arch/arm/boot/dts/prima2*
1227 F:      arch/arm/mach-prima2/
1228 F:      drivers/clk/sirf/
1229 F:      drivers/clocksource/timer-prima2.c
1230 F:      drivers/clocksource/timer-atlas7.c
1231 N:      [^a-z]sirf
1232
1233 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1234 M:      Baruch Siach <baruch@tkos.co.il>
1235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 S:      Maintained
1237 F:      arch/arm/boot/dts/cx92755*
1238 N:      digicolor
1239
1240 ARM/EBSA110 MACHINE SUPPORT
1241 M:      Russell King <linux@armlinux.org.uk>
1242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1243 W:      http://www.armlinux.org.uk/
1244 S:      Maintained
1245 F:      arch/arm/mach-ebsa110/
1246 F:      drivers/net/ethernet/amd/am79c961a.*
1247
1248 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1249 M:      Uwe Kleine-König <kernel@pengutronix.de>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S:      Maintained
1252 N:      efm32
1253
1254 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1255 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S:      Maintained
1258 F:      arch/arm/mach-pxa/ezx.c
1259
1260 ARM/FARADAY FA526 PORT
1261 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 S:      Maintained
1264 T:      git git://git.berlios.de/gemini-board
1265 F:      arch/arm/mm/*-fa*
1266
1267 ARM/FOOTBRIDGE ARCHITECTURE
1268 M:      Russell King <linux@armlinux.org.uk>
1269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270 W:      http://www.armlinux.org.uk/
1271 S:      Maintained
1272 F:      arch/arm/include/asm/hardware/dec21285.h
1273 F:      arch/arm/mach-footbridge/
1274
1275 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1276 M:      Shawn Guo <shawnguo@kernel.org>
1277 M:      Sascha Hauer <kernel@pengutronix.de>
1278 R:      Fabio Estevam <fabio.estevam@nxp.com>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1282 F:      arch/arm/mach-imx/
1283 F:      arch/arm/mach-mxs/
1284 F:      arch/arm/boot/dts/imx*
1285 F:      arch/arm/configs/imx*_defconfig
1286 F:      drivers/clk/imx/
1287 F:      drivers/soc/imx/
1288 F:      include/soc/imx/
1289
1290 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1291 M:      Shawn Guo <shawnguo@kernel.org>
1292 M:      Sascha Hauer <kernel@pengutronix.de>
1293 R:      Stefan Agner <stefan@agner.ch>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1297 F:      arch/arm/mach-imx/*vf610*
1298 F:      arch/arm/boot/dts/vf*
1299
1300 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1301 M:      Lennert Buytenhek <kernel@wantstofly.org>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 S:      Maintained
1304
1305 ARM/GUMSTIX MACHINE SUPPORT
1306 M:      Steve Sakoman <sakoman@gmail.com>
1307 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1308 S:      Maintained
1309
1310 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1311 M:      Philipp Zabel <philipp.zabel@gmail.com>
1312 M:      Paul Parsons <lost.distance@yahoo.com>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 S:      Maintained
1315 F:      arch/arm/mach-pxa/hx4700.c
1316 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1317 F:      sound/soc/pxa/hx4700.c
1318
1319 ARM/HISILICON SOC SUPPORT
1320 M:      Wei Xu <xuwei5@hisilicon.com>
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 W:      http://www.hisilicon.com
1323 S:      Supported
1324 T:      git git://github.com/hisilicon/linux-hisi.git
1325 F:      arch/arm/mach-hisi/
1326 F:      arch/arm/boot/dts/hi3*
1327 F:      arch/arm/boot/dts/hip*
1328 F:      arch/arm/boot/dts/hisi*
1329 F:      arch/arm64/boot/dts/hisilicon/
1330
1331 ARM/HP JORNADA 7XX MACHINE SUPPORT
1332 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1333 W:      www.jlime.com
1334 S:      Maintained
1335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1336 F:      arch/arm/mach-sa1100/jornada720.c
1337 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1338
1339 ARM/IGEP MACHINE SUPPORT
1340 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1341 M:      Javier Martinez Canillas <javier@dowhile0.org>
1342 L:      linux-omap@vger.kernel.org
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S:      Maintained
1345 F:      arch/arm/boot/dts/omap3-igep*
1346
1347 ARM/INCOME PXA270 SUPPORT
1348 M:      Marek Vasut <marek.vasut@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 S:      Maintained
1351 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1352
1353 ARM/INTEL IOP32X ARM ARCHITECTURE
1354 M:      Lennert Buytenhek <kernel@wantstofly.org>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 S:      Maintained
1357
1358 ARM/INTEL IOP33X ARM ARCHITECTURE
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 S:      Orphan
1361
1362 ARM/INTEL IOP13XX ARM ARCHITECTURE
1363 M:      Lennert Buytenhek <kernel@wantstofly.org>
1364 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1365 S:      Maintained
1366
1367 ARM/INTEL IQ81342EX MACHINE SUPPORT
1368 M:      Lennert Buytenhek <kernel@wantstofly.org>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S:      Maintained
1371
1372 ARM/INTEL IXDP2850 MACHINE SUPPORT
1373 M:      Lennert Buytenhek <kernel@wantstofly.org>
1374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 S:      Maintained
1376
1377 ARM/INTEL IXP4XX ARM ARCHITECTURE
1378 M:      Imre Kaloz <kaloz@openwrt.org>
1379 M:      Krzysztof Halasa <khalasa@piap.pl>
1380 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1381 S:      Maintained
1382 F:      arch/arm/mach-ixp4xx/
1383
1384 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1385 M:      Jonathan Cameron <jic23@cam.ac.uk>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 S:      Maintained
1388 F:      arch/arm/mach-pxa/stargate2.c
1389 F:      drivers/pcmcia/pxa2xx_stargate2.c
1390
1391 ARM/INTEL XSC3 (MANZANO) ARM CORE
1392 M:      Lennert Buytenhek <kernel@wantstofly.org>
1393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 S:      Maintained
1395
1396 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1397 M:      Lennert Buytenhek <kernel@wantstofly.org>
1398 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 S:      Maintained
1400
1401 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1402 M:      Santosh Shilimkar <ssantosh@kernel.org>
1403 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1404 S:      Maintained
1405 F:      arch/arm/mach-keystone/
1406 F:      arch/arm/boot/dts/keystone-*
1407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1408
1409 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1410 M:      Santosh Shilimkar <ssantosh@kernel.org>
1411 L:      linux-kernel@vger.kernel.org
1412 S:      Maintained
1413 F:      drivers/clk/keystone/
1414
1415 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1416 M:      Santosh Shilimkar <ssantosh@kernel.org>
1417 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418 L:      linux-kernel@vger.kernel.org
1419 S:      Maintained
1420 F:      drivers/clocksource/timer-keystone.c
1421
1422 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1423 M:      Santosh Shilimkar <ssantosh@kernel.org>
1424 L:      linux-kernel@vger.kernel.org
1425 S:      Maintained
1426 F:      drivers/power/reset/keystone-reset.c
1427
1428 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1429 M:      Santosh Shilimkar <ssantosh@kernel.org>
1430 L:      linux-kernel@vger.kernel.org
1431 S:      Maintained
1432 F:      drivers/memory/*emif*
1433
1434 ARM/LG1K ARCHITECTURE
1435 M:      Chanho Min <chanho.min@lge.com>
1436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 S:      Maintained
1438 F:      arch/arm64/boot/dts/lg/
1439
1440 ARM/LOGICPD PXA270 MACHINE SUPPORT
1441 M:      Lennert Buytenhek <kernel@wantstofly.org>
1442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1443 S:      Maintained
1444
1445 ARM/LPC18XX ARCHITECTURE
1446 M:      Joachim Eastwood <manabian@gmail.com>
1447 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1448 S:      Maintained
1449 F:      arch/arm/boot/dts/lpc43*
1450 F:      drivers/clk/nxp/clk-lpc18xx*
1451 F:      drivers/clocksource/time-lpc32xx.c
1452 F:      drivers/i2c/busses/i2c-lpc2k.c
1453 F:      drivers/memory/pl172.c
1454 F:      drivers/mtd/spi-nor/nxp-spifi.c
1455 F:      drivers/rtc/rtc-lpc24xx.c
1456 N:      lpc18xx
1457
1458 ARM/LPC32XX SOC SUPPORT
1459 M:      Vladimir Zapolskiy <vz@mleia.com>
1460 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1461 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1462 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1463 S:      Maintained
1464 F:      arch/arm/boot/dts/lpc32*
1465 F:      arch/arm/mach-lpc32xx/
1466 F:      drivers/i2c/busses/i2c-pnx.c
1467 F:      drivers/net/ethernet/nxp/lpc_eth.c
1468 F:      drivers/usb/host/ohci-nxp.c
1469 F:      drivers/watchdog/pnx4008_wdt.c
1470 N:      lpc32xx
1471
1472 ARM/MAGICIAN MACHINE SUPPORT
1473 M:      Philipp Zabel <philipp.zabel@gmail.com>
1474 S:      Maintained
1475
1476 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1477 M:      Jason Cooper <jason@lakedaemon.net>
1478 M:      Andrew Lunn <andrew@lunn.ch>
1479 M:      Gregory Clement <gregory.clement@free-electrons.com>
1480 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 S:      Maintained
1483 F:      arch/arm/mach-mvebu/
1484 F:      drivers/rtc/rtc-armada38x.c
1485 F:      arch/arm/boot/dts/armada*
1486 F:      arch/arm/boot/dts/kirkwood*
1487 F:      arch/arm64/boot/dts/marvell/armada*
1488 F:      drivers/cpufreq/mvebu-cpufreq.c
1489 F:      arch/arm/configs/mvebu_*_defconfig
1490
1491 ARM/Marvell Berlin SoC support
1492 M:      Jisheng Zhang <jszhang@marvell.com>
1493 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1494 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 S:      Maintained
1496 F:      arch/arm/mach-berlin/
1497 F:      arch/arm/boot/dts/berlin*
1498 F:      arch/arm64/boot/dts/marvell/berlin*
1499
1500
1501 ARM/Marvell Dove/MV78xx0/Orion SOC support
1502 M:      Jason Cooper <jason@lakedaemon.net>
1503 M:      Andrew Lunn <andrew@lunn.ch>
1504 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1505 M:      Gregory Clement <gregory.clement@free-electrons.com>
1506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 S:      Maintained
1508 F:      Documentation/devicetree/bindings/soc/dove/
1509 F:      arch/arm/mach-dove/
1510 F:      arch/arm/mach-mv78xx0/
1511 F:      arch/arm/mach-orion5x/
1512 F:      arch/arm/plat-orion/
1513 F:      arch/arm/boot/dts/dove*
1514 F:      arch/arm/boot/dts/orion5x*
1515
1516
1517 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1518 M:      Alexander Clouter <alex@digriz.org.uk>
1519 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520 W:      http://www.digriz.org.uk/ts78xx/kernel
1521 S:      Maintained
1522 F:      arch/arm/mach-orion5x/ts78xx-*
1523
1524 ARM/OXNAS platform support
1525 M:      Neil Armstrong <narmstrong@baylibre.com>
1526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1528 S:      Maintained
1529 F:      arch/arm/mach-oxnas/
1530 F:      arch/arm/boot/dts/ox8*.dtsi
1531 F:      arch/arm/boot/dts/wd-mbwe.dts
1532 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1533 N:      oxnas
1534
1535 ARM/Mediatek RTC DRIVER
1536 M:      Eddie Huang <eddie.huang@mediatek.com>
1537 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1538 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1539 S:      Maintained
1540 F:      drivers/rtc/rtc-mt6397.c
1541
1542 ARM/Mediatek SoC support
1543 M:      Matthias Brugger <matthias.bgg@gmail.com>
1544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1546 S:      Maintained
1547 F:      arch/arm/boot/dts/mt6*
1548 F:      arch/arm/boot/dts/mt7*
1549 F:      arch/arm/boot/dts/mt8*
1550 F:      arch/arm/mach-mediatek/
1551 F:      arch/arm64/boot/dts/mediatek/
1552 N:      mtk
1553 K:      mediatek
1554
1555 ARM/Mediatek USB3 PHY DRIVER
1556 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1559 S:      Maintained
1560 F:      drivers/phy/phy-mt65xx-usb3.c
1561
1562 ARM/MICREL KS8695 ARCHITECTURE
1563 M:      Greg Ungerer <gerg@uclinux.org>
1564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 F:      arch/arm/mach-ks8695/
1566 S:      Odd Fixes
1567
1568 ARM/MIOA701 MACHINE SUPPORT
1569 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 F:      arch/arm/mach-pxa/mioa701.c
1572 S:      Maintained
1573
1574 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1575 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1576 S:      Maintained
1577
1578 ARM/NOMADIK ARCHITECTURE
1579 M:      Alessandro Rubini <rubini@unipv.it>
1580 M:      Linus Walleij <linus.walleij@linaro.org>
1581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 S:      Maintained
1583 F:      arch/arm/mach-nomadik/
1584 F:      drivers/pinctrl/nomadik/
1585 F:      drivers/i2c/busses/i2c-nomadik.c
1586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1587
1588 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1589 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1590 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1591 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1592 S:      Supported
1593
1594 ARM/TOSA MACHINE SUPPORT
1595 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1596 M:      Dirk Opfer <dirk@opfer-online.de>
1597 S:      Maintained
1598
1599 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1600 M:      Marek Vasut <marek.vasut@gmail.com>
1601 L:      linux-arm-kernel@lists.infradead.org
1602 W:      http://hackndev.com
1603 S:      Maintained
1604 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1605 F:      arch/arm/mach-pxa/palmtx.c
1606 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1607 F:      arch/arm/mach-pxa/palmt5.c
1608 F:      arch/arm/mach-pxa/include/mach/palmld.h
1609 F:      arch/arm/mach-pxa/palmld.c
1610 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1611 F:      arch/arm/mach-pxa/palmte2.c
1612 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1613 F:      arch/arm/mach-pxa/palmtc.c
1614
1615 ARM/PALM TREO SUPPORT
1616 M:      Tomas Cech <sleep_walker@suse.com>
1617 L:      linux-arm-kernel@lists.infradead.org
1618 W:      http://hackndev.com
1619 S:      Maintained
1620 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1621 F:      arch/arm/mach-pxa/palmtreo.c
1622
1623 ARM/PALMZ72 SUPPORT
1624 M:      Sergey Lapin <slapin@ossfans.org>
1625 L:      linux-arm-kernel@lists.infradead.org
1626 W:      http://hackndev.com
1627 S:      Maintained
1628 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1629 F:      arch/arm/mach-pxa/palmz72.c
1630
1631 ARM/PLEB SUPPORT
1632 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1633 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1634 S:      Maintained
1635
1636 ARM/PT DIGITAL BOARD PORT
1637 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 W:      http://www.armlinux.org.uk/
1640 S:      Maintained
1641
1642 ARM/QUALCOMM SUPPORT
1643 M:      Andy Gross <andy.gross@linaro.org>
1644 M:      David Brown <david.brown@linaro.org>
1645 L:      linux-arm-msm@vger.kernel.org
1646 L:      linux-soc@vger.kernel.org
1647 S:      Maintained
1648 F:      Documentation/devicetree/bindings/soc/qcom/
1649 F:      arch/arm/boot/dts/qcom-*.dts
1650 F:      arch/arm/boot/dts/qcom-*.dtsi
1651 F:      arch/arm/mach-qcom/
1652 F:      arch/arm64/boot/dts/qcom/*
1653 F:      drivers/i2c/busses/i2c-qup.c
1654 F:      drivers/clk/qcom/
1655 F:      drivers/pinctrl/qcom/
1656 F:      drivers/dma/qcom/
1657 F:      drivers/soc/qcom/
1658 F:      drivers/spi/spi-qup.c
1659 F:      drivers/tty/serial/msm_serial.h
1660 F:      drivers/tty/serial/msm_serial.c
1661 F:      drivers/*/pm8???-*
1662 F:      drivers/mfd/ssbi.c
1663 F:      drivers/firmware/qcom_scm.c
1664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1665
1666 ARM/RADISYS ENP2611 MACHINE SUPPORT
1667 M:      Lennert Buytenhek <kernel@wantstofly.org>
1668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1669 S:      Maintained
1670
1671 ARM/RENESAS ARM64 ARCHITECTURE
1672 M:      Simon Horman <horms@verge.net.au>
1673 M:      Magnus Damm <magnus.damm@gmail.com>
1674 L:      linux-renesas-soc@vger.kernel.org
1675 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1677 S:      Supported
1678 F:      arch/arm64/boot/dts/renesas/
1679 F:      drivers/soc/renesas/
1680 F:      include/linux/soc/renesas/
1681
1682 ARM/RISCPC ARCHITECTURE
1683 M:      Russell King <linux@armlinux.org.uk>
1684 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1685 W:      http://www.armlinux.org.uk/
1686 S:      Maintained
1687 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1688 F:      arch/arm/include/asm/hardware/ioc.h
1689 F:      arch/arm/include/asm/hardware/iomd.h
1690 F:      arch/arm/include/asm/hardware/memc.h
1691 F:      arch/arm/mach-rpc/
1692 F:      drivers/net/ethernet/8390/etherh.c
1693 F:      drivers/net/ethernet/i825xx/ether1*
1694 F:      drivers/net/ethernet/seeq/ether3*
1695 F:      drivers/scsi/arm/
1696
1697 ARM/Rockchip SoC support
1698 M:      Heiko Stuebner <heiko@sntech.de>
1699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 L:      linux-rockchip@lists.infradead.org
1701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1702 S:      Maintained
1703 F:      arch/arm/boot/dts/rk3*
1704 F:      arch/arm/mach-rockchip/
1705 F:      drivers/clk/rockchip/
1706 F:      drivers/i2c/busses/i2c-rk3x.c
1707 F:      drivers/*/*rockchip*
1708 F:      drivers/*/*/*rockchip*
1709 F:      sound/soc/rockchip/
1710 N:      rockchip
1711
1712 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1713 M:      Kukjin Kim <kgene@kernel.org>
1714 M:      Krzysztof Kozlowski <krzk@kernel.org>
1715 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1718 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1719 S:      Maintained
1720 F:      arch/arm/boot/dts/s3c*
1721 F:      arch/arm/boot/dts/s5p*
1722 F:      arch/arm/boot/dts/samsung*
1723 F:      arch/arm/boot/dts/exynos*
1724 F:      arch/arm64/boot/dts/exynos/
1725 F:      arch/arm/plat-samsung/
1726 F:      arch/arm/mach-s3c24*/
1727 F:      arch/arm/mach-s3c64xx/
1728 F:      arch/arm/mach-s5p*/
1729 F:      arch/arm/mach-exynos*/
1730 F:      drivers/*/*s3c24*
1731 F:      drivers/*/*/*s3c24*
1732 F:      drivers/*/*s3c64xx*
1733 F:      drivers/*/*s5pv210*
1734 F:      drivers/memory/samsung/*
1735 F:      drivers/soc/samsung/*
1736 F:      Documentation/arm/Samsung/
1737 F:      Documentation/devicetree/bindings/arm/samsung/
1738 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1739 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1740 N:      exynos
1741
1742 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1743 M:      Kyungmin Park <kyungmin.park@samsung.com>
1744 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1745 S:      Maintained
1746 F:      arch/arm/mach-s5pv210/
1747
1748 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1749 M:      Kyungmin Park <kyungmin.park@samsung.com>
1750 M:      Kamil Debski <kamil@wypas.org>
1751 M:      Andrzej Hajda <a.hajda@samsung.com>
1752 L:      linux-arm-kernel@lists.infradead.org
1753 L:      linux-media@vger.kernel.org
1754 S:      Maintained
1755 F:      drivers/media/platform/s5p-g2d/
1756
1757 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1758 M:      Kyungmin Park <kyungmin.park@samsung.com>
1759 M:      Kamil Debski <kamil@wypas.org>
1760 M:      Jeongtae Park <jtp.park@samsung.com>
1761 M:      Andrzej Hajda <a.hajda@samsung.com>
1762 L:      linux-arm-kernel@lists.infradead.org
1763 L:      linux-media@vger.kernel.org
1764 S:      Maintained
1765 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1766 F:      drivers/media/platform/s5p-mfc/
1767
1768 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1769 M:      Kyungmin Park <kyungmin.park@samsung.com>
1770 L:      linux-arm-kernel@lists.infradead.org
1771 L:      linux-media@vger.kernel.org
1772 S:      Maintained
1773 F:      drivers/staging/media/platform/s5p-cec/
1774
1775 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1776 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1777 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1778 L:      linux-arm-kernel@lists.infradead.org
1779 L:      linux-media@vger.kernel.org
1780 S:      Maintained
1781 F:      drivers/media/platform/s5p-jpeg/
1782
1783 ARM/SHMOBILE ARM ARCHITECTURE
1784 M:      Simon Horman <horms@verge.net.au>
1785 M:      Magnus Damm <magnus.damm@gmail.com>
1786 L:      linux-renesas-soc@vger.kernel.org
1787 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1789 S:      Supported
1790 F:      arch/arm/boot/dts/emev2*
1791 F:      arch/arm/boot/dts/r7s*
1792 F:      arch/arm/boot/dts/r8a*
1793 F:      arch/arm/boot/dts/sh*
1794 F:      arch/arm/configs/shmobile_defconfig
1795 F:      arch/arm/include/debug/renesas-scif.S
1796 F:      arch/arm/mach-shmobile/
1797 F:      drivers/soc/renesas/
1798 F:      include/linux/soc/renesas/
1799
1800 ARM/SOCFPGA ARCHITECTURE
1801 M:      Dinh Nguyen <dinguyen@kernel.org>
1802 S:      Maintained
1803 F:      arch/arm/mach-socfpga/
1804 F:      arch/arm/boot/dts/socfpga*
1805 F:      arch/arm/configs/socfpga_defconfig
1806 F:      arch/arm64/boot/dts/altera/
1807 W:      http://www.rocketboards.org
1808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1809
1810 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1811 M:      Dinh Nguyen <dinguyen@kernel.org>
1812 S:      Maintained
1813 F:      drivers/clk/socfpga/
1814
1815 ARM/SOCFPGA EDAC SUPPORT
1816 M:      Thor Thayer <thor.thayer@linux.intel.com>
1817 S:      Maintained
1818 F:      drivers/edac/altera_edac.
1819
1820 ARM/STI ARCHITECTURE
1821 M:      Patrice Chotard <patrice.chotard@st.com>
1822 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1823 L:      kernel@stlinux.com
1824 W:      http://www.stlinux.com
1825 S:      Maintained
1826 F:      arch/arm/mach-sti/
1827 F:      arch/arm/boot/dts/sti*
1828 F:      drivers/char/hw_random/st-rng.c
1829 F:      drivers/clocksource/arm_global_timer.c
1830 F:      drivers/clocksource/clksrc_st_lpc.c
1831 F:      drivers/cpufreq/sti-cpufreq.c
1832 F:      drivers/dma/st_fdma*
1833 F:      drivers/i2c/busses/i2c-st.c
1834 F:      drivers/media/rc/st_rc.c
1835 F:      drivers/media/platform/sti/c8sectpfe/
1836 F:      drivers/mmc/host/sdhci-st.c
1837 F:      drivers/phy/phy-miphy28lp.c
1838 F:      drivers/phy/phy-stih407-usb.c
1839 F:      drivers/pinctrl/pinctrl-st.c
1840 F:      drivers/remoteproc/st_remoteproc.c
1841 F:      drivers/remoteproc/st_slim_rproc.c
1842 F:      drivers/reset/sti/
1843 F:      drivers/rtc/rtc-st-lpc.c
1844 F:      drivers/tty/serial/st-asc.c
1845 F:      drivers/usb/dwc3/dwc3-st.c
1846 F:      drivers/usb/host/ehci-st.c
1847 F:      drivers/usb/host/ohci-st.c
1848 F:      drivers/watchdog/st_lpc_wdt.c
1849 F:      drivers/ata/ahci_st.c
1850 F:      include/linux/remoteproc/st_slim_rproc.h
1851
1852 ARM/STM32 ARCHITECTURE
1853 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1854 M:      Alexandre Torgue <alexandre.torgue@st.com>
1855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 S:      Maintained
1857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1858 N:      stm32
1859 F:      drivers/clocksource/armv7m_systick.c
1860
1861 ARM/TANGO ARCHITECTURE
1862 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1863 L:      linux-arm-kernel@lists.infradead.org
1864 S:      Maintained
1865 N:      tango
1866
1867 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1868 M:      Lennert Buytenhek <kernel@wantstofly.org>
1869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1870 S:      Maintained
1871
1872 ARM/TETON BGA MACHINE SUPPORT
1873 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1874 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1875 S:      Maintained
1876
1877 ARM/THECUS N2100 MACHINE SUPPORT
1878 M:      Lennert Buytenhek <kernel@wantstofly.org>
1879 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1880 S:      Maintained
1881
1882 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1883 M:      Wan ZongShun <mcuos.com@gmail.com>
1884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1885 W:      http://www.mcuos.com
1886 S:      Maintained
1887 F:      arch/arm/mach-w90x900/
1888 F:      drivers/input/keyboard/w90p910_keypad.c
1889 F:      drivers/input/touchscreen/w90p910_ts.c
1890 F:      drivers/watchdog/nuc900_wdt.c
1891 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1892 F:      drivers/mtd/nand/nuc900_nand.c
1893 F:      drivers/rtc/rtc-nuc900.c
1894 F:      drivers/spi/spi-nuc900.c
1895 F:      drivers/usb/host/ehci-w90x900.c
1896 F:      drivers/video/fbdev/nuc900fb.c
1897
1898 ARM/U300 MACHINE SUPPORT
1899 M:      Linus Walleij <linus.walleij@linaro.org>
1900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1901 S:      Supported
1902 F:      arch/arm/mach-u300/
1903 F:      drivers/clocksource/timer-u300.c
1904 F:      drivers/i2c/busses/i2c-stu300.c
1905 F:      drivers/rtc/rtc-coh901331.c
1906 F:      drivers/watchdog/coh901327_wdt.c
1907 F:      drivers/dma/coh901318*
1908 F:      drivers/mfd/ab3100*
1909 F:      drivers/rtc/rtc-ab3100.c
1910 F:      drivers/rtc/rtc-coh901331.c
1911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1912
1913 ARM/UNIPHIER ARCHITECTURE
1914 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1917 S:      Maintained
1918 F:      arch/arm/boot/dts/uniphier*
1919 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1920 F:      arch/arm/mach-uniphier/
1921 F:      arch/arm/mm/cache-uniphier.c
1922 F:      arch/arm64/boot/dts/socionext/
1923 F:      drivers/bus/uniphier-system-bus.c
1924 F:      drivers/clk/uniphier/
1925 F:      drivers/i2c/busses/i2c-uniphier*
1926 F:      drivers/pinctrl/uniphier/
1927 F:      drivers/reset/reset-uniphier.c
1928 F:      drivers/tty/serial/8250/8250_uniphier.c
1929 N:      uniphier
1930
1931 ARM/Ux500 ARM ARCHITECTURE
1932 M:      Linus Walleij <linus.walleij@linaro.org>
1933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1934 S:      Maintained
1935 F:      arch/arm/mach-ux500/
1936 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1937 F:      drivers/dma/ste_dma40*
1938 F:      drivers/hwspinlock/u8500_hsem.c
1939 F:      drivers/mfd/abx500*
1940 F:      drivers/mfd/ab8500*
1941 F:      drivers/mfd/dbx500*
1942 F:      drivers/mfd/db8500*
1943 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1944 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1945 F:      drivers/rtc/rtc-ab8500.c
1946 F:      drivers/rtc/rtc-pl031.c
1947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1948
1949 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1950 M:      Ulf Hansson <ulf.hansson@linaro.org>
1951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1952 T:      git git://git.linaro.org/people/ulfh/clk.git
1953 S:      Maintained
1954 F:      drivers/clk/ux500/
1955
1956 ARM/VERSATILE EXPRESS PLATFORM
1957 M:      Liviu Dudau <liviu.dudau@arm.com>
1958 M:      Sudeep Holla <sudeep.holla@arm.com>
1959 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1961 S:      Maintained
1962 F:      arch/arm/boot/dts/vexpress*
1963 F:      arch/arm64/boot/dts/arm/
1964 F:      arch/arm/mach-vexpress/
1965 F:      */*/vexpress*
1966 F:      */*/*/vexpress*
1967 F:      drivers/clk/versatile/clk-vexpress-osc.c
1968 F:      drivers/clocksource/versatile.c
1969 N:      mps2
1970
1971 ARM/VFP SUPPORT
1972 M:      Russell King <linux@armlinux.org.uk>
1973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1974 W:      http://www.armlinux.org.uk/
1975 S:      Maintained
1976 F:      arch/arm/vfp/
1977
1978 ARM/VOIPAC PXA270 SUPPORT
1979 M:      Marek Vasut <marek.vasut@gmail.com>
1980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1981 S:      Maintained
1982 F:      arch/arm/mach-pxa/vpac270.c
1983 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1984
1985 ARM/VT8500 ARM ARCHITECTURE
1986 M:      Tony Prisk <linux@prisktech.co.nz>
1987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1988 S:      Maintained
1989 F:      arch/arm/mach-vt8500/
1990 F:      drivers/clocksource/vt8500_timer.c
1991 F:      drivers/i2c/busses/i2c-wmt.c
1992 F:      drivers/mmc/host/wmt-sdmmc.c
1993 F:      drivers/pwm/pwm-vt8500.c
1994 F:      drivers/rtc/rtc-vt8500.c
1995 F:      drivers/tty/serial/vt8500_serial.c
1996 F:      drivers/usb/host/ehci-platform.c
1997 F:      drivers/usb/host/uhci-platform.c
1998 F:      drivers/video/fbdev/vt8500lcdfb.*
1999 F:      drivers/video/fbdev/wm8505fb*
2000 F:      drivers/video/fbdev/wmt_ge_rops.*
2001
2002 ARM/ZIPIT Z2 SUPPORT
2003 M:      Marek Vasut <marek.vasut@gmail.com>
2004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2005 S:      Maintained
2006 F:      arch/arm/mach-pxa/z2.c
2007 F:      arch/arm/mach-pxa/include/mach/z2.h
2008
2009 ARM/ZTE ARCHITECTURE
2010 M:      Jun Nie <jun.nie@linaro.org>
2011 M:      Baoyou Xie <baoyou.xie@linaro.org>
2012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2013 S:      Maintained
2014 F:      arch/arm/mach-zx/
2015 F:      drivers/clk/zte/
2016 F:      drivers/reset/reset-zx2967.c
2017 F:      drivers/soc/zte/
2018 F:      Documentation/devicetree/bindings/arm/zte.txt
2019 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
2020 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2021 F:      Documentation/devicetree/bindings/soc/zte/
2022 F:      include/dt-bindings/soc/zx*.h
2023
2024 ARM/ZYNQ ARCHITECTURE
2025 M:      Michal Simek <michal.simek@xilinx.com>
2026 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
2027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2028 W:      http://wiki.xilinx.com
2029 T:      git https://github.com/Xilinx/linux-xlnx.git
2030 S:      Supported
2031 F:      arch/arm/mach-zynq/
2032 F:      drivers/cpuidle/cpuidle-zynq.c
2033 F:      drivers/block/xsysace.c
2034 N:      zynq
2035 N:      xilinx
2036 F:      drivers/clocksource/cadence_ttc_timer.c
2037 F:      drivers/i2c/busses/i2c-cadence.c
2038 F:      drivers/mmc/host/sdhci-of-arasan.c
2039 F:      drivers/edac/synopsys_edac.c
2040
2041 ARM SMMU DRIVERS
2042 M:      Will Deacon <will.deacon@arm.com>
2043 R:      Robin Murphy <robin.murphy@arm.com>
2044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2045 S:      Maintained
2046 F:      drivers/iommu/arm-smmu.c
2047 F:      drivers/iommu/arm-smmu-v3.c
2048 F:      drivers/iommu/io-pgtable-arm.c
2049 F:      drivers/iommu/io-pgtable-arm-v7s.c
2050
2051 ARM64 PORT (AARCH64 ARCHITECTURE)
2052 M:      Catalin Marinas <catalin.marinas@arm.com>
2053 M:      Will Deacon <will.deacon@arm.com>
2054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2056 S:      Maintained
2057 F:      arch/arm64/
2058 F:      Documentation/arm64/
2059
2060 AS3645A LED FLASH CONTROLLER DRIVER
2061 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2062 L:      linux-media@vger.kernel.org
2063 T:      git git://linuxtv.org/media_tree.git
2064 S:      Maintained
2065 F:      drivers/media/i2c/as3645a.c
2066 F:      include/media/i2c/as3645a.h
2067
2068 ASAHI KASEI AK8974 DRIVER
2069 M:      Linus Walleij <linus.walleij@linaro.org>
2070 L:      linux-iio@vger.kernel.org
2071 W:      http://www.akm.com/
2072 S:      Supported
2073 F:      drivers/iio/magnetometer/ak8974.c
2074
2075 ASC7621 HARDWARE MONITOR DRIVER
2076 M:      George Joseph <george.joseph@fairview5.com>
2077 L:      linux-hwmon@vger.kernel.org
2078 S:      Maintained
2079 F:      Documentation/hwmon/asc7621
2080 F:      drivers/hwmon/asc7621.c
2081
2082 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2083 M:      Corentin Chary <corentin.chary@gmail.com>
2084 L:      acpi4asus-user@lists.sourceforge.net
2085 L:      platform-driver-x86@vger.kernel.org
2086 W:      http://acpi4asus.sf.net
2087 S:      Maintained
2088 F:      drivers/platform/x86/asus*.c
2089 F:      drivers/platform/x86/eeepc*.c
2090
2091 ASUS WIRELESS RADIO CONTROL DRIVER
2092 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2093 L:      platform-driver-x86@vger.kernel.org
2094 S:      Maintained
2095 F:      drivers/platform/x86/asus-wireless.c
2096
2097 ASYMMETRIC KEYS
2098 M:      David Howells <dhowells@redhat.com>
2099 L:      keyrings@vger.kernel.org
2100 S:      Maintained
2101 F:      Documentation/crypto/asymmetric-keys.txt
2102 F:      include/linux/verification.h
2103 F:      include/crypto/public_key.h
2104 F:      include/crypto/pkcs7.h
2105 F:      crypto/asymmetric_keys/
2106
2107 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2108 R:      Dan Williams <dan.j.williams@intel.com>
2109 W:      http://sourceforge.net/projects/xscaleiop
2110 S:      Odd fixes
2111 F:      Documentation/crypto/async-tx-api.txt
2112 F:      crypto/async_tx/
2113 F:      drivers/dma/
2114 F:      include/linux/dmaengine.h
2115 F:      include/linux/async_tx.h
2116
2117 AT24 EEPROM DRIVER
2118 M:      Wolfram Sang <wsa@the-dreams.de>
2119 L:      linux-i2c@vger.kernel.org
2120 S:      Maintained
2121 F:      drivers/misc/eeprom/at24.c
2122 F:      include/linux/platform_data/at24.h
2123
2124 ATA OVER ETHERNET (AOE) DRIVER
2125 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2126 W:      http://www.openaoe.org/
2127 S:      Supported
2128 F:      Documentation/aoe/
2129 F:      drivers/block/aoe/
2130
2131 ATHEROS 71XX/9XXX GPIO DRIVER
2132 M:      Alban Bedel <albeu@free.fr>
2133 W:      https://github.com/AlbanBedel/linux
2134 T:      git git://github.com/AlbanBedel/linux
2135 S:      Maintained
2136 F:      drivers/gpio/gpio-ath79.c
2137 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2138
2139 ATHEROS ATH GENERIC UTILITIES
2140 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2141 L:      linux-wireless@vger.kernel.org
2142 S:      Supported
2143 F:      drivers/net/wireless/ath/*
2144
2145 ATHEROS ATH5K WIRELESS DRIVER
2146 M:      Jiri Slaby <jirislaby@gmail.com>
2147 M:      Nick Kossifidis <mickflemm@gmail.com>
2148 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2149 L:      linux-wireless@vger.kernel.org
2150 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2151 S:      Maintained
2152 F:      drivers/net/wireless/ath/ath5k/
2153
2154 ATHEROS ATH6KL WIRELESS DRIVER
2155 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2156 L:      linux-wireless@vger.kernel.org
2157 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2159 S:      Supported
2160 F:      drivers/net/wireless/ath/ath6kl/
2161
2162 WILOCITY WIL6210 WIRELESS DRIVER
2163 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2164 L:      linux-wireless@vger.kernel.org
2165 L:      wil6210@qca.qualcomm.com
2166 S:      Supported
2167 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2168 F:      drivers/net/wireless/ath/wil6210/
2169 F:      include/uapi/linux/wil6210_uapi.h
2170
2171 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2172 M:      Christian Lamparter <chunkeey@googlemail.com>
2173 L:      linux-wireless@vger.kernel.org
2174 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2175 S:      Maintained
2176 F:      drivers/net/wireless/ath/carl9170/
2177
2178 ATK0110 HWMON DRIVER
2179 M:      Luca Tettamanti <kronos.it@gmail.com>
2180 L:      linux-hwmon@vger.kernel.org
2181 S:      Maintained
2182 F:      drivers/hwmon/asus_atk0110.c
2183
2184 ATI_REMOTE2 DRIVER
2185 M:      Ville Syrjala <syrjala@sci.fi>
2186 S:      Maintained
2187 F:      drivers/input/misc/ati_remote2.c
2188
2189 ATLX ETHERNET DRIVERS
2190 M:      Jay Cliburn <jcliburn@gmail.com>
2191 M:      Chris Snook <chris.snook@gmail.com>
2192 L:      netdev@vger.kernel.org
2193 W:      http://sourceforge.net/projects/atl1
2194 W:      http://atl1.sourceforge.net
2195 S:      Maintained
2196 F:      drivers/net/ethernet/atheros/
2197
2198 ATM
2199 M:      Chas Williams <3chas3@gmail.com>
2200 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2201 L:      netdev@vger.kernel.org
2202 W:      http://linux-atm.sourceforge.net
2203 S:      Maintained
2204 F:      drivers/atm/
2205 F:      include/linux/atm*
2206 F:      include/uapi/linux/atm*
2207
2208 ATMEL AT91 / AT32 MCI DRIVER
2209 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2210 S:      Maintained
2211 F:      drivers/mmc/host/atmel-mci.c
2212
2213 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2214 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2215 S:      Supported
2216 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2217
2218 ATMEL SAMA5D2 ADC DRIVER
2219 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2220 L:      linux-iio@vger.kernel.org
2221 S:      Supported
2222 F:      drivers/iio/adc/at91-sama5d2_adc.c
2223
2224 ATMEL Audio ALSA driver
2225 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2226 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2227 S:      Supported
2228 F:      sound/soc/atmel
2229
2230 ATMEL XDMA DRIVER
2231 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2232 L:      linux-arm-kernel@lists.infradead.org
2233 L:      dmaengine@vger.kernel.org
2234 S:      Supported
2235 F:      drivers/dma/at_xdmac.c
2236
2237 ATMEL I2C DRIVER
2238 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2239 L:      linux-i2c@vger.kernel.org
2240 S:      Supported
2241 F:      drivers/i2c/busses/i2c-at91.c
2242
2243 ATMEL ISI DRIVER
2244 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2245 L:      linux-media@vger.kernel.org
2246 S:      Supported
2247 F:      drivers/media/platform/atmel/atmel-isi.c
2248 F:      include/media/atmel-isi.h
2249
2250 ATMEL LCDFB DRIVER
2251 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2252 L:      linux-fbdev@vger.kernel.org
2253 S:      Maintained
2254 F:      drivers/video/fbdev/atmel_lcdfb.c
2255 F:      include/video/atmel_lcdc.h
2256
2257 ATMEL MACB ETHERNET DRIVER
2258 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2259 S:      Supported
2260 F:      drivers/net/ethernet/cadence/
2261
2262 ATMEL NAND DRIVER
2263 M:      Wenyou Yang <wenyou.yang@atmel.com>
2264 M:      Josh Wu <rainyfeeling@outlook.com>
2265 L:      linux-mtd@lists.infradead.org
2266 S:      Supported
2267 F:      drivers/mtd/nand/atmel_nand*
2268
2269 ATMEL SDMMC DRIVER
2270 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2271 L:      linux-mmc@vger.kernel.org
2272 S:      Supported
2273 F:      drivers/mmc/host/sdhci-of-at91.c
2274
2275 ATMEL SPI DRIVER
2276 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2277 S:      Supported
2278 F:      drivers/spi/spi-atmel.*
2279
2280 ATMEL SSC DRIVER
2281 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2283 S:      Supported
2284 F:      drivers/misc/atmel-ssc.c
2285 F:      include/linux/atmel-ssc.h
2286
2287 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2288 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2290 S:      Supported
2291 F:      drivers/misc/atmel_tclib.c
2292 F:      drivers/clocksource/tcb_clksrc.c
2293
2294 ATMEL USBA UDC DRIVER
2295 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2297 S:      Supported
2298 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2299
2300 ATMEL WIRELESS DRIVER
2301 M:      Simon Kelley <simon@thekelleys.org.uk>
2302 L:      linux-wireless@vger.kernel.org
2303 W:      http://www.thekelleys.org.uk/atmel
2304 W:      http://atmelwlandriver.sourceforge.net/
2305 S:      Maintained
2306 F:      drivers/net/wireless/atmel/atmel*
2307
2308 ATMEL MAXTOUCH DRIVER
2309 M:      Nick Dyer <nick@shmanahar.org>
2310 T:      git git://github.com/ndyer/linux.git
2311 S:      Maintained
2312 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2313 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2314 F:      include/linux/platform_data/atmel_mxt_ts.h
2315
2316 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2317 M:      Bradley Grove <linuxdrivers@attotech.com>
2318 L:      linux-scsi@vger.kernel.org
2319 W:      http://www.attotech.com
2320 S:      Supported
2321 F:      drivers/scsi/esas2r
2322
2323 ATUSB IEEE 802.15.4 RADIO DRIVER
2324 M:      Stefan Schmidt <stefan@osg.samsung.com>
2325 L:      linux-wpan@vger.kernel.org
2326 S:      Maintained
2327 F:      drivers/net/ieee802154/atusb.c
2328 F:      drivers/net/ieee802154/atusb.h
2329 F:      drivers/net/ieee802154/at86rf230.h
2330
2331 AUDIT SUBSYSTEM
2332 M:      Paul Moore <paul@paul-moore.com>
2333 M:      Eric Paris <eparis@redhat.com>
2334 L:      linux-audit@redhat.com (moderated for non-subscribers)
2335 W:      http://people.redhat.com/sgrubb/audit/
2336 T:      git git://git.infradead.org/users/pcmoore/audit
2337 S:      Maintained
2338 F:      include/linux/audit.h
2339 F:      include/uapi/linux/audit.h
2340 F:      kernel/audit*
2341
2342 AUXILIARY DISPLAY DRIVERS
2343 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2344 W:      http://miguelojeda.es/auxdisplay.htm
2345 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2346 S:      Maintained
2347 F:      drivers/auxdisplay/
2348 F:      include/linux/cfag12864b.h
2349
2350 AX.25 NETWORK LAYER
2351 M:      Ralf Baechle <ralf@linux-mips.org>
2352 L:      linux-hams@vger.kernel.org
2353 W:      http://www.linux-ax25.org/
2354 S:      Maintained
2355 F:      include/uapi/linux/ax25.h
2356 F:      include/net/ax25.h
2357 F:      net/ax25/
2358
2359 AXENTIA ASOC DRIVERS
2360 M:      Peter Rosin <peda@axentia.se>
2361 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2362 S:      Maintained
2363 F:      Documentation/devicetree/bindings/sound/axentia,*
2364 F:      sound/soc/atmel/tse850-pcm5142.c
2365
2366 AXENTIA ARM DEVICES
2367 M:      Peter Rosin <peda@axentia.se>
2368 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2369 S:      Maintained
2370 F:      Documentation/devicetree/bindings/arm/axentia.txt
2371 F:      arch/arm/boot/dts/at91-linea.dtsi
2372 F:      arch/arm/boot/dts/at91-tse850-3.dts
2373
2374 AZ6007 DVB DRIVER
2375 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2376 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2377 L:      linux-media@vger.kernel.org
2378 W:      https://linuxtv.org
2379 T:      git git://linuxtv.org/media_tree.git
2380 S:      Maintained
2381 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2382
2383 AZTECH FM RADIO RECEIVER DRIVER
2384 M:      Hans Verkuil <hverkuil@xs4all.nl>
2385 L:      linux-media@vger.kernel.org
2386 T:      git git://linuxtv.org/media_tree.git
2387 W:      https://linuxtv.org
2388 S:      Maintained
2389 F:      drivers/media/radio/radio-aztech*
2390
2391 B43 WIRELESS DRIVER
2392 L:      linux-wireless@vger.kernel.org
2393 L:      b43-dev@lists.infradead.org
2394 W:      http://wireless.kernel.org/en/users/Drivers/b43
2395 S:      Odd Fixes
2396 F:      drivers/net/wireless/broadcom/b43/
2397
2398 B43LEGACY WIRELESS DRIVER
2399 M:      Larry Finger <Larry.Finger@lwfinger.net>
2400 L:      linux-wireless@vger.kernel.org
2401 L:      b43-dev@lists.infradead.org
2402 W:      http://wireless.kernel.org/en/users/Drivers/b43
2403 S:      Maintained
2404 F:      drivers/net/wireless/broadcom/b43legacy/
2405
2406 BACKLIGHT CLASS/SUBSYSTEM
2407 M:      Lee Jones <lee.jones@linaro.org>
2408 M:      Daniel Thompson <daniel.thompson@linaro.org>
2409 M:      Jingoo Han <jingoohan1@gmail.com>
2410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2411 S:      Maintained
2412 F:      drivers/video/backlight/
2413 F:      include/linux/backlight.h
2414 F:      include/linux/pwm_backlight.h
2415 F:      Documentation/devicetree/bindings/leds/backlight
2416
2417 BATMAN ADVANCED
2418 M:      Marek Lindner <mareklindner@neomailbox.ch>
2419 M:      Simon Wunderlich <sw@simonwunderlich.de>
2420 M:      Antonio Quartulli <a@unstable.cc>
2421 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2422 W:      https://www.open-mesh.org/
2423 Q:      https://patchwork.open-mesh.org/project/batman/list/
2424 S:      Maintained
2425 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2426 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2427 F:      Documentation/networking/batman-adv.txt
2428 F:      include/uapi/linux/batman_adv.h
2429 F:      net/batman-adv/
2430
2431 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2432 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2433 L:      linux-hams@vger.kernel.org
2434 W:      http://www.baycom.org/~tom/ham/ham.html
2435 S:      Maintained
2436 F:      drivers/net/hamradio/baycom*
2437
2438 BCACHE (BLOCK LAYER CACHE)
2439 M:      Kent Overstreet <kent.overstreet@gmail.com>
2440 L:      linux-bcache@vger.kernel.org
2441 W:      http://bcache.evilpiepirate.org
2442 S:      Orphan
2443 F:      drivers/md/bcache/
2444
2445 BDISP ST MEDIA DRIVER
2446 M:      Fabien Dessenne <fabien.dessenne@st.com>
2447 L:      linux-media@vger.kernel.org
2448 T:      git git://linuxtv.org/media_tree.git
2449 W:      https://linuxtv.org
2450 S:      Supported
2451 F:      drivers/media/platform/sti/bdisp
2452
2453 DELTA ST MEDIA DRIVER
2454 M:      Hugues Fruchet <hugues.fruchet@st.com>
2455 L:      linux-media@vger.kernel.org
2456 T:      git git://linuxtv.org/media_tree.git
2457 W:      https://linuxtv.org
2458 S:      Supported
2459 F:      drivers/media/platform/sti/delta
2460
2461 BEFS FILE SYSTEM
2462 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2463 M:      Salah Triki <salah.triki@gmail.com>
2464 S:      Maintained
2465 T:      git git://github.com/luisbg/linux-befs.git
2466 F:      Documentation/filesystems/befs.txt
2467 F:      fs/befs/
2468
2469 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2470 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2471 L:      netdev@vger.kernel.org
2472 S:      Maintained
2473 F:      drivers/net/ethernet/ec_bhf.c
2474
2475 BFS FILE SYSTEM
2476 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2477 S:      Maintained
2478 F:      Documentation/filesystems/bfs.txt
2479 F:      fs/bfs/
2480 F:      include/uapi/linux/bfs_fs.h
2481
2482 BLACKFIN ARCHITECTURE
2483 M:      Steven Miao <realmz6@gmail.com>
2484 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2485 T:      git git://git.code.sf.net/p/adi-linux/code
2486 W:      http://blackfin.uclinux.org
2487 S:      Supported
2488 F:      arch/blackfin/
2489
2490 BLACKFIN EMAC DRIVER
2491 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2492 W:      http://blackfin.uclinux.org
2493 S:      Supported
2494 F:      drivers/net/ethernet/adi/
2495
2496 BLACKFIN RTC DRIVER
2497 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2498 W:      http://blackfin.uclinux.org
2499 S:      Supported
2500 F:      drivers/rtc/rtc-bfin.c
2501
2502 BLACKFIN SDH DRIVER
2503 M:      Sonic Zhang <sonic.zhang@analog.com>
2504 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2505 W:      http://blackfin.uclinux.org
2506 S:      Supported
2507 F:      drivers/mmc/host/bfin_sdh.c
2508
2509 BLACKFIN SERIAL DRIVER
2510 M:      Sonic Zhang <sonic.zhang@analog.com>
2511 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2512 W:      http://blackfin.uclinux.org
2513 S:      Supported
2514 F:      drivers/tty/serial/bfin_uart.c
2515
2516 BLACKFIN WATCHDOG DRIVER
2517 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2518 W:      http://blackfin.uclinux.org
2519 S:      Supported
2520 F:      drivers/watchdog/bfin_wdt.c
2521
2522 BLACKFIN I2C TWI DRIVER
2523 M:      Sonic Zhang <sonic.zhang@analog.com>
2524 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2525 W:      http://blackfin.uclinux.org/
2526 S:      Supported
2527 F:      drivers/i2c/busses/i2c-bfin-twi.c
2528
2529 BLACKFIN MEDIA DRIVER
2530 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2531 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2532 W:      http://blackfin.uclinux.org/
2533 S:      Supported
2534 F:      drivers/media/platform/blackfin/
2535 F:      drivers/media/i2c/adv7183*
2536 F:      drivers/media/i2c/vs6624*
2537
2538 BLINKM RGB LED DRIVER
2539 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2540 S:      Maintained
2541 F:      drivers/leds/leds-blinkm.c
2542
2543 BLOCK LAYER
2544 M:      Jens Axboe <axboe@kernel.dk>
2545 L:      linux-block@vger.kernel.org
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2547 S:      Maintained
2548 F:      block/
2549 F:      kernel/trace/blktrace.c
2550 F:      lib/sbitmap.c
2551
2552 BFQ I/O SCHEDULER
2553 M:      Paolo Valente <paolo.valente@linaro.org>
2554 M:      Jens Axboe <axboe@kernel.dk>
2555 L:      linux-block@vger.kernel.org
2556 S:      Maintained
2557 F:      block/bfq-*
2558 F:      Documentation/block/bfq-iosched.txt
2559
2560 BLOCK2MTD DRIVER
2561 M:      Joern Engel <joern@lazybastard.org>
2562 L:      linux-mtd@lists.infradead.org
2563 S:      Maintained
2564 F:      drivers/mtd/devices/block2mtd.c
2565
2566 BLUETOOTH DRIVERS
2567 M:      Marcel Holtmann <marcel@holtmann.org>
2568 M:      Gustavo Padovan <gustavo@padovan.org>
2569 M:      Johan Hedberg <johan.hedberg@gmail.com>
2570 L:      linux-bluetooth@vger.kernel.org
2571 W:      http://www.bluez.org/
2572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2574 S:      Maintained
2575 F:      drivers/bluetooth/
2576
2577 BLUETOOTH SUBSYSTEM
2578 M:      Marcel Holtmann <marcel@holtmann.org>
2579 M:      Gustavo Padovan <gustavo@padovan.org>
2580 M:      Johan Hedberg <johan.hedberg@gmail.com>
2581 L:      linux-bluetooth@vger.kernel.org
2582 W:      http://www.bluez.org/
2583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2585 S:      Maintained
2586 F:      net/bluetooth/
2587 F:      include/net/bluetooth/
2588
2589 BONDING DRIVER
2590 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2591 M:      Veaceslav Falico <vfalico@gmail.com>
2592 M:      Andy Gospodarek <andy@greyhouse.net>
2593 L:      netdev@vger.kernel.org
2594 W:      http://sourceforge.net/projects/bonding/
2595 S:      Supported
2596 F:      drivers/net/bonding/
2597 F:      include/uapi/linux/if_bonding.h
2598
2599 BPF (Safe dynamic programs and tools)
2600 M:      Alexei Starovoitov <ast@kernel.org>
2601 M:      Daniel Borkmann <daniel@iogearbox.net>
2602 L:      netdev@vger.kernel.org
2603 L:      linux-kernel@vger.kernel.org
2604 S:      Supported
2605 F:      arch/x86/net/bpf_jit*
2606 F:      Documentation/networking/filter.txt
2607 F:      include/linux/bpf*
2608 F:      include/linux/filter.h
2609 F:      include/uapi/linux/bpf*
2610 F:      include/uapi/linux/filter.h
2611 F:      kernel/bpf/
2612 F:      kernel/trace/bpf_trace.c
2613 F:      lib/test_bpf.c
2614 F:      net/bpf/
2615 F:      net/core/filter.c
2616 F:      net/sched/act_bpf.c
2617 F:      net/sched/cls_bpf.c
2618 F:      samples/bpf/
2619 F:      tools/net/bpf*
2620 F:      tools/testing/selftests/bpf/
2621
2622 BROADCOM B44 10/100 ETHERNET DRIVER
2623 M:      Michael Chan <michael.chan@broadcom.com>
2624 L:      netdev@vger.kernel.org
2625 S:      Supported
2626 F:      drivers/net/ethernet/broadcom/b44.*
2627
2628 BROADCOM B53 ETHERNET SWITCH DRIVER
2629 M:      Florian Fainelli <f.fainelli@gmail.com>
2630 L:      netdev@vger.kernel.org
2631 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2632 S:      Supported
2633 F:      drivers/net/dsa/b53/*
2634 F:      include/linux/platform_data/b53.h
2635
2636 BROADCOM GENET ETHERNET DRIVER
2637 M:      Florian Fainelli <f.fainelli@gmail.com>
2638 L:      netdev@vger.kernel.org
2639 S:      Supported
2640 F:      drivers/net/ethernet/broadcom/genet/
2641
2642 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2643 M:      Rasesh Mody <rasesh.mody@cavium.com>
2644 M:      Harish Patil <harish.patil@cavium.com>
2645 M:      Dept-GELinuxNICDev@cavium.com
2646 L:      netdev@vger.kernel.org
2647 S:      Supported
2648 F:      drivers/net/ethernet/broadcom/bnx2.*
2649 F:      drivers/net/ethernet/broadcom/bnx2_*
2650
2651 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2652 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2653 M:      Ariel Elior <ariel.elior@cavium.com>
2654 M:      everest-linux-l2@cavium.com
2655 L:      netdev@vger.kernel.org
2656 S:      Supported
2657 F:      drivers/net/ethernet/broadcom/bnx2x/
2658
2659 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2660 M:      Michael Chan <michael.chan@broadcom.com>
2661 L:      netdev@vger.kernel.org
2662 S:      Supported
2663 F:      drivers/net/ethernet/broadcom/bnxt/
2664
2665 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2666 M:      Florian Fainelli <f.fainelli@gmail.com>
2667 M:      Ray Jui <rjui@broadcom.com>
2668 M:      Scott Branden <sbranden@broadcom.com>
2669 M:      bcm-kernel-feedback-list@broadcom.com
2670 T:      git git://github.com/broadcom/mach-bcm
2671 S:      Maintained
2672 N:      bcm281*
2673 N:      bcm113*
2674 N:      bcm216*
2675 N:      kona
2676 F:      arch/arm/mach-bcm/
2677
2678 BROADCOM BCM2835 ARM ARCHITECTURE
2679 M:      Lee Jones <lee@kernel.org>
2680 M:      Eric Anholt <eric@anholt.net>
2681 M:      Stefan Wahren <stefan.wahren@i2se.com>
2682 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2683 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2684 T:      git git://github.com/anholt/linux
2685 S:      Maintained
2686 N:      bcm2835
2687 F:      drivers/staging/vc04_services
2688
2689 BROADCOM BCM47XX MIPS ARCHITECTURE
2690 M:      Hauke Mehrtens <hauke@hauke-m.de>
2691 M:      Rafał Miłecki <zajec5@gmail.com>
2692 L:      linux-mips@linux-mips.org
2693 S:      Maintained
2694 F:      Documentation/devicetree/bindings/mips/brcm/
2695 F:      arch/mips/bcm47xx/*
2696 F:      arch/mips/include/asm/mach-bcm47xx/*
2697
2698 BROADCOM BCM5301X ARM ARCHITECTURE
2699 M:      Hauke Mehrtens <hauke@hauke-m.de>
2700 M:      Rafał Miłecki <zajec5@gmail.com>
2701 M:      Jon Mason <jonmason@broadcom.com>
2702 M:      bcm-kernel-feedback-list@broadcom.com
2703 L:      linux-arm-kernel@lists.infradead.org
2704 S:      Maintained
2705 F:      arch/arm/mach-bcm/bcm_5301x.c
2706 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2707 F:      arch/arm/boot/dts/bcm470*
2708 F:      arch/arm/boot/dts/bcm953012*
2709
2710 BROADCOM BCM53573 ARM ARCHITECTURE
2711 M:      Rafał Miłecki <rafal@milecki.pl>
2712 L:      linux-arm-kernel@lists.infradead.org
2713 S:      Maintained
2714 F:      arch/arm/boot/dts/bcm53573*
2715 F:      arch/arm/boot/dts/bcm47189*
2716
2717 BROADCOM BCM63XX ARM ARCHITECTURE
2718 M:      Florian Fainelli <f.fainelli@gmail.com>
2719 M:      bcm-kernel-feedback-list@broadcom.com
2720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2721 T:      git git://github.com/broadcom/stblinux.git
2722 S:      Maintained
2723 N:      bcm63xx
2724
2725 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2726 M:      Kevin Cernekee <cernekee@gmail.com>
2727 L:      linux-usb@vger.kernel.org
2728 S:      Maintained
2729 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2730
2731 BROADCOM BCM7XXX ARM ARCHITECTURE
2732 M:      Brian Norris <computersforpeace@gmail.com>
2733 M:      Gregory Fong <gregory.0xf0@gmail.com>
2734 M:      Florian Fainelli <f.fainelli@gmail.com>
2735 M:      bcm-kernel-feedback-list@broadcom.com
2736 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2737 T:      git git://github.com/broadcom/stblinux.git
2738 S:      Maintained
2739 F:      arch/arm/mach-bcm/*brcmstb*
2740 F:      arch/arm/boot/dts/bcm7*.dts*
2741 F:      drivers/bus/brcmstb_gisb.c
2742 N:      brcmstb
2743
2744 BROADCOM BMIPS MIPS ARCHITECTURE
2745 M:      Kevin Cernekee <cernekee@gmail.com>
2746 M:      Florian Fainelli <f.fainelli@gmail.com>
2747 L:      linux-mips@linux-mips.org
2748 T:      git git://github.com/broadcom/stblinux.git
2749 S:      Maintained
2750 F:      arch/mips/bmips/*
2751 F:      arch/mips/include/asm/mach-bmips/*
2752 F:      arch/mips/kernel/*bmips*
2753 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2754 F:      drivers/irqchip/irq-bcm63*
2755 F:      drivers/irqchip/irq-bcm7*
2756 F:      drivers/irqchip/irq-brcmstb*
2757 F:      include/linux/bcm963xx_nvram.h
2758 F:      include/linux/bcm963xx_tag.h
2759
2760 BROADCOM BMIPS CPUFREQ DRIVER
2761 M:      Markus Mayer <mmayer@broadcom.com>
2762 M:      bcm-kernel-feedback-list@broadcom.com
2763 L:      linux-pm@vger.kernel.org
2764 S:      Maintained
2765 F:      drivers/cpufreq/bmips-cpufreq.c
2766
2767 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2768 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2769 M:      Prashant Sreedharan <prashant@broadcom.com>
2770 M:      Michael Chan <mchan@broadcom.com>
2771 L:      netdev@vger.kernel.org
2772 S:      Supported
2773 F:      drivers/net/ethernet/broadcom/tg3.*
2774
2775 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2776 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2777 M:      Franky Lin <franky.lin@broadcom.com>
2778 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2779 L:      linux-wireless@vger.kernel.org
2780 L:      brcm80211-dev-list.pdl@broadcom.com
2781 S:      Supported
2782 F:      drivers/net/wireless/broadcom/brcm80211/
2783
2784 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2785 M:      QLogic-Storage-Upstream@qlogic.com
2786 L:      linux-scsi@vger.kernel.org
2787 S:      Supported
2788 F:      drivers/scsi/bnx2fc/
2789
2790 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2791 M:      QLogic-Storage-Upstream@qlogic.com
2792 L:      linux-scsi@vger.kernel.org
2793 S:      Supported
2794 F:      drivers/scsi/bnx2i/
2795
2796 BROADCOM IPROC ARM ARCHITECTURE
2797 M:      Ray Jui <rjui@broadcom.com>
2798 M:      Scott Branden <sbranden@broadcom.com>
2799 M:      Jon Mason <jonmason@broadcom.com>
2800 M:      bcm-kernel-feedback-list@broadcom.com
2801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2802 T:      git git://github.com/broadcom/cygnus-linux.git
2803 S:      Maintained
2804 N:      iproc
2805 N:      cygnus
2806 N:      bcm[-_]nsp
2807 N:      bcm9113*
2808 N:      bcm9583*
2809 N:      bcm9585*
2810 N:      bcm9586*
2811 N:      bcm988312
2812 N:      bcm113*
2813 N:      bcm583*
2814 N:      bcm585*
2815 N:      bcm586*
2816 N:      bcm88312
2817 F:      arch/arm64/boot/dts/broadcom/ns2*
2818 F:      drivers/clk/bcm/clk-ns*
2819 F:      drivers/pinctrl/bcm/pinctrl-ns*
2820
2821 BROADCOM BRCMSTB GPIO DRIVER
2822 M:      Gregory Fong <gregory.0xf0@gmail.com>
2823 L:      bcm-kernel-feedback-list@broadcom.com
2824 S:      Supported
2825 F:      drivers/gpio/gpio-brcmstb.c
2826 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2827
2828 BROADCOM KONA GPIO DRIVER
2829 M:      Ray Jui <rjui@broadcom.com>
2830 L:      bcm-kernel-feedback-list@broadcom.com
2831 S:      Supported
2832 F:      drivers/gpio/gpio-bcm-kona.c
2833 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2834
2835 BROADCOM NVRAM DRIVER
2836 M:      Rafał Miłecki <zajec5@gmail.com>
2837 L:      linux-mips@linux-mips.org
2838 S:      Maintained
2839 F:      drivers/firmware/broadcom/*
2840
2841 BROADCOM STB NAND FLASH DRIVER
2842 M:      Brian Norris <computersforpeace@gmail.com>
2843 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2844 L:      linux-mtd@lists.infradead.org
2845 L:      bcm-kernel-feedback-list@broadcom.com
2846 S:      Maintained
2847 F:      drivers/mtd/nand/brcmnand/
2848
2849 BROADCOM STB AVS CPUFREQ DRIVER
2850 M:      Markus Mayer <mmayer@broadcom.com>
2851 M:      bcm-kernel-feedback-list@broadcom.com
2852 L:      linux-pm@vger.kernel.org
2853 S:      Maintained
2854 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2855 F:      drivers/cpufreq/brcmstb*
2856
2857 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2858 M:      Rafał Miłecki <zajec5@gmail.com>
2859 L:      linux-wireless@vger.kernel.org
2860 S:      Maintained
2861 F:      drivers/bcma/
2862 F:      include/linux/bcma/
2863
2864 BROADCOM SYSTEMPORT ETHERNET DRIVER
2865 M:      Florian Fainelli <f.fainelli@gmail.com>
2866 L:      netdev@vger.kernel.org
2867 S:      Supported
2868 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2869
2870 BROADCOM NETXTREME-E ROCE DRIVER
2871 M:      Selvin Xavier <selvin.xavier@broadcom.com>
2872 M:      Devesh Sharma <devesh.sharma@broadcom.com>
2873 M:      Somnath Kotur <somnath.kotur@broadcom.com>
2874 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2875 L:      linux-rdma@vger.kernel.org
2876 W:      http://www.broadcom.com
2877 S:      Supported
2878 F:      drivers/infiniband/hw/bnxt_re/
2879 F:      include/uapi/rdma/bnxt_re-abi.h
2880
2881 BROCADE BFA FC SCSI DRIVER
2882 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2883 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2884 L:      linux-scsi@vger.kernel.org
2885 S:      Supported
2886 F:      drivers/scsi/bfa/
2887
2888 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2889 M:      Rasesh Mody <rasesh.mody@cavium.com>
2890 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2891 M:      Dept-GELinuxNICDev@cavium.com
2892 L:      netdev@vger.kernel.org
2893 S:      Supported
2894 F:      drivers/net/ethernet/brocade/bna/
2895
2896 BSG (block layer generic sg v4 driver)
2897 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2898 L:      linux-scsi@vger.kernel.org
2899 S:      Supported
2900 F:      block/bsg.c
2901 F:      include/linux/bsg.h
2902 F:      include/uapi/linux/bsg.h
2903
2904 BT87X AUDIO DRIVER
2905 M:      Clemens Ladisch <clemens@ladisch.de>
2906 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2907 T:      git git://git.alsa-project.org/alsa-kernel.git
2908 S:      Maintained
2909 F:      Documentation/sound/alsa/Bt87x.txt
2910 F:      sound/pci/bt87x.c
2911
2912 BT8XXGPIO DRIVER
2913 M:      Michael Buesch <m@bues.ch>
2914 W:      http://bu3sch.de/btgpio.php
2915 S:      Maintained
2916 F:      drivers/gpio/gpio-bt8xx.c
2917
2918 BTRFS FILE SYSTEM
2919 M:      Chris Mason <clm@fb.com>
2920 M:      Josef Bacik <jbacik@fb.com>
2921 M:      David Sterba <dsterba@suse.com>
2922 L:      linux-btrfs@vger.kernel.org
2923 W:      http://btrfs.wiki.kernel.org/
2924 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2926 S:      Maintained
2927 F:      Documentation/filesystems/btrfs.txt
2928 F:      fs/btrfs/
2929 F:      include/linux/btrfs*
2930 F:      include/uapi/linux/btrfs*
2931
2932 BTTV VIDEO4LINUX DRIVER
2933 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2934 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2935 L:      linux-media@vger.kernel.org
2936 W:      https://linuxtv.org
2937 T:      git git://linuxtv.org/media_tree.git
2938 S:      Odd fixes
2939 F:      Documentation/media/v4l-drivers/bttv*
2940 F:      drivers/media/pci/bt8xx/bttv*
2941
2942 BUSLOGIC SCSI DRIVER
2943 M:      Khalid Aziz <khalid@gonehiking.org>
2944 L:      linux-scsi@vger.kernel.org
2945 S:      Maintained
2946 F:      drivers/scsi/BusLogic.*
2947 F:      drivers/scsi/FlashPoint.*
2948
2949 C-MEDIA CMI8788 DRIVER
2950 M:      Clemens Ladisch <clemens@ladisch.de>
2951 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2952 T:      git git://git.alsa-project.org/alsa-kernel.git
2953 S:      Maintained
2954 F:      sound/pci/oxygen/
2955
2956 C6X ARCHITECTURE
2957 M:      Mark Salter <msalter@redhat.com>
2958 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2959 L:      linux-c6x-dev@linux-c6x.org
2960 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2961 S:      Maintained
2962 F:      arch/c6x/
2963
2964 CA8210 IEEE-802.15.4 RADIO DRIVER
2965 M:      Harry Morris <h.morris@cascoda.com>
2966 M:      linuxdev@cascoda.com
2967 L:      linux-wpan@vger.kernel.org
2968 W:      https://github.com/Cascoda/ca8210-linux.git
2969 S:      Maintained
2970 F:      drivers/net/ieee802154/ca8210.c
2971 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
2972
2973 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2974 M:      David Howells <dhowells@redhat.com>
2975 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2976 S:      Supported
2977 F:      Documentation/filesystems/caching/cachefiles.txt
2978 F:      fs/cachefiles/
2979
2980 CADET FM/AM RADIO RECEIVER DRIVER
2981 M:      Hans Verkuil <hverkuil@xs4all.nl>
2982 L:      linux-media@vger.kernel.org
2983 T:      git git://linuxtv.org/media_tree.git
2984 W:      https://linuxtv.org
2985 S:      Maintained
2986 F:      drivers/media/radio/radio-cadet*
2987
2988 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2989 M:      Jonathan Corbet <corbet@lwn.net>
2990 L:      linux-media@vger.kernel.org
2991 T:      git git://linuxtv.org/media_tree.git
2992 S:      Maintained
2993 F:      Documentation/media/v4l-drivers/cafe_ccic*
2994 F:      drivers/media/platform/marvell-ccic/
2995
2996 CAIF NETWORK LAYER
2997 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2998 L:      netdev@vger.kernel.org
2999 S:      Supported
3000 F:      Documentation/networking/caif/
3001 F:      drivers/net/caif/
3002 F:      include/uapi/linux/caif/
3003 F:      include/net/caif/
3004 F:      net/caif/
3005
3006 CALGARY x86-64 IOMMU
3007 M:      Muli Ben-Yehuda <mulix@mulix.org>
3008 M:      Jon Mason <jdmason@kudzu.us>
3009 L:      iommu@lists.linux-foundation.org
3010 S:      Maintained
3011 F:      arch/x86/kernel/pci-calgary_64.c
3012 F:      arch/x86/kernel/tce_64.c
3013 F:      arch/x86/include/asm/calgary.h
3014 F:      arch/x86/include/asm/tce.h
3015
3016 CAN NETWORK LAYER
3017 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3018 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3019 L:      linux-can@vger.kernel.org
3020 W:      https://github.com/linux-can
3021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3023 S:      Maintained
3024 F:      Documentation/networking/can.txt
3025 F:      net/can/
3026 F:      include/linux/can/core.h
3027 F:      include/uapi/linux/can.h
3028 F:      include/uapi/linux/can/bcm.h
3029 F:      include/uapi/linux/can/raw.h
3030 F:      include/uapi/linux/can/gw.h
3031
3032 CAN NETWORK DRIVERS
3033 M:      Wolfgang Grandegger <wg@grandegger.com>
3034 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3035 L:      linux-can@vger.kernel.org
3036 W:      https://github.com/linux-can
3037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3039 S:      Maintained
3040 F:      Documentation/devicetree/bindings/net/can/
3041 F:      drivers/net/can/
3042 F:      include/linux/can/dev.h
3043 F:      include/linux/can/platform/
3044 F:      include/uapi/linux/can/error.h
3045 F:      include/uapi/linux/can/netlink.h
3046
3047 CAPABILITIES
3048 M:      Serge Hallyn <serge@hallyn.com>
3049 L:      linux-security-module@vger.kernel.org
3050 S:      Supported
3051 F:      include/linux/capability.h
3052 F:      include/uapi/linux/capability.h
3053 F:      security/commoncap.c
3054 F:      kernel/capability.c
3055
3056 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3057 M:      Kevin Tsai <ktsai@capellamicro.com>
3058 S:      Maintained
3059 F:      drivers/iio/light/cm*
3060
3061 CAVIUM THUNDERX2 ARM64 SOC
3062 M:      Jayachandran C <jnair@caviumnetworks.com>
3063 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3064 S:      Maintained
3065 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3066 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3067
3068 CAVIUM I2C DRIVER
3069 M:      Jan Glauber <jglauber@cavium.com>
3070 M:      David Daney <david.daney@cavium.com>
3071 W:      http://www.cavium.com
3072 S:      Supported
3073 F:      drivers/i2c/busses/i2c-octeon*
3074 F:      drivers/i2c/busses/i2c-thunderx*
3075
3076 CAVIUM MMC DRIVER
3077 M:      Jan Glauber <jglauber@cavium.com>
3078 M:      David Daney <david.daney@cavium.com>
3079 M:      Steven J. Hill <Steven.Hill@cavium.com>
3080 W:      http://www.cavium.com
3081 S:      Supported
3082 F:      drivers/mmc/host/cavium*
3083
3084 CAVIUM LIQUIDIO NETWORK DRIVER
3085 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
3086 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
3087 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
3088 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3089 L:     netdev@vger.kernel.org
3090 W:     http://www.cavium.com
3091 S:     Supported
3092 F:     drivers/net/ethernet/cavium/liquidio/
3093
3094 CAVIUM OCTEON-TX CRYPTO DRIVER
3095 M:      George Cherian <george.cherian@cavium.com>
3096 L:      linux-crypto@vger.kernel.org
3097 W:      http://www.cavium.com
3098 S:      Supported
3099 F:      drivers/crypto/cavium/cpt/
3100
3101 CC2520 IEEE-802.15.4 RADIO DRIVER
3102 M:      Varka Bhadram <varkabhadram@gmail.com>
3103 L:      linux-wpan@vger.kernel.org
3104 S:      Maintained
3105 F:      drivers/net/ieee802154/cc2520.c
3106 F:      include/linux/spi/cc2520.h
3107 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3108
3109 CEC FRAMEWORK
3110 M:      Hans Verkuil <hans.verkuil@cisco.com>
3111 L:      linux-media@vger.kernel.org
3112 T:      git git://linuxtv.org/media_tree.git
3113 W:      http://linuxtv.org
3114 S:      Supported
3115 F:      Documentation/media/kapi/cec-core.rst
3116 F:      Documentation/media/uapi/cec
3117 F:      drivers/media/cec/
3118 F:      drivers/media/rc/keymaps/rc-cec.c
3119 F:      include/media/cec.h
3120 F:      include/media/cec-notifier.h
3121 F:      include/uapi/linux/cec.h
3122 F:      include/uapi/linux/cec-funcs.h
3123
3124 CELL BROADBAND ENGINE ARCHITECTURE
3125 M:      Arnd Bergmann <arnd@arndb.de>
3126 L:      linuxppc-dev@lists.ozlabs.org
3127 W:      http://www.ibm.com/developerworks/power/cell/
3128 S:      Supported
3129 F:      arch/powerpc/include/asm/cell*.h
3130 F:      arch/powerpc/include/asm/spu*.h
3131 F:      arch/powerpc/include/uapi/asm/spu*.h
3132 F:      arch/powerpc/oprofile/*cell*
3133 F:      arch/powerpc/platforms/cell/
3134
3135 CEPH COMMON CODE (LIBCEPH)
3136 M:      Ilya Dryomov <idryomov@gmail.com>
3137 M:      "Yan, Zheng" <zyan@redhat.com>
3138 M:      Sage Weil <sage@redhat.com>
3139 L:      ceph-devel@vger.kernel.org
3140 W:      http://ceph.com/
3141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3142 T:      git git://github.com/ceph/ceph-client.git
3143 S:      Supported
3144 F:      net/ceph/
3145 F:      include/linux/ceph/
3146 F:      include/linux/crush/
3147
3148 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3149 M:      "Yan, Zheng" <zyan@redhat.com>
3150 M:      Sage Weil <sage@redhat.com>
3151 M:      Ilya Dryomov <idryomov@gmail.com>
3152 L:      ceph-devel@vger.kernel.org
3153 W:      http://ceph.com/
3154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3155 T:      git git://github.com/ceph/ceph-client.git
3156 S:      Supported
3157 F:      Documentation/filesystems/ceph.txt
3158 F:      fs/ceph/
3159
3160 CERTIFICATE HANDLING:
3161 M:      David Howells <dhowells@redhat.com>
3162 M:      David Woodhouse <dwmw2@infradead.org>
3163 L:      keyrings@vger.kernel.org
3164 S:      Maintained
3165 F:      Documentation/module-signing.txt
3166 F:      certs/
3167 F:      scripts/sign-file.c
3168 F:      scripts/extract-cert.c
3169
3170 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3171 L:      linux-usb@vger.kernel.org
3172 S:      Orphan
3173 F:      Documentation/usb/WUSB-Design-overview.txt
3174 F:      Documentation/usb/wusb-cbaf
3175 F:      drivers/usb/host/hwa-hc.c
3176 F:      drivers/usb/host/whci/
3177 F:      drivers/usb/wusbcore/
3178 F:      include/linux/usb/wusb*
3179
3180 HT16K33 LED CONTROLLER DRIVER
3181 M:      Robin van der Gracht <robin@protonic.nl>
3182 S:      Maintained
3183 F:      drivers/auxdisplay/ht16k33.c
3184 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3185
3186 CFAG12864B LCD DRIVER
3187 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3188 W:      http://miguelojeda.es/auxdisplay.htm
3189 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3190 S:      Maintained
3191 F:      drivers/auxdisplay/cfag12864b.c
3192 F:      include/linux/cfag12864b.h
3193
3194 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3195 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3196 W:      http://miguelojeda.es/auxdisplay.htm
3197 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3198 S:      Maintained
3199 F:      drivers/auxdisplay/cfag12864bfb.c
3200 F:      include/linux/cfag12864b.h
3201
3202 CFG80211 and NL80211
3203 M:      Johannes Berg <johannes@sipsolutions.net>
3204 L:      linux-wireless@vger.kernel.org
3205 W:      http://wireless.kernel.org/
3206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3208 S:      Maintained
3209 F:      include/uapi/linux/nl80211.h
3210 F:      include/net/cfg80211.h
3211 F:      net/wireless/*
3212 X:      net/wireless/wext*
3213
3214 CHAR and MISC DRIVERS
3215 M:      Arnd Bergmann <arnd@arndb.de>
3216 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3218 S:      Supported
3219 F:      drivers/char/*
3220 F:      drivers/misc/*
3221 F:      include/linux/miscdevice.h
3222
3223 CHECKPATCH
3224 M:      Andy Whitcroft <apw@canonical.com>
3225 M:      Joe Perches <joe@perches.com>
3226 S:      Maintained
3227 F:      scripts/checkpatch.pl
3228
3229 CHINESE DOCUMENTATION
3230 M:      Harry Wei <harryxiyou@gmail.com>
3231 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3232 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3233 S:      Maintained
3234 F:      Documentation/translations/zh_CN/
3235
3236 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3237 M:      Peter Chen <Peter.Chen@nxp.com>
3238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3239 L:      linux-usb@vger.kernel.org
3240 S:      Maintained
3241 F:      drivers/usb/chipidea/
3242
3243 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3244 M:      Hans de Goede <hdegoede@redhat.com>
3245 L:      linux-input@vger.kernel.org
3246 S:      Maintained
3247 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3248 F:      drivers/input/touchscreen/chipone_icn8318.c
3249
3250 CHROME HARDWARE PLATFORM SUPPORT
3251 M:      Olof Johansson <olof@lixom.net>
3252 S:      Maintained
3253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3254 F:      drivers/platform/chrome/
3255
3256 CISCO VIC ETHERNET NIC DRIVER
3257 M:      Christian Benvenuti <benve@cisco.com>
3258 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3259 M:      Neel Patel <neepatel@cisco.com>
3260 S:      Supported
3261 F:      drivers/net/ethernet/cisco/enic/
3262
3263 CISCO VIC LOW LATENCY NIC DRIVER
3264 M:      Christian Benvenuti <benve@cisco.com>
3265 M:      Dave Goodell <dgoodell@cisco.com>
3266 S:      Supported
3267 F:      drivers/infiniband/hw/usnic/
3268
3269 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3270 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3271 L:      netdev@vger.kernel.org
3272 S:      Maintained
3273 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3274
3275 CIRRUS LOGIC AUDIO CODEC DRIVERS
3276 M:      Brian Austin <brian.austin@cirrus.com>
3277 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3278 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3279 S:      Maintained
3280 F:      sound/soc/codecs/cs*
3281
3282 CLEANCACHE API
3283 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3284 L:      linux-kernel@vger.kernel.org
3285 S:      Maintained
3286 F:      mm/cleancache.c
3287 F:      include/linux/cleancache.h
3288
3289 CLK API
3290 M:      Russell King <linux@armlinux.org.uk>
3291 L:      linux-clk@vger.kernel.org
3292 S:      Maintained
3293 F:      include/linux/clk.h
3294
3295 CLOCKSOURCE, CLOCKEVENT DRIVERS
3296 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3297 M:      Thomas Gleixner <tglx@linutronix.de>
3298 L:      linux-kernel@vger.kernel.org
3299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3300 S:      Supported
3301 F:      drivers/clocksource
3302
3303 CISCO FCOE HBA DRIVER
3304 M:      Satish Kharat <satishkh@cisco.com>
3305 M:      Sesidhar Baddela <sebaddel@cisco.com>
3306 M:      Karan Tilak Kumar <kartilak@cisco.com>
3307 L:      linux-scsi@vger.kernel.org
3308 S:      Supported
3309 F:      drivers/scsi/fnic/
3310
3311 CISCO SCSI HBA DRIVER
3312 M:      Karan Tilak Kumar <kartilak@cisco.com>
3313 M:      Sesidhar Baddela <sebaddel@cisco.com>
3314 L:      linux-scsi@vger.kernel.org
3315 S:      Supported
3316 F:      drivers/scsi/snic/
3317
3318 CMPC ACPI DRIVER
3319 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3320 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3321 L:      platform-driver-x86@vger.kernel.org
3322 S:      Supported
3323 F:      drivers/platform/x86/classmate-laptop.c
3324
3325 COBALT MEDIA DRIVER
3326 M:      Hans Verkuil <hans.verkuil@cisco.com>
3327 L:      linux-media@vger.kernel.org
3328 T:      git git://linuxtv.org/media_tree.git
3329 W:      https://linuxtv.org
3330 S:      Supported
3331 F:      drivers/media/pci/cobalt/
3332
3333 COCCINELLE/Semantic Patches (SmPL)
3334 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3335 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3336 M:      Nicolas Palix <nicolas.palix@imag.fr>
3337 M:      Michal Marek <mmarek@suse.com>
3338 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3340 W:      http://coccinelle.lip6.fr/
3341 S:      Supported
3342 F:      Documentation/dev-tools/coccinelle.rst
3343 F:      scripts/coccinelle/
3344 F:      scripts/coccicheck
3345
3346 CODA FILE SYSTEM
3347 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3348 M:      coda@cs.cmu.edu
3349 L:      codalist@coda.cs.cmu.edu
3350 W:      http://www.coda.cs.cmu.edu/
3351 S:      Maintained
3352 F:      Documentation/filesystems/coda.txt
3353 F:      fs/coda/
3354 F:      include/linux/coda*.h
3355 F:      include/uapi/linux/coda*.h
3356
3357 CODA V4L2 MEM2MEM DRIVER
3358 M:      Philipp Zabel <p.zabel@pengutronix.de>
3359 L:      linux-media@vger.kernel.org
3360 S:      Maintained
3361 F:      Documentation/devicetree/bindings/media/coda.txt
3362 F:      drivers/media/platform/coda/
3363
3364 COMMON CLK FRAMEWORK
3365 M:      Michael Turquette <mturquette@baylibre.com>
3366 M:      Stephen Boyd <sboyd@codeaurora.org>
3367 L:      linux-clk@vger.kernel.org
3368 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3370 S:      Maintained
3371 F:      Documentation/devicetree/bindings/clock/
3372 F:      drivers/clk/
3373 X:      drivers/clk/clkdev.c
3374 F:      include/linux/clk-pr*
3375 F:      include/linux/clk/
3376
3377 COMMON INTERNET FILE SYSTEM (CIFS)
3378 M:      Steve French <sfrench@samba.org>
3379 L:      linux-cifs@vger.kernel.org
3380 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3381 W:      http://linux-cifs.samba.org/
3382 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3383 S:      Supported
3384 F:      Documentation/filesystems/cifs/
3385 F:      fs/cifs/
3386
3387 COMPACTPCI HOTPLUG CORE
3388 M:      Scott Murray <scott@spiteful.org>
3389 L:      linux-pci@vger.kernel.org
3390 S:      Maintained
3391 F:      drivers/pci/hotplug/cpci_hotplug*
3392
3393 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3394 M:      Scott Murray <scott@spiteful.org>
3395 L:      linux-pci@vger.kernel.org
3396 S:      Maintained
3397 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3398
3399 COMPACTPCI HOTPLUG GENERIC DRIVER
3400 M:      Scott Murray <scott@spiteful.org>
3401 L:      linux-pci@vger.kernel.org
3402 S:      Maintained
3403 F:      drivers/pci/hotplug/cpcihp_generic.c
3404
3405 COMPAL LAPTOP SUPPORT
3406 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3407 L:      platform-driver-x86@vger.kernel.org
3408 S:      Maintained
3409 F:      drivers/platform/x86/compal-laptop.c
3410
3411 CONEXANT ACCESSRUNNER USB DRIVER
3412 L:      accessrunner-general@lists.sourceforge.net
3413 W:      http://accessrunner.sourceforge.net/
3414 S:      Orphan
3415 F:      drivers/usb/atm/cxacru.c
3416
3417 CONFIGFS
3418 M:      Joel Becker <jlbec@evilplan.org>
3419 M:      Christoph Hellwig <hch@lst.de>
3420 T:      git git://git.infradead.org/users/hch/configfs.git
3421 S:      Supported
3422 F:      fs/configfs/
3423 F:      include/linux/configfs.h
3424
3425 CONNECTOR
3426 M:      Evgeniy Polyakov <zbr@ioremap.net>
3427 L:      netdev@vger.kernel.org
3428 S:      Maintained
3429 F:      drivers/connector/
3430
3431 CONTROL GROUP (CGROUP)
3432 M:      Tejun Heo <tj@kernel.org>
3433 M:      Li Zefan <lizefan@huawei.com>
3434 M:      Johannes Weiner <hannes@cmpxchg.org>
3435 L:      cgroups@vger.kernel.org
3436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3437 S:      Maintained
3438 F:      Documentation/cgroup*
3439 F:      include/linux/cgroup*
3440 F:      kernel/cgroup*
3441
3442 CONTROL GROUP - CPUSET
3443 M:      Li Zefan <lizefan@huawei.com>
3444 L:      cgroups@vger.kernel.org
3445 W:      http://www.bullopensource.org/cpuset/
3446 W:      http://oss.sgi.com/projects/cpusets/
3447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3448 S:      Maintained
3449 F:      Documentation/cgroup-v1/cpusets.txt
3450 F:      include/linux/cpuset.h
3451 F:      kernel/cpuset.c
3452
3453 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3454 M:      Johannes Weiner <hannes@cmpxchg.org>
3455 M:      Michal Hocko <mhocko@kernel.org>
3456 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3457 L:      cgroups@vger.kernel.org
3458 L:      linux-mm@kvack.org
3459 S:      Maintained
3460 F:      mm/memcontrol.c
3461 F:      mm/swap_cgroup.c
3462
3463 CORETEMP HARDWARE MONITORING DRIVER
3464 M:      Fenghua Yu <fenghua.yu@intel.com>
3465 L:      linux-hwmon@vger.kernel.org
3466 S:      Maintained
3467 F:      Documentation/hwmon/coretemp
3468 F:      drivers/hwmon/coretemp.c
3469
3470 COSA/SRP SYNC SERIAL DRIVER
3471 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3472 W:      http://www.fi.muni.cz/~kas/cosa/
3473 S:      Maintained
3474 F:      drivers/net/wan/cosa*
3475
3476 CPMAC ETHERNET DRIVER
3477 M:      Florian Fainelli <f.fainelli@gmail.com>
3478 L:      netdev@vger.kernel.org
3479 S:      Maintained
3480 F:      drivers/net/ethernet/ti/cpmac.c
3481
3482 CPU FREQUENCY DRIVERS
3483 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3484 M:      Viresh Kumar <viresh.kumar@linaro.org>
3485 L:      linux-pm@vger.kernel.org
3486 S:      Maintained
3487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3488 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3489 B:      https://bugzilla.kernel.org
3490 F:      Documentation/cpu-freq/
3491 F:      Documentation/devicetree/bindings/cpufreq/
3492 F:      drivers/cpufreq/
3493 F:      include/linux/cpufreq.h
3494 F:      tools/testing/selftests/cpufreq/
3495
3496 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3497 M:      Viresh Kumar <viresh.kumar@linaro.org>
3498 M:      Sudeep Holla <sudeep.holla@arm.com>
3499 L:      linux-pm@vger.kernel.org
3500 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3501 S:      Maintained
3502 F:      drivers/cpufreq/arm_big_little.h
3503 F:      drivers/cpufreq/arm_big_little.c
3504 F:      drivers/cpufreq/arm_big_little_dt.c
3505
3506 CPUIDLE DRIVER - ARM BIG LITTLE
3507 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3508 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3509 L:      linux-pm@vger.kernel.org
3510 L:      linux-arm-kernel@lists.infradead.org
3511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3512 S:      Maintained
3513 F:      drivers/cpuidle/cpuidle-big_little.c
3514
3515 CPUIDLE DRIVER - ARM EXYNOS
3516 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3517 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3518 M:      Kukjin Kim <kgene@kernel.org>
3519 L:      linux-pm@vger.kernel.org
3520 L:      linux-samsung-soc@vger.kernel.org
3521 S:      Supported
3522 F:      drivers/cpuidle/cpuidle-exynos.c
3523 F:      arch/arm/mach-exynos/pm.c
3524
3525 CPUIDLE DRIVERS
3526 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3527 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3528 L:      linux-pm@vger.kernel.org
3529 S:      Maintained
3530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3531 B:      https://bugzilla.kernel.org
3532 F:      drivers/cpuidle/*
3533 F:      include/linux/cpuidle.h
3534
3535 CPUID/MSR DRIVER
3536 M:      "H. Peter Anvin" <hpa@zytor.com>
3537 S:      Maintained
3538 F:      arch/x86/kernel/cpuid.c
3539 F:      arch/x86/kernel/msr.c
3540
3541 CPU POWER MONITORING SUBSYSTEM
3542 M:      Thomas Renninger <trenn@suse.com>
3543 L:      linux-pm@vger.kernel.org
3544 S:      Maintained
3545 F:      tools/power/cpupower/
3546
3547 CRAMFS FILESYSTEM
3548 W:      http://sourceforge.net/projects/cramfs/
3549 S:      Orphan / Obsolete
3550 F:      Documentation/filesystems/cramfs.txt
3551 F:      fs/cramfs/
3552
3553 CRIS PORT
3554 M:      Mikael Starvik <starvik@axis.com>
3555 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3556 L:      linux-cris-kernel@axis.com
3557 W:      http://developer.axis.com
3558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3559 S:      Maintained
3560 F:      arch/cris/
3561 F:      drivers/tty/serial/crisv10.*
3562
3563 CRYPTO API
3564 M:      Herbert Xu <herbert@gondor.apana.org.au>
3565 M:      "David S. Miller" <davem@davemloft.net>
3566 L:      linux-crypto@vger.kernel.org
3567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3569 S:      Maintained
3570 F:      Documentation/crypto/
3571 F:      Documentation/devicetree/bindings/crypto/
3572 F:      Documentation/DocBook/crypto-API.tmpl
3573 F:      arch/*/crypto/
3574 F:      crypto/
3575 F:      drivers/crypto/
3576 F:      include/crypto/
3577 F:      include/linux/crypto*
3578
3579 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3580 M:      Neil Horman <nhorman@tuxdriver.com>
3581 L:      linux-crypto@vger.kernel.org
3582 S:      Maintained
3583 F:      crypto/ansi_cprng.c
3584 F:      crypto/rng.c
3585
3586 CS3308 MEDIA DRIVER
3587 M:      Hans Verkuil <hverkuil@xs4all.nl>
3588 L:      linux-media@vger.kernel.org
3589 T:      git git://linuxtv.org/media_tree.git
3590 W:      http://linuxtv.org
3591 S:      Odd Fixes
3592 F:      drivers/media/i2c/cs3308.c
3593 F:      drivers/media/i2c/cs3308.h
3594
3595 CS5535 Audio ALSA driver
3596 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3597 S:      Maintained
3598 F:      sound/pci/cs5535audio/
3599
3600 CW1200 WLAN driver
3601 M:      Solomon Peachy <pizza@shaftnet.org>
3602 S:      Maintained
3603 F:      drivers/net/wireless/st/cw1200/
3604
3605 CX18 VIDEO4LINUX DRIVER
3606 M:      Andy Walls <awalls@md.metrocast.net>
3607 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3608 L:      linux-media@vger.kernel.org
3609 T:      git git://linuxtv.org/media_tree.git
3610 W:      https://linuxtv.org
3611 W:      http://www.ivtvdriver.org/index.php/Cx18
3612 S:      Maintained
3613 F:      Documentation/media/v4l-drivers/cx18*
3614 F:      drivers/media/pci/cx18/
3615 F:      include/uapi/linux/ivtv*
3616
3617 CX2341X MPEG ENCODER HELPER MODULE
3618 M:      Hans Verkuil <hverkuil@xs4all.nl>
3619 L:      linux-media@vger.kernel.org
3620 T:      git git://linuxtv.org/media_tree.git
3621 W:      https://linuxtv.org
3622 S:      Maintained
3623 F:      drivers/media/common/cx2341x*
3624 F:      include/media/cx2341x*
3625
3626 CX24120 MEDIA DRIVER
3627 M:      Jemma Denson <jdenson@gmail.com>
3628 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3629 L:      linux-media@vger.kernel.org
3630 W:      https://linuxtv.org
3631 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3632 S:      Maintained
3633 F:      drivers/media/dvb-frontends/cx24120*
3634
3635 CX88 VIDEO4LINUX DRIVER
3636 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3637 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3638 L:      linux-media@vger.kernel.org
3639 W:      https://linuxtv.org
3640 T:      git git://linuxtv.org/media_tree.git
3641 S:      Odd fixes
3642 F:      Documentation/media/v4l-drivers/cx88*
3643 F:      drivers/media/pci/cx88/
3644
3645 CXD2820R MEDIA DRIVER
3646 M:      Antti Palosaari <crope@iki.fi>
3647 L:      linux-media@vger.kernel.org
3648 W:      https://linuxtv.org
3649 W:      http://palosaari.fi/linux/
3650 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3651 T:      git git://linuxtv.org/anttip/media_tree.git
3652 S:      Maintained
3653 F:      drivers/media/dvb-frontends/cxd2820r*
3654
3655 CXGB3 ETHERNET DRIVER (CXGB3)
3656 M:      Santosh Raspatur <santosh@chelsio.com>
3657 L:      netdev@vger.kernel.org
3658 W:      http://www.chelsio.com
3659 S:      Supported
3660 F:      drivers/net/ethernet/chelsio/cxgb3/
3661
3662 CXGB3 ISCSI DRIVER (CXGB3I)
3663 M:      Karen Xie <kxie@chelsio.com>
3664 L:      linux-scsi@vger.kernel.org
3665 W:      http://www.chelsio.com
3666 S:      Supported
3667 F:      drivers/scsi/cxgbi/cxgb3i
3668
3669 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3670 M:      Steve Wise <swise@chelsio.com>
3671 L:      linux-rdma@vger.kernel.org
3672 W:      http://www.openfabrics.org
3673 S:      Supported
3674 F:      drivers/infiniband/hw/cxgb3/
3675 F:      include/uapi/rdma/cxgb3-abi.h
3676
3677 CXGB4 ETHERNET DRIVER (CXGB4)
3678 M:      Ganesh Goudar <ganeshgr@chelsio.com>
3679 L:      netdev@vger.kernel.org
3680 W:      http://www.chelsio.com
3681 S:      Supported
3682 F:      drivers/net/ethernet/chelsio/cxgb4/
3683
3684 CXGB4 ISCSI DRIVER (CXGB4I)
3685 M:      Karen Xie <kxie@chelsio.com>
3686 L:      linux-scsi@vger.kernel.org
3687 W:      http://www.chelsio.com
3688 S:      Supported
3689 F:      drivers/scsi/cxgbi/cxgb4i
3690
3691 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3692 M:      Steve Wise <swise@chelsio.com>
3693 L:      linux-rdma@vger.kernel.org
3694 W:      http://www.openfabrics.org
3695 S:      Supported
3696 F:      drivers/infiniband/hw/cxgb4/
3697 F:      include/uapi/rdma/cxgb4-abi.h
3698
3699 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3700 M:      Casey Leedom <leedom@chelsio.com>
3701 L:      netdev@vger.kernel.org
3702 W:      http://www.chelsio.com
3703 S:      Supported
3704 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3705
3706 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3707 M:      Ian Munsie <imunsie@au1.ibm.com>
3708 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3709 L:      linuxppc-dev@lists.ozlabs.org
3710 S:      Supported
3711 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3712 F:      drivers/misc/cxl/
3713 F:      include/misc/cxl*
3714 F:      include/uapi/misc/cxl.h
3715 F:      Documentation/powerpc/cxl.txt
3716 F:      Documentation/ABI/testing/sysfs-class-cxl
3717
3718 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3719 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3720 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3721 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3722 L:      linux-scsi@vger.kernel.org
3723 S:      Supported
3724 F:      drivers/scsi/cxlflash/
3725 F:      include/uapi/scsi/cxlflash_ioctls.h
3726 F:      Documentation/powerpc/cxlflash.txt
3727
3728 STMMAC ETHERNET DRIVER
3729 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3730 M:      Alexandre Torgue <alexandre.torgue@st.com>
3731 L:      netdev@vger.kernel.org
3732 W:      http://www.stlinux.com
3733 S:      Supported
3734 F:      drivers/net/ethernet/stmicro/stmmac/
3735
3736 CYBERPRO FB DRIVER
3737 M:      Russell King <linux@armlinux.org.uk>
3738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3739 W:      http://www.armlinux.org.uk/
3740 S:      Maintained
3741 F:      drivers/video/fbdev/cyber2000fb.*
3742
3743 CYCLADES ASYNC MUX DRIVER
3744 W:      http://www.cyclades.com/
3745 S:      Orphan
3746 F:      drivers/tty/cyclades.c
3747 F:      include/linux/cyclades.h
3748 F:      include/uapi/linux/cyclades.h
3749
3750 CYCLADES PC300 DRIVER
3751 W:      http://www.cyclades.com/
3752 S:      Orphan
3753 F:      drivers/net/wan/pc300*
3754
3755 CYPRESS_FIRMWARE MEDIA DRIVER
3756 M:      Antti Palosaari <crope@iki.fi>
3757 L:      linux-media@vger.kernel.org
3758 W:      https://linuxtv.org
3759 W:      http://palosaari.fi/linux/
3760 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3761 T:      git git://linuxtv.org/anttip/media_tree.git
3762 S:      Maintained
3763 F:      drivers/media/common/cypress_firmware*
3764
3765 CYTTSP TOUCHSCREEN DRIVER
3766 M:      Ferruh Yigit <fery@cypress.com>
3767 L:      linux-input@vger.kernel.org
3768 S:      Supported
3769 F:      drivers/input/touchscreen/cyttsp*
3770 F:      include/linux/input/cyttsp.h
3771
3772 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3773 M:      Joshua Kinard <kumba@gentoo.org>
3774 S:      Maintained
3775 F:      drivers/rtc/rtc-ds1685.c
3776 F:      include/linux/rtc/ds1685.h
3777
3778 DAMA SLAVE for AX.25
3779 M:      Joerg Reuter <jreuter@yaina.de>
3780 W:      http://yaina.de/jreuter/
3781 W:      http://www.qsl.net/dl1bke/
3782 L:      linux-hams@vger.kernel.org
3783 S:      Maintained
3784 F:      net/ax25/af_ax25.c
3785 F:      net/ax25/ax25_dev.c
3786 F:      net/ax25/ax25_ds_*
3787 F:      net/ax25/ax25_in.c
3788 F:      net/ax25/ax25_out.c
3789 F:      net/ax25/ax25_timer.c
3790 F:      net/ax25/sysctl_net_ax25.c
3791
3792 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3793 L:      netdev@vger.kernel.org
3794 S:      Orphan
3795 F:      Documentation/networking/dmfe.txt
3796 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3797
3798 DC390/AM53C974 SCSI driver
3799 M:      Hannes Reinecke <hare@suse.com>
3800 L:      linux-scsi@vger.kernel.org
3801 S:      Maintained
3802 F:      drivers/scsi/am53c974.c
3803
3804 DC395x SCSI driver
3805 M:      Oliver Neukum <oliver@neukum.org>
3806 M:      Ali Akcaagac <aliakc@web.de>
3807 M:      Jamie Lenehan <lenehan@twibble.org>
3808 L:      dc395x@twibble.org
3809 W:      http://twibble.org/dist/dc395x/
3810 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3811 S:      Maintained
3812 F:      Documentation/scsi/dc395x.txt
3813 F:      drivers/scsi/dc395x.*
3814
3815 DCCP PROTOCOL
3816 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3817 L:      dccp@vger.kernel.org
3818 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3819 S:      Maintained
3820 F:      include/linux/dccp.h
3821 F:      include/uapi/linux/dccp.h
3822 F:      include/linux/tfrc.h
3823 F:      net/dccp/
3824
3825 DECnet NETWORK LAYER
3826 W:      http://linux-decnet.sourceforge.net
3827 L:      linux-decnet-user@lists.sourceforge.net
3828 S:      Orphan
3829 F:      Documentation/networking/decnet.txt
3830 F:      net/decnet/
3831
3832 DECSTATION PLATFORM SUPPORT
3833 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3834 L:      linux-mips@linux-mips.org
3835 W:      http://www.linux-mips.org/wiki/DECstation
3836 S:      Maintained
3837 F:      arch/mips/dec/
3838 F:      arch/mips/include/asm/dec/
3839 F:      arch/mips/include/asm/mach-dec/
3840
3841 DEFXX FDDI NETWORK DRIVER
3842 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3843 S:      Maintained
3844 F:      drivers/net/fddi/defxx.*
3845
3846 DELL LAPTOP DRIVER
3847 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3848 M:      Pali Rohár <pali.rohar@gmail.com>
3849 L:      platform-driver-x86@vger.kernel.org
3850 S:      Maintained
3851 F:      drivers/platform/x86/dell-laptop.c
3852
3853 DELL LAPTOP RBTN DRIVER
3854 M:      Pali Rohár <pali.rohar@gmail.com>
3855 S:      Maintained
3856 F:      drivers/platform/x86/dell-rbtn.*
3857
3858 DELL LAPTOP FREEFALL DRIVER
3859 M:      Pali Rohár <pali.rohar@gmail.com>
3860 S:      Maintained
3861 F:      drivers/platform/x86/dell-smo8800.c
3862
3863 DELL LAPTOP SMM DRIVER
3864 M:      Pali Rohár <pali.rohar@gmail.com>
3865 S:      Maintained
3866 F:      drivers/hwmon/dell-smm-hwmon.c
3867 F:      include/uapi/linux/i8k.h
3868
3869 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3870 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3871 S:      Maintained
3872 F:      Documentation/dcdbas.txt
3873 F:      drivers/firmware/dcdbas.*
3874
3875 DELL WMI EXTRAS DRIVER
3876 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3877 M:      Pali Rohár <pali.rohar@gmail.com>
3878 S:      Maintained
3879 F:      drivers/platform/x86/dell-wmi.c
3880
3881 DESIGNWARE USB2 DRD IP DRIVER
3882 M:      John Youn <johnyoun@synopsys.com>
3883 L:      linux-usb@vger.kernel.org
3884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3885 S:      Maintained
3886 F:      drivers/usb/dwc2/
3887
3888 DESIGNWARE USB3 DRD IP DRIVER
3889 M:      Felipe Balbi <balbi@kernel.org>
3890 L:      linux-usb@vger.kernel.org
3891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3892 S:      Maintained
3893 F:      drivers/usb/dwc3/
3894
3895 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3896 M:      Andreas Klinger <ak@it-klinger.de>
3897 L:      linux-iio@vger.kernel.org
3898 S:      Maintained
3899 F:      drivers/iio/proximity/srf*.c
3900
3901 DEVICE COREDUMP (DEV_COREDUMP)
3902 M:      Johannes Berg <johannes@sipsolutions.net>
3903 L:      linux-kernel@vger.kernel.org
3904 S:      Maintained
3905 F:      drivers/base/devcoredump.c
3906 F:      include/linux/devcoredump.h
3907
3908 DEVICE FREQUENCY (DEVFREQ)
3909 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3910 M:      Kyungmin Park <kyungmin.park@samsung.com>
3911 R:      Chanwoo Choi <cw00.choi@samsung.com>
3912 L:      linux-pm@vger.kernel.org
3913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3914 S:      Maintained
3915 F:      drivers/devfreq/
3916 F:      include/linux/devfreq.h
3917 F:      Documentation/devicetree/bindings/devfreq/
3918
3919 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3920 M:      Chanwoo Choi <cw00.choi@samsung.com>
3921 L:      linux-pm@vger.kernel.org
3922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3923 S:      Supported
3924 F:      drivers/devfreq/event/
3925 F:      drivers/devfreq/devfreq-event.c
3926 F:      include/linux/devfreq-event.h
3927 F:      Documentation/devicetree/bindings/devfreq/event/
3928
3929 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3930 M:      Chanwoo Choi <cw00.choi@samsung.com>
3931 L:      linux-pm@vger.kernel.org
3932 L:      linux-samsung-soc@vger.kernel.org
3933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3934 S:      Maintained
3935 F:      drivers/devfreq/exynos-bus.c
3936 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3937
3938 DEVICE NUMBER REGISTRY
3939 M:      Torben Mathiasen <device@lanana.org>
3940 W:      http://lanana.org/docs/device-list/index.html
3941 S:      Maintained
3942
3943 DEVICE-MAPPER  (LVM)
3944 M:      Alasdair Kergon <agk@redhat.com>
3945 M:      Mike Snitzer <snitzer@redhat.com>
3946 M:      dm-devel@redhat.com
3947 L:      dm-devel@redhat.com
3948 W:      http://sources.redhat.com/dm
3949 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3951 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3952 S:      Maintained
3953 F:      Documentation/device-mapper/
3954 F:      drivers/md/dm*
3955 F:      drivers/md/persistent-data/
3956 F:      include/linux/device-mapper.h
3957 F:      include/linux/dm-*.h
3958 F:      include/uapi/linux/dm-*.h
3959
3960 DEVLINK
3961 M:      Jiri Pirko <jiri@mellanox.com>
3962 L:      netdev@vger.kernel.org
3963 S:      Supported
3964 F:      net/core/devlink.c
3965 F:      include/net/devlink.h
3966 F:      include/uapi/linux/devlink.h
3967
3968 DIALOG SEMICONDUCTOR DRIVERS
3969 M:      Support Opensource <support.opensource@diasemi.com>
3970 W:      http://www.dialog-semiconductor.com/products
3971 S:      Supported
3972 F:      Documentation/hwmon/da90??
3973 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3974 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3975 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3976 F:      drivers/gpio/gpio-da90??.c
3977 F:      drivers/hwmon/da90??-hwmon.c
3978 F:      drivers/iio/adc/da91??-*.c
3979 F:      drivers/input/misc/da90??_onkey.c
3980 F:      drivers/input/touchscreen/da9052_tsi.c
3981 F:      drivers/leds/leds-da90??.c
3982 F:      drivers/mfd/da903x.c
3983 F:      drivers/mfd/da90??-*.c
3984 F:      drivers/mfd/da91??-*.c
3985 F:      drivers/power/supply/da9052-battery.c
3986 F:      drivers/power/supply/da91??-*.c
3987 F:      drivers/regulator/da903x.c
3988 F:      drivers/regulator/da9???-regulator.[ch]
3989 F:      drivers/rtc/rtc-da90??.c
3990 F:      drivers/video/backlight/da90??_bl.c
3991 F:      drivers/watchdog/da90??_wdt.c
3992 F:      include/linux/mfd/da903x.h
3993 F:      include/linux/mfd/da9052/
3994 F:      include/linux/mfd/da9055/
3995 F:      include/linux/mfd/da9062/
3996 F:      include/linux/mfd/da9063/
3997 F:      include/linux/mfd/da9150/
3998 F:      include/linux/regulator/da9211.h
3999 F:      include/sound/da[79]*.h
4000 F:      sound/soc/codecs/da[79]*.[ch]
4001
4002 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4003 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4004 L:      linux-gpio@vger.kernel.org
4005 S:      Maintained
4006 F:      drivers/gpio/gpio-gpio-mm.c
4007
4008 DIGI NEO AND CLASSIC PCI PRODUCTS
4009 M:      Lidza Louina <lidza.louina@gmail.com>
4010 M:      Mark Hounschell <markh@compro.net>
4011 L:      driverdev-devel@linuxdriverproject.org
4012 S:      Maintained
4013 F:      drivers/staging/dgnc/
4014
4015 DIOLAN U2C-12 I2C DRIVER
4016 M:      Guenter Roeck <linux@roeck-us.net>
4017 L:      linux-i2c@vger.kernel.org
4018 S:      Maintained
4019 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4020
4021 DIRECT ACCESS (DAX)
4022 M:      Matthew Wilcox <mawilcox@microsoft.com>
4023 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
4024 L:      linux-fsdevel@vger.kernel.org
4025 S:      Supported
4026 F:      fs/dax.c
4027 F:      include/linux/dax.h
4028 F:      include/trace/events/fs_dax.h
4029
4030 DIRECTORY NOTIFICATION (DNOTIFY)
4031 M:      Eric Paris <eparis@parisplace.org>
4032 S:      Maintained
4033 F:      Documentation/filesystems/dnotify.txt
4034 F:      fs/notify/dnotify/
4035 F:      include/linux/dnotify.h
4036
4037 DISK GEOMETRY AND PARTITION HANDLING
4038 M:      Andries Brouwer <aeb@cwi.nl>
4039 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4040 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4041 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4042 S:      Maintained
4043
4044 DISKQUOTA
4045 M:      Jan Kara <jack@suse.com>
4046 S:      Maintained
4047 F:      Documentation/filesystems/quota.txt
4048 F:      fs/quota/
4049 F:      include/linux/quota*.h
4050 F:      include/uapi/linux/quota*.h
4051
4052 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4053 M:      Bernie Thompson <bernie@plugable.com>
4054 L:      linux-fbdev@vger.kernel.org
4055 S:      Maintained
4056 W:      http://plugable.com/category/projects/udlfb/
4057 F:      drivers/video/fbdev/udlfb.c
4058 F:      include/video/udlfb.h
4059 F:      Documentation/fb/udlfb.txt
4060
4061 DISTRIBUTED LOCK MANAGER (DLM)
4062 M:      Christine Caulfield <ccaulfie@redhat.com>
4063 M:      David Teigland <teigland@redhat.com>
4064 L:      cluster-devel@redhat.com
4065 W:      http://sources.redhat.com/cluster/
4066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4067 S:      Supported
4068 F:      fs/dlm/
4069
4070 DMA BUFFER SHARING FRAMEWORK
4071 M:      Sumit Semwal <sumit.semwal@linaro.org>
4072 S:      Maintained
4073 L:      linux-media@vger.kernel.org
4074 L:      dri-devel@lists.freedesktop.org
4075 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4076 F:      drivers/dma-buf/
4077 F:      include/linux/dma-buf*
4078 F:      include/linux/reservation.h
4079 F:      include/linux/*fence.h
4080 F:      Documentation/driver-api/dma-buf.rst
4081 T:      git git://anongit.freedesktop.org/drm/drm-misc
4082
4083 SYNC FILE FRAMEWORK
4084 M:      Sumit Semwal <sumit.semwal@linaro.org>
4085 R:      Gustavo Padovan <gustavo@padovan.org>
4086 S:      Maintained
4087 L:      linux-media@vger.kernel.org
4088 L:      dri-devel@lists.freedesktop.org
4089 F:      drivers/dma-buf/sync_*
4090 F:      drivers/dma-buf/dma-fence*
4091 F:      drivers/dma-buf/sw_sync.c
4092 F:      include/linux/sync_file.h
4093 F:      include/uapi/linux/sync_file.h
4094 F:      Documentation/sync_file.txt
4095 T:      git git://anongit.freedesktop.org/drm/drm-misc
4096
4097 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4098 M:      Vinod Koul <vinod.koul@intel.com>
4099 L:      dmaengine@vger.kernel.org
4100 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4101 S:      Maintained
4102 F:      drivers/dma/
4103 F:      include/linux/dmaengine.h
4104 F:      Documentation/devicetree/bindings/dma/
4105 F:      Documentation/dmaengine/
4106 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4107
4108 DME1737 HARDWARE MONITOR DRIVER
4109 M:      Juerg Haefliger <juergh@gmail.com>
4110 L:      linux-hwmon@vger.kernel.org
4111 S:      Maintained
4112 F:      Documentation/hwmon/dme1737
4113 F:      drivers/hwmon/dme1737.c
4114
4115 DMI/SMBIOS SUPPORT
4116 M:      Jean Delvare <jdelvare@suse.com>
4117 S:      Maintained
4118 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4119 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4120 F:      drivers/firmware/dmi-id.c
4121 F:      drivers/firmware/dmi_scan.c
4122 F:      include/linux/dmi.h
4123
4124 DOCUMENTATION
4125 M:      Jonathan Corbet <corbet@lwn.net>
4126 L:      linux-doc@vger.kernel.org
4127 S:      Maintained
4128 F:      Documentation/
4129 F:      scripts/docproc.c
4130 F:      scripts/kernel-doc*
4131 X:      Documentation/ABI/
4132 X:      Documentation/devicetree/
4133 X:      Documentation/acpi
4134 X:      Documentation/power
4135 X:      Documentation/spi
4136 X:      Documentation/media
4137 T:      git git://git.lwn.net/linux.git docs-next
4138
4139 DOUBLETALK DRIVER
4140 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4141 L:      blinux-list@redhat.com
4142 S:      Maintained
4143 F:      drivers/char/dtlk.c
4144 F:      include/linux/dtlk.h
4145
4146 DPAA2 DATAPATH I/O (DPIO) DRIVER
4147 M:      Roy Pledge <Roy.Pledge@nxp.com>
4148 L:      linux-kernel@vger.kernel.org
4149 S:      Maintained
4150 F:      drivers/staging/fsl-mc/bus/dpio
4151
4152 DPAA2 ETHERNET DRIVER
4153 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4154 L:      linux-kernel@vger.kernel.org
4155 S:      Maintained
4156 F:      drivers/staging/fsl-dpaa2/ethernet
4157
4158 DPT_I2O SCSI RAID DRIVER
4159 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4160 L:      linux-scsi@vger.kernel.org
4161 W:      http://www.adaptec.com/
4162 S:      Maintained
4163 F:      drivers/scsi/dpt*
4164 F:      drivers/scsi/dpt/
4165
4166 DRBD DRIVER
4167 M:      Philipp Reisner <philipp.reisner@linbit.com>
4168 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4169 L:      drbd-dev@lists.linbit.com
4170 W:      http://www.drbd.org
4171 T:      git git://git.linbit.com/linux-drbd.git
4172 T:      git git://git.linbit.com/drbd-8.4.git
4173 S:      Supported
4174 F:      drivers/block/drbd/
4175 F:      lib/lru_cache.c
4176 F:      Documentation/blockdev/drbd/
4177
4178 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4179 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4181 S:      Supported
4182 F:      Documentation/kobject.txt
4183 F:      drivers/base/
4184 F:      fs/debugfs/
4185 F:      fs/sysfs/
4186 F:      include/linux/debugfs.h
4187 F:      include/linux/kobj*
4188 F:      lib/kobj*
4189
4190 DRM DRIVERS
4191 M:      David Airlie <airlied@linux.ie>
4192 L:      dri-devel@lists.freedesktop.org
4193 T:      git git://people.freedesktop.org/~airlied/linux
4194 B:      https://bugs.freedesktop.org/
4195 C:      irc://chat.freenode.net/dri-devel
4196 S:      Maintained
4197 F:      drivers/gpu/drm/
4198 F:      drivers/gpu/vga/
4199 F:      Documentation/devicetree/bindings/display/
4200 F:      Documentation/devicetree/bindings/gpu/
4201 F:      Documentation/devicetree/bindings/video/
4202 F:      Documentation/gpu/
4203 F:      include/drm/
4204 F:      include/uapi/drm/
4205 F:      include/linux/vga*
4206
4207 DRM DRIVERS AND MISC GPU PATCHES
4208 M:      Daniel Vetter <daniel.vetter@intel.com>
4209 M:      Jani Nikula <jani.nikula@linux.intel.com>
4210 M:      Sean Paul <seanpaul@chromium.org>
4211 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4212 S:      Maintained
4213 T:      git git://anongit.freedesktop.org/drm/drm-misc
4214 F:      Documentation/gpu/
4215 F:      drivers/gpu/vga/
4216 F:      drivers/gpu/drm/*
4217 F:      include/drm/drm*
4218 F:      include/uapi/drm/drm*
4219 F:      include/linux/vga*
4220
4221 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4222 M:      Dave Airlie <airlied@redhat.com>
4223 S:      Odd Fixes
4224 F:      drivers/gpu/drm/ast/
4225
4226 DRM DRIVERS FOR BRIDGE CHIPS
4227 M:      Archit Taneja <architt@codeaurora.org>
4228 S:      Maintained
4229 T:      git git://anongit.freedesktop.org/drm/drm-misc
4230 F:      drivers/gpu/drm/bridge/
4231
4232 DRM DRIVER FOR BOCHS VIRTUAL GPU
4233 M:      Gerd Hoffmann <kraxel@redhat.com>
4234 L:      virtualization@lists.linux-foundation.org
4235 T:      git git://anongit.freedesktop.org/drm/drm-misc
4236 S:      Maintained
4237 F:      drivers/gpu/drm/bochs/
4238
4239 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4240 M:      Dave Airlie <airlied@redhat.com>
4241 M:      Gerd Hoffmann <kraxel@redhat.com>
4242 L:      virtualization@lists.linux-foundation.org
4243 T:      git git://anongit.freedesktop.org/drm/drm-misc
4244 S:      Obsolete
4245 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4246 F:      drivers/gpu/drm/cirrus/
4247
4248 RADEON and AMDGPU DRM DRIVERS
4249 M:      Alex Deucher <alexander.deucher@amd.com>
4250 M:      Christian König <christian.koenig@amd.com>
4251 L:      amd-gfx@lists.freedesktop.org
4252 T:      git git://people.freedesktop.org/~agd5f/linux
4253 S:      Supported
4254 F:      drivers/gpu/drm/radeon/
4255 F:      include/uapi/drm/radeon_drm.h
4256 F:      drivers/gpu/drm/amd/
4257 F:      include/uapi/drm/amdgpu_drm.h
4258
4259 DRM PANEL DRIVERS
4260 M:      Thierry Reding <thierry.reding@gmail.com>
4261 L:      dri-devel@lists.freedesktop.org
4262 T:      git git://anongit.freedesktop.org/tegra/linux.git
4263 S:      Maintained
4264 F:      drivers/gpu/drm/drm_panel.c
4265 F:      drivers/gpu/drm/panel/
4266 F:      include/drm/drm_panel.h
4267 F:      Documentation/devicetree/bindings/display/panel/
4268
4269 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4270 M:      Daniel Vetter <daniel.vetter@intel.com>
4271 M:      Jani Nikula <jani.nikula@linux.intel.com>
4272 L:      intel-gfx@lists.freedesktop.org
4273 W:      https://01.org/linuxgraphics/
4274 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4275 C:      irc://chat.freenode.net/intel-gfx
4276 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4277 T:      git git://anongit.freedesktop.org/drm-intel
4278 S:      Supported
4279 F:      drivers/gpu/drm/i915/
4280 F:      include/drm/i915*
4281 F:      include/uapi/drm/i915_drm.h
4282 F:      Documentation/gpu/i915.rst
4283
4284 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4285 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4286 M:      Zhi Wang <zhi.a.wang@intel.com>
4287 L:      intel-gvt-dev@lists.freedesktop.org
4288 L:      intel-gfx@lists.freedesktop.org
4289 W:      https://01.org/igvt-g
4290 T:      git https://github.com/01org/gvt-linux.git
4291 S:      Supported
4292 F:      drivers/gpu/drm/i915/gvt/
4293
4294 DRM DRIVERS FOR ATMEL HLCDC
4295 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4296 L:      dri-devel@lists.freedesktop.org
4297 S:      Supported
4298 F:      drivers/gpu/drm/atmel-hlcdc/
4299 F:      Documentation/devicetree/bindings/drm/atmel/
4300 T:      git git://anongit.freedesktop.org/drm/drm-misc
4301
4302 DRM DRIVERS FOR ALLWINNER A10
4303 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4304 L:      dri-devel@lists.freedesktop.org
4305 S:      Supported
4306 F:      drivers/gpu/drm/sun4i/
4307 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4309
4310 DRM DRIVERS FOR AMLOGIC SOCS
4311 M:      Neil Armstrong <narmstrong@baylibre.com>
4312 L:      dri-devel@lists.freedesktop.org
4313 L:      linux-amlogic@lists.infradead.org
4314 W:      http://linux-meson.com/
4315 S:      Supported
4316 F:      drivers/gpu/drm/meson/
4317 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4318 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4319 F:      Documentation/gpu/meson.rst
4320 T:      git git://anongit.freedesktop.org/drm/drm-misc
4321
4322 DRM DRIVERS FOR EXYNOS
4323 M:      Inki Dae <inki.dae@samsung.com>
4324 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4325 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4326 M:      Kyungmin Park <kyungmin.park@samsung.com>
4327 L:      dri-devel@lists.freedesktop.org
4328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4329 S:      Supported
4330 F:      drivers/gpu/drm/exynos/
4331 F:      include/uapi/drm/exynos_drm.h
4332 F:      Documentation/devicetree/bindings/display/exynos/
4333
4334 DRM DRIVERS FOR FREESCALE DCU
4335 M:      Stefan Agner <stefan@agner.ch>
4336 M:      Alison Wang <alison.wang@freescale.com>
4337 L:      dri-devel@lists.freedesktop.org
4338 S:      Supported
4339 F:      drivers/gpu/drm/fsl-dcu/
4340 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4341 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4342 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4343
4344 DRM DRIVERS FOR FREESCALE IMX
4345 M:      Philipp Zabel <p.zabel@pengutronix.de>
4346 L:      dri-devel@lists.freedesktop.org
4347 S:      Maintained
4348 F:      drivers/gpu/drm/imx/
4349 F:      drivers/gpu/ipu-v3/
4350 F:      Documentation/devicetree/bindings/display/imx/
4351
4352 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4353 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4354 L:      dri-devel@lists.freedesktop.org
4355 T:      git git://github.com/patjak/drm-gma500
4356 S:      Maintained
4357 F:      drivers/gpu/drm/gma500/
4358
4359 DRM DRIVERS FOR HISILICON
4360 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4361 M:      Rongrong Zou <zourongrong@gmail.com>
4362 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4363 R:      Chen Feng <puck.chen@hisilicon.com>
4364 L:      dri-devel@lists.freedesktop.org
4365 T:      git git://github.com/xin3liang/linux.git
4366 S:      Maintained
4367 F:      drivers/gpu/drm/hisilicon/
4368 F:      Documentation/devicetree/bindings/display/hisilicon/
4369
4370 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4371 S:      Orphan / Obsolete
4372 F:      drivers/gpu/drm/i810/
4373 F:      include/uapi/drm/i810_drm.h
4374
4375 DRM DRIVERS FOR MEDIATEK
4376 M:      CK Hu <ck.hu@mediatek.com>
4377 M:      Philipp Zabel <p.zabel@pengutronix.de>
4378 L:      dri-devel@lists.freedesktop.org
4379 S:      Supported
4380 F:      drivers/gpu/drm/mediatek/
4381 F:      Documentation/devicetree/bindings/display/mediatek/
4382
4383 DRM DRIVER FOR MI0283QT
4384 M:      Noralf Trønnes <noralf@tronnes.org>
4385 S:      Maintained
4386 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4387 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4388
4389 DRM DRIVER FOR MSM ADRENO GPU
4390 M:      Rob Clark <robdclark@gmail.com>
4391 L:      linux-arm-msm@vger.kernel.org
4392 L:      dri-devel@lists.freedesktop.org
4393 L:      freedreno@lists.freedesktop.org
4394 T:      git git://people.freedesktop.org/~robclark/linux
4395 S:      Maintained
4396 F:      drivers/gpu/drm/msm/
4397 F:      include/uapi/drm/msm_drm.h
4398 F:      Documentation/devicetree/bindings/display/msm/
4399
4400 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4401 M:      Ben Skeggs <bskeggs@redhat.com>
4402 L:      dri-devel@lists.freedesktop.org
4403 L:      nouveau@lists.freedesktop.org
4404 T:      git git://github.com/skeggsb/linux
4405 S:      Supported
4406 F:      drivers/gpu/drm/nouveau/
4407 F:      include/uapi/drm/nouveau_drm.h
4408
4409 DRM DRIVERS FOR NVIDIA TEGRA
4410 M:      Thierry Reding <thierry.reding@gmail.com>
4411 L:      dri-devel@lists.freedesktop.org
4412 L:      linux-tegra@vger.kernel.org
4413 T:      git git://anongit.freedesktop.org/tegra/linux.git
4414 S:      Supported
4415 F:      drivers/gpu/drm/tegra/
4416 F:      drivers/gpu/host1x/
4417 F:      include/linux/host1x.h
4418 F:      include/uapi/drm/tegra_drm.h
4419 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4420
4421 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4422 S:      Orphan / Obsolete
4423 F:      drivers/gpu/drm/mga/
4424 F:      include/uapi/drm/mga_drm.h
4425
4426 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4427 M:      Dave Airlie <airlied@redhat.com>
4428 S:      Odd Fixes
4429 F:      drivers/gpu/drm/mgag200/
4430
4431 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4432 S:      Orphan / Obsolete
4433 F:      drivers/gpu/drm/r128/
4434 F:      include/uapi/drm/r128_drm.h
4435
4436 DRM DRIVERS FOR RENESAS
4437 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4438 L:      dri-devel@lists.freedesktop.org
4439 L:      linux-renesas-soc@vger.kernel.org
4440 T:      git git://linuxtv.org/pinchartl/fbdev
4441 S:      Supported
4442 F:      drivers/gpu/drm/rcar-du/
4443 F:      drivers/gpu/drm/shmobile/
4444 F:      include/linux/platform_data/shmob_drm.h
4445 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4446 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4447
4448 DRM DRIVER FOR QXL VIRTUAL GPU
4449 M:      Dave Airlie <airlied@redhat.com>
4450 M:      Gerd Hoffmann <kraxel@redhat.com>
4451 L:      virtualization@lists.linux-foundation.org
4452 T:      git git://anongit.freedesktop.org/drm/drm-misc
4453 S:      Maintained
4454 F:      drivers/gpu/drm/qxl/
4455 F:      include/uapi/drm/qxl_drm.h
4456
4457 DRM DRIVERS FOR ROCKCHIP
4458 M:      Mark Yao <mark.yao@rock-chips.com>
4459 L:      dri-devel@lists.freedesktop.org
4460 S:      Maintained
4461 F:      drivers/gpu/drm/rockchip/
4462 F:      Documentation/devicetree/bindings/display/rockchip/
4463 T:      git git://anongit.freedesktop.org/drm/drm-misc
4464
4465 DRM DRIVER FOR SAVAGE VIDEO CARDS
4466 S:      Orphan / Obsolete
4467 F:      drivers/gpu/drm/savage/
4468 F:      include/uapi/drm/savage_drm.h
4469
4470 DRM DRIVER FOR SIS VIDEO CARDS
4471 S:      Orphan / Obsolete
4472 F:      drivers/gpu/drm/sis/
4473 F:      include/uapi/drm/sis_drm.h
4474
4475 DRM DRIVERS FOR STI
4476 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4477 M:      Vincent Abriou <vincent.abriou@st.com>
4478 L:      dri-devel@lists.freedesktop.org
4479 T:      git git://anongit.freedesktop.org/drm/drm-misc
4480 S:      Maintained
4481 F:      drivers/gpu/drm/sti
4482 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4483
4484 DRM DRIVER FOR TDFX VIDEO CARDS
4485 S:      Orphan / Obsolete
4486 F:      drivers/gpu/drm/tdfx/
4487
4488 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4489 M:      Dave Airlie <airlied@redhat.com>
4490 S:      Odd Fixes
4491 F:      drivers/gpu/drm/udl/
4492
4493 DRM DRIVERS FOR VIVANTE GPU IP
4494 M:      Lucas Stach <l.stach@pengutronix.de>
4495 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4496 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4497 L:      etnaviv@lists.freedesktop.org
4498 L:      dri-devel@lists.freedesktop.org
4499 S:      Maintained
4500 F:      drivers/gpu/drm/etnaviv/
4501 F:      include/uapi/drm/etnaviv_drm.h
4502 F:      Documentation/devicetree/bindings/display/etnaviv/
4503
4504 DRM DRIVER FOR VMWARE VIRTUAL GPU
4505 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4506 M:      Sinclair Yeh <syeh@vmware.com>
4507 M:      Thomas Hellstrom <thellstrom@vmware.com>
4508 L:      dri-devel@lists.freedesktop.org
4509 T:      git git://people.freedesktop.org/~syeh/repos_linux
4510 T:      git git://people.freedesktop.org/~thomash/linux
4511 S:      Supported
4512 F:      drivers/gpu/drm/vmwgfx/
4513 F:      include/uapi/drm/vmwgfx_drm.h
4514
4515 DRM DRIVERS FOR VC4
4516 M:      Eric Anholt <eric@anholt.net>
4517 T:      git git://github.com/anholt/linux
4518 S:      Supported
4519 F:      drivers/gpu/drm/vc4/
4520 F:      include/uapi/drm/vc4_drm.h
4521 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4522 T:      git git://anongit.freedesktop.org/drm/drm-misc
4523
4524 DRM DRIVERS FOR TI OMAP
4525 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4526 L:      dri-devel@lists.freedesktop.org
4527 S:      Maintained
4528 F:      drivers/gpu/drm/omapdrm/
4529 F:      Documentation/devicetree/bindings/display/ti/
4530
4531 DRM DRIVERS FOR TI LCDC
4532 M:      Jyri Sarha <jsarha@ti.com>
4533 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4534 L:      dri-devel@lists.freedesktop.org
4535 S:      Maintained
4536 F:      drivers/gpu/drm/tilcdc/
4537 F:      Documentation/devicetree/bindings/display/tilcdc/
4538
4539 DRM DRIVERS FOR ZTE ZX
4540 M:      Shawn Guo <shawnguo@kernel.org>
4541 L:      dri-devel@lists.freedesktop.org
4542 S:      Maintained
4543 F:      drivers/gpu/drm/zte/
4544 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4545 T:      git git://anongit.freedesktop.org/drm/drm-misc
4546
4547 DSBR100 USB FM RADIO DRIVER
4548 M:      Alexey Klimov <klimov.linux@gmail.com>
4549 L:      linux-media@vger.kernel.org
4550 T:      git git://linuxtv.org/media_tree.git
4551 S:      Maintained
4552 F:      drivers/media/radio/dsbr100.c
4553
4554 DSCC4 DRIVER
4555 M:      Francois Romieu <romieu@fr.zoreil.com>
4556 L:      netdev@vger.kernel.org
4557 S:      Maintained
4558 F:      drivers/net/wan/dscc4.c
4559
4560 DT3155 MEDIA DRIVER
4561 M:      Hans Verkuil <hverkuil@xs4all.nl>
4562 L:      linux-media@vger.kernel.org
4563 T:      git git://linuxtv.org/media_tree.git
4564 W:      https://linuxtv.org
4565 S:      Odd Fixes
4566 F:      drivers/media/pci/dt3155/
4567
4568 DVB_USB_AF9015 MEDIA DRIVER
4569 M:      Antti Palosaari <crope@iki.fi>
4570 L:      linux-media@vger.kernel.org
4571 W:      https://linuxtv.org
4572 W:      http://palosaari.fi/linux/
4573 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4574 T:      git git://linuxtv.org/anttip/media_tree.git
4575 S:      Maintained
4576 F:      drivers/media/usb/dvb-usb-v2/af9015*
4577
4578 DVB_USB_AF9035 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/usb/dvb-usb-v2/af9035*
4587
4588 DVB_USB_ANYSEE MEDIA DRIVER
4589 M:      Antti Palosaari <crope@iki.fi>
4590 L:      linux-media@vger.kernel.org
4591 W:      https://linuxtv.org
4592 W:      http://palosaari.fi/linux/
4593 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4594 T:      git git://linuxtv.org/anttip/media_tree.git
4595 S:      Maintained
4596 F:      drivers/media/usb/dvb-usb-v2/anysee*
4597
4598 DVB_USB_AU6610 MEDIA DRIVER
4599 M:      Antti Palosaari <crope@iki.fi>
4600 L:      linux-media@vger.kernel.org
4601 W:      https://linuxtv.org
4602 W:      http://palosaari.fi/linux/
4603 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4604 T:      git git://linuxtv.org/anttip/media_tree.git
4605 S:      Maintained
4606 F:      drivers/media/usb/dvb-usb-v2/au6610*
4607
4608 DVB_USB_CE6230 MEDIA DRIVER
4609 M:      Antti Palosaari <crope@iki.fi>
4610 L:      linux-media@vger.kernel.org
4611 W:      https://linuxtv.org
4612 W:      http://palosaari.fi/linux/
4613 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4614 T:      git git://linuxtv.org/anttip/media_tree.git
4615 S:      Maintained
4616 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4617
4618 DVB_USB_CXUSB MEDIA DRIVER
4619 M:      Michael Krufky <mkrufky@linuxtv.org>
4620 L:      linux-media@vger.kernel.org
4621 W:      https://linuxtv.org
4622 W:      http://github.com/mkrufky
4623 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4624 T:      git git://linuxtv.org/media_tree.git
4625 S:      Maintained
4626 F:      drivers/media/usb/dvb-usb/cxusb*
4627
4628 DVB_USB_EC168 MEDIA DRIVER
4629 M:      Antti Palosaari <crope@iki.fi>
4630 L:      linux-media@vger.kernel.org
4631 W:      https://linuxtv.org
4632 W:      http://palosaari.fi/linux/
4633 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4634 T:      git git://linuxtv.org/anttip/media_tree.git
4635 S:      Maintained
4636 F:      drivers/media/usb/dvb-usb-v2/ec168*
4637
4638 DVB_USB_GL861 MEDIA DRIVER
4639 M:      Antti Palosaari <crope@iki.fi>
4640 L:      linux-media@vger.kernel.org
4641 W:      https://linuxtv.org
4642 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4643 T:      git git://linuxtv.org/anttip/media_tree.git
4644 S:      Maintained
4645 F:      drivers/media/usb/dvb-usb-v2/gl861*
4646
4647 DVB_USB_MXL111SF MEDIA DRIVER
4648 M:      Michael Krufky <mkrufky@linuxtv.org>
4649 L:      linux-media@vger.kernel.org
4650 W:      https://linuxtv.org
4651 W:      http://github.com/mkrufky
4652 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4653 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4654 S:      Maintained
4655 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4656
4657 DVB_USB_RTL28XXU MEDIA DRIVER
4658 M:      Antti Palosaari <crope@iki.fi>
4659 L:      linux-media@vger.kernel.org
4660 W:      https://linuxtv.org
4661 W:      http://palosaari.fi/linux/
4662 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4663 T:      git git://linuxtv.org/anttip/media_tree.git
4664 S:      Maintained
4665 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4666
4667 DVB_USB_V2 MEDIA DRIVER
4668 M:      Antti Palosaari <crope@iki.fi>
4669 L:      linux-media@vger.kernel.org
4670 W:      https://linuxtv.org
4671 W:      http://palosaari.fi/linux/
4672 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4673 T:      git git://linuxtv.org/anttip/media_tree.git
4674 S:      Maintained
4675 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4676 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4677
4678 DYNAMIC DEBUG
4679 M:      Jason Baron <jbaron@akamai.com>
4680 S:      Maintained
4681 F:      lib/dynamic_debug.c
4682 F:      include/linux/dynamic_debug.h
4683
4684 DZ DECSTATION DZ11 SERIAL DRIVER
4685 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4686 S:      Maintained
4687 F:      drivers/tty/serial/dz.*
4688
4689 E3X0 POWER BUTTON DRIVER
4690 M:      Moritz Fischer <moritz.fischer@ettus.com>
4691 L:      usrp-users@lists.ettus.com
4692 W:      http://www.ettus.com
4693 S:      Supported
4694 F:      drivers/input/misc/e3x0-button.c
4695 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4696
4697 E4000 MEDIA DRIVER
4698 M:      Antti Palosaari <crope@iki.fi>
4699 L:      linux-media@vger.kernel.org
4700 W:      https://linuxtv.org
4701 W:      http://palosaari.fi/linux/
4702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4703 T:      git git://linuxtv.org/anttip/media_tree.git
4704 S:      Maintained
4705 F:      drivers/media/tuners/e4000*
4706
4707 EATA ISA/EISA/PCI SCSI DRIVER
4708 M:      Dario Ballabio <ballabio_dario@emc.com>
4709 L:      linux-scsi@vger.kernel.org
4710 S:      Maintained
4711 F:      drivers/scsi/eata.c
4712
4713 EC100 MEDIA DRIVER
4714 M:      Antti Palosaari <crope@iki.fi>
4715 L:      linux-media@vger.kernel.org
4716 W:      https://linuxtv.org
4717 W:      http://palosaari.fi/linux/
4718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4719 T:      git git://linuxtv.org/anttip/media_tree.git
4720 S:      Maintained
4721 F:      drivers/media/dvb-frontends/ec100*
4722
4723 ECRYPT FILE SYSTEM
4724 M:      Tyler Hicks <tyhicks@canonical.com>
4725 L:      ecryptfs@vger.kernel.org
4726 W:      http://ecryptfs.org
4727 W:      https://launchpad.net/ecryptfs
4728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4729 S:      Supported
4730 F:      Documentation/filesystems/ecryptfs.txt
4731 F:      fs/ecryptfs/
4732
4733 EDAC-CORE
4734 M:      Borislav Petkov <bp@alien8.de>
4735 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4736 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4737 L:      linux-edac@vger.kernel.org
4738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4740 S:      Supported
4741 F:      Documentation/admin-guide/ras.rst
4742 F:      Documentation/driver-api/edac.rst
4743 F:      drivers/edac/
4744 F:      include/linux/edac.h
4745
4746 EDAC-AMD64
4747 M:      Borislav Petkov <bp@alien8.de>
4748 L:      linux-edac@vger.kernel.org
4749 S:      Maintained
4750 F:      drivers/edac/amd64_edac*
4751
4752 EDAC-CALXEDA
4753 M:      Robert Richter <rric@kernel.org>
4754 L:      linux-edac@vger.kernel.org
4755 S:      Maintained
4756 F:      drivers/edac/highbank*
4757
4758 EDAC-CAVIUM
4759 M:      Ralf Baechle <ralf@linux-mips.org>
4760 M:      David Daney <david.daney@cavium.com>
4761 L:      linux-edac@vger.kernel.org
4762 L:      linux-mips@linux-mips.org
4763 S:      Supported
4764 F:      drivers/edac/octeon_edac*
4765 F:      drivers/edac/thunderx_edac*
4766
4767 EDAC-E752X
4768 M:      Mark Gross <mark.gross@intel.com>
4769 L:      linux-edac@vger.kernel.org
4770 S:      Maintained
4771 F:      drivers/edac/e752x_edac.c
4772
4773 EDAC-E7XXX
4774 L:      linux-edac@vger.kernel.org
4775 S:      Maintained
4776 F:      drivers/edac/e7xxx_edac.c
4777
4778 EDAC-FSL_DDR
4779 M:      York Sun <york.sun@nxp.com>
4780 L:      linux-edac@vger.kernel.org
4781 S:      Maintained
4782 F:      drivers/edac/fsl_ddr_edac.*
4783
4784 EDAC-GHES
4785 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4786 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4787 L:      linux-edac@vger.kernel.org
4788 S:      Maintained
4789 F:      drivers/edac/ghes_edac.c
4790
4791 EDAC-I82443BXGX
4792 M:      Tim Small <tim@buttersideup.com>
4793 L:      linux-edac@vger.kernel.org
4794 S:      Maintained
4795 F:      drivers/edac/i82443bxgx_edac.c
4796
4797 EDAC-I3000
4798 L:      linux-edac@vger.kernel.org
4799 S:      Orphan
4800 F:      drivers/edac/i3000_edac.c
4801
4802 EDAC-I5000
4803 L:      linux-edac@vger.kernel.org
4804 S:      Maintained
4805 F:      drivers/edac/i5000_edac.c
4806
4807 EDAC-I5400
4808 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4809 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4810 L:      linux-edac@vger.kernel.org
4811 S:      Maintained
4812 F:      drivers/edac/i5400_edac.c
4813
4814 EDAC-I7300
4815 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4816 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4817 L:      linux-edac@vger.kernel.org
4818 S:      Maintained
4819 F:      drivers/edac/i7300_edac.c
4820
4821 EDAC-I7CORE
4822 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4823 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4824 L:      linux-edac@vger.kernel.org
4825 S:      Maintained
4826 F:      drivers/edac/i7core_edac.c
4827
4828 EDAC-I82975X
4829 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4830 M:      "Arvind R." <arvino55@gmail.com>
4831 L:      linux-edac@vger.kernel.org
4832 S:      Maintained
4833 F:      drivers/edac/i82975x_edac.c
4834
4835 EDAC-IE31200
4836 M:      Jason Baron <jbaron@akamai.com>
4837 L:      linux-edac@vger.kernel.org
4838 S:      Maintained
4839 F:      drivers/edac/ie31200_edac.c
4840
4841 EDAC-MPC85XX
4842 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4843 L:      linux-edac@vger.kernel.org
4844 S:      Maintained
4845 F:      drivers/edac/mpc85xx_edac.[ch]
4846
4847 EDAC-PND2
4848 M:      Tony Luck <tony.luck@intel.com>
4849 L:      linux-edac@vger.kernel.org
4850 S:      Maintained
4851 F:      drivers/edac/pnd2_edac.[ch]
4852
4853 EDAC-PASEMI
4854 M:      Egor Martovetsky <egor@pasemi.com>
4855 L:      linux-edac@vger.kernel.org
4856 S:      Maintained
4857 F:      drivers/edac/pasemi_edac.c
4858
4859 EDAC-R82600
4860 M:      Tim Small <tim@buttersideup.com>
4861 L:      linux-edac@vger.kernel.org
4862 S:      Maintained
4863 F:      drivers/edac/r82600_edac.c
4864
4865 EDAC-SBRIDGE
4866 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4867 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4868 L:      linux-edac@vger.kernel.org
4869 S:      Maintained
4870 F:      drivers/edac/sb_edac.c
4871
4872 EDAC-SKYLAKE
4873 M:      Tony Luck <tony.luck@intel.com>
4874 L:      linux-edac@vger.kernel.org
4875 S:      Maintained
4876 F:      drivers/edac/skx_edac.c
4877
4878 EDAC-XGENE
4879 APPLIED MICRO (APM) X-GENE SOC EDAC
4880 M:     Loc Ho <lho@apm.com>
4881 S:     Supported
4882 F:     drivers/edac/xgene_edac.c
4883 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4884
4885 EDIROL UA-101/UA-1000 DRIVER
4886 M:      Clemens Ladisch <clemens@ladisch.de>
4887 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4888 T:      git git://git.alsa-project.org/alsa-kernel.git
4889 S:      Maintained
4890 F:      sound/usb/misc/ua101.c
4891
4892 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4893 M:      Matt Fleming <matt@codeblueprint.co.uk>
4894 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4895 L:      linux-efi@vger.kernel.org
4896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4897 S:      Maintained
4898 F:      Documentation/efi-stub.txt
4899 F:      arch/*/kernel/efi.c
4900 F:      arch/x86/boot/compressed/eboot.[ch]
4901 F:      arch/*/include/asm/efi.h
4902 F:      arch/x86/platform/efi/
4903 F:      drivers/firmware/efi/
4904 F:      include/linux/efi*.h
4905 F:      arch/arm/boot/compressed/efi-header.S
4906 F:      arch/arm64/kernel/efi-entry.S
4907
4908 EFI VARIABLE FILESYSTEM
4909 M:      Matthew Garrett <matthew.garrett@nebula.com>
4910 M:      Jeremy Kerr <jk@ozlabs.org>
4911 M:      Matt Fleming <matt@codeblueprint.co.uk>
4912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4913 L:      linux-efi@vger.kernel.org
4914 S:      Maintained
4915 F:      fs/efivarfs/
4916
4917 EFIFB FRAMEBUFFER DRIVER
4918 L:      linux-fbdev@vger.kernel.org
4919 M:      Peter Jones <pjones@redhat.com>
4920 S:      Maintained
4921 F:      drivers/video/fbdev/efifb.c
4922
4923 EFI TEST DRIVER
4924 L:      linux-efi@vger.kernel.org
4925 M:      Ivan Hu <ivan.hu@canonical.com>
4926 M:      Matt Fleming <matt@codeblueprint.co.uk>
4927 S:      Maintained
4928 F:      drivers/firmware/efi/test/
4929
4930 EFS FILESYSTEM
4931 W:      http://aeschi.ch.eu.org/efs/
4932 S:      Orphan
4933 F:      fs/efs/
4934
4935 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4936 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4937 L:      netdev@vger.kernel.org
4938 S:      Maintained
4939 F:      drivers/net/ethernet/ibm/ehea/
4940
4941 EM28XX VIDEO4LINUX DRIVER
4942 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4943 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4944 L:      linux-media@vger.kernel.org
4945 W:      https://linuxtv.org
4946 T:      git git://linuxtv.org/media_tree.git
4947 S:      Maintained
4948 F:      drivers/media/usb/em28xx/
4949 F:      Documentation/media/v4l-drivers/em28xx*
4950
4951 EMBEDDED LINUX
4952 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4953 M:      Matt Mackall <mpm@selenic.com>
4954 M:      David Woodhouse <dwmw2@infradead.org>
4955 L:      linux-embedded@vger.kernel.org
4956 S:      Maintained
4957
4958 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4959 M:      James Smart <james.smart@broadcom.com>
4960 M:      Dick Kennedy <dick.kennedy@broadcom.com>
4961 L:      linux-scsi@vger.kernel.org
4962 W:      http://www.broadcom.com
4963 S:      Supported
4964 F:      drivers/scsi/lpfc/
4965
4966 ENE CB710 FLASH CARD READER DRIVER
4967 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4968 S:      Maintained
4969 F:      drivers/misc/cb710/
4970 F:      drivers/mmc/host/cb710-mmc.*
4971 F:      include/linux/cb710.h
4972
4973 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4974 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4975 S:      Maintained
4976 F:      drivers/media/rc/ene_ir.*
4977
4978 EPSON S1D13XXX FRAMEBUFFER DRIVER
4979 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4980 S:      Maintained
4981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4982 F:      drivers/video/fbdev/s1d13xxxfb.c
4983 F:      include/video/s1d13xxxfb.h
4984
4985 ET131X NETWORK DRIVER
4986 M:      Mark Einon <mark.einon@gmail.com>
4987 S:      Odd Fixes
4988 F:      drivers/net/ethernet/agere/
4989
4990 ETHERNET BRIDGE
4991 M:      Stephen Hemminger <stephen@networkplumber.org>
4992 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4993 L:      netdev@vger.kernel.org
4994 W:      http://www.linuxfoundation.org/en/Net:Bridge
4995 S:      Maintained
4996 F:      include/linux/netfilter_bridge/
4997 F:      net/bridge/
4998
4999 ETHERNET PHY LIBRARY
5000 M:      Andrew Lunn <andrew@lunn.ch>
5001 M:      Florian Fainelli <f.fainelli@gmail.com>
5002 L:      netdev@vger.kernel.org
5003 S:      Maintained
5004 F:      include/linux/phy.h
5005 F:      include/linux/phy_fixed.h
5006 F:      drivers/net/phy/
5007 F:      Documentation/networking/phy.txt
5008 F:      drivers/of/of_mdio.c
5009 F:      drivers/of/of_net.c
5010
5011 EXT2 FILE SYSTEM
5012 M:      Jan Kara <jack@suse.com>
5013 L:      linux-ext4@vger.kernel.org
5014 S:      Maintained
5015 F:      Documentation/filesystems/ext2.txt
5016 F:      fs/ext2/
5017 F:      include/linux/ext2*
5018
5019 EXT4 FILE SYSTEM
5020 M:      "Theodore Ts'o" <tytso@mit.edu>
5021 M:      Andreas Dilger <adilger.kernel@dilger.ca>
5022 L:      linux-ext4@vger.kernel.org
5023 W:      http://ext4.wiki.kernel.org
5024 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5026 S:      Maintained
5027 F:      Documentation/filesystems/ext4.txt
5028 F:      fs/ext4/
5029
5030 Extended Verification Module (EVM)
5031 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5032 L:      linux-ima-devel@lists.sourceforge.net
5033 L:      linux-security-module@vger.kernel.org
5034 S:      Supported
5035 F:      security/integrity/evm/
5036
5037 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5038 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
5039 M:      Chanwoo Choi <cw00.choi@samsung.com>
5040 L:      linux-kernel@vger.kernel.org
5041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5042 S:      Maintained
5043 F:      drivers/extcon/
5044 F:      include/linux/extcon/
5045 F:      include/linux/extcon.h
5046 F:      Documentation/extcon/
5047 F:      Documentation/devicetree/bindings/extcon/
5048
5049 EXYNOS DP DRIVER
5050 M:      Jingoo Han <jingoohan1@gmail.com>
5051 L:      dri-devel@lists.freedesktop.org
5052 S:      Maintained
5053 F:      drivers/gpu/drm/exynos/exynos_dp*
5054
5055 EXYNOS SYSMMU (IOMMU) driver
5056 M:      Marek Szyprowski <m.szyprowski@samsung.com>
5057 L:      iommu@lists.linux-foundation.org
5058 S:      Maintained
5059 F:      drivers/iommu/exynos-iommu.c
5060
5061 EZchip NPS platform support
5062 M:      Noam Camus <noamc@ezchip.com>
5063 S:      Supported
5064 F:      arch/arc/plat-eznps
5065 F:      arch/arc/boot/dts/eznps.dts
5066
5067 F71805F HARDWARE MONITORING DRIVER
5068 M:      Jean Delvare <jdelvare@suse.com>
5069 L:      linux-hwmon@vger.kernel.org
5070 S:      Maintained
5071 F:      Documentation/hwmon/f71805f
5072 F:      drivers/hwmon/f71805f.c
5073
5074 FC0011 TUNER DRIVER
5075 M:      Michael Buesch <m@bues.ch>
5076 L:      linux-media@vger.kernel.org
5077 S:      Maintained
5078 F:      drivers/media/tuners/fc0011.h
5079 F:      drivers/media/tuners/fc0011.c
5080
5081 FC2580 MEDIA DRIVER
5082 M:      Antti Palosaari <crope@iki.fi>
5083 L:      linux-media@vger.kernel.org
5084 W:      https://linuxtv.org
5085 W:      http://palosaari.fi/linux/
5086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5087 T:      git git://linuxtv.org/anttip/media_tree.git
5088 S:      Maintained
5089 F:      drivers/media/tuners/fc2580*
5090
5091 FANOTIFY
5092 M:      Eric Paris <eparis@redhat.com>
5093 S:      Maintained
5094 F:      fs/notify/fanotify/
5095 F:      include/linux/fanotify.h
5096 F:      include/uapi/linux/fanotify.h
5097
5098 FARSYNC SYNCHRONOUS DRIVER
5099 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
5100 W:      http://www.farsite.co.uk/
5101 S:      Supported
5102 F:      drivers/net/wan/farsync.*
5103
5104 FAULT INJECTION SUPPORT
5105 M:      Akinobu Mita <akinobu.mita@gmail.com>
5106 S:      Supported
5107 F:      Documentation/fault-injection/
5108 F:      lib/fault-inject.c
5109
5110 FBTFT Framebuffer drivers
5111 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5112 S:      Maintained
5113 F:      drivers/staging/fbtft/
5114
5115 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5116 M:      Johannes Thumshirn <jth@kernel.org>
5117 L:      fcoe-devel@open-fcoe.org
5118 W:      www.Open-FCoE.org
5119 S:      Supported
5120 F:      drivers/scsi/libfc/
5121 F:      drivers/scsi/fcoe/
5122 F:      include/scsi/fc/
5123 F:      include/scsi/libfc.h
5124 F:      include/scsi/libfcoe.h
5125 F:      include/uapi/scsi/fc/
5126
5127 FILE LOCKING (flock() and fcntl()/lockf())
5128 M:      Jeff Layton <jlayton@poochiereds.net>
5129 M:      "J. Bruce Fields" <bfields@fieldses.org>
5130 L:      linux-fsdevel@vger.kernel.org
5131 S:      Maintained
5132 F:      include/linux/fcntl.h
5133 F:      include/linux/fs.h
5134 F:      include/uapi/linux/fcntl.h
5135 F:      include/uapi/linux/fs.h
5136 F:      fs/fcntl.c
5137 F:      fs/locks.c
5138
5139 FILESYSTEMS (VFS and infrastructure)
5140 M:      Alexander Viro <viro@zeniv.linux.org.uk>
5141 L:      linux-fsdevel@vger.kernel.org
5142 S:      Maintained
5143 F:      fs/*
5144
5145 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5146 M:      Riku Voipio <riku.voipio@iki.fi>
5147 L:      linux-hwmon@vger.kernel.org
5148 S:      Maintained
5149 F:      drivers/hwmon/f75375s.c
5150 F:      include/linux/f75375s.h
5151
5152 FIREWIRE AUDIO DRIVERS
5153 M:      Clemens Ladisch <clemens@ladisch.de>
5154 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5155 T:      git git://git.alsa-project.org/alsa-kernel.git
5156 S:      Maintained
5157 F:      sound/firewire/
5158
5159 FIREWIRE MEDIA DRIVERS (firedtv)
5160 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5161 L:      linux-media@vger.kernel.org
5162 L:      linux1394-devel@lists.sourceforge.net
5163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5164 S:      Maintained
5165 F:      drivers/media/firewire/
5166
5167 FIREWIRE SBP-2 TARGET
5168 M:      Chris Boot <bootc@bootc.net>
5169 L:      linux-scsi@vger.kernel.org
5170 L:      target-devel@vger.kernel.org
5171 L:      linux1394-devel@lists.sourceforge.net
5172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5173 S:      Maintained
5174 F:      drivers/target/sbp/
5175
5176 FIREWIRE SUBSYSTEM
5177 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5178 L:      linux1394-devel@lists.sourceforge.net
5179 W:      http://ieee1394.wiki.kernel.org/
5180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5181 S:      Maintained
5182 F:      drivers/firewire/
5183 F:      include/linux/firewire.h
5184 F:      include/uapi/linux/firewire*.h
5185 F:      tools/firewire/
5186
5187 FIRMWARE LOADER (request_firmware)
5188 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5189 L:      linux-kernel@vger.kernel.org
5190 S:      Maintained
5191 F:      Documentation/firmware_class/
5192 F:      drivers/base/firmware*.c
5193 F:      include/linux/firmware.h
5194
5195 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5196 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5197 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5198 S:      Maintained
5199 F:      drivers/block/rsxx/
5200
5201 FLOPPY DRIVER
5202 M:      Jiri Kosina <jikos@kernel.org>
5203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5204 S:      Odd fixes
5205 F:      drivers/block/floppy.c
5206
5207 FMC SUBSYSTEM
5208 M:      Alessandro Rubini <rubini@gnudd.com>
5209 W:      http://www.ohwr.org/projects/fmc-bus
5210 S:      Supported
5211 F:      drivers/fmc/
5212 F:      include/linux/fmc*.h
5213 F:      include/linux/ipmi-fru.h
5214 K:      fmc_d.*register
5215
5216 FPGA MANAGER FRAMEWORK
5217 M:      Alan Tull <atull@kernel.org>
5218 R:      Moritz Fischer <moritz.fischer@ettus.com>
5219 L:      linux-fpga@vger.kernel.org
5220 S:      Maintained
5221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5222 F:      Documentation/fpga/
5223 F:      Documentation/devicetree/bindings/fpga/
5224 F:      drivers/fpga/
5225 F:      include/linux/fpga/
5226 W:      http://www.rocketboards.org
5227
5228 FPU EMULATOR
5229 M:      Bill Metzenthen <billm@melbpc.org.au>
5230 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5231 S:      Maintained
5232 F:      arch/x86/math-emu/
5233
5234 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5235 L:      netdev@vger.kernel.org
5236 S:      Orphan
5237 F:      drivers/net/wan/dlci.c
5238 F:      drivers/net/wan/sdla.c
5239
5240 FRAMEBUFFER LAYER
5241 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5242 L:      linux-fbdev@vger.kernel.org
5243 T:      git git://github.com/bzolnier/linux.git
5244 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5245 S:      Maintained
5246 F:      Documentation/fb/
5247 F:      drivers/video/
5248 F:      include/video/
5249 F:      include/linux/fb.h
5250 F:      include/uapi/video/
5251 F:      include/uapi/linux/fb.h
5252
5253 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5254 M:      Horia Geantă <horia.geanta@nxp.com>
5255 M:      Dan Douglass <dan.douglass@nxp.com>
5256 L:      linux-crypto@vger.kernel.org
5257 S:      Maintained
5258 F:      drivers/crypto/caam/
5259 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5260
5261 FREESCALE DIU FRAMEBUFFER DRIVER
5262 M:      Timur Tabi <timur@tabi.org>
5263 L:      linux-fbdev@vger.kernel.org
5264 S:      Maintained
5265 F:      drivers/video/fbdev/fsl-diu-fb.*
5266
5267 FREESCALE DMA DRIVER
5268 M:      Li Yang <leoli@freescale.com>
5269 M:      Zhang Wei <zw@zh-kernel.org>
5270 L:      linuxppc-dev@lists.ozlabs.org
5271 S:      Maintained
5272 F:      drivers/dma/fsldma.*
5273
5274 FREESCALE GPMI NAND DRIVER
5275 M:      Han Xu <han.xu@nxp.com>
5276 L:      linux-mtd@lists.infradead.org
5277 S:      Maintained
5278 F:      drivers/mtd/nand/gpmi-nand/*
5279
5280 FREESCALE I2C CPM DRIVER
5281 M:      Jochen Friedrich <jochen@scram.de>
5282 L:      linuxppc-dev@lists.ozlabs.org
5283 L:      linux-i2c@vger.kernel.org
5284 S:      Maintained
5285 F:      drivers/i2c/busses/i2c-cpm.c
5286
5287 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5288 M:      Sascha Hauer <kernel@pengutronix.de>
5289 L:      linux-fbdev@vger.kernel.org
5290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5291 S:      Maintained
5292 F:      include/linux/platform_data/video-imxfb.h
5293 F:      drivers/video/fbdev/imxfb.c
5294
5295 FREESCALE QUAD SPI DRIVER
5296 M:      Han Xu <han.xu@nxp.com>
5297 L:      linux-mtd@lists.infradead.org
5298 S:      Maintained
5299 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5300
5301 FREESCALE SOC FS_ENET DRIVER
5302 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5303 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5304 L:      linuxppc-dev@lists.ozlabs.org
5305 L:      netdev@vger.kernel.org
5306 S:      Maintained
5307 F:      drivers/net/ethernet/freescale/fs_enet/
5308 F:      include/linux/fs_enet_pd.h
5309
5310 FREESCALE IMX / MXC FEC DRIVER
5311 M:      Fugang Duan <fugang.duan@nxp.com>
5312 L:      netdev@vger.kernel.org
5313 S:      Maintained
5314 F:      drivers/net/ethernet/freescale/fec_main.c
5315 F:      drivers/net/ethernet/freescale/fec_ptp.c
5316 F:      drivers/net/ethernet/freescale/fec.h
5317 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5318
5319 FREESCALE QORIQ DPAA FMAN DRIVER
5320 M:      Madalin Bucur <madalin.bucur@nxp.com>
5321 L:      netdev@vger.kernel.org
5322 S:      Maintained
5323 F:      drivers/net/ethernet/freescale/fman
5324 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5325
5326 FREESCALE QORIQ DPAA ETHERNET DRIVER
5327 M:      Madalin Bucur <madalin.bucur@nxp.com>
5328 L:      netdev@vger.kernel.org
5329 S:      Maintained
5330 F:      drivers/net/ethernet/freescale/dpaa
5331
5332 FREESCALE SOC DRIVERS
5333 M:      Scott Wood <oss@buserror.net>
5334 L:      linuxppc-dev@lists.ozlabs.org
5335 L:      linux-arm-kernel@lists.infradead.org
5336 S:      Maintained
5337 F:      Documentation/devicetree/bindings/powerpc/fsl/
5338 F:      drivers/soc/fsl/
5339 F:      include/linux/fsl/
5340
5341 FREESCALE QUICC ENGINE LIBRARY
5342 M:      Qiang Zhao <qiang.zhao@nxp.com>
5343 L:      linuxppc-dev@lists.ozlabs.org
5344 S:      Maintained
5345 F:      drivers/soc/fsl/qe/
5346 F:      include/soc/fsl/*qe*.h
5347 F:      include/soc/fsl/*ucc*.h
5348
5349 FREESCALE USB PERIPHERAL DRIVERS
5350 M:      Li Yang <leoli@freescale.com>
5351 L:      linux-usb@vger.kernel.org
5352 L:      linuxppc-dev@lists.ozlabs.org
5353 S:      Maintained
5354 F:      drivers/usb/gadget/udc/fsl*
5355
5356 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5357 M:      Li Yang <leoli@freescale.com>
5358 L:      netdev@vger.kernel.org
5359 L:      linuxppc-dev@lists.ozlabs.org
5360 S:      Maintained
5361 F:      drivers/net/ethernet/freescale/ucc_geth*
5362
5363 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5364 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5365 L:      netdev@vger.kernel.org
5366 S:      Maintained
5367 F:      drivers/net/ethernet/freescale/gianfar*
5368 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5369 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5370
5371 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5372 M:      Zhao Qiang <qiang.zhao@nxp.com>
5373 L:      netdev@vger.kernel.org
5374 L:      linuxppc-dev@lists.ozlabs.org
5375 S:      Maintained
5376 F:      drivers/net/wan/fsl_ucc_hdlc*
5377
5378 FREESCALE QUICC ENGINE UCC UART DRIVER
5379 M:      Timur Tabi <timur@tabi.org>
5380 L:      linuxppc-dev@lists.ozlabs.org
5381 S:      Maintained
5382 F:      drivers/tty/serial/ucc_uart.c
5383
5384 FREESCALE SOC SOUND DRIVERS
5385 M:      Timur Tabi <timur@tabi.org>
5386 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5387 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5388 R:      Fabio Estevam <fabio.estevam@nxp.com>
5389 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5390 L:      linuxppc-dev@lists.ozlabs.org
5391 S:      Maintained
5392 F:      sound/soc/fsl/fsl*
5393 F:      sound/soc/fsl/imx*
5394 F:      sound/soc/fsl/mpc8610_hpcd.c
5395
5396 FREEVXFS FILESYSTEM
5397 M:      Christoph Hellwig <hch@infradead.org>
5398 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5399 S:      Maintained
5400 F:      fs/freevxfs/
5401
5402 FREEZER
5403 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5404 M:      Pavel Machek <pavel@ucw.cz>
5405 L:      linux-pm@vger.kernel.org
5406 S:      Supported
5407 F:      Documentation/power/freezing-of-tasks.txt
5408 F:      include/linux/freezer.h
5409 F:      kernel/freezer.c
5410
5411 FRONTSWAP API
5412 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5413 L:      linux-kernel@vger.kernel.org
5414 S:      Maintained
5415 F:      mm/frontswap.c
5416 F:      include/linux/frontswap.h
5417
5418 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5419 M:      David Howells <dhowells@redhat.com>
5420 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5421 S:      Supported
5422 F:      Documentation/filesystems/caching/
5423 F:      fs/fscache/
5424 F:      include/linux/fscache*.h
5425
5426 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5427 M:      Theodore Y. Ts'o <tytso@mit.edu>
5428 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5429 L:      linux-fscrypt@vger.kernel.org
5430 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
5431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5432 S:      Supported
5433 F:      fs/crypto/
5434 F:      include/linux/fscrypt*.h
5435
5436 F2FS FILE SYSTEM
5437 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5438 M:      Chao Yu <yuchao0@huawei.com>
5439 L:      linux-f2fs-devel@lists.sourceforge.net
5440 W:      https://f2fs.wiki.kernel.org/
5441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5442 S:      Maintained
5443 F:      Documentation/filesystems/f2fs.txt
5444 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5445 F:      fs/f2fs/
5446 F:      include/linux/f2fs_fs.h
5447 F:      include/trace/events/f2fs.h
5448
5449 FUJITSU FR-V (FRV) PORT
5450 S:      Orphan
5451 F:      arch/frv/
5452
5453 FUJITSU LAPTOP EXTRAS
5454 M:      Jonathan Woithe <jwoithe@just42.net>
5455 L:      platform-driver-x86@vger.kernel.org
5456 S:      Maintained
5457 F:      drivers/platform/x86/fujitsu-laptop.c
5458
5459 FUJITSU M-5MO LS CAMERA ISP DRIVER
5460 M:      Kyungmin Park <kyungmin.park@samsung.com>
5461 M:      Heungjun Kim <riverful.kim@samsung.com>
5462 L:      linux-media@vger.kernel.org
5463 S:      Maintained
5464 F:      drivers/media/i2c/m5mols/
5465 F:      include/media/i2c/m5mols.h
5466
5467 FUJITSU TABLET EXTRAS
5468 M:      Robert Gerlach <khnz@gmx.de>
5469 L:      platform-driver-x86@vger.kernel.org
5470 S:      Maintained
5471 F:      drivers/platform/x86/fujitsu-tablet.c
5472
5473 FUSE: FILESYSTEM IN USERSPACE
5474 M:      Miklos Szeredi <miklos@szeredi.hu>
5475 L:      linux-fsdevel@vger.kernel.org
5476 W:      http://fuse.sourceforge.net/
5477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5478 S:      Maintained
5479 F:      fs/fuse/
5480 F:      include/uapi/linux/fuse.h
5481 F:      Documentation/filesystems/fuse.txt
5482
5483 FUTEX SUBSYSTEM
5484 M:      Thomas Gleixner <tglx@linutronix.de>
5485 M:      Ingo Molnar <mingo@redhat.com>
5486 R:      Peter Zijlstra <peterz@infradead.org>
5487 R:      Darren Hart <dvhart@infradead.org>
5488 L:      linux-kernel@vger.kernel.org
5489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5490 S:      Maintained
5491 F:      kernel/futex.c
5492 F:      kernel/futex_compat.c
5493 F:      include/asm-generic/futex.h
5494 F:      include/linux/futex.h
5495 F:      include/uapi/linux/futex.h
5496 F:      tools/testing/selftests/futex/
5497 F:      tools/perf/bench/futex*
5498 F:      Documentation/*futex*
5499
5500 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5501 M:      Rik Faith <faith@cs.unc.edu>
5502 L:      linux-scsi@vger.kernel.org
5503 S:      Odd Fixes (e.g., new signatures)
5504 F:      drivers/scsi/fdomain.*
5505
5506 GCC PLUGINS
5507 M:      Kees Cook <keescook@chromium.org>
5508 R:      Emese Revfy <re.emese@gmail.com>
5509 L:      kernel-hardening@lists.openwall.com
5510 S:      Maintained
5511 F:      scripts/gcc-plugins/
5512 F:      scripts/gcc-plugin.sh
5513 F:      scripts/Makefile.gcc-plugins
5514 F:      Documentation/gcc-plugins.txt
5515
5516 GCOV BASED KERNEL PROFILING
5517 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5518 S:      Maintained
5519 F:      kernel/gcov/
5520 F:      Documentation/dev-tools/gcov.rst
5521
5522 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5523 M:      Achim Leubner <achim_leubner@adaptec.com>
5524 L:      linux-scsi@vger.kernel.org
5525 W:      http://www.icp-vortex.com/
5526 S:      Supported
5527 F:      drivers/scsi/gdt*
5528
5529 GDB KERNEL DEBUGGING HELPER SCRIPTS
5530 M:      Jan Kiszka <jan.kiszka@siemens.com>
5531 M:      Kieran Bingham <kieran@bingham.xyz>
5532 S:      Supported
5533 F:      scripts/gdb/
5534
5535 GEMTEK FM RADIO RECEIVER DRIVER
5536 M:      Hans Verkuil <hverkuil@xs4all.nl>
5537 L:      linux-media@vger.kernel.org
5538 T:      git git://linuxtv.org/media_tree.git
5539 W:      https://linuxtv.org
5540 S:      Maintained
5541 F:      drivers/media/radio/radio-gemtek*
5542
5543 GENERIC GPIO I2C DRIVER
5544 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5545 S:      Supported
5546 F:      drivers/i2c/busses/i2c-gpio.c
5547 F:      include/linux/i2c-gpio.h
5548
5549 GENERIC GPIO I2C MULTIPLEXER DRIVER
5550 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5551 L:      linux-i2c@vger.kernel.org
5552 S:      Supported
5553 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5554 F:      include/linux/i2c-mux-gpio.h
5555 F:      Documentation/i2c/muxes/i2c-mux-gpio
5556
5557 GENERIC HDLC (WAN) DRIVERS
5558 M:      Krzysztof Halasa <khc@pm.waw.pl>
5559 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5560 S:      Maintained
5561 F:      drivers/net/wan/c101.c
5562 F:      drivers/net/wan/hd6457*
5563 F:      drivers/net/wan/hdlc*
5564 F:      drivers/net/wan/n2.c
5565 F:      drivers/net/wan/pc300too.c
5566 F:      drivers/net/wan/pci200syn.c
5567 F:      drivers/net/wan/wanxl*
5568
5569 GENERIC INCLUDE/ASM HEADER FILES
5570 M:      Arnd Bergmann <arnd@arndb.de>
5571 L:      linux-arch@vger.kernel.org
5572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5573 S:      Maintained
5574 F:      include/asm-generic/
5575 F:      include/uapi/asm-generic/
5576
5577 GENERIC PHY FRAMEWORK
5578 M:      Kishon Vijay Abraham I <kishon@ti.com>
5579 L:      linux-kernel@vger.kernel.org
5580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5581 S:      Supported
5582 F:      drivers/phy/
5583 F:      include/linux/phy/
5584
5585 GENERIC PM DOMAINS
5586 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5587 M:      Kevin Hilman <khilman@kernel.org>
5588 M:      Ulf Hansson <ulf.hansson@linaro.org>
5589 L:      linux-pm@vger.kernel.org
5590 S:      Supported
5591 F:      drivers/base/power/domain*.c
5592 F:      include/linux/pm_domain.h
5593 F:      Documentation/devicetree/bindings/power/power_domain.txt
5594
5595 GENERIC UIO DRIVER FOR PCI DEVICES
5596 M:      "Michael S. Tsirkin" <mst@redhat.com>
5597 L:      kvm@vger.kernel.org
5598 S:      Supported
5599 F:      drivers/uio/uio_pci_generic.c
5600
5601 GET_MAINTAINER SCRIPT
5602 M:      Joe Perches <joe@perches.com>
5603 S:      Maintained
5604 F:      scripts/get_maintainer.pl
5605
5606 GENWQE (IBM Generic Workqueue Card)
5607 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5608 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5609 S:      Supported
5610 F:      drivers/misc/genwqe/
5611
5612 GFS2 FILE SYSTEM
5613 M:      Steven Whitehouse <swhiteho@redhat.com>
5614 M:      Bob Peterson <rpeterso@redhat.com>
5615 L:      cluster-devel@redhat.com
5616 W:      http://sources.redhat.com/cluster/
5617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5618 S:      Supported
5619 F:      Documentation/filesystems/gfs2*.txt
5620 F:      fs/gfs2/
5621 F:      include/uapi/linux/gfs2_ondisk.h
5622
5623 GIGASET ISDN DRIVERS
5624 M:      Paul Bolle <pebolle@tiscali.nl>
5625 L:      gigaset307x-common@lists.sourceforge.net
5626 W:      http://gigaset307x.sourceforge.net/
5627 S:      Odd Fixes
5628 F:      Documentation/isdn/README.gigaset
5629 F:      drivers/isdn/gigaset/
5630 F:      include/uapi/linux/gigaset_dev.h
5631
5632 GO7007 MPEG CODEC
5633 M:      Hans Verkuil <hans.verkuil@cisco.com>
5634 L:      linux-media@vger.kernel.org
5635 S:      Maintained
5636 F:      drivers/media/usb/go7007/
5637
5638 GOODIX TOUCHSCREEN
5639 M:      Bastien Nocera <hadess@hadess.net>
5640 L:      linux-input@vger.kernel.org
5641 S:      Maintained
5642 F:      drivers/input/touchscreen/goodix.c
5643
5644 GPIO MOCKUP DRIVER
5645 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5646 L:      linux-gpio@vger.kernel.org
5647 S:      Maintained
5648 F:      drivers/gpio/gpio-mockup.c
5649 F:      tools/testing/selftests/gpio/
5650
5651 GPIO SUBSYSTEM
5652 M:      Linus Walleij <linus.walleij@linaro.org>
5653 M:      Alexandre Courbot <gnurou@gmail.com>
5654 L:      linux-gpio@vger.kernel.org
5655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5656 S:      Maintained
5657 F:      Documentation/devicetree/bindings/gpio/
5658 F:      Documentation/gpio/
5659 F:      Documentation/ABI/testing/gpio-cdev
5660 F:      Documentation/ABI/obsolete/sysfs-gpio
5661 F:      drivers/gpio/
5662 F:      include/linux/gpio/
5663 F:      include/linux/gpio.h
5664 F:      include/asm-generic/gpio.h
5665 F:      include/uapi/linux/gpio.h
5666 F:      tools/gpio/
5667
5668 GRE DEMULTIPLEXER DRIVER
5669 M:      Dmitry Kozlov <xeb@mail.ru>
5670 L:      netdev@vger.kernel.org
5671 S:      Maintained
5672 F:      net/ipv4/gre_demux.c
5673 F:      net/ipv4/gre_offload.c
5674 F:      include/net/gre.h
5675
5676 GRETH 10/100/1G Ethernet MAC device driver
5677 M:      Andreas Larsson <andreas@gaisler.com>
5678 L:      netdev@vger.kernel.org
5679 S:      Maintained
5680 F:      drivers/net/ethernet/aeroflex/
5681
5682 GREYBUS SUBSYSTEM
5683 M:      Johan Hovold <johan@kernel.org>
5684 M:      Alex Elder <elder@kernel.org>
5685 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5686 S:      Maintained
5687 F:      drivers/staging/greybus/
5688 L:      greybus-dev@lists.linaro.org
5689
5690 GREYBUS AUDIO PROTOCOLS DRIVERS
5691 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5692 M:      Mark Greer <mgreer@animalcreek.com>
5693 S:      Maintained
5694 F:      drivers/staging/greybus/audio_apbridgea.c
5695 F:      drivers/staging/greybus/audio_apbridgea.h
5696 F:      drivers/staging/greybus/audio_codec.c
5697 F:      drivers/staging/greybus/audio_codec.h
5698 F:      drivers/staging/greybus/audio_gb.c
5699 F:      drivers/staging/greybus/audio_manager.c
5700 F:      drivers/staging/greybus/audio_manager.h
5701 F:      drivers/staging/greybus/audio_manager_module.c
5702 F:      drivers/staging/greybus/audio_manager_private.h
5703 F:      drivers/staging/greybus/audio_manager_sysfs.c
5704 F:      drivers/staging/greybus/audio_module.c
5705 F:      drivers/staging/greybus/audio_topology.c
5706
5707 GREYBUS PROTOCOLS DRIVERS
5708 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5709 S:      Maintained
5710 F:      drivers/staging/greybus/sdio.c
5711 F:      drivers/staging/greybus/light.c
5712 F:      drivers/staging/greybus/gpio.c
5713 F:      drivers/staging/greybus/power_supply.c
5714 F:      drivers/staging/greybus/spi.c
5715 F:      drivers/staging/greybus/spilib.c
5716
5717 GREYBUS PROTOCOLS DRIVERS
5718 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5719 S:      Maintained
5720 F:      drivers/staging/greybus/loopback.c
5721 F:      drivers/staging/greybus/timesync.c
5722 F:      drivers/staging/greybus/timesync_platform.c
5723
5724 GREYBUS PROTOCOLS DRIVERS
5725 M:      Viresh Kumar <vireshk@kernel.org>
5726 S:      Maintained
5727 F:      drivers/staging/greybus/authentication.c
5728 F:      drivers/staging/greybus/bootrom.c
5729 F:      drivers/staging/greybus/firmware.h
5730 F:      drivers/staging/greybus/fw-core.c
5731 F:      drivers/staging/greybus/fw-download.c
5732 F:      drivers/staging/greybus/fw-managament.c
5733 F:      drivers/staging/greybus/greybus_authentication.h
5734 F:      drivers/staging/greybus/greybus_firmware.h
5735 F:      drivers/staging/greybus/hid.c
5736 F:      drivers/staging/greybus/i2c.c
5737 F:      drivers/staging/greybus/spi.c
5738 F:      drivers/staging/greybus/spilib.c
5739 F:      drivers/staging/greybus/spilib.h
5740
5741 GREYBUS PROTOCOLS DRIVERS
5742 M:      David Lin <dtwlin@gmail.com>
5743 S:      Maintained
5744 F:      drivers/staging/greybus/uart.c
5745 F:      drivers/staging/greybus/log.c
5746
5747 GREYBUS PLATFORM DRIVERS
5748 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5749 S:      Maintained
5750 F:      drivers/staging/greybus/arche-platform.c
5751 F:      drivers/staging/greybus/arche-apb-ctrl.c
5752 F:      drivers/staging/greybus/arche_platform.h
5753
5754 GS1662 VIDEO SERIALIZER
5755 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5756 L:      linux-media@vger.kernel.org
5757 T:      git git://linuxtv.org/media_tree.git
5758 S:      Maintained
5759 F:      drivers/media/spi/gs1662.c
5760
5761 GSPCA FINEPIX SUBDRIVER
5762 M:      Frank Zago <frank@zago.net>
5763 L:      linux-media@vger.kernel.org
5764 T:      git git://linuxtv.org/media_tree.git
5765 S:      Maintained
5766 F:      drivers/media/usb/gspca/finepix.c
5767
5768 GSPCA GL860 SUBDRIVER
5769 M:      Olivier Lorin <o.lorin@laposte.net>
5770 L:      linux-media@vger.kernel.org
5771 T:      git git://linuxtv.org/media_tree.git
5772 S:      Maintained
5773 F:      drivers/media/usb/gspca/gl860/
5774
5775 GSPCA M5602 SUBDRIVER
5776 M:      Erik Andren <erik.andren@gmail.com>
5777 L:      linux-media@vger.kernel.org
5778 T:      git git://linuxtv.org/media_tree.git
5779 S:      Maintained
5780 F:      drivers/media/usb/gspca/m5602/
5781
5782 GSPCA PAC207 SONIXB SUBDRIVER
5783 M:      Hans Verkuil <hverkuil@xs4all.nl>
5784 L:      linux-media@vger.kernel.org
5785 T:      git git://linuxtv.org/media_tree.git
5786 S:      Odd Fixes
5787 F:      drivers/media/usb/gspca/pac207.c
5788
5789 GSPCA SN9C20X SUBDRIVER
5790 M:      Brian Johnson <brijohn@gmail.com>
5791 L:      linux-media@vger.kernel.org
5792 T:      git git://linuxtv.org/media_tree.git
5793 S:      Maintained
5794 F:      drivers/media/usb/gspca/sn9c20x.c
5795
5796 GSPCA T613 SUBDRIVER
5797 M:      Leandro Costantino <lcostantino@gmail.com>
5798 L:      linux-media@vger.kernel.org
5799 T:      git git://linuxtv.org/media_tree.git
5800 S:      Maintained
5801 F:      drivers/media/usb/gspca/t613.c
5802
5803 GSPCA USB WEBCAM DRIVER
5804 M:      Hans Verkuil <hverkuil@xs4all.nl>
5805 L:      linux-media@vger.kernel.org
5806 T:      git git://linuxtv.org/media_tree.git
5807 S:      Odd Fixes
5808 F:      drivers/media/usb/gspca/
5809
5810 GTP (GPRS Tunneling Protocol)
5811 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5812 M:      Harald Welte <laforge@gnumonks.org>
5813 L:      osmocom-net-gprs@lists.osmocom.org
5814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5815 S:      Maintained
5816 F:      drivers/net/gtp.c
5817
5818 GUID PARTITION TABLE (GPT)
5819 M:      Davidlohr Bueso <dave@stgolabs.net>
5820 L:      linux-efi@vger.kernel.org
5821 S:      Maintained
5822 F:      block/partitions/efi.*
5823
5824 STK1160 USB VIDEO CAPTURE DRIVER
5825 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5826 L:      linux-media@vger.kernel.org
5827 T:      git git://linuxtv.org/media_tree.git
5828 S:      Maintained
5829 F:      drivers/media/usb/stk1160/
5830
5831 H8/300 ARCHITECTURE
5832 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5833 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5834 W:      http://uclinux-h8.sourceforge.jp
5835 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5836 S:      Maintained
5837 F:      arch/h8300/
5838 F:      drivers/clocksource/h8300_*.c
5839 F:      drivers/clk/h8300/
5840 F:      drivers/irqchip/irq-renesas-h8*.c
5841
5842 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5843 M:      Frank Seidel <frank@f-seidel.de>
5844 L:      platform-driver-x86@vger.kernel.org
5845 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5846 S:      Maintained
5847 F:      drivers/platform/x86/hdaps.c
5848
5849 HDPVR USB VIDEO ENCODER DRIVER
5850 M:      Hans Verkuil <hverkuil@xs4all.nl>
5851 L:      linux-media@vger.kernel.org
5852 T:      git git://linuxtv.org/media_tree.git
5853 W:      https://linuxtv.org
5854 S:      Odd Fixes
5855 F:      drivers/media/usb/hdpvr/
5856
5857 HWPOISON MEMORY FAILURE HANDLING
5858 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5859 L:      linux-mm@kvack.org
5860 S:      Maintained
5861 F:      mm/memory-failure.c
5862 F:      mm/hwpoison-inject.c
5863
5864 HYPERVISOR VIRTUAL CONSOLE DRIVER
5865 L:      linuxppc-dev@lists.ozlabs.org
5866 S:      Odd Fixes
5867 F:      drivers/tty/hvc/
5868
5869 HACKRF MEDIA DRIVER
5870 M:      Antti Palosaari <crope@iki.fi>
5871 L:      linux-media@vger.kernel.org
5872 W:      https://linuxtv.org
5873 W:      http://palosaari.fi/linux/
5874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5875 T:      git git://linuxtv.org/anttip/media_tree.git
5876 S:      Maintained
5877 F:      drivers/media/usb/hackrf/
5878
5879 HARDWARE MONITORING
5880 M:      Jean Delvare <jdelvare@suse.com>
5881 M:      Guenter Roeck <linux@roeck-us.net>
5882 L:      linux-hwmon@vger.kernel.org
5883 W:      http://hwmon.wiki.kernel.org/
5884 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5886 S:      Maintained
5887 F:      Documentation/hwmon/
5888 F:      drivers/hwmon/
5889 F:      include/linux/hwmon*.h
5890
5891 HARDWARE RANDOM NUMBER GENERATOR CORE
5892 M:      Matt Mackall <mpm@selenic.com>
5893 M:      Herbert Xu <herbert@gondor.apana.org.au>
5894 L:      linux-crypto@vger.kernel.org
5895 S:      Odd fixes
5896 F:      Documentation/devicetree/bindings/rng/
5897 F:      Documentation/hw_random.txt
5898 F:      drivers/char/hw_random/
5899 F:      include/linux/hw_random.h
5900
5901 HARDWARE SPINLOCK CORE
5902 M:      Ohad Ben-Cohen <ohad@wizery.com>
5903 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5904 L:      linux-remoteproc@vger.kernel.org
5905 S:      Maintained
5906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5907 F:      Documentation/devicetree/bindings/hwlock/
5908 F:      Documentation/hwspinlock.txt
5909 F:      drivers/hwspinlock/
5910 F:      include/linux/hwspinlock.h
5911
5912 HARMONY SOUND DRIVER
5913 L:      linux-parisc@vger.kernel.org
5914 S:      Maintained
5915 F:      sound/parisc/harmony.*
5916
5917 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5918 M:      Jimmy Vance <jimmy.vance@hpe.com>
5919 S:      Supported
5920 F:      Documentation/watchdog/hpwdt.txt
5921 F:      drivers/watchdog/hpwdt.c
5922
5923 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5924 M:      Don Brace <don.brace@microsemi.com>
5925 L:      esc.storagedev@microsemi.com
5926 L:      linux-scsi@vger.kernel.org
5927 S:      Supported
5928 F:      Documentation/scsi/hpsa.txt
5929 F:      drivers/scsi/hpsa*.[ch]
5930 F:      include/linux/cciss*.h
5931 F:      include/uapi/linux/cciss*.h
5932
5933 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5934 M:      Don Brace <don.brace@microsemi.com>
5935 L:      esc.storagedev@microsemi.com
5936 L:      linux-scsi@vger.kernel.org
5937 S:      Supported
5938 F:      Documentation/blockdev/cciss.txt
5939 F:      drivers/block/cciss*
5940 F:      include/linux/cciss_ioctl.h
5941 F:      include/uapi/linux/cciss_ioctl.h
5942
5943 OPA-VNIC DRIVER
5944 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5945 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
5946 L:      linux-rdma@vger.kernel.org
5947 S:      Supported
5948 F:      drivers/infiniband/ulp/opa_vnic
5949
5950 HFI1 DRIVER
5951 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5952 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5953 L:      linux-rdma@vger.kernel.org
5954 S:      Supported
5955 F:      drivers/infiniband/hw/hfi1
5956
5957 HFS FILESYSTEM
5958 L:      linux-fsdevel@vger.kernel.org
5959 S:      Orphan
5960 F:      Documentation/filesystems/hfs.txt
5961 F:      fs/hfs/
5962
5963 HFSPLUS FILESYSTEM
5964 L:      linux-fsdevel@vger.kernel.org
5965 S:      Orphan
5966 F:      Documentation/filesystems/hfsplus.txt
5967 F:      fs/hfsplus/
5968
5969 HGA FRAMEBUFFER DRIVER
5970 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5971 L:      linux-nvidia@lists.surfsouth.com
5972 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5973 S:      Maintained
5974 F:      drivers/video/fbdev/hgafb.c
5975
5976 HIBERNATION (aka Software Suspend, aka swsusp)
5977 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5978 M:      Pavel Machek <pavel@ucw.cz>
5979 L:      linux-pm@vger.kernel.org
5980 B:      https://bugzilla.kernel.org
5981 S:      Supported
5982 F:      arch/x86/power/
5983 F:      drivers/base/power/
5984 F:      kernel/power/
5985 F:      include/linux/suspend.h
5986 F:      include/linux/freezer.h
5987 F:      include/linux/pm.h
5988 F:      arch/*/include/asm/suspend*.h
5989
5990 HID CORE LAYER
5991 M:      Jiri Kosina <jikos@kernel.org>
5992 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5993 L:      linux-input@vger.kernel.org
5994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5995 S:      Maintained
5996 F:      drivers/hid/
5997 F:      include/linux/hid*
5998 F:      include/uapi/linux/hid*
5999
6000 HID SENSOR HUB DRIVERS
6001 M:      Jiri Kosina <jikos@kernel.org>
6002 M:      Jonathan Cameron <jic23@kernel.org>
6003 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6004 L:      linux-input@vger.kernel.org
6005 L:      linux-iio@vger.kernel.org
6006 S:      Maintained
6007 F:      Documentation/hid/hid-sensor*
6008 F:      drivers/hid/hid-sensor-*
6009 F:      drivers/iio/*/hid-*
6010 F:      include/linux/hid-sensor-*
6011
6012 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
6013 M:      Thomas Gleixner <tglx@linutronix.de>
6014 L:      linux-kernel@vger.kernel.org
6015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6016 S:      Maintained
6017 F:      Documentation/timers/
6018 F:      kernel/time/hrtimer.c
6019 F:      kernel/time/clockevents.c
6020 F:      kernel/time/tick*.*
6021 F:      kernel/time/timer_*.c
6022 F:      include/linux/clockchips.h
6023 F:      include/linux/hrtimer.h
6024
6025 HIGH-SPEED SCC DRIVER FOR AX.25
6026 L:      linux-hams@vger.kernel.org
6027 S:      Orphan
6028 F:      drivers/net/hamradio/dmascc.c
6029 F:      drivers/net/hamradio/scc.c
6030
6031 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6032 M:      HighPoint Linux Team <linux@highpoint-tech.com>
6033 W:      http://www.highpoint-tech.com
6034 S:      Supported
6035 F:      Documentation/scsi/hptiop.txt
6036 F:      drivers/scsi/hptiop.c
6037
6038 HIPPI
6039 M:      Jes Sorensen <jes@trained-monkey.org>
6040 L:      linux-hippi@sunsite.dk
6041 S:      Maintained
6042 F:      include/linux/hippidevice.h
6043 F:      include/uapi/linux/if_hippi.h
6044 F:      net/802/hippi.c
6045 F:      drivers/net/hippi/
6046
6047 HISILICON NETWORK SUBSYSTEM DRIVER
6048 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6049 M:      Salil Mehta <salil.mehta@huawei.com>
6050 L:      netdev@vger.kernel.org
6051 W:      http://www.hisilicon.com
6052 S:      Maintained
6053 F:      drivers/net/ethernet/hisilicon/
6054 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6055
6056 HISILICON ROCE DRIVER
6057 M:      Lijun Ou <oulijun@huawei.com>
6058 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
6059 L:      linux-rdma@vger.kernel.org
6060 S:      Maintained
6061 F:      drivers/infiniband/hw/hns/
6062 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6063
6064 HISILICON SAS Controller
6065 M:      John Garry <john.garry@huawei.com>
6066 W:      http://www.hisilicon.com
6067 S:      Supported
6068 F:      drivers/scsi/hisi_sas/
6069 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6070
6071 HOST AP DRIVER
6072 M:      Jouni Malinen <j@w1.fi>
6073 L:      linux-wireless@vger.kernel.org
6074 W:      http://w1.fi/hostap-driver.html
6075 S:      Obsolete
6076 F:      drivers/net/wireless/intersil/hostap/
6077
6078 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6079 L:      platform-driver-x86@vger.kernel.org
6080 S:      Orphan
6081 F:      drivers/platform/x86/tc1100-wmi.c
6082
6083 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6084 M:      Jaroslav Kysela <perex@perex.cz>
6085 S:      Maintained
6086 F:      drivers/net/ethernet/hp/hp100.*
6087
6088 HPET:   High Precision Event Timers driver
6089 M:      Clemens Ladisch <clemens@ladisch.de>
6090 S:      Maintained
6091 F:      Documentation/timers/hpet.txt
6092 F:      drivers/char/hpet.c
6093 F:      include/linux/hpet.h
6094 F:      include/uapi/linux/hpet.h
6095
6096 HPET:   x86
6097 S:      Orphan
6098 F:      arch/x86/kernel/hpet.c
6099 F:      arch/x86/include/asm/hpet.h
6100
6101 HPFS FILESYSTEM
6102 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6103 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6104 S:      Maintained
6105 F:      fs/hpfs/
6106
6107 HSI SUBSYSTEM
6108 M:      Sebastian Reichel <sre@kernel.org>
6109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6110 S:      Maintained
6111 F:      Documentation/ABI/testing/sysfs-bus-hsi
6112 F:      Documentation/driver-api/hsi.rst
6113 F:      drivers/hsi/
6114 F:      include/linux/hsi/
6115 F:      include/uapi/linux/hsi/
6116
6117 HSO 3G MODEM DRIVER
6118 L:      linux-usb@vger.kernel.org
6119 S:      Orphan
6120 F:      drivers/net/usb/hso.c
6121
6122 HSR NETWORK PROTOCOL
6123 M:      Arvid Brodin <arvid.brodin@alten.se>
6124 L:      netdev@vger.kernel.org
6125 S:      Maintained
6126 F:      net/hsr/
6127
6128 HTCPEN TOUCHSCREEN DRIVER
6129 M:      Pau Oliva Fora <pof@eslack.org>
6130 L:      linux-input@vger.kernel.org
6131 S:      Maintained
6132 F:      drivers/input/touchscreen/htcpen.c
6133
6134 HUGETLB FILESYSTEM
6135 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
6136 S:      Maintained
6137 F:      fs/hugetlbfs/
6138
6139 HVA ST MEDIA DRIVER
6140 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6141 L:      linux-media@vger.kernel.org
6142 T:      git git://linuxtv.org/media_tree.git
6143 W:      https://linuxtv.org
6144 S:      Supported
6145 F:      drivers/media/platform/sti/hva
6146
6147 Hyper-V CORE AND DRIVERS
6148 M:      "K. Y. Srinivasan" <kys@microsoft.com>
6149 M:      Haiyang Zhang <haiyangz@microsoft.com>
6150 M:      Stephen Hemminger <sthemmin@microsoft.com>
6151 L:      devel@linuxdriverproject.org
6152 S:      Maintained
6153 F:      arch/x86/include/asm/mshyperv.h
6154 F:      arch/x86/include/uapi/asm/hyperv.h
6155 F:      arch/x86/kernel/cpu/mshyperv.c
6156 F:      arch/x86/hyperv
6157 F:      drivers/hid/hid-hyperv.c
6158 F:      drivers/hv/
6159 F:      drivers/input/serio/hyperv-keyboard.c
6160 F:      drivers/pci/host/pci-hyperv.c
6161 F:      drivers/net/hyperv/
6162 F:      drivers/scsi/storvsc_drv.c
6163 F:      drivers/uio/uio_hv_generic.c
6164 F:      drivers/video/fbdev/hyperv_fb.c
6165 F:      include/linux/hyperv.h
6166 F:      tools/hv/
6167 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6168
6169 I2C MUXES
6170 M:      Peter Rosin <peda@axentia.se>
6171 L:      linux-i2c@vger.kernel.org
6172 S:      Maintained
6173 F:      Documentation/i2c/i2c-topology
6174 F:      Documentation/i2c/muxes/
6175 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6176 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6177 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6178 F:      drivers/i2c/i2c-mux.c
6179 F:      drivers/i2c/muxes/
6180 F:      include/linux/i2c-mux.h
6181
6182 I2C OVER PARALLEL PORT
6183 M:      Jean Delvare <jdelvare@suse.com>
6184 L:      linux-i2c@vger.kernel.org
6185 S:      Maintained
6186 F:      Documentation/i2c/busses/i2c-parport
6187 F:      Documentation/i2c/busses/i2c-parport-light
6188 F:      drivers/i2c/busses/i2c-parport.c
6189 F:      drivers/i2c/busses/i2c-parport-light.c
6190
6191 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6192 M:      Jean Delvare <jdelvare@suse.com>
6193 L:      linux-i2c@vger.kernel.org
6194 S:      Maintained
6195 F:      Documentation/i2c/busses/i2c-ali1535
6196 F:      Documentation/i2c/busses/i2c-ali1563
6197 F:      Documentation/i2c/busses/i2c-ali15x3
6198 F:      Documentation/i2c/busses/i2c-amd756
6199 F:      Documentation/i2c/busses/i2c-amd8111
6200 F:      Documentation/i2c/busses/i2c-i801
6201 F:      Documentation/i2c/busses/i2c-nforce2
6202 F:      Documentation/i2c/busses/i2c-piix4
6203 F:      Documentation/i2c/busses/i2c-sis5595
6204 F:      Documentation/i2c/busses/i2c-sis630
6205 F:      Documentation/i2c/busses/i2c-sis96x
6206 F:      Documentation/i2c/busses/i2c-via
6207 F:      Documentation/i2c/busses/i2c-viapro
6208 F:      drivers/i2c/busses/i2c-ali1535.c
6209 F:      drivers/i2c/busses/i2c-ali1563.c
6210 F:      drivers/i2c/busses/i2c-ali15x3.c
6211 F:      drivers/i2c/busses/i2c-amd756.c
6212 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6213 F:      drivers/i2c/busses/i2c-amd8111.c
6214 F:      drivers/i2c/busses/i2c-i801.c
6215 F:      drivers/i2c/busses/i2c-isch.c
6216 F:      drivers/i2c/busses/i2c-nforce2.c
6217 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6218 F:      drivers/i2c/busses/i2c-piix4.c
6219 F:      drivers/i2c/busses/i2c-sis5595.c
6220 F:      drivers/i2c/busses/i2c-sis630.c
6221 F:      drivers/i2c/busses/i2c-sis96x.c
6222 F:      drivers/i2c/busses/i2c-via.c
6223 F:      drivers/i2c/busses/i2c-viapro.c
6224
6225 I2C/SMBUS ISMT DRIVER
6226 M:      Seth Heasley <seth.heasley@intel.com>
6227 M:      Neil Horman <nhorman@tuxdriver.com>
6228 L:      linux-i2c@vger.kernel.org
6229 F:      drivers/i2c/busses/i2c-ismt.c
6230 F:      Documentation/i2c/busses/i2c-ismt
6231
6232 I2C/SMBUS STUB DRIVER
6233 M:      Jean Delvare <jdelvare@suse.com>
6234 L:      linux-i2c@vger.kernel.org
6235 S:      Maintained
6236 F:      drivers/i2c/i2c-stub.c
6237
6238 I2C SUBSYSTEM
6239 M:      Wolfram Sang <wsa@the-dreams.de>
6240 L:      linux-i2c@vger.kernel.org
6241 W:      https://i2c.wiki.kernel.org/
6242 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6244 S:      Maintained
6245 F:      Documentation/devicetree/bindings/i2c/
6246 F:      Documentation/i2c/
6247 F:      drivers/i2c/
6248 F:      drivers/i2c/*/
6249 F:      include/linux/i2c.h
6250 F:      include/linux/i2c-*.h
6251 F:      include/uapi/linux/i2c.h
6252 F:      include/uapi/linux/i2c-*.h
6253
6254 I2C ACPI SUPPORT
6255 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6256 L:      linux-i2c@vger.kernel.org
6257 L:      linux-acpi@vger.kernel.org
6258 S:      Maintained
6259
6260 I2C-TAOS-EVM DRIVER
6261 M:      Jean Delvare <jdelvare@suse.com>
6262 L:      linux-i2c@vger.kernel.org
6263 S:      Maintained
6264 F:      Documentation/i2c/busses/i2c-taos-evm
6265 F:      drivers/i2c/busses/i2c-taos-evm.c
6266
6267 I2C-TINY-USB DRIVER
6268 M:      Till Harbaum <till@harbaum.org>
6269 L:      linux-i2c@vger.kernel.org
6270 W:      http://www.harbaum.org/till/i2c_tiny_usb
6271 S:      Maintained
6272 F:      drivers/i2c/busses/i2c-tiny-usb.c
6273
6274 i386 BOOT CODE
6275 M:      "H. Peter Anvin" <hpa@zytor.com>
6276 S:      Maintained
6277 F:      arch/x86/boot/
6278
6279 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6280 M:      "H. Peter Anvin" <hpa@zytor.com>
6281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6282 S:      Maintained
6283
6284 IA64 (Itanium) PLATFORM
6285 M:      Tony Luck <tony.luck@intel.com>
6286 M:      Fenghua Yu <fenghua.yu@intel.com>
6287 L:      linux-ia64@vger.kernel.org
6288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6289 S:      Maintained
6290 F:      arch/ia64/
6291
6292 IBM Power VMX Cryptographic instructions
6293 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6294 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6295 L:      linux-crypto@vger.kernel.org
6296 S:      Supported
6297 F:      drivers/crypto/vmx/Makefile
6298 F:      drivers/crypto/vmx/Kconfig
6299 F:      drivers/crypto/vmx/vmx.c
6300 F:      drivers/crypto/vmx/aes*
6301 F:      drivers/crypto/vmx/ghash*
6302 F:      drivers/crypto/vmx/ppc-xlate.pl
6303
6304 IBM Power in-Nest Crypto Acceleration
6305 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6306 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6307 L:      linux-crypto@vger.kernel.org
6308 S:      Supported
6309 F:      drivers/crypto/nx/Makefile
6310 F:      drivers/crypto/nx/Kconfig
6311 F:      drivers/crypto/nx/nx-aes*
6312 F:      drivers/crypto/nx/nx-sha*
6313 F:      drivers/crypto/nx/nx.*
6314 F:      drivers/crypto/nx/nx_csbcpb.h
6315 F:      drivers/crypto/nx/nx_debugfs.h
6316
6317 IBM Power 842 compression accelerator
6318 M:      Haren Myneni <haren@us.ibm.com>
6319 S:      Supported
6320 F:      drivers/crypto/nx/Makefile
6321 F:      drivers/crypto/nx/Kconfig
6322 F:      drivers/crypto/nx/nx-842*
6323 F:      include/linux/sw842.h
6324 F:      crypto/842.c
6325 F:      lib/842/
6326
6327 IBM Power Linux RAID adapter
6328 M:      Brian King <brking@us.ibm.com>
6329 S:      Supported
6330 F:      drivers/scsi/ipr.*
6331
6332 IBM Power Virtual Ethernet Device Driver
6333 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6334 L:      netdev@vger.kernel.org
6335 S:      Supported
6336 F:      drivers/net/ethernet/ibm/ibmveth.*
6337
6338 IBM Power SRIOV Virtual NIC Device Driver
6339 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6340 M:      John Allen <jallen@linux.vnet.ibm.com>
6341 L:      netdev@vger.kernel.org
6342 S:      Supported
6343 F:      drivers/net/ethernet/ibm/ibmvnic.*
6344
6345 IBM Power Virtual SCSI Device Drivers
6346 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6347 L:      linux-scsi@vger.kernel.org
6348 S:      Supported
6349 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6350 F:      include/scsi/viosrp.h
6351
6352 IBM Power Virtual SCSI Device Target Driver
6353 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6354 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6355 L:      linux-scsi@vger.kernel.org
6356 L:      target-devel@vger.kernel.org
6357 S:      Supported
6358 F:      drivers/scsi/ibmvscsi_tgt/
6359
6360 IBM Power Virtual FC Device Drivers
6361 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6362 L:      linux-scsi@vger.kernel.org
6363 S:      Supported
6364 F:      drivers/scsi/ibmvscsi/ibmvfc*
6365
6366 IBM ServeRAID RAID DRIVER
6367 S:      Orphan
6368 F:      drivers/scsi/ips.*
6369
6370 ICH LPC AND GPIO DRIVER
6371 M:      Peter Tyser <ptyser@xes-inc.com>
6372 S:      Maintained
6373 F:      drivers/mfd/lpc_ich.c
6374 F:      drivers/gpio/gpio-ich.c
6375
6376 IDT VersaClock 5 CLOCK DRIVER
6377 M:      Marek Vasut <marek.vasut@gmail.com>
6378 S:      Maintained
6379 F:      drivers/clk/clk-versaclock5.c
6380
6381 IDE SUBSYSTEM
6382 M:      "David S. Miller" <davem@davemloft.net>
6383 L:      linux-ide@vger.kernel.org
6384 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6386 S:      Maintained
6387 F:      Documentation/ide/
6388 F:      drivers/ide/
6389 F:      include/linux/ide.h
6390
6391 IDEAPAD LAPTOP EXTRAS DRIVER
6392 M:      Ike Panhc <ike.pan@canonical.com>
6393 L:      platform-driver-x86@vger.kernel.org
6394 W:      http://launchpad.net/ideapad-laptop
6395 S:      Maintained
6396 F:      drivers/platform/x86/ideapad-laptop.c
6397
6398 IDEAPAD LAPTOP SLIDEBAR DRIVER
6399 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6400 L:      linux-input@vger.kernel.org
6401 W:      https://github.com/o2genum/ideapad-slidebar
6402 S:      Maintained
6403 F:      drivers/input/misc/ideapad_slidebar.c
6404
6405 IDE/ATAPI DRIVERS
6406 M:      Borislav Petkov <bp@alien8.de>
6407 L:      linux-ide@vger.kernel.org
6408 S:      Maintained
6409 F:      Documentation/cdrom/ide-cd
6410 F:      drivers/ide/ide-cd*
6411
6412 IEEE 802.15.4 SUBSYSTEM
6413 M:      Alexander Aring <aar@pengutronix.de>
6414 M:      Stefan Schmidt <stefan@osg.samsung.com>
6415 L:      linux-wpan@vger.kernel.org
6416 W:      http://wpan.cakelab.org/
6417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6419 S:      Maintained
6420 F:      net/ieee802154/
6421 F:      net/mac802154/
6422 F:      drivers/net/ieee802154/
6423 F:      include/linux/nl802154.h
6424 F:      include/linux/ieee802154.h
6425 F:      include/net/nl802154.h
6426 F:      include/net/mac802154.h
6427 F:      include/net/af_ieee802154.h
6428 F:      include/net/cfg802154.h
6429 F:      include/net/ieee802154_netdev.h
6430 F:      Documentation/networking/ieee802154.txt
6431
6432 IFE PROTOCOL
6433 M:      Yotam Gigi <yotamg@mellanox.com>
6434 M:      Jamal Hadi Salim <jhs@mojatatu.com>
6435 F:      net/ife
6436 F:      include/net/ife.h
6437 F:      include/uapi/linux/ife.h
6438
6439 IGORPLUG-USB IR RECEIVER
6440 M:      Sean Young <sean@mess.org>
6441 L:      linux-media@vger.kernel.org
6442 S:      Maintained
6443 F:      drivers/media/rc/igorplugusb.c
6444
6445 IGUANAWORKS USB IR TRANSCEIVER
6446 M:      Sean Young <sean@mess.org>
6447 L:      linux-media@vger.kernel.org
6448 S:      Maintained
6449 F:      drivers/media/rc/iguanair.c
6450
6451 IIO DIGITAL POTENTIOMETER DAC
6452 M:      Peter Rosin <peda@axentia.se>
6453 L:      linux-iio@vger.kernel.org
6454 S:      Maintained
6455 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6456 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6457 F:      drivers/iio/dac/dpot-dac.c
6458
6459 IIO ENVELOPE DETECTOR
6460 M:      Peter Rosin <peda@axentia.se>
6461 L:      linux-iio@vger.kernel.org
6462 S:      Maintained
6463 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6464 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6465 F:      drivers/iio/adc/envelope-detector.c
6466
6467 IIO SUBSYSTEM AND DRIVERS
6468 M:      Jonathan Cameron <jic23@kernel.org>
6469 R:      Hartmut Knaack <knaack.h@gmx.de>
6470 R:      Lars-Peter Clausen <lars@metafoo.de>
6471 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6472 L:      linux-iio@vger.kernel.org
6473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6474 S:      Maintained
6475 F:      Documentation/devicetree/bindings/iio/
6476 F:      drivers/iio/
6477 F:      drivers/staging/iio/
6478 F:      include/linux/iio/
6479 F:      tools/iio/
6480
6481 IKANOS/ADI EAGLE ADSL USB DRIVER
6482 M:      Matthieu Castet <castet.matthieu@free.fr>
6483 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6484 S:      Maintained
6485 F:      drivers/usb/atm/ueagle-atm.c
6486
6487 IMGTEC ASCII LCD DRIVER
6488 M:      Paul Burton <paul.burton@imgtec.com>
6489 S:      Maintained
6490 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6491 F:      drivers/auxdisplay/img-ascii-lcd.c
6492
6493 INA209 HARDWARE MONITOR DRIVER
6494 M:      Guenter Roeck <linux@roeck-us.net>
6495 L:      linux-hwmon@vger.kernel.org
6496 S:      Maintained
6497 F:      Documentation/hwmon/ina209
6498 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6499 F:      drivers/hwmon/ina209.c
6500
6501 INA2XX HARDWARE MONITOR DRIVER
6502 M:      Guenter Roeck <linux@roeck-us.net>
6503 L:      linux-hwmon@vger.kernel.org
6504 S:      Maintained
6505 F:      Documentation/hwmon/ina2xx
6506 F:      drivers/hwmon/ina2xx.c
6507 F:      include/linux/platform_data/ina2xx.h
6508
6509 INDUSTRY PACK SUBSYSTEM (IPACK)
6510 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6511 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6512 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6513 L:      industrypack-devel@lists.sourceforge.net
6514 W:      http://industrypack.sourceforge.net
6515 S:      Maintained
6516 F:      drivers/ipack/
6517
6518 INGENIC JZ4780 DMA Driver
6519 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6520 S:      Maintained
6521 F:      drivers/dma/dma-jz4780.c
6522
6523 INGENIC JZ4780 NAND DRIVER
6524 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6525 L:      linux-mtd@lists.infradead.org
6526 S:      Maintained
6527 F:      drivers/mtd/nand/jz4780_*
6528
6529 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6530 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6531 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6532 L:      linux-ima-devel@lists.sourceforge.net
6533 L:      linux-ima-user@lists.sourceforge.net
6534 L:      linux-security-module@vger.kernel.org
6535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6536 S:      Supported
6537 F:      security/integrity/ima/
6538
6539 IMGTEC IR DECODER DRIVER
6540 M:      James Hogan <james.hogan@imgtec.com>
6541 S:      Maintained
6542 F:      drivers/media/rc/img-ir/
6543
6544 IMS TWINTURBO FRAMEBUFFER DRIVER
6545 L:      linux-fbdev@vger.kernel.org
6546 S:      Orphan
6547 F:      drivers/video/fbdev/imsttfb.c
6548
6549 INFINIBAND SUBSYSTEM
6550 M:      Doug Ledford <dledford@redhat.com>
6551 M:      Sean Hefty <sean.hefty@intel.com>
6552 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6553 L:      linux-rdma@vger.kernel.org
6554 W:      http://www.openfabrics.org/
6555 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6557 S:      Supported
6558 F:      Documentation/devicetree/bindings/infiniband/
6559 F:      Documentation/infiniband/
6560 F:      drivers/infiniband/
6561 F:      include/uapi/linux/if_infiniband.h
6562 F:      include/uapi/rdma/
6563 F:      include/rdma/
6564
6565 INOTIFY
6566 M:      John McCutchan <john@johnmccutchan.com>
6567 M:      Robert Love <rlove@rlove.org>
6568 M:      Eric Paris <eparis@parisplace.org>
6569 S:      Maintained
6570 F:      Documentation/filesystems/inotify.txt
6571 F:      fs/notify/inotify/
6572 F:      include/linux/inotify.h
6573 F:      include/uapi/linux/inotify.h
6574
6575 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6576 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6577 L:      linux-input@vger.kernel.org
6578 Q:      http://patchwork.kernel.org/project/linux-input/list/
6579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6580 S:      Maintained
6581 F:      drivers/input/
6582 F:      include/linux/input.h
6583 F:      include/uapi/linux/input.h
6584 F:      include/linux/input/
6585 F:      Documentation/devicetree/bindings/input/
6586
6587 INPUT MULTITOUCH (MT) PROTOCOL
6588 M:      Henrik Rydberg <rydberg@bitmath.org>
6589 L:      linux-input@vger.kernel.org
6590 S:      Odd fixes
6591 F:      Documentation/input/multi-touch-protocol.rst
6592 F:      drivers/input/input-mt.c
6593 K:      \b(ABS|SYN)_MT_
6594
6595 INTEL ASoC BDW/HSW DRIVERS
6596 M:      Jie Yang <yang.jie@linux.intel.com>
6597 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6598 S:      Supported
6599 F:      sound/soc/intel/common/sst-dsp*
6600 F:      sound/soc/intel/common/sst-firmware.c
6601 F:      sound/soc/intel/boards/broadwell.c
6602 F:      sound/soc/intel/haswell/
6603
6604 INTEL C600 SERIES SAS CONTROLLER DRIVER
6605 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6606 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6607 L:      linux-scsi@vger.kernel.org
6608 T:      git git://git.code.sf.net/p/intel-sas/isci
6609 S:      Supported
6610 F:      drivers/scsi/isci/
6611
6612 INTEL HID EVENT DRIVER
6613 M:      Alex Hung <alex.hung@canonical.com>
6614 L:      platform-driver-x86@vger.kernel.org
6615 S:      Maintained
6616 F:      drivers/platform/x86/intel-hid.c
6617
6618 INTEL VIRTUAL BUTTON DRIVER
6619 M:      AceLan Kao <acelan.kao@canonical.com>
6620 L:      platform-driver-x86@vger.kernel.org
6621 S:      Maintained
6622 F:      drivers/platform/x86/intel-vbtn.c
6623
6624 INTEL IDLE DRIVER
6625 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6626 M:      Len Brown <lenb@kernel.org>
6627 L:      linux-pm@vger.kernel.org
6628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6629 B:      https://bugzilla.kernel.org
6630 S:      Supported
6631 F:      drivers/idle/intel_idle.c
6632
6633 INTEL INTEGRATED SENSOR HUB DRIVER
6634 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6635 M:      Jiri Kosina <jikos@kernel.org>
6636 L:      linux-input@vger.kernel.org
6637 S:      Maintained
6638 F:      drivers/hid/intel-ish-hid/
6639
6640 INTEL PSTATE DRIVER
6641 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6642 M:      Len Brown <lenb@kernel.org>
6643 L:      linux-pm@vger.kernel.org
6644 S:      Supported
6645 F:      drivers/cpufreq/intel_pstate.c
6646
6647 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6648 M:      Maik Broemme <mbroemme@libmpq.org>
6649 L:      linux-fbdev@vger.kernel.org
6650 S:      Maintained
6651 F:      Documentation/fb/intelfb.txt
6652 F:      drivers/video/fbdev/intelfb/
6653
6654 INTEL 810/815 FRAMEBUFFER DRIVER
6655 M:      Antonino Daplas <adaplas@gmail.com>
6656 L:      linux-fbdev@vger.kernel.org
6657 S:      Maintained
6658 F:      drivers/video/fbdev/i810/
6659
6660 INTEL MENLOW THERMAL DRIVER
6661 M:      Sujith Thomas <sujith.thomas@intel.com>
6662 L:      platform-driver-x86@vger.kernel.org
6663 W:      https://01.org/linux-acpi
6664 S:      Supported
6665 F:      drivers/platform/x86/intel_menlow.c
6666
6667 INTEL I/OAT DMA DRIVER
6668 M:      Dave Jiang <dave.jiang@intel.com>
6669 R:      Dan Williams <dan.j.williams@intel.com>
6670 L:      dmaengine@vger.kernel.org
6671 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6672 S:      Supported
6673 F:      drivers/dma/ioat*
6674
6675 INTEL IOMMU (VT-d)
6676 M:      David Woodhouse <dwmw2@infradead.org>
6677 L:      iommu@lists.linux-foundation.org
6678 T:      git git://git.infradead.org/iommu-2.6.git
6679 S:      Supported
6680 F:      drivers/iommu/intel-iommu.c
6681 F:      include/linux/intel-iommu.h
6682
6683 INTEL IOP-ADMA DMA DRIVER
6684 R:      Dan Williams <dan.j.williams@intel.com>
6685 S:      Odd fixes
6686 F:      drivers/dma/iop-adma.c
6687
6688 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6689 M:      Krzysztof Halasa <khalasa@piap.pl>
6690 S:      Maintained
6691 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6692 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6693 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6694 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6695 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6696 F:      drivers/net/wan/ixp4xx_hss.c
6697
6698 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6699 M:      Deepak Saxena <dsaxena@plexity.net>
6700 S:      Maintained
6701 F:      drivers/char/hw_random/ixp4xx-rng.c
6702
6703 INTEL ETHERNET DRIVERS
6704 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6705 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6706 W:      http://www.intel.com/support/feedback.htm
6707 W:      http://e1000.sourceforge.net/
6708 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6711 S:      Supported
6712 F:      Documentation/networking/e100.txt
6713 F:      Documentation/networking/e1000.txt
6714 F:      Documentation/networking/e1000e.txt
6715 F:      Documentation/networking/igb.txt
6716 F:      Documentation/networking/igbvf.txt
6717 F:      Documentation/networking/ixgb.txt
6718 F:      Documentation/networking/ixgbe.txt
6719 F:      Documentation/networking/ixgbevf.txt
6720 F:      Documentation/networking/i40e.txt
6721 F:      Documentation/networking/i40evf.txt
6722 F:      drivers/net/ethernet/intel/
6723 F:      drivers/net/ethernet/intel/*/
6724
6725 INTEL RDMA RNIC DRIVER
6726 M:     Faisal Latif <faisal.latif@intel.com>
6727 M:     Shiraz Saleem <shiraz.saleem@intel.com>
6728 L:     linux-rdma@vger.kernel.org
6729 S:     Supported
6730 F:     drivers/infiniband/hw/i40iw/
6731
6732 INTEL MERRIFIELD GPIO DRIVER
6733 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6734 L:      linux-gpio@vger.kernel.org
6735 S:      Maintained
6736 F:      drivers/gpio/gpio-merrifield.c
6737
6738 INTEL-MID GPIO DRIVER
6739 M:      David Cohen <david.a.cohen@linux.intel.com>
6740 L:      linux-gpio@vger.kernel.org
6741 S:      Maintained
6742 F:      drivers/gpio/gpio-intel-mid.c
6743
6744 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6745 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6746 L:      linux-wireless@vger.kernel.org
6747 S:      Maintained
6748 F:      Documentation/networking/README.ipw2100
6749 F:      Documentation/networking/README.ipw2200
6750 F:      drivers/net/wireless/intel/ipw2x00/
6751
6752 INTEL(R) TRACE HUB
6753 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6754 S:      Supported
6755 F:      Documentation/trace/intel_th.txt
6756 F:      drivers/hwtracing/intel_th/
6757
6758 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6759 M:      Ning Sun <ning.sun@intel.com>
6760 L:      tboot-devel@lists.sourceforge.net
6761 W:      http://tboot.sourceforge.net
6762 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6763 S:      Supported
6764 F:      Documentation/intel_txt.txt
6765 F:      include/linux/tboot.h
6766 F:      arch/x86/kernel/tboot.c
6767
6768 INTEL WIRELESS WIMAX CONNECTION 2400
6769 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6770 M:      linux-wimax@intel.com
6771 L:      wimax@linuxwimax.org (subscribers-only)
6772 S:      Supported
6773 W:      http://linuxwimax.org
6774 F:      Documentation/wimax/README.i2400m
6775 F:      drivers/net/wimax/i2400m/
6776 F:      include/uapi/linux/wimax/i2400m.h
6777
6778 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6779 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6780 L:      linux-wireless@vger.kernel.org
6781 S:      Supported
6782 F:      drivers/net/wireless/intel/iwlegacy/
6783
6784 INTEL WIRELESS WIFI LINK (iwlwifi)
6785 M:      Johannes Berg <johannes.berg@intel.com>
6786 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6787 M:      Luca Coelho <luciano.coelho@intel.com>
6788 M:      Intel Linux Wireless <linuxwifi@intel.com>
6789 L:      linux-wireless@vger.kernel.org
6790 W:      http://intellinuxwireless.org
6791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6792 S:      Supported
6793 F:      drivers/net/wireless/intel/iwlwifi/
6794
6795 INTEL MANAGEMENT ENGINE (mei)
6796 M:      Tomas Winkler <tomas.winkler@intel.com>
6797 L:      linux-kernel@vger.kernel.org
6798 S:      Supported
6799 F:      include/uapi/linux/mei.h
6800 F:      include/linux/mei_cl_bus.h
6801 F:      drivers/misc/mei/*
6802 F:      drivers/watchdog/mei_wdt.c
6803 F:      Documentation/misc-devices/mei/*
6804 F:      samples/mei/*
6805
6806 INTEL MIC DRIVERS (mic)
6807 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6808 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6809 S:      Supported
6810 W:      https://github.com/sudeepdutt/mic
6811 W:      http://software.intel.com/en-us/mic-developer
6812 F:      include/linux/mic_bus.h
6813 F:      include/linux/scif.h
6814 F:      include/uapi/linux/mic_common.h
6815 F:      include/uapi/linux/mic_ioctl.h
6816 F:      include/uapi/linux/scif_ioctl.h
6817 F:      drivers/misc/mic/
6818 F:      drivers/dma/mic_x100_dma.c
6819 F:      drivers/dma/mic_x100_dma.h
6820 F:      Documentation/mic/
6821
6822 INTEL PMC/P-Unit IPC DRIVER
6823 M:      Zha Qipeng<qipeng.zha@intel.com>
6824 L:      platform-driver-x86@vger.kernel.org
6825 S:      Maintained
6826 F:      drivers/platform/x86/intel_pmc_ipc.c
6827 F:      drivers/platform/x86/intel_punit_ipc.c
6828 F:      arch/x86/include/asm/intel_pmc_ipc.h
6829 F:      arch/x86/include/asm/intel_punit_ipc.h
6830
6831 INTEL TELEMETRY DRIVER
6832 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6833 L:      platform-driver-x86@vger.kernel.org
6834 S:      Maintained
6835 F:      arch/x86/include/asm/intel_telemetry.h
6836 F:      drivers/platform/x86/intel_telemetry*
6837
6838 INTEL PMC CORE DRIVER
6839 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6840 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6841 L:      platform-driver-x86@vger.kernel.org
6842 S:      Maintained
6843 F:      arch/x86/include/asm/pmc_core.h
6844 F:      drivers/platform/x86/intel_pmc_core*
6845
6846 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6847 M:      Linus Walleij <linus.walleij@linaro.org>
6848 L:      linux-iio@vger.kernel.org
6849 S:      Maintained
6850 F:      drivers/iio/gyro/mpu3050*
6851 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6852
6853 IOC3 ETHERNET DRIVER
6854 M:      Ralf Baechle <ralf@linux-mips.org>
6855 L:      linux-mips@linux-mips.org
6856 S:      Maintained
6857 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6858
6859 IOC3 SERIAL DRIVER
6860 M:      Pat Gefre <pfg@sgi.com>
6861 L:      linux-serial@vger.kernel.org
6862 S:      Maintained
6863 F:      drivers/tty/serial/ioc3_serial.c
6864
6865 IOMMU DRIVERS
6866 M:      Joerg Roedel <joro@8bytes.org>
6867 L:      iommu@lists.linux-foundation.org
6868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6869 S:      Maintained
6870 F:      Documentation/devicetree/bindings/iommu/
6871 F:      drivers/iommu/
6872 F:      include/linux/iommu.h
6873 F:      include/linux/iova.h
6874
6875 IP MASQUERADING
6876 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6877 S:      Maintained
6878 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6879
6880 IPMI SUBSYSTEM
6881 M:      Corey Minyard <minyard@acm.org>
6882 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6883 W:      http://openipmi.sourceforge.net/
6884 S:      Supported
6885 F:      Documentation/IPMI.txt
6886 F:      drivers/char/ipmi/
6887 F:      include/linux/ipmi*
6888 F:      include/uapi/linux/ipmi*
6889
6890 QCOM AUDIO (ASoC) DRIVERS
6891 M:      Patrick Lai <plai@codeaurora.org>
6892 M:      Banajit Goswami <bgoswami@codeaurora.org>
6893 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6894 S:      Supported
6895 F:      sound/soc/qcom/
6896
6897 IPS SCSI RAID DRIVER
6898 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6899 L:      linux-scsi@vger.kernel.org
6900 W:      http://www.adaptec.com/
6901 S:      Maintained
6902 F:      drivers/scsi/ips*
6903
6904 IPVS
6905 M:      Wensong Zhang <wensong@linux-vs.org>
6906 M:      Simon Horman <horms@verge.net.au>
6907 M:      Julian Anastasov <ja@ssi.bg>
6908 L:      netdev@vger.kernel.org
6909 L:      lvs-devel@vger.kernel.org
6910 S:      Maintained
6911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6913 F:      Documentation/networking/ipvs-sysctl.txt
6914 F:      include/net/ip_vs.h
6915 F:      include/uapi/linux/ip_vs.h
6916 F:      net/netfilter/ipvs/
6917
6918 IPWIRELESS DRIVER
6919 M:      Jiri Kosina <jikos@kernel.org>
6920 M:      David Sterba <dsterba@suse.com>
6921 S:      Odd Fixes
6922 F:      drivers/tty/ipwireless/
6923
6924 IPX NETWORK LAYER
6925 L:      netdev@vger.kernel.org
6926 S:      Odd fixes
6927 F:      include/net/ipx.h
6928 F:      include/uapi/linux/ipx.h
6929 F:      net/ipx/
6930
6931 IRDA SUBSYSTEM
6932 M:      Samuel Ortiz <samuel@sortiz.org>
6933 L:      irda-users@lists.sourceforge.net (subscribers-only)
6934 L:      netdev@vger.kernel.org
6935 W:      http://irda.sourceforge.net/
6936 S:      Maintained
6937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6938 F:      Documentation/networking/irda.txt
6939 F:      drivers/net/irda/
6940 F:      include/net/irda/
6941 F:      net/irda/
6942
6943 IRQ SUBSYSTEM
6944 M:      Thomas Gleixner <tglx@linutronix.de>
6945 L:      linux-kernel@vger.kernel.org
6946 S:      Maintained
6947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6948 F:      kernel/irq/
6949
6950 IRQCHIP DRIVERS
6951 M:      Thomas Gleixner <tglx@linutronix.de>
6952 M:      Jason Cooper <jason@lakedaemon.net>
6953 M:      Marc Zyngier <marc.zyngier@arm.com>
6954 L:      linux-kernel@vger.kernel.org
6955 S:      Maintained
6956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6957 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6958 F:      Documentation/devicetree/bindings/interrupt-controller/
6959 F:      drivers/irqchip/
6960
6961 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6962 M:      Marc Zyngier <marc.zyngier@arm.com>
6963 S:      Maintained
6964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6965 F:      Documentation/IRQ-domain.txt
6966 F:      include/linux/irqdomain.h
6967 F:      kernel/irq/irqdomain.c
6968 F:      kernel/irq/msi.c
6969
6970 ISA
6971 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6972 S:      Maintained
6973 F:      Documentation/isa.txt
6974 F:      drivers/base/isa.c
6975 F:      include/linux/isa.h
6976
6977 ISAPNP
6978 M:      Jaroslav Kysela <perex@perex.cz>
6979 S:      Maintained
6980 F:      Documentation/isapnp.txt
6981 F:      drivers/pnp/isapnp/
6982 F:      include/linux/isapnp.h
6983
6984 ISA RADIO MODULE
6985 M:      Hans Verkuil <hverkuil@xs4all.nl>
6986 L:      linux-media@vger.kernel.org
6987 T:      git git://linuxtv.org/media_tree.git
6988 W:      https://linuxtv.org
6989 S:      Maintained
6990 F:      drivers/media/radio/radio-isa*
6991
6992 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6993 M:      Peter Jones <pjones@redhat.com>
6994 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6995 S:      Maintained
6996 F:      drivers/firmware/iscsi_ibft*
6997
6998 ISCSI
6999 M:      Lee Duncan <lduncan@suse.com>
7000 M:      Chris Leech <cleech@redhat.com>
7001 L:      open-iscsi@googlegroups.com
7002 W:      www.open-iscsi.com
7003 S:      Maintained
7004 F:      drivers/scsi/*iscsi*
7005 F:      include/scsi/*iscsi*
7006
7007 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7008 M:      Or Gerlitz <ogerlitz@mellanox.com>
7009 M:      Sagi Grimberg <sagi@grimberg.me>
7010 M:      Roi Dayan <roid@mellanox.com>
7011 L:      linux-rdma@vger.kernel.org
7012 S:      Supported
7013 W:      http://www.openfabrics.org
7014 W:      www.open-iscsi.org
7015 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7016 F:      drivers/infiniband/ulp/iser/
7017
7018 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7019 M:      Sagi Grimberg <sagi@grimberg.me>
7020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7021 L:      linux-rdma@vger.kernel.org
7022 L:      target-devel@vger.kernel.org
7023 S:      Supported
7024 W:      http://www.linux-iscsi.org
7025 F:      drivers/infiniband/ulp/isert
7026
7027 ISDN SUBSYSTEM
7028 M:      Karsten Keil <isdn@linux-pingi.de>
7029 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7030 L:      netdev@vger.kernel.org
7031 W:      http://www.isdn4linux.de
7032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7033 S:      Maintained
7034 F:      Documentation/isdn/
7035 F:      drivers/isdn/
7036 F:      include/linux/isdn.h
7037 F:      include/linux/isdn/
7038 F:      include/uapi/linux/isdn.h
7039 F:      include/uapi/linux/isdn/
7040
7041 ISDN SUBSYSTEM (Eicon active card driver)
7042 M:      Armin Schindler <mac@melware.de>
7043 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7044 W:      http://www.melware.de
7045 S:      Maintained
7046 F:      drivers/isdn/hardware/eicon/
7047
7048 IT87 HARDWARE MONITORING DRIVER
7049 M:      Jean Delvare <jdelvare@suse.com>
7050 L:      linux-hwmon@vger.kernel.org
7051 S:      Maintained
7052 F:      Documentation/hwmon/it87
7053 F:      drivers/hwmon/it87.c
7054
7055 IT913X MEDIA DRIVER
7056 M:      Antti Palosaari <crope@iki.fi>
7057 L:      linux-media@vger.kernel.org
7058 W:      https://linuxtv.org
7059 W:      http://palosaari.fi/linux/
7060 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7061 T:      git git://linuxtv.org/anttip/media_tree.git
7062 S:      Maintained
7063 F:      drivers/media/tuners/it913x*
7064
7065 IVTV VIDEO4LINUX DRIVER
7066 M:      Andy Walls <awalls@md.metrocast.net>
7067 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
7068 L:      linux-media@vger.kernel.org
7069 T:      git git://linuxtv.org/media_tree.git
7070 W:      http://www.ivtvdriver.org
7071 S:      Maintained
7072 F:      Documentation/media/v4l-drivers/ivtv*
7073 F:      drivers/media/pci/ivtv/
7074 F:      include/uapi/linux/ivtv*
7075
7076 IX2505V MEDIA DRIVER
7077 M:      Malcolm Priestley <tvboxspy@gmail.com>
7078 L:      linux-media@vger.kernel.org
7079 W:      https://linuxtv.org
7080 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7081 S:      Maintained
7082 F:      drivers/media/dvb-frontends/ix2505v*
7083
7084 JC42.4 TEMPERATURE SENSOR DRIVER
7085 M:      Guenter Roeck <linux@roeck-us.net>
7086 L:      linux-hwmon@vger.kernel.org
7087 S:      Maintained
7088 F:      drivers/hwmon/jc42.c
7089 F:      Documentation/hwmon/jc42
7090
7091 JFS FILESYSTEM
7092 M:      Dave Kleikamp <shaggy@kernel.org>
7093 L:      jfs-discussion@lists.sourceforge.net
7094 W:      http://jfs.sourceforge.net/
7095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7096 S:      Maintained
7097 F:      Documentation/filesystems/jfs.txt
7098 F:      fs/jfs/
7099
7100 JME NETWORK DRIVER
7101 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
7102 L:      netdev@vger.kernel.org
7103 S:      Maintained
7104 F:      drivers/net/ethernet/jme.*
7105
7106 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7107 M:      David Woodhouse <dwmw2@infradead.org>
7108 L:      linux-mtd@lists.infradead.org
7109 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7110 S:      Maintained
7111 F:      fs/jffs2/
7112 F:      include/uapi/linux/jffs2.h
7113
7114 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7115 M:      "Theodore Ts'o" <tytso@mit.edu>
7116 M:      Jan Kara <jack@suse.com>
7117 L:      linux-ext4@vger.kernel.org
7118 S:      Maintained
7119 F:      fs/jbd2/
7120 F:      include/linux/jbd2.h
7121
7122 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7123 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7124 L:      linux-media@vger.kernel.org
7125 S:      Maintained
7126 F:      drivers/media/platform/rcar_jpu.c
7127
7128 JSM Neo PCI based serial card
7129 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
7130 L:      linux-serial@vger.kernel.org
7131 S:      Maintained
7132 F:      drivers/tty/serial/jsm/
7133
7134 K10TEMP HARDWARE MONITORING DRIVER
7135 M:      Clemens Ladisch <clemens@ladisch.de>
7136 L:      linux-hwmon@vger.kernel.org
7137 S:      Maintained
7138 F:      Documentation/hwmon/k10temp
7139 F:      drivers/hwmon/k10temp.c
7140
7141 K8TEMP HARDWARE MONITORING DRIVER
7142 M:      Rudolf Marek <r.marek@assembler.cz>
7143 L:      linux-hwmon@vger.kernel.org
7144 S:      Maintained
7145 F:      Documentation/hwmon/k8temp
7146 F:      drivers/hwmon/k8temp.c
7147
7148 KASAN
7149 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
7150 R:      Alexander Potapenko <glider@google.com>
7151 R:      Dmitry Vyukov <dvyukov@google.com>
7152 L:      kasan-dev@googlegroups.com
7153 S:      Maintained
7154 F:      arch/*/include/asm/kasan.h
7155 F:      arch/*/mm/kasan_init*
7156 F:      Documentation/dev-tools/kasan.rst
7157 F:      include/linux/kasan*.h
7158 F:      lib/test_kasan.c
7159 F:      mm/kasan/
7160 F:      scripts/Makefile.kasan
7161
7162 KCONFIG
7163 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
7164 L:      linux-kbuild@vger.kernel.org
7165 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
7166 S:      Maintained
7167 F:      Documentation/kbuild/kconfig-language.txt
7168 F:      scripts/kconfig/
7169
7170 KDUMP
7171 M:      Dave Young <dyoung@redhat.com>
7172 M:      Baoquan He <bhe@redhat.com>
7173 R:      Vivek Goyal <vgoyal@redhat.com>
7174 L:      kexec@lists.infradead.org
7175 W:      http://lse.sourceforge.net/kdump/
7176 S:      Maintained
7177 F:      Documentation/kdump/
7178
7179 KEENE FM RADIO TRANSMITTER DRIVER
7180 M:      Hans Verkuil <hverkuil@xs4all.nl>
7181 L:      linux-media@vger.kernel.org
7182 T:      git git://linuxtv.org/media_tree.git
7183 W:      https://linuxtv.org
7184 S:      Maintained
7185 F:      drivers/media/radio/radio-keene*
7186
7187 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7188 M:      Ian Kent <raven@themaw.net>
7189 L:      autofs@vger.kernel.org
7190 S:      Maintained
7191 F:      fs/autofs4/
7192
7193 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7194 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
7195 M:      Michal Marek <mmarek@suse.com>
7196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7197 L:      linux-kbuild@vger.kernel.org
7198 S:      Maintained
7199 F:      Documentation/kbuild/
7200 F:      Makefile
7201 F:      scripts/Makefile.*
7202 F:      scripts/basic/
7203 F:      scripts/mk*
7204 F:      scripts/package/
7205
7206 KERNEL JANITORS
7207 L:      kernel-janitors@vger.kernel.org
7208 W:      http://kernelnewbies.org/KernelJanitors
7209 S:      Odd Fixes
7210
7211 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7212 M:      "J. Bruce Fields" <bfields@fieldses.org>
7213 M:      Jeff Layton <jlayton@poochiereds.net>
7214 L:      linux-nfs@vger.kernel.org
7215 W:      http://nfs.sourceforge.net/
7216 T:      git git://linux-nfs.org/~bfields/linux.git
7217 S:      Supported
7218 F:      fs/nfsd/
7219 F:      include/uapi/linux/nfsd/
7220 F:      fs/lockd/
7221 F:      fs/nfs_common/
7222 F:      net/sunrpc/
7223 F:      include/linux/lockd/
7224 F:      include/linux/sunrpc/
7225 F:      include/uapi/linux/sunrpc/
7226
7227 KERNEL SELFTEST FRAMEWORK
7228 M:      Shuah Khan <shuahkh@osg.samsung.com>
7229 M:      Shuah Khan <shuah@kernel.org>
7230 L:      linux-kselftest@vger.kernel.org
7231 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7232 S:      Maintained
7233 F:      tools/testing/selftests
7234
7235 KERNEL VIRTUAL MACHINE (KVM)
7236 M:      Paolo Bonzini <pbonzini@redhat.com>
7237 M:      Radim Krčmář <rkrcmar@redhat.com>
7238 L:      kvm@vger.kernel.org
7239 W:      http://www.linux-kvm.org
7240 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7241 S:      Supported
7242 F:      Documentation/*/kvm*.txt
7243 F:      Documentation/virtual/kvm/
7244 F:      arch/*/kvm/
7245 F:      arch/x86/kernel/kvm.c
7246 F:      arch/x86/kernel/kvmclock.c
7247 F:      arch/*/include/asm/kvm*
7248 F:      include/linux/kvm*
7249 F:      include/uapi/linux/kvm*
7250 F:      virt/kvm/
7251 F:      tools/kvm/
7252
7253 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7254 M:      Joerg Roedel <joro@8bytes.org>
7255 L:      kvm@vger.kernel.org
7256 W:      http://www.linux-kvm.org/
7257 S:      Maintained
7258 F:      arch/x86/include/asm/svm.h
7259 F:      arch/x86/kvm/svm.c
7260
7261 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7262 M:      Alexander Graf <agraf@suse.com>
7263 L:      kvm-ppc@vger.kernel.org
7264 W:      http://www.linux-kvm.org/
7265 T:      git git://github.com/agraf/linux-2.6.git
7266 S:      Supported
7267 F:      arch/powerpc/include/asm/kvm*
7268 F:      arch/powerpc/kvm/
7269
7270 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7271 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7272 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7273 L:      linux-s390@vger.kernel.org
7274 W:      http://www.ibm.com/developerworks/linux/linux390/
7275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7276 S:      Supported
7277 F:      Documentation/s390/kvm.txt
7278 F:      arch/s390/include/asm/kvm*
7279 F:      arch/s390/kvm/
7280 F:      arch/s390/mm/gmap.c
7281
7282 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7283 M:      Christoffer Dall <christoffer.dall@linaro.org>
7284 M:      Marc Zyngier <marc.zyngier@arm.com>
7285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7286 L:      kvmarm@lists.cs.columbia.edu
7287 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7289 S:      Supported
7290 F:      arch/arm/include/uapi/asm/kvm*
7291 F:      arch/arm/include/asm/kvm*
7292 F:      arch/arm/kvm/
7293 F:      virt/kvm/arm/
7294 F:      include/kvm/arm_*
7295
7296 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7297 M:      Christoffer Dall <christoffer.dall@linaro.org>
7298 M:      Marc Zyngier <marc.zyngier@arm.com>
7299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7300 L:      kvmarm@lists.cs.columbia.edu
7301 S:      Maintained
7302 F:      arch/arm64/include/uapi/asm/kvm*
7303 F:      arch/arm64/include/asm/kvm*
7304 F:      arch/arm64/kvm/
7305
7306 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7307 M:      James Hogan <james.hogan@imgtec.com>
7308 L:      linux-mips@linux-mips.org
7309 S:      Supported
7310 F:      arch/mips/include/uapi/asm/kvm*
7311 F:      arch/mips/include/asm/kvm*
7312 F:      arch/mips/kvm/
7313
7314 KERNFS
7315 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7316 M:      Tejun Heo <tj@kernel.org>
7317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7318 S:      Supported
7319 F:      include/linux/kernfs.h
7320 F:      fs/kernfs/
7321
7322 KEXEC
7323 M:      Eric Biederman <ebiederm@xmission.com>
7324 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7325 L:      kexec@lists.infradead.org
7326 S:      Maintained
7327 F:      include/linux/kexec.h
7328 F:      include/uapi/linux/kexec.h
7329 F:      kernel/kexec*
7330
7331 KEYS/KEYRINGS:
7332 M:      David Howells <dhowells@redhat.com>
7333 L:      keyrings@vger.kernel.org
7334 S:      Maintained
7335 F:      Documentation/security/keys.txt
7336 F:      include/linux/key.h
7337 F:      include/linux/key-type.h
7338 F:      include/linux/keyctl.h
7339 F:      include/uapi/linux/keyctl.h
7340 F:      include/keys/
7341 F:      security/keys/
7342
7343 KEYS-TRUSTED
7344 M:      David Safford <safford@us.ibm.com>
7345 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7346 L:      linux-security-module@vger.kernel.org
7347 L:      keyrings@vger.kernel.org
7348 S:      Supported
7349 F:      Documentation/security/keys-trusted-encrypted.txt
7350 F:      include/keys/trusted-type.h
7351 F:      security/keys/trusted.c
7352 F:      security/keys/trusted.h
7353
7354 KEYS-ENCRYPTED
7355 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7356 M:      David Safford <safford@us.ibm.com>
7357 L:      linux-security-module@vger.kernel.org
7358 L:      keyrings@vger.kernel.org
7359 S:      Supported
7360 F:      Documentation/security/keys-trusted-encrypted.txt
7361 F:      include/keys/encrypted-type.h
7362 F:      security/keys/encrypted-keys/
7363
7364 KGDB / KDB /debug_core
7365 M:      Jason Wessel <jason.wessel@windriver.com>
7366 W:      http://kgdb.wiki.kernel.org/
7367 L:      kgdb-bugreport@lists.sourceforge.net
7368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7369 S:      Maintained
7370 F:      Documentation/DocBook/kgdb.tmpl
7371 F:      drivers/misc/kgdbts.c
7372 F:      drivers/tty/serial/kgdboc.c
7373 F:      include/linux/kdb.h
7374 F:      include/linux/kgdb.h
7375 F:      kernel/debug/
7376
7377 KMEMCHECK
7378 M:      Vegard Nossum <vegardno@ifi.uio.no>
7379 M:      Pekka Enberg <penberg@kernel.org>
7380 S:      Maintained
7381 F:      Documentation/dev-tools/kmemcheck.rst
7382 F:      arch/x86/include/asm/kmemcheck.h
7383 F:      arch/x86/mm/kmemcheck/
7384 F:      include/linux/kmemcheck.h
7385 F:      mm/kmemcheck.c
7386
7387 KMEMLEAK
7388 M:      Catalin Marinas <catalin.marinas@arm.com>
7389 S:      Maintained
7390 F:      Documentation/dev-tools/kmemleak.rst
7391 F:      include/linux/kmemleak.h
7392 F:      mm/kmemleak.c
7393 F:      mm/kmemleak-test.c
7394
7395 KPROBES
7396 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7397 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7398 M:      "David S. Miller" <davem@davemloft.net>
7399 M:      Masami Hiramatsu <mhiramat@kernel.org>
7400 S:      Maintained
7401 F:      Documentation/kprobes.txt
7402 F:      include/linux/kprobes.h
7403 F:      include/asm-generic/kprobes.h
7404 F:      kernel/kprobes.c
7405
7406 KS0108 LCD CONTROLLER DRIVER
7407 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7408 W:      http://miguelojeda.es/auxdisplay.htm
7409 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7410 S:      Maintained
7411 F:      Documentation/auxdisplay/ks0108
7412 F:      drivers/auxdisplay/ks0108.c
7413 F:      include/linux/ks0108.h
7414
7415 L3MDEV
7416 M:      David Ahern <dsa@cumulusnetworks.com>
7417 L:      netdev@vger.kernel.org
7418 S:      Maintained
7419 F:      net/l3mdev
7420 F:      include/net/l3mdev.h
7421
7422 LANTIQ MIPS ARCHITECTURE
7423 M:      John Crispin <john@phrozen.org>
7424 L:      linux-mips@linux-mips.org
7425 S:      Maintained
7426 F:      arch/mips/lantiq
7427
7428 LAPB module
7429 L:      linux-x25@vger.kernel.org
7430 S:      Orphan
7431 F:      Documentation/networking/lapb-module.txt
7432 F:      include/*/lapb.h
7433 F:      net/lapb/
7434
7435 LASI 53c700 driver for PARISC
7436 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7437 L:      linux-scsi@vger.kernel.org
7438 S:      Maintained
7439 F:      Documentation/scsi/53c700.txt
7440 F:      drivers/scsi/53c700*
7441
7442 LED SUBSYSTEM
7443 M:      Richard Purdie <rpurdie@rpsys.net>
7444 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
7445 M:      Pavel Machek <pavel@ucw.cz>
7446 L:      linux-leds@vger.kernel.org
7447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7448 S:      Maintained
7449 F:      Documentation/devicetree/bindings/leds/
7450 F:      drivers/leds/
7451 F:      include/linux/leds.h
7452
7453 LEGACY EEPROM DRIVER
7454 M:      Jean Delvare <jdelvare@suse.com>
7455 S:      Maintained
7456 F:      Documentation/misc-devices/eeprom
7457 F:      drivers/misc/eeprom/eeprom.c
7458
7459 LEGO USB Tower driver
7460 M:      Juergen Stuber <starblue@users.sourceforge.net>
7461 L:      legousb-devel@lists.sourceforge.net
7462 W:      http://legousb.sourceforge.net/
7463 S:      Maintained
7464 F:      drivers/usb/misc/legousbtower.c
7465
7466 LG2160 MEDIA DRIVER
7467 M:      Michael Krufky <mkrufky@linuxtv.org>
7468 L:      linux-media@vger.kernel.org
7469 W:      https://linuxtv.org
7470 W:      http://github.com/mkrufky
7471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7472 T:      git git://linuxtv.org/mkrufky/tuners.git
7473 S:      Maintained
7474 F:      drivers/media/dvb-frontends/lg2160.*
7475
7476 LGDT3305 MEDIA DRIVER
7477 M:      Michael Krufky <mkrufky@linuxtv.org>
7478 L:      linux-media@vger.kernel.org
7479 W:      https://linuxtv.org
7480 W:      http://github.com/mkrufky
7481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7482 T:      git git://linuxtv.org/mkrufky/tuners.git
7483 S:      Maintained
7484 F:      drivers/media/dvb-frontends/lgdt3305.*
7485
7486 LGUEST
7487 M:      Rusty Russell <rusty@rustcorp.com.au>
7488 L:      lguest@lists.ozlabs.org
7489 W:      http://lguest.ozlabs.org/
7490 S:      Odd Fixes
7491 F:      arch/x86/include/asm/lguest*.h
7492 F:      arch/x86/lguest/
7493 F:      drivers/lguest/
7494 F:      include/linux/lguest*.h
7495 F:      tools/lguest/
7496
7497 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7498 M:      Tejun Heo <tj@kernel.org>
7499 L:      linux-ide@vger.kernel.org
7500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7501 S:      Maintained
7502 F:      drivers/ata/
7503 F:      include/linux/ata.h
7504 F:      include/linux/libata.h
7505 F:      Documentation/devicetree/bindings/ata/
7506
7507 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7508 M:      Viresh Kumar <vireshk@kernel.org>
7509 L:      linux-ide@vger.kernel.org
7510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7511 S:      Maintained
7512 F:      include/linux/pata_arasan_cf_data.h
7513 F:      drivers/ata/pata_arasan_cf.c
7514
7515 LIBATA PATA DRIVERS
7516 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7517 M:      Tejun Heo <tj@kernel.org>
7518 L:      linux-ide@vger.kernel.org
7519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7520 S:      Maintained
7521 F:      drivers/ata/pata_*.c
7522 F:      drivers/ata/ata_generic.c
7523
7524 LIBATA SATA AHCI PLATFORM devices support
7525 M:      Hans de Goede <hdegoede@redhat.com>
7526 M:      Tejun Heo <tj@kernel.org>
7527 L:      linux-ide@vger.kernel.org
7528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7529 S:      Maintained
7530 F:      drivers/ata/ahci_platform.c
7531 F:      drivers/ata/libahci_platform.c
7532 F:      include/linux/ahci_platform.h
7533
7534 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7535 M:      Mikael Pettersson <mikpelinux@gmail.com>
7536 L:      linux-ide@vger.kernel.org
7537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7538 S:      Maintained
7539 F:      drivers/ata/sata_promise.*
7540
7541 LIBLOCKDEP
7542 M:      Sasha Levin <sasha.levin@oracle.com>
7543 S:      Maintained
7544 F:      tools/lib/lockdep/
7545
7546 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7547 M:      Dan Williams <dan.j.williams@intel.com>
7548 L:      linux-nvdimm@lists.01.org
7549 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7551 S:      Supported
7552 F:      drivers/nvdimm/*
7553 F:      include/linux/nd.h
7554 F:      include/linux/libnvdimm.h
7555 F:      include/uapi/linux/ndctl.h
7556
7557 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7558 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7559 L:      linux-nvdimm@lists.01.org
7560 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7561 S:      Supported
7562 F:      drivers/nvdimm/blk.c
7563 F:      drivers/nvdimm/region_devs.c
7564 F:      drivers/acpi/nfit*
7565
7566 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7567 M:      Vishal Verma <vishal.l.verma@intel.com>
7568 L:      linux-nvdimm@lists.01.org
7569 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7570 S:      Supported
7571 F:      drivers/nvdimm/btt*
7572
7573 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7574 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7575 L:      linux-nvdimm@lists.01.org
7576 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7577 S:      Supported
7578 F:      drivers/nvdimm/pmem.c
7579 F:      include/linux/pmem.h
7580 F:      arch/*/include/asm/pmem.h
7581
7582 LIGHTNVM PLATFORM SUPPORT
7583 M:      Matias Bjorling <mb@lightnvm.io>
7584 W:      http://github/OpenChannelSSD
7585 L:      linux-block@vger.kernel.org
7586 S:      Maintained
7587 F:      drivers/lightnvm/
7588 F:      include/linux/lightnvm.h
7589 F:      include/uapi/linux/lightnvm.h
7590
7591 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7592 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7593 M:      Paul Mackerras <paulus@samba.org>
7594 M:      Michael Ellerman <mpe@ellerman.id.au>
7595 W:      https://github.com/linuxppc/linux/wiki
7596 L:      linuxppc-dev@lists.ozlabs.org
7597 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7599 S:      Supported
7600 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
7601 F:      Documentation/devicetree/bindings/powerpc/
7602 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
7603 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
7604 F:      Documentation/powerpc/
7605 F:      arch/powerpc/
7606 F:      drivers/char/tpm/tpm_ibmvtpm*
7607 F:      drivers/crypto/nx/
7608 F:      drivers/crypto/vmx/
7609 F:      drivers/i2c/busses/i2c-opal.c
7610 F:      drivers/net/ethernet/ibm/ibmveth.*
7611 F:      drivers/net/ethernet/ibm/ibmvnic.*
7612 F:      drivers/pci/hotplug/pnv_php.c
7613 F:      drivers/pci/hotplug/rpa*
7614 F:      drivers/rtc/rtc-opal.c
7615 F:      drivers/scsi/ibmvscsi/
7616 F:      drivers/tty/hvc/hvc_opal.c
7617 F:      tools/testing/selftests/powerpc
7618 N:      /pmac
7619 N:      powermac
7620 N:      powernv
7621 N:      [^a-z0-9]ps3
7622 N:      pseries
7623
7624 LINUX FOR POWER MACINTOSH
7625 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7626 W:      http://www.penguinppc.org/
7627 L:      linuxppc-dev@lists.ozlabs.org
7628 S:      Maintained
7629 F:      arch/powerpc/platforms/powermac/
7630 F:      drivers/macintosh/
7631
7632 LINUX FOR POWERPC EMBEDDED MPC5XXX
7633 M:      Anatolij Gustschin <agust@denx.de>
7634 L:      linuxppc-dev@lists.ozlabs.org
7635 T:      git git://git.denx.de/linux-denx-agust.git
7636 S:      Maintained
7637 F:      arch/powerpc/platforms/512x/
7638 F:      arch/powerpc/platforms/52xx/
7639
7640 LINUX FOR POWERPC EMBEDDED PPC4XX
7641 M:      Alistair Popple <alistair@popple.id.au>
7642 M:      Matt Porter <mporter@kernel.crashing.org>
7643 W:      http://www.penguinppc.org/
7644 L:      linuxppc-dev@lists.ozlabs.org
7645 S:      Maintained
7646 F:      arch/powerpc/platforms/40x/
7647 F:      arch/powerpc/platforms/44x/
7648
7649 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7650 L:      linuxppc-dev@lists.ozlabs.org
7651 S:      Orphan
7652 F:      arch/powerpc/*/*virtex*
7653 F:      arch/powerpc/*/*/*virtex*
7654
7655 LINUX FOR POWERPC EMBEDDED PPC8XX
7656 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7657 W:      http://www.penguinppc.org/
7658 L:      linuxppc-dev@lists.ozlabs.org
7659 S:      Maintained
7660 F:      arch/powerpc/platforms/8xx/
7661
7662 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7663 M:      Scott Wood <oss@buserror.net>
7664 M:      Kumar Gala <galak@kernel.crashing.org>
7665 W:      http://www.penguinppc.org/
7666 L:      linuxppc-dev@lists.ozlabs.org
7667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7668 S:      Maintained
7669 F:      arch/powerpc/platforms/83xx/
7670 F:      arch/powerpc/platforms/85xx/
7671
7672 LINUX FOR POWERPC PA SEMI PWRFICIENT
7673 L:      linuxppc-dev@lists.ozlabs.org
7674 S:      Orphan
7675 F:      arch/powerpc/platforms/pasemi/
7676 F:      drivers/*/*pasemi*
7677 F:      drivers/*/*/*pasemi*
7678
7679 LINUX SECURITY MODULE (LSM) FRAMEWORK
7680 M:      Chris Wright <chrisw@sous-sol.org>
7681 L:      linux-security-module@vger.kernel.org
7682 S:      Supported
7683
7684 LIS3LV02D ACCELEROMETER DRIVER
7685 M:      Eric Piel <eric.piel@tremplin-utc.net>
7686 S:      Maintained
7687 F:      Documentation/misc-devices/lis3lv02d
7688 F:      drivers/misc/lis3lv02d/
7689 F:      drivers/platform/x86/hp_accel.c
7690
7691 LIVE PATCHING
7692 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7693 M:      Jessica Yu <jeyu@redhat.com>
7694 M:      Jiri Kosina <jikos@kernel.org>
7695 M:      Miroslav Benes <mbenes@suse.cz>
7696 R:      Petr Mladek <pmladek@suse.com>
7697 S:      Maintained
7698 F:      kernel/livepatch/
7699 F:      include/linux/livepatch.h
7700 F:      arch/x86/include/asm/livepatch.h
7701 F:      arch/x86/kernel/livepatch.c
7702 F:      Documentation/livepatch/
7703 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7704 F:      samples/livepatch/
7705 L:      live-patching@vger.kernel.org
7706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7707
7708 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7709 M:      Kees Cook <keescook@chromium.org>
7710 S:      Maintained
7711 F:      drivers/misc/lkdtm*
7712
7713 LLC (802.2)
7714 L:      netdev@vger.kernel.org
7715 S:      Odd fixes
7716 F:      include/linux/llc.h
7717 F:      include/uapi/linux/llc.h
7718 F:      include/net/llc*
7719 F:      net/llc/
7720
7721 LM73 HARDWARE MONITOR DRIVER
7722 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7723 L:      linux-hwmon@vger.kernel.org
7724 S:      Maintained
7725 F:      drivers/hwmon/lm73.c
7726
7727 LM78 HARDWARE MONITOR DRIVER
7728 M:      Jean Delvare <jdelvare@suse.com>
7729 L:      linux-hwmon@vger.kernel.org
7730 S:      Maintained
7731 F:      Documentation/hwmon/lm78
7732 F:      drivers/hwmon/lm78.c
7733
7734 LM83 HARDWARE MONITOR DRIVER
7735 M:      Jean Delvare <jdelvare@suse.com>
7736 L:      linux-hwmon@vger.kernel.org
7737 S:      Maintained
7738 F:      Documentation/hwmon/lm83
7739 F:      drivers/hwmon/lm83.c
7740
7741 LM90 HARDWARE MONITOR DRIVER
7742 M:      Jean Delvare <jdelvare@suse.com>
7743 L:      linux-hwmon@vger.kernel.org
7744 S:      Maintained
7745 F:      Documentation/hwmon/lm90
7746 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7747 F:      drivers/hwmon/lm90.c
7748 F:      include/dt-bindings/thermal/lm90.h
7749
7750 LM95234 HARDWARE MONITOR DRIVER
7751 M:      Guenter Roeck <linux@roeck-us.net>
7752 L:      linux-hwmon@vger.kernel.org
7753 S:      Maintained
7754 F:      Documentation/hwmon/lm95234
7755 F:      drivers/hwmon/lm95234.c
7756
7757 LME2510 MEDIA DRIVER
7758 M:      Malcolm Priestley <tvboxspy@gmail.com>
7759 L:      linux-media@vger.kernel.org
7760 W:      https://linuxtv.org
7761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7762 S:      Maintained
7763 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7764
7765 LOCKING PRIMITIVES
7766 M:      Peter Zijlstra <peterz@infradead.org>
7767 M:      Ingo Molnar <mingo@redhat.com>
7768 L:      linux-kernel@vger.kernel.org
7769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7770 S:      Maintained
7771 F:      Documentation/locking/
7772 F:      include/linux/lockdep.h
7773 F:      include/linux/spinlock*.h
7774 F:      arch/*/include/asm/spinlock*.h
7775 F:      include/linux/rwlock*.h
7776 F:      include/linux/mutex*.h
7777 F:      arch/*/include/asm/mutex*.h
7778 F:      include/linux/rwsem*.h
7779 F:      arch/*/include/asm/rwsem.h
7780 F:      include/linux/seqlock.h
7781 F:      lib/locking*.[ch]
7782 F:      kernel/locking/
7783
7784 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7785 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7786 L:      linux-ntfs-dev@lists.sourceforge.net
7787 W:      http://www.linux-ntfs.org/content/view/19/37/
7788 S:      Maintained
7789 F:      Documentation/ldm.txt
7790 F:      block/partitions/ldm.*
7791
7792 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7793 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7794 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7795 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7796 L:      MPT-FusionLinux.pdl@broadcom.com
7797 L:      linux-scsi@vger.kernel.org
7798 W:      http://www.avagotech.com/support/
7799 S:      Supported
7800 F:      drivers/message/fusion/
7801 F:      drivers/scsi/mpt2sas/
7802 F:      drivers/scsi/mpt3sas/
7803
7804 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7805 M:      Matthew Wilcox <matthew@wil.cx>
7806 L:      linux-scsi@vger.kernel.org
7807 S:      Maintained
7808 F:      drivers/scsi/sym53c8xx_2/
7809
7810 LTC4261 HARDWARE MONITOR DRIVER
7811 M:      Guenter Roeck <linux@roeck-us.net>
7812 L:      linux-hwmon@vger.kernel.org
7813 S:      Maintained
7814 F:      Documentation/hwmon/ltc4261
7815 F:      drivers/hwmon/ltc4261.c
7816
7817 LTC4306 I2C MULTIPLEXER DRIVER
7818 M:      Michael Hennerich <michael.hennerich@analog.com>
7819 W:      http://ez.analog.com/community/linux-device-drivers
7820 L:      linux-i2c@vger.kernel.org
7821 S:      Supported
7822 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
7823 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
7824
7825 LTP (Linux Test Project)
7826 M:      Mike Frysinger <vapier@gentoo.org>
7827 M:      Cyril Hrubis <chrubis@suse.cz>
7828 M:      Wanlong Gao <wanlong.gao@gmail.com>
7829 M:      Jan Stancek <jstancek@redhat.com>
7830 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7831 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7832 L:      ltp@lists.linux.it (subscribers-only)
7833 W:      http://linux-test-project.github.io/
7834 T:      git git://github.com/linux-test-project/ltp.git
7835 S:      Maintained
7836
7837 M32R ARCHITECTURE
7838 W:      http://www.linux-m32r.org/
7839 S:      Orphan
7840 F:      arch/m32r/
7841
7842 M68K ARCHITECTURE
7843 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7844 L:      linux-m68k@lists.linux-m68k.org
7845 W:      http://www.linux-m68k.org/
7846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7847 S:      Maintained
7848 F:      arch/m68k/
7849 F:      drivers/zorro/
7850
7851 M68K ON APPLE MACINTOSH
7852 M:      Joshua Thompson <funaho@jurai.org>
7853 W:      http://www.mac.linux-m68k.org/
7854 L:      linux-m68k@lists.linux-m68k.org
7855 S:      Maintained
7856 F:      arch/m68k/mac/
7857
7858 M68K ON HP9000/300
7859 M:      Philip Blundell <philb@gnu.org>
7860 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7861 S:      Maintained
7862 F:      arch/m68k/hp300/
7863
7864 M88DS3103 MEDIA DRIVER
7865 M:      Antti Palosaari <crope@iki.fi>
7866 L:      linux-media@vger.kernel.org
7867 W:      https://linuxtv.org
7868 W:      http://palosaari.fi/linux/
7869 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7870 T:      git git://linuxtv.org/anttip/media_tree.git
7871 S:      Maintained
7872 F:      drivers/media/dvb-frontends/m88ds3103*
7873
7874 M88RS2000 MEDIA DRIVER
7875 M:      Malcolm Priestley <tvboxspy@gmail.com>
7876 L:      linux-media@vger.kernel.org
7877 W:      https://linuxtv.org
7878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7879 S:      Maintained
7880 F:      drivers/media/dvb-frontends/m88rs2000*
7881
7882 MA901 MASTERKIT USB FM RADIO DRIVER
7883 M:      Alexey Klimov <klimov.linux@gmail.com>
7884 L:      linux-media@vger.kernel.org
7885 T:      git git://linuxtv.org/media_tree.git
7886 S:      Maintained
7887 F:      drivers/media/radio/radio-ma901.c
7888
7889 MAC80211
7890 M:      Johannes Berg <johannes@sipsolutions.net>
7891 L:      linux-wireless@vger.kernel.org
7892 W:      http://wireless.kernel.org/
7893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7895 S:      Maintained
7896 F:      Documentation/networking/mac80211-injection.txt
7897 F:      include/net/mac80211.h
7898 F:      net/mac80211/
7899 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7900
7901 MAILBOX API
7902 M:      Jassi Brar <jassisinghbrar@gmail.com>
7903 L:      linux-kernel@vger.kernel.org
7904 S:      Maintained
7905 F:      drivers/mailbox/
7906 F:      include/linux/mailbox_client.h
7907 F:      include/linux/mailbox_controller.h
7908
7909 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7910 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7911 W:      http://www.kernel.org/doc/man-pages
7912 L:      linux-man@vger.kernel.org
7913 S:      Maintained
7914
7915 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7916 M:      Rahul Bedarkar <rahul.bedarkar@imgtec.com>
7917 L:      linux-mips@linux-mips.org
7918 S:      Maintained
7919 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
7920
7921 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7922 M:      Andrew Lunn <andrew@lunn.ch>
7923 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7924 L:      netdev@vger.kernel.org
7925 S:      Maintained
7926 F:      drivers/net/dsa/mv88e6xxx/
7927 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7928
7929 MARVELL ARMADA DRM SUPPORT
7930 M:      Russell King <linux@armlinux.org.uk>
7931 S:      Maintained
7932 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7933 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7934 F:      drivers/gpu/drm/armada/
7935 F:      include/uapi/drm/armada_drm.h
7936 F:      Documentation/devicetree/bindings/display/armada/
7937
7938 MARVELL CRYPTO DRIVER
7939 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7940 M:      Arnaud Ebalard <arno@natisbad.org>
7941 F:      drivers/crypto/marvell/
7942 S:      Maintained
7943 L:      linux-crypto@vger.kernel.org
7944
7945 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7946 M:      Mirko Lindner <mlindner@marvell.com>
7947 M:      Stephen Hemminger <stephen@networkplumber.org>
7948 L:      netdev@vger.kernel.org
7949 S:      Maintained
7950 F:      drivers/net/ethernet/marvell/sk*
7951
7952 MARVELL LIBERTAS WIRELESS DRIVER
7953 L:      libertas-dev@lists.infradead.org
7954 S:      Orphan
7955 F:      drivers/net/wireless/marvell/libertas/
7956
7957 MARVELL MV643XX ETHERNET DRIVER
7958 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7959 L:      netdev@vger.kernel.org
7960 S:      Maintained
7961 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7962 F:      include/linux/mv643xx.h
7963
7964 MARVELL MVNETA ETHERNET DRIVER
7965 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7966 L:      netdev@vger.kernel.org
7967 S:      Maintained
7968 F:      drivers/net/ethernet/marvell/mvneta.*
7969
7970 MARVELL MWIFIEX WIRELESS DRIVER
7971 M:      Amitkumar Karwar <amitkarwar@gmail.com>
7972 M:      Nishant Sarmukadam <nishants@marvell.com>
7973 M:      Ganapathi Bhat <gbhat@marvell.com>
7974 M:      Xinming Hu <huxm@marvell.com>
7975 L:      linux-wireless@vger.kernel.org
7976 S:      Maintained
7977 F:      drivers/net/wireless/marvell/mwifiex/
7978
7979 MARVELL MWL8K WIRELESS DRIVER
7980 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7981 L:      linux-wireless@vger.kernel.org
7982 S:      Odd Fixes
7983 F:      drivers/net/wireless/marvell/mwl8k.c
7984
7985 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7986 M:      Nicolas Pitre <nico@fluxnic.net>
7987 S:      Odd Fixes
7988 F:      drivers/mmc/host/mvsdio.*
7989
7990 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
7991 M:      Hu Ziji <huziji@marvell.com>
7992 L:      linux-mmc@vger.kernel.org
7993 S:      Supported
7994 F:      drivers/mmc/host/sdhci-xenon*
7995 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
7996
7997 MATROX FRAMEBUFFER DRIVER
7998 L:      linux-fbdev@vger.kernel.org
7999 S:      Orphan
8000 F:      drivers/video/fbdev/matrox/matroxfb_*
8001 F:      include/uapi/linux/matroxfb.h
8002
8003 MAX16065 HARDWARE MONITOR DRIVER
8004 M:      Guenter Roeck <linux@roeck-us.net>
8005 L:      linux-hwmon@vger.kernel.org
8006 S:      Maintained
8007 F:      Documentation/hwmon/max16065
8008 F:      drivers/hwmon/max16065.c
8009
8010 MAX20751 HARDWARE MONITOR DRIVER
8011 M:      Guenter Roeck <linux@roeck-us.net>
8012 L:      linux-hwmon@vger.kernel.org
8013 S:      Maintained
8014 F:      Documentation/hwmon/max20751
8015 F:      drivers/hwmon/max20751.c
8016
8017 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8018 L:      linux-hwmon@vger.kernel.org
8019 S:      Orphan
8020 F:      Documentation/hwmon/max6650
8021 F:      drivers/hwmon/max6650.c
8022
8023 MAX6697 HARDWARE MONITOR DRIVER
8024 M:      Guenter Roeck <linux@roeck-us.net>
8025 L:      linux-hwmon@vger.kernel.org
8026 S:      Maintained
8027 F:      Documentation/hwmon/max6697
8028 F:      Documentation/devicetree/bindings/i2c/max6697.txt
8029 F:      drivers/hwmon/max6697.c
8030 F:      include/linux/platform_data/max6697.h
8031
8032 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8033 M:      Peter Rosin <peda@axentia.se>
8034 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8035 S:      Maintained
8036 F:      Documentation/devicetree/bindings/sound/max9860.txt
8037 F:      sound/soc/codecs/max9860.*
8038
8039 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8040 M:      Krzysztof Kozlowski <krzk@kernel.org>
8041 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8042 L:      linux-pm@vger.kernel.org
8043 S:      Supported
8044 F:      drivers/power/supply/max14577_charger.c
8045 F:      drivers/power/supply/max77693_charger.c
8046
8047 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
8048 M:      Javier Martinez Canillas <javier@osg.samsung.com>
8049 L:      linux-kernel@vger.kernel.org
8050 S:      Supported
8051 F:      drivers/*/*max77802*.c
8052 F:      Documentation/devicetree/bindings/*/*max77802.txt
8053 F:      include/dt-bindings/*/*max77802.h
8054
8055 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8056 M:      Chanwoo Choi <cw00.choi@samsung.com>
8057 M:      Krzysztof Kozlowski <krzk@kernel.org>
8058 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8059 L:      linux-kernel@vger.kernel.org
8060 S:      Supported
8061 F:      drivers/*/max14577*.c
8062 F:      drivers/*/max77686*.c
8063 F:      drivers/*/max77693*.c
8064 F:      drivers/extcon/extcon-max14577.c
8065 F:      drivers/extcon/extcon-max77693.c
8066 F:      drivers/rtc/rtc-max77686.c
8067 F:      drivers/clk/clk-max77686.c
8068 F:      Documentation/devicetree/bindings/mfd/max14577.txt
8069 F:      Documentation/devicetree/bindings/*/max77686.txt
8070 F:      Documentation/devicetree/bindings/mfd/max77693.txt
8071 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
8072 F:      include/linux/mfd/max14577*.h
8073 F:      include/linux/mfd/max77686*.h
8074 F:      include/linux/mfd/max77693*.h
8075
8076 MAXIRADIO FM RADIO RECEIVER DRIVER
8077 M:      Hans Verkuil <hverkuil@xs4all.nl>
8078 L:      linux-media@vger.kernel.org
8079 T:      git git://linuxtv.org/media_tree.git
8080 W:      https://linuxtv.org
8081 S:      Maintained
8082 F:      drivers/media/radio/radio-maxiradio*
8083
8084 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8085 M:      Peter Rosin <peda@axentia.se>
8086 L:      linux-iio@vger.kernel.org
8087 S:      Maintained
8088 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8089 F:      drivers/iio/potentiometer/mcp4531.c
8090
8091 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8092 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
8093 L:      linux-iio@vger.kernel.org
8094 S:      Maintained
8095 F:      drivers/iio/dac/cio-dac.c
8096
8097 MEDIA DRIVERS FOR RENESAS - FCP
8098 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8099 L:      linux-media@vger.kernel.org
8100 L:      linux-renesas-soc@vger.kernel.org
8101 T:      git git://linuxtv.org/media_tree.git
8102 S:      Supported
8103 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
8104 F:      drivers/media/platform/rcar-fcp.c
8105 F:      include/media/rcar-fcp.h
8106
8107 MEDIA DRIVERS FOR RENESAS - FDP1
8108 M:      Kieran Bingham <kieran@bingham.xyz>
8109 L:      linux-media@vger.kernel.org
8110 L:      linux-renesas-soc@vger.kernel.org
8111 T:      git git://linuxtv.org/media_tree.git
8112 S:      Supported
8113 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
8114 F:      drivers/media/platform/rcar_fdp1.c
8115
8116 MEDIA DRIVERS FOR RENESAS - VIN
8117 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
8118 L:      linux-media@vger.kernel.org
8119 L:      linux-renesas-soc@vger.kernel.org
8120 T:      git git://linuxtv.org/media_tree.git
8121 S:      Supported
8122 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
8123 F:      drivers/media/platform/rcar-vin/
8124
8125 MEDIA DRIVERS FOR RENESAS - VSP1
8126 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8127 L:      linux-media@vger.kernel.org
8128 L:      linux-renesas-soc@vger.kernel.org
8129 T:      git git://linuxtv.org/media_tree.git
8130 S:      Supported
8131 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
8132 F:      drivers/media/platform/vsp1/
8133
8134 MEDIA DRIVERS FOR HELENE
8135 M:      Abylay Ospan <aospan@netup.ru>
8136 L:      linux-media@vger.kernel.org
8137 W:      https://linuxtv.org
8138 W:      http://netup.tv/
8139 T:      git git://linuxtv.org/media_tree.git
8140 S:      Supported
8141 F:      drivers/media/dvb-frontends/helene*
8142
8143 MEDIA DRIVERS FOR ASCOT2E
8144 M:      Sergey Kozlov <serjk@netup.ru>
8145 M:      Abylay Ospan <aospan@netup.ru>
8146 L:      linux-media@vger.kernel.org
8147 W:      https://linuxtv.org
8148 W:      http://netup.tv/
8149 T:      git git://linuxtv.org/media_tree.git
8150 S:      Supported
8151 F:      drivers/media/dvb-frontends/ascot2e*
8152
8153 MEDIA DRIVERS FOR CXD2841ER
8154 M:      Sergey Kozlov <serjk@netup.ru>
8155 M:      Abylay Ospan <aospan@netup.ru>
8156 L:      linux-media@vger.kernel.org
8157 W:      https://linuxtv.org
8158 W:      http://netup.tv/
8159 T:      git git://linuxtv.org/media_tree.git
8160 S:      Supported
8161 F:      drivers/media/dvb-frontends/cxd2841er*
8162
8163 MEDIA DRIVERS FOR HORUS3A
8164 M:      Sergey Kozlov <serjk@netup.ru>
8165 M:      Abylay Ospan <aospan@netup.ru>
8166 L:      linux-media@vger.kernel.org
8167 W:      https://linuxtv.org
8168 W:      http://netup.tv/
8169 T:      git git://linuxtv.org/media_tree.git
8170 S:      Supported
8171 F:      drivers/media/dvb-frontends/horus3a*
8172
8173 MEDIA DRIVERS FOR LNBH25
8174 M:      Sergey Kozlov <serjk@netup.ru>
8175 M:      Abylay Ospan <aospan@netup.ru>
8176 L:      linux-media@vger.kernel.org
8177 W:      https://linuxtv.org
8178 W:      http://netup.tv/
8179 T:      git git://linuxtv.org/media_tree.git
8180 S:      Supported
8181 F:      drivers/media/dvb-frontends/lnbh25*
8182
8183 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8184 M:      Sergey Kozlov <serjk@netup.ru>
8185 M:      Abylay Ospan <aospan@netup.ru>
8186 L:      linux-media@vger.kernel.org
8187 W:      https://linuxtv.org
8188 W:      http://netup.tv/
8189 T:      git git://linuxtv.org/media_tree.git
8190 S:      Supported
8191 F:      drivers/media/pci/netup_unidvb/*
8192
8193 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8194 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
8195 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
8196 P:      LinuxTV.org Project
8197 L:      linux-media@vger.kernel.org
8198 W:      https://linuxtv.org
8199 Q:      http://patchwork.kernel.org/project/linux-media/list/
8200 T:      git git://linuxtv.org/media_tree.git
8201 S:      Maintained
8202 F:      Documentation/devicetree/bindings/media/
8203 F:      Documentation/media/
8204 F:      drivers/media/
8205 F:      drivers/staging/media/
8206 F:      include/linux/platform_data/media/
8207 F:      include/media/
8208 F:      include/uapi/linux/dvb/
8209 F:      include/uapi/linux/videodev2.h
8210 F:      include/uapi/linux/media.h
8211 F:      include/uapi/linux/v4l2-*
8212 F:      include/uapi/linux/meye.h
8213 F:      include/uapi/linux/ivtv*
8214 F:      include/uapi/linux/uvcvideo.h
8215
8216 MEDIATEK ETHERNET DRIVER
8217 M:      Felix Fietkau <nbd@openwrt.org>
8218 M:      John Crispin <blogic@openwrt.org>
8219 L:      netdev@vger.kernel.org
8220 S:      Maintained
8221 F:      drivers/net/ethernet/mediatek/
8222
8223 MEDIATEK JPEG DRIVER
8224 M:      Rick Chang <rick.chang@mediatek.com>
8225 M:      Bin Liu <bin.liu@mediatek.com>
8226 S:      Supported
8227 F:      drivers/media/platform/mtk-jpeg/
8228 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8229
8230 MEDIATEK MEDIA DRIVER
8231 M:      Tiffany Lin <tiffany.lin@mediatek.com>
8232 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8233 S:      Supported
8234 F:      drivers/media/platform/mtk-vcodec/
8235 F:      drivers/media/platform/mtk-vpu/
8236 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8237 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8238
8239 MEDIATEK MDP DRIVER
8240 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8241 M:      Houlong Wei <houlong.wei@mediatek.com>
8242 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8243 S:      Supported
8244 F:      drivers/media/platform/mtk-mdp/
8245 F:      drivers/media/platform/mtk-vpu/
8246 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8247
8248 MEDIATEK MT7601U WIRELESS LAN DRIVER
8249 M:      Jakub Kicinski <kubakici@wp.pl>
8250 L:      linux-wireless@vger.kernel.org
8251 S:      Maintained
8252 F:      drivers/net/wireless/mediatek/mt7601u/
8253
8254 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8255 M:      Peter Senna Tschudin <peter.senna@collabora.com>
8256 M:      Martin Donnelly <martin.donnelly@ge.com>
8257 M:      Martyn Welch <martyn.welch@collabora.co.uk>
8258 S:      Maintained
8259 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8260 F:      Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8261
8262 MEGARAID SCSI/SAS DRIVERS
8263 M:      Kashyap Desai <kashyap.desai@broadcom.com>
8264 M:      Sumit Saxena <sumit.saxena@broadcom.com>
8265 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8266 L:      megaraidlinux.pdl@broadcom.com
8267 L:      linux-scsi@vger.kernel.org
8268 W:      http://www.avagotech.com/support/
8269 S:      Maintained
8270 F:      Documentation/scsi/megaraid.txt
8271 F:      drivers/scsi/megaraid.*
8272 F:      drivers/scsi/megaraid/
8273
8274 MELFAS MIP4 TOUCHSCREEN DRIVER
8275 M:      Sangwon Jee <jeesw@melfas.com>
8276 W:      http://www.melfas.com
8277 S:      Supported
8278 F:      drivers/input/touchscreen/melfas_mip4.c
8279 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8280
8281 MELLANOX ETHERNET DRIVER (mlx4_en)
8282 M:      Tariq Toukan <tariqt@mellanox.com>
8283 L:      netdev@vger.kernel.org
8284 S:      Supported
8285 W:      http://www.mellanox.com
8286 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8287 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8288
8289 MELLANOX ETHERNET DRIVER (mlx5e)
8290 M:      Saeed Mahameed <saeedm@mellanox.com>
8291 L:      netdev@vger.kernel.org
8292 S:      Supported
8293 W:      http://www.mellanox.com
8294 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8295 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8296
8297 MELLANOX ETHERNET SWITCH DRIVERS
8298 M:      Jiri Pirko <jiri@mellanox.com>
8299 M:      Ido Schimmel <idosch@mellanox.com>
8300 L:      netdev@vger.kernel.org
8301 S:      Supported
8302 W:      http://www.mellanox.com
8303 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8304 F:      drivers/net/ethernet/mellanox/mlxsw/
8305
8306 MELLANOX MLXCPLD I2C AND MUX DRIVER
8307 M:      Vadim Pasternak <vadimp@mellanox.com>
8308 M:      Michael Shych <michaelsh@mellanox.com>
8309 L:      linux-i2c@vger.kernel.org
8310 S:      Supported
8311 F:      drivers/i2c/busses/i2c-mlxcpld.c
8312 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8313 F:      Documentation/i2c/busses/i2c-mlxcpld
8314
8315 MELLANOX MLXCPLD LED DRIVER
8316 M:      Vadim Pasternak <vadimp@mellanox.com>
8317 L:      linux-leds@vger.kernel.org
8318 S:      Supported
8319 F:      drivers/leds/leds-mlxcpld.c
8320 F:      Documentation/leds/leds-mlxcpld.txt
8321
8322 MELLANOX PLATFORM DRIVER
8323 M:      Vadim Pasternak <vadimp@mellanox.com>
8324 L:      platform-driver-x86@vger.kernel.org
8325 S:      Supported
8326 F:      drivers/platform/x86/mlx-platform.c
8327
8328 MELLANOX MLX CPLD HOTPLUG DRIVER
8329 M:      Vadim Pasternak <vadimp@mellanox.com>
8330 L:      platform-driver-x86@vger.kernel.org
8331 S:      Supported
8332 F:      drivers/platform/x86/mlxcpld-hotplug.c
8333 F:      include/linux/platform_data/mlxcpld-hotplug.h
8334
8335 SOFT-ROCE DRIVER (rxe)
8336 M:      Moni Shoua <monis@mellanox.com>
8337 L:      linux-rdma@vger.kernel.org
8338 S:      Supported
8339 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8340 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8341 F:      drivers/infiniband/sw/rxe/
8342 F:      include/uapi/rdma/rdma_user_rxe.h
8343
8344 MEMBARRIER SUPPORT
8345 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8346 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8347 L:      linux-kernel@vger.kernel.org
8348 S:      Supported
8349 F:      kernel/membarrier.c
8350 F:      include/uapi/linux/membarrier.h
8351
8352 MEMORY MANAGEMENT
8353 L:      linux-mm@kvack.org
8354 W:      http://www.linux-mm.org
8355 S:      Maintained
8356 F:      include/linux/mm.h
8357 F:      include/linux/gfp.h
8358 F:      include/linux/mmzone.h
8359 F:      include/linux/memory_hotplug.h
8360 F:      include/linux/vmalloc.h
8361 F:      mm/
8362
8363 MEMORY TECHNOLOGY DEVICES (MTD)
8364 M:      David Woodhouse <dwmw2@infradead.org>
8365 M:      Brian Norris <computersforpeace@gmail.com>
8366 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8367 M:      Marek Vasut <marek.vasut@gmail.com>
8368 M:      Richard Weinberger <richard@nod.at>
8369 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8370 L:      linux-mtd@lists.infradead.org
8371 W:      http://www.linux-mtd.infradead.org/
8372 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8373 T:      git git://git.infradead.org/linux-mtd.git
8374 T:      git git://git.infradead.org/l2-mtd.git
8375 S:      Maintained
8376 F:      Documentation/devicetree/bindings/mtd/
8377 F:      drivers/mtd/
8378 F:      include/linux/mtd/
8379 F:      include/uapi/mtd/
8380
8381 MEN A21 WATCHDOG DRIVER
8382 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8383 L:      linux-watchdog@vger.kernel.org
8384 S:      Maintained
8385 F:      drivers/watchdog/mena21_wdt.c
8386
8387 MEN CHAMELEON BUS (mcb)
8388 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8389 S:      Maintained
8390 F:      drivers/mcb/
8391 F:      include/linux/mcb.h
8392 F:      Documentation/men-chameleon-bus.txt
8393
8394 MEN F21BMC (Board Management Controller)
8395 M:      Andreas Werner <andreas.werner@men.de>
8396 S:      Supported
8397 F:      drivers/mfd/menf21bmc.c
8398 F:      drivers/watchdog/menf21bmc_wdt.c
8399 F:      drivers/leds/leds-menf21bmc.c
8400 F:      drivers/hwmon/menf21bmc_hwmon.c
8401 F:      Documentation/hwmon/menf21bmc
8402
8403 METAG ARCHITECTURE
8404 M:      James Hogan <james.hogan@imgtec.com>
8405 L:      linux-metag@vger.kernel.org
8406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8407 S:      Odd Fixes
8408 F:      arch/metag/
8409 F:      Documentation/metag/
8410 F:      Documentation/devicetree/bindings/metag/
8411 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8412 F:      drivers/clocksource/metag_generic.c
8413 F:      drivers/irqchip/irq-metag.c
8414 F:      drivers/irqchip/irq-metag-ext.c
8415 F:      drivers/tty/metag_da.c
8416
8417 MICROBLAZE ARCHITECTURE
8418 M:      Michal Simek <monstr@monstr.eu>
8419 W:      http://www.monstr.eu/fdt/
8420 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8421 S:      Supported
8422 F:      arch/microblaze/
8423
8424 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8425 M:      Richard Genoud <richard.genoud@gmail.com>
8426 S:      Maintained
8427 F:      drivers/tty/serial/atmel_serial.c
8428 F:      drivers/tty/serial/atmel_serial.h
8429
8430 MICROCHIP / ATMEL DMA DRIVER
8431 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
8432 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8433 L:      dmaengine@vger.kernel.org
8434 S:      Supported
8435 F:      drivers/dma/at_hdmac.c
8436 F:      drivers/dma/at_hdmac_regs.h
8437 F:      include/linux/platform_data/dma-atmel.h
8438
8439 MICROCHIP / ATMEL ISC DRIVER
8440 M:      Songjun Wu <songjun.wu@microchip.com>
8441 L:      linux-media@vger.kernel.org
8442 S:      Supported
8443 F:      drivers/media/platform/atmel/atmel-isc.c
8444 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8445 F:      devicetree/bindings/media/atmel-isc.txt
8446
8447 MICROCHIP USB251XB DRIVER
8448 M:      Richard Leitner <richard.leitner@skidata.com>
8449 L:      linux-usb@vger.kernel.org
8450 S:      Maintained
8451 F:      drivers/usb/misc/usb251xb.c
8452 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
8453
8454 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8455 M:      Chen Yu <yu.c.chen@intel.com>
8456 L:      platform-driver-x86@vger.kernel.org
8457 S:      Supported
8458 F:      drivers/platform/x86/surfacepro3_button.c
8459
8460 MICROTEK X6 SCANNER
8461 M:      Oliver Neukum <oliver@neukum.org>
8462 S:      Maintained
8463 F:      drivers/usb/image/microtek.*
8464
8465 MIPS
8466 M:      Ralf Baechle <ralf@linux-mips.org>
8467 L:      linux-mips@linux-mips.org
8468 W:      http://www.linux-mips.org/
8469 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8470 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8471 S:      Supported
8472 F:      Documentation/devicetree/bindings/mips/
8473 F:      Documentation/mips/
8474 F:      arch/mips/
8475
8476 MIPS/LOONGSON1 ARCHITECTURE
8477 M:      Keguang Zhang <keguang.zhang@gmail.com>
8478 L:      linux-mips@linux-mips.org
8479 S:      Maintained
8480 F:      arch/mips/loongson32/
8481 F:      arch/mips/include/asm/mach-loongson32/
8482 F:      drivers/*/*loongson1*
8483 F:      drivers/*/*/*loongson1*
8484
8485 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8486 M:      Hans Verkuil <hverkuil@xs4all.nl>
8487 L:      linux-media@vger.kernel.org
8488 T:      git git://linuxtv.org/media_tree.git
8489 W:      https://linuxtv.org
8490 S:      Odd Fixes
8491 F:      drivers/media/radio/radio-miropcm20*
8492
8493 MELLANOX MLX4 core VPI driver
8494 M:      Yishai Hadas <yishaih@mellanox.com>
8495 L:      netdev@vger.kernel.org
8496 L:      linux-rdma@vger.kernel.org
8497 W:      http://www.mellanox.com
8498 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8499 S:      Supported
8500 F:      drivers/net/ethernet/mellanox/mlx4/
8501 F:      include/linux/mlx4/
8502 F:      include/uapi/rdma/mlx4-abi.h
8503
8504 MELLANOX MLX4 IB driver
8505 M:      Yishai Hadas <yishaih@mellanox.com>
8506 L:      linux-rdma@vger.kernel.org
8507 W:      http://www.mellanox.com
8508 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8509 S:      Supported
8510 F:      drivers/infiniband/hw/mlx4/
8511 F:      include/linux/mlx4/
8512
8513 MELLANOX MLX5 core VPI driver
8514 M:      Saeed Mahameed <saeedm@mellanox.com>
8515 M:      Matan Barak <matanb@mellanox.com>
8516 M:      Leon Romanovsky <leonro@mellanox.com>
8517 L:      netdev@vger.kernel.org
8518 L:      linux-rdma@vger.kernel.org
8519 W:      http://www.mellanox.com
8520 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8521 S:      Supported
8522 F:      drivers/net/ethernet/mellanox/mlx5/core/
8523 F:      include/linux/mlx5/
8524 F:      include/uapi/rdma/mlx5-abi.h
8525
8526 MELLANOX MLX5 IB driver
8527 M:      Matan Barak <matanb@mellanox.com>
8528 M:      Leon Romanovsky <leonro@mellanox.com>
8529 L:      linux-rdma@vger.kernel.org
8530 W:      http://www.mellanox.com
8531 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8532 S:      Supported
8533 F:      drivers/infiniband/hw/mlx5/
8534 F:      include/linux/mlx5/
8535
8536 MELEXIS MLX90614 DRIVER
8537 M:      Crt Mori <cmo@melexis.com>
8538 L:      linux-iio@vger.kernel.org
8539 W:      http://www.melexis.com
8540 S:      Supported
8541 F:      drivers/iio/temperature/mlx90614.c
8542
8543 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8544 M:      Don Brace <don.brace@microsemi.com>
8545 L:      esc.storagedev@microsemi.com
8546 L:      linux-scsi@vger.kernel.org
8547 S:      Supported
8548 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8549 F:      drivers/scsi/smartpqi/Kconfig
8550 F:      drivers/scsi/smartpqi/Makefile
8551 F:      include/linux/cciss*.h
8552 F:      include/uapi/linux/cciss*.h
8553 F:      Documentation/scsi/smartpqi.txt
8554
8555 MN88472 MEDIA DRIVER
8556 M:      Antti Palosaari <crope@iki.fi>
8557 L:      linux-media@vger.kernel.org
8558 W:      https://linuxtv.org
8559 W:      http://palosaari.fi/linux/
8560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8561 S:      Maintained
8562 F:      drivers/media/dvb-frontends/mn88472*
8563
8564 MN88473 MEDIA DRIVER
8565 M:      Antti Palosaari <crope@iki.fi>
8566 L:      linux-media@vger.kernel.org
8567 W:      https://linuxtv.org
8568 W:      http://palosaari.fi/linux/
8569 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8570 S:      Maintained
8571 F:      drivers/media/dvb-frontends/mn88473*
8572
8573 MODULE SUPPORT
8574 M:      Jessica Yu <jeyu@redhat.com>
8575 M:      Rusty Russell <rusty@rustcorp.com.au>
8576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8577 S:      Maintained
8578 F:      include/linux/module.h
8579 F:      kernel/module.c
8580
8581 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8582 W:      http://popies.net/meye/
8583 S:      Orphan
8584 F:      Documentation/media/v4l-drivers/meye*
8585 F:      drivers/media/pci/meye/
8586 F:      include/uapi/linux/meye.h
8587
8588 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8589 M:      Jiri Slaby <jirislaby@gmail.com>
8590 S:      Maintained
8591 F:      Documentation/serial/moxa-smartio
8592 F:      drivers/tty/mxser.*
8593
8594 MR800 AVERMEDIA USB FM RADIO DRIVER
8595 M:      Alexey Klimov <klimov.linux@gmail.com>
8596 L:      linux-media@vger.kernel.org
8597 T:      git git://linuxtv.org/media_tree.git
8598 S:      Maintained
8599 F:      drivers/media/radio/radio-mr800.c
8600
8601 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8602 M:      Alan Ott <alan@signal11.us>
8603 L:      linux-wpan@vger.kernel.org
8604 S:      Maintained
8605 F:      drivers/net/ieee802154/mrf24j40.c
8606 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8607
8608 MSI LAPTOP SUPPORT
8609 M:      "Lee, Chun-Yi" <jlee@suse.com>
8610 L:      platform-driver-x86@vger.kernel.org
8611 S:      Maintained
8612 F:      drivers/platform/x86/msi-laptop.c
8613
8614 MSI WMI SUPPORT
8615 L:      platform-driver-x86@vger.kernel.org
8616 S:      Orphan
8617 F:      drivers/platform/x86/msi-wmi.c
8618
8619 MSI001 MEDIA DRIVER
8620 M:      Antti Palosaari <crope@iki.fi>
8621 L:      linux-media@vger.kernel.org
8622 W:      https://linuxtv.org
8623 W:      http://palosaari.fi/linux/
8624 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8625 T:      git git://linuxtv.org/anttip/media_tree.git
8626 S:      Maintained
8627 F:      drivers/media/tuners/msi001*
8628
8629 MSI2500 MEDIA DRIVER
8630 M:      Antti Palosaari <crope@iki.fi>
8631 L:      linux-media@vger.kernel.org
8632 W:      https://linuxtv.org
8633 W:      http://palosaari.fi/linux/
8634 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8635 T:      git git://linuxtv.org/anttip/media_tree.git
8636 S:      Maintained
8637 F:      drivers/media/usb/msi2500/
8638
8639 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8640 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8641 L:      linux-mtd@lists.infradead.org
8642 S:      Maintained
8643 F:      drivers/mtd/devices/docg3*
8644
8645 MT9M032 APTINA SENSOR DRIVER
8646 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8647 L:      linux-media@vger.kernel.org
8648 T:      git git://linuxtv.org/media_tree.git
8649 S:      Maintained
8650 F:      drivers/media/i2c/mt9m032.c
8651 F:      include/media/i2c/mt9m032.h
8652
8653 MT9P031 APTINA CAMERA SENSOR
8654 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8655 L:      linux-media@vger.kernel.org
8656 T:      git git://linuxtv.org/media_tree.git
8657 S:      Maintained
8658 F:      drivers/media/i2c/mt9p031.c
8659 F:      include/media/i2c/mt9p031.h
8660
8661 MT9T001 APTINA CAMERA SENSOR
8662 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8663 L:      linux-media@vger.kernel.org
8664 T:      git git://linuxtv.org/media_tree.git
8665 S:      Maintained
8666 F:      drivers/media/i2c/mt9t001.c
8667 F:      include/media/i2c/mt9t001.h
8668
8669 MT9V032 APTINA CAMERA SENSOR
8670 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8671 L:      linux-media@vger.kernel.org
8672 T:      git git://linuxtv.org/media_tree.git
8673 S:      Maintained
8674 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8675 F:      drivers/media/i2c/mt9v032.c
8676 F:      include/media/i2c/mt9v032.h
8677
8678 MULTIFUNCTION DEVICES (MFD)
8679 M:      Lee Jones <lee.jones@linaro.org>
8680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8681 S:      Supported
8682 F:      Documentation/devicetree/bindings/mfd/
8683 F:      drivers/mfd/
8684 F:      include/linux/mfd/
8685 F:      include/dt-bindings/mfd/
8686
8687 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8688 M:      Ulf Hansson <ulf.hansson@linaro.org>
8689 L:      linux-mmc@vger.kernel.org
8690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8691 S:      Maintained
8692 F:      Documentation/devicetree/bindings/mmc/
8693 F:      drivers/mmc/
8694 F:      include/linux/mmc/
8695 F:      include/uapi/linux/mmc/
8696
8697 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8698 S:      Orphan
8699 F:      drivers/mmc/host/mmc_spi.c
8700 F:      include/linux/spi/mmc_spi.h
8701
8702 MULTISOUND SOUND DRIVER
8703 M:      Andrew Veliath <andrewtv@usa.net>
8704 S:      Maintained
8705 F:      Documentation/sound/oss/MultiSound
8706 F:      sound/oss/msnd*
8707
8708 MULTITECH MULTIPORT CARD (ISICOM)
8709 S:      Orphan
8710 F:      drivers/tty/isicom.c
8711 F:      include/linux/isicom.h
8712
8713 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8714 M:      Bin Liu <b-liu@ti.com>
8715 L:      linux-usb@vger.kernel.org
8716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8717 S:      Maintained
8718 F:      drivers/usb/musb/
8719
8720 MXL5007T MEDIA DRIVER
8721 M:      Michael Krufky <mkrufky@linuxtv.org>
8722 L:      linux-media@vger.kernel.org
8723 W:      https://linuxtv.org
8724 W:      http://github.com/mkrufky
8725 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8726 T:      git git://linuxtv.org/mkrufky/tuners.git
8727 S:      Maintained
8728 F:      drivers/media/tuners/mxl5007t.*
8729
8730 MXSFB DRM DRIVER
8731 M:      Marek Vasut <marex@denx.de>
8732 S:      Supported
8733 F:      drivers/gpu/drm/mxsfb/
8734 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8735
8736 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8737 M:      Hyong-Youb Kim <hykim@myri.com>
8738 L:      netdev@vger.kernel.org
8739 W:      https://www.myricom.com/support/downloads/myri10ge.html
8740 S:      Supported
8741 F:      drivers/net/ethernet/myricom/myri10ge/
8742
8743 NAND FLASH SUBSYSTEM
8744 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8745 R:      Richard Weinberger <richard@nod.at>
8746 L:      linux-mtd@lists.infradead.org
8747 W:      http://www.linux-mtd.infradead.org/
8748 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8749 T:      git git://github.com/linux-nand/linux.git
8750 S:      Maintained
8751 F:      drivers/mtd/nand/
8752 F:      include/linux/mtd/nand*.h
8753
8754 NATSEMI ETHERNET DRIVER (DP8381x)
8755 S:      Orphan
8756 F:      drivers/net/ethernet/natsemi/natsemi.c
8757
8758 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8759 M:      Daniel Mack <zonque@gmail.com>
8760 S:      Maintained
8761 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8762 W:      http://www.native-instruments.com
8763 F:      sound/usb/caiaq/
8764
8765 NCP FILESYSTEM
8766 M:      Petr Vandrovec <petr@vandrovec.name>
8767 S:      Odd Fixes
8768 F:      fs/ncpfs/
8769
8770 NCR 5380 SCSI DRIVERS
8771 M:      Finn Thain <fthain@telegraphics.com.au>
8772 M:      Michael Schmitz <schmitzmic@gmail.com>
8773 L:      linux-scsi@vger.kernel.org
8774 S:      Maintained
8775 F:      Documentation/scsi/g_NCR5380.txt
8776 F:      drivers/scsi/NCR5380.*
8777 F:      drivers/scsi/arm/cumana_1.c
8778 F:      drivers/scsi/arm/oak.c
8779 F:      drivers/scsi/atari_scsi.*
8780 F:      drivers/scsi/dmx3191d.c
8781 F:      drivers/scsi/g_NCR5380.*
8782 F:      drivers/scsi/mac_scsi.*
8783 F:      drivers/scsi/sun3_scsi.*
8784 F:      drivers/scsi/sun3_scsi_vme.c
8785
8786 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8787 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8788 L:      linux-scsi@vger.kernel.org
8789 S:      Maintained
8790 F:      drivers/scsi/NCR_D700.*
8791
8792 NCT6775 HARDWARE MONITOR DRIVER
8793 M:      Guenter Roeck <linux@roeck-us.net>
8794 L:      linux-hwmon@vger.kernel.org
8795 S:      Maintained
8796 F:      Documentation/hwmon/nct6775
8797 F:      drivers/hwmon/nct6775.c
8798
8799 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8800 M:      Faisal Latif <faisal.latif@intel.com>
8801 L:      linux-rdma@vger.kernel.org
8802 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8803 S:      Supported
8804 F:      drivers/infiniband/hw/nes/
8805 F:      include/uapi/rdma/nes-abi.h
8806
8807 NETEM NETWORK EMULATOR
8808 M:      Stephen Hemminger <stephen@networkplumber.org>
8809 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8810 S:      Maintained
8811 F:      net/sched/sch_netem.c
8812
8813 NETERION 10GbE DRIVERS (s2io/vxge)
8814 M:      Jon Mason <jdmason@kudzu.us>
8815 L:      netdev@vger.kernel.org
8816 S:      Supported
8817 F:      Documentation/networking/s2io.txt
8818 F:      Documentation/networking/vxge.txt
8819 F:      drivers/net/ethernet/neterion/
8820
8821 NETFILTER
8822 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8823 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8824 M:      Florian Westphal <fw@strlen.de>
8825 L:      netfilter-devel@vger.kernel.org
8826 L:      coreteam@netfilter.org
8827 W:      http://www.netfilter.org/
8828 W:      http://www.iptables.org/
8829 W:      http://www.nftables.org/
8830 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8833 S:      Maintained
8834 F:      include/linux/netfilter*
8835 F:      include/linux/netfilter/
8836 F:      include/net/netfilter/
8837 F:      include/uapi/linux/netfilter*
8838 F:      include/uapi/linux/netfilter/
8839 F:      net/*/netfilter.c
8840 F:      net/*/netfilter/
8841 F:      net/netfilter/
8842 F:      net/bridge/br_netfilter*.c
8843
8844 NETLABEL
8845 M:      Paul Moore <paul@paul-moore.com>
8846 W:      http://netlabel.sf.net
8847 L:      netdev@vger.kernel.org
8848 S:      Maintained
8849 F:      Documentation/netlabel/
8850 F:      include/net/netlabel.h
8851 F:      net/netlabel/
8852
8853 NETROM NETWORK LAYER
8854 M:      Ralf Baechle <ralf@linux-mips.org>
8855 L:      linux-hams@vger.kernel.org
8856 W:      http://www.linux-ax25.org/
8857 S:      Maintained
8858 F:      include/net/netrom.h
8859 F:      include/uapi/linux/netrom.h
8860 F:      net/netrom/
8861
8862 NETRONOME ETHERNET DRIVERS
8863 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8864 L:      oss-drivers@netronome.com
8865 S:      Maintained
8866 F:      drivers/net/ethernet/netronome/
8867
8868 NETWORK BLOCK DEVICE (NBD)
8869 M:      Josef Bacik <jbacik@fb.com>
8870 S:      Maintained
8871 L:      linux-block@vger.kernel.org
8872 L:      nbd-general@lists.sourceforge.net
8873 F:      Documentation/blockdev/nbd.txt
8874 F:      drivers/block/nbd.c
8875 F:      include/uapi/linux/nbd.h
8876
8877 NETWORK DROP MONITOR
8878 M:      Neil Horman <nhorman@tuxdriver.com>
8879 L:      netdev@vger.kernel.org
8880 S:      Maintained
8881 W:      https://fedorahosted.org/dropwatch/
8882 F:      net/core/drop_monitor.c
8883
8884 NETWORKING [DSA]
8885 M:      Andrew Lunn <andrew@lunn.ch>
8886 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8887 M:      Florian Fainelli <f.fainelli@gmail.com>
8888 S:      Maintained
8889 F:      net/dsa/
8890 F:      include/net/dsa.h
8891 F:      drivers/net/dsa/
8892
8893 NETWORKING [GENERAL]
8894 M:      "David S. Miller" <davem@davemloft.net>
8895 L:      netdev@vger.kernel.org
8896 W:      http://www.linuxfoundation.org/en/Net
8897 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8900 B:      mailto:netdev@vger.kernel.org
8901 S:      Maintained
8902 F:      net/
8903 F:      include/net/
8904 F:      include/linux/in.h
8905 F:      include/linux/net.h
8906 F:      include/linux/netdevice.h
8907 F:      include/uapi/linux/in.h
8908 F:      include/uapi/linux/net.h
8909 F:      include/uapi/linux/netdevice.h
8910 F:      include/uapi/linux/net_namespace.h
8911 F:      tools/net/
8912 F:      tools/testing/selftests/net/
8913 F:      lib/random32.c
8914
8915 NETWORKING [IPv4/IPv6]
8916 M:      "David S. Miller" <davem@davemloft.net>
8917 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8918 M:      James Morris <jmorris@namei.org>
8919 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8920 M:      Patrick McHardy <kaber@trash.net>
8921 L:      netdev@vger.kernel.org
8922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8923 S:      Maintained
8924 F:      net/ipv4/
8925 F:      net/ipv6/
8926 F:      include/net/ip*
8927 F:      arch/x86/net/*
8928
8929 NETWORKING [IPSEC]
8930 M:      Steffen Klassert <steffen.klassert@secunet.com>
8931 M:      Herbert Xu <herbert@gondor.apana.org.au>
8932 M:      "David S. Miller" <davem@davemloft.net>
8933 L:      netdev@vger.kernel.org
8934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8936 S:      Maintained
8937 F:      net/core/flow.c
8938 F:      net/xfrm/
8939 F:      net/key/
8940 F:      net/ipv4/xfrm*
8941 F:      net/ipv4/esp4*
8942 F:      net/ipv4/ah4.c
8943 F:      net/ipv4/ipcomp.c
8944 F:      net/ipv4/ip_vti.c
8945 F:      net/ipv6/xfrm*
8946 F:      net/ipv6/esp6*
8947 F:      net/ipv6/ah6.c
8948 F:      net/ipv6/ipcomp6.c
8949 F:      net/ipv6/ip6_vti.c
8950 F:      include/uapi/linux/xfrm.h
8951 F:      include/net/xfrm.h
8952
8953 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8954 M:      Paul Moore <paul@paul-moore.com>
8955 L:      netdev@vger.kernel.org
8956 S:      Maintained
8957
8958 NETWORKING [WIRELESS]
8959 L:      linux-wireless@vger.kernel.org
8960 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8961
8962 NETWORKING DRIVERS
8963 L:      netdev@vger.kernel.org
8964 W:      http://www.linuxfoundation.org/en/Net
8965 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8968 S:      Odd Fixes
8969 F:      Documentation/devicetree/bindings/net/
8970 F:      drivers/net/
8971 F:      include/linux/if_*
8972 F:      include/linux/netdevice.h
8973 F:      include/linux/etherdevice.h
8974 F:      include/linux/fcdevice.h
8975 F:      include/linux/fddidevice.h
8976 F:      include/linux/hippidevice.h
8977 F:      include/linux/inetdevice.h
8978 F:      include/uapi/linux/if_*
8979 F:      include/uapi/linux/netdevice.h
8980
8981 NETWORKING DRIVERS (WIRELESS)
8982 M:      Kalle Valo <kvalo@codeaurora.org>
8983 L:      linux-wireless@vger.kernel.org
8984 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8987 S:      Maintained
8988 F:      Documentation/devicetree/bindings/net/wireless/
8989 F:      drivers/net/wireless/
8990
8991 NETXEN (1/10) GbE SUPPORT
8992 M:      Manish Chopra <manish.chopra@cavium.com>
8993 M:      Rahul Verma <rahul.verma@cavium.com>
8994 M:      Dept-GELinuxNICDev@cavium.com
8995 L:      netdev@vger.kernel.org
8996 S:      Supported
8997 F:      drivers/net/ethernet/qlogic/netxen/
8998
8999 NFC SUBSYSTEM
9000 M:      Samuel Ortiz <sameo@linux.intel.com>
9001 L:      linux-wireless@vger.kernel.org
9002 L:      linux-nfc@lists.01.org (subscribers-only)
9003 S:      Supported
9004 F:      net/nfc/
9005 F:      include/net/nfc/
9006 F:      include/uapi/linux/nfc.h
9007 F:      drivers/nfc/
9008 F:      include/linux/platform_data/nfcmrvl.h
9009 F:      include/linux/platform_data/nxp-nci.h
9010 F:      include/linux/platform_data/pn544.h
9011 F:      include/linux/platform_data/st21nfca.h
9012 F:      include/linux/platform_data/st-nci.h
9013 F:      Documentation/devicetree/bindings/net/nfc/
9014
9015 NFS, SUNRPC, AND LOCKD CLIENTS
9016 M:      Trond Myklebust <trond.myklebust@primarydata.com>
9017 M:      Anna Schumaker <anna.schumaker@netapp.com>
9018 L:      linux-nfs@vger.kernel.org
9019 W:      http://client.linux-nfs.org
9020 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9021 S:      Maintained
9022 F:      fs/lockd/
9023 F:      fs/nfs/
9024 F:      fs/nfs_common/
9025 F:      net/sunrpc/
9026 F:      include/linux/lockd/
9027 F:      include/linux/nfs*
9028 F:      include/linux/sunrpc/
9029 F:      include/uapi/linux/nfs*
9030 F:      include/uapi/linux/sunrpc/
9031
9032 NILFS2 FILESYSTEM
9033 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9034 L:      linux-nilfs@vger.kernel.org
9035 W:      http://nilfs.sourceforge.net/
9036 W:      http://nilfs.osdn.jp/
9037 T:      git git://github.com/konis/nilfs2.git
9038 S:      Supported
9039 F:      Documentation/filesystems/nilfs2.txt
9040 F:      fs/nilfs2/
9041 F:      include/trace/events/nilfs2.h
9042 F:      include/uapi/linux/nilfs2_api.h
9043 F:      include/uapi/linux/nilfs2_ondisk.h
9044
9045 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9046 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9047 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9048 S:      Maintained
9049 F:      Documentation/scsi/NinjaSCSI.txt
9050 F:      drivers/scsi/pcmcia/nsp_*
9051
9052 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9053 M:      GOTO Masanori <gotom@debian.or.jp>
9054 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9055 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9056 S:      Maintained
9057 F:      Documentation/scsi/NinjaSCSI.txt
9058 F:      drivers/scsi/nsp32*
9059
9060 NIOS2 ARCHITECTURE
9061 M:      Ley Foon Tan <lftan@altera.com>
9062 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9064 S:      Maintained
9065 F:      arch/nios2/
9066
9067 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9068 M:      Pavel Machek <pavel@ucw.cz>
9069 M:      Sakari Ailus <sakari.ailus@iki.fi>
9070 L:      linux-media@vger.kernel.org
9071 S:      Maintained
9072 F:      drivers/media/i2c/et8ek8
9073 F:      drivers/media/i2c/ad5820.c
9074
9075 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9076 M:      Pavel Machek <pavel@ucw.cz>
9077 M:      Sakari Ailus <sakari.ailus@iki.fi>
9078 L:      linux-media@vger.kernel.org
9079 S:      Maintained
9080 F:      drivers/media/i2c/et8ek8
9081 F:      drivers/media/i2c/ad5820.c
9082
9083 NOKIA N900 POWER SUPPLY DRIVERS
9084 R:      Pali Rohár <pali.rohar@gmail.com>
9085 F:      include/linux/power/bq2415x_charger.h
9086 F:      include/linux/power/bq27xxx_battery.h
9087 F:      include/linux/power/isp1704_charger.h
9088 F:      drivers/power/supply/bq2415x_charger.c
9089 F:      drivers/power/supply/bq27xxx_battery.c
9090 F:      drivers/power/supply/bq27xxx_battery_i2c.c
9091 F:      drivers/power/supply/isp1704_charger.c
9092 F:      drivers/power/supply/rx51_battery.c
9093
9094 NTB DRIVER CORE
9095 M:      Jon Mason <jdmason@kudzu.us>
9096 M:      Dave Jiang <dave.jiang@intel.com>
9097 M:      Allen Hubbe <Allen.Hubbe@emc.com>
9098 L:      linux-ntb@googlegroups.com
9099 S:      Supported
9100 W:      https://github.com/jonmason/ntb/wiki
9101 T:      git git://github.com/jonmason/ntb.git
9102 F:      drivers/ntb/
9103 F:      drivers/net/ntb_netdev.c
9104 F:      include/linux/ntb.h
9105 F:      include/linux/ntb_transport.h
9106 F:      tools/testing/selftests/ntb/
9107
9108 NTB INTEL DRIVER
9109 M:      Jon Mason <jdmason@kudzu.us>
9110 M:      Dave Jiang <dave.jiang@intel.com>
9111 L:      linux-ntb@googlegroups.com
9112 S:      Supported
9113 W:      https://github.com/jonmason/ntb/wiki
9114 T:      git git://github.com/jonmason/ntb.git
9115 F:      drivers/ntb/hw/intel/
9116
9117 NTB AMD DRIVER
9118 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9119 L:      linux-ntb@googlegroups.com
9120 S:      Supported
9121 F:      drivers/ntb/hw/amd/
9122
9123 NTFS FILESYSTEM
9124 M:      Anton Altaparmakov <anton@tuxera.com>
9125 L:      linux-ntfs-dev@lists.sourceforge.net
9126 W:      http://www.tuxera.com/
9127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9128 S:      Supported
9129 F:      Documentation/filesystems/ntfs.txt
9130 F:      fs/ntfs/
9131
9132 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9133 M:      Antonino Daplas <adaplas@gmail.com>
9134 L:      linux-fbdev@vger.kernel.org
9135 S:      Maintained
9136 F:      drivers/video/fbdev/riva/
9137 F:      drivers/video/fbdev/nvidia/
9138
9139 NVM EXPRESS DRIVER
9140 M:      Keith Busch <keith.busch@intel.com>
9141 M:      Jens Axboe <axboe@fb.com>
9142 M:      Christoph Hellwig <hch@lst.de>
9143 M:      Sagi Grimberg <sagi@grimberg.me>
9144 L:      linux-nvme@lists.infradead.org
9145 T:      git://git.infradead.org/nvme.git
9146 W:      http://git.infradead.org/nvme.git
9147 S:      Supported
9148 F:      drivers/nvme/host/
9149 F:      include/linux/nvme.h
9150 F:      include/uapi/linux/nvme_ioctl.h
9151
9152 NVM EXPRESS TARGET DRIVER
9153 M:      Christoph Hellwig <hch@lst.de>
9154 M:      Sagi Grimberg <sagi@grimberg.me>
9155 L:      linux-nvme@lists.infradead.org
9156 T:      git://git.infradead.org/nvme.git
9157 W:      http://git.infradead.org/nvme.git
9158 S:      Supported
9159 F:      drivers/nvme/target/
9160
9161 NVM EXPRESS FC TRANSPORT DRIVERS
9162 M:      James Smart <james.smart@broadcom.com>
9163 L:      linux-nvme@lists.infradead.org
9164 S:      Supported
9165 F:      include/linux/nvme-fc.h
9166 F:      include/linux/nvme-fc-driver.h
9167 F:      drivers/nvme/host/fc.c
9168 F:      drivers/nvme/target/fc.c
9169 F:      drivers/nvme/target/fcloop.c
9170
9171 NVMEM FRAMEWORK
9172 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9173 S:      Maintained
9174 F:      drivers/nvmem/
9175 F:      Documentation/devicetree/bindings/nvmem/
9176 F:      include/linux/nvmem-consumer.h
9177 F:      include/linux/nvmem-provider.h
9178
9179 NXP-NCI NFC DRIVER
9180 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
9181 R:      Charles Gorand <charles.gorand@effinnov.com>
9182 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9183 S:      Supported
9184 F:      drivers/nfc/nxp-nci
9185
9186 NXP TDA998X DRM DRIVER
9187 M:      Russell King <linux@armlinux.org.uk>
9188 S:      Supported
9189 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9190 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9191 F:      drivers/gpu/drm/i2c/tda998x_drv.c
9192 F:      include/drm/i2c/tda998x.h
9193
9194 NXP TFA9879 DRIVER
9195 M:      Peter Rosin <peda@axentia.se>
9196 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9197 S:      Maintained
9198 F:      sound/soc/codecs/tfa9879*
9199
9200 OBJTOOL
9201 M:      Josh Poimboeuf <jpoimboe@redhat.com>
9202 S:      Supported
9203 F:      tools/objtool/
9204
9205 OMAP1 SUPPORT
9206 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
9207 M:      Tony Lindgren <tony@atomide.com>
9208 L:      linux-omap@vger.kernel.org
9209 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9211 S:      Maintained
9212 F:      arch/arm/mach-omap1/
9213 F:      arch/arm/plat-omap/
9214 F:      arch/arm/configs/omap1_defconfig
9215 F:      drivers/i2c/busses/i2c-omap.c
9216 F:      include/linux/i2c-omap.h
9217
9218 OMAP2+ SUPPORT
9219 M:      Tony Lindgren <tony@atomide.com>
9220 L:      linux-omap@vger.kernel.org
9221 W:      http://www.muru.com/linux/omap/
9222 W:      http://linux.omap.com/
9223 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9225 S:      Maintained
9226 F:      arch/arm/mach-omap2/
9227 F:      arch/arm/plat-omap/
9228 F:      arch/arm/configs/omap2plus_defconfig
9229 F:      drivers/i2c/busses/i2c-omap.c
9230 F:      drivers/irqchip/irq-omap-intc.c
9231 F:      drivers/mfd/*omap*.c
9232 F:      drivers/mfd/menelaus.c
9233 F:      drivers/mfd/palmas.c
9234 F:      drivers/mfd/tps65217.c
9235 F:      drivers/mfd/tps65218.c
9236 F:      drivers/mfd/tps65910.c
9237 F:      drivers/mfd/twl-core.[ch]
9238 F:      drivers/mfd/twl4030*.c
9239 F:      drivers/mfd/twl6030*.c
9240 F:      drivers/mfd/twl6040*.c
9241 F:      drivers/regulator/palmas-regulator*.c
9242 F:      drivers/regulator/pbias-regulator.c
9243 F:      drivers/regulator/tps65217-regulator.c
9244 F:      drivers/regulator/tps65218-regulator.c
9245 F:      drivers/regulator/tps65910-regulator.c
9246 F:      drivers/regulator/twl-regulator.c
9247 F:      drivers/regulator/twl6030-regulator.c
9248 F:      include/linux/i2c-omap.h
9249
9250 OMAP DEVICE TREE SUPPORT
9251 M:      Benoît Cousson <bcousson@baylibre.com>
9252 M:      Tony Lindgren <tony@atomide.com>
9253 L:      linux-omap@vger.kernel.org
9254 L:      devicetree@vger.kernel.org
9255 S:      Maintained
9256 F:      arch/arm/boot/dts/*omap*
9257 F:      arch/arm/boot/dts/*am3*
9258 F:      arch/arm/boot/dts/*am4*
9259 F:      arch/arm/boot/dts/*am5*
9260 F:      arch/arm/boot/dts/*dra7*
9261
9262 OMAP CLOCK FRAMEWORK SUPPORT
9263 M:      Paul Walmsley <paul@pwsan.com>
9264 L:      linux-omap@vger.kernel.org
9265 S:      Maintained
9266 F:      arch/arm/*omap*/*clock*
9267
9268 OMAP POWER MANAGEMENT SUPPORT
9269 M:      Kevin Hilman <khilman@kernel.org>
9270 L:      linux-omap@vger.kernel.org
9271 S:      Maintained
9272 F:      arch/arm/*omap*/*pm*
9273 F:      drivers/cpufreq/omap-cpufreq.c
9274
9275 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9276 M:      Rajendra Nayak <rnayak@codeaurora.org>
9277 M:      Paul Walmsley <paul@pwsan.com>
9278 L:      linux-omap@vger.kernel.org
9279 S:      Maintained
9280 F:      arch/arm/mach-omap2/prm*
9281
9282 OMAP AUDIO SUPPORT
9283 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9284 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
9285 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9286 L:      linux-omap@vger.kernel.org
9287 S:      Maintained
9288 F:      sound/soc/omap/
9289
9290 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9291 M:      Roger Quadros <rogerq@ti.com>
9292 M:      Tony Lindgren <tony@atomide.com>
9293 L:      linux-omap@vger.kernel.org
9294 S:      Maintained
9295 F:      drivers/memory/omap-gpmc.c
9296 F:      arch/arm/mach-omap2/*gpmc*
9297
9298 OMAP FRAMEBUFFER SUPPORT
9299 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9300 L:      linux-fbdev@vger.kernel.org
9301 L:      linux-omap@vger.kernel.org
9302 S:      Maintained
9303 F:      drivers/video/fbdev/omap/
9304
9305 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9306 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9307 L:      linux-omap@vger.kernel.org
9308 L:      linux-fbdev@vger.kernel.org
9309 S:      Maintained
9310 F:      drivers/video/fbdev/omap2/
9311 F:      Documentation/arm/OMAP/DSS
9312
9313 OMAP HARDWARE SPINLOCK SUPPORT
9314 M:      Ohad Ben-Cohen <ohad@wizery.com>
9315 L:      linux-omap@vger.kernel.org
9316 S:      Maintained
9317 F:      drivers/hwspinlock/omap_hwspinlock.c
9318
9319 OMAP MMC SUPPORT
9320 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
9321 L:      linux-omap@vger.kernel.org
9322 S:      Maintained
9323 F:      drivers/mmc/host/omap.c
9324
9325 OMAP HS MMC SUPPORT
9326 L:      linux-mmc@vger.kernel.org
9327 L:      linux-omap@vger.kernel.org
9328 S:      Orphan
9329 F:      drivers/mmc/host/omap_hsmmc.c
9330
9331 OMAP RANDOM NUMBER GENERATOR SUPPORT
9332 M:      Deepak Saxena <dsaxena@plexity.net>
9333 S:      Maintained
9334 F:      drivers/char/hw_random/omap-rng.c
9335
9336 OMAP HWMOD SUPPORT
9337 M:      Benoît Cousson <bcousson@baylibre.com>
9338 M:      Paul Walmsley <paul@pwsan.com>
9339 L:      linux-omap@vger.kernel.org
9340 S:      Maintained
9341 F:      arch/arm/mach-omap2/omap_hwmod.*
9342
9343 OMAP HWMOD DATA
9344 M:      Paul Walmsley <paul@pwsan.com>
9345 L:      linux-omap@vger.kernel.org
9346 S:      Maintained
9347 F:      arch/arm/mach-omap2/omap_hwmod*data*
9348
9349 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9350 M:      Benoît Cousson <bcousson@baylibre.com>
9351 L:      linux-omap@vger.kernel.org
9352 S:      Maintained
9353 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9354
9355 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9356 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9357 L:      linux-media@vger.kernel.org
9358 S:      Maintained
9359 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9360 F:      drivers/media/platform/omap3isp/
9361 F:      drivers/staging/media/omap4iss/
9362
9363 OMAP USB SUPPORT
9364 L:      linux-usb@vger.kernel.org
9365 L:      linux-omap@vger.kernel.org
9366 S:      Orphan
9367 F:      drivers/usb/*/*omap*
9368 F:      arch/arm/*omap*/usb*
9369
9370 OMAP GPIO DRIVER
9371 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9372 M:      Santosh Shilimkar <ssantosh@kernel.org>
9373 M:      Kevin Hilman <khilman@kernel.org>
9374 L:      linux-omap@vger.kernel.org
9375 S:      Maintained
9376 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9377 F:      drivers/gpio/gpio-omap.c
9378
9379 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9380 M:      Mark Jackson <mpfj@newflow.co.uk>
9381 L:      linux-omap@vger.kernel.org
9382 S:      Maintained
9383 F:      arch/arm/boot/dts/am335x-nano.dts
9384
9385 OMFS FILESYSTEM
9386 M:      Bob Copeland <me@bobcopeland.com>
9387 L:      linux-karma-devel@lists.sourceforge.net
9388 S:      Maintained
9389 F:      Documentation/filesystems/omfs.txt
9390 F:      fs/omfs/
9391
9392 OMNIKEY CARDMAN 4000 DRIVER
9393 M:      Harald Welte <laforge@gnumonks.org>
9394 S:      Maintained
9395 F:      drivers/char/pcmcia/cm4000_cs.c
9396 F:      include/linux/cm4000_cs.h
9397 F:      include/uapi/linux/cm4000_cs.h
9398
9399 OMNIKEY CARDMAN 4040 DRIVER
9400 M:      Harald Welte <laforge@gnumonks.org>
9401 S:      Maintained
9402 F:      drivers/char/pcmcia/cm4040_cs.*
9403
9404 OMNIVISION OV5647 SENSOR DRIVER
9405 M:      Ramiro Oliveira <roliveir@synopsys.com>
9406 L:      linux-media@vger.kernel.org
9407 T:      git git://linuxtv.org/media_tree.git
9408 S:      Maintained
9409 F:      drivers/media/i2c/ov5647.c
9410
9411 OMNIVISION OV7670 SENSOR DRIVER
9412 M:      Jonathan Corbet <corbet@lwn.net>
9413 L:      linux-media@vger.kernel.org
9414 T:      git git://linuxtv.org/media_tree.git
9415 S:      Maintained
9416 F:      drivers/media/i2c/ov7670.c
9417 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
9418
9419 ONENAND FLASH DRIVER
9420 M:      Kyungmin Park <kyungmin.park@samsung.com>
9421 L:      linux-mtd@lists.infradead.org
9422 S:      Maintained
9423 F:      drivers/mtd/onenand/
9424 F:      include/linux/mtd/onenand*.h
9425
9426 ONSTREAM SCSI TAPE DRIVER
9427 M:      Willem Riede <osst@riede.org>
9428 L:      osst-users@lists.sourceforge.net
9429 L:      linux-scsi@vger.kernel.org
9430 S:      Maintained
9431 F:      Documentation/scsi/osst.txt
9432 F:      drivers/scsi/osst.*
9433 F:      drivers/scsi/osst_*.h
9434 F:      drivers/scsi/st.h
9435
9436 OPENCORES I2C BUS DRIVER
9437 M:      Peter Korsgaard <jacmet@sunsite.dk>
9438 L:      linux-i2c@vger.kernel.org
9439 S:      Maintained
9440 F:      Documentation/i2c/busses/i2c-ocores
9441 F:      drivers/i2c/busses/i2c-ocores.c
9442
9443 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9444 M:      Rob Herring <robh+dt@kernel.org>
9445 M:      Frank Rowand <frowand.list@gmail.com>
9446 L:      devicetree@vger.kernel.org
9447 W:      http://www.devicetree.org/
9448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9449 S:      Maintained
9450 F:      drivers/of/
9451 F:      include/linux/of*.h
9452 F:      scripts/dtc/
9453
9454 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9455 M:      Rob Herring <robh+dt@kernel.org>
9456 M:      Mark Rutland <mark.rutland@arm.com>
9457 L:      devicetree@vger.kernel.org
9458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9459 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9460 S:      Maintained
9461 F:      Documentation/devicetree/
9462 F:      arch/*/boot/dts/
9463 F:      include/dt-bindings/
9464
9465 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9466 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9467 L:      devicetree@vger.kernel.org
9468 S:      Maintained
9469 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9470 F:      Documentation/devicetree/overlay-notes.txt
9471 F:      drivers/of/overlay.c
9472 F:      drivers/of/resolver.c
9473
9474 OPENRISC ARCHITECTURE
9475 M:      Jonas Bonn <jonas@southpole.se>
9476 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9477 M:      Stafford Horne <shorne@gmail.com>
9478 T:      git git://github.com/openrisc/linux.git
9479 L:      openrisc@lists.librecores.org
9480 W:      http://openrisc.io
9481 S:      Maintained
9482 F:      arch/openrisc/
9483
9484 OPENVSWITCH
9485 M:      Pravin Shelar <pshelar@nicira.com>
9486 L:      netdev@vger.kernel.org
9487 L:      dev@openvswitch.org
9488 W:      http://openvswitch.org
9489 S:      Maintained
9490 F:      net/openvswitch/
9491 F:      include/uapi/linux/openvswitch.h
9492
9493 OPERATING PERFORMANCE POINTS (OPP)
9494 M:      Viresh Kumar <vireshk@kernel.org>
9495 M:      Nishanth Menon <nm@ti.com>
9496 M:      Stephen Boyd <sboyd@codeaurora.org>
9497 L:      linux-pm@vger.kernel.org
9498 S:      Maintained
9499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9500 F:      drivers/base/power/opp/
9501 F:      include/linux/pm_opp.h
9502 F:      Documentation/power/opp.txt
9503 F:      Documentation/devicetree/bindings/opp/
9504
9505 OPL4 DRIVER
9506 M:      Clemens Ladisch <clemens@ladisch.de>
9507 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9508 T:      git git://git.alsa-project.org/alsa-kernel.git
9509 S:      Maintained
9510 F:      sound/drivers/opl4/
9511
9512 OPROFILE
9513 M:      Robert Richter <rric@kernel.org>
9514 L:      oprofile-list@lists.sf.net
9515 S:      Maintained
9516 F:      arch/*/include/asm/oprofile*.h
9517 F:      arch/*/oprofile/
9518 F:      drivers/oprofile/
9519 F:      include/linux/oprofile.h
9520
9521 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9522 M:      Mark Fasheh <mfasheh@versity.com>
9523 M:      Joel Becker <jlbec@evilplan.org>
9524 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9525 W:      http://ocfs2.wiki.kernel.org
9526 S:      Supported
9527 F:      Documentation/filesystems/ocfs2.txt
9528 F:      Documentation/filesystems/dlmfs.txt
9529 F:      fs/ocfs2/
9530
9531 ORINOCO DRIVER
9532 L:      linux-wireless@vger.kernel.org
9533 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9534 W:      http://www.nongnu.org/orinoco/
9535 S:      Orphan
9536 F:      drivers/net/wireless/intersil/orinoco/
9537
9538 OSD LIBRARY and FILESYSTEM
9539 M:      Boaz Harrosh <ooo@electrozaur.com>
9540 M:      Benny Halevy <bhalevy@primarydata.com>
9541 L:      osd-dev@open-osd.org
9542 W:      http://open-osd.org
9543 T:      git git://git.open-osd.org/open-osd.git
9544 S:      Maintained
9545 F:      drivers/scsi/osd/
9546 F:      include/scsi/osd_*
9547 F:      fs/exofs/
9548
9549 OVERLAY FILESYSTEM
9550 M:      Miklos Szeredi <miklos@szeredi.hu>
9551 L:      linux-unionfs@vger.kernel.org
9552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9553 S:      Supported
9554 F:      fs/overlayfs/
9555 F:      Documentation/filesystems/overlayfs.txt
9556
9557 ORANGEFS FILESYSTEM
9558 M:      Mike Marshall <hubcap@omnibond.com>
9559 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9561 S:      Supported
9562 F:      fs/orangefs/
9563 F:      Documentation/filesystems/orangefs.txt
9564
9565 P54 WIRELESS DRIVER
9566 M:      Christian Lamparter <chunkeey@googlemail.com>
9567 L:      linux-wireless@vger.kernel.org
9568 W:      http://wireless.kernel.org/en/users/Drivers/p54
9569 S:      Maintained
9570 F:      drivers/net/wireless/intersil/p54/
9571
9572 PA SEMI ETHERNET DRIVER
9573 L:      netdev@vger.kernel.org
9574 S:      Orphan
9575 F:      drivers/net/ethernet/pasemi/*
9576
9577 PA SEMI SMBUS DRIVER
9578 L:      linux-i2c@vger.kernel.org
9579 S:      Orphan
9580 F:      drivers/i2c/busses/i2c-pasemi.c
9581
9582 PADATA PARALLEL EXECUTION MECHANISM
9583 M:      Steffen Klassert <steffen.klassert@secunet.com>
9584 L:      linux-crypto@vger.kernel.org
9585 S:      Maintained
9586 F:      kernel/padata.c
9587 F:      include/linux/padata.h
9588 F:      Documentation/padata.txt
9589
9590 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9591 M:      Harald Welte <laforge@gnumonks.org>
9592 L:      platform-driver-x86@vger.kernel.org
9593 S:      Maintained
9594 F:      drivers/platform/x86/panasonic-laptop.c
9595
9596 PANASONIC MN10300/AM33/AM34 PORT
9597 M:      David Howells <dhowells@redhat.com>
9598 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9599 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9600 S:      Maintained
9601 F:      Documentation/mn10300/
9602 F:      arch/mn10300/
9603
9604 PARALLEL LCD/KEYPAD PANEL DRIVER
9605 M:      Willy Tarreau <willy@haproxy.com>
9606 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9607 S:      Odd Fixes
9608 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9609 F:      drivers/misc/panel.c
9610
9611 PARALLEL PORT SUBSYSTEM
9612 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9613 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9614 L:      linux-parport@lists.infradead.org (subscribers-only)
9615 S:      Maintained
9616 F:      drivers/parport/
9617 F:      include/linux/parport*.h
9618 F:      drivers/char/ppdev.c
9619 F:      include/uapi/linux/ppdev.h
9620 F:      Documentation/parport*.txt
9621
9622 PARAVIRT_OPS INTERFACE
9623 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9624 M:      Chris Wright <chrisw@sous-sol.org>
9625 M:      Alok Kataria <akataria@vmware.com>
9626 M:      Rusty Russell <rusty@rustcorp.com.au>
9627 L:      virtualization@lists.linux-foundation.org
9628 S:      Supported
9629 F:      Documentation/virtual/paravirt_ops.txt
9630 F:      arch/*/kernel/paravirt*
9631 F:      arch/*/include/asm/paravirt.h
9632 F:      include/linux/hypervisor.h
9633
9634 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9635 M:      Tim Waugh <tim@cyberelk.net>
9636 L:      linux-parport@lists.infradead.org (subscribers-only)
9637 S:      Maintained
9638 F:      Documentation/blockdev/paride.txt
9639 F:      drivers/block/paride/
9640
9641 PARISC ARCHITECTURE
9642 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9643 M:      Helge Deller <deller@gmx.de>
9644 L:      linux-parisc@vger.kernel.org
9645 W:      http://www.parisc-linux.org/
9646 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9649 S:      Maintained
9650 F:      arch/parisc/
9651 F:      Documentation/parisc/
9652 F:      drivers/parisc/
9653 F:      drivers/char/agp/parisc-agp.c
9654 F:      drivers/input/serio/gscps2.c
9655 F:      drivers/parport/parport_gsc.*
9656 F:      drivers/tty/serial/8250/8250_gsc.c
9657 F:      drivers/video/fbdev/sti*
9658 F:      drivers/video/console/sti*
9659 F:      drivers/video/logo/logo_parisc*
9660
9661 PARMAN
9662 M:      Jiri Pirko <jiri@mellanox.com>
9663 L:      netdev@vger.kernel.org
9664 S:      Supported
9665 F:      lib/parman.c
9666 F:      lib/test_parman.c
9667 F:      include/linux/parman.h
9668
9669 PC87360 HARDWARE MONITORING DRIVER
9670 M:      Jim Cromie <jim.cromie@gmail.com>
9671 L:      linux-hwmon@vger.kernel.org
9672 S:      Maintained
9673 F:      Documentation/hwmon/pc87360
9674 F:      drivers/hwmon/pc87360.c
9675
9676 PC8736x GPIO DRIVER
9677 M:      Jim Cromie <jim.cromie@gmail.com>
9678 S:      Maintained
9679 F:      drivers/char/pc8736x_gpio.c
9680
9681 PC87427 HARDWARE MONITORING DRIVER
9682 M:      Jean Delvare <jdelvare@suse.com>
9683 L:      linux-hwmon@vger.kernel.org
9684 S:      Maintained
9685 F:      Documentation/hwmon/pc87427
9686 F:      drivers/hwmon/pc87427.c
9687
9688 PCA9532 LED DRIVER
9689 M:      Riku Voipio <riku.voipio@iki.fi>
9690 S:      Maintained
9691 F:      drivers/leds/leds-pca9532.c
9692 F:      include/linux/leds-pca9532.h
9693
9694 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9695 M:      Guenter Roeck <linux@roeck-us.net>
9696 L:      linux-i2c@vger.kernel.org
9697 S:      Maintained
9698 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9699
9700 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9701 M:      Khalid Aziz <khalid@gonehiking.org>
9702 S:      Maintained
9703 F:      drivers/firmware/pcdp.*
9704
9705 PCI ERROR RECOVERY
9706 M:      Linas Vepstas <linasvepstas@gmail.com>
9707 L:      linux-pci@vger.kernel.org
9708 S:      Supported
9709 F:      Documentation/PCI/pci-error-recovery.txt
9710
9711 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9712 M:      Russell Currey <ruscur@russell.cc>
9713 L:      linuxppc-dev@lists.ozlabs.org
9714 S:      Supported
9715 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9716 F:      arch/powerpc/kernel/eeh*.c
9717 F:      arch/powerpc/platforms/*/eeh*.c
9718 F:      arch/powerpc/include/*/eeh*.h
9719
9720 PCI SUBSYSTEM
9721 M:      Bjorn Helgaas <bhelgaas@google.com>
9722 L:      linux-pci@vger.kernel.org
9723 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9725 S:      Supported
9726 F:      Documentation/devicetree/bindings/pci/
9727 F:      Documentation/PCI/
9728 F:      drivers/pci/
9729 F:      include/linux/pci*
9730 F:      arch/x86/pci/
9731 F:      arch/x86/kernel/quirks.c
9732
9733 PCI ENDPOINT SUBSYSTEM
9734 M:      Kishon Vijay Abraham I <kishon@ti.com>
9735 L:      linux-pci@vger.kernel.org
9736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
9737 S:      Supported
9738 F:      drivers/pci/endpoint/
9739 F:      drivers/misc/pci_endpoint_test.c
9740 F:      tools/pci/
9741
9742 PCI DRIVER FOR ALTERA PCIE IP
9743 M:      Ley Foon Tan <lftan@altera.com>
9744 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9745 L:      linux-pci@vger.kernel.org
9746 S:      Supported
9747 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9748 F:      drivers/pci/host/pcie-altera.c
9749
9750 PCI DRIVER FOR ARM VERSATILE PLATFORM
9751 M:      Rob Herring <robh@kernel.org>
9752 L:      linux-pci@vger.kernel.org
9753 L:      linux-arm-kernel@lists.infradead.org
9754 S:      Maintained
9755 F:      Documentation/devicetree/bindings/pci/versatile.txt
9756 F:      drivers/pci/host/pci-versatile.c
9757
9758 PCI DRIVER FOR ARMADA 8K
9759 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9760 L:      linux-pci@vger.kernel.org
9761 L:      linux-arm-kernel@lists.infradead.org
9762 S:      Maintained
9763 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9764 F:      drivers/pci/dwc/pcie-armada8k.c
9765
9766 PCI DRIVER FOR APPLIEDMICRO XGENE
9767 M:      Tanmay Inamdar <tinamdar@apm.com>
9768 L:      linux-pci@vger.kernel.org
9769 L:      linux-arm-kernel@lists.infradead.org
9770 S:      Maintained
9771 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9772 F:      drivers/pci/host/pci-xgene.c
9773
9774 PCI DRIVER FOR FREESCALE LAYERSCAPE
9775 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9776 M:      Mingkai Hu <mingkai.hu@freescale.com>
9777 M:      Roy Zang <tie-fei.zang@freescale.com>
9778 L:      linuxppc-dev@lists.ozlabs.org
9779 L:      linux-pci@vger.kernel.org
9780 L:      linux-arm-kernel@lists.infradead.org
9781 S:      Maintained
9782 F:      drivers/pci/dwc/*layerscape*
9783
9784 PCI DRIVER FOR IMX6
9785 M:      Richard Zhu <hongxing.zhu@nxp.com>
9786 M:      Lucas Stach <l.stach@pengutronix.de>
9787 L:      linux-pci@vger.kernel.org
9788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9789 S:      Maintained
9790 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9791 F:      drivers/pci/dwc/*imx6*
9792
9793 PCI DRIVER FOR TI KEYSTONE
9794 M:      Murali Karicheri <m-karicheri2@ti.com>
9795 L:      linux-pci@vger.kernel.org
9796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9797 S:      Maintained
9798 F:      drivers/pci/dwc/*keystone*
9799
9800 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9801 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9802 M:      Jason Cooper <jason@lakedaemon.net>
9803 L:      linux-pci@vger.kernel.org
9804 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9805 S:      Maintained
9806 F:      drivers/pci/host/*mvebu*
9807
9808 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9809 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9810 L:      linux-pci@vger.kernel.org
9811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9812 S:      Maintained
9813 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9814 F:      drivers/pci/host/pci-aardvark.c
9815
9816 PCI DRIVER FOR MICROSEMI SWITCHTEC
9817 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
9818 M:      Stephen Bates <stephen.bates@microsemi.com>
9819 M:      Logan Gunthorpe <logang@deltatee.com>
9820 L:      linux-pci@vger.kernel.org
9821 S:      Maintained
9822 F:      Documentation/switchtec.txt
9823 F:      Documentation/ABI/testing/sysfs-class-switchtec
9824 F:      drivers/pci/switch/switchtec*
9825 F:      include/uapi/linux/switchtec_ioctl.h
9826
9827 PCI DRIVER FOR NVIDIA TEGRA
9828 M:      Thierry Reding <thierry.reding@gmail.com>
9829 L:      linux-tegra@vger.kernel.org
9830 L:      linux-pci@vger.kernel.org
9831 S:      Supported
9832 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9833 F:      drivers/pci/host/pci-tegra.c
9834
9835 PCI DRIVER FOR TI DRA7XX
9836 M:      Kishon Vijay Abraham I <kishon@ti.com>
9837 L:      linux-omap@vger.kernel.org
9838 L:      linux-pci@vger.kernel.org
9839 S:      Supported
9840 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9841 F:      drivers/pci/dwc/pci-dra7xx.c
9842
9843 PCI DRIVER FOR RENESAS R-CAR
9844 M:      Simon Horman <horms@verge.net.au>
9845 L:      linux-pci@vger.kernel.org
9846 L:      linux-renesas-soc@vger.kernel.org
9847 S:      Maintained
9848 F:      drivers/pci/host/*rcar*
9849
9850 PCI DRIVER FOR SAMSUNG EXYNOS
9851 M:      Jingoo Han <jingoohan1@gmail.com>
9852 L:      linux-pci@vger.kernel.org
9853 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9854 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9855 S:      Maintained
9856 F:      drivers/pci/dwc/pci-exynos.c
9857
9858 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9859 M:      Jingoo Han <jingoohan1@gmail.com>
9860 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9861 L:      linux-pci@vger.kernel.org
9862 S:      Maintained
9863 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9864 F:      drivers/pci/dwc/*designware*
9865
9866 PCI DRIVER FOR GENERIC OF HOSTS
9867 M:      Will Deacon <will.deacon@arm.com>
9868 L:      linux-pci@vger.kernel.org
9869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9870 S:      Maintained
9871 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9872 F:      drivers/pci/host/pci-host-common.c
9873 F:      drivers/pci/host/pci-host-generic.c
9874
9875 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9876 M:      Keith Busch <keith.busch@intel.com>
9877 L:      linux-pci@vger.kernel.org
9878 S:      Supported
9879 F:      drivers/pci/host/vmd.c
9880
9881 PCIE DRIVER FOR ST SPEAR13XX
9882 M:      Pratyush Anand <pratyush.anand@gmail.com>
9883 L:      linux-pci@vger.kernel.org
9884 S:      Maintained
9885 F:      drivers/pci/dwc/*spear*
9886
9887 PCI MSI DRIVER FOR ALTERA MSI IP
9888 M:      Ley Foon Tan <lftan@altera.com>
9889 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9890 L:      linux-pci@vger.kernel.org
9891 S:      Supported
9892 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9893 F:      drivers/pci/host/pcie-altera-msi.c
9894
9895 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9896 M:      Duc Dang <dhdang@apm.com>
9897 L:      linux-pci@vger.kernel.org
9898 L:      linux-arm-kernel@lists.infradead.org
9899 S:      Maintained
9900 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9901 F:      drivers/pci/host/pci-xgene-msi.c
9902
9903 PCIE DRIVER FOR AXIS ARTPEC
9904 M:      Niklas Cassel <niklas.cassel@axis.com>
9905 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9906 L:      linux-arm-kernel@axis.com
9907 L:      linux-pci@vger.kernel.org
9908 S:      Maintained
9909 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9910 F:      drivers/pci/dwc/*artpec*
9911
9912 PCIE DRIVER FOR HISILICON
9913 M:      Zhou Wang <wangzhou1@hisilicon.com>
9914 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9915 L:      linux-pci@vger.kernel.org
9916 S:      Maintained
9917 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9918 F:      drivers/pci/dwc/pcie-hisi.c
9919
9920 PCIE DRIVER FOR ROCKCHIP
9921 M:      Shawn Lin <shawn.lin@rock-chips.com>
9922 M:      Wenrui Li <wenrui.li@rock-chips.com>
9923 L:      linux-pci@vger.kernel.org
9924 L:      linux-rockchip@lists.infradead.org
9925 S:      Maintained
9926 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9927 F:      drivers/pci/host/pcie-rockchip.c
9928
9929 PCIE DRIVER FOR QUALCOMM MSM
9930 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9931 L:     linux-pci@vger.kernel.org
9932 L:     linux-arm-msm@vger.kernel.org
9933 S:     Maintained
9934 F:     drivers/pci/dwc/*qcom*
9935
9936 PCIE DRIVER FOR CAVIUM THUNDERX
9937 M:      David Daney <david.daney@cavium.com>
9938 L:      linux-pci@vger.kernel.org
9939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9940 S:      Supported
9941 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9942 F:      drivers/pci/host/pci-thunder-*
9943
9944 PCMCIA SUBSYSTEM
9945 P:      Linux PCMCIA Team
9946 L:      linux-pcmcia@lists.infradead.org
9947 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9949 S:      Maintained
9950 F:      Documentation/pcmcia/
9951 F:      tools/pcmcia/
9952 F:      drivers/pcmcia/
9953 F:      include/pcmcia/
9954
9955 PCNET32 NETWORK DRIVER
9956 M:      Don Fry <pcnet32@frontier.com>
9957 L:      netdev@vger.kernel.org
9958 S:      Maintained
9959 F:      drivers/net/ethernet/amd/pcnet32.c
9960
9961 PCRYPT PARALLEL CRYPTO ENGINE
9962 M:      Steffen Klassert <steffen.klassert@secunet.com>
9963 L:      linux-crypto@vger.kernel.org
9964 S:      Maintained
9965 F:      crypto/pcrypt.c
9966 F:      include/crypto/pcrypt.h
9967
9968 PER-CPU MEMORY ALLOCATOR
9969 M:      Tejun Heo <tj@kernel.org>
9970 M:      Christoph Lameter <cl@linux.com>
9971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9972 S:      Maintained
9973 F:      include/linux/percpu*.h
9974 F:      mm/percpu*.c
9975 F:      arch/*/include/asm/percpu.h
9976
9977 PER-TASK DELAY ACCOUNTING
9978 M:      Balbir Singh <bsingharora@gmail.com>
9979 S:      Maintained
9980 F:      include/linux/delayacct.h
9981 F:      kernel/delayacct.c
9982
9983 PERFORMANCE EVENTS SUBSYSTEM
9984 M:      Peter Zijlstra <peterz@infradead.org>
9985 M:      Ingo Molnar <mingo@redhat.com>
9986 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9987 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9988 L:      linux-kernel@vger.kernel.org
9989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9990 S:      Supported
9991 F:      kernel/events/*
9992 F:      include/linux/perf_event.h
9993 F:      include/uapi/linux/perf_event.h
9994 F:      arch/*/kernel/perf_event*.c
9995 F:      arch/*/kernel/*/perf_event*.c
9996 F:      arch/*/kernel/*/*/perf_event*.c
9997 F:      arch/*/include/asm/perf_event.h
9998 F:      arch/*/kernel/perf_callchain.c
9999 F:      arch/*/events/*
10000 F:      tools/perf/
10001
10002 PERSONALITY HANDLING
10003 M:      Christoph Hellwig <hch@infradead.org>
10004 L:      linux-abi-devel@lists.sourceforge.net
10005 S:      Maintained
10006 F:      include/linux/personality.h
10007 F:      include/uapi/linux/personality.h
10008
10009 PHONET PROTOCOL
10010 M:      Remi Denis-Courmont <courmisch@gmail.com>
10011 S:      Supported
10012 F:      Documentation/networking/phonet.txt
10013 F:      include/linux/phonet.h
10014 F:      include/net/phonet/
10015 F:      include/uapi/linux/phonet.h
10016 F:      net/phonet/
10017
10018 PHRAM MTD DRIVER
10019 M:      Joern Engel <joern@lazybastard.org>
10020 L:      linux-mtd@lists.infradead.org
10021 S:      Maintained
10022 F:      drivers/mtd/devices/phram.c
10023
10024 PICOLCD HID DRIVER
10025 M:      Bruno Prémont <bonbons@linux-vserver.org>
10026 L:      linux-input@vger.kernel.org
10027 S:      Maintained
10028 F:      drivers/hid/hid-picolcd*
10029
10030 PICOXCELL SUPPORT
10031 M:      Jamie Iles <jamie@jamieiles.com>
10032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10033 T:      git git://github.com/jamieiles/linux-2.6-ji.git
10034 S:      Supported
10035 F:      arch/arm/boot/dts/picoxcell*
10036 F:      arch/arm/mach-picoxcell/
10037 F:      drivers/crypto/picoxcell*
10038
10039 PIN CONTROL SUBSYSTEM
10040 M:      Linus Walleij <linus.walleij@linaro.org>
10041 L:      linux-gpio@vger.kernel.org
10042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10043 S:      Maintained
10044 F:      Documentation/devicetree/bindings/pinctrl/
10045 F:      Documentation/pinctrl.txt
10046 F:      drivers/pinctrl/
10047 F:      include/linux/pinctrl/
10048
10049 PIN CONTROLLER - ATMEL AT91
10050 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10052 S:      Maintained
10053 F:      drivers/pinctrl/pinctrl-at91.*
10054
10055 PIN CONTROLLER - ATMEL AT91 PIO4
10056 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10058 L:      linux-gpio@vger.kernel.org
10059 S:      Supported
10060 F:      drivers/pinctrl/pinctrl-at91-pio4.*
10061
10062 PIN CONTROLLER - INTEL
10063 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
10064 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10065 S:      Maintained
10066 F:      drivers/pinctrl/intel/
10067
10068 PIN CONTROLLER - RENESAS
10069 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10070 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10071 L:      linux-renesas-soc@vger.kernel.org
10072 S:      Maintained
10073 F:      drivers/pinctrl/sh-pfc/
10074
10075 PIN CONTROLLER - SAMSUNG
10076 M:      Tomasz Figa <tomasz.figa@gmail.com>
10077 M:      Krzysztof Kozlowski <krzk@kernel.org>
10078 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10080 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10081 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
10082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10083 S:      Maintained
10084 F:      drivers/pinctrl/samsung/
10085 F:      include/dt-bindings/pinctrl/samsung.h
10086 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10087
10088 PIN CONTROLLER - SINGLE
10089 M:      Tony Lindgren <tony@atomide.com>
10090 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
10091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10092 L:      linux-omap@vger.kernel.org
10093 S:      Maintained
10094 F:      drivers/pinctrl/pinctrl-single.c
10095
10096 PIN CONTROLLER - ST SPEAR
10097 M:      Viresh Kumar <vireshk@kernel.org>
10098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10099 W:      http://www.st.com/spear
10100 S:      Maintained
10101 F:      drivers/pinctrl/spear/
10102
10103 PISTACHIO SOC SUPPORT
10104 M:      James Hartley <james.hartley@imgtec.com>
10105 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
10106 L:      linux-mips@linux-mips.org
10107 S:      Maintained
10108 F:      arch/mips/pistachio/
10109 F:      arch/mips/include/asm/mach-pistachio/
10110 F:      arch/mips/boot/dts/img/pistachio*
10111 F:      arch/mips/configs/pistachio*_defconfig
10112
10113 PKTCDVD DRIVER
10114 S:      Orphan
10115 M:      linux-block@vger.kernel.org
10116 F:      drivers/block/pktcdvd.c
10117 F:      include/linux/pktcdvd.h
10118 F:      include/uapi/linux/pktcdvd.h
10119
10120 PKUNITY SOC DRIVERS
10121 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10122 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10123 S:      Maintained
10124 T:      git git://github.com/gxt/linux.git
10125 F:      drivers/input/serio/i8042-unicore32io.h
10126 F:      drivers/i2c/busses/i2c-puv3.c
10127 F:      drivers/video/fbdev/fb-puv3.c
10128 F:      drivers/rtc/rtc-puv3.c
10129
10130 PMBUS HARDWARE MONITORING DRIVERS
10131 M:      Guenter Roeck <linux@roeck-us.net>
10132 L:      linux-hwmon@vger.kernel.org
10133 W:      http://hwmon.wiki.kernel.org/
10134 W:      http://www.roeck-us.net/linux/drivers/
10135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10136 S:      Maintained
10137 F:      Documentation/hwmon/pmbus
10138 F:      drivers/hwmon/pmbus/
10139 F:      include/linux/i2c/pmbus.h
10140
10141 PMC SIERRA MaxRAID DRIVER
10142 L:      linux-scsi@vger.kernel.org
10143 W:      http://www.pmc-sierra.com/
10144 S:      Orphan
10145 F:      drivers/scsi/pmcraid.*
10146
10147 PMC SIERRA PM8001 DRIVER
10148 M:      Jack Wang <jinpu.wang@profitbricks.com>
10149 M:      lindar_liu@usish.com
10150 L:      linux-scsi@vger.kernel.org
10151 S:      Supported
10152 F:      drivers/scsi/pm8001/
10153
10154 POSIX CLOCKS and TIMERS
10155 M:      Thomas Gleixner <tglx@linutronix.de>
10156 L:      linux-kernel@vger.kernel.org
10157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10158 S:      Maintained
10159 F:      fs/timerfd.c
10160 F:      include/linux/timer*
10161 F:      kernel/time/*timer*
10162
10163 POWER MANAGEMENT CORE
10164 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10165 L:      linux-pm@vger.kernel.org
10166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10167 B:      https://bugzilla.kernel.org
10168 S:      Supported
10169 F:      drivers/base/power/
10170 F:      include/linux/pm.h
10171 F:      include/linux/pm_*
10172 F:      include/linux/powercap.h
10173 F:      drivers/powercap/
10174
10175 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10176 M:      Sebastian Reichel <sre@kernel.org>
10177 L:      linux-pm@vger.kernel.org
10178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10179 S:      Maintained
10180 F:      Documentation/devicetree/bindings/power/supply/
10181 F:      include/linux/power_supply.h
10182 F:      drivers/power/supply/
10183
10184 POWER STATE COORDINATION INTERFACE (PSCI)
10185 M:      Mark Rutland <mark.rutland@arm.com>
10186 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10187 L:      linux-arm-kernel@lists.infradead.org
10188 S:      Maintained
10189 F:      drivers/firmware/psci*.c
10190 F:      include/linux/psci.h
10191 F:      include/uapi/linux/psci.h
10192
10193 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10194 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10195 L:      linuxppc-dev@lists.ozlabs.org
10196 S:      Maintained
10197 F:      drivers/char/powernv-op-panel.c
10198
10199 PNP SUPPORT
10200 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10201 S:      Maintained
10202 F:      drivers/pnp/
10203
10204 PPP PROTOCOL DRIVERS AND COMPRESSORS
10205 M:      Paul Mackerras <paulus@samba.org>
10206 L:      linux-ppp@vger.kernel.org
10207 S:      Maintained
10208 F:      drivers/net/ppp/ppp_*
10209
10210 PPP OVER ATM (RFC 2364)
10211 M:      Mitchell Blank Jr <mitch@sfgoth.com>
10212 S:      Maintained
10213 F:      net/atm/pppoatm.c
10214 F:      include/uapi/linux/atmppp.h
10215
10216 PPP OVER ETHERNET
10217 M:      Michal Ostrowski <mostrows@earthlink.net>
10218 S:      Maintained
10219 F:      drivers/net/ppp/pppoe.c
10220 F:      drivers/net/ppp/pppox.c
10221
10222 PPP OVER L2TP
10223 M:      James Chapman <jchapman@katalix.com>
10224 S:      Maintained
10225 F:      net/l2tp/l2tp_ppp.c
10226 F:      include/linux/if_pppol2tp.h
10227 F:      include/uapi/linux/if_pppol2tp.h
10228
10229 PPS SUPPORT
10230 M:      Rodolfo Giometti <giometti@enneenne.com>
10231 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
10232 L:      linuxpps@ml.enneenne.com (subscribers-only)
10233 S:      Maintained
10234 F:      Documentation/pps/
10235 F:      drivers/pps/
10236 F:      include/linux/pps*.h
10237
10238 PPTP DRIVER
10239 M:      Dmitry Kozlov <xeb@mail.ru>
10240 L:      netdev@vger.kernel.org
10241 S:      Maintained
10242 F:      drivers/net/ppp/pptp.c
10243 W:      http://sourceforge.net/projects/accel-pptp
10244
10245 PREEMPTIBLE KERNEL
10246 M:      Robert Love <rml@tech9.net>
10247 L:      kpreempt-tech@lists.sourceforge.net
10248 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10249 S:      Supported
10250 F:      Documentation/preempt-locking.txt
10251 F:      include/linux/preempt.h
10252
10253 PRINTK
10254 M:      Petr Mladek <pmladek@suse.com>
10255 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10256 R:      Steven Rostedt <rostedt@goodmis.org>
10257 S:      Maintained
10258 F:      kernel/printk/
10259 F:      include/linux/printk.h
10260
10261 PRISM54 WIRELESS DRIVER
10262 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
10263 L:      linux-wireless@vger.kernel.org
10264 W:      http://wireless.kernel.org/en/users/Drivers/p54
10265 S:      Obsolete
10266 F:      drivers/net/wireless/intersil/prism54/
10267
10268 PS3 NETWORK SUPPORT
10269 M:      Geoff Levand <geoff@infradead.org>
10270 L:      netdev@vger.kernel.org
10271 L:      linuxppc-dev@lists.ozlabs.org
10272 S:      Maintained
10273 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10274
10275 PS3 PLATFORM SUPPORT
10276 M:      Geoff Levand <geoff@infradead.org>
10277 L:      linuxppc-dev@lists.ozlabs.org
10278 S:      Maintained
10279 F:      arch/powerpc/boot/ps3*
10280 F:      arch/powerpc/include/asm/lv1call.h
10281 F:      arch/powerpc/include/asm/ps3*.h
10282 F:      arch/powerpc/platforms/ps3/
10283 F:      drivers/*/ps3*
10284 F:      drivers/ps3/
10285 F:      drivers/rtc/rtc-ps3.c
10286 F:      drivers/usb/host/*ps3.c
10287 F:      sound/ppc/snd_ps3*
10288
10289 PS3VRAM DRIVER
10290 M:      Jim Paris <jim@jtan.com>
10291 M:      Geoff Levand <geoff@infradead.org>
10292 L:      linuxppc-dev@lists.ozlabs.org
10293 S:      Maintained
10294 F:      drivers/block/ps3vram.c
10295
10296 PSAMPLE PACKET SAMPLING SUPPORT:
10297 M:      Yotam Gigi <yotamg@mellanox.com>
10298 S:      Maintained
10299 F:      net/psample
10300 F:      include/net/psample.h
10301 F:      include/uapi/linux/psample.h
10302
10303 PSTORE FILESYSTEM
10304 M:      Kees Cook <keescook@chromium.org>
10305 M:      Anton Vorontsov <anton@enomsg.org>
10306 M:      Colin Cross <ccross@android.com>
10307 M:      Tony Luck <tony.luck@intel.com>
10308 S:      Maintained
10309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10310 F:      fs/pstore/
10311 F:      include/linux/pstore*
10312 F:      drivers/firmware/efi/efi-pstore.c
10313 F:      drivers/acpi/apei/erst.c
10314 F:      Documentation/admin-guide/ramoops.rst
10315 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10316 K:      \b(pstore|ramoops)
10317
10318 PTP HARDWARE CLOCK SUPPORT
10319 M:      Richard Cochran <richardcochran@gmail.com>
10320 L:      netdev@vger.kernel.org
10321 S:      Maintained
10322 W:      http://linuxptp.sourceforge.net/
10323 F:      Documentation/ABI/testing/sysfs-ptp
10324 F:      Documentation/ptp/*
10325 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
10326 F:      drivers/net/phy/dp83640*
10327 F:      drivers/ptp/*
10328 F:      include/linux/ptp_cl*
10329
10330 PTRACE SUPPORT
10331 M:      Roland McGrath <roland@hack.frob.com>
10332 M:      Oleg Nesterov <oleg@redhat.com>
10333 S:      Maintained
10334 F:      include/asm-generic/syscall.h
10335 F:      include/linux/ptrace.h
10336 F:      include/linux/regset.h
10337 F:      include/linux/tracehook.h
10338 F:      include/uapi/linux/ptrace.h
10339 F:      kernel/ptrace.c
10340
10341 PULSE8-CEC DRIVER
10342 M:      Hans Verkuil <hverkuil@xs4all.nl>
10343 L:      linux-media@vger.kernel.org
10344 T:      git git://linuxtv.org/media_tree.git
10345 S:      Maintained
10346 F:      drivers/media/usb/pulse8-cec/*
10347
10348 PVRUSB2 VIDEO4LINUX DRIVER
10349 M:      Mike Isely <isely@pobox.com>
10350 L:      pvrusb2@isely.net       (subscribers-only)
10351 L:      linux-media@vger.kernel.org
10352 W:      http://www.isely.net/pvrusb2/
10353 T:      git git://linuxtv.org/media_tree.git
10354 S:      Maintained
10355 F:      Documentation/media/v4l-drivers/pvrusb2*
10356 F:      drivers/media/usb/pvrusb2/
10357
10358 PWC WEBCAM DRIVER
10359 M:      Hans Verkuil <hverkuil@xs4all.nl>
10360 L:      linux-media@vger.kernel.org
10361 T:      git git://linuxtv.org/media_tree.git
10362 S:      Odd Fixes
10363 F:      drivers/media/usb/pwc/*
10364
10365 PWM FAN DRIVER
10366 M:      Kamil Debski <kamil@wypas.org>
10367 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10368 L:      linux-hwmon@vger.kernel.org
10369 S:      Supported
10370 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10371 F:      Documentation/hwmon/pwm-fan
10372 F:      drivers/hwmon/pwm-fan.c
10373
10374 PWM SUBSYSTEM
10375 M:      Thierry Reding <thierry.reding@gmail.com>
10376 L:      linux-pwm@vger.kernel.org
10377 S:      Maintained
10378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10379 F:      Documentation/pwm.txt
10380 F:      Documentation/devicetree/bindings/pwm/
10381 F:      include/linux/pwm.h
10382 F:      drivers/pwm/
10383 F:      drivers/video/backlight/pwm_bl.c
10384 F:      include/linux/pwm_backlight.h
10385 F:      drivers/gpio/gpio-mvebu.c
10386 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10387
10388 PXA2xx/PXA3xx SUPPORT
10389 M:      Daniel Mack <daniel@zonque.org>
10390 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10391 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10393 T:      git git://github.com/hzhuang1/linux.git
10394 T:      git git://github.com/rjarzmik/linux.git
10395 S:      Maintained
10396 F:      arch/arm/boot/dts/pxa*
10397 F:      arch/arm/mach-pxa/
10398 F:      drivers/dma/pxa*
10399 F:      drivers/pcmcia/pxa2xx*
10400 F:      drivers/pinctrl/pxa/
10401 F:      drivers/spi/spi-pxa2xx*
10402 F:      drivers/usb/gadget/udc/pxa2*
10403 F:      include/sound/pxa2xx-lib.h
10404 F:      sound/arm/pxa*
10405 F:      sound/soc/pxa/
10406
10407 PXA GPIO DRIVER
10408 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10409 L:      linux-gpio@vger.kernel.org
10410 S:      Maintained
10411 F:      drivers/gpio/gpio-pxa.c
10412
10413 PXA3xx NAND FLASH DRIVER
10414 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10415 L:      linux-mtd@lists.infradead.org
10416 S:      Maintained
10417 F:      drivers/mtd/nand/pxa3xx_nand.c
10418
10419 MMP SUPPORT
10420 M:      Eric Miao <eric.y.miao@gmail.com>
10421 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10423 T:      git git://github.com/hzhuang1/linux.git
10424 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10425 S:      Maintained
10426 F:      arch/arm/boot/dts/mmp*
10427 F:      arch/arm/mach-mmp/
10428
10429 PXA MMCI DRIVER
10430 S:      Orphan
10431
10432 PXA RTC DRIVER
10433 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10434 L:      rtc-linux@googlegroups.com
10435 S:      Maintained
10436
10437 QAT DRIVER
10438 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10439 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10440 L:      qat-linux@intel.com
10441 S:      Supported
10442 F:      drivers/crypto/qat/
10443
10444 QIB DRIVER
10445 M:      Mike Marciniszyn <infinipath@intel.com>
10446 L:      linux-rdma@vger.kernel.org
10447 S:      Supported
10448 F:      drivers/infiniband/hw/qib/
10449
10450 QLOGIC QLA1280 SCSI DRIVER
10451 M:      Michael Reed <mdr@sgi.com>
10452 L:      linux-scsi@vger.kernel.org
10453 S:      Maintained
10454 F:      drivers/scsi/qla1280.[ch]
10455
10456 QLOGIC QLA2XXX FC-SCSI DRIVER
10457 M:      qla2xxx-upstream@qlogic.com
10458 L:      linux-scsi@vger.kernel.org
10459 S:      Supported
10460 F:      Documentation/scsi/LICENSE.qla2xxx
10461 F:      drivers/scsi/qla2xxx/
10462
10463 QLOGIC QLA4XXX iSCSI DRIVER
10464 M:      QLogic-Storage-Upstream@qlogic.com
10465 L:      linux-scsi@vger.kernel.org
10466 S:      Supported
10467 F:      Documentation/scsi/LICENSE.qla4xxx
10468 F:      drivers/scsi/qla4xxx/
10469
10470 QLOGIC QLA3XXX NETWORK DRIVER
10471 M:      Dept-GELinuxNICDev@cavium.com
10472 L:      netdev@vger.kernel.org
10473 S:      Supported
10474 F:      Documentation/networking/LICENSE.qla3xxx
10475 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10476
10477 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10478 M:      Harish Patil <harish.patil@cavium.com>
10479 M:      Manish Chopra <manish.chopra@cavium.com>
10480 M:      Dept-GELinuxNICDev@cavium.com
10481 L:      netdev@vger.kernel.org
10482 S:      Supported
10483 F:      drivers/net/ethernet/qlogic/qlcnic/
10484
10485 QLOGIC QLGE 10Gb ETHERNET DRIVER
10486 M:      Harish Patil <harish.patil@cavium.com>
10487 M:      Manish Chopra <manish.chopra@cavium.com>
10488 M:      Dept-GELinuxNICDev@cavium.com
10489 L:      netdev@vger.kernel.org
10490 S:      Supported
10491 F:      drivers/net/ethernet/qlogic/qlge/
10492
10493 QLOGIC QL4xxx ETHERNET DRIVER
10494 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10495 M:      Ariel Elior <Ariel.Elior@cavium.com>
10496 M:      everest-linux-l2@cavium.com
10497 L:      netdev@vger.kernel.org
10498 S:      Supported
10499 F:      drivers/net/ethernet/qlogic/qed/
10500 F:      include/linux/qed/
10501 F:      drivers/net/ethernet/qlogic/qede/
10502
10503 QLOGIC QL41xxx ISCSI DRIVER
10504 M:      QLogic-Storage-Upstream@cavium.com
10505 L:      linux-scsi@vger.kernel.org
10506 S:      Supported
10507 F:      drivers/scsi/qedi/
10508
10509 QLOGIC QL41xxx FCOE DRIVER
10510 M:      QLogic-Storage-Upstream@cavium.com
10511 L:      linux-scsi@vger.kernel.org
10512 S:      Supported
10513 F:      drivers/scsi/qedf/
10514
10515 QNX4 FILESYSTEM
10516 M:      Anders Larsen <al@alarsen.net>
10517 W:      http://www.alarsen.net/linux/qnx4fs/
10518 S:      Maintained
10519 F:      fs/qnx4/
10520 F:      include/uapi/linux/qnx4_fs.h
10521 F:      include/uapi/linux/qnxtypes.h
10522
10523 QORIQ DPAA2 FSL-MC BUS DRIVER
10524 M:      Stuart Yoder <stuyoder@gmail.com>
10525 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
10526 L:      linux-kernel@vger.kernel.org
10527 S:      Maintained
10528 F:      drivers/staging/fsl-mc/
10529
10530 QT1010 MEDIA DRIVER
10531 M:      Antti Palosaari <crope@iki.fi>
10532 L:      linux-media@vger.kernel.org
10533 W:      https://linuxtv.org
10534 W:      http://palosaari.fi/linux/
10535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10536 T:      git git://linuxtv.org/anttip/media_tree.git
10537 S:      Maintained
10538 F:      drivers/media/tuners/qt1010*
10539
10540 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10541 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10542 L:      linux-wireless@vger.kernel.org
10543 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10544 S:      Supported
10545 F:      drivers/net/wireless/ath/ath9k/
10546
10547 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10548 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10549 L:      ath10k@lists.infradead.org
10550 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10552 S:      Supported
10553 F:      drivers/net/wireless/ath/ath10k/
10554
10555 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10556 M:      Timur Tabi <timur@codeaurora.org>
10557 L:      netdev@vger.kernel.org
10558 S:      Supported
10559 F:      drivers/net/ethernet/qualcomm/emac/
10560
10561 QUALCOMM HEXAGON ARCHITECTURE
10562 M:      Richard Kuo <rkuo@codeaurora.org>
10563 L:      linux-hexagon@vger.kernel.org
10564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10565 S:      Supported
10566 F:      arch/hexagon/
10567
10568 QUALCOMM WCN36XX WIRELESS DRIVER
10569 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10570 L:      wcn36xx@lists.infradead.org
10571 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10572 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10573 S:      Supported
10574 F:      drivers/net/wireless/ath/wcn36xx/
10575
10576 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10577 M:      Gabriel Somlo <somlo@cmu.edu>
10578 M:      "Michael S. Tsirkin" <mst@redhat.com>
10579 L:      qemu-devel@nongnu.org
10580 S:      Maintained
10581 F:      drivers/firmware/qemu_fw_cfg.c
10582
10583 RADOS BLOCK DEVICE (RBD)
10584 M:      Ilya Dryomov <idryomov@gmail.com>
10585 M:      Sage Weil <sage@redhat.com>
10586 M:      Alex Elder <elder@kernel.org>
10587 L:      ceph-devel@vger.kernel.org
10588 W:      http://ceph.com/
10589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10590 T:      git git://github.com/ceph/ceph-client.git
10591 S:      Supported
10592 F:      Documentation/ABI/testing/sysfs-bus-rbd
10593 F:      drivers/block/rbd.c
10594 F:      drivers/block/rbd_types.h
10595
10596 RADEON FRAMEBUFFER DISPLAY DRIVER
10597 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10598 L:      linux-fbdev@vger.kernel.org
10599 S:      Maintained
10600 F:      drivers/video/fbdev/aty/radeon*
10601 F:      include/uapi/linux/radeonfb.h
10602
10603 RADIOSHARK RADIO DRIVER
10604 M:      Hans Verkuil <hverkuil@xs4all.nl>
10605 L:      linux-media@vger.kernel.org
10606 T:      git git://linuxtv.org/media_tree.git
10607 S:      Maintained
10608 F:      drivers/media/radio/radio-shark.c
10609
10610 RADIOSHARK2 RADIO DRIVER
10611 M:      Hans Verkuil <hverkuil@xs4all.nl>
10612 L:      linux-media@vger.kernel.org
10613 T:      git git://linuxtv.org/media_tree.git
10614 S:      Maintained
10615 F:      drivers/media/radio/radio-shark2.c
10616 F:      drivers/media/radio/radio-tea5777.c
10617
10618 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10619 M:      Paul Mackerras <paulus@samba.org>
10620 L:      linux-fbdev@vger.kernel.org
10621 S:      Maintained
10622 F:      drivers/video/fbdev/aty/aty128fb.c
10623
10624 RAINSHADOW-CEC DRIVER
10625 M:      Hans Verkuil <hverkuil@xs4all.nl>
10626 L:      linux-media@vger.kernel.org
10627 T:      git git://linuxtv.org/media_tree.git
10628 S:      Maintained
10629 F:      drivers/media/usb/rainshadow-cec/*
10630
10631 RALINK MIPS ARCHITECTURE
10632 M:      John Crispin <john@phrozen.org>
10633 L:      linux-mips@linux-mips.org
10634 S:      Maintained
10635 F:      arch/mips/ralink
10636
10637 RALINK RT2X00 WIRELESS LAN DRIVER
10638 P:      rt2x00 project
10639 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10640 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10641 L:      linux-wireless@vger.kernel.org
10642 S:      Maintained
10643 F:      drivers/net/wireless/ralink/rt2x00/
10644
10645 RAMDISK RAM BLOCK DEVICE DRIVER
10646 M:      Jens Axboe <axboe@kernel.dk>
10647 S:      Maintained
10648 F:      Documentation/blockdev/ramdisk.txt
10649 F:      drivers/block/brd.c
10650
10651 RANDOM NUMBER DRIVER
10652 M:      "Theodore Ts'o" <tytso@mit.edu>
10653 S:      Maintained
10654 F:      drivers/char/random.c
10655
10656 RAPIDIO SUBSYSTEM
10657 M:      Matt Porter <mporter@kernel.crashing.org>
10658 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10659 S:      Maintained
10660 F:      drivers/rapidio/
10661
10662 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10663 L:      linux-wireless@vger.kernel.org
10664 S:      Orphan
10665 F:      drivers/net/wireless/ray*
10666
10667 RCUTORTURE MODULE
10668 M:      Josh Triplett <josh@joshtriplett.org>
10669 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10670 L:      linux-kernel@vger.kernel.org
10671 S:      Supported
10672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10673 F:      Documentation/RCU/torture.txt
10674 F:      kernel/rcu/rcutorture.c
10675
10676 RCUTORTURE TEST FRAMEWORK
10677 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10678 M:      Josh Triplett <josh@joshtriplett.org>
10679 R:      Steven Rostedt <rostedt@goodmis.org>
10680 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10681 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10682 L:      linux-kernel@vger.kernel.org
10683 S:      Supported
10684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10685 F:      tools/testing/selftests/rcutorture
10686
10687 RDC R-321X SoC
10688 M:      Florian Fainelli <florian@openwrt.org>
10689 S:      Maintained
10690
10691 RDC R6040 FAST ETHERNET DRIVER
10692 M:      Florian Fainelli <f.fainelli@gmail.com>
10693 L:      netdev@vger.kernel.org
10694 S:      Maintained
10695 F:      drivers/net/ethernet/rdc/r6040.c
10696
10697 RDS - RELIABLE DATAGRAM SOCKETS
10698 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10699 L:      netdev@vger.kernel.org
10700 L:      linux-rdma@vger.kernel.org
10701 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10702 W:      https://oss.oracle.com/projects/rds/
10703 S:      Supported
10704 F:      net/rds/
10705 F:      Documentation/networking/rds.txt
10706
10707 RDMAVT - RDMA verbs software
10708 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10709 L:      linux-rdma@vger.kernel.org
10710 S:      Supported
10711 F:      drivers/infiniband/sw/rdmavt
10712
10713 RDT - RESOURCE ALLOCATION
10714 M:      Fenghua Yu <fenghua.yu@intel.com>
10715 L:      linux-kernel@vger.kernel.org
10716 S:      Supported
10717 F:      arch/x86/kernel/cpu/intel_rdt*
10718 F:      arch/x86/include/asm/intel_rdt*
10719 F:      Documentation/x86/intel_rdt*
10720
10721 READ-COPY UPDATE (RCU)
10722 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10723 M:      Josh Triplett <josh@joshtriplett.org>
10724 R:      Steven Rostedt <rostedt@goodmis.org>
10725 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10726 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10727 L:      linux-kernel@vger.kernel.org
10728 W:      http://www.rdrop.com/users/paulmck/RCU/
10729 S:      Supported
10730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10731 F:      Documentation/RCU/
10732 X:      Documentation/RCU/torture.txt
10733 F:      include/linux/rcu*
10734 X:      include/linux/srcu.h
10735 F:      kernel/rcu/
10736 X:      kernel/torture.c
10737
10738 REAL TIME CLOCK (RTC) SUBSYSTEM
10739 M:      Alessandro Zummo <a.zummo@towertech.it>
10740 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10741 L:      rtc-linux@googlegroups.com
10742 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10744 S:      Maintained
10745 F:      Documentation/devicetree/bindings/rtc/
10746 F:      Documentation/rtc.txt
10747 F:      drivers/rtc/
10748 F:      include/linux/rtc.h
10749 F:      include/uapi/linux/rtc.h
10750 F:      include/linux/rtc/
10751 F:      include/linux/platform_data/rtc-*
10752 F:      tools/testing/selftests/timers/rtctest.c
10753
10754 REALTEK AUDIO CODECS
10755 M:      Bard Liao <bardliao@realtek.com>
10756 M:      Oder Chiou <oder_chiou@realtek.com>
10757 S:      Maintained
10758 F:      sound/soc/codecs/rt*
10759 F:      include/sound/rt*.h
10760
10761 REISERFS FILE SYSTEM
10762 L:      reiserfs-devel@vger.kernel.org
10763 S:      Supported
10764 F:      fs/reiserfs/
10765
10766 REGISTER MAP ABSTRACTION
10767 M:      Mark Brown <broonie@kernel.org>
10768 L:      linux-kernel@vger.kernel.org
10769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10770 S:      Supported
10771 F:      Documentation/devicetree/bindings/regmap/
10772 F:      drivers/base/regmap/
10773 F:      include/linux/regmap.h
10774
10775 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10776 M:      Ohad Ben-Cohen <ohad@wizery.com>
10777 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10778 L:      linux-remoteproc@vger.kernel.org
10779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10780 S:      Maintained
10781 F:      Documentation/devicetree/bindings/remoteproc/
10782 F:      Documentation/remoteproc.txt
10783 F:      drivers/remoteproc/
10784 F:      include/linux/remoteproc.h
10785
10786 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10787 M:      Ohad Ben-Cohen <ohad@wizery.com>
10788 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10789 L:      linux-remoteproc@vger.kernel.org
10790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10791 S:      Maintained
10792 F:      drivers/rpmsg/
10793 F:      Documentation/rpmsg.txt
10794 F:      include/linux/rpmsg.h
10795 F:      include/linux/rpmsg/
10796
10797 RENESAS CLOCK DRIVERS
10798 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10799 L:      linux-renesas-soc@vger.kernel.org
10800 S:      Supported
10801 F:      drivers/clk/renesas/
10802
10803 RENESAS ETHERNET DRIVERS
10804 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10805 L:      netdev@vger.kernel.org
10806 L:      linux-renesas-soc@vger.kernel.org
10807 F:      drivers/net/ethernet/renesas/
10808 F:      include/linux/sh_eth.h
10809
10810 RENESAS R-CAR GYROADC DRIVER
10811 M:      Marek Vasut <marek.vasut@gmail.com>
10812 L:      linux-iio@vger.kernel.org
10813 S:      Supported
10814 F:      drivers/iio/adc/rcar_gyro_adc.c
10815
10816 RENESAS USB2 PHY DRIVER
10817 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10818 L:      linux-renesas-soc@vger.kernel.org
10819 S:      Maintained
10820 F:      drivers/phy/phy-rcar-gen3-usb2.c
10821
10822 RESET CONTROLLER FRAMEWORK
10823 M:      Philipp Zabel <p.zabel@pengutronix.de>
10824 T:      git git://git.pengutronix.de/git/pza/linux
10825 S:      Maintained
10826 F:      drivers/reset/
10827 F:      Documentation/devicetree/bindings/reset/
10828 F:      include/dt-bindings/reset/
10829 F:      include/linux/reset.h
10830 F:      include/linux/reset-controller.h
10831
10832 RFKILL
10833 M:      Johannes Berg <johannes@sipsolutions.net>
10834 L:      linux-wireless@vger.kernel.org
10835 W:      http://wireless.kernel.org/
10836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10838 S:      Maintained
10839 F:      Documentation/rfkill.txt
10840 F:      net/rfkill/
10841
10842 RHASHTABLE
10843 M:      Thomas Graf <tgraf@suug.ch>
10844 M:      Herbert Xu <herbert@gondor.apana.org.au>
10845 L:      netdev@vger.kernel.org
10846 S:      Maintained
10847 F:      lib/rhashtable.c
10848 F:      include/linux/rhashtable.h
10849
10850 RICOH SMARTMEDIA/XD DRIVER
10851 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10852 S:      Maintained
10853 F:      drivers/mtd/nand/r852.c
10854 F:      drivers/mtd/nand/r852.h
10855
10856 RICOH R5C592 MEMORYSTICK DRIVER
10857 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10858 S:      Maintained
10859 F:      drivers/memstick/host/r592.*
10860
10861 ROCCAT DRIVERS
10862 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10863 W:      http://sourceforge.net/projects/roccat/
10864 S:      Maintained
10865 F:      drivers/hid/hid-roccat*
10866 F:      include/linux/hid-roccat*
10867 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10868
10869 ROCKER DRIVER
10870 M:      Jiri Pirko <jiri@resnulli.us>
10871 L:      netdev@vger.kernel.org
10872 S:      Supported
10873 F:      drivers/net/ethernet/rocker/
10874
10875 ROCKETPORT DRIVER
10876 P:      Comtrol Corp.
10877 W:      http://www.comtrol.com
10878 S:      Maintained
10879 F:      Documentation/serial/rocket.txt
10880 F:      drivers/tty/rocket*
10881
10882 ROCKETPORT EXPRESS/INFINITY DRIVER
10883 M:      Kevin Cernekee <cernekee@gmail.com>
10884 L:      linux-serial@vger.kernel.org
10885 S:      Odd Fixes
10886 F:      drivers/tty/serial/rp2.*
10887
10888 ROSE NETWORK LAYER
10889 M:      Ralf Baechle <ralf@linux-mips.org>
10890 L:      linux-hams@vger.kernel.org
10891 W:      http://www.linux-ax25.org/
10892 S:      Maintained
10893 F:      include/net/rose.h
10894 F:      include/uapi/linux/rose.h
10895 F:      net/rose/
10896
10897 RTL2830 MEDIA DRIVER
10898 M:      Antti Palosaari <crope@iki.fi>
10899 L:      linux-media@vger.kernel.org
10900 W:      https://linuxtv.org
10901 W:      http://palosaari.fi/linux/
10902 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10903 T:      git git://linuxtv.org/anttip/media_tree.git
10904 S:      Maintained
10905 F:      drivers/media/dvb-frontends/rtl2830*
10906
10907 RTL2832 MEDIA DRIVER
10908 M:      Antti Palosaari <crope@iki.fi>
10909 L:      linux-media@vger.kernel.org
10910 W:      https://linuxtv.org
10911 W:      http://palosaari.fi/linux/
10912 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10913 T:      git git://linuxtv.org/anttip/media_tree.git
10914 S:      Maintained
10915 F:      drivers/media/dvb-frontends/rtl2832*
10916
10917 RTL2832_SDR MEDIA DRIVER
10918 M:      Antti Palosaari <crope@iki.fi>
10919 L:      linux-media@vger.kernel.org
10920 W:      https://linuxtv.org
10921 W:      http://palosaari.fi/linux/
10922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10923 T:      git git://linuxtv.org/anttip/media_tree.git
10924 S:      Maintained
10925 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10926
10927 RTL8180 WIRELESS DRIVER
10928 L:      linux-wireless@vger.kernel.org
10929 W:      http://wireless.kernel.org/
10930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10931 S:      Orphan
10932 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10933
10934 RTL8187 WIRELESS DRIVER
10935 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10936 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10937 M:      Larry Finger <Larry.Finger@lwfinger.net>
10938 L:      linux-wireless@vger.kernel.org
10939 W:      http://wireless.kernel.org/
10940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10941 S:      Maintained
10942 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10943
10944 RTL8192CE WIRELESS DRIVER
10945 M:      Larry Finger <Larry.Finger@lwfinger.net>
10946 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10947 L:      linux-wireless@vger.kernel.org
10948 W:      http://wireless.kernel.org/
10949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10950 S:      Maintained
10951 F:      drivers/net/wireless/realtek/rtlwifi/
10952 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10953
10954 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10955 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
10956 L:      linux-wireless@vger.kernel.org
10957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10958 S:      Maintained
10959 F:      drivers/net/wireless/realtek/rtl8xxxu/
10960
10961 S3 SAVAGE FRAMEBUFFER DRIVER
10962 M:      Antonino Daplas <adaplas@gmail.com>
10963 L:      linux-fbdev@vger.kernel.org
10964 S:      Maintained
10965 F:      drivers/video/fbdev/savage/
10966
10967 S390
10968 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10969 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10970 L:      linux-s390@vger.kernel.org
10971 W:      http://www.ibm.com/developerworks/linux/linux390/
10972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10973 S:      Supported
10974 F:      arch/s390/
10975 F:      drivers/s390/
10976 F:      Documentation/s390/
10977 F:      Documentation/DocBook/s390*
10978
10979 S390 COMMON I/O LAYER
10980 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10981 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10982 L:      linux-s390@vger.kernel.org
10983 W:      http://www.ibm.com/developerworks/linux/linux390/
10984 S:      Supported
10985 F:      drivers/s390/cio/
10986
10987 S390 DASD DRIVER
10988 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10989 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10990 L:      linux-s390@vger.kernel.org
10991 W:      http://www.ibm.com/developerworks/linux/linux390/
10992 S:      Supported
10993 F:      drivers/s390/block/dasd*
10994 F:      block/partitions/ibm.c
10995
10996 S390 NETWORK DRIVERS
10997 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
10998 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10999 L:      linux-s390@vger.kernel.org
11000 W:      http://www.ibm.com/developerworks/linux/linux390/
11001 S:      Supported
11002 F:      drivers/s390/net/
11003
11004 S390 PCI SUBSYSTEM
11005 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
11006 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11007 L:      linux-s390@vger.kernel.org
11008 W:      http://www.ibm.com/developerworks/linux/linux390/
11009 S:      Supported
11010 F:      arch/s390/pci/
11011 F:      drivers/pci/hotplug/s390_pci_hpc.c
11012
11013 S390 ZCRYPT DRIVER
11014 M:      Harald Freudenberger <freude@de.ibm.com>
11015 L:      linux-s390@vger.kernel.org
11016 W:      http://www.ibm.com/developerworks/linux/linux390/
11017 S:      Supported
11018 F:      drivers/s390/crypto/
11019
11020 S390 ZFCP DRIVER
11021 M:      Steffen Maier <maier@linux.vnet.ibm.com>
11022 L:      linux-s390@vger.kernel.org
11023 W:      http://www.ibm.com/developerworks/linux/linux390/
11024 S:      Supported
11025 F:      drivers/s390/scsi/zfcp_*
11026
11027 S390 IUCV NETWORK LAYER
11028 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
11029 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11030 L:      linux-s390@vger.kernel.org
11031 W:      http://www.ibm.com/developerworks/linux/linux390/
11032 S:      Supported
11033 F:      drivers/s390/net/*iucv*
11034 F:      include/net/iucv/
11035 F:      net/iucv/
11036
11037 S390 IOMMU (PCI)
11038 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11039 L:      linux-s390@vger.kernel.org
11040 W:      http://www.ibm.com/developerworks/linux/linux390/
11041 S:      Supported
11042 F:      drivers/iommu/s390-iommu.c
11043
11044 S390 VFIO-CCW DRIVER
11045 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11046 M:      Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11047 L:      linux-s390@vger.kernel.org
11048 L:      kvm@vger.kernel.org
11049 S:      Supported
11050 F:      drivers/s390/cio/vfio_ccw*
11051 F:      Documentation/s390/vfio-ccw.txt
11052 F:      include/uapi/linux/vfio_ccw.h
11053
11054 S3C24XX SD/MMC Driver
11055 M:      Ben Dooks <ben-linux@fluff.org>
11056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11057 S:      Supported
11058 F:      drivers/mmc/host/s3cmci.*
11059
11060 SAA6588 RDS RECEIVER DRIVER
11061 M:      Hans Verkuil <hverkuil@xs4all.nl>
11062 L:      linux-media@vger.kernel.org
11063 T:      git git://linuxtv.org/media_tree.git
11064 W:      https://linuxtv.org
11065 S:      Odd Fixes
11066 F:      drivers/media/i2c/saa6588*
11067
11068 SAA7134 VIDEO4LINUX DRIVER
11069 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11070 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11071 L:      linux-media@vger.kernel.org
11072 W:      https://linuxtv.org
11073 T:      git git://linuxtv.org/media_tree.git
11074 S:      Odd fixes
11075 F:      Documentation/media/v4l-drivers/saa7134*
11076 F:      drivers/media/pci/saa7134/
11077
11078 SAA7146 VIDEO4LINUX-2 DRIVER
11079 M:      Hans Verkuil <hverkuil@xs4all.nl>
11080 L:      linux-media@vger.kernel.org
11081 T:      git git://linuxtv.org/media_tree.git
11082 S:      Maintained
11083 F:      drivers/media/common/saa7146/
11084 F:      drivers/media/pci/saa7146/
11085 F:      include/media/saa7146*
11086
11087 SAMSUNG LAPTOP DRIVER
11088 M:      Corentin Chary <corentin.chary@gmail.com>
11089 L:      platform-driver-x86@vger.kernel.org
11090 S:      Maintained
11091 F:      drivers/platform/x86/samsung-laptop.c
11092
11093 SAMSUNG AUDIO (ASoC) DRIVERS
11094 M:      Krzysztof Kozlowski <krzk@kernel.org>
11095 M:      Sangbeom Kim <sbkim73@samsung.com>
11096 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11097 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11098 S:      Supported
11099 F:      sound/soc/samsung/
11100
11101 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11102 M:      Krzysztof Kozlowski <krzk@kernel.org>
11103 L:      linux-crypto@vger.kernel.org
11104 L:      linux-samsung-soc@vger.kernel.org
11105 S:      Maintained
11106 F:      drivers/crypto/exynos-rng.c
11107 F:      Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11108
11109 SAMSUNG FRAMEBUFFER DRIVER
11110 M:      Jingoo Han <jingoohan1@gmail.com>
11111 L:      linux-fbdev@vger.kernel.org
11112 S:      Maintained
11113 F:      drivers/video/fbdev/s3c-fb.c
11114
11115 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11116 M:      Sangbeom Kim <sbkim73@samsung.com>
11117 M:      Krzysztof Kozlowski <krzk@kernel.org>
11118 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11119 L:      linux-kernel@vger.kernel.org
11120 L:      linux-samsung-soc@vger.kernel.org
11121 S:      Supported
11122 F:      drivers/mfd/sec*.c
11123 F:      drivers/regulator/s2m*.c
11124 F:      drivers/regulator/s5m*.c
11125 F:      drivers/clk/clk-s2mps11.c
11126 F:      drivers/rtc/rtc-s5m.c
11127 F:      include/linux/mfd/samsung/
11128 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11129 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11130 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11131 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11132
11133 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11134 M:      Krzysztof Kozlowski <krzk@kernel.org>
11135 M:      Vladimir Zapolskiy <vz@mleia.com>
11136 L:      linux-crypto@vger.kernel.org
11137 L:      linux-samsung-soc@vger.kernel.org
11138 S:      Maintained
11139 F:      drivers/crypto/s5p-sss.c
11140
11141 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11142 M:      Kyungmin Park <kyungmin.park@samsung.com>
11143 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11144 L:      linux-media@vger.kernel.org
11145 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
11146 S:      Supported
11147 F:      drivers/media/platform/exynos4-is/
11148
11149 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11150 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11151 L:      linux-media@vger.kernel.org
11152 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11153 S:      Maintained
11154 F:      drivers/media/platform/s3c-camif/
11155 F:      include/media/drv-intf/s3c_camif.h
11156
11157 SAMSUNG S5C73M3 CAMERA DRIVER
11158 M:      Kyungmin Park <kyungmin.park@samsung.com>
11159 M:      Andrzej Hajda <a.hajda@samsung.com>
11160 L:      linux-media@vger.kernel.org
11161 S:      Supported
11162 F:      drivers/media/i2c/s5c73m3/*
11163
11164 SAMSUNG S5K5BAF CAMERA DRIVER
11165 M:      Kyungmin Park <kyungmin.park@samsung.com>
11166 M:      Andrzej Hajda <a.hajda@samsung.com>
11167 L:      linux-media@vger.kernel.org
11168 S:      Supported
11169 F:      drivers/media/i2c/s5k5baf.c
11170
11171 SAMSUNG S3FWRN5 NFC DRIVER
11172 M:      Robert Baldyga <r.baldyga@samsung.com>
11173 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
11174 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
11175 S:      Supported
11176 F:      drivers/nfc/s3fwrn5
11177
11178 SAMSUNG SOC CLOCK DRIVERS
11179 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11180 M:      Tomasz Figa <tomasz.figa@gmail.com>
11181 M:      Chanwoo Choi <cw00.choi@samsung.com>
11182 S:      Supported
11183 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11184 F:      drivers/clk/samsung/
11185 F:      include/dt-bindings/clock/exynos*.h
11186 F:      Documentation/devicetree/bindings/clock/exynos*.txt
11187
11188 SAMSUNG SPI DRIVERS
11189 M:      Kukjin Kim <kgene@kernel.org>
11190 M:      Krzysztof Kozlowski <krzk@kernel.org>
11191 M:      Andi Shyti <andi.shyti@samsung.com>
11192 L:      linux-spi@vger.kernel.org
11193 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11194 S:      Maintained
11195 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
11196 F:      drivers/spi/spi-s3c*
11197 F:      include/linux/platform_data/spi-s3c64xx.h
11198
11199 SAMSUNG SXGBE DRIVERS
11200 M:      Byungho An <bh74.an@samsung.com>
11201 M:      Girish K S <ks.giri@samsung.com>
11202 M:      Vipul Pandya <vipul.pandya@samsung.com>
11203 S:      Supported
11204 L:      netdev@vger.kernel.org
11205 F:      drivers/net/ethernet/samsung/sxgbe/
11206
11207 SAMSUNG THERMAL DRIVER
11208 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11209 L:      linux-pm@vger.kernel.org
11210 L:      linux-samsung-soc@vger.kernel.org
11211 S:      Supported
11212 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
11213 F:      drivers/thermal/samsung/
11214
11215 SAMSUNG USB2 PHY DRIVER
11216 M:      Kamil Debski <kamil@wypas.org>
11217 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11218 L:      linux-kernel@vger.kernel.org
11219 S:      Supported
11220 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
11221 F:      Documentation/phy/samsung-usb2.txt
11222 F:      drivers/phy/phy-exynos4210-usb2.c
11223 F:      drivers/phy/phy-exynos4x12-usb2.c
11224 F:      drivers/phy/phy-exynos5250-usb2.c
11225 F:      drivers/phy/phy-s5pv210-usb2.c
11226 F:      drivers/phy/phy-samsung-usb2.c
11227 F:      drivers/phy/phy-samsung-usb2.h
11228
11229 SERIAL DRIVERS
11230 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11231 L:      linux-serial@vger.kernel.org
11232 S:      Maintained
11233 F:      Documentation/devicetree/bindings/serial/
11234 F:      drivers/tty/serial/
11235
11236 SERIAL DEVICE BUS
11237 M:      Rob Herring <robh@kernel.org>
11238 L:      linux-serial@vger.kernel.org
11239 S:      Maintained
11240 F:      Documentation/devicetree/bindings/serial/slave-device.txt
11241 F:      drivers/tty/serdev/
11242 F:      include/linux/serdev.h
11243
11244 SERIAL IR RECEIVER
11245 M:      Sean Young <sean@mess.org>
11246 L:      linux-media@vger.kernel.org
11247 S:      Maintained
11248 F:      drivers/media/rc/serial_ir.c
11249
11250 STI CEC DRIVER
11251 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
11252 L:      kernel@stlinux.com
11253 S:      Maintained
11254 F:      drivers/staging/media/st-cec/
11255 F:      Documentation/devicetree/bindings/media/stih-cec.txt
11256
11257 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11258 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11259 L:      linux-s390@vger.kernel.org
11260 W:      http://www.ibm.com/developerworks/linux/linux390/
11261 S:      Supported
11262 F:      net/smc/
11263
11264 SYNOPSYS DESIGNWARE DMAC DRIVER
11265 M:      Viresh Kumar <vireshk@kernel.org>
11266 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11267 S:      Maintained
11268 F:      include/linux/dma/dw.h
11269 F:      include/linux/platform_data/dma-dw.h
11270 F:      drivers/dma/dw/
11271
11272 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11273 M:      Jie Deng <jiedeng@synopsys.com>
11274 L:      netdev@vger.kernel.org
11275 S:      Supported
11276 F:      drivers/net/ethernet/synopsys/
11277
11278 SYNOPSYS DESIGNWARE I2C DRIVER
11279 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
11280 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11281 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
11282 L:      linux-i2c@vger.kernel.org
11283 S:      Maintained
11284 F:      drivers/i2c/busses/i2c-designware-*
11285 F:      include/linux/platform_data/i2c-designware.h
11286
11287 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11288 M:      Jaehoon Chung <jh80.chung@samsung.com>
11289 L:      linux-mmc@vger.kernel.org
11290 S:      Maintained
11291 F:      drivers/mmc/host/dw_mmc*
11292
11293 SYSTEM TRACE MODULE CLASS
11294 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
11295 S:      Maintained
11296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11297 F:      Documentation/trace/stm.txt
11298 F:      drivers/hwtracing/stm/
11299 F:      include/linux/stm.h
11300 F:      include/uapi/linux/stm.h
11301
11302 THUNDERBOLT DRIVER
11303 M:      Andreas Noever <andreas.noever@gmail.com>
11304 S:      Maintained
11305 F:      drivers/thunderbolt/
11306
11307 TI BQ27XXX POWER SUPPLY DRIVER
11308 R:      Andrew F. Davis <afd@ti.com>
11309 F:      include/linux/power/bq27xxx_battery.h
11310 F:      drivers/power/supply/bq27xxx_battery.c
11311 F:      drivers/power/supply/bq27xxx_battery_i2c.c
11312
11313 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11314 M:      John Stultz <john.stultz@linaro.org>
11315 M:      Thomas Gleixner <tglx@linutronix.de>
11316 R:      Stephen Boyd <sboyd@codeaurora.org>
11317 L:      linux-kernel@vger.kernel.org
11318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11319 S:      Supported
11320 F:      include/linux/clocksource.h
11321 F:      include/linux/time.h
11322 F:      include/linux/timex.h
11323 F:      include/uapi/linux/time.h
11324 F:      include/uapi/linux/timex.h
11325 F:      kernel/time/clocksource.c
11326 F:      kernel/time/time*.c
11327 F:      kernel/time/alarmtimer.c
11328 F:      kernel/time/ntp.c
11329 F:      tools/testing/selftests/timers/
11330
11331 SC1200 WDT DRIVER
11332 M:      Zwane Mwaikambo <zwanem@gmail.com>
11333 S:      Maintained
11334 F:      drivers/watchdog/sc1200wdt.c
11335
11336 SCHEDULER
11337 M:      Ingo Molnar <mingo@redhat.com>
11338 M:      Peter Zijlstra <peterz@infradead.org>
11339 L:      linux-kernel@vger.kernel.org
11340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11341 S:      Maintained
11342 F:      kernel/sched/
11343 F:      include/linux/sched.h
11344 F:      include/uapi/linux/sched.h
11345 F:      include/linux/wait.h
11346
11347 SCORE ARCHITECTURE
11348 M:      Chen Liqin <liqin.linux@gmail.com>
11349 M:      Lennox Wu <lennox.wu@gmail.com>
11350 W:      http://www.sunplus.com
11351 S:      Supported
11352 F:      arch/score/
11353
11354 SCR24X CHIP CARD INTERFACE DRIVER
11355 M:      Lubomir Rintel <lkundrak@v3.sk>
11356 S:      Supported
11357 F:      drivers/char/pcmcia/scr24x_cs.c
11358
11359 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11360 M:      Sudeep Holla <sudeep.holla@arm.com>
11361 L:      linux-arm-kernel@lists.infradead.org
11362 S:      Maintained
11363 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
11364 F:      drivers/clk/clk-scpi.c
11365 F:      drivers/cpufreq/scpi-cpufreq.c
11366 F:      drivers/firmware/arm_scpi.c
11367 F:      include/linux/scpi_protocol.h
11368
11369 SCSI CDROM DRIVER
11370 M:      Jens Axboe <axboe@kernel.dk>
11371 L:      linux-scsi@vger.kernel.org
11372 W:      http://www.kernel.dk
11373 S:      Maintained
11374 F:      drivers/scsi/sr*
11375
11376 SCSI RDMA PROTOCOL (SRP) INITIATOR
11377 M:      Bart Van Assche <bart.vanassche@sandisk.com>
11378 L:      linux-rdma@vger.kernel.org
11379 S:      Supported
11380 W:      http://www.openfabrics.org
11381 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11383 F:      drivers/infiniband/ulp/srp/
11384 F:      include/scsi/srp.h
11385
11386 SCSI SG DRIVER
11387 M:      Doug Gilbert <dgilbert@interlog.com>
11388 L:      linux-scsi@vger.kernel.org
11389 W:      http://sg.danny.cz/sg
11390 S:      Maintained
11391 F:      Documentation/scsi/scsi-generic.txt
11392 F:      drivers/scsi/sg.c
11393 F:      include/scsi/sg.h
11394
11395 SCSI SUBSYSTEM
11396 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11398 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
11399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11400 L:      linux-scsi@vger.kernel.org
11401 S:      Maintained
11402 F:      Documentation/devicetree/bindings/scsi/
11403 F:      drivers/scsi/
11404 F:      include/scsi/
11405
11406 SCSI TAPE DRIVER
11407 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11408 L:      linux-scsi@vger.kernel.org
11409 S:      Maintained
11410 F:      Documentation/scsi/st.txt
11411 F:      drivers/scsi/st.*
11412 F:      drivers/scsi/st_*.h
11413
11414 SCTP PROTOCOL
11415 M:      Vlad Yasevich <vyasevich@gmail.com>
11416 M:      Neil Horman <nhorman@tuxdriver.com>
11417 L:      linux-sctp@vger.kernel.org
11418 W:      http://lksctp.sourceforge.net
11419 S:      Maintained
11420 F:      Documentation/networking/sctp.txt
11421 F:      include/linux/sctp.h
11422 F:      include/uapi/linux/sctp.h
11423 F:      include/net/sctp/
11424 F:      net/sctp/
11425
11426 SCx200 CPU SUPPORT
11427 M:      Jim Cromie <jim.cromie@gmail.com>
11428 S:      Odd Fixes
11429 F:      Documentation/i2c/busses/scx200_acb
11430 F:      arch/x86/platform/scx200/
11431 F:      drivers/watchdog/scx200_wdt.c
11432 F:      drivers/i2c/busses/scx200*
11433 F:      drivers/mtd/maps/scx200_docflash.c
11434 F:      include/linux/scx200.h
11435
11436 SCx200 GPIO DRIVER
11437 M:      Jim Cromie <jim.cromie@gmail.com>
11438 S:      Maintained
11439 F:      drivers/char/scx200_gpio.c
11440 F:      include/linux/scx200_gpio.h
11441
11442 SCx200 HRT CLOCKSOURCE DRIVER
11443 M:      Jim Cromie <jim.cromie@gmail.com>
11444 S:      Maintained
11445 F:      drivers/clocksource/scx200_hrt.c
11446
11447 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11448 M:      Sascha Sommer <saschasommer@freenet.de>
11449 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11450 S:      Maintained
11451 F:      drivers/mmc/host/sdricoh_cs.c
11452
11453 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11454 M:      Adrian Hunter <adrian.hunter@intel.com>
11455 L:      linux-mmc@vger.kernel.org
11456 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11457 S:      Maintained
11458 F:      drivers/mmc/host/sdhci*
11459 F:      include/linux/mmc/sdhci*
11460
11461 SECURE COMPUTING
11462 M:      Kees Cook <keescook@chromium.org>
11463 R:      Andy Lutomirski <luto@amacapital.net>
11464 R:      Will Drewry <wad@chromium.org>
11465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11466 S:      Supported
11467 F:      kernel/seccomp.c
11468 F:      include/uapi/linux/seccomp.h
11469 F:      include/linux/seccomp.h
11470 F:      tools/testing/selftests/seccomp/*
11471 K:      \bsecure_computing
11472 K:      \bTIF_SECCOMP\b
11473
11474 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11475 M:      Al Cooper <alcooperx@gmail.com>
11476 L:      linux-mmc@vger.kernel.org
11477 L:      bcm-kernel-feedback-list@broadcom.com
11478 S:      Maintained
11479 F:      drivers/mmc/host/sdhci-brcmstb*
11480
11481 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11482 M:      Ben Dooks <ben-linux@fluff.org>
11483 M:      Jaehoon Chung <jh80.chung@samsung.com>
11484 L:      linux-mmc@vger.kernel.org
11485 S:      Maintained
11486 F:      drivers/mmc/host/sdhci-s3c*
11487
11488 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11489 M:      Viresh Kumar <vireshk@kernel.org>
11490 L:      linux-mmc@vger.kernel.org
11491 S:      Maintained
11492 F:      drivers/mmc/host/sdhci-spear.c
11493
11494 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11495 M:      Scott Bauer <scott.bauer@intel.com>
11496 M:      Jonathan Derrick <jonathan.derrick@intel.com>
11497 M:      Rafael Antognolli <rafael.antognolli@intel.com>
11498 L:      linux-block@vger.kernel.org
11499 S:      Supported
11500 F:      block/sed*
11501 F:      block/opal_proto.h
11502 F:      include/linux/sed*
11503 F:      include/uapi/linux/sed*
11504
11505 SECURITY SUBSYSTEM
11506 M:      James Morris <james.l.morris@oracle.com>
11507 M:      "Serge E. Hallyn" <serge@hallyn.com>
11508 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11510 W:      http://kernsec.org/
11511 S:      Supported
11512 F:      security/
11513
11514 SECURITY CONTACT
11515 M:      Security Officers <security@kernel.org>
11516 S:      Supported
11517
11518 SELINUX SECURITY MODULE
11519 M:      Paul Moore <paul@paul-moore.com>
11520 M:      Stephen Smalley <sds@tycho.nsa.gov>
11521 M:      Eric Paris <eparis@parisplace.org>
11522 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11523 W:      http://selinuxproject.org
11524 T:      git git://git.infradead.org/users/pcmoore/selinux
11525 S:      Supported
11526 F:      include/linux/selinux*
11527 F:      security/selinux/
11528 F:      scripts/selinux/
11529
11530 APPARMOR SECURITY MODULE
11531 M:      John Johansen <john.johansen@canonical.com>
11532 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11533 W:      apparmor.wiki.kernel.org
11534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11535 S:      Supported
11536 F:      security/apparmor/
11537
11538 LOADPIN SECURITY MODULE
11539 M:      Kees Cook <keescook@chromium.org>
11540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11541 S:      Supported
11542 F:      security/loadpin/
11543
11544 YAMA SECURITY MODULE
11545 M:      Kees Cook <keescook@chromium.org>
11546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11547 S:      Supported
11548 F:      security/yama/
11549
11550 SENSABLE PHANTOM
11551 M:      Jiri Slaby <jirislaby@gmail.com>
11552 S:      Maintained
11553 F:      drivers/misc/phantom.c
11554 F:      include/uapi/linux/phantom.h
11555
11556 Emulex 10Gbps iSCSI - OneConnect DRIVER
11557 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11558 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11559 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11560 L:      linux-scsi@vger.kernel.org
11561 W:      http://www.broadcom.com
11562 S:      Supported
11563 F:      drivers/scsi/be2iscsi/
11564
11565 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11566 M:      Sathya Perla <sathya.perla@broadcom.com>
11567 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11568 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11569 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11570 L:      netdev@vger.kernel.org
11571 W:      http://www.emulex.com
11572 S:      Supported
11573 F:      drivers/net/ethernet/emulex/benet/
11574
11575 EMULEX ONECONNECT ROCE DRIVER
11576 M:      Selvin Xavier <selvin.xavier@broadcom.com>
11577 M:      Devesh Sharma <devesh.sharma@broadcom.com>
11578 L:      linux-rdma@vger.kernel.org
11579 W:      http://www.broadcom.com
11580 S:      Odd Fixes
11581 F:      drivers/infiniband/hw/ocrdma/
11582 F:      include/uapi/rdma/ocrdma-abi.h
11583
11584 SFC NETWORK DRIVER
11585 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11586 M:      Edward Cree <ecree@solarflare.com>
11587 M:      Bert Kenward <bkenward@solarflare.com>
11588 L:      netdev@vger.kernel.org
11589 S:      Supported
11590 F:      drivers/net/ethernet/sfc/
11591
11592 SGI GRU DRIVER
11593 M:      Dimitri Sivanich <sivanich@sgi.com>
11594 S:      Maintained
11595 F:      drivers/misc/sgi-gru/
11596
11597 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11598 M:      Pat Gefre <pfg@sgi.com>
11599 L:      linux-ia64@vger.kernel.org
11600 S:      Supported
11601 F:      Documentation/ia64/serial.txt
11602 F:      drivers/tty/serial/ioc?_serial.c
11603 F:      include/linux/ioc?.h
11604
11605 SGI XP/XPC/XPNET DRIVER
11606 M:      Cliff Whickman <cpw@sgi.com>
11607 M:      Robin Holt <robinmholt@gmail.com>
11608 S:      Maintained
11609 F:      drivers/misc/sgi-xp/
11610
11611 SI2157 MEDIA DRIVER
11612 M:      Antti Palosaari <crope@iki.fi>
11613 L:      linux-media@vger.kernel.org
11614 W:      https://linuxtv.org
11615 W:      http://palosaari.fi/linux/
11616 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11617 T:      git git://linuxtv.org/anttip/media_tree.git
11618 S:      Maintained
11619 F:      drivers/media/tuners/si2157*
11620
11621 SI2168 MEDIA DRIVER
11622 M:      Antti Palosaari <crope@iki.fi>
11623 L:      linux-media@vger.kernel.org
11624 W:      https://linuxtv.org
11625 W:      http://palosaari.fi/linux/
11626 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11627 T:      git git://linuxtv.org/anttip/media_tree.git
11628 S:      Maintained
11629 F:      drivers/media/dvb-frontends/si2168*
11630
11631 SI470X FM RADIO RECEIVER I2C DRIVER
11632 M:      Hans Verkuil <hverkuil@xs4all.nl>
11633 L:      linux-media@vger.kernel.org
11634 T:      git git://linuxtv.org/media_tree.git
11635 W:      https://linuxtv.org
11636 S:      Odd Fixes
11637 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11638
11639 SI470X FM RADIO RECEIVER USB DRIVER
11640 M:      Hans Verkuil <hverkuil@xs4all.nl>
11641 L:      linux-media@vger.kernel.org
11642 T:      git git://linuxtv.org/media_tree.git
11643 W:      https://linuxtv.org
11644 S:      Maintained
11645 F:      drivers/media/radio/si470x/radio-si470x-common.c
11646 F:      drivers/media/radio/si470x/radio-si470x.h
11647 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11648
11649 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11650 M:      Eduardo Valentin <edubezval@gmail.com>
11651 L:      linux-media@vger.kernel.org
11652 T:      git git://linuxtv.org/media_tree.git
11653 W:      https://linuxtv.org
11654 S:      Odd Fixes
11655 F:      drivers/media/radio/si4713/si4713.?
11656
11657 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11658 M:      Eduardo Valentin <edubezval@gmail.com>
11659 L:      linux-media@vger.kernel.org
11660 T:      git git://linuxtv.org/media_tree.git
11661 W:      https://linuxtv.org
11662 S:      Odd Fixes
11663 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11664
11665 SI4713 FM RADIO TRANSMITTER USB DRIVER
11666 M:      Hans Verkuil <hverkuil@xs4all.nl>
11667 L:      linux-media@vger.kernel.org
11668 T:      git git://linuxtv.org/media_tree.git
11669 W:      https://linuxtv.org
11670 S:      Maintained
11671 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11672
11673 SIANO DVB DRIVER
11674 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11675 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11676 L:      linux-media@vger.kernel.org
11677 W:      https://linuxtv.org
11678 T:      git git://linuxtv.org/media_tree.git
11679 S:      Odd fixes
11680 F:      drivers/media/common/siano/
11681 F:      drivers/media/usb/siano/
11682 F:      drivers/media/usb/siano/
11683 F:      drivers/media/mmc/siano/
11684
11685 SILEAD TOUCHSCREEN DRIVER
11686 M:      Hans de Goede <hdegoede@redhat.com>
11687 L:      linux-input@vger.kernel.org
11688 L:      platform-driver-x86@vger.kernel.org
11689 S:      Maintained
11690 F:      drivers/input/touchscreen/silead.c
11691 F:      drivers/platform/x86/silead_dmi.c
11692
11693 SIMPLEFB FB DRIVER
11694 M:      Hans de Goede <hdegoede@redhat.com>
11695 L:      linux-fbdev@vger.kernel.org
11696 S:      Maintained
11697 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11698 F:      drivers/video/fbdev/simplefb.c
11699 F:      include/linux/platform_data/simplefb.h
11700
11701 SH_VEU V4L2 MEM2MEM DRIVER
11702 L:      linux-media@vger.kernel.org
11703 S:      Orphan
11704 F:      drivers/media/platform/sh_veu.c
11705
11706 SH_VOU V4L2 OUTPUT DRIVER
11707 L:      linux-media@vger.kernel.org
11708 S:      Orphan
11709 F:      drivers/media/platform/sh_vou.c
11710 F:      include/media/drv-intf/sh_vou.h
11711
11712 SIMPLE FIRMWARE INTERFACE (SFI)
11713 M:      Len Brown <lenb@kernel.org>
11714 L:      sfi-devel@simplefirmware.org
11715 W:      http://simplefirmware.org/
11716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11717 S:      Supported
11718 F:      arch/x86/platform/sfi/
11719 F:      drivers/sfi/
11720 F:      include/linux/sfi*.h
11721
11722 SIMTEC EB110ATX (Chalice CATS)
11723 P:      Ben Dooks
11724 P:      Vincent Sanders <vince@simtec.co.uk>
11725 M:      Simtec Linux Team <linux@simtec.co.uk>
11726 W:      http://www.simtec.co.uk/products/EB110ATX/
11727 S:      Supported
11728
11729 SIMTEC EB2410ITX (BAST)
11730 P:      Ben Dooks
11731 P:      Vincent Sanders <vince@simtec.co.uk>
11732 M:      Simtec Linux Team <linux@simtec.co.uk>
11733 W:      http://www.simtec.co.uk/products/EB2410ITX/
11734 S:      Supported
11735 F:      arch/arm/mach-s3c24xx/mach-bast.c
11736 F:      arch/arm/mach-s3c24xx/bast-ide.c
11737 F:      arch/arm/mach-s3c24xx/bast-irq.c
11738
11739 SIPHASH PRF ROUTINES
11740 M:      Jason A. Donenfeld <Jason@zx2c4.com>
11741 S:      Maintained
11742 F:      lib/siphash.c
11743 F:      lib/test_siphash.c
11744 F:      include/linux/siphash.h
11745
11746 TI DAVINCI MACHINE SUPPORT
11747 M:      Sekhar Nori <nsekhar@ti.com>
11748 M:      Kevin Hilman <khilman@kernel.org>
11749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11751 S:      Supported
11752 F:      arch/arm/mach-davinci/
11753 F:      drivers/i2c/busses/i2c-davinci.c
11754
11755 TI DAVINCI SERIES MEDIA DRIVER
11756 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11757 L:      linux-media@vger.kernel.org
11758 W:      https://linuxtv.org
11759 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11760 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11761 S:      Maintained
11762 F:      drivers/media/platform/davinci/
11763 F:      include/media/davinci/
11764
11765 TI AM437X VPFE DRIVER
11766 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11767 L:      linux-media@vger.kernel.org
11768 W:      https://linuxtv.org
11769 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11770 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11771 S:      Maintained
11772 F:      drivers/media/platform/am437x/
11773
11774 OV2659 OMNIVISION SENSOR DRIVER
11775 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11776 L:      linux-media@vger.kernel.org
11777 W:      https://linuxtv.org
11778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11779 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11780 S:      Maintained
11781 F:      drivers/media/i2c/ov2659.c
11782 F:      include/media/i2c/ov2659.h
11783
11784 SILICON MOTION SM712 FRAME BUFFER DRIVER
11785 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11786 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11787 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11788 L:      linux-fbdev@vger.kernel.org
11789 S:      Maintained
11790 F:      drivers/video/fbdev/sm712*
11791 F:      Documentation/fb/sm712fb.txt
11792
11793 SIS 190 ETHERNET DRIVER
11794 M:      Francois Romieu <romieu@fr.zoreil.com>
11795 L:      netdev@vger.kernel.org
11796 S:      Maintained
11797 F:      drivers/net/ethernet/sis/sis190.c
11798
11799 SIS 900/7016 FAST ETHERNET DRIVER
11800 M:      Daniele Venzano <venza@brownhat.org>
11801 W:      http://www.brownhat.org/sis900.html
11802 L:      netdev@vger.kernel.org
11803 S:      Maintained
11804 F:      drivers/net/ethernet/sis/sis900.*
11805
11806 SIS FRAMEBUFFER DRIVER
11807 M:      Thomas Winischhofer <thomas@winischhofer.net>
11808 W:      http://www.winischhofer.net/linuxsisvga.shtml
11809 S:      Maintained
11810 F:      Documentation/fb/sisfb.txt
11811 F:      drivers/video/fbdev/sis/
11812 F:      include/video/sisfb.h
11813
11814 SIS USB2VGA DRIVER
11815 M:      Thomas Winischhofer <thomas@winischhofer.net>
11816 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11817 S:      Maintained
11818 F:      drivers/usb/misc/sisusbvga/
11819
11820 SLAB ALLOCATOR
11821 M:      Christoph Lameter <cl@linux.com>
11822 M:      Pekka Enberg <penberg@kernel.org>
11823 M:      David Rientjes <rientjes@google.com>
11824 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11825 M:      Andrew Morton <akpm@linux-foundation.org>
11826 L:      linux-mm@kvack.org
11827 S:      Maintained
11828 F:      include/linux/sl?b*.h
11829 F:      mm/sl?b*
11830
11831 SLEEPABLE READ-COPY UPDATE (SRCU)
11832 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11833 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11834 M:      Josh Triplett <josh@joshtriplett.org>
11835 R:      Steven Rostedt <rostedt@goodmis.org>
11836 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11837 L:      linux-kernel@vger.kernel.org
11838 W:      http://www.rdrop.com/users/paulmck/RCU/
11839 S:      Supported
11840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11841 F:      include/linux/srcu.h
11842 F:      kernel/rcu/srcu.c
11843
11844 SMACK SECURITY MODULE
11845 M:      Casey Schaufler <casey@schaufler-ca.com>
11846 L:      linux-security-module@vger.kernel.org
11847 W:      http://schaufler-ca.com
11848 T:      git git://github.com/cschaufler/smack-next
11849 S:      Maintained
11850 F:      Documentation/security/Smack.txt
11851 F:      security/smack/
11852
11853 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11854 M:      Kevin Hilman <khilman@kernel.org>
11855 M:      Nishanth Menon <nm@ti.com>
11856 S:      Maintained
11857 F:      drivers/power/avs/
11858 F:      include/linux/power/smartreflex.h
11859 L:      linux-pm@vger.kernel.org
11860
11861 SMC91x ETHERNET DRIVER
11862 M:      Nicolas Pitre <nico@fluxnic.net>
11863 S:      Odd Fixes
11864 F:      drivers/net/ethernet/smsc/smc91x.*
11865
11866 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11867 M:      Sakari Ailus <sakari.ailus@iki.fi>
11868 L:      linux-media@vger.kernel.org
11869 S:      Maintained
11870 F:      drivers/media/i2c/smiapp/
11871 F:      include/media/i2c/smiapp.h
11872 F:      drivers/media/i2c/smiapp-pll.c
11873 F:      drivers/media/i2c/smiapp-pll.h
11874 F:      include/uapi/linux/smiapp.h
11875 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11876
11877 SMM665 HARDWARE MONITOR DRIVER
11878 M:      Guenter Roeck <linux@roeck-us.net>
11879 L:      linux-hwmon@vger.kernel.org
11880 S:      Maintained
11881 F:      Documentation/hwmon/smm665
11882 F:      drivers/hwmon/smm665.c
11883
11884 SMSC EMC2103 HARDWARE MONITOR DRIVER
11885 M:      Steve Glendinning <steve.glendinning@shawell.net>
11886 L:      linux-hwmon@vger.kernel.org
11887 S:      Maintained
11888 F:      Documentation/hwmon/emc2103
11889 F:      drivers/hwmon/emc2103.c
11890
11891 SMSC SCH5627 HARDWARE MONITOR DRIVER
11892 M:      Hans de Goede <hdegoede@redhat.com>
11893 L:      linux-hwmon@vger.kernel.org
11894 S:      Supported
11895 F:      Documentation/hwmon/sch5627
11896 F:      drivers/hwmon/sch5627.c
11897
11898 SMSC47B397 HARDWARE MONITOR DRIVER
11899 M:      Jean Delvare <jdelvare@suse.com>
11900 L:      linux-hwmon@vger.kernel.org
11901 S:      Maintained
11902 F:      Documentation/hwmon/smsc47b397
11903 F:      drivers/hwmon/smsc47b397.c
11904
11905 SMSC911x ETHERNET DRIVER
11906 M:      Steve Glendinning <steve.glendinning@shawell.net>
11907 L:      netdev@vger.kernel.org
11908 S:      Maintained
11909 F:      include/linux/smsc911x.h
11910 F:      drivers/net/ethernet/smsc/smsc911x.*
11911
11912 SMSC9420 PCI ETHERNET DRIVER
11913 M:      Steve Glendinning <steve.glendinning@shawell.net>
11914 L:      netdev@vger.kernel.org
11915 S:      Maintained
11916 F:      drivers/net/ethernet/smsc/smsc9420.*
11917
11918 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11919 M:      Steve Glendinning <steve.glendinning@shawell.net>
11920 L:      linux-fbdev@vger.kernel.org
11921 S:      Maintained
11922 F:      drivers/video/fbdev/smscufx.c
11923
11924 SOC-CAMERA V4L2 SUBSYSTEM
11925 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11926 L:      linux-media@vger.kernel.org
11927 T:      git git://linuxtv.org/media_tree.git
11928 S:      Maintained
11929 F:      include/media/soc*
11930 F:      drivers/media/i2c/soc_camera/
11931 F:      drivers/media/platform/soc_camera/
11932
11933 SOEKRIS NET48XX LED SUPPORT
11934 M:      Chris Boot <bootc@bootc.net>
11935 S:      Maintained
11936 F:      drivers/leds/leds-net48xx.c
11937
11938 SOFTLOGIC 6x10 MPEG CODEC
11939 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11940 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11941 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11942 M:      Ismael Luceno <ismael@iodev.co.uk>
11943 L:      linux-media@vger.kernel.org
11944 S:      Supported
11945 F:      drivers/media/pci/solo6x10/
11946
11947 SOFTWARE RAID (Multiple Disks) SUPPORT
11948 M:      Shaohua Li <shli@kernel.org>
11949 L:      linux-raid@vger.kernel.org
11950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11951 S:      Supported
11952 F:      drivers/md/
11953 F:      include/linux/raid/
11954 F:      include/uapi/linux/raid/
11955
11956 SONIC NETWORK DRIVER
11957 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11958 L:      netdev@vger.kernel.org
11959 S:      Maintained
11960 F:      drivers/net/ethernet/natsemi/sonic.*
11961
11962 SONICS SILICON BACKPLANE DRIVER (SSB)
11963 M:      Michael Buesch <m@bues.ch>
11964 L:      linux-wireless@vger.kernel.org
11965 S:      Maintained
11966 F:      drivers/ssb/
11967 F:      include/linux/ssb/
11968
11969 SONY VAIO CONTROL DEVICE DRIVER
11970 M:      Mattia Dongili <malattia@linux.it>
11971 L:      platform-driver-x86@vger.kernel.org
11972 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11973 S:      Maintained
11974 F:      Documentation/laptops/sony-laptop.txt
11975 F:      drivers/char/sonypi.c
11976 F:      drivers/platform/x86/sony-laptop.c
11977 F:      include/linux/sony-laptop.h
11978
11979 SONY MEMORYSTICK CARD SUPPORT
11980 M:      Alex Dubov <oakad@yahoo.com>
11981 W:      http://tifmxx.berlios.de/
11982 S:      Maintained
11983 F:      drivers/memstick/host/tifm_ms.c
11984
11985 SONY MEMORYSTICK STANDARD SUPPORT
11986 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11987 S:      Maintained
11988 F:      drivers/memstick/core/ms_block.*
11989
11990 SOUND
11991 M:      Jaroslav Kysela <perex@perex.cz>
11992 M:      Takashi Iwai <tiwai@suse.com>
11993 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11994 W:      http://www.alsa-project.org/
11995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11996 T:      git git://git.alsa-project.org/alsa-kernel.git
11997 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11998 S:      Maintained
11999 F:      Documentation/sound/
12000 F:      include/sound/
12001 F:      include/uapi/sound/
12002 F:      sound/
12003
12004 SOUND - COMPRESSED AUDIO
12005 M:      Vinod Koul <vinod.koul@intel.com>
12006 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12008 S:      Supported
12009 F:      Documentation/sound/alsa/compress_offload.txt
12010 F:      include/sound/compress_driver.h
12011 F:      include/uapi/sound/compress_*
12012 F:      sound/core/compress_offload.c
12013 F:      sound/soc/soc-compress.c
12014
12015 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12016 M:      Liam Girdwood <lgirdwood@gmail.com>
12017 M:      Mark Brown <broonie@kernel.org>
12018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12019 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12020 W:      http://alsa-project.org/main/index.php/ASoC
12021 S:      Supported
12022 F:      Documentation/devicetree/bindings/sound/
12023 F:      Documentation/sound/alsa/soc/
12024 F:      sound/soc/
12025 F:      include/sound/soc*
12026
12027 SOUND - DMAENGINE HELPERS
12028 M:      Lars-Peter Clausen <lars@metafoo.de>
12029 S:      Supported
12030 F:      include/sound/dmaengine_pcm.h
12031 F:      sound/core/pcm_dmaengine.c
12032 F:      sound/soc/soc-generic-dmaengine-pcm.c
12033
12034 SP2 MEDIA DRIVER
12035 M:      Olli Salonen <olli.salonen@iki.fi>
12036 L:      linux-media@vger.kernel.org
12037 W:      https://linuxtv.org
12038 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12039 S:      Maintained
12040 F:      drivers/media/dvb-frontends/sp2*
12041
12042 SPARC + UltraSPARC (sparc/sparc64)
12043 M:      "David S. Miller" <davem@davemloft.net>
12044 L:      sparclinux@vger.kernel.org
12045 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
12046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12048 S:      Maintained
12049 F:      arch/sparc/
12050 F:      drivers/sbus/
12051
12052 SPARC SERIAL DRIVERS
12053 M:      "David S. Miller" <davem@davemloft.net>
12054 L:      sparclinux@vger.kernel.org
12055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12057 S:      Maintained
12058 F:      include/linux/sunserialcore.h
12059 F:      drivers/tty/serial/suncore.c
12060 F:      drivers/tty/serial/sunhv.c
12061 F:      drivers/tty/serial/sunsab.c
12062 F:      drivers/tty/serial/sunsab.h
12063 F:      drivers/tty/serial/sunsu.c
12064 F:      drivers/tty/serial/sunzilog.c
12065 F:      drivers/tty/serial/sunzilog.h
12066
12067 SPARSE CHECKER
12068 M:      "Christopher Li" <sparse@chrisli.org>
12069 L:      linux-sparse@vger.kernel.org
12070 W:      https://sparse.wiki.kernel.org/
12071 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12072 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12073 S:      Maintained
12074 F:      include/linux/compiler.h
12075
12076 SPEAR PLATFORM SUPPORT
12077 M:      Viresh Kumar <vireshk@kernel.org>
12078 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12080 W:      http://www.st.com/spear
12081 S:      Maintained
12082 F:      arch/arm/boot/dts/spear*
12083 F:      arch/arm/mach-spear/
12084
12085 SPEAR CLOCK FRAMEWORK SUPPORT
12086 M:      Viresh Kumar <vireshk@kernel.org>
12087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12088 W:      http://www.st.com/spear
12089 S:      Maintained
12090 F:      drivers/clk/spear/
12091
12092 SPI NOR SUBSYSTEM
12093 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
12094 M:      Marek Vasut <marek.vasut@gmail.com>
12095 L:      linux-mtd@lists.infradead.org
12096 W:      http://www.linux-mtd.infradead.org/
12097 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
12098 T:      git git://github.com/spi-nor/linux.git
12099 S:      Maintained
12100 F:      drivers/mtd/spi-nor/
12101 F:      include/linux/mtd/spi-nor.h
12102
12103 SPI SUBSYSTEM
12104 M:      Mark Brown <broonie@kernel.org>
12105 L:      linux-spi@vger.kernel.org
12106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12107 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
12108 S:      Maintained
12109 F:      Documentation/devicetree/bindings/spi/
12110 F:      Documentation/spi/
12111 F:      drivers/spi/
12112 F:      include/linux/spi/
12113 F:      include/uapi/linux/spi/
12114 F:      tools/spi/
12115
12116 SPIDERNET NETWORK DRIVER for CELL
12117 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12118 L:      netdev@vger.kernel.org
12119 S:      Supported
12120 F:      Documentation/networking/spider_net.txt
12121 F:      drivers/net/ethernet/toshiba/spider_net*
12122
12123 SPU FILE SYSTEM
12124 M:      Jeremy Kerr <jk@ozlabs.org>
12125 L:      linuxppc-dev@lists.ozlabs.org
12126 W:      http://www.ibm.com/developerworks/power/cell/
12127 S:      Supported
12128 F:      Documentation/filesystems/spufs.txt
12129 F:      arch/powerpc/platforms/cell/spufs/
12130
12131 SQUASHFS FILE SYSTEM
12132 M:      Phillip Lougher <phillip@squashfs.org.uk>
12133 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
12134 W:      http://squashfs.org.uk
12135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12136 S:      Maintained
12137 F:      Documentation/filesystems/squashfs.txt
12138 F:      fs/squashfs/
12139
12140 SRM (Alpha) environment access
12141 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
12142 S:      Maintained
12143 F:      arch/alpha/kernel/srm_env.c
12144
12145 STABLE BRANCH
12146 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12147 L:      stable@vger.kernel.org
12148 S:      Supported
12149 F:      Documentation/process/stable-kernel-rules.rst
12150
12151 STAGING SUBSYSTEM
12152 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12154 L:      devel@driverdev.osuosl.org
12155 S:      Supported
12156 F:      drivers/staging/
12157
12158 STAGING - COMEDI
12159 M:      Ian Abbott <abbotti@mev.co.uk>
12160 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
12161 S:      Odd Fixes
12162 F:      drivers/staging/comedi/
12163
12164 STAGING - FLARION FT1000 DRIVERS
12165 M:      Marek Belisko <marek.belisko@gmail.com>
12166 S:      Odd Fixes
12167 F:      drivers/staging/ft1000/
12168
12169 STAGING - INDUSTRIAL IO
12170 M:      Jonathan Cameron <jic23@kernel.org>
12171 L:      linux-iio@vger.kernel.org
12172 S:      Odd Fixes
12173 F:      Documentation/devicetree/bindings/staging/iio/
12174 F:      drivers/staging/iio/
12175
12176 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12177 M:      Jarod Wilson <jarod@wilsonet.com>
12178 W:      http://www.lirc.org/
12179 S:      Odd Fixes
12180 F:      drivers/staging/media/lirc/
12181
12182 STAGING - LUSTRE PARALLEL FILESYSTEM
12183 M:      Oleg Drokin <oleg.drokin@intel.com>
12184 M:      Andreas Dilger <andreas.dilger@intel.com>
12185 M:      James Simmons <jsimmons@infradead.org>
12186 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
12187 W:      http://wiki.lustre.org/
12188 S:      Maintained
12189 F:      drivers/staging/lustre
12190
12191 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12192 M:      Marc Dietrich <marvin24@gmx.de>
12193 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
12194 L:      linux-tegra@vger.kernel.org
12195 S:      Maintained
12196 F:      drivers/staging/nvec/
12197
12198 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12199 M:      Jens Frederich <jfrederich@gmail.com>
12200 M:      Daniel Drake <dsd@laptop.org>
12201 M:      Jon Nettleton <jon.nettleton@gmail.com>
12202 W:      http://wiki.laptop.org/go/DCON
12203 S:      Maintained
12204 F:      drivers/staging/olpc_dcon/
12205
12206 STAGING - REALTEK RTL8712U DRIVERS
12207 M:      Larry Finger <Larry.Finger@lwfinger.net>
12208 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12209 S:      Odd Fixes
12210 F:      drivers/staging/rtl8712/
12211
12212 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12213 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12214 M:      Teddy Wang <teddy.wang@siliconmotion.com>
12215 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12216 L:      linux-fbdev@vger.kernel.org
12217 S:      Maintained
12218 F:      drivers/staging/sm750fb/
12219
12220 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12221 M:      William Hubbs <w.d.hubbs@gmail.com>
12222 M:      Chris Brannon <chris@the-brannons.com>
12223 M:      Kirk Reiser <kirk@reisers.ca>
12224 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
12225 L:      speakup@linux-speakup.org
12226 W:      http://www.linux-speakup.org/
12227 S:      Odd Fixes
12228 F:      drivers/staging/speakup/
12229
12230 STAGING - VIA VT665X DRIVERS
12231 M:      Forest Bond <forest@alittletooquiet.net>
12232 S:      Odd Fixes
12233 F:      drivers/staging/vt665?/
12234
12235 STAGING - WILC1000 WIFI DRIVER
12236 M:      Aditya Shankar <aditya.shankar@microchip.com>
12237 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
12238 L:      linux-wireless@vger.kernel.org
12239 S:      Supported
12240 F:      drivers/staging/wilc1000/
12241
12242 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12243 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
12244 S:      Odd Fixes
12245 F:      drivers/staging/xgifb/
12246
12247 STARFIRE/DURALAN NETWORK DRIVER
12248 M:      Ion Badulescu <ionut@badula.org>
12249 S:      Odd Fixes
12250 F:      drivers/net/ethernet/adaptec/starfire*
12251
12252 SUN3/3X
12253 M:      Sam Creasey <sammy@sammy.net>
12254 W:      http://sammy.net/sun3/
12255 S:      Maintained
12256 F:      arch/m68k/kernel/*sun3*
12257 F:      arch/m68k/sun3*/
12258 F:      arch/m68k/include/asm/sun3*
12259 F:      drivers/net/ethernet/i825xx/sun3*
12260
12261 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12262 M:      Hans de Goede <hdegoede@redhat.com>
12263 L:      linux-input@vger.kernel.org
12264 S:      Maintained
12265 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12266 F:      drivers/input/keyboard/sun4i-lradc-keys.c
12267
12268 SUNDANCE NETWORK DRIVER
12269 M:      Denis Kirjanov <kda@linux-powerpc.org>
12270 L:      netdev@vger.kernel.org
12271 S:      Maintained
12272 F:      drivers/net/ethernet/dlink/sundance.c
12273
12274 SUPERH
12275 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
12276 M:      Rich Felker <dalias@libc.org>
12277 L:      linux-sh@vger.kernel.org
12278 Q:      http://patchwork.kernel.org/project/linux-sh/list/
12279 S:      Maintained
12280 F:      Documentation/sh/
12281 F:      arch/sh/
12282 F:      drivers/sh/
12283
12284 SUSPEND TO RAM
12285 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
12286 M:      Len Brown <len.brown@intel.com>
12287 M:      Pavel Machek <pavel@ucw.cz>
12288 L:      linux-pm@vger.kernel.org
12289 B:      https://bugzilla.kernel.org
12290 S:      Supported
12291 F:      Documentation/power/
12292 F:      arch/x86/kernel/acpi/
12293 F:      drivers/base/power/
12294 F:      kernel/power/
12295 F:      include/linux/suspend.h
12296 F:      include/linux/freezer.h
12297 F:      include/linux/pm.h
12298
12299 SVGA HANDLING
12300 M:      Martin Mares <mj@ucw.cz>
12301 L:      linux-video@atrey.karlin.mff.cuni.cz
12302 S:      Maintained
12303 F:      Documentation/svga.txt
12304 F:      arch/x86/boot/video*
12305
12306 SWIOTLB SUBSYSTEM
12307 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12308 L:      linux-kernel@vger.kernel.org
12309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12310 S:      Supported
12311 F:      lib/swiotlb.c
12312 F:      arch/*/kernel/pci-swiotlb.c
12313 F:      include/linux/swiotlb.h
12314
12315 SWITCHDEV
12316 M:      Jiri Pirko <jiri@resnulli.us>
12317 M:      Ivan Vecera <ivecera@redhat.com>
12318 L:      netdev@vger.kernel.org
12319 S:      Supported
12320 F:      net/switchdev/
12321 F:      include/net/switchdev.h
12322
12323 SYNOPSYS ARC ARCHITECTURE
12324 M:      Vineet Gupta <vgupta@synopsys.com>
12325 L:      linux-snps-arc@lists.infradead.org
12326 S:      Supported
12327 F:      arch/arc/
12328 F:      Documentation/devicetree/bindings/arc/*
12329 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12330 F:      drivers/clocksource/arc_timer.c
12331 F:      drivers/tty/serial/arc_uart.c
12332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12333
12334 SYNOPSYS ARC SDP platform support
12335 M:      Alexey Brodkin <abrodkin@synopsys.com>
12336 S:      Supported
12337 F:      arch/arc/plat-axs10x
12338 F:      arch/arc/boot/dts/ax*
12339 F:      Documentation/devicetree/bindings/arc/axs10*
12340
12341 SYSTEM CONFIGURATION (SYSCON)
12342 M:      Lee Jones <lee.jones@linaro.org>
12343 M:      Arnd Bergmann <arnd@arndb.de>
12344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12345 S:      Supported
12346 F:      drivers/mfd/syscon.c
12347
12348 SYSTEM RESET/SHUTDOWN DRIVERS
12349 M:      Sebastian Reichel <sre@kernel.org>
12350 L:      linux-pm@vger.kernel.org
12351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12352 S:      Maintained
12353 F:      Documentation/devicetree/bindings/power/reset/
12354 F:      drivers/power/reset/
12355
12356 SYSV FILESYSTEM
12357 M:      Christoph Hellwig <hch@infradead.org>
12358 S:      Maintained
12359 F:      Documentation/filesystems/sysv-fs.txt
12360 F:      fs/sysv/
12361 F:      include/linux/sysv_fs.h
12362
12363 TARGET SUBSYSTEM
12364 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12365 L:      linux-scsi@vger.kernel.org
12366 L:      target-devel@vger.kernel.org
12367 W:      http://www.linux-iscsi.org
12368 W:      http://groups.google.com/group/linux-iscsi-target-dev
12369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12370 S:      Supported
12371 F:      drivers/target/
12372 F:      include/target/
12373 F:      Documentation/target/
12374
12375 TASKSTATS STATISTICS INTERFACE
12376 M:      Balbir Singh <bsingharora@gmail.com>
12377 S:      Maintained
12378 F:      Documentation/accounting/taskstats*
12379 F:      include/linux/taskstats*
12380 F:      kernel/taskstats.c
12381
12382 TC subsystem
12383 M:      Jamal Hadi Salim <jhs@mojatatu.com>
12384 M:      Cong Wang <xiyou.wangcong@gmail.com>
12385 M:      Jiri Pirko <jiri@resnulli.us>
12386 L:      netdev@vger.kernel.org
12387 S:      Maintained
12388 F:      include/net/pkt_cls.h
12389 F:      include/net/pkt_sched.h
12390 F:      include/net/tc_act/
12391 F:      include/uapi/linux/pkt_cls.h
12392 F:      include/uapi/linux/pkt_sched.h
12393 F:      include/uapi/linux/tc_act/
12394 F:      include/uapi/linux/tc_ematch/
12395 F:      net/sched/
12396
12397 TCP LOW PRIORITY MODULE
12398 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12399 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12400 W:      http://tcp-lp-mod.sourceforge.net/
12401 S:      Maintained
12402 F:      net/ipv4/tcp_lp.c
12403
12404 TDA10071 MEDIA DRIVER
12405 M:      Antti Palosaari <crope@iki.fi>
12406 L:      linux-media@vger.kernel.org
12407 W:      https://linuxtv.org
12408 W:      http://palosaari.fi/linux/
12409 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12410 T:      git git://linuxtv.org/anttip/media_tree.git
12411 S:      Maintained
12412 F:      drivers/media/dvb-frontends/tda10071*
12413
12414 TDA18212 MEDIA DRIVER
12415 M:      Antti Palosaari <crope@iki.fi>
12416 L:      linux-media@vger.kernel.org
12417 W:      https://linuxtv.org
12418 W:      http://palosaari.fi/linux/
12419 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12420 T:      git git://linuxtv.org/anttip/media_tree.git
12421 S:      Maintained
12422 F:      drivers/media/tuners/tda18212*
12423
12424 TDA18218 MEDIA DRIVER
12425 M:      Antti Palosaari <crope@iki.fi>
12426 L:      linux-media@vger.kernel.org
12427 W:      https://linuxtv.org
12428 W:      http://palosaari.fi/linux/
12429 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12430 T:      git git://linuxtv.org/anttip/media_tree.git
12431 S:      Maintained
12432 F:      drivers/media/tuners/tda18218*
12433
12434 TDA18271 MEDIA DRIVER
12435 M:      Michael Krufky <mkrufky@linuxtv.org>
12436 L:      linux-media@vger.kernel.org
12437 W:      https://linuxtv.org
12438 W:      http://github.com/mkrufky
12439 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12440 T:      git git://linuxtv.org/mkrufky/tuners.git
12441 S:      Maintained
12442 F:      drivers/media/tuners/tda18271*
12443
12444 TDA827x MEDIA DRIVER
12445 M:      Michael Krufky <mkrufky@linuxtv.org>
12446 L:      linux-media@vger.kernel.org
12447 W:      https://linuxtv.org
12448 W:      http://github.com/mkrufky
12449 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12450 T:      git git://linuxtv.org/mkrufky/tuners.git
12451 S:      Maintained
12452 F:      drivers/media/tuners/tda8290.*
12453
12454 TDA8290 MEDIA DRIVER
12455 M:      Michael Krufky <mkrufky@linuxtv.org>
12456 L:      linux-media@vger.kernel.org
12457 W:      https://linuxtv.org
12458 W:      http://github.com/mkrufky
12459 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12460 T:      git git://linuxtv.org/mkrufky/tuners.git
12461 S:      Maintained
12462 F:      drivers/media/tuners/tda8290.*
12463
12464 TDA9840 MEDIA DRIVER
12465 M:      Hans Verkuil <hverkuil@xs4all.nl>
12466 L:      linux-media@vger.kernel.org
12467 T:      git git://linuxtv.org/media_tree.git
12468 W:      https://linuxtv.org
12469 S:      Maintained
12470 F:      drivers/media/i2c/tda9840*
12471
12472 TEA5761 TUNER DRIVER
12473 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12474 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12475 L:      linux-media@vger.kernel.org
12476 W:      https://linuxtv.org
12477 T:      git git://linuxtv.org/media_tree.git
12478 S:      Odd fixes
12479 F:      drivers/media/tuners/tea5761.*
12480
12481 TEA5767 TUNER DRIVER
12482 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12483 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12484 L:      linux-media@vger.kernel.org
12485 W:      https://linuxtv.org
12486 T:      git git://linuxtv.org/media_tree.git
12487 S:      Maintained
12488 F:      drivers/media/tuners/tea5767.*
12489
12490 TEA6415C MEDIA DRIVER
12491 M:      Hans Verkuil <hverkuil@xs4all.nl>
12492 L:      linux-media@vger.kernel.org
12493 T:      git git://linuxtv.org/media_tree.git
12494 W:      https://linuxtv.org
12495 S:      Maintained
12496 F:      drivers/media/i2c/tea6415c*
12497
12498 TEA6420 MEDIA DRIVER
12499 M:      Hans Verkuil <hverkuil@xs4all.nl>
12500 L:      linux-media@vger.kernel.org
12501 T:      git git://linuxtv.org/media_tree.git
12502 W:      https://linuxtv.org
12503 S:      Maintained
12504 F:      drivers/media/i2c/tea6420*
12505
12506 TEAM DRIVER
12507 M:      Jiri Pirko <jiri@resnulli.us>
12508 L:      netdev@vger.kernel.org
12509 S:      Supported
12510 F:      drivers/net/team/
12511 F:      include/linux/if_team.h
12512 F:      include/uapi/linux/if_team.h
12513
12514 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12515 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12516 S:      Maintained
12517 F:      arch/x86/platform/ts5500/
12518
12519 TECHNOTREND USB IR RECEIVER
12520 M:      Sean Young <sean@mess.org>
12521 L:      linux-media@vger.kernel.org
12522 S:      Maintained
12523 F:      drivers/media/rc/ttusbir.c
12524
12525 TEGRA ARCHITECTURE SUPPORT
12526 M:      Thierry Reding <thierry.reding@gmail.com>
12527 M:      Jonathan Hunter <jonathanh@nvidia.com>
12528 L:      linux-tegra@vger.kernel.org
12529 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12531 S:      Supported
12532 N:      [^a-z]tegra
12533
12534 TEGRA CLOCK DRIVER
12535 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12536 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12537 S:      Supported
12538 F:      drivers/clk/tegra/
12539
12540 TEGRA DMA DRIVERS
12541 M:      Laxman Dewangan <ldewangan@nvidia.com>
12542 M:      Jon Hunter <jonathanh@nvidia.com>
12543 S:      Supported
12544 F:      drivers/dma/tegra*
12545
12546 TEGRA I2C DRIVER
12547 M:      Laxman Dewangan <ldewangan@nvidia.com>
12548 S:      Supported
12549 F:      drivers/i2c/busses/i2c-tegra.c
12550
12551 TEGRA IOMMU DRIVERS
12552 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12553 S:      Supported
12554 F:      drivers/iommu/tegra*
12555
12556 TEGRA KBC DRIVER
12557 M:      Rakesh Iyer <riyer@nvidia.com>
12558 M:      Laxman Dewangan <ldewangan@nvidia.com>
12559 S:      Supported
12560 F:      drivers/input/keyboard/tegra-kbc.c
12561
12562 TEGRA PWM DRIVER
12563 M:      Thierry Reding <thierry.reding@gmail.com>
12564 S:      Supported
12565 F:      drivers/pwm/pwm-tegra.c
12566
12567 TEGRA SERIAL DRIVER
12568 M:      Laxman Dewangan <ldewangan@nvidia.com>
12569 S:      Supported
12570 F:      drivers/tty/serial/serial-tegra.c
12571
12572 TEGRA SPI DRIVER
12573 M:      Laxman Dewangan <ldewangan@nvidia.com>
12574 S:      Supported
12575 F:      drivers/spi/spi-tegra*
12576
12577 TEHUTI ETHERNET DRIVER
12578 M:      Andy Gospodarek <andy@greyhouse.net>
12579 L:      netdev@vger.kernel.org
12580 S:      Supported
12581 F:      drivers/net/ethernet/tehuti/*
12582
12583 Telecom Clock Driver for MCPL0010
12584 M:      Mark Gross <mark.gross@intel.com>
12585 S:      Supported
12586 F:      drivers/char/tlclk.c
12587
12588 TENSILICA XTENSA PORT (xtensa)
12589 M:      Chris Zankel <chris@zankel.net>
12590 M:      Max Filippov <jcmvbkbc@gmail.com>
12591 L:      linux-xtensa@linux-xtensa.org
12592 T:      git git://github.com/czankel/xtensa-linux.git
12593 S:      Maintained
12594 F:      arch/xtensa/
12595 F:      drivers/irqchip/irq-xtensa-*
12596
12597 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12598 M:      Nishanth Menon <nm@ti.com>
12599 M:      Tero Kristo <t-kristo@ti.com>
12600 M:      Santosh Shilimkar <ssantosh@kernel.org>
12601 L:      linux-arm-kernel@lists.infradead.org
12602 S:      Maintained
12603 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12604 F:      drivers/firmware/ti_sci*
12605 F:      include/linux/soc/ti/ti_sci_protocol.h
12606 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
12607 F:      include/dt-bindings/genpd/k2g.h
12608 F:      drivers/soc/ti/ti_sci_pm_domains.c
12609
12610 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12611 M:      Hans Verkuil <hverkuil@xs4all.nl>
12612 L:      linux-media@vger.kernel.org
12613 T:      git git://linuxtv.org/media_tree.git
12614 W:      https://linuxtv.org
12615 S:      Maintained
12616 F:      drivers/media/radio/radio-raremono.c
12617
12618 THERMAL
12619 M:      Zhang Rui <rui.zhang@intel.com>
12620 M:      Eduardo Valentin <edubezval@gmail.com>
12621 L:      linux-pm@vger.kernel.org
12622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12624 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12625 S:      Supported
12626 F:      drivers/thermal/
12627 F:      include/linux/thermal.h
12628 F:      include/uapi/linux/thermal.h
12629 F:      include/linux/cpu_cooling.h
12630 F:      Documentation/devicetree/bindings/thermal/
12631
12632 THERMAL/CPU_COOLING
12633 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12634 M:      Viresh Kumar <viresh.kumar@linaro.org>
12635 M:      Javi Merino <javi.merino@kernel.org>
12636 L:      linux-pm@vger.kernel.org
12637 S:      Supported
12638 F:      Documentation/thermal/cpu-cooling-api.txt
12639 F:      drivers/thermal/cpu_cooling.c
12640 F:      include/linux/cpu_cooling.h
12641
12642 THINKPAD ACPI EXTRAS DRIVER
12643 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12644 L:      ibm-acpi-devel@lists.sourceforge.net
12645 L:      platform-driver-x86@vger.kernel.org
12646 W:      http://ibm-acpi.sourceforge.net
12647 W:      http://thinkwiki.org/wiki/Ibm-acpi
12648 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12649 S:      Maintained
12650 F:      drivers/platform/x86/thinkpad_acpi.c
12651
12652 TI BANDGAP AND THERMAL DRIVER
12653 M:      Eduardo Valentin <edubezval@gmail.com>
12654 M:      Keerthy <j-keerthy@ti.com>
12655 L:      linux-pm@vger.kernel.org
12656 L:      linux-omap@vger.kernel.org
12657 S:      Maintained
12658 F:      drivers/thermal/ti-soc-thermal/
12659
12660 TI VPE/CAL DRIVERS
12661 M:      Benoit Parrot <bparrot@ti.com>
12662 L:      linux-media@vger.kernel.org
12663 W:      http://linuxtv.org/
12664 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12665 S:      Maintained
12666 F:      drivers/media/platform/ti-vpe/
12667
12668 TI CDCE706 CLOCK DRIVER
12669 M:      Max Filippov <jcmvbkbc@gmail.com>
12670 S:      Maintained
12671 F:      drivers/clk/clk-cdce706.c
12672
12673 TI CLOCK DRIVER
12674 M:      Tero Kristo <t-kristo@ti.com>
12675 L:      linux-omap@vger.kernel.org
12676 S:      Maintained
12677 F:      drivers/clk/ti/
12678 F:      include/linux/clk/ti.h
12679
12680 TI ETHERNET SWITCH DRIVER (CPSW)
12681 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12682 L:      linux-omap@vger.kernel.org
12683 L:      netdev@vger.kernel.org
12684 S:      Maintained
12685 F:      drivers/net/ethernet/ti/cpsw*
12686 F:      drivers/net/ethernet/ti/davinci*
12687
12688 TI FLASH MEDIA INTERFACE DRIVER
12689 M:      Alex Dubov <oakad@yahoo.com>
12690 S:      Maintained
12691 F:      drivers/misc/tifm*
12692 F:      drivers/mmc/host/tifm_sd.c
12693 F:      include/linux/tifm.h
12694
12695 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12696 M:      Santosh Shilimkar <ssantosh@kernel.org>
12697 L:      linux-kernel@vger.kernel.org
12698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12699 S:      Maintained
12700 F:      drivers/soc/ti/*
12701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12702
12703
12704 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12705 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12706 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12707 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12708 S:      Maintained
12709 F:      sound/soc/codecs/lm49453*
12710 F:      sound/soc/codecs/isabelle*
12711
12712 TI LP855x BACKLIGHT DRIVER
12713 M:      Milo Kim <milo.kim@ti.com>
12714 S:      Maintained
12715 F:      Documentation/backlight/lp855x-driver.txt
12716 F:      drivers/video/backlight/lp855x_bl.c
12717 F:      include/linux/platform_data/lp855x.h
12718
12719 TI LP8727 CHARGER DRIVER
12720 M:      Milo Kim <milo.kim@ti.com>
12721 S:      Maintained
12722 F:      drivers/power/supply/lp8727_charger.c
12723 F:      include/linux/platform_data/lp8727.h
12724
12725 TI LP8788 MFD DRIVER
12726 M:      Milo Kim <milo.kim@ti.com>
12727 S:      Maintained
12728 F:      drivers/iio/adc/lp8788_adc.c
12729 F:      drivers/leds/leds-lp8788.c
12730 F:      drivers/mfd/lp8788*.c
12731 F:      drivers/power/supply/lp8788-charger.c
12732 F:      drivers/regulator/lp8788-*.c
12733 F:      include/linux/mfd/lp8788*.h
12734
12735 TI NETCP ETHERNET DRIVER
12736 M:      Wingman Kwok <w-kwok2@ti.com>
12737 M:      Murali Karicheri <m-karicheri2@ti.com>
12738 L:      netdev@vger.kernel.org
12739 S:      Maintained
12740 F:      drivers/net/ethernet/ti/netcp*
12741
12742 TI TAS571X FAMILY ASoC CODEC DRIVER
12743 M:      Kevin Cernekee <cernekee@chromium.org>
12744 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12745 S:      Odd Fixes
12746 F:      sound/soc/codecs/tas571x*
12747
12748 TI TWL4030 SERIES SOC CODEC DRIVER
12749 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12750 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12751 S:      Maintained
12752 F:      sound/soc/codecs/twl4030*
12753
12754 TI WILINK WIRELESS DRIVERS
12755 L:      linux-wireless@vger.kernel.org
12756 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12757 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12759 S:      Orphan
12760 F:      drivers/net/wireless/ti/
12761 F:      include/linux/wl12xx.h
12762
12763 TIPC NETWORK LAYER
12764 M:      Jon Maloy <jon.maloy@ericsson.com>
12765 M:      Ying Xue <ying.xue@windriver.com>
12766 L:      netdev@vger.kernel.org (core kernel code)
12767 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12768 W:      http://tipc.sourceforge.net/
12769 S:      Maintained
12770 F:      include/uapi/linux/tipc*.h
12771 F:      net/tipc/
12772
12773 TILE ARCHITECTURE
12774 M:      Chris Metcalf <cmetcalf@mellanox.com>
12775 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12777 S:      Supported
12778 F:      arch/tile/
12779 F:      drivers/char/tile-srom.c
12780 F:      drivers/edac/tile_edac.c
12781 F:      drivers/net/ethernet/tile/
12782 F:      drivers/rtc/rtc-tile.c
12783 F:      drivers/tty/hvc/hvc_tile.c
12784 F:      drivers/tty/serial/tilegx.c
12785 F:      drivers/usb/host/*-tilegx.c
12786 F:      include/linux/usb/tilegx.h
12787
12788 TLAN NETWORK DRIVER
12789 M:      Samuel Chessman <chessman@tux.org>
12790 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12791 W:      http://sourceforge.net/projects/tlan/
12792 S:      Maintained
12793 F:      Documentation/networking/tlan.txt
12794 F:      drivers/net/ethernet/ti/tlan.*
12795
12796 TOMOYO SECURITY MODULE
12797 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12798 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12799 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12800 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12801 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12802 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12803 W:      http://tomoyo.sourceforge.jp/
12804 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12805 S:      Maintained
12806 F:      security/tomoyo/
12807
12808 TOPSTAR LAPTOP EXTRAS DRIVER
12809 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12810 L:      platform-driver-x86@vger.kernel.org
12811 S:      Maintained
12812 F:      drivers/platform/x86/topstar-laptop.c
12813
12814 TOSHIBA ACPI EXTRAS DRIVER
12815 M:      Azael Avalos <coproscefalo@gmail.com>
12816 L:      platform-driver-x86@vger.kernel.org
12817 S:      Maintained
12818 F:      drivers/platform/x86/toshiba_acpi.c
12819
12820 TOSHIBA BLUETOOTH DRIVER
12821 M:      Azael Avalos <coproscefalo@gmail.com>
12822 L:      platform-driver-x86@vger.kernel.org
12823 S:      Maintained
12824 F:      drivers/platform/x86/toshiba_bluetooth.c
12825
12826 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12827 M:      Azael Avalos <coproscefalo@gmail.com>
12828 L:      platform-driver-x86@vger.kernel.org
12829 S:      Maintained
12830 F:      drivers/platform/x86/toshiba_haps.c
12831
12832 TOSHIBA WMI HOTKEYS DRIVER
12833 M:      Azael Avalos <coproscefalo@gmail.com>
12834 L:      platform-driver-x86@vger.kernel.org
12835 S:      Maintained
12836 F:      drivers/platform/x86/toshiba-wmi.c
12837
12838 TOSHIBA SMM DRIVER
12839 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12840 W:      http://www.buzzard.org.uk/toshiba/
12841 S:      Maintained
12842 F:      drivers/char/toshiba.c
12843 F:      include/linux/toshiba.h
12844 F:      include/uapi/linux/toshiba.h
12845
12846 TOSHIBA TC358743 DRIVER
12847 M:      Mats Randgaard <matrandg@cisco.com>
12848 L:      linux-media@vger.kernel.org
12849 S:      Maintained
12850 F:      drivers/media/i2c/tc358743*
12851 F:      include/media/i2c/tc358743.h
12852
12853 TMIO/SDHI MMC DRIVER
12854 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12855 L:      linux-mmc@vger.kernel.org
12856 S:      Supported
12857 F:      drivers/mmc/host/tmio_mmc*
12858 F:      drivers/mmc/host/sh_mobile_sdhi.c
12859 F:      include/linux/mfd/tmio.h
12860
12861 TMP401 HARDWARE MONITOR DRIVER
12862 M:      Guenter Roeck <linux@roeck-us.net>
12863 L:      linux-hwmon@vger.kernel.org
12864 S:      Maintained
12865 F:      Documentation/hwmon/tmp401
12866 F:      drivers/hwmon/tmp401.c
12867
12868 TMPFS (SHMEM FILESYSTEM)
12869 M:      Hugh Dickins <hughd@google.com>
12870 L:      linux-mm@kvack.org
12871 S:      Maintained
12872 F:      include/linux/shmem_fs.h
12873 F:      mm/shmem.c
12874
12875 TM6000 VIDEO4LINUX DRIVER
12876 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12877 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12878 L:      linux-media@vger.kernel.org
12879 W:      https://linuxtv.org
12880 T:      git git://linuxtv.org/media_tree.git
12881 S:      Odd fixes
12882 F:      drivers/media/usb/tm6000/
12883 F:      Documentation/media/v4l-drivers/tm6000*
12884
12885 TW5864 VIDEO4LINUX DRIVER
12886 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12887 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12888 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12889 L:      linux-media@vger.kernel.org
12890 S:      Supported
12891 F:      drivers/media/pci/tw5864/
12892
12893 TW68 VIDEO4LINUX DRIVER
12894 M:      Hans Verkuil <hverkuil@xs4all.nl>
12895 L:      linux-media@vger.kernel.org
12896 T:      git git://linuxtv.org/media_tree.git
12897 W:      https://linuxtv.org
12898 S:      Odd Fixes
12899 F:      drivers/media/pci/tw68/
12900
12901 TW686X VIDEO4LINUX DRIVER
12902 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12903 L:      linux-media@vger.kernel.org
12904 T:      git git://linuxtv.org/media_tree.git
12905 W:      http://linuxtv.org
12906 S:      Maintained
12907 F:      drivers/media/pci/tw686x/
12908
12909 TPM DEVICE DRIVER
12910 M:      Peter Huewe <peterhuewe@gmx.de>
12911 M:      Marcel Selhorst <tpmdd@selhorst.net>
12912 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12913 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12914 W:      http://tpmdd.sourceforge.net
12915 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12916 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12917 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12918 S:      Maintained
12919 F:      drivers/char/tpm/
12920
12921 TPM IBM_VTPM DEVICE DRIVER
12922 M:      Ashley Lai <ashleydlai@gmail.com>
12923 W:      http://tpmdd.sourceforge.net
12924 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12925 S:      Maintained
12926 F:      drivers/char/tpm/tpm_ibmvtpm*
12927
12928 TRACING
12929 M:      Steven Rostedt <rostedt@goodmis.org>
12930 M:      Ingo Molnar <mingo@redhat.com>
12931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12932 S:      Maintained
12933 F:      Documentation/trace/ftrace.txt
12934 F:      arch/*/*/*/ftrace.h
12935 F:      arch/*/kernel/ftrace.c
12936 F:      include/*/ftrace.h
12937 F:      include/linux/trace*.h
12938 F:      include/trace/
12939 F:      kernel/trace/
12940 F:      tools/testing/selftests/ftrace/
12941
12942 TRACING MMIO ACCESSES (MMIOTRACE)
12943 M:      Steven Rostedt <rostedt@goodmis.org>
12944 M:      Ingo Molnar <mingo@kernel.org>
12945 R:      Karol Herbst <karolherbst@gmail.com>
12946 R:      Pekka Paalanen <ppaalanen@gmail.com>
12947 S:      Maintained
12948 L:      linux-kernel@vger.kernel.org
12949 L:      nouveau@lists.freedesktop.org
12950 F:      kernel/trace/trace_mmiotrace.c
12951 F:      include/linux/mmiotrace.h
12952 F:      arch/x86/mm/kmmio.c
12953 F:      arch/x86/mm/mmio-mod.c
12954 F:      arch/x86/mm/testmmiotrace.c
12955
12956 TRIVIAL PATCHES
12957 M:      Jiri Kosina <trivial@kernel.org>
12958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12959 S:      Maintained
12960 K:      ^Subject:.*(?i)trivial
12961
12962 TTY LAYER
12963 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12964 M:      Jiri Slaby <jslaby@suse.com>
12965 S:      Supported
12966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12967 F:      Documentation/serial/
12968 F:      drivers/tty/
12969 F:      drivers/tty/serial/serial_core.c
12970 F:      include/linux/serial_core.h
12971 F:      include/linux/serial.h
12972 F:      include/linux/tty.h
12973 F:      include/uapi/linux/serial_core.h
12974 F:      include/uapi/linux/serial.h
12975 F:      include/uapi/linux/tty.h
12976
12977 TUA9001 MEDIA DRIVER
12978 M:      Antti Palosaari <crope@iki.fi>
12979 L:      linux-media@vger.kernel.org
12980 W:      https://linuxtv.org
12981 W:      http://palosaari.fi/linux/
12982 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12983 T:      git git://linuxtv.org/anttip/media_tree.git
12984 S:      Maintained
12985 F:      drivers/media/tuners/tua9001*
12986
12987 TULIP NETWORK DRIVERS
12988 L:      netdev@vger.kernel.org
12989 L:      linux-parisc@vger.kernel.org
12990 S:      Orphan
12991 F:      drivers/net/ethernet/dec/tulip/
12992
12993 TUN/TAP driver
12994 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12995 W:      http://vtun.sourceforge.net/tun
12996 S:      Maintained
12997 F:      Documentation/networking/tuntap.txt
12998 F:      arch/um/os-Linux/drivers/
12999
13000 TURBOCHANNEL SUBSYSTEM
13001 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13002 M:      Ralf Baechle <ralf@linux-mips.org>
13003 L:      linux-mips@linux-mips.org
13004 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
13005 S:      Maintained
13006 F:      drivers/tc/
13007 F:      include/linux/tc.h
13008
13009 UBI FILE SYSTEM (UBIFS)
13010 M:      Richard Weinberger <richard@nod.at>
13011 M:      Artem Bityutskiy <dedekind1@gmail.com>
13012 M:      Adrian Hunter <adrian.hunter@intel.com>
13013 L:      linux-mtd@lists.infradead.org
13014 T:      git git://git.infradead.org/ubifs-2.6.git
13015 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
13016 S:      Supported
13017 F:      Documentation/filesystems/ubifs.txt
13018 F:      fs/ubifs/
13019
13020 UCLINUX (M68KNOMMU AND COLDFIRE)
13021 M:      Greg Ungerer <gerg@linux-m68k.org>
13022 W:      http://www.linux-m68k.org/
13023 W:      http://www.uclinux.org/
13024 L:      linux-m68k@lists.linux-m68k.org
13025 L:      uclinux-dev@uclinux.org  (subscribers-only)
13026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13027 S:      Maintained
13028 F:      arch/m68k/coldfire/
13029 F:      arch/m68k/68*/
13030 F:      arch/m68k/*/*_no.*
13031 F:      arch/m68k/include/asm/*_no.*
13032
13033 UDF FILESYSTEM
13034 M:      Jan Kara <jack@suse.com>
13035 S:      Maintained
13036 F:      Documentation/filesystems/udf.txt
13037 F:      fs/udf/
13038
13039 UDRAW TABLET
13040 M:      Bastien Nocera <hadess@hadess.net>
13041 L:      linux-input@vger.kernel.org
13042 S:      Maintained
13043 F:      drivers/hid/hid-udraw.c
13044
13045 UFS FILESYSTEM
13046 M:      Evgeniy Dushistov <dushistov@mail.ru>
13047 S:      Maintained
13048 F:      Documentation/filesystems/ufs.txt
13049 F:      fs/ufs/
13050
13051 UHID USERSPACE HID IO DRIVER:
13052 M:      David Herrmann <dh.herrmann@googlemail.com>
13053 L:      linux-input@vger.kernel.org
13054 S:      Maintained
13055 F:      drivers/hid/uhid.c
13056 F:      include/uapi/linux/uhid.h
13057
13058 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13059 L:      linux-usb@vger.kernel.org
13060 S:      Orphan
13061 F:      drivers/uwb/
13062 F:      include/linux/uwb.h
13063 F:      include/linux/uwb/
13064
13065 UNICORE32 ARCHITECTURE:
13066 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
13067 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
13068 S:      Maintained
13069 T:      git git://github.com/gxt/linux.git
13070 F:      arch/unicore32/
13071
13072 UNIFDEF
13073 M:      Tony Finch <dot@dotat.at>
13074 W:      http://dotat.at/prog/unifdef
13075 S:      Maintained
13076 F:      scripts/unifdef.c
13077
13078 UNIFORM CDROM DRIVER
13079 M:      Jens Axboe <axboe@kernel.dk>
13080 W:      http://www.kernel.dk
13081 S:      Maintained
13082 F:      Documentation/cdrom/
13083 F:      drivers/cdrom/cdrom.c
13084 F:      include/linux/cdrom.h
13085 F:      include/uapi/linux/cdrom.h
13086
13087 UNISYS S-PAR DRIVERS
13088 M:      David Kershner <david.kershner@unisys.com>
13089 L:      sparmaintainer@unisys.com (Unisys internal)
13090 S:      Supported
13091 F:      drivers/staging/unisys/
13092
13093 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13094 M:      Vinayak Holikatti <vinholikatti@gmail.com>
13095 L:      linux-scsi@vger.kernel.org
13096 S:      Supported
13097 F:      Documentation/scsi/ufs.txt
13098 F:      drivers/scsi/ufs/
13099
13100 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13101 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
13102 M:      Prabu Thangamuthu <prabut@synopsys.com>
13103 L:      linux-scsi@vger.kernel.org
13104 S:      Supported
13105 F:      drivers/scsi/ufs/*dwc*
13106
13107 UNSORTED BLOCK IMAGES (UBI)
13108 M:      Artem Bityutskiy <dedekind1@gmail.com>
13109 M:      Richard Weinberger <richard@nod.at>
13110 W:      http://www.linux-mtd.infradead.org/
13111 L:      linux-mtd@lists.infradead.org
13112 T:      git git://git.infradead.org/ubifs-2.6.git
13113 S:      Supported
13114 F:      drivers/mtd/ubi/
13115 F:      include/linux/mtd/ubi.h
13116 F:      include/uapi/mtd/ubi-user.h
13117
13118 USB ACM DRIVER
13119 M:      Oliver Neukum <oneukum@suse.com>
13120 L:      linux-usb@vger.kernel.org
13121 S:      Maintained
13122 F:      Documentation/usb/acm.txt
13123 F:      drivers/usb/class/cdc-acm.*
13124
13125 USB AR5523 WIRELESS DRIVER
13126 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
13127 L:      linux-wireless@vger.kernel.org
13128 S:      Maintained
13129 F:      drivers/net/wireless/ath/ar5523/
13130
13131 USB ATTACHED SCSI
13132 M:      Oliver Neukum <oneukum@suse.com>
13133 L:      linux-usb@vger.kernel.org
13134 L:      linux-scsi@vger.kernel.org
13135 S:      Maintained
13136 F:      drivers/usb/storage/uas.c
13137
13138 USB CDC ETHERNET DRIVER
13139 M:      Oliver Neukum <oliver@neukum.org>
13140 L:      linux-usb@vger.kernel.org
13141 S:      Maintained
13142 F:      drivers/net/usb/cdc_*.c
13143 F:      include/uapi/linux/usb/cdc.h
13144
13145 USB CHAOSKEY DRIVER
13146 M:      Keith Packard <keithp@keithp.com>
13147 L:      linux-usb@vger.kernel.org
13148 S:      Maintained
13149 F:      drivers/usb/misc/chaoskey.c
13150
13151 USB CYPRESS C67X00 DRIVER
13152 M:      Peter Korsgaard <jacmet@sunsite.dk>
13153 L:      linux-usb@vger.kernel.org
13154 S:      Maintained
13155 F:      drivers/usb/c67x00/
13156
13157 USB DAVICOM DM9601 DRIVER
13158 M:      Peter Korsgaard <jacmet@sunsite.dk>
13159 L:      netdev@vger.kernel.org
13160 W:      http://www.linux-usb.org/usbnet
13161 S:      Maintained
13162 F:      drivers/net/usb/dm9601.c
13163
13164 USB DIAMOND RIO500 DRIVER
13165 M:      Cesar Miquel <miquel@df.uba.ar>
13166 L:      rio500-users@lists.sourceforge.net
13167 W:      http://rio500.sourceforge.net
13168 S:      Maintained
13169 F:      drivers/usb/misc/rio500*
13170
13171 USB EHCI DRIVER
13172 M:      Alan Stern <stern@rowland.harvard.edu>
13173 L:      linux-usb@vger.kernel.org
13174 S:      Maintained
13175 F:      Documentation/usb/ehci.txt
13176 F:      drivers/usb/host/ehci*
13177
13178 USB GADGET/PERIPHERAL SUBSYSTEM
13179 M:      Felipe Balbi <balbi@kernel.org>
13180 L:      linux-usb@vger.kernel.org
13181 W:      http://www.linux-usb.org/gadget
13182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13183 S:      Maintained
13184 F:      drivers/usb/gadget/
13185 F:      include/linux/usb/gadget*
13186
13187 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13188 M:      Jiri Kosina <jikos@kernel.org>
13189 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
13190 L:      linux-usb@vger.kernel.org
13191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13192 S:      Maintained
13193 F:      Documentation/hid/hiddev.txt
13194 F:      drivers/hid/usbhid/
13195
13196 USB ISP116X DRIVER
13197 M:      Olav Kongas <ok@artecdesign.ee>
13198 L:      linux-usb@vger.kernel.org
13199 S:      Maintained
13200 F:      drivers/usb/host/isp116x*
13201 F:      include/linux/usb/isp116x.h
13202
13203 USB LAN78XX ETHERNET DRIVER
13204 M:      Woojung Huh <woojung.huh@microchip.com>
13205 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13206 L:      netdev@vger.kernel.org
13207 S:      Maintained
13208 F:      drivers/net/usb/lan78xx.*
13209
13210 USB MASS STORAGE DRIVER
13211 M:      Alan Stern <stern@rowland.harvard.edu>
13212 L:      linux-usb@vger.kernel.org
13213 L:      usb-storage@lists.one-eyed-alien.net
13214 S:      Maintained
13215 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
13216 F:      drivers/usb/storage/
13217
13218 USB MIDI DRIVER
13219 M:      Clemens Ladisch <clemens@ladisch.de>
13220 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13221 T:      git git://git.alsa-project.org/alsa-kernel.git
13222 S:      Maintained
13223 F:      sound/usb/midi.*
13224
13225 USB NETWORKING DRIVERS
13226 L:      linux-usb@vger.kernel.org
13227 S:      Odd Fixes
13228 F:      drivers/net/usb/
13229
13230 USB OHCI DRIVER
13231 M:      Alan Stern <stern@rowland.harvard.edu>
13232 L:      linux-usb@vger.kernel.org
13233 S:      Maintained
13234 F:      Documentation/usb/ohci.txt
13235 F:      drivers/usb/host/ohci*
13236
13237 USB OTG FSM (Finite State Machine)
13238 M:      Peter Chen <Peter.Chen@nxp.com>
13239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13240 L:      linux-usb@vger.kernel.org
13241 S:      Maintained
13242 F:      drivers/usb/common/usb-otg-fsm.c
13243
13244 USB OVER IP DRIVER
13245 M:      Valentina Manea <valentina.manea.m@gmail.com>
13246 M:      Shuah Khan <shuahkh@osg.samsung.com>
13247 M:      Shuah Khan <shuah@kernel.org>
13248 L:      linux-usb@vger.kernel.org
13249 S:      Maintained
13250 F:      Documentation/usb/usbip_protocol.txt
13251 F:      drivers/usb/usbip/
13252 F:      tools/usb/usbip/
13253
13254 USB PEGASUS DRIVER
13255 M:      Petko Manolov <petkan@nucleusys.com>
13256 L:      linux-usb@vger.kernel.org
13257 L:      netdev@vger.kernel.org
13258 T:      git git://github.com/petkan/pegasus.git
13259 W:      https://github.com/petkan/pegasus
13260 S:      Maintained
13261 F:      drivers/net/usb/pegasus.*
13262
13263 USB PHY LAYER
13264 M:      Felipe Balbi <balbi@kernel.org>
13265 L:      linux-usb@vger.kernel.org
13266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13267 S:      Maintained
13268 F:      drivers/usb/phy/
13269
13270 USB PRINTER DRIVER (usblp)
13271 M:      Pete Zaitcev <zaitcev@redhat.com>
13272 L:      linux-usb@vger.kernel.org
13273 S:      Supported
13274 F:      drivers/usb/class/usblp.c
13275
13276 USB QMI WWAN NETWORK DRIVER
13277 M:      Bjørn Mork <bjorn@mork.no>
13278 L:      netdev@vger.kernel.org
13279 S:      Maintained
13280 F:      Documentation/ABI/testing/sysfs-class-net-qmi
13281 F:      drivers/net/usb/qmi_wwan.c
13282
13283 USB RTL8150 DRIVER
13284 M:      Petko Manolov <petkan@nucleusys.com>
13285 L:      linux-usb@vger.kernel.org
13286 L:      netdev@vger.kernel.org
13287 T:      git git://github.com/petkan/rtl8150.git
13288 W:      https://github.com/petkan/rtl8150
13289 S:      Maintained
13290 F:      drivers/net/usb/rtl8150.c
13291
13292 USB SERIAL SUBSYSTEM
13293 M:      Johan Hovold <johan@kernel.org>
13294 L:      linux-usb@vger.kernel.org
13295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13296 S:      Maintained
13297 F:      Documentation/usb/usb-serial.txt
13298 F:      drivers/usb/serial/
13299 F:      include/linux/usb/serial.h
13300
13301 USB SMSC75XX ETHERNET DRIVER
13302 M:      Steve Glendinning <steve.glendinning@shawell.net>
13303 L:      netdev@vger.kernel.org
13304 S:      Maintained
13305 F:      drivers/net/usb/smsc75xx.*
13306
13307 USB SMSC95XX ETHERNET DRIVER
13308 M:      Steve Glendinning <steve.glendinning@shawell.net>
13309 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13310 L:      netdev@vger.kernel.org
13311 S:      Maintained
13312 F:      drivers/net/usb/smsc95xx.*
13313
13314 USB SUBSYSTEM
13315 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13316 L:      linux-usb@vger.kernel.org
13317 W:      http://www.linux-usb.org
13318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13319 S:      Supported
13320 F:      Documentation/devicetree/bindings/usb/
13321 F:      Documentation/usb/
13322 F:      drivers/usb/
13323 F:      include/linux/usb.h
13324 F:      include/linux/usb/
13325
13326 USB TYPEC SUBSYSTEM
13327 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13328 L:      linux-usb@vger.kernel.org
13329 S:      Maintained
13330 F:      Documentation/ABI/testing/sysfs-class-typec
13331 F:      Documentation/usb/typec.rst
13332 F:      drivers/usb/typec/
13333 F:      include/linux/usb/typec.h
13334
13335 USB UHCI DRIVER
13336 M:      Alan Stern <stern@rowland.harvard.edu>
13337 L:      linux-usb@vger.kernel.org
13338 S:      Maintained
13339 F:      drivers/usb/host/uhci*
13340
13341 USB "USBNET" DRIVER FRAMEWORK
13342 M:      Oliver Neukum <oneukum@suse.com>
13343 L:      netdev@vger.kernel.org
13344 W:      http://www.linux-usb.org/usbnet
13345 S:      Maintained
13346 F:      drivers/net/usb/usbnet.c
13347 F:      include/linux/usb/usbnet.h
13348
13349 USB VIDEO CLASS
13350 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13351 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13352 L:      linux-media@vger.kernel.org
13353 T:      git git://linuxtv.org/media_tree.git
13354 W:      http://www.ideasonboard.org/uvc/
13355 S:      Maintained
13356 F:      drivers/media/usb/uvc/
13357 F:      include/uapi/linux/uvcvideo.h
13358
13359 USB VISION DRIVER
13360 M:      Hans Verkuil <hverkuil@xs4all.nl>
13361 L:      linux-media@vger.kernel.org
13362 T:      git git://linuxtv.org/media_tree.git
13363 W:      https://linuxtv.org
13364 S:      Odd Fixes
13365 F:      drivers/media/usb/usbvision/
13366
13367 USB WEBCAM GADGET
13368 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13369 L:      linux-usb@vger.kernel.org
13370 S:      Maintained
13371 F:      drivers/usb/gadget/function/*uvc*
13372 F:      drivers/usb/gadget/legacy/webcam.c
13373
13374 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13375 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
13376 L:      linux-wireless@vger.kernel.org
13377 S:      Maintained
13378 F:      drivers/net/wireless/rndis_wlan.c
13379
13380 USB XHCI DRIVER
13381 M:      Mathias Nyman <mathias.nyman@intel.com>
13382 L:      linux-usb@vger.kernel.org
13383 S:      Supported
13384 F:      drivers/usb/host/xhci*
13385 F:      drivers/usb/host/pci-quirks*
13386
13387 USB ZD1201 DRIVER
13388 L:      linux-wireless@vger.kernel.org
13389 W:      http://linux-lc100020.sourceforge.net
13390 S:      Orphan
13391 F:      drivers/net/wireless/zydas/zd1201.*
13392
13393 USB ZR364XX DRIVER
13394 M:      Antoine Jacquet <royale@zerezo.com>
13395 L:      linux-usb@vger.kernel.org
13396 L:      linux-media@vger.kernel.org
13397 T:      git git://linuxtv.org/media_tree.git
13398 W:      http://royale.zerezo.com/zr364xx/
13399 S:      Maintained
13400 F:      Documentation/media/v4l-drivers/zr364xx*
13401 F:      drivers/media/usb/zr364xx/
13402
13403 ULPI BUS
13404 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13405 L:      linux-usb@vger.kernel.org
13406 S:      Maintained
13407 F:      drivers/usb/common/ulpi.c
13408 F:      include/linux/ulpi/
13409
13410 USER-MODE LINUX (UML)
13411 M:      Jeff Dike <jdike@addtoit.com>
13412 M:      Richard Weinberger <richard@nod.at>
13413 L:      user-mode-linux-devel@lists.sourceforge.net
13414 L:      user-mode-linux-user@lists.sourceforge.net
13415 W:      http://user-mode-linux.sourceforge.net
13416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13417 S:      Maintained
13418 F:      Documentation/virtual/uml/
13419 F:      arch/um/
13420 F:      arch/x86/um/
13421 F:      fs/hostfs/
13422 F:      fs/hppfs/
13423
13424 USERSPACE I/O (UIO)
13425 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13426 S:      Maintained
13427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13428 F:      Documentation/driver-api/uio-howto.rst
13429 F:      drivers/uio/
13430 F:      include/linux/uio*.h
13431
13432 UTIL-LINUX PACKAGE
13433 M:      Karel Zak <kzak@redhat.com>
13434 L:      util-linux@vger.kernel.org
13435 W:      http://en.wikipedia.org/wiki/Util-linux
13436 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13437 S:      Maintained
13438
13439 UVESAFB DRIVER
13440 M:      Michal Januszewski <spock@gentoo.org>
13441 L:      linux-fbdev@vger.kernel.org
13442 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13443 S:      Maintained
13444 F:      Documentation/fb/uvesafb.txt
13445 F:      drivers/video/fbdev/uvesafb.*
13446
13447 VF610 NAND DRIVER
13448 M:      Stefan Agner <stefan@agner.ch>
13449 L:      linux-mtd@lists.infradead.org
13450 S:      Supported
13451 F:      drivers/mtd/nand/vf610_nfc.c
13452
13453 VFAT/FAT/MSDOS FILESYSTEM
13454 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13455 S:      Maintained
13456 F:      Documentation/filesystems/vfat.txt
13457 F:      fs/fat/
13458
13459 VFIO DRIVER
13460 M:      Alex Williamson <alex.williamson@redhat.com>
13461 L:      kvm@vger.kernel.org
13462 T:      git git://github.com/awilliam/linux-vfio.git
13463 S:      Maintained
13464 F:      Documentation/vfio.txt
13465 F:      drivers/vfio/
13466 F:      include/linux/vfio.h
13467 F:      include/uapi/linux/vfio.h
13468
13469 VFIO MEDIATED DEVICE DRIVERS
13470 M:      Kirti Wankhede <kwankhede@nvidia.com>
13471 L:      kvm@vger.kernel.org
13472 S:      Maintained
13473 F:      Documentation/vfio-mediated-device.txt
13474 F:      drivers/vfio/mdev/
13475 F:      include/linux/mdev.h
13476 F:      samples/vfio-mdev/
13477
13478 VFIO PLATFORM DRIVER
13479 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
13480 L:      kvm@vger.kernel.org
13481 S:      Maintained
13482 F:      drivers/vfio/platform/
13483
13484 VGA_SWITCHEROO
13485 R:      Lukas Wunner <lukas@wunner.de>
13486 S:      Maintained
13487 F:      Documentation/gpu/vga-switcheroo.rst
13488 F:      drivers/gpu/vga/vga_switcheroo.c
13489 F:      include/linux/vga_switcheroo.h
13490 T:      git git://anongit.freedesktop.org/drm/drm-misc
13491
13492 VIDEOBUF2 FRAMEWORK
13493 M:      Pawel Osciak <pawel@osciak.com>
13494 M:      Marek Szyprowski <m.szyprowski@samsung.com>
13495 M:      Kyungmin Park <kyungmin.park@samsung.com>
13496 L:      linux-media@vger.kernel.org
13497 S:      Maintained
13498 F:      drivers/media/v4l2-core/videobuf2-*
13499 F:      include/media/videobuf2-*
13500
13501 VIRTIO AND VHOST VSOCK DRIVER
13502 M:      Stefan Hajnoczi <stefanha@redhat.com>
13503 L:      kvm@vger.kernel.org
13504 L:      virtualization@lists.linux-foundation.org
13505 L:      netdev@vger.kernel.org
13506 S:      Maintained
13507 F:      include/linux/virtio_vsock.h
13508 F:      include/uapi/linux/virtio_vsock.h
13509 F:      include/uapi/linux/vsockmon.h
13510 F:      net/vmw_vsock/af_vsock_tap.c
13511 F:      net/vmw_vsock/virtio_transport_common.c
13512 F:      net/vmw_vsock/virtio_transport.c
13513 F:      drivers/net/vsockmon.c
13514 F:      drivers/vhost/vsock.c
13515 F:      drivers/vhost/vsock.h
13516
13517 VIRTUAL SERIO DEVICE DRIVER
13518 M:      Stephen Chandler Paul <thatslyude@gmail.com>
13519 S:      Maintained
13520 F:      drivers/input/serio/userio.c
13521 F:      include/uapi/linux/userio.h
13522
13523 VIRTIO CONSOLE DRIVER
13524 M:      Amit Shah <amit@kernel.org>
13525 L:      virtualization@lists.linux-foundation.org
13526 S:      Maintained
13527 F:      drivers/char/virtio_console.c
13528 F:      include/linux/virtio_console.h
13529 F:      include/uapi/linux/virtio_console.h
13530
13531 VIRTIO CORE, NET AND BLOCK DRIVERS
13532 M:      "Michael S. Tsirkin" <mst@redhat.com>
13533 M:      Jason Wang <jasowang@redhat.com>
13534 L:      virtualization@lists.linux-foundation.org
13535 S:      Maintained
13536 F:      Documentation/devicetree/bindings/virtio/
13537 F:      drivers/virtio/
13538 F:      tools/virtio/
13539 F:      drivers/net/virtio_net.c
13540 F:      drivers/block/virtio_blk.c
13541 F:      include/linux/virtio*.h
13542 F:      include/uapi/linux/virtio_*.h
13543 F:      drivers/crypto/virtio/
13544
13545 VIRTIO DRIVERS FOR S390
13546 M:      Christian Borntraeger <borntraeger@de.ibm.com>
13547 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
13548 L:      linux-s390@vger.kernel.org
13549 L:      virtualization@lists.linux-foundation.org
13550 L:      kvm@vger.kernel.org
13551 S:      Supported
13552 F:      drivers/s390/virtio/
13553
13554 VIRTIO GPU DRIVER
13555 M:      David Airlie <airlied@linux.ie>
13556 M:      Gerd Hoffmann <kraxel@redhat.com>
13557 L:      dri-devel@lists.freedesktop.org
13558 L:      virtualization@lists.linux-foundation.org
13559 T:      git git://anongit.freedesktop.org/drm/drm-misc
13560 S:      Maintained
13561 F:      drivers/gpu/drm/virtio/
13562 F:      include/uapi/linux/virtio_gpu.h
13563
13564 VIRTIO HOST (VHOST)
13565 M:      "Michael S. Tsirkin" <mst@redhat.com>
13566 M:      Jason Wang <jasowang@redhat.com>
13567 L:      kvm@vger.kernel.org
13568 L:      virtualization@lists.linux-foundation.org
13569 L:      netdev@vger.kernel.org
13570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13571 S:      Maintained
13572 F:      drivers/vhost/
13573 F:      include/uapi/linux/vhost.h
13574
13575 VIRTIO INPUT DRIVER
13576 M:      Gerd Hoffmann <kraxel@redhat.com>
13577 S:      Maintained
13578 F:      drivers/virtio/virtio_input.c
13579 F:      include/uapi/linux/virtio_input.h
13580
13581 VIRTIO CRYPTO DRIVER
13582 M:  Gonglei <arei.gonglei@huawei.com>
13583 L:  virtualization@lists.linux-foundation.org
13584 L:  linux-crypto@vger.kernel.org
13585 S:  Maintained
13586 F:  drivers/crypto/virtio/
13587 F:  include/uapi/linux/virtio_crypto.h
13588
13589 VIA RHINE NETWORK DRIVER
13590 S:      Orphan
13591 F:      drivers/net/ethernet/via/via-rhine.c
13592
13593 VIA SD/MMC CARD CONTROLLER DRIVER
13594 M:      Bruce Chang <brucechang@via.com.tw>
13595 M:      Harald Welte <HaraldWelte@viatech.com>
13596 S:      Maintained
13597 F:      drivers/mmc/host/via-sdmmc.c
13598
13599 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13600 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13601 L:      linux-fbdev@vger.kernel.org
13602 S:      Maintained
13603 F:      include/linux/via-core.h
13604 F:      include/linux/via-gpio.h
13605 F:      include/linux/via_i2c.h
13606 F:      drivers/video/fbdev/via/
13607
13608 VIA VELOCITY NETWORK DRIVER
13609 M:      Francois Romieu <romieu@fr.zoreil.com>
13610 L:      netdev@vger.kernel.org
13611 S:      Maintained
13612 F:      drivers/net/ethernet/via/via-velocity.*
13613
13614 VIRT LIB
13615 M:      Alex Williamson <alex.williamson@redhat.com>
13616 M:      Paolo Bonzini <pbonzini@redhat.com>
13617 L:      kvm@vger.kernel.org
13618 S:      Supported
13619 F:      virt/lib/
13620
13621 VIVID VIRTUAL VIDEO DRIVER
13622 M:      Hans Verkuil <hverkuil@xs4all.nl>
13623 L:      linux-media@vger.kernel.org
13624 T:      git git://linuxtv.org/media_tree.git
13625 W:      https://linuxtv.org
13626 S:      Maintained
13627 F:      drivers/media/platform/vivid/*
13628
13629 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
13630 M:      Helen Koike <helen.koike@collabora.com>
13631 L:      linux-media@vger.kernel.org
13632 T:      git git://linuxtv.org/media_tree.git
13633 W:      https://linuxtv.org
13634 S:      Maintained
13635 F:      drivers/media/platform/vimc/*
13636
13637 VLYNQ BUS
13638 M:      Florian Fainelli <f.fainelli@gmail.com>
13639 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13640 S:      Maintained
13641 F:      drivers/vlynq/vlynq.c
13642 F:      include/linux/vlynq.h
13643
13644 VME SUBSYSTEM
13645 M:      Martyn Welch <martyn@welchs.me.uk>
13646 M:      Manohar Vanga <manohar.vanga@gmail.com>
13647 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13648 L:      devel@driverdev.osuosl.org
13649 S:      Maintained
13650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13651 F:      Documentation/driver-api/vme.rst
13652 F:      drivers/staging/vme/
13653 F:      drivers/vme/
13654 F:      include/linux/vme*
13655
13656 VMWARE HYPERVISOR INTERFACE
13657 M:      Alok Kataria <akataria@vmware.com>
13658 L:      virtualization@lists.linux-foundation.org
13659 S:      Supported
13660 F:      arch/x86/kernel/cpu/vmware.c
13661
13662 VMWARE BALLOON DRIVER
13663 M:      Xavier Deguillard <xdeguillard@vmware.com>
13664 M:      Philip Moltmann <moltmann@vmware.com>
13665 M:      "VMware, Inc." <pv-drivers@vmware.com>
13666 L:      linux-kernel@vger.kernel.org
13667 S:      Maintained
13668 F:      drivers/misc/vmw_balloon.c
13669
13670 VMWARE VMMOUSE SUBDRIVER
13671 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13672 M:      "VMware, Inc." <pv-drivers@vmware.com>
13673 L:      linux-input@vger.kernel.org
13674 S:      Maintained
13675 F:      drivers/input/mouse/vmmouse.c
13676 F:      drivers/input/mouse/vmmouse.h
13677
13678 VMWARE VMXNET3 ETHERNET DRIVER
13679 M:      Shrikrishna Khare <skhare@vmware.com>
13680 M:      "VMware, Inc." <pv-drivers@vmware.com>
13681 L:      netdev@vger.kernel.org
13682 S:      Maintained
13683 F:      drivers/net/vmxnet3/
13684
13685 VMware PVSCSI driver
13686 M:      Jim Gill <jgill@vmware.com>
13687 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13688 L:      linux-scsi@vger.kernel.org
13689 S:      Maintained
13690 F:      drivers/scsi/vmw_pvscsi.c
13691 F:      drivers/scsi/vmw_pvscsi.h
13692
13693 VMWARE PVRDMA DRIVER
13694 M:      Adit Ranadive <aditr@vmware.com>
13695 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13696 L:      linux-rdma@vger.kernel.org
13697 S:      Maintained
13698 F:      drivers/infiniband/hw/vmw_pvrdma/
13699
13700 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13701 M:      Liam Girdwood <lgirdwood@gmail.com>
13702 M:      Mark Brown <broonie@kernel.org>
13703 L:      linux-kernel@vger.kernel.org
13704 W:      http://www.slimlogic.co.uk/?p=48
13705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13706 S:      Supported
13707 F:      Documentation/devicetree/bindings/regulator/
13708 F:      drivers/regulator/
13709 F:      include/dt-bindings/regulator/
13710 F:      include/linux/regulator/
13711
13712 VRF
13713 M:      David Ahern <dsa@cumulusnetworks.com>
13714 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13715 L:      netdev@vger.kernel.org
13716 S:      Maintained
13717 F:      drivers/net/vrf.c
13718 F:      Documentation/networking/vrf.txt
13719
13720 VT1211 HARDWARE MONITOR DRIVER
13721 M:      Juerg Haefliger <juergh@gmail.com>
13722 L:      linux-hwmon@vger.kernel.org
13723 S:      Maintained
13724 F:      Documentation/hwmon/vt1211
13725 F:      drivers/hwmon/vt1211.c
13726
13727 VT8231 HARDWARE MONITOR DRIVER
13728 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13729 L:      linux-hwmon@vger.kernel.org
13730 S:      Maintained
13731 F:      drivers/hwmon/vt8231.c
13732
13733 VUB300 USB to SDIO/SD/MMC bridge chip
13734 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13735 L:      linux-mmc@vger.kernel.org
13736 L:      linux-usb@vger.kernel.org
13737 S:      Supported
13738 F:      drivers/mmc/host/vub300.c
13739
13740 W1 DALLAS'S 1-WIRE BUS
13741 M:      Evgeniy Polyakov <zbr@ioremap.net>
13742 S:      Maintained
13743 F:      Documentation/w1/
13744 F:      drivers/w1/
13745
13746 W83791D HARDWARE MONITORING DRIVER
13747 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13748 L:      linux-hwmon@vger.kernel.org
13749 S:      Maintained
13750 F:      Documentation/hwmon/w83791d
13751 F:      drivers/hwmon/w83791d.c
13752
13753 W83793 HARDWARE MONITORING DRIVER
13754 M:      Rudolf Marek <r.marek@assembler.cz>
13755 L:      linux-hwmon@vger.kernel.org
13756 S:      Maintained
13757 F:      Documentation/hwmon/w83793
13758 F:      drivers/hwmon/w83793.c
13759
13760 W83795 HARDWARE MONITORING DRIVER
13761 M:      Jean Delvare <jdelvare@suse.com>
13762 L:      linux-hwmon@vger.kernel.org
13763 S:      Maintained
13764 F:      drivers/hwmon/w83795.c
13765
13766 W83L51xD SD/MMC CARD INTERFACE DRIVER
13767 M:      Pierre Ossman <pierre@ossman.eu>
13768 S:      Maintained
13769 F:      drivers/mmc/host/wbsd.*
13770
13771 WACOM PROTOCOL 4 SERIAL TABLETS
13772 M:      Julian Squires <julian@cipht.net>
13773 M:      Hans de Goede <hdegoede@redhat.com>
13774 L:      linux-input@vger.kernel.org
13775 S:      Maintained
13776 F:      drivers/input/tablet/wacom_serial4.c
13777
13778 WATCHDOG DEVICE DRIVERS
13779 M:      Wim Van Sebroeck <wim@iguana.be>
13780 R:      Guenter Roeck <linux@roeck-us.net>
13781 L:      linux-watchdog@vger.kernel.org
13782 W:      http://www.linux-watchdog.org/
13783 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13784 S:      Maintained
13785 F:      Documentation/devicetree/bindings/watchdog/
13786 F:      Documentation/watchdog/
13787 F:      drivers/watchdog/
13788 F:      include/linux/watchdog.h
13789 F:      include/uapi/linux/watchdog.h
13790
13791 WIIMOTE HID DRIVER
13792 M:      David Herrmann <dh.herrmann@googlemail.com>
13793 L:      linux-input@vger.kernel.org
13794 S:      Maintained
13795 F:      drivers/hid/hid-wiimote*
13796
13797 WINBOND CIR DRIVER
13798 M:      David Härdeman <david@hardeman.nu>
13799 S:      Maintained
13800 F:      drivers/media/rc/winbond-cir.c
13801
13802 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13803 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13804 L:      linux-watchdog@vger.kernel.org
13805 S:      Maintained
13806 F:      drivers/watchdog/ebc-c384_wdt.c
13807
13808 WINSYSTEMS WS16C48 GPIO DRIVER
13809 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13810 L:      linux-gpio@vger.kernel.org
13811 S:      Maintained
13812 F:      drivers/gpio/gpio-ws16c48.c
13813
13814 WIMAX STACK
13815 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13816 M:      linux-wimax@intel.com
13817 L:      wimax@linuxwimax.org (subscribers-only)
13818 S:      Supported
13819 W:      http://linuxwimax.org
13820 F:      Documentation/wimax/README.wimax
13821 F:      include/linux/wimax/debug.h
13822 F:      include/net/wimax.h
13823 F:      include/uapi/linux/wimax.h
13824 F:      net/wimax/
13825
13826 WISTRON LAPTOP BUTTON DRIVER
13827 M:      Miloslav Trmac <mitr@volny.cz>
13828 S:      Maintained
13829 F:      drivers/input/misc/wistron_btns.c
13830
13831 WL3501 WIRELESS PCMCIA CARD DRIVER
13832 L:      linux-wireless@vger.kernel.org
13833 S:      Odd fixes
13834 F:      drivers/net/wireless/wl3501*
13835
13836 WOLFSON MICROELECTRONICS DRIVERS
13837 L:      patches@opensource.wolfsonmicro.com
13838 T:      git https://github.com/CirrusLogic/linux-drivers.git
13839 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13840 S:      Supported
13841 F:      Documentation/hwmon/wm83??
13842 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13843 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13844 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13845 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
13846 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13847 F:      drivers/clk/clk-wm83*.c
13848 F:      drivers/extcon/extcon-arizona.c
13849 F:      drivers/leds/leds-wm83*.c
13850 F:      drivers/gpio/gpio-*wm*.c
13851 F:      drivers/gpio/gpio-arizona.c
13852 F:      drivers/hwmon/wm83??-hwmon.c
13853 F:      drivers/input/misc/wm831x-on.c
13854 F:      drivers/input/touchscreen/wm831x-ts.c
13855 F:      drivers/input/touchscreen/wm97*.c
13856 F:      drivers/mfd/arizona*
13857 F:      drivers/mfd/wm*.c
13858 F:      drivers/mfd/cs47l24*
13859 F:      drivers/power/supply/wm83*.c
13860 F:      drivers/rtc/rtc-wm83*.c
13861 F:      drivers/regulator/wm8*.c
13862 F:      drivers/regulator/arizona*
13863 F:      drivers/video/backlight/wm83*_bl.c
13864 F:      drivers/watchdog/wm83*_wdt.c
13865 F:      include/linux/mfd/arizona/
13866 F:      include/linux/mfd/wm831x/
13867 F:      include/linux/mfd/wm8350/
13868 F:      include/linux/mfd/wm8400*
13869 F:      include/linux/regulator/arizona*
13870 F:      include/linux/wm97xx.h
13871 F:      include/sound/wm????.h
13872 F:      sound/soc/codecs/arizona.?
13873 F:      sound/soc/codecs/wm*
13874 F:      sound/soc/codecs/cs47l24*
13875
13876 WORKQUEUE
13877 M:      Tejun Heo <tj@kernel.org>
13878 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13880 S:      Maintained
13881 F:      include/linux/workqueue.h
13882 F:      kernel/workqueue.c
13883 F:      Documentation/core-api/workqueue.rst
13884
13885 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13886 M:      Chen-Yu Tsai <wens@csie.org>
13887 L:      linux-kernel@vger.kernel.org
13888 S:      Maintained
13889 N:      axp[128]
13890
13891 X.25 NETWORK LAYER
13892 M:      Andrew Hendry <andrew.hendry@gmail.com>
13893 L:      linux-x25@vger.kernel.org
13894 S:      Odd Fixes
13895 F:      Documentation/networking/x25*
13896 F:      include/net/x25*
13897 F:      net/x25/
13898
13899 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13900 M:      Thomas Gleixner <tglx@linutronix.de>
13901 M:      Ingo Molnar <mingo@redhat.com>
13902 M:      "H. Peter Anvin" <hpa@zytor.com>
13903 M:      x86@kernel.org
13904 L:      linux-kernel@vger.kernel.org
13905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13906 S:      Maintained
13907 F:      Documentation/x86/
13908 F:      arch/x86/
13909
13910 X86 PLATFORM DRIVERS
13911 M:      Darren Hart <dvhart@infradead.org>
13912 M:      Andy Shevchenko <andy@infradead.org>
13913 L:      platform-driver-x86@vger.kernel.org
13914 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13915 S:      Maintained
13916 F:      drivers/platform/x86/
13917 F:      drivers/platform/olpc/
13918
13919 X86 MCE INFRASTRUCTURE
13920 M:      Tony Luck <tony.luck@intel.com>
13921 M:      Borislav Petkov <bp@alien8.de>
13922 L:      linux-edac@vger.kernel.org
13923 S:      Maintained
13924 F:      arch/x86/kernel/cpu/mcheck/*
13925
13926 X86 MICROCODE UPDATE SUPPORT
13927 M:      Borislav Petkov <bp@alien8.de>
13928 S:      Maintained
13929 F:      arch/x86/kernel/cpu/microcode/*
13930
13931 X86 VDSO
13932 M:      Andy Lutomirski <luto@amacapital.net>
13933 L:      linux-kernel@vger.kernel.org
13934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13935 S:      Maintained
13936 F:      arch/x86/entry/vdso/
13937
13938 XC2028/3028 TUNER DRIVER
13939 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13940 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13941 L:      linux-media@vger.kernel.org
13942 W:      https://linuxtv.org
13943 T:      git git://linuxtv.org/media_tree.git
13944 S:      Maintained
13945 F:      drivers/media/tuners/tuner-xc2028.*
13946
13947 XEN HYPERVISOR INTERFACE
13948 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13949 M:      Juergen Gross <jgross@suse.com>
13950 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13952 S:      Supported
13953 F:      arch/x86/xen/
13954 F:      drivers/*/xen-*front.c
13955 F:      drivers/xen/
13956 F:      arch/x86/include/asm/xen/
13957 F:      include/xen/
13958 F:      include/uapi/xen/
13959
13960 XEN HYPERVISOR ARM
13961 M:      Stefano Stabellini <sstabellini@kernel.org>
13962 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13963 S:      Maintained
13964 F:      arch/arm/xen/
13965 F:      arch/arm/include/asm/xen/
13966
13967 XEN HYPERVISOR ARM64
13968 M:      Stefano Stabellini <sstabellini@kernel.org>
13969 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13970 S:      Maintained
13971 F:      arch/arm64/xen/
13972 F:      arch/arm64/include/asm/xen/
13973
13974 XEN NETWORK BACKEND DRIVER
13975 M:      Wei Liu <wei.liu2@citrix.com>
13976 M:      Paul Durrant <paul.durrant@citrix.com>
13977 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13978 L:      netdev@vger.kernel.org
13979 S:      Supported
13980 F:      drivers/net/xen-netback/*
13981
13982 XEN PCI SUBSYSTEM
13983 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13984 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13985 S:      Supported
13986 F:      arch/x86/pci/*xen*
13987 F:      drivers/pci/*xen*
13988
13989 XEN BLOCK SUBSYSTEM
13990 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13991 M:      Roger Pau Monné <roger.pau@citrix.com>
13992 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13993 S:      Supported
13994 F:      drivers/block/xen-blkback/*
13995 F:      drivers/block/xen*
13996
13997 XEN PVSCSI DRIVERS
13998 M:      Juergen Gross <jgross@suse.com>
13999 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14000 L:      linux-scsi@vger.kernel.org
14001 S:      Supported
14002 F:      drivers/scsi/xen-scsifront.c
14003 F:      drivers/xen/xen-scsiback.c
14004 F:      include/xen/interface/io/vscsiif.h
14005
14006 XEN SWIOTLB SUBSYSTEM
14007 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14008 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14009 S:      Supported
14010 F:      arch/x86/xen/*swiotlb*
14011 F:      drivers/xen/*swiotlb*
14012
14013 XFS FILESYSTEM
14014 M:      Darrick J. Wong <darrick.wong@oracle.com>
14015 M:      linux-xfs@vger.kernel.org
14016 L:      linux-xfs@vger.kernel.org
14017 W:      http://xfs.org/
14018 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14019 S:      Supported
14020 F:      Documentation/filesystems/xfs.txt
14021 F:      fs/xfs/
14022
14023 XILINX AXI ETHERNET DRIVER
14024 M:      Anirudha Sarangi <anirudh@xilinx.com>
14025 M:      John Linn <John.Linn@xilinx.com>
14026 S:      Maintained
14027 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
14028
14029 XILINX UARTLITE SERIAL DRIVER
14030 M:      Peter Korsgaard <jacmet@sunsite.dk>
14031 L:      linux-serial@vger.kernel.org
14032 S:      Maintained
14033 F:      drivers/tty/serial/uartlite.c
14034
14035 XILINX VIDEO IP CORES
14036 M:      Hyun Kwon <hyun.kwon@xilinx.com>
14037 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14038 L:      linux-media@vger.kernel.org
14039 T:      git git://linuxtv.org/media_tree.git
14040 S:      Supported
14041 F:      Documentation/devicetree/bindings/media/xilinx/
14042 F:      drivers/media/platform/xilinx/
14043 F:      include/uapi/linux/xilinx-v4l2-controls.h
14044
14045 XILLYBUS DRIVER
14046 M:      Eli Billauer <eli.billauer@gmail.com>
14047 L:      linux-kernel@vger.kernel.org
14048 S:      Supported
14049 F:      drivers/char/xillybus/
14050
14051 XTENSA XTFPGA PLATFORM SUPPORT
14052 M:      Max Filippov <jcmvbkbc@gmail.com>
14053 L:      linux-xtensa@linux-xtensa.org
14054 S:      Maintained
14055 F:      drivers/spi/spi-xtensa-xtfpga.c
14056 F:      sound/soc/xtensa/xtfpga-i2s.c
14057
14058 YAM DRIVER FOR AX.25
14059 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
14060 L:      linux-hams@vger.kernel.org
14061 S:      Maintained
14062 F:      drivers/net/hamradio/yam*
14063 F:      include/linux/yam.h
14064
14065 YEALINK PHONE DRIVER
14066 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
14067 L:      usbb2k-api-dev@nongnu.org
14068 S:      Maintained
14069 F:      Documentation/input/yealink.rst
14070 F:      drivers/input/misc/yealink.*
14071
14072 Z8530 DRIVER FOR AX.25
14073 M:      Joerg Reuter <jreuter@yaina.de>
14074 W:      http://yaina.de/jreuter/
14075 W:      http://www.qsl.net/dl1bke/
14076 L:      linux-hams@vger.kernel.org
14077 S:      Maintained
14078 F:      Documentation/networking/z8530drv.txt
14079 F:      drivers/net/hamradio/*scc.c
14080 F:      drivers/net/hamradio/z8530.h
14081
14082 ZBUD COMPRESSED PAGE ALLOCATOR
14083 M:      Seth Jennings <sjenning@redhat.com>
14084 M:      Dan Streetman <ddstreet@ieee.org>
14085 L:      linux-mm@kvack.org
14086 S:      Maintained
14087 F:      mm/zbud.c
14088 F:      include/linux/zbud.h
14089
14090 ZD1211RW WIRELESS DRIVER
14091 M:      Daniel Drake <dsd@gentoo.org>
14092 M:      Ulrich Kunitz <kune@deine-taler.de>
14093 W:      http://zd1211.ath.cx/wiki/DriverRewrite
14094 L:      linux-wireless@vger.kernel.org
14095 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
14096 S:      Maintained
14097 F:      drivers/net/wireless/zydas/zd1211rw/
14098
14099 ZD1301_DEMOD MEDIA DRIVER
14100 M:      Antti Palosaari <crope@iki.fi>
14101 L:      linux-media@vger.kernel.org
14102 W:      https://linuxtv.org/
14103 W:      http://palosaari.fi/linux/
14104 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14105 S:      Maintained
14106 F:      drivers/media/dvb-frontends/zd1301_demod*
14107
14108 ZD1301 MEDIA DRIVER
14109 M:      Antti Palosaari <crope@iki.fi>
14110 L:      linux-media@vger.kernel.org
14111 W:      https://linuxtv.org/
14112 W:      http://palosaari.fi/linux/
14113 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14114 S:      Maintained
14115 F:      drivers/media/usb/dvb-usb-v2/zd1301*
14116
14117 ZPOOL COMPRESSED PAGE STORAGE API
14118 M:      Dan Streetman <ddstreet@ieee.org>
14119 L:      linux-mm@kvack.org
14120 S:      Maintained
14121 F:      mm/zpool.c
14122 F:      include/linux/zpool.h
14123
14124 ZR36067 VIDEO FOR LINUX DRIVER
14125 L:      mjpeg-users@lists.sourceforge.net
14126 L:      linux-media@vger.kernel.org
14127 W:      http://mjpeg.sourceforge.net/driver-zoran/
14128 T:      hg https://linuxtv.org/hg/v4l-dvb
14129 S:      Odd Fixes
14130 F:      drivers/media/pci/zoran/
14131
14132 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14133 M:      Minchan Kim <minchan@kernel.org>
14134 M:      Nitin Gupta <ngupta@vflare.org>
14135 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14136 L:      linux-kernel@vger.kernel.org
14137 S:      Maintained
14138 F:      drivers/block/zram/
14139 F:      Documentation/blockdev/zram.txt
14140
14141 ZS DECSTATION Z85C30 SERIAL DRIVER
14142 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
14143 S:      Maintained
14144 F:      drivers/tty/serial/zs.*
14145
14146 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14147 M:      Minchan Kim <minchan@kernel.org>
14148 M:      Nitin Gupta <ngupta@vflare.org>
14149 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14150 L:      linux-mm@kvack.org
14151 S:      Maintained
14152 F:      mm/zsmalloc.c
14153 F:      include/linux/zsmalloc.h
14154 F:      Documentation/vm/zsmalloc.txt
14155
14156 ZSWAP COMPRESSED SWAP CACHING
14157 M:      Seth Jennings <sjenning@redhat.com>
14158 M:      Dan Streetman <ddstreet@ieee.org>
14159 L:      linux-mm@kvack.org
14160 S:      Maintained
14161 F:      mm/zswap.c
14162
14163 THE REST
14164 M:      Linus Torvalds <torvalds@linux-foundation.org>
14165 L:      linux-kernel@vger.kernel.org
14166 Q:      http://patchwork.kernel.org/project/LKML/list/
14167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14168 S:      Buried alive in reporters
14169 F:      *
14170 F:      */