Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[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:      include/linux/mfd/altera-a10sr.h
657
658 ALTERA TRIPLE SPEED ETHERNET DRIVER
659 M:      Vince Bridgers <vbridger@opensource.altera.com>
660 L:      netdev@vger.kernel.org
661 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
662 S:      Maintained
663 F:      drivers/net/ethernet/altera/
664
665 ALTERA UART/JTAG UART SERIAL DRIVERS
666 M:      Tobias Klauser <tklauser@distanz.ch>
667 L:      linux-serial@vger.kernel.org
668 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
669 S:      Maintained
670 F:      drivers/tty/serial/altera_uart.c
671 F:      drivers/tty/serial/altera_jtaguart.c
672 F:      include/linux/altera_uart.h
673 F:      include/linux/altera_jtaguart.h
674
675 AMAZON ETHERNET DRIVERS
676 M:      Netanel Belgazal <netanel@annapurnalabs.com>
677 R:      Saeed Bishara <saeed@annapurnalabs.com>
678 R:      Zorik Machulsky <zorik@annapurnalabs.com>
679 L:      netdev@vger.kernel.org
680 S:      Supported
681 F:      Documentation/networking/ena.txt
682 F:      drivers/net/ethernet/amazon/
683
684 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
685 M:      Tom Lendacky <thomas.lendacky@amd.com>
686 M:      Gary Hook <gary.hook@amd.com>
687 L:      linux-crypto@vger.kernel.org
688 S:      Supported
689 F:      drivers/crypto/ccp/
690 F:      include/linux/ccp.h
691
692 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
693 M:      Huang Rui <ray.huang@amd.com>
694 L:      linux-hwmon@vger.kernel.org
695 S:      Supported
696 F:      Documentation/hwmon/fam15h_power
697 F:      drivers/hwmon/fam15h_power.c
698
699 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
700 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
701 S:      Orphan
702 F:      drivers/usb/gadget/udc/amd5536udc.*
703
704 AMD GEODE PROCESSOR/CHIPSET SUPPORT
705 P:      Andres Salomon <dilinger@queued.net>
706 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
707 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
708 S:      Supported
709 F:      drivers/char/hw_random/geode-rng.c
710 F:      drivers/crypto/geode*
711 F:      drivers/video/fbdev/geode/
712 F:      arch/x86/include/asm/geode.h
713
714 AMD IOMMU (AMD-VI)
715 M:      Joerg Roedel <joro@8bytes.org>
716 L:      iommu@lists.linux-foundation.org
717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
718 S:      Maintained
719 F:      drivers/iommu/amd_iommu*.[ch]
720 F:      include/linux/amd-iommu.h
721
722 AMD KFD
723 M:      Oded Gabbay <oded.gabbay@gmail.com>
724 L:      dri-devel@lists.freedesktop.org
725 T:      git git://people.freedesktop.org/~gabbayo/linux.git
726 S:      Supported
727 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
728 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
729 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
730 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
731 F:      drivers/gpu/drm/amd/amdkfd/
732 F:      drivers/gpu/drm/amd/include/cik_structs.h
733 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
734 F:      drivers/gpu/drm/amd/include/vi_structs.h
735 F:      drivers/gpu/drm/radeon/radeon_kfd.c
736 F:      drivers/gpu/drm/radeon/radeon_kfd.h
737 F:      include/uapi/linux/kfd_ioctl.h
738
739 AMD SEATTLE DEVICE TREE SUPPORT
740 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
741 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
742 M:      Tom Lendacky <thomas.lendacky@amd.com>
743 S:      Supported
744 F:      arch/arm64/boot/dts/amd/
745
746 AMD XGBE DRIVER
747 M:      Tom Lendacky <thomas.lendacky@amd.com>
748 L:      netdev@vger.kernel.org
749 S:      Supported
750 F:      drivers/net/ethernet/amd/xgbe/
751 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
752
753 AMS (Apple Motion Sensor) DRIVER
754 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
755 S:      Supported
756 F:      drivers/macintosh/ams/
757
758 ANALOG DEVICES INC AD9389B DRIVER
759 M:      Hans Verkuil <hans.verkuil@cisco.com>
760 L:      linux-media@vger.kernel.org
761 S:      Maintained
762 F:      drivers/media/i2c/ad9389b*
763
764 ANALOG DEVICES INC ADV7180 DRIVER
765 M:      Lars-Peter Clausen <lars@metafoo.de>
766 L:      linux-media@vger.kernel.org
767 W:      http://ez.analog.com/community/linux-device-drivers
768 S:      Supported
769 F:      drivers/media/i2c/adv7180.c
770
771 ANALOG DEVICES INC ADV7511 DRIVER
772 M:      Hans Verkuil <hans.verkuil@cisco.com>
773 L:      linux-media@vger.kernel.org
774 S:      Maintained
775 F:      drivers/media/i2c/adv7511*
776
777 ANALOG DEVICES INC ADV7604 DRIVER
778 M:      Hans Verkuil <hans.verkuil@cisco.com>
779 L:      linux-media@vger.kernel.org
780 S:      Maintained
781 F:      drivers/media/i2c/adv7604*
782
783 ANALOG DEVICES INC ADV7842 DRIVER
784 M:      Hans Verkuil <hans.verkuil@cisco.com>
785 L:      linux-media@vger.kernel.org
786 S:      Maintained
787 F:      drivers/media/i2c/adv7842*
788
789 ANALOG DEVICES INC ASOC CODEC DRIVERS
790 M:      Lars-Peter Clausen <lars@metafoo.de>
791 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
792 W:      http://wiki.analog.com/
793 W:      http://ez.analog.com/community/linux-device-drivers
794 S:      Supported
795 F:      sound/soc/codecs/adau*
796 F:      sound/soc/codecs/adav*
797 F:      sound/soc/codecs/ad1*
798 F:      sound/soc/codecs/ad7*
799 F:      sound/soc/codecs/ssm*
800 F:      sound/soc/codecs/sigmadsp.*
801
802 ANALOG DEVICES INC ASOC DRIVERS
803 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
804 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
805 W:      http://blackfin.uclinux.org/
806 S:      Supported
807 F:      sound/soc/blackfin/*
808
809 ANALOG DEVICES INC IIO DRIVERS
810 M:      Lars-Peter Clausen <lars@metafoo.de>
811 M:      Michael Hennerich <Michael.Hennerich@analog.com>
812 W:      http://wiki.analog.com/
813 W:      http://ez.analog.com/community/linux-device-drivers
814 S:      Supported
815 F:      drivers/iio/*/ad*
816 F:      drivers/iio/adc/ltc2497*
817 X:      drivers/iio/*/adjd*
818 F:      drivers/staging/iio/*/ad*
819 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
820
821 ANALOG DEVICES INC DMA DRIVERS
822 M:      Lars-Peter Clausen <lars@metafoo.de>
823 W:      http://ez.analog.com/community/linux-device-drivers
824 S:      Supported
825 F:      drivers/dma/dma-axi-dmac.c
826
827 ANDROID CONFIG FRAGMENTS
828 M:      Rob Herring <robh@kernel.org>
829 S:      Supported
830 F:      kernel/configs/android*
831
832 ANDROID DRIVERS
833 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
834 M:      Arve Hjønnevåg <arve@android.com>
835 M:      Riley Andrews <riandrews@android.com>
836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
837 L:      devel@driverdev.osuosl.org
838 S:      Supported
839 F:      drivers/android/
840 F:      drivers/staging/android/
841
842 ANDROID ION DRIVER
843 M:      Laura Abbott <labbott@redhat.com>
844 M:      Sumit Semwal <sumit.semwal@linaro.org>
845 L:      devel@driverdev.osuosl.org
846 S:      Supported
847 F:      Documentation/devicetree/bindings/staging/ion/
848 F:      drivers/staging/android/ion
849 F:      drivers/staging/android/uapi/ion.h
850 F:      drivers/staging/android/uapi/ion_test.h
851
852 AOA (Apple Onboard Audio) ALSA DRIVER
853 M:      Johannes Berg <johannes@sipsolutions.net>
854 L:      linuxppc-dev@lists.ozlabs.org
855 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
856 S:      Maintained
857 F:      sound/aoa/
858
859 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
860 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
861 L:      linux-iio@vger.kernel.org
862 S:      Maintained
863 F:      drivers/iio/adc/stx104.c
864
865 APM DRIVER
866 M:      Jiri Kosina <jikos@kernel.org>
867 S:      Odd fixes
868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
869 F:      arch/x86/kernel/apm_32.c
870 F:      include/linux/apm_bios.h
871 F:      include/uapi/linux/apm_bios.h
872 F:      drivers/char/apm-emulation.c
873
874 APPLE BCM5974 MULTITOUCH DRIVER
875 M:      Henrik Rydberg <rydberg@bitmath.org>
876 L:      linux-input@vger.kernel.org
877 S:      Odd fixes
878 F:      drivers/input/mouse/bcm5974.c
879
880 APPLE SMC DRIVER
881 M:      Henrik Rydberg <rydberg@bitmath.org>
882 L:      linux-hwmon@vger.kernel.org
883 S:      Odd fixes
884 F:      drivers/hwmon/applesmc.c
885
886 APPLETALK NETWORK LAYER
887 L:      netdev@vger.kernel.org
888 S:      Odd fixes
889 F:      drivers/net/appletalk/
890 F:      net/appletalk/
891
892 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
893 M:      Duc Dang <dhdang@apm.com>
894 S:      Supported
895 F:      arch/arm64/boot/dts/apm/
896
897 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
898 M:      Iyappan Subramanian <isubramanian@apm.com>
899 M:      Keyur Chudgar <kchudgar@apm.com>
900 M:      Quan Nguyen <qnguyen@apm.com>
901 S:      Supported
902 F:      drivers/net/ethernet/apm/xgene/
903 F:      drivers/net/phy/mdio-xgene.c
904 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
905 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
906
907 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
908 M:      Iyappan Subramanian <isubramanian@apm.com>
909 M:      Keyur Chudgar <kchudgar@apm.com>
910 S:      Supported
911 F:      drivers/net/ethernet/apm/xgene-v2/
912
913 APPLIED MICRO (APM) X-GENE SOC PMU
914 M:      Tai Nguyen <ttnguyen@apm.com>
915 S:      Supported
916 F:      drivers/perf/xgene_pmu.c
917 F:      Documentation/perf/xgene-pmu.txt
918 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
919
920 APTINA CAMERA SENSOR PLL
921 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
922 L:      linux-media@vger.kernel.org
923 S:      Maintained
924 F:      drivers/media/i2c/aptina-pll.*
925
926 ARC FRAMEBUFFER DRIVER
927 M:      Jaya Kumar <jayalk@intworks.biz>
928 S:      Maintained
929 F:      drivers/video/fbdev/arcfb.c
930 F:      drivers/video/fbdev/core/fb_defio.c
931
932 ARCNET NETWORK LAYER
933 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
934 L:      netdev@vger.kernel.org
935 S:      Maintained
936 F:      drivers/net/arcnet/
937 F:      include/uapi/linux/if_arcnet.h
938
939 ARC PGU DRM DRIVER
940 M:      Alexey Brodkin <abrodkin@synopsys.com>
941 S:      Supported
942 F:      drivers/gpu/drm/arc/
943 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
944
945 ARM ARCHITECTED TIMER DRIVER
946 M:      Mark Rutland <mark.rutland@arm.com>
947 M:      Marc Zyngier <marc.zyngier@arm.com>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Maintained
950 F:      arch/arm/include/asm/arch_timer.h
951 F:      arch/arm64/include/asm/arch_timer.h
952 F:      drivers/clocksource/arm_arch_timer.c
953
954 ARM HDLCD DRM DRIVER
955 M:      Liviu Dudau <liviu.dudau@arm.com>
956 S:      Supported
957 F:      drivers/gpu/drm/arm/hdlcd_*
958 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
959
960 ARM MALI-DP DRM DRIVER
961 M:      Liviu Dudau <liviu.dudau@arm.com>
962 M:      Brian Starkey <brian.starkey@arm.com>
963 M:      Mali DP Maintainers <malidp@foss.arm.com>
964 S:      Supported
965 F:      drivers/gpu/drm/arm/
966 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
967
968 ARM MFM AND FLOPPY DRIVERS
969 M:      Ian Molton <spyro@f2s.com>
970 S:      Maintained
971 F:      arch/arm/lib/floppydma.S
972 F:      arch/arm/include/asm/floppy.h
973
974 ARM PMU PROFILING AND DEBUGGING
975 M:      Will Deacon <will.deacon@arm.com>
976 M:      Mark Rutland <mark.rutland@arm.com>
977 S:      Maintained
978 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979 F:      arch/arm*/kernel/perf_*
980 F:      arch/arm/oprofile/common.c
981 F:      arch/arm*/kernel/hw_breakpoint.c
982 F:      arch/arm*/include/asm/hw_breakpoint.h
983 F:      arch/arm*/include/asm/perf_event.h
984 F:      drivers/perf/*
985 F:      include/linux/perf/arm_pmu.h
986 F:      Documentation/devicetree/bindings/arm/pmu.txt
987 F:      Documentation/devicetree/bindings/perf/
988
989 ARM PORT
990 M:      Russell King <linux@armlinux.org.uk>
991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 W:      http://www.armlinux.org.uk/
993 S:      Maintained
994 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
995 F:      arch/arm/
996
997 ARM SUB-ARCHITECTURES
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S:      Maintained
1000 F:      arch/arm/mach-*/
1001 F:      arch/arm/plat-*/
1002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1003
1004 ARM PRIMECELL AACI PL041 DRIVER
1005 M:      Russell King <linux@armlinux.org.uk>
1006 S:      Maintained
1007 F:      sound/arm/aaci.*
1008
1009 ARM PRIMECELL CLCD PL110 DRIVER
1010 M:      Russell King <linux@armlinux.org.uk>
1011 S:      Maintained
1012 F:      drivers/video/fbdev/amba-clcd.*
1013
1014 ARM PRIMECELL KMI PL050 DRIVER
1015 M:      Russell King <linux@armlinux.org.uk>
1016 S:      Maintained
1017 F:      drivers/input/serio/ambakmi.*
1018 F:      include/linux/amba/kmi.h
1019
1020 ARM PRIMECELL MMCI PL180/1 DRIVER
1021 M:      Russell King <linux@armlinux.org.uk>
1022 S:      Maintained
1023 F:      drivers/mmc/host/mmci.*
1024 F:      include/linux/amba/mmci.h
1025
1026 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1027 M:      Russell King <linux@armlinux.org.uk>
1028 S:      Maintained
1029 F:      drivers/tty/serial/amba-pl01*.c
1030 F:      include/linux/amba/serial.h
1031
1032 ARM PRIMECELL BUS SUPPORT
1033 M:      Russell King <linux@armlinux.org.uk>
1034 S:      Maintained
1035 F:      drivers/amba/
1036 F:      include/linux/amba/bus.h
1037
1038 ARM/ADS SPHERE MACHINE SUPPORT
1039 M:      Lennert Buytenhek <kernel@wantstofly.org>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042
1043 ARM/AFEB9260 MACHINE SUPPORT
1044 M:      Sergey Lapin <slapin@ossfans.org>
1045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 S:      Maintained
1047
1048 ARM/AJECO 1ARM MACHINE SUPPORT
1049 M:      Lennert Buytenhek <kernel@wantstofly.org>
1050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1051 S:      Maintained
1052
1053 ARM/Allwinner sunXi SoC support
1054 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1055 M:      Chen-Yu Tsai <wens@csie.org>
1056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 S:      Maintained
1058 N:      sun[x456789]i
1059 F:      arch/arm/boot/dts/ntc-gr8*
1060 F:      arch/arm64/boot/dts/allwinner/
1061
1062 ARM/Allwinner SoC Clock Support
1063 M:      Emilio López <emilio@elopez.com.ar>
1064 S:      Maintained
1065 F:      drivers/clk/sunxi/
1066
1067 ARM/Amlogic Meson SoC support
1068 M:      Carlo Caione <carlo@caione.org>
1069 M:      Kevin Hilman <khilman@baylibre.com>
1070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 L:      linux-amlogic@lists.infradead.org
1072 W:      http://linux-meson.com/
1073 S:      Maintained
1074 F:      arch/arm/mach-meson/
1075 F:      arch/arm/boot/dts/meson*
1076 F:      arch/arm64/boot/dts/amlogic/
1077 F:      drivers/pinctrl/meson/
1078 F:      drivers/mmc/host/meson*
1079 N:      meson
1080
1081 ARM/Annapurna Labs ALPINE ARCHITECTURE
1082 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1083 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S:      Maintained
1086 F:      arch/arm/mach-alpine/
1087 F:      arch/arm/boot/dts/alpine*
1088 F:      arch/arm64/boot/dts/al/
1089 F:      drivers/*/*alpine*
1090
1091 ARM/ARTPEC MACHINE SUPPORT
1092 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1093 M:      Lars Persson <lars.persson@axis.com>
1094 M:      Niklas Cassel <niklas.cassel@axis.com>
1095 S:      Maintained
1096 L:      linux-arm-kernel@axis.com
1097 F:      arch/arm/mach-artpec
1098 F:      arch/arm/boot/dts/artpec6*
1099 F:      drivers/clk/axis
1100 F:      drivers/pinctrl/pinctrl-artpec*
1101 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1102
1103 ARM/ASPEED MACHINE SUPPORT
1104 M:      Joel Stanley <joel@jms.id.au>
1105 S:      Maintained
1106 F:      arch/arm/mach-aspeed/
1107 F:      arch/arm/boot/dts/aspeed-*
1108 F:      drivers/*/*aspeed*
1109
1110 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1111 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
1112 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1113 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 W:      http://www.linux4sam.org
1116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1117 S:      Supported
1118 F:      arch/arm/mach-at91/
1119 F:      include/soc/at91/
1120 F:      arch/arm/boot/dts/at91*.dts
1121 F:      arch/arm/boot/dts/at91*.dtsi
1122 F:      arch/arm/boot/dts/sama*.dts
1123 F:      arch/arm/boot/dts/sama*.dtsi
1124 F:      arch/arm/include/debug/at91.S
1125
1126 ARM/ATMEL AT91 Clock Support
1127 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1128 S:      Maintained
1129 F:      drivers/clk/at91
1130
1131 ARM/CALXEDA HIGHBANK ARCHITECTURE
1132 M:      Rob Herring <robh@kernel.org>
1133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 S:      Maintained
1135 F:      arch/arm/mach-highbank/
1136 F:      arch/arm/boot/dts/highbank.dts
1137 F:      arch/arm/boot/dts/ecx-*.dts*
1138
1139 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1140 M:      Krzysztof Halasa <khalasa@piap.pl>
1141 S:      Maintained
1142 F:      arch/arm/mach-cns3xxx/
1143
1144 ARM/CAVIUM THUNDER NETWORK DRIVER
1145 M:      Sunil Goutham <sgoutham@cavium.com>
1146 M:      Robert Richter <rric@kernel.org>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Supported
1149 F:      drivers/net/ethernet/cavium/thunder/
1150
1151 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1152 M:      Alexander Shiyan <shc_work@mail.ru>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Odd Fixes
1155 N:      clps711x
1156
1157 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1158 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1159 M:      Ryan Mallon <rmallon@gmail.com>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162 F:      arch/arm/mach-ep93xx/
1163 F:      arch/arm/mach-ep93xx/include/mach/
1164
1165 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1166 M:      Lennert Buytenhek <kernel@wantstofly.org>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169
1170 ARM/CLKDEV SUPPORT
1171 M:      Russell King <linux@armlinux.org.uk>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1175 F:      arch/arm/include/asm/clkdev.h
1176 F:      drivers/clk/clkdev.c
1177
1178 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1179 M:      Mike Rapoport <mike@compulab.co.il>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182
1183 ARM/CONTEC MICRO9 MACHINE SUPPORT
1184 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1185 S:      Maintained
1186 F:      arch/arm/mach-ep93xx/micro9.c
1187
1188 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1189 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192 F:      drivers/hwtracing/coresight/*
1193 F:      Documentation/trace/coresight.txt
1194 F:      Documentation/devicetree/bindings/arm/coresight.txt
1195 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1196 F:      tools/perf/arch/arm/util/pmu.c
1197 F:      tools/perf/arch/arm/util/auxtrace.c
1198 F:      tools/perf/arch/arm/util/cs-etm.c
1199 F:      tools/perf/arch/arm/util/cs-etm.h
1200 F:      tools/perf/util/cs-etm.h
1201
1202 ARM/CORGI MACHINE SUPPORT
1203 M:      Richard Purdie <rpurdie@rpsys.net>
1204 S:      Maintained
1205
1206 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1207 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 T:      git git://github.com/ulli-kroll/linux.git
1210 S:      Maintained
1211 F:      arch/arm/mach-gemini/
1212 F:      drivers/rtc/rtc-gemini.c
1213
1214 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1215 M:      Barry Song <baohua@kernel.org>
1216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1218 S:      Maintained
1219 F:      arch/arm/boot/dts/prima2*
1220 F:      arch/arm/mach-prima2/
1221 F:      drivers/clk/sirf/
1222 F:      drivers/clocksource/timer-prima2.c
1223 F:      drivers/clocksource/timer-atlas7.c
1224 N:      [^a-z]sirf
1225
1226 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1227 M:      Baruch Siach <baruch@tkos.co.il>
1228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1229 S:      Maintained
1230 F:      arch/arm/boot/dts/cx92755*
1231 N:      digicolor
1232
1233 ARM/EBSA110 MACHINE SUPPORT
1234 M:      Russell King <linux@armlinux.org.uk>
1235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 W:      http://www.armlinux.org.uk/
1237 S:      Maintained
1238 F:      arch/arm/mach-ebsa110/
1239 F:      drivers/net/ethernet/amd/am79c961a.*
1240
1241 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1242 M:      Uwe Kleine-König <kernel@pengutronix.de>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 S:      Maintained
1245 N:      efm32
1246
1247 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1248 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1250 S:      Maintained
1251 F:      arch/arm/mach-pxa/ezx.c
1252
1253 ARM/FARADAY FA526 PORT
1254 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257 T:      git git://git.berlios.de/gemini-board
1258 F:      arch/arm/mm/*-fa*
1259
1260 ARM/FOOTBRIDGE ARCHITECTURE
1261 M:      Russell King <linux@armlinux.org.uk>
1262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 W:      http://www.armlinux.org.uk/
1264 S:      Maintained
1265 F:      arch/arm/include/asm/hardware/dec21285.h
1266 F:      arch/arm/mach-footbridge/
1267
1268 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1269 M:      Shawn Guo <shawnguo@kernel.org>
1270 M:      Sascha Hauer <kernel@pengutronix.de>
1271 R:      Fabio Estevam <fabio.estevam@nxp.com>
1272 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1273 S:      Maintained
1274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1275 F:      arch/arm/mach-imx/
1276 F:      arch/arm/mach-mxs/
1277 F:      arch/arm/boot/dts/imx*
1278 F:      arch/arm/configs/imx*_defconfig
1279 F:      drivers/clk/imx/
1280 F:      include/soc/imx/
1281
1282 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1283 M:      Shawn Guo <shawnguo@kernel.org>
1284 M:      Sascha Hauer <kernel@pengutronix.de>
1285 R:      Stefan Agner <stefan@agner.ch>
1286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1289 F:      arch/arm/mach-imx/*vf610*
1290 F:      arch/arm/boot/dts/vf*
1291
1292 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1293 M:      Lennert Buytenhek <kernel@wantstofly.org>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S:      Maintained
1296
1297 ARM/GUMSTIX MACHINE SUPPORT
1298 M:      Steve Sakoman <sakoman@gmail.com>
1299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 S:      Maintained
1301
1302 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1303 M:      Philipp Zabel <philipp.zabel@gmail.com>
1304 M:      Paul Parsons <lost.distance@yahoo.com>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 S:      Maintained
1307 F:      arch/arm/mach-pxa/hx4700.c
1308 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1309 F:      sound/soc/pxa/hx4700.c
1310
1311 ARM/HISILICON SOC SUPPORT
1312 M:      Wei Xu <xuwei5@hisilicon.com>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 W:      http://www.hisilicon.com
1315 S:      Supported
1316 T:      git git://github.com/hisilicon/linux-hisi.git
1317 F:      arch/arm/mach-hisi/
1318 F:      arch/arm/boot/dts/hi3*
1319 F:      arch/arm/boot/dts/hip*
1320 F:      arch/arm/boot/dts/hisi*
1321 F:      arch/arm64/boot/dts/hisilicon/
1322
1323 ARM/HP JORNADA 7XX MACHINE SUPPORT
1324 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1325 W:      www.jlime.com
1326 S:      Maintained
1327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1328 F:      arch/arm/mach-sa1100/jornada720.c
1329 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1330
1331 ARM/IGEP MACHINE SUPPORT
1332 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1333 M:      Javier Martinez Canillas <javier@dowhile0.org>
1334 L:      linux-omap@vger.kernel.org
1335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S:      Maintained
1337 F:      arch/arm/boot/dts/omap3-igep*
1338
1339 ARM/INCOME PXA270 SUPPORT
1340 M:      Marek Vasut <marek.vasut@gmail.com>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S:      Maintained
1343 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1344
1345 ARM/INTEL IOP32X ARM ARCHITECTURE
1346 M:      Lennert Buytenhek <kernel@wantstofly.org>
1347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 S:      Maintained
1349
1350 ARM/INTEL IOP33X ARM ARCHITECTURE
1351 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 S:      Orphan
1353
1354 ARM/INTEL IOP13XX ARM ARCHITECTURE
1355 M:      Lennert Buytenhek <kernel@wantstofly.org>
1356 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 S:      Maintained
1358
1359 ARM/INTEL IQ81342EX MACHINE SUPPORT
1360 M:      Lennert Buytenhek <kernel@wantstofly.org>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 S:      Maintained
1363
1364 ARM/INTEL IXDP2850 MACHINE SUPPORT
1365 M:      Lennert Buytenhek <kernel@wantstofly.org>
1366 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1367 S:      Maintained
1368
1369 ARM/INTEL IXP4XX ARM ARCHITECTURE
1370 M:      Imre Kaloz <kaloz@openwrt.org>
1371 M:      Krzysztof Halasa <khalasa@piap.pl>
1372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 S:      Maintained
1374 F:      arch/arm/mach-ixp4xx/
1375
1376 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1377 M:      Jonathan Cameron <jic23@cam.ac.uk>
1378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 S:      Maintained
1380 F:      arch/arm/mach-pxa/stargate2.c
1381 F:      drivers/pcmcia/pxa2xx_stargate2.c
1382
1383 ARM/INTEL XSC3 (MANZANO) ARM CORE
1384 M:      Lennert Buytenhek <kernel@wantstofly.org>
1385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 S:      Maintained
1387
1388 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1389 M:      Lennert Buytenhek <kernel@wantstofly.org>
1390 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1391 S:      Maintained
1392
1393 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1394 M:      Santosh Shilimkar <ssantosh@kernel.org>
1395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1396 S:      Maintained
1397 F:      arch/arm/mach-keystone/
1398 F:      arch/arm/boot/dts/keystone-*
1399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1400
1401 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1402 M:      Santosh Shilimkar <ssantosh@kernel.org>
1403 L:      linux-kernel@vger.kernel.org
1404 S:      Maintained
1405 F:      drivers/clk/keystone/
1406
1407 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1408 M:      Santosh Shilimkar <ssantosh@kernel.org>
1409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1410 L:      linux-kernel@vger.kernel.org
1411 S:      Maintained
1412 F:      drivers/clocksource/timer-keystone.c
1413
1414 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1415 M:      Santosh Shilimkar <ssantosh@kernel.org>
1416 L:      linux-kernel@vger.kernel.org
1417 S:      Maintained
1418 F:      drivers/power/reset/keystone-reset.c
1419
1420 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1421 M:      Santosh Shilimkar <ssantosh@kernel.org>
1422 L:      linux-kernel@vger.kernel.org
1423 S:      Maintained
1424 F:      drivers/memory/*emif*
1425
1426 ARM/LG1K ARCHITECTURE
1427 M:      Chanho Min <chanho.min@lge.com>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 S:      Maintained
1430 F:      arch/arm64/boot/dts/lg/
1431
1432 ARM/LOGICPD PXA270 MACHINE SUPPORT
1433 M:      Lennert Buytenhek <kernel@wantstofly.org>
1434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 S:      Maintained
1436
1437 ARM/LPC18XX ARCHITECTURE
1438 M:      Joachim Eastwood <manabian@gmail.com>
1439 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1440 S:      Maintained
1441 F:      arch/arm/boot/dts/lpc43*
1442 F:      drivers/clk/nxp/clk-lpc18xx*
1443 F:      drivers/clocksource/time-lpc32xx.c
1444 F:      drivers/i2c/busses/i2c-lpc2k.c
1445 F:      drivers/memory/pl172.c
1446 F:      drivers/mtd/spi-nor/nxp-spifi.c
1447 F:      drivers/rtc/rtc-lpc24xx.c
1448 N:      lpc18xx
1449
1450 ARM/LPC32XX SOC SUPPORT
1451 M:      Vladimir Zapolskiy <vz@mleia.com>
1452 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1455 S:      Maintained
1456 F:      arch/arm/boot/dts/lpc32*
1457 F:      arch/arm/mach-lpc32xx/
1458 F:      drivers/i2c/busses/i2c-pnx.c
1459 F:      drivers/net/ethernet/nxp/lpc_eth.c
1460 F:      drivers/usb/host/ohci-nxp.c
1461 F:      drivers/watchdog/pnx4008_wdt.c
1462 N:      lpc32xx
1463
1464 ARM/MAGICIAN MACHINE SUPPORT
1465 M:      Philipp Zabel <philipp.zabel@gmail.com>
1466 S:      Maintained
1467
1468 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1469 M:      Jason Cooper <jason@lakedaemon.net>
1470 M:      Andrew Lunn <andrew@lunn.ch>
1471 M:      Gregory Clement <gregory.clement@free-electrons.com>
1472 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1473 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1474 S:      Maintained
1475 F:      arch/arm/mach-mvebu/
1476 F:      drivers/rtc/rtc-armada38x.c
1477 F:      arch/arm/boot/dts/armada*
1478 F:      arch/arm/boot/dts/kirkwood*
1479 F:      arch/arm64/boot/dts/marvell/armada*
1480 F:      drivers/cpufreq/mvebu-cpufreq.c
1481 F:      arch/arm/configs/mvebu_*_defconfig
1482
1483 ARM/Marvell Berlin SoC support
1484 M:      Jisheng Zhang <jszhang@marvell.com>
1485 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 S:      Maintained
1488 F:      arch/arm/mach-berlin/
1489 F:      arch/arm/boot/dts/berlin*
1490 F:      arch/arm64/boot/dts/marvell/berlin*
1491
1492
1493 ARM/Marvell Dove/MV78xx0/Orion SOC support
1494 M:      Jason Cooper <jason@lakedaemon.net>
1495 M:      Andrew Lunn <andrew@lunn.ch>
1496 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1497 M:      Gregory Clement <gregory.clement@free-electrons.com>
1498 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      Documentation/devicetree/bindings/soc/dove/
1501 F:      arch/arm/mach-dove/
1502 F:      arch/arm/mach-mv78xx0/
1503 F:      arch/arm/mach-orion5x/
1504 F:      arch/arm/plat-orion/
1505 F:      arch/arm/boot/dts/dove*
1506 F:      arch/arm/boot/dts/orion5x*
1507
1508
1509 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1510 M:      Alexander Clouter <alex@digriz.org.uk>
1511 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1512 W:      http://www.digriz.org.uk/ts78xx/kernel
1513 S:      Maintained
1514 F:      arch/arm/mach-orion5x/ts78xx-*
1515
1516 ARM/OXNAS platform support
1517 M:      Neil Armstrong <narmstrong@baylibre.com>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1520 S:      Maintained
1521 F:      arch/arm/mach-oxnas/
1522 F:      arch/arm/boot/dts/ox8*.dtsi
1523 F:      arch/arm/boot/dts/wd-mbwe.dts
1524 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1525 N:      oxnas
1526
1527 ARM/Mediatek RTC DRIVER
1528 M:      Eddie Huang <eddie.huang@mediatek.com>
1529 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1530 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1531 S:      Maintained
1532 F:      drivers/rtc/rtc-mt6397.c
1533
1534 ARM/Mediatek SoC support
1535 M:      Matthias Brugger <matthias.bgg@gmail.com>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1538 S:      Maintained
1539 F:      arch/arm/boot/dts/mt6*
1540 F:      arch/arm/boot/dts/mt7*
1541 F:      arch/arm/boot/dts/mt8*
1542 F:      arch/arm/mach-mediatek/
1543 F:      arch/arm64/boot/dts/mediatek/
1544 N:      mtk
1545 K:      mediatek
1546
1547 ARM/Mediatek USB3 PHY DRIVER
1548 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1551 S:      Maintained
1552 F:      drivers/phy/phy-mt65xx-usb3.c
1553
1554 ARM/MICREL KS8695 ARCHITECTURE
1555 M:      Greg Ungerer <gerg@uclinux.org>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 F:      arch/arm/mach-ks8695/
1558 S:      Odd Fixes
1559
1560 ARM/MIOA701 MACHINE SUPPORT
1561 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 F:      arch/arm/mach-pxa/mioa701.c
1564 S:      Maintained
1565
1566 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1567 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1568 S:      Maintained
1569
1570 ARM/NOMADIK ARCHITECTURE
1571 M:      Alessandro Rubini <rubini@unipv.it>
1572 M:      Linus Walleij <linus.walleij@linaro.org>
1573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 S:      Maintained
1575 F:      arch/arm/mach-nomadik/
1576 F:      drivers/pinctrl/nomadik/
1577 F:      drivers/i2c/busses/i2c-nomadik.c
1578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1579
1580 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1581 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1582 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1583 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1584 S:      Supported
1585
1586 ARM/TOSA MACHINE SUPPORT
1587 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1588 M:      Dirk Opfer <dirk@opfer-online.de>
1589 S:      Maintained
1590
1591 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1592 M:      Marek Vasut <marek.vasut@gmail.com>
1593 L:      linux-arm-kernel@lists.infradead.org
1594 W:      http://hackndev.com
1595 S:      Maintained
1596 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1597 F:      arch/arm/mach-pxa/palmtx.c
1598 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1599 F:      arch/arm/mach-pxa/palmt5.c
1600 F:      arch/arm/mach-pxa/include/mach/palmld.h
1601 F:      arch/arm/mach-pxa/palmld.c
1602 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1603 F:      arch/arm/mach-pxa/palmte2.c
1604 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1605 F:      arch/arm/mach-pxa/palmtc.c
1606
1607 ARM/PALM TREO SUPPORT
1608 M:      Tomas Cech <sleep_walker@suse.com>
1609 L:      linux-arm-kernel@lists.infradead.org
1610 W:      http://hackndev.com
1611 S:      Maintained
1612 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1613 F:      arch/arm/mach-pxa/palmtreo.c
1614
1615 ARM/PALMZ72 SUPPORT
1616 M:      Sergey Lapin <slapin@ossfans.org>
1617 L:      linux-arm-kernel@lists.infradead.org
1618 W:      http://hackndev.com
1619 S:      Maintained
1620 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1621 F:      arch/arm/mach-pxa/palmz72.c
1622
1623 ARM/PLEB SUPPORT
1624 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1625 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1626 S:      Maintained
1627
1628 ARM/PT DIGITAL BOARD PORT
1629 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1631 W:      http://www.armlinux.org.uk/
1632 S:      Maintained
1633
1634 ARM/QUALCOMM SUPPORT
1635 M:      Andy Gross <andy.gross@linaro.org>
1636 M:      David Brown <david.brown@linaro.org>
1637 L:      linux-arm-msm@vger.kernel.org
1638 L:      linux-soc@vger.kernel.org
1639 S:      Maintained
1640 F:      Documentation/devicetree/bindings/soc/qcom/
1641 F:      arch/arm/boot/dts/qcom-*.dts
1642 F:      arch/arm/boot/dts/qcom-*.dtsi
1643 F:      arch/arm/mach-qcom/
1644 F:      arch/arm64/boot/dts/qcom/*
1645 F:      drivers/i2c/busses/i2c-qup.c
1646 F:      drivers/clk/qcom/
1647 F:      drivers/pinctrl/qcom/
1648 F:      drivers/dma/qcom/
1649 F:      drivers/soc/qcom/
1650 F:      drivers/spi/spi-qup.c
1651 F:      drivers/tty/serial/msm_serial.h
1652 F:      drivers/tty/serial/msm_serial.c
1653 F:      drivers/*/pm8???-*
1654 F:      drivers/mfd/ssbi.c
1655 F:      drivers/firmware/qcom_scm.c
1656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1657
1658 ARM/RADISYS ENP2611 MACHINE SUPPORT
1659 M:      Lennert Buytenhek <kernel@wantstofly.org>
1660 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1661 S:      Maintained
1662
1663 ARM/RENESAS ARM64 ARCHITECTURE
1664 M:      Simon Horman <horms@verge.net.au>
1665 M:      Magnus Damm <magnus.damm@gmail.com>
1666 L:      linux-renesas-soc@vger.kernel.org
1667 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1669 S:      Supported
1670 F:      arch/arm64/boot/dts/renesas/
1671 F:      drivers/soc/renesas/
1672 F:      include/linux/soc/renesas/
1673
1674 ARM/RISCPC ARCHITECTURE
1675 M:      Russell King <linux@armlinux.org.uk>
1676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1677 W:      http://www.armlinux.org.uk/
1678 S:      Maintained
1679 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1680 F:      arch/arm/include/asm/hardware/ioc.h
1681 F:      arch/arm/include/asm/hardware/iomd.h
1682 F:      arch/arm/include/asm/hardware/memc.h
1683 F:      arch/arm/mach-rpc/
1684 F:      drivers/net/ethernet/8390/etherh.c
1685 F:      drivers/net/ethernet/i825xx/ether1*
1686 F:      drivers/net/ethernet/seeq/ether3*
1687 F:      drivers/scsi/arm/
1688
1689 ARM/Rockchip SoC support
1690 M:      Heiko Stuebner <heiko@sntech.de>
1691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 L:      linux-rockchip@lists.infradead.org
1693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1694 S:      Maintained
1695 F:      arch/arm/boot/dts/rk3*
1696 F:      arch/arm/mach-rockchip/
1697 F:      drivers/clk/rockchip/
1698 F:      drivers/i2c/busses/i2c-rk3x.c
1699 F:      drivers/*/*rockchip*
1700 F:      drivers/*/*/*rockchip*
1701 F:      sound/soc/rockchip/
1702 N:      rockchip
1703
1704 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1705 M:      Kukjin Kim <kgene@kernel.org>
1706 M:      Krzysztof Kozlowski <krzk@kernel.org>
1707 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1708 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1709 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1710 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1711 S:      Maintained
1712 F:      arch/arm/boot/dts/s3c*
1713 F:      arch/arm/boot/dts/s5p*
1714 F:      arch/arm/boot/dts/samsung*
1715 F:      arch/arm/boot/dts/exynos*
1716 F:      arch/arm64/boot/dts/exynos/
1717 F:      arch/arm/plat-samsung/
1718 F:      arch/arm/mach-s3c24*/
1719 F:      arch/arm/mach-s3c64xx/
1720 F:      arch/arm/mach-s5p*/
1721 F:      arch/arm/mach-exynos*/
1722 F:      drivers/*/*s3c24*
1723 F:      drivers/*/*/*s3c24*
1724 F:      drivers/*/*s3c64xx*
1725 F:      drivers/*/*s5pv210*
1726 F:      drivers/memory/samsung/*
1727 F:      drivers/soc/samsung/*
1728 F:      Documentation/arm/Samsung/
1729 F:      Documentation/devicetree/bindings/arm/samsung/
1730 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1731 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1732 N:      exynos
1733
1734 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1735 M:      Kyungmin Park <kyungmin.park@samsung.com>
1736 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1737 S:      Maintained
1738 F:      arch/arm/mach-s5pv210/
1739
1740 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1741 M:      Kyungmin Park <kyungmin.park@samsung.com>
1742 M:      Kamil Debski <kamil@wypas.org>
1743 M:      Andrzej Hajda <a.hajda@samsung.com>
1744 L:      linux-arm-kernel@lists.infradead.org
1745 L:      linux-media@vger.kernel.org
1746 S:      Maintained
1747 F:      drivers/media/platform/s5p-g2d/
1748
1749 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1750 M:      Kyungmin Park <kyungmin.park@samsung.com>
1751 M:      Kamil Debski <kamil@wypas.org>
1752 M:      Jeongtae Park <jtp.park@samsung.com>
1753 M:      Andrzej Hajda <a.hajda@samsung.com>
1754 L:      linux-arm-kernel@lists.infradead.org
1755 L:      linux-media@vger.kernel.org
1756 S:      Maintained
1757 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1758 F:      drivers/media/platform/s5p-mfc/
1759
1760 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1761 M:      Kyungmin Park <kyungmin.park@samsung.com>
1762 L:      linux-arm-kernel@lists.infradead.org
1763 L:      linux-media@vger.kernel.org
1764 S:      Maintained
1765 F:      drivers/staging/media/platform/s5p-cec/
1766
1767 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1768 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1769 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1770 L:      linux-arm-kernel@lists.infradead.org
1771 L:      linux-media@vger.kernel.org
1772 S:      Maintained
1773 F:      drivers/media/platform/s5p-jpeg/
1774
1775 ARM/SHMOBILE ARM ARCHITECTURE
1776 M:      Simon Horman <horms@verge.net.au>
1777 M:      Magnus Damm <magnus.damm@gmail.com>
1778 L:      linux-renesas-soc@vger.kernel.org
1779 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1781 S:      Supported
1782 F:      arch/arm/boot/dts/emev2*
1783 F:      arch/arm/boot/dts/r7s*
1784 F:      arch/arm/boot/dts/r8a*
1785 F:      arch/arm/boot/dts/sh*
1786 F:      arch/arm/configs/shmobile_defconfig
1787 F:      arch/arm/include/debug/renesas-scif.S
1788 F:      arch/arm/mach-shmobile/
1789 F:      drivers/soc/renesas/
1790 F:      include/linux/soc/renesas/
1791
1792 ARM/SOCFPGA ARCHITECTURE
1793 M:      Dinh Nguyen <dinguyen@kernel.org>
1794 S:      Maintained
1795 F:      arch/arm/mach-socfpga/
1796 F:      arch/arm/boot/dts/socfpga*
1797 F:      arch/arm/configs/socfpga_defconfig
1798 F:      arch/arm64/boot/dts/altera/
1799 W:      http://www.rocketboards.org
1800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1801
1802 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1803 M:      Dinh Nguyen <dinguyen@kernel.org>
1804 S:      Maintained
1805 F:      drivers/clk/socfpga/
1806
1807 ARM/SOCFPGA EDAC SUPPORT
1808 M:      Thor Thayer <thor.thayer@linux.intel.com>
1809 S:      Maintained
1810 F:      drivers/edac/altera_edac.
1811
1812 ARM/STI ARCHITECTURE
1813 M:      Patrice Chotard <patrice.chotard@st.com>
1814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 L:      kernel@stlinux.com
1816 W:      http://www.stlinux.com
1817 S:      Maintained
1818 F:      arch/arm/mach-sti/
1819 F:      arch/arm/boot/dts/sti*
1820 F:      drivers/char/hw_random/st-rng.c
1821 F:      drivers/clocksource/arm_global_timer.c
1822 F:      drivers/clocksource/clksrc_st_lpc.c
1823 F:      drivers/cpufreq/sti-cpufreq.c
1824 F:      drivers/dma/st_fdma*
1825 F:      drivers/i2c/busses/i2c-st.c
1826 F:      drivers/media/rc/st_rc.c
1827 F:      drivers/media/platform/sti/c8sectpfe/
1828 F:      drivers/mmc/host/sdhci-st.c
1829 F:      drivers/phy/phy-miphy28lp.c
1830 F:      drivers/phy/phy-stih407-usb.c
1831 F:      drivers/pinctrl/pinctrl-st.c
1832 F:      drivers/remoteproc/st_remoteproc.c
1833 F:      drivers/remoteproc/st_slim_rproc.c
1834 F:      drivers/reset/sti/
1835 F:      drivers/rtc/rtc-st-lpc.c
1836 F:      drivers/tty/serial/st-asc.c
1837 F:      drivers/usb/dwc3/dwc3-st.c
1838 F:      drivers/usb/host/ehci-st.c
1839 F:      drivers/usb/host/ohci-st.c
1840 F:      drivers/watchdog/st_lpc_wdt.c
1841 F:      drivers/ata/ahci_st.c
1842 F:      include/linux/remoteproc/st_slim_rproc.h
1843
1844 ARM/STM32 ARCHITECTURE
1845 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1846 M:      Alexandre Torgue <alexandre.torgue@st.com>
1847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1848 S:      Maintained
1849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1850 N:      stm32
1851 F:      drivers/clocksource/armv7m_systick.c
1852
1853 ARM/TANGO ARCHITECTURE
1854 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1855 L:      linux-arm-kernel@lists.infradead.org
1856 S:      Maintained
1857 N:      tango
1858
1859 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1860 M:      Lennert Buytenhek <kernel@wantstofly.org>
1861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1862 S:      Maintained
1863
1864 ARM/TETON BGA MACHINE SUPPORT
1865 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1867 S:      Maintained
1868
1869 ARM/THECUS N2100 MACHINE SUPPORT
1870 M:      Lennert Buytenhek <kernel@wantstofly.org>
1871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 S:      Maintained
1873
1874 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1875 M:      Wan ZongShun <mcuos.com@gmail.com>
1876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1877 W:      http://www.mcuos.com
1878 S:      Maintained
1879 F:      arch/arm/mach-w90x900/
1880 F:      drivers/input/keyboard/w90p910_keypad.c
1881 F:      drivers/input/touchscreen/w90p910_ts.c
1882 F:      drivers/watchdog/nuc900_wdt.c
1883 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1884 F:      drivers/mtd/nand/nuc900_nand.c
1885 F:      drivers/rtc/rtc-nuc900.c
1886 F:      drivers/spi/spi-nuc900.c
1887 F:      drivers/usb/host/ehci-w90x900.c
1888 F:      drivers/video/fbdev/nuc900fb.c
1889
1890 ARM/U300 MACHINE SUPPORT
1891 M:      Linus Walleij <linus.walleij@linaro.org>
1892 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1893 S:      Supported
1894 F:      arch/arm/mach-u300/
1895 F:      drivers/clocksource/timer-u300.c
1896 F:      drivers/i2c/busses/i2c-stu300.c
1897 F:      drivers/rtc/rtc-coh901331.c
1898 F:      drivers/watchdog/coh901327_wdt.c
1899 F:      drivers/dma/coh901318*
1900 F:      drivers/mfd/ab3100*
1901 F:      drivers/rtc/rtc-ab3100.c
1902 F:      drivers/rtc/rtc-coh901331.c
1903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1904
1905 ARM/UNIPHIER ARCHITECTURE
1906 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1909 S:      Maintained
1910 F:      arch/arm/boot/dts/uniphier*
1911 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1912 F:      arch/arm/mach-uniphier/
1913 F:      arch/arm/mm/cache-uniphier.c
1914 F:      arch/arm64/boot/dts/socionext/
1915 F:      drivers/bus/uniphier-system-bus.c
1916 F:      drivers/clk/uniphier/
1917 F:      drivers/i2c/busses/i2c-uniphier*
1918 F:      drivers/pinctrl/uniphier/
1919 F:      drivers/reset/reset-uniphier.c
1920 F:      drivers/tty/serial/8250/8250_uniphier.c
1921 N:      uniphier
1922
1923 ARM/Ux500 ARM ARCHITECTURE
1924 M:      Linus Walleij <linus.walleij@linaro.org>
1925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 S:      Maintained
1927 F:      arch/arm/mach-ux500/
1928 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1929 F:      drivers/dma/ste_dma40*
1930 F:      drivers/hwspinlock/u8500_hsem.c
1931 F:      drivers/mfd/abx500*
1932 F:      drivers/mfd/ab8500*
1933 F:      drivers/mfd/dbx500*
1934 F:      drivers/mfd/db8500*
1935 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1936 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1937 F:      drivers/rtc/rtc-ab8500.c
1938 F:      drivers/rtc/rtc-pl031.c
1939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1940
1941 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1942 M:      Ulf Hansson <ulf.hansson@linaro.org>
1943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1944 T:      git git://git.linaro.org/people/ulfh/clk.git
1945 S:      Maintained
1946 F:      drivers/clk/ux500/
1947
1948 ARM/VERSATILE EXPRESS PLATFORM
1949 M:      Liviu Dudau <liviu.dudau@arm.com>
1950 M:      Sudeep Holla <sudeep.holla@arm.com>
1951 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1953 S:      Maintained
1954 F:      arch/arm/boot/dts/vexpress*
1955 F:      arch/arm64/boot/dts/arm/
1956 F:      arch/arm/mach-vexpress/
1957 F:      */*/vexpress*
1958 F:      */*/*/vexpress*
1959 F:      drivers/clk/versatile/clk-vexpress-osc.c
1960 F:      drivers/clocksource/versatile.c
1961 N:      mps2
1962
1963 ARM/VFP SUPPORT
1964 M:      Russell King <linux@armlinux.org.uk>
1965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1966 W:      http://www.armlinux.org.uk/
1967 S:      Maintained
1968 F:      arch/arm/vfp/
1969
1970 ARM/VOIPAC PXA270 SUPPORT
1971 M:      Marek Vasut <marek.vasut@gmail.com>
1972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1973 S:      Maintained
1974 F:      arch/arm/mach-pxa/vpac270.c
1975 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1976
1977 ARM/VT8500 ARM ARCHITECTURE
1978 M:      Tony Prisk <linux@prisktech.co.nz>
1979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1980 S:      Maintained
1981 F:      arch/arm/mach-vt8500/
1982 F:      drivers/clocksource/vt8500_timer.c
1983 F:      drivers/i2c/busses/i2c-wmt.c
1984 F:      drivers/mmc/host/wmt-sdmmc.c
1985 F:      drivers/pwm/pwm-vt8500.c
1986 F:      drivers/rtc/rtc-vt8500.c
1987 F:      drivers/tty/serial/vt8500_serial.c
1988 F:      drivers/usb/host/ehci-platform.c
1989 F:      drivers/usb/host/uhci-platform.c
1990 F:      drivers/video/fbdev/vt8500lcdfb.*
1991 F:      drivers/video/fbdev/wm8505fb*
1992 F:      drivers/video/fbdev/wmt_ge_rops.*
1993
1994 ARM/ZIPIT Z2 SUPPORT
1995 M:      Marek Vasut <marek.vasut@gmail.com>
1996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1997 S:      Maintained
1998 F:      arch/arm/mach-pxa/z2.c
1999 F:      arch/arm/mach-pxa/include/mach/z2.h
2000
2001 ARM/ZTE ARCHITECTURE
2002 M:      Jun Nie <jun.nie@linaro.org>
2003 M:      Baoyou Xie <baoyou.xie@linaro.org>
2004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2005 S:      Maintained
2006 F:      arch/arm/mach-zx/
2007 F:      drivers/clk/zte/
2008 F:      drivers/reset/reset-zx2967.c
2009 F:      drivers/soc/zte/
2010 F:      Documentation/devicetree/bindings/arm/zte.txt
2011 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
2012 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2013 F:      Documentation/devicetree/bindings/soc/zte/
2014 F:      include/dt-bindings/soc/zx*.h
2015
2016 ARM/ZYNQ ARCHITECTURE
2017 M:      Michal Simek <michal.simek@xilinx.com>
2018 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
2019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2020 W:      http://wiki.xilinx.com
2021 T:      git https://github.com/Xilinx/linux-xlnx.git
2022 S:      Supported
2023 F:      arch/arm/mach-zynq/
2024 F:      drivers/cpuidle/cpuidle-zynq.c
2025 F:      drivers/block/xsysace.c
2026 N:      zynq
2027 N:      xilinx
2028 F:      drivers/clocksource/cadence_ttc_timer.c
2029 F:      drivers/i2c/busses/i2c-cadence.c
2030 F:      drivers/mmc/host/sdhci-of-arasan.c
2031 F:      drivers/edac/synopsys_edac.c
2032
2033 ARM SMMU DRIVERS
2034 M:      Will Deacon <will.deacon@arm.com>
2035 R:      Robin Murphy <robin.murphy@arm.com>
2036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2037 S:      Maintained
2038 F:      drivers/iommu/arm-smmu.c
2039 F:      drivers/iommu/arm-smmu-v3.c
2040 F:      drivers/iommu/io-pgtable-arm.c
2041 F:      drivers/iommu/io-pgtable-arm-v7s.c
2042
2043 ARM64 PORT (AARCH64 ARCHITECTURE)
2044 M:      Catalin Marinas <catalin.marinas@arm.com>
2045 M:      Will Deacon <will.deacon@arm.com>
2046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2048 S:      Maintained
2049 F:      arch/arm64/
2050 F:      Documentation/arm64/
2051
2052 AS3645A LED FLASH CONTROLLER DRIVER
2053 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2054 L:      linux-media@vger.kernel.org
2055 T:      git git://linuxtv.org/media_tree.git
2056 S:      Maintained
2057 F:      drivers/media/i2c/as3645a.c
2058 F:      include/media/i2c/as3645a.h
2059
2060 ASAHI KASEI AK8974 DRIVER
2061 M:      Linus Walleij <linus.walleij@linaro.org>
2062 L:      linux-iio@vger.kernel.org
2063 W:      http://www.akm.com/
2064 S:      Supported
2065 F:      drivers/iio/magnetometer/ak8974.c
2066
2067 ASC7621 HARDWARE MONITOR DRIVER
2068 M:      George Joseph <george.joseph@fairview5.com>
2069 L:      linux-hwmon@vger.kernel.org
2070 S:      Maintained
2071 F:      Documentation/hwmon/asc7621
2072 F:      drivers/hwmon/asc7621.c
2073
2074 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2075 M:      Corentin Chary <corentin.chary@gmail.com>
2076 L:      acpi4asus-user@lists.sourceforge.net
2077 L:      platform-driver-x86@vger.kernel.org
2078 W:      http://acpi4asus.sf.net
2079 S:      Maintained
2080 F:      drivers/platform/x86/asus*.c
2081 F:      drivers/platform/x86/eeepc*.c
2082
2083 ASUS WIRELESS RADIO CONTROL DRIVER
2084 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2085 L:      platform-driver-x86@vger.kernel.org
2086 S:      Maintained
2087 F:      drivers/platform/x86/asus-wireless.c
2088
2089 ASYMMETRIC KEYS
2090 M:      David Howells <dhowells@redhat.com>
2091 L:      keyrings@vger.kernel.org
2092 S:      Maintained
2093 F:      Documentation/crypto/asymmetric-keys.txt
2094 F:      include/linux/verification.h
2095 F:      include/crypto/public_key.h
2096 F:      include/crypto/pkcs7.h
2097 F:      crypto/asymmetric_keys/
2098
2099 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2100 R:      Dan Williams <dan.j.williams@intel.com>
2101 W:      http://sourceforge.net/projects/xscaleiop
2102 S:      Odd fixes
2103 F:      Documentation/crypto/async-tx-api.txt
2104 F:      crypto/async_tx/
2105 F:      drivers/dma/
2106 F:      include/linux/dmaengine.h
2107 F:      include/linux/async_tx.h
2108
2109 AT24 EEPROM DRIVER
2110 M:      Wolfram Sang <wsa@the-dreams.de>
2111 L:      linux-i2c@vger.kernel.org
2112 S:      Maintained
2113 F:      drivers/misc/eeprom/at24.c
2114 F:      include/linux/platform_data/at24.h
2115
2116 ATA OVER ETHERNET (AOE) DRIVER
2117 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2118 W:      http://www.openaoe.org/
2119 S:      Supported
2120 F:      Documentation/aoe/
2121 F:      drivers/block/aoe/
2122
2123 ATHEROS 71XX/9XXX GPIO DRIVER
2124 M:      Alban Bedel <albeu@free.fr>
2125 W:      https://github.com/AlbanBedel/linux
2126 T:      git git://github.com/AlbanBedel/linux
2127 S:      Maintained
2128 F:      drivers/gpio/gpio-ath79.c
2129 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2130
2131 ATHEROS ATH GENERIC UTILITIES
2132 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2133 L:      linux-wireless@vger.kernel.org
2134 S:      Supported
2135 F:      drivers/net/wireless/ath/*
2136
2137 ATHEROS ATH5K WIRELESS DRIVER
2138 M:      Jiri Slaby <jirislaby@gmail.com>
2139 M:      Nick Kossifidis <mickflemm@gmail.com>
2140 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2141 L:      linux-wireless@vger.kernel.org
2142 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2143 S:      Maintained
2144 F:      drivers/net/wireless/ath/ath5k/
2145
2146 ATHEROS ATH6KL WIRELESS DRIVER
2147 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2148 L:      linux-wireless@vger.kernel.org
2149 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2151 S:      Supported
2152 F:      drivers/net/wireless/ath/ath6kl/
2153
2154 WILOCITY WIL6210 WIRELESS DRIVER
2155 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2156 L:      linux-wireless@vger.kernel.org
2157 L:      wil6210@qca.qualcomm.com
2158 S:      Supported
2159 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2160 F:      drivers/net/wireless/ath/wil6210/
2161 F:      include/uapi/linux/wil6210_uapi.h
2162
2163 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2164 M:      Christian Lamparter <chunkeey@googlemail.com>
2165 L:      linux-wireless@vger.kernel.org
2166 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2167 S:      Maintained
2168 F:      drivers/net/wireless/ath/carl9170/
2169
2170 ATK0110 HWMON DRIVER
2171 M:      Luca Tettamanti <kronos.it@gmail.com>
2172 L:      linux-hwmon@vger.kernel.org
2173 S:      Maintained
2174 F:      drivers/hwmon/asus_atk0110.c
2175
2176 ATI_REMOTE2 DRIVER
2177 M:      Ville Syrjala <syrjala@sci.fi>
2178 S:      Maintained
2179 F:      drivers/input/misc/ati_remote2.c
2180
2181 ATLX ETHERNET DRIVERS
2182 M:      Jay Cliburn <jcliburn@gmail.com>
2183 M:      Chris Snook <chris.snook@gmail.com>
2184 L:      netdev@vger.kernel.org
2185 W:      http://sourceforge.net/projects/atl1
2186 W:      http://atl1.sourceforge.net
2187 S:      Maintained
2188 F:      drivers/net/ethernet/atheros/
2189
2190 ATM
2191 M:      Chas Williams <3chas3@gmail.com>
2192 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2193 L:      netdev@vger.kernel.org
2194 W:      http://linux-atm.sourceforge.net
2195 S:      Maintained
2196 F:      drivers/atm/
2197 F:      include/linux/atm*
2198 F:      include/uapi/linux/atm*
2199
2200 ATMEL AT91 / AT32 MCI DRIVER
2201 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2202 S:      Maintained
2203 F:      drivers/mmc/host/atmel-mci.c
2204
2205 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2206 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2207 S:      Supported
2208 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2209
2210 ATMEL SAMA5D2 ADC DRIVER
2211 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2212 L:      linux-iio@vger.kernel.org
2213 S:      Supported
2214 F:      drivers/iio/adc/at91-sama5d2_adc.c
2215
2216 ATMEL Audio ALSA driver
2217 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2218 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2219 S:      Supported
2220 F:      sound/soc/atmel
2221
2222 ATMEL XDMA DRIVER
2223 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2224 L:      linux-arm-kernel@lists.infradead.org
2225 L:      dmaengine@vger.kernel.org
2226 S:      Supported
2227 F:      drivers/dma/at_xdmac.c
2228
2229 ATMEL I2C DRIVER
2230 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2231 L:      linux-i2c@vger.kernel.org
2232 S:      Supported
2233 F:      drivers/i2c/busses/i2c-at91.c
2234
2235 ATMEL ISI DRIVER
2236 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2237 L:      linux-media@vger.kernel.org
2238 S:      Supported
2239 F:      drivers/media/platform/atmel/atmel-isi.c
2240 F:      include/media/atmel-isi.h
2241
2242 ATMEL LCDFB DRIVER
2243 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2244 L:      linux-fbdev@vger.kernel.org
2245 S:      Maintained
2246 F:      drivers/video/fbdev/atmel_lcdfb.c
2247 F:      include/video/atmel_lcdc.h
2248
2249 ATMEL MACB ETHERNET DRIVER
2250 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2251 S:      Supported
2252 F:      drivers/net/ethernet/cadence/
2253
2254 ATMEL NAND DRIVER
2255 M:      Wenyou Yang <wenyou.yang@atmel.com>
2256 M:      Josh Wu <rainyfeeling@outlook.com>
2257 L:      linux-mtd@lists.infradead.org
2258 S:      Supported
2259 F:      drivers/mtd/nand/atmel_nand*
2260
2261 ATMEL SDMMC DRIVER
2262 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2263 L:      linux-mmc@vger.kernel.org
2264 S:      Supported
2265 F:      drivers/mmc/host/sdhci-of-at91.c
2266
2267 ATMEL SPI DRIVER
2268 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2269 S:      Supported
2270 F:      drivers/spi/spi-atmel.*
2271
2272 ATMEL SSC DRIVER
2273 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2275 S:      Supported
2276 F:      drivers/misc/atmel-ssc.c
2277 F:      include/linux/atmel-ssc.h
2278
2279 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2280 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2281 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2282 S:      Supported
2283 F:      drivers/misc/atmel_tclib.c
2284 F:      drivers/clocksource/tcb_clksrc.c
2285
2286 ATMEL USBA UDC DRIVER
2287 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2289 S:      Supported
2290 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2291
2292 ATMEL WIRELESS DRIVER
2293 M:      Simon Kelley <simon@thekelleys.org.uk>
2294 L:      linux-wireless@vger.kernel.org
2295 W:      http://www.thekelleys.org.uk/atmel
2296 W:      http://atmelwlandriver.sourceforge.net/
2297 S:      Maintained
2298 F:      drivers/net/wireless/atmel/atmel*
2299
2300 ATMEL MAXTOUCH DRIVER
2301 M:      Nick Dyer <nick@shmanahar.org>
2302 T:      git git://github.com/ndyer/linux.git
2303 S:      Maintained
2304 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2305 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2306 F:      include/linux/platform_data/atmel_mxt_ts.h
2307
2308 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2309 M:      Bradley Grove <linuxdrivers@attotech.com>
2310 L:      linux-scsi@vger.kernel.org
2311 W:      http://www.attotech.com
2312 S:      Supported
2313 F:      drivers/scsi/esas2r
2314
2315 ATUSB IEEE 802.15.4 RADIO DRIVER
2316 M:      Stefan Schmidt <stefan@osg.samsung.com>
2317 L:      linux-wpan@vger.kernel.org
2318 S:      Maintained
2319 F:      drivers/net/ieee802154/atusb.c
2320 F:      drivers/net/ieee802154/atusb.h
2321 F:      drivers/net/ieee802154/at86rf230.h
2322
2323 AUDIT SUBSYSTEM
2324 M:      Paul Moore <paul@paul-moore.com>
2325 M:      Eric Paris <eparis@redhat.com>
2326 L:      linux-audit@redhat.com (moderated for non-subscribers)
2327 W:      http://people.redhat.com/sgrubb/audit/
2328 T:      git git://git.infradead.org/users/pcmoore/audit
2329 S:      Maintained
2330 F:      include/linux/audit.h
2331 F:      include/uapi/linux/audit.h
2332 F:      kernel/audit*
2333
2334 AUXILIARY DISPLAY DRIVERS
2335 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2336 W:      http://miguelojeda.es/auxdisplay.htm
2337 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2338 S:      Maintained
2339 F:      drivers/auxdisplay/
2340 F:      include/linux/cfag12864b.h
2341
2342 AX.25 NETWORK LAYER
2343 M:      Ralf Baechle <ralf@linux-mips.org>
2344 L:      linux-hams@vger.kernel.org
2345 W:      http://www.linux-ax25.org/
2346 S:      Maintained
2347 F:      include/uapi/linux/ax25.h
2348 F:      include/net/ax25.h
2349 F:      net/ax25/
2350
2351 AXENTIA ASOC DRIVERS
2352 M:      Peter Rosin <peda@axentia.se>
2353 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2354 S:      Maintained
2355 F:      Documentation/devicetree/bindings/sound/axentia,*
2356 F:      sound/soc/atmel/tse850-pcm5142.c
2357
2358 AXENTIA ARM DEVICES
2359 M:      Peter Rosin <peda@axentia.se>
2360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2361 S:      Maintained
2362 F:      Documentation/devicetree/bindings/arm/axentia.txt
2363 F:      arch/arm/boot/dts/at91-linea.dtsi
2364 F:      arch/arm/boot/dts/at91-tse850-3.dts
2365
2366 AZ6007 DVB DRIVER
2367 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2368 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2369 L:      linux-media@vger.kernel.org
2370 W:      https://linuxtv.org
2371 T:      git git://linuxtv.org/media_tree.git
2372 S:      Maintained
2373 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2374
2375 AZTECH FM RADIO RECEIVER DRIVER
2376 M:      Hans Verkuil <hverkuil@xs4all.nl>
2377 L:      linux-media@vger.kernel.org
2378 T:      git git://linuxtv.org/media_tree.git
2379 W:      https://linuxtv.org
2380 S:      Maintained
2381 F:      drivers/media/radio/radio-aztech*
2382
2383 B43 WIRELESS DRIVER
2384 L:      linux-wireless@vger.kernel.org
2385 L:      b43-dev@lists.infradead.org
2386 W:      http://wireless.kernel.org/en/users/Drivers/b43
2387 S:      Odd Fixes
2388 F:      drivers/net/wireless/broadcom/b43/
2389
2390 B43LEGACY WIRELESS DRIVER
2391 M:      Larry Finger <Larry.Finger@lwfinger.net>
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:      Maintained
2396 F:      drivers/net/wireless/broadcom/b43legacy/
2397
2398 BACKLIGHT CLASS/SUBSYSTEM
2399 M:      Lee Jones <lee.jones@linaro.org>
2400 M:      Daniel Thompson <daniel.thompson@linaro.org>
2401 M:      Jingoo Han <jingoohan1@gmail.com>
2402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2403 S:      Maintained
2404 F:      drivers/video/backlight/
2405 F:      include/linux/backlight.h
2406 F:      include/linux/pwm_backlight.h
2407 F:      Documentation/devicetree/bindings/leds/backlight
2408
2409 BATMAN ADVANCED
2410 M:      Marek Lindner <mareklindner@neomailbox.ch>
2411 M:      Simon Wunderlich <sw@simonwunderlich.de>
2412 M:      Antonio Quartulli <a@unstable.cc>
2413 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2414 W:      https://www.open-mesh.org/
2415 Q:      https://patchwork.open-mesh.org/project/batman/list/
2416 S:      Maintained
2417 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2418 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2419 F:      Documentation/networking/batman-adv.txt
2420 F:      include/uapi/linux/batman_adv.h
2421 F:      net/batman-adv/
2422
2423 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2424 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2425 L:      linux-hams@vger.kernel.org
2426 W:      http://www.baycom.org/~tom/ham/ham.html
2427 S:      Maintained
2428 F:      drivers/net/hamradio/baycom*
2429
2430 BCACHE (BLOCK LAYER CACHE)
2431 M:      Kent Overstreet <kent.overstreet@gmail.com>
2432 L:      linux-bcache@vger.kernel.org
2433 W:      http://bcache.evilpiepirate.org
2434 S:      Orphan
2435 F:      drivers/md/bcache/
2436
2437 BDISP ST MEDIA DRIVER
2438 M:      Fabien Dessenne <fabien.dessenne@st.com>
2439 L:      linux-media@vger.kernel.org
2440 T:      git git://linuxtv.org/media_tree.git
2441 W:      https://linuxtv.org
2442 S:      Supported
2443 F:      drivers/media/platform/sti/bdisp
2444
2445 DELTA ST MEDIA DRIVER
2446 M:      Hugues Fruchet <hugues.fruchet@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/delta
2452
2453 BEFS FILE SYSTEM
2454 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2455 M:      Salah Triki <salah.triki@gmail.com>
2456 S:      Maintained
2457 T:      git git://github.com/luisbg/linux-befs.git
2458 F:      Documentation/filesystems/befs.txt
2459 F:      fs/befs/
2460
2461 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2462 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2463 L:      netdev@vger.kernel.org
2464 S:      Maintained
2465 F:      drivers/net/ethernet/ec_bhf.c
2466
2467 BFS FILE SYSTEM
2468 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2469 S:      Maintained
2470 F:      Documentation/filesystems/bfs.txt
2471 F:      fs/bfs/
2472 F:      include/uapi/linux/bfs_fs.h
2473
2474 BLACKFIN ARCHITECTURE
2475 M:      Steven Miao <realmz6@gmail.com>
2476 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2477 T:      git git://git.code.sf.net/p/adi-linux/code
2478 W:      http://blackfin.uclinux.org
2479 S:      Supported
2480 F:      arch/blackfin/
2481
2482 BLACKFIN EMAC DRIVER
2483 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2484 W:      http://blackfin.uclinux.org
2485 S:      Supported
2486 F:      drivers/net/ethernet/adi/
2487
2488 BLACKFIN RTC DRIVER
2489 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2490 W:      http://blackfin.uclinux.org
2491 S:      Supported
2492 F:      drivers/rtc/rtc-bfin.c
2493
2494 BLACKFIN SDH DRIVER
2495 M:      Sonic Zhang <sonic.zhang@analog.com>
2496 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2497 W:      http://blackfin.uclinux.org
2498 S:      Supported
2499 F:      drivers/mmc/host/bfin_sdh.c
2500
2501 BLACKFIN SERIAL DRIVER
2502 M:      Sonic Zhang <sonic.zhang@analog.com>
2503 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2504 W:      http://blackfin.uclinux.org
2505 S:      Supported
2506 F:      drivers/tty/serial/bfin_uart.c
2507
2508 BLACKFIN WATCHDOG DRIVER
2509 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2510 W:      http://blackfin.uclinux.org
2511 S:      Supported
2512 F:      drivers/watchdog/bfin_wdt.c
2513
2514 BLACKFIN I2C TWI DRIVER
2515 M:      Sonic Zhang <sonic.zhang@analog.com>
2516 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2517 W:      http://blackfin.uclinux.org/
2518 S:      Supported
2519 F:      drivers/i2c/busses/i2c-bfin-twi.c
2520
2521 BLACKFIN MEDIA DRIVER
2522 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2523 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2524 W:      http://blackfin.uclinux.org/
2525 S:      Supported
2526 F:      drivers/media/platform/blackfin/
2527 F:      drivers/media/i2c/adv7183*
2528 F:      drivers/media/i2c/vs6624*
2529
2530 BLINKM RGB LED DRIVER
2531 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2532 S:      Maintained
2533 F:      drivers/leds/leds-blinkm.c
2534
2535 BLOCK LAYER
2536 M:      Jens Axboe <axboe@kernel.dk>
2537 L:      linux-block@vger.kernel.org
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2539 S:      Maintained
2540 F:      block/
2541 F:      kernel/trace/blktrace.c
2542 F:      lib/sbitmap.c
2543
2544 BFQ I/O SCHEDULER
2545 M:      Paolo Valente <paolo.valente@linaro.org>
2546 M:      Jens Axboe <axboe@kernel.dk>
2547 L:      linux-block@vger.kernel.org
2548 S:      Maintained
2549 F:      block/bfq-*
2550 F:      Documentation/block/bfq-iosched.txt
2551
2552 BLOCK2MTD DRIVER
2553 M:      Joern Engel <joern@lazybastard.org>
2554 L:      linux-mtd@lists.infradead.org
2555 S:      Maintained
2556 F:      drivers/mtd/devices/block2mtd.c
2557
2558 BLUETOOTH DRIVERS
2559 M:      Marcel Holtmann <marcel@holtmann.org>
2560 M:      Gustavo Padovan <gustavo@padovan.org>
2561 M:      Johan Hedberg <johan.hedberg@gmail.com>
2562 L:      linux-bluetooth@vger.kernel.org
2563 W:      http://www.bluez.org/
2564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2566 S:      Maintained
2567 F:      drivers/bluetooth/
2568
2569 BLUETOOTH SUBSYSTEM
2570 M:      Marcel Holtmann <marcel@holtmann.org>
2571 M:      Gustavo Padovan <gustavo@padovan.org>
2572 M:      Johan Hedberg <johan.hedberg@gmail.com>
2573 L:      linux-bluetooth@vger.kernel.org
2574 W:      http://www.bluez.org/
2575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2577 S:      Maintained
2578 F:      net/bluetooth/
2579 F:      include/net/bluetooth/
2580
2581 BONDING DRIVER
2582 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2583 M:      Veaceslav Falico <vfalico@gmail.com>
2584 M:      Andy Gospodarek <andy@greyhouse.net>
2585 L:      netdev@vger.kernel.org
2586 W:      http://sourceforge.net/projects/bonding/
2587 S:      Supported
2588 F:      drivers/net/bonding/
2589 F:      include/uapi/linux/if_bonding.h
2590
2591 BPF (Safe dynamic programs and tools)
2592 M:      Alexei Starovoitov <ast@kernel.org>
2593 M:      Daniel Borkmann <daniel@iogearbox.net>
2594 L:      netdev@vger.kernel.org
2595 L:      linux-kernel@vger.kernel.org
2596 S:      Supported
2597 F:      arch/x86/net/bpf_jit*
2598 F:      Documentation/networking/filter.txt
2599 F:      include/linux/bpf*
2600 F:      include/linux/filter.h
2601 F:      include/uapi/linux/bpf*
2602 F:      include/uapi/linux/filter.h
2603 F:      kernel/bpf/
2604 F:      kernel/trace/bpf_trace.c
2605 F:      lib/test_bpf.c
2606 F:      net/bpf/
2607 F:      net/core/filter.c
2608 F:      net/sched/act_bpf.c
2609 F:      net/sched/cls_bpf.c
2610 F:      samples/bpf/
2611 F:      tools/net/bpf*
2612 F:      tools/testing/selftests/bpf/
2613
2614 BROADCOM B44 10/100 ETHERNET DRIVER
2615 M:      Michael Chan <michael.chan@broadcom.com>
2616 L:      netdev@vger.kernel.org
2617 S:      Supported
2618 F:      drivers/net/ethernet/broadcom/b44.*
2619
2620 BROADCOM B53 ETHERNET SWITCH DRIVER
2621 M:      Florian Fainelli <f.fainelli@gmail.com>
2622 L:      netdev@vger.kernel.org
2623 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2624 S:      Supported
2625 F:      drivers/net/dsa/b53/*
2626 F:      include/linux/platform_data/b53.h
2627
2628 BROADCOM GENET ETHERNET DRIVER
2629 M:      Florian Fainelli <f.fainelli@gmail.com>
2630 L:      netdev@vger.kernel.org
2631 S:      Supported
2632 F:      drivers/net/ethernet/broadcom/genet/
2633
2634 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2635 M:      Rasesh Mody <rasesh.mody@cavium.com>
2636 M:      Harish Patil <harish.patil@cavium.com>
2637 M:      Dept-GELinuxNICDev@cavium.com
2638 L:      netdev@vger.kernel.org
2639 S:      Supported
2640 F:      drivers/net/ethernet/broadcom/bnx2.*
2641 F:      drivers/net/ethernet/broadcom/bnx2_*
2642
2643 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2644 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2645 M:      Ariel Elior <ariel.elior@cavium.com>
2646 M:      everest-linux-l2@cavium.com
2647 L:      netdev@vger.kernel.org
2648 S:      Supported
2649 F:      drivers/net/ethernet/broadcom/bnx2x/
2650
2651 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2652 M:      Michael Chan <michael.chan@broadcom.com>
2653 L:      netdev@vger.kernel.org
2654 S:      Supported
2655 F:      drivers/net/ethernet/broadcom/bnxt/
2656
2657 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2658 M:      Florian Fainelli <f.fainelli@gmail.com>
2659 M:      Ray Jui <rjui@broadcom.com>
2660 M:      Scott Branden <sbranden@broadcom.com>
2661 M:      bcm-kernel-feedback-list@broadcom.com
2662 T:      git git://github.com/broadcom/mach-bcm
2663 S:      Maintained
2664 N:      bcm281*
2665 N:      bcm113*
2666 N:      bcm216*
2667 N:      kona
2668 F:      arch/arm/mach-bcm/
2669
2670 BROADCOM BCM2835 ARM ARCHITECTURE
2671 M:      Lee Jones <lee@kernel.org>
2672 M:      Eric Anholt <eric@anholt.net>
2673 M:      Stefan Wahren <stefan.wahren@i2se.com>
2674 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2676 T:      git git://github.com/anholt/linux
2677 S:      Maintained
2678 N:      bcm2835
2679 F:      drivers/staging/vc04_services
2680
2681 BROADCOM BCM47XX MIPS ARCHITECTURE
2682 M:      Hauke Mehrtens <hauke@hauke-m.de>
2683 M:      Rafał Miłecki <zajec5@gmail.com>
2684 L:      linux-mips@linux-mips.org
2685 S:      Maintained
2686 F:      Documentation/devicetree/bindings/mips/brcm/
2687 F:      arch/mips/bcm47xx/*
2688 F:      arch/mips/include/asm/mach-bcm47xx/*
2689
2690 BROADCOM BCM5301X ARM ARCHITECTURE
2691 M:      Hauke Mehrtens <hauke@hauke-m.de>
2692 M:      Rafał Miłecki <zajec5@gmail.com>
2693 M:      Jon Mason <jonmason@broadcom.com>
2694 M:      bcm-kernel-feedback-list@broadcom.com
2695 L:      linux-arm-kernel@lists.infradead.org
2696 S:      Maintained
2697 F:      arch/arm/mach-bcm/bcm_5301x.c
2698 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2699 F:      arch/arm/boot/dts/bcm470*
2700 F:      arch/arm/boot/dts/bcm953012*
2701
2702 BROADCOM BCM53573 ARM ARCHITECTURE
2703 M:      Rafał Miłecki <rafal@milecki.pl>
2704 L:      linux-arm-kernel@lists.infradead.org
2705 S:      Maintained
2706 F:      arch/arm/boot/dts/bcm53573*
2707 F:      arch/arm/boot/dts/bcm47189*
2708
2709 BROADCOM BCM63XX ARM ARCHITECTURE
2710 M:      Florian Fainelli <f.fainelli@gmail.com>
2711 M:      bcm-kernel-feedback-list@broadcom.com
2712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2713 T:      git git://github.com/broadcom/stblinux.git
2714 S:      Maintained
2715 N:      bcm63xx
2716
2717 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2718 M:      Kevin Cernekee <cernekee@gmail.com>
2719 L:      linux-usb@vger.kernel.org
2720 S:      Maintained
2721 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2722
2723 BROADCOM BCM7XXX ARM ARCHITECTURE
2724 M:      Brian Norris <computersforpeace@gmail.com>
2725 M:      Gregory Fong <gregory.0xf0@gmail.com>
2726 M:      Florian Fainelli <f.fainelli@gmail.com>
2727 M:      bcm-kernel-feedback-list@broadcom.com
2728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2729 T:      git git://github.com/broadcom/stblinux.git
2730 S:      Maintained
2731 F:      arch/arm/mach-bcm/*brcmstb*
2732 F:      arch/arm/boot/dts/bcm7*.dts*
2733 F:      drivers/bus/brcmstb_gisb.c
2734 N:      brcmstb
2735
2736 BROADCOM BMIPS MIPS ARCHITECTURE
2737 M:      Kevin Cernekee <cernekee@gmail.com>
2738 M:      Florian Fainelli <f.fainelli@gmail.com>
2739 L:      linux-mips@linux-mips.org
2740 T:      git git://github.com/broadcom/stblinux.git
2741 S:      Maintained
2742 F:      arch/mips/bmips/*
2743 F:      arch/mips/include/asm/mach-bmips/*
2744 F:      arch/mips/kernel/*bmips*
2745 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2746 F:      drivers/irqchip/irq-bcm63*
2747 F:      drivers/irqchip/irq-bcm7*
2748 F:      drivers/irqchip/irq-brcmstb*
2749 F:      include/linux/bcm963xx_nvram.h
2750 F:      include/linux/bcm963xx_tag.h
2751
2752 BROADCOM BMIPS CPUFREQ DRIVER
2753 M:      Markus Mayer <mmayer@broadcom.com>
2754 M:      bcm-kernel-feedback-list@broadcom.com
2755 L:      linux-pm@vger.kernel.org
2756 S:      Maintained
2757 F:      drivers/cpufreq/bmips-cpufreq.c
2758
2759 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2760 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2761 M:      Prashant Sreedharan <prashant@broadcom.com>
2762 M:      Michael Chan <mchan@broadcom.com>
2763 L:      netdev@vger.kernel.org
2764 S:      Supported
2765 F:      drivers/net/ethernet/broadcom/tg3.*
2766
2767 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2768 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2769 M:      Franky Lin <franky.lin@broadcom.com>
2770 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2771 L:      linux-wireless@vger.kernel.org
2772 L:      brcm80211-dev-list.pdl@broadcom.com
2773 S:      Supported
2774 F:      drivers/net/wireless/broadcom/brcm80211/
2775
2776 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2777 M:      QLogic-Storage-Upstream@qlogic.com
2778 L:      linux-scsi@vger.kernel.org
2779 S:      Supported
2780 F:      drivers/scsi/bnx2fc/
2781
2782 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2783 M:      QLogic-Storage-Upstream@qlogic.com
2784 L:      linux-scsi@vger.kernel.org
2785 S:      Supported
2786 F:      drivers/scsi/bnx2i/
2787
2788 BROADCOM IPROC ARM ARCHITECTURE
2789 M:      Ray Jui <rjui@broadcom.com>
2790 M:      Scott Branden <sbranden@broadcom.com>
2791 M:      Jon Mason <jonmason@broadcom.com>
2792 M:      bcm-kernel-feedback-list@broadcom.com
2793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2794 T:      git git://github.com/broadcom/cygnus-linux.git
2795 S:      Maintained
2796 N:      iproc
2797 N:      cygnus
2798 N:      bcm[-_]nsp
2799 N:      bcm9113*
2800 N:      bcm9583*
2801 N:      bcm9585*
2802 N:      bcm9586*
2803 N:      bcm988312
2804 N:      bcm113*
2805 N:      bcm583*
2806 N:      bcm585*
2807 N:      bcm586*
2808 N:      bcm88312
2809 F:      arch/arm64/boot/dts/broadcom/ns2*
2810 F:      drivers/clk/bcm/clk-ns*
2811 F:      drivers/pinctrl/bcm/pinctrl-ns*
2812
2813 BROADCOM BRCMSTB GPIO DRIVER
2814 M:      Gregory Fong <gregory.0xf0@gmail.com>
2815 L:      bcm-kernel-feedback-list@broadcom.com
2816 S:      Supported
2817 F:      drivers/gpio/gpio-brcmstb.c
2818 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2819
2820 BROADCOM KONA GPIO DRIVER
2821 M:      Ray Jui <rjui@broadcom.com>
2822 L:      bcm-kernel-feedback-list@broadcom.com
2823 S:      Supported
2824 F:      drivers/gpio/gpio-bcm-kona.c
2825 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2826
2827 BROADCOM NVRAM DRIVER
2828 M:      Rafał Miłecki <zajec5@gmail.com>
2829 L:      linux-mips@linux-mips.org
2830 S:      Maintained
2831 F:      drivers/firmware/broadcom/*
2832
2833 BROADCOM STB NAND FLASH DRIVER
2834 M:      Brian Norris <computersforpeace@gmail.com>
2835 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2836 L:      linux-mtd@lists.infradead.org
2837 L:      bcm-kernel-feedback-list@broadcom.com
2838 S:      Maintained
2839 F:      drivers/mtd/nand/brcmnand/
2840
2841 BROADCOM STB AVS CPUFREQ DRIVER
2842 M:      Markus Mayer <mmayer@broadcom.com>
2843 M:      bcm-kernel-feedback-list@broadcom.com
2844 L:      linux-pm@vger.kernel.org
2845 S:      Maintained
2846 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2847 F:      drivers/cpufreq/brcmstb*
2848
2849 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2850 M:      Rafał Miłecki <zajec5@gmail.com>
2851 L:      linux-wireless@vger.kernel.org
2852 S:      Maintained
2853 F:      drivers/bcma/
2854 F:      include/linux/bcma/
2855
2856 BROADCOM SYSTEMPORT ETHERNET DRIVER
2857 M:      Florian Fainelli <f.fainelli@gmail.com>
2858 L:      netdev@vger.kernel.org
2859 S:      Supported
2860 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2861
2862 BROADCOM VULCAN ARM64 SOC
2863 M:      Jayachandran C. <c.jayachandran@gmail.com>
2864 M:      bcm-kernel-feedback-list@broadcom.com
2865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2866 S:      Maintained
2867 F:      arch/arm64/boot/dts/broadcom/vulcan*
2868
2869 BROADCOM NETXTREME-E ROCE DRIVER
2870 M:      Selvin Xavier <selvin.xavier@broadcom.com>
2871 M:      Devesh Sharma <devesh.sharma@broadcom.com>
2872 M:      Somnath Kotur <somnath.kotur@broadcom.com>
2873 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2874 L:      linux-rdma@vger.kernel.org
2875 W:      http://www.broadcom.com
2876 S:      Supported
2877 F:      drivers/infiniband/hw/bnxt_re/
2878 F:      include/uapi/rdma/bnxt_re-abi.h
2879
2880 BROCADE BFA FC SCSI DRIVER
2881 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2882 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2883 L:      linux-scsi@vger.kernel.org
2884 S:      Supported
2885 F:      drivers/scsi/bfa/
2886
2887 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2888 M:      Rasesh Mody <rasesh.mody@cavium.com>
2889 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2890 M:      Dept-GELinuxNICDev@cavium.com
2891 L:      netdev@vger.kernel.org
2892 S:      Supported
2893 F:      drivers/net/ethernet/brocade/bna/
2894
2895 BSG (block layer generic sg v4 driver)
2896 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2897 L:      linux-scsi@vger.kernel.org
2898 S:      Supported
2899 F:      block/bsg.c
2900 F:      include/linux/bsg.h
2901 F:      include/uapi/linux/bsg.h
2902
2903 BT87X AUDIO DRIVER
2904 M:      Clemens Ladisch <clemens@ladisch.de>
2905 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2906 T:      git git://git.alsa-project.org/alsa-kernel.git
2907 S:      Maintained
2908 F:      Documentation/sound/alsa/Bt87x.txt
2909 F:      sound/pci/bt87x.c
2910
2911 BT8XXGPIO DRIVER
2912 M:      Michael Buesch <m@bues.ch>
2913 W:      http://bu3sch.de/btgpio.php
2914 S:      Maintained
2915 F:      drivers/gpio/gpio-bt8xx.c
2916
2917 BTRFS FILE SYSTEM
2918 M:      Chris Mason <clm@fb.com>
2919 M:      Josef Bacik <jbacik@fb.com>
2920 M:      David Sterba <dsterba@suse.com>
2921 L:      linux-btrfs@vger.kernel.org
2922 W:      http://btrfs.wiki.kernel.org/
2923 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2925 S:      Maintained
2926 F:      Documentation/filesystems/btrfs.txt
2927 F:      fs/btrfs/
2928
2929 BTTV VIDEO4LINUX DRIVER
2930 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2931 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2932 L:      linux-media@vger.kernel.org
2933 W:      https://linuxtv.org
2934 T:      git git://linuxtv.org/media_tree.git
2935 S:      Odd fixes
2936 F:      Documentation/media/v4l-drivers/bttv*
2937 F:      drivers/media/pci/bt8xx/bttv*
2938
2939 BUSLOGIC SCSI DRIVER
2940 M:      Khalid Aziz <khalid@gonehiking.org>
2941 L:      linux-scsi@vger.kernel.org
2942 S:      Maintained
2943 F:      drivers/scsi/BusLogic.*
2944 F:      drivers/scsi/FlashPoint.*
2945
2946 C-MEDIA CMI8788 DRIVER
2947 M:      Clemens Ladisch <clemens@ladisch.de>
2948 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2949 T:      git git://git.alsa-project.org/alsa-kernel.git
2950 S:      Maintained
2951 F:      sound/pci/oxygen/
2952
2953 C6X ARCHITECTURE
2954 M:      Mark Salter <msalter@redhat.com>
2955 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2956 L:      linux-c6x-dev@linux-c6x.org
2957 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2958 S:      Maintained
2959 F:      arch/c6x/
2960
2961 CA8210 IEEE-802.15.4 RADIO DRIVER
2962 M:      Harry Morris <h.morris@cascoda.com>
2963 M:      linuxdev@cascoda.com
2964 L:      linux-wpan@vger.kernel.org
2965 W:      https://github.com/Cascoda/ca8210-linux.git
2966 S:      Maintained
2967 F:      drivers/net/ieee802154/ca8210.c
2968 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
2969
2970 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2971 M:      David Howells <dhowells@redhat.com>
2972 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2973 S:      Supported
2974 F:      Documentation/filesystems/caching/cachefiles.txt
2975 F:      fs/cachefiles/
2976
2977 CADET FM/AM RADIO RECEIVER DRIVER
2978 M:      Hans Verkuil <hverkuil@xs4all.nl>
2979 L:      linux-media@vger.kernel.org
2980 T:      git git://linuxtv.org/media_tree.git
2981 W:      https://linuxtv.org
2982 S:      Maintained
2983 F:      drivers/media/radio/radio-cadet*
2984
2985 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2986 M:      Jonathan Corbet <corbet@lwn.net>
2987 L:      linux-media@vger.kernel.org
2988 T:      git git://linuxtv.org/media_tree.git
2989 S:      Maintained
2990 F:      Documentation/media/v4l-drivers/cafe_ccic*
2991 F:      drivers/media/platform/marvell-ccic/
2992
2993 CAIF NETWORK LAYER
2994 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2995 L:      netdev@vger.kernel.org
2996 S:      Supported
2997 F:      Documentation/networking/caif/
2998 F:      drivers/net/caif/
2999 F:      include/uapi/linux/caif/
3000 F:      include/net/caif/
3001 F:      net/caif/
3002
3003 CALGARY x86-64 IOMMU
3004 M:      Muli Ben-Yehuda <mulix@mulix.org>
3005 M:      Jon Mason <jdmason@kudzu.us>
3006 L:      iommu@lists.linux-foundation.org
3007 S:      Maintained
3008 F:      arch/x86/kernel/pci-calgary_64.c
3009 F:      arch/x86/kernel/tce_64.c
3010 F:      arch/x86/include/asm/calgary.h
3011 F:      arch/x86/include/asm/tce.h
3012
3013 CAN NETWORK LAYER
3014 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3015 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3016 L:      linux-can@vger.kernel.org
3017 W:      https://github.com/linux-can
3018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3020 S:      Maintained
3021 F:      Documentation/networking/can.txt
3022 F:      net/can/
3023 F:      include/linux/can/core.h
3024 F:      include/uapi/linux/can.h
3025 F:      include/uapi/linux/can/bcm.h
3026 F:      include/uapi/linux/can/raw.h
3027 F:      include/uapi/linux/can/gw.h
3028
3029 CAN NETWORK DRIVERS
3030 M:      Wolfgang Grandegger <wg@grandegger.com>
3031 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3032 L:      linux-can@vger.kernel.org
3033 W:      https://github.com/linux-can
3034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3036 S:      Maintained
3037 F:      Documentation/devicetree/bindings/net/can/
3038 F:      drivers/net/can/
3039 F:      include/linux/can/dev.h
3040 F:      include/linux/can/platform/
3041 F:      include/uapi/linux/can/error.h
3042 F:      include/uapi/linux/can/netlink.h
3043
3044 CAPABILITIES
3045 M:      Serge Hallyn <serge@hallyn.com>
3046 L:      linux-security-module@vger.kernel.org
3047 S:      Supported
3048 F:      include/linux/capability.h
3049 F:      include/uapi/linux/capability.h
3050 F:      security/commoncap.c
3051 F:      kernel/capability.c
3052
3053 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3054 M:      Kevin Tsai <ktsai@capellamicro.com>
3055 S:      Maintained
3056 F:      drivers/iio/light/cm*
3057
3058 CAVIUM THUNDERX2 ARM64 SOC
3059 M:      Jayachandran C <jnair@caviumnetworks.com>
3060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3061 S:      Maintained
3062 F:      arch/arm64/boot/dts/cavium/thunder-99xx*
3063 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3064
3065 CAVIUM I2C DRIVER
3066 M:      Jan Glauber <jglauber@cavium.com>
3067 M:      David Daney <david.daney@cavium.com>
3068 W:      http://www.cavium.com
3069 S:      Supported
3070 F:      drivers/i2c/busses/i2c-octeon*
3071 F:      drivers/i2c/busses/i2c-thunderx*
3072
3073 CAVIUM MMC DRIVER
3074 M:      Jan Glauber <jglauber@cavium.com>
3075 M:      David Daney <david.daney@cavium.com>
3076 M:      Steven J. Hill <Steven.Hill@cavium.com>
3077 W:      http://www.cavium.com
3078 S:      Supported
3079 F:      drivers/mmc/host/cavium*
3080
3081 CAVIUM LIQUIDIO NETWORK DRIVER
3082 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
3083 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
3084 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
3085 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3086 L:     netdev@vger.kernel.org
3087 W:     http://www.cavium.com
3088 S:     Supported
3089 F:     drivers/net/ethernet/cavium/liquidio/
3090
3091 CAVIUM OCTEON-TX CRYPTO DRIVER
3092 M:      George Cherian <george.cherian@cavium.com>
3093 L:      linux-crypto@vger.kernel.org
3094 W:      http://www.cavium.com
3095 S:      Supported
3096 F:      drivers/crypto/cavium/cpt/
3097
3098 CC2520 IEEE-802.15.4 RADIO DRIVER
3099 M:      Varka Bhadram <varkabhadram@gmail.com>
3100 L:      linux-wpan@vger.kernel.org
3101 S:      Maintained
3102 F:      drivers/net/ieee802154/cc2520.c
3103 F:      include/linux/spi/cc2520.h
3104 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3105
3106 CEC FRAMEWORK
3107 M:      Hans Verkuil <hans.verkuil@cisco.com>
3108 L:      linux-media@vger.kernel.org
3109 T:      git git://linuxtv.org/media_tree.git
3110 W:      http://linuxtv.org
3111 S:      Supported
3112 F:      Documentation/media/kapi/cec-core.rst
3113 F:      Documentation/media/uapi/cec
3114 F:      drivers/media/cec/
3115 F:      drivers/media/rc/keymaps/rc-cec.c
3116 F:      include/media/cec.h
3117 F:      include/media/cec-notifier.h
3118 F:      include/uapi/linux/cec.h
3119 F:      include/uapi/linux/cec-funcs.h
3120
3121 CELL BROADBAND ENGINE ARCHITECTURE
3122 M:      Arnd Bergmann <arnd@arndb.de>
3123 L:      linuxppc-dev@lists.ozlabs.org
3124 W:      http://www.ibm.com/developerworks/power/cell/
3125 S:      Supported
3126 F:      arch/powerpc/include/asm/cell*.h
3127 F:      arch/powerpc/include/asm/spu*.h
3128 F:      arch/powerpc/include/uapi/asm/spu*.h
3129 F:      arch/powerpc/oprofile/*cell*
3130 F:      arch/powerpc/platforms/cell/
3131
3132 CEPH COMMON CODE (LIBCEPH)
3133 M:      Ilya Dryomov <idryomov@gmail.com>
3134 M:      "Yan, Zheng" <zyan@redhat.com>
3135 M:      Sage Weil <sage@redhat.com>
3136 L:      ceph-devel@vger.kernel.org
3137 W:      http://ceph.com/
3138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3139 T:      git git://github.com/ceph/ceph-client.git
3140 S:      Supported
3141 F:      net/ceph/
3142 F:      include/linux/ceph/
3143 F:      include/linux/crush/
3144
3145 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3146 M:      "Yan, Zheng" <zyan@redhat.com>
3147 M:      Sage Weil <sage@redhat.com>
3148 M:      Ilya Dryomov <idryomov@gmail.com>
3149 L:      ceph-devel@vger.kernel.org
3150 W:      http://ceph.com/
3151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3152 T:      git git://github.com/ceph/ceph-client.git
3153 S:      Supported
3154 F:      Documentation/filesystems/ceph.txt
3155 F:      fs/ceph/
3156
3157 CERTIFICATE HANDLING:
3158 M:      David Howells <dhowells@redhat.com>
3159 M:      David Woodhouse <dwmw2@infradead.org>
3160 L:      keyrings@vger.kernel.org
3161 S:      Maintained
3162 F:      Documentation/module-signing.txt
3163 F:      certs/
3164 F:      scripts/sign-file.c
3165 F:      scripts/extract-cert.c
3166
3167 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3168 L:      linux-usb@vger.kernel.org
3169 S:      Orphan
3170 F:      Documentation/usb/WUSB-Design-overview.txt
3171 F:      Documentation/usb/wusb-cbaf
3172 F:      drivers/usb/host/hwa-hc.c
3173 F:      drivers/usb/host/whci/
3174 F:      drivers/usb/wusbcore/
3175 F:      include/linux/usb/wusb*
3176
3177 HT16K33 LED CONTROLLER DRIVER
3178 M:      Robin van der Gracht <robin@protonic.nl>
3179 S:      Maintained
3180 F:      drivers/auxdisplay/ht16k33.c
3181 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3182
3183 CFAG12864B LCD DRIVER
3184 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3185 W:      http://miguelojeda.es/auxdisplay.htm
3186 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3187 S:      Maintained
3188 F:      drivers/auxdisplay/cfag12864b.c
3189 F:      include/linux/cfag12864b.h
3190
3191 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3192 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3193 W:      http://miguelojeda.es/auxdisplay.htm
3194 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3195 S:      Maintained
3196 F:      drivers/auxdisplay/cfag12864bfb.c
3197 F:      include/linux/cfag12864b.h
3198
3199 CFG80211 and NL80211
3200 M:      Johannes Berg <johannes@sipsolutions.net>
3201 L:      linux-wireless@vger.kernel.org
3202 W:      http://wireless.kernel.org/
3203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3205 S:      Maintained
3206 F:      include/uapi/linux/nl80211.h
3207 F:      include/net/cfg80211.h
3208 F:      net/wireless/*
3209 X:      net/wireless/wext*
3210
3211 CHAR and MISC DRIVERS
3212 M:      Arnd Bergmann <arnd@arndb.de>
3213 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3215 S:      Supported
3216 F:      drivers/char/*
3217 F:      drivers/misc/*
3218 F:      include/linux/miscdevice.h
3219
3220 CHECKPATCH
3221 M:      Andy Whitcroft <apw@canonical.com>
3222 M:      Joe Perches <joe@perches.com>
3223 S:      Maintained
3224 F:      scripts/checkpatch.pl
3225
3226 CHINESE DOCUMENTATION
3227 M:      Harry Wei <harryxiyou@gmail.com>
3228 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3229 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3230 S:      Maintained
3231 F:      Documentation/translations/zh_CN/
3232
3233 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3234 M:      Peter Chen <Peter.Chen@nxp.com>
3235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3236 L:      linux-usb@vger.kernel.org
3237 S:      Maintained
3238 F:      drivers/usb/chipidea/
3239
3240 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3241 M:      Hans de Goede <hdegoede@redhat.com>
3242 L:      linux-input@vger.kernel.org
3243 S:      Maintained
3244 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3245 F:      drivers/input/touchscreen/chipone_icn8318.c
3246
3247 CHROME HARDWARE PLATFORM SUPPORT
3248 M:      Olof Johansson <olof@lixom.net>
3249 S:      Maintained
3250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3251 F:      drivers/platform/chrome/
3252
3253 CISCO VIC ETHERNET NIC DRIVER
3254 M:      Christian Benvenuti <benve@cisco.com>
3255 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3256 M:      Neel Patel <neepatel@cisco.com>
3257 S:      Supported
3258 F:      drivers/net/ethernet/cisco/enic/
3259
3260 CISCO VIC LOW LATENCY NIC DRIVER
3261 M:      Christian Benvenuti <benve@cisco.com>
3262 M:      Dave Goodell <dgoodell@cisco.com>
3263 S:      Supported
3264 F:      drivers/infiniband/hw/usnic/
3265
3266 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3267 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3268 L:      netdev@vger.kernel.org
3269 S:      Maintained
3270 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3271
3272 CIRRUS LOGIC AUDIO CODEC DRIVERS
3273 M:      Brian Austin <brian.austin@cirrus.com>
3274 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3275 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3276 S:      Maintained
3277 F:      sound/soc/codecs/cs*
3278
3279 CLEANCACHE API
3280 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3281 L:      linux-kernel@vger.kernel.org
3282 S:      Maintained
3283 F:      mm/cleancache.c
3284 F:      include/linux/cleancache.h
3285
3286 CLK API
3287 M:      Russell King <linux@armlinux.org.uk>
3288 L:      linux-clk@vger.kernel.org
3289 S:      Maintained
3290 F:      include/linux/clk.h
3291
3292 CLOCKSOURCE, CLOCKEVENT DRIVERS
3293 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3294 M:      Thomas Gleixner <tglx@linutronix.de>
3295 L:      linux-kernel@vger.kernel.org
3296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3297 S:      Supported
3298 F:      drivers/clocksource
3299
3300 CISCO FCOE HBA DRIVER
3301 M:      Satish Kharat <satishkh@cisco.com>
3302 M:      Sesidhar Baddela <sebaddel@cisco.com>
3303 M:      Karan Tilak Kumar <kartilak@cisco.com>
3304 L:      linux-scsi@vger.kernel.org
3305 S:      Supported
3306 F:      drivers/scsi/fnic/
3307
3308 CISCO SCSI HBA DRIVER
3309 M:      Karan Tilak Kumar <kartilak@cisco.com>
3310 M:      Sesidhar Baddela <sebaddel@cisco.com>
3311 L:      linux-scsi@vger.kernel.org
3312 S:      Supported
3313 F:      drivers/scsi/snic/
3314
3315 CMPC ACPI DRIVER
3316 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3317 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3318 L:      platform-driver-x86@vger.kernel.org
3319 S:      Supported
3320 F:      drivers/platform/x86/classmate-laptop.c
3321
3322 COBALT MEDIA DRIVER
3323 M:      Hans Verkuil <hans.verkuil@cisco.com>
3324 L:      linux-media@vger.kernel.org
3325 T:      git git://linuxtv.org/media_tree.git
3326 W:      https://linuxtv.org
3327 S:      Supported
3328 F:      drivers/media/pci/cobalt/
3329
3330 COCCINELLE/Semantic Patches (SmPL)
3331 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3332 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3333 M:      Nicolas Palix <nicolas.palix@imag.fr>
3334 M:      Michal Marek <mmarek@suse.com>
3335 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3337 W:      http://coccinelle.lip6.fr/
3338 S:      Supported
3339 F:      Documentation/dev-tools/coccinelle.rst
3340 F:      scripts/coccinelle/
3341 F:      scripts/coccicheck
3342
3343 CODA FILE SYSTEM
3344 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3345 M:      coda@cs.cmu.edu
3346 L:      codalist@coda.cs.cmu.edu
3347 W:      http://www.coda.cs.cmu.edu/
3348 S:      Maintained
3349 F:      Documentation/filesystems/coda.txt
3350 F:      fs/coda/
3351 F:      include/linux/coda*.h
3352 F:      include/uapi/linux/coda*.h
3353
3354 CODA V4L2 MEM2MEM DRIVER
3355 M:      Philipp Zabel <p.zabel@pengutronix.de>
3356 L:      linux-media@vger.kernel.org
3357 S:      Maintained
3358 F:      Documentation/devicetree/bindings/media/coda.txt
3359 F:      drivers/media/platform/coda/
3360
3361 COMMON CLK FRAMEWORK
3362 M:      Michael Turquette <mturquette@baylibre.com>
3363 M:      Stephen Boyd <sboyd@codeaurora.org>
3364 L:      linux-clk@vger.kernel.org
3365 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3367 S:      Maintained
3368 F:      Documentation/devicetree/bindings/clock/
3369 F:      drivers/clk/
3370 X:      drivers/clk/clkdev.c
3371 F:      include/linux/clk-pr*
3372 F:      include/linux/clk/
3373
3374 COMMON INTERNET FILE SYSTEM (CIFS)
3375 M:      Steve French <sfrench@samba.org>
3376 L:      linux-cifs@vger.kernel.org
3377 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3378 W:      http://linux-cifs.samba.org/
3379 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3380 S:      Supported
3381 F:      Documentation/filesystems/cifs/
3382 F:      fs/cifs/
3383
3384 COMPACTPCI HOTPLUG CORE
3385 M:      Scott Murray <scott@spiteful.org>
3386 L:      linux-pci@vger.kernel.org
3387 S:      Maintained
3388 F:      drivers/pci/hotplug/cpci_hotplug*
3389
3390 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3391 M:      Scott Murray <scott@spiteful.org>
3392 L:      linux-pci@vger.kernel.org
3393 S:      Maintained
3394 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3395
3396 COMPACTPCI HOTPLUG GENERIC DRIVER
3397 M:      Scott Murray <scott@spiteful.org>
3398 L:      linux-pci@vger.kernel.org
3399 S:      Maintained
3400 F:      drivers/pci/hotplug/cpcihp_generic.c
3401
3402 COMPAL LAPTOP SUPPORT
3403 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3404 L:      platform-driver-x86@vger.kernel.org
3405 S:      Maintained
3406 F:      drivers/platform/x86/compal-laptop.c
3407
3408 CONEXANT ACCESSRUNNER USB DRIVER
3409 L:      accessrunner-general@lists.sourceforge.net
3410 W:      http://accessrunner.sourceforge.net/
3411 S:      Orphan
3412 F:      drivers/usb/atm/cxacru.c
3413
3414 CONFIGFS
3415 M:      Joel Becker <jlbec@evilplan.org>
3416 M:      Christoph Hellwig <hch@lst.de>
3417 T:      git git://git.infradead.org/users/hch/configfs.git
3418 S:      Supported
3419 F:      fs/configfs/
3420 F:      include/linux/configfs.h
3421
3422 CONNECTOR
3423 M:      Evgeniy Polyakov <zbr@ioremap.net>
3424 L:      netdev@vger.kernel.org
3425 S:      Maintained
3426 F:      drivers/connector/
3427
3428 CONTROL GROUP (CGROUP)
3429 M:      Tejun Heo <tj@kernel.org>
3430 M:      Li Zefan <lizefan@huawei.com>
3431 M:      Johannes Weiner <hannes@cmpxchg.org>
3432 L:      cgroups@vger.kernel.org
3433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3434 S:      Maintained
3435 F:      Documentation/cgroup*
3436 F:      include/linux/cgroup*
3437 F:      kernel/cgroup*
3438
3439 CONTROL GROUP - CPUSET
3440 M:      Li Zefan <lizefan@huawei.com>
3441 L:      cgroups@vger.kernel.org
3442 W:      http://www.bullopensource.org/cpuset/
3443 W:      http://oss.sgi.com/projects/cpusets/
3444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3445 S:      Maintained
3446 F:      Documentation/cgroup-v1/cpusets.txt
3447 F:      include/linux/cpuset.h
3448 F:      kernel/cpuset.c
3449
3450 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3451 M:      Johannes Weiner <hannes@cmpxchg.org>
3452 M:      Michal Hocko <mhocko@kernel.org>
3453 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3454 L:      cgroups@vger.kernel.org
3455 L:      linux-mm@kvack.org
3456 S:      Maintained
3457 F:      mm/memcontrol.c
3458 F:      mm/swap_cgroup.c
3459
3460 CORETEMP HARDWARE MONITORING DRIVER
3461 M:      Fenghua Yu <fenghua.yu@intel.com>
3462 L:      linux-hwmon@vger.kernel.org
3463 S:      Maintained
3464 F:      Documentation/hwmon/coretemp
3465 F:      drivers/hwmon/coretemp.c
3466
3467 COSA/SRP SYNC SERIAL DRIVER
3468 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3469 W:      http://www.fi.muni.cz/~kas/cosa/
3470 S:      Maintained
3471 F:      drivers/net/wan/cosa*
3472
3473 CPMAC ETHERNET DRIVER
3474 M:      Florian Fainelli <f.fainelli@gmail.com>
3475 L:      netdev@vger.kernel.org
3476 S:      Maintained
3477 F:      drivers/net/ethernet/ti/cpmac.c
3478
3479 CPU FREQUENCY DRIVERS
3480 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3481 M:      Viresh Kumar <viresh.kumar@linaro.org>
3482 L:      linux-pm@vger.kernel.org
3483 S:      Maintained
3484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3485 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3486 B:      https://bugzilla.kernel.org
3487 F:      Documentation/cpu-freq/
3488 F:      Documentation/devicetree/bindings/cpufreq/
3489 F:      drivers/cpufreq/
3490 F:      include/linux/cpufreq.h
3491 F:      tools/testing/selftests/cpufreq/
3492
3493 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3494 M:      Viresh Kumar <viresh.kumar@linaro.org>
3495 M:      Sudeep Holla <sudeep.holla@arm.com>
3496 L:      linux-pm@vger.kernel.org
3497 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3498 S:      Maintained
3499 F:      drivers/cpufreq/arm_big_little.h
3500 F:      drivers/cpufreq/arm_big_little.c
3501 F:      drivers/cpufreq/arm_big_little_dt.c
3502
3503 CPUIDLE DRIVER - ARM BIG LITTLE
3504 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3505 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3506 L:      linux-pm@vger.kernel.org
3507 L:      linux-arm-kernel@lists.infradead.org
3508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3509 S:      Maintained
3510 F:      drivers/cpuidle/cpuidle-big_little.c
3511
3512 CPUIDLE DRIVER - ARM EXYNOS
3513 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3514 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3515 M:      Kukjin Kim <kgene@kernel.org>
3516 L:      linux-pm@vger.kernel.org
3517 L:      linux-samsung-soc@vger.kernel.org
3518 S:      Supported
3519 F:      drivers/cpuidle/cpuidle-exynos.c
3520 F:      arch/arm/mach-exynos/pm.c
3521
3522 CPUIDLE DRIVERS
3523 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3524 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3525 L:      linux-pm@vger.kernel.org
3526 S:      Maintained
3527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3528 B:      https://bugzilla.kernel.org
3529 F:      drivers/cpuidle/*
3530 F:      include/linux/cpuidle.h
3531
3532 CPUID/MSR DRIVER
3533 M:      "H. Peter Anvin" <hpa@zytor.com>
3534 S:      Maintained
3535 F:      arch/x86/kernel/cpuid.c
3536 F:      arch/x86/kernel/msr.c
3537
3538 CPU POWER MONITORING SUBSYSTEM
3539 M:      Thomas Renninger <trenn@suse.com>
3540 L:      linux-pm@vger.kernel.org
3541 S:      Maintained
3542 F:      tools/power/cpupower/
3543
3544 CRAMFS FILESYSTEM
3545 W:      http://sourceforge.net/projects/cramfs/
3546 S:      Orphan / Obsolete
3547 F:      Documentation/filesystems/cramfs.txt
3548 F:      fs/cramfs/
3549
3550 CRIS PORT
3551 M:      Mikael Starvik <starvik@axis.com>
3552 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3553 L:      linux-cris-kernel@axis.com
3554 W:      http://developer.axis.com
3555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3556 S:      Maintained
3557 F:      arch/cris/
3558 F:      drivers/tty/serial/crisv10.*
3559
3560 CRYPTO API
3561 M:      Herbert Xu <herbert@gondor.apana.org.au>
3562 M:      "David S. Miller" <davem@davemloft.net>
3563 L:      linux-crypto@vger.kernel.org
3564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3566 S:      Maintained
3567 F:      Documentation/crypto/
3568 F:      Documentation/devicetree/bindings/crypto/
3569 F:      Documentation/DocBook/crypto-API.tmpl
3570 F:      arch/*/crypto/
3571 F:      crypto/
3572 F:      drivers/crypto/
3573 F:      include/crypto/
3574 F:      include/linux/crypto*
3575
3576 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3577 M:      Neil Horman <nhorman@tuxdriver.com>
3578 L:      linux-crypto@vger.kernel.org
3579 S:      Maintained
3580 F:      crypto/ansi_cprng.c
3581 F:      crypto/rng.c
3582
3583 CS3308 MEDIA DRIVER
3584 M:      Hans Verkuil <hverkuil@xs4all.nl>
3585 L:      linux-media@vger.kernel.org
3586 T:      git git://linuxtv.org/media_tree.git
3587 W:      http://linuxtv.org
3588 S:      Odd Fixes
3589 F:      drivers/media/i2c/cs3308.c
3590 F:      drivers/media/i2c/cs3308.h
3591
3592 CS5535 Audio ALSA driver
3593 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3594 S:      Maintained
3595 F:      sound/pci/cs5535audio/
3596
3597 CW1200 WLAN driver
3598 M:      Solomon Peachy <pizza@shaftnet.org>
3599 S:      Maintained
3600 F:      drivers/net/wireless/st/cw1200/
3601
3602 CX18 VIDEO4LINUX DRIVER
3603 M:      Andy Walls <awalls@md.metrocast.net>
3604 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3605 L:      linux-media@vger.kernel.org
3606 T:      git git://linuxtv.org/media_tree.git
3607 W:      https://linuxtv.org
3608 W:      http://www.ivtvdriver.org/index.php/Cx18
3609 S:      Maintained
3610 F:      Documentation/media/v4l-drivers/cx18*
3611 F:      drivers/media/pci/cx18/
3612 F:      include/uapi/linux/ivtv*
3613
3614 CX2341X MPEG ENCODER HELPER MODULE
3615 M:      Hans Verkuil <hverkuil@xs4all.nl>
3616 L:      linux-media@vger.kernel.org
3617 T:      git git://linuxtv.org/media_tree.git
3618 W:      https://linuxtv.org
3619 S:      Maintained
3620 F:      drivers/media/common/cx2341x*
3621 F:      include/media/cx2341x*
3622
3623 CX24120 MEDIA DRIVER
3624 M:      Jemma Denson <jdenson@gmail.com>
3625 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3626 L:      linux-media@vger.kernel.org
3627 W:      https://linuxtv.org
3628 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3629 S:      Maintained
3630 F:      drivers/media/dvb-frontends/cx24120*
3631
3632 CX88 VIDEO4LINUX DRIVER
3633 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3634 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3635 L:      linux-media@vger.kernel.org
3636 W:      https://linuxtv.org
3637 T:      git git://linuxtv.org/media_tree.git
3638 S:      Odd fixes
3639 F:      Documentation/media/v4l-drivers/cx88*
3640 F:      drivers/media/pci/cx88/
3641
3642 CXD2820R MEDIA DRIVER
3643 M:      Antti Palosaari <crope@iki.fi>
3644 L:      linux-media@vger.kernel.org
3645 W:      https://linuxtv.org
3646 W:      http://palosaari.fi/linux/
3647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3648 T:      git git://linuxtv.org/anttip/media_tree.git
3649 S:      Maintained
3650 F:      drivers/media/dvb-frontends/cxd2820r*
3651
3652 CXGB3 ETHERNET DRIVER (CXGB3)
3653 M:      Santosh Raspatur <santosh@chelsio.com>
3654 L:      netdev@vger.kernel.org
3655 W:      http://www.chelsio.com
3656 S:      Supported
3657 F:      drivers/net/ethernet/chelsio/cxgb3/
3658
3659 CXGB3 ISCSI DRIVER (CXGB3I)
3660 M:      Karen Xie <kxie@chelsio.com>
3661 L:      linux-scsi@vger.kernel.org
3662 W:      http://www.chelsio.com
3663 S:      Supported
3664 F:      drivers/scsi/cxgbi/cxgb3i
3665
3666 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3667 M:      Steve Wise <swise@chelsio.com>
3668 L:      linux-rdma@vger.kernel.org
3669 W:      http://www.openfabrics.org
3670 S:      Supported
3671 F:      drivers/infiniband/hw/cxgb3/
3672 F:      include/uapi/rdma/cxgb3-abi.h
3673
3674 CXGB4 ETHERNET DRIVER (CXGB4)
3675 M:      Ganesh Goudar <ganeshgr@chelsio.com>
3676 L:      netdev@vger.kernel.org
3677 W:      http://www.chelsio.com
3678 S:      Supported
3679 F:      drivers/net/ethernet/chelsio/cxgb4/
3680
3681 CXGB4 ISCSI DRIVER (CXGB4I)
3682 M:      Karen Xie <kxie@chelsio.com>
3683 L:      linux-scsi@vger.kernel.org
3684 W:      http://www.chelsio.com
3685 S:      Supported
3686 F:      drivers/scsi/cxgbi/cxgb4i
3687
3688 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3689 M:      Steve Wise <swise@chelsio.com>
3690 L:      linux-rdma@vger.kernel.org
3691 W:      http://www.openfabrics.org
3692 S:      Supported
3693 F:      drivers/infiniband/hw/cxgb4/
3694 F:      include/uapi/rdma/cxgb4-abi.h
3695
3696 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3697 M:      Casey Leedom <leedom@chelsio.com>
3698 L:      netdev@vger.kernel.org
3699 W:      http://www.chelsio.com
3700 S:      Supported
3701 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3702
3703 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3704 M:      Ian Munsie <imunsie@au1.ibm.com>
3705 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3706 L:      linuxppc-dev@lists.ozlabs.org
3707 S:      Supported
3708 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3709 F:      drivers/misc/cxl/
3710 F:      include/misc/cxl*
3711 F:      include/uapi/misc/cxl.h
3712 F:      Documentation/powerpc/cxl.txt
3713 F:      Documentation/ABI/testing/sysfs-class-cxl
3714
3715 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3716 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3717 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3718 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3719 L:      linux-scsi@vger.kernel.org
3720 S:      Supported
3721 F:      drivers/scsi/cxlflash/
3722 F:      include/uapi/scsi/cxlflash_ioctls.h
3723 F:      Documentation/powerpc/cxlflash.txt
3724
3725 STMMAC ETHERNET DRIVER
3726 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3727 M:      Alexandre Torgue <alexandre.torgue@st.com>
3728 L:      netdev@vger.kernel.org
3729 W:      http://www.stlinux.com
3730 S:      Supported
3731 F:      drivers/net/ethernet/stmicro/stmmac/
3732
3733 CYBERPRO FB DRIVER
3734 M:      Russell King <linux@armlinux.org.uk>
3735 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3736 W:      http://www.armlinux.org.uk/
3737 S:      Maintained
3738 F:      drivers/video/fbdev/cyber2000fb.*
3739
3740 CYCLADES ASYNC MUX DRIVER
3741 W:      http://www.cyclades.com/
3742 S:      Orphan
3743 F:      drivers/tty/cyclades.c
3744 F:      include/linux/cyclades.h
3745 F:      include/uapi/linux/cyclades.h
3746
3747 CYCLADES PC300 DRIVER
3748 W:      http://www.cyclades.com/
3749 S:      Orphan
3750 F:      drivers/net/wan/pc300*
3751
3752 CYPRESS_FIRMWARE MEDIA DRIVER
3753 M:      Antti Palosaari <crope@iki.fi>
3754 L:      linux-media@vger.kernel.org
3755 W:      https://linuxtv.org
3756 W:      http://palosaari.fi/linux/
3757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3758 T:      git git://linuxtv.org/anttip/media_tree.git
3759 S:      Maintained
3760 F:      drivers/media/common/cypress_firmware*
3761
3762 CYTTSP TOUCHSCREEN DRIVER
3763 M:      Ferruh Yigit <fery@cypress.com>
3764 L:      linux-input@vger.kernel.org
3765 S:      Supported
3766 F:      drivers/input/touchscreen/cyttsp*
3767 F:      include/linux/input/cyttsp.h
3768
3769 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3770 M:      Joshua Kinard <kumba@gentoo.org>
3771 S:      Maintained
3772 F:      drivers/rtc/rtc-ds1685.c
3773 F:      include/linux/rtc/ds1685.h
3774
3775 DAMA SLAVE for AX.25
3776 M:      Joerg Reuter <jreuter@yaina.de>
3777 W:      http://yaina.de/jreuter/
3778 W:      http://www.qsl.net/dl1bke/
3779 L:      linux-hams@vger.kernel.org
3780 S:      Maintained
3781 F:      net/ax25/af_ax25.c
3782 F:      net/ax25/ax25_dev.c
3783 F:      net/ax25/ax25_ds_*
3784 F:      net/ax25/ax25_in.c
3785 F:      net/ax25/ax25_out.c
3786 F:      net/ax25/ax25_timer.c
3787 F:      net/ax25/sysctl_net_ax25.c
3788
3789 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3790 L:      netdev@vger.kernel.org
3791 S:      Orphan
3792 F:      Documentation/networking/dmfe.txt
3793 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3794
3795 DC390/AM53C974 SCSI driver
3796 M:      Hannes Reinecke <hare@suse.com>
3797 L:      linux-scsi@vger.kernel.org
3798 S:      Maintained
3799 F:      drivers/scsi/am53c974.c
3800
3801 DC395x SCSI driver
3802 M:      Oliver Neukum <oliver@neukum.org>
3803 M:      Ali Akcaagac <aliakc@web.de>
3804 M:      Jamie Lenehan <lenehan@twibble.org>
3805 L:      dc395x@twibble.org
3806 W:      http://twibble.org/dist/dc395x/
3807 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3808 S:      Maintained
3809 F:      Documentation/scsi/dc395x.txt
3810 F:      drivers/scsi/dc395x.*
3811
3812 DCCP PROTOCOL
3813 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3814 L:      dccp@vger.kernel.org
3815 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3816 S:      Maintained
3817 F:      include/linux/dccp.h
3818 F:      include/uapi/linux/dccp.h
3819 F:      include/linux/tfrc.h
3820 F:      net/dccp/
3821
3822 DECnet NETWORK LAYER
3823 W:      http://linux-decnet.sourceforge.net
3824 L:      linux-decnet-user@lists.sourceforge.net
3825 S:      Orphan
3826 F:      Documentation/networking/decnet.txt
3827 F:      net/decnet/
3828
3829 DECSTATION PLATFORM SUPPORT
3830 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3831 L:      linux-mips@linux-mips.org
3832 W:      http://www.linux-mips.org/wiki/DECstation
3833 S:      Maintained
3834 F:      arch/mips/dec/
3835 F:      arch/mips/include/asm/dec/
3836 F:      arch/mips/include/asm/mach-dec/
3837
3838 DEFXX FDDI NETWORK DRIVER
3839 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3840 S:      Maintained
3841 F:      drivers/net/fddi/defxx.*
3842
3843 DELL LAPTOP DRIVER
3844 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3845 M:      Pali Rohár <pali.rohar@gmail.com>
3846 L:      platform-driver-x86@vger.kernel.org
3847 S:      Maintained
3848 F:      drivers/platform/x86/dell-laptop.c
3849
3850 DELL LAPTOP RBTN DRIVER
3851 M:      Pali Rohár <pali.rohar@gmail.com>
3852 S:      Maintained
3853 F:      drivers/platform/x86/dell-rbtn.*
3854
3855 DELL LAPTOP FREEFALL DRIVER
3856 M:      Pali Rohár <pali.rohar@gmail.com>
3857 S:      Maintained
3858 F:      drivers/platform/x86/dell-smo8800.c
3859
3860 DELL LAPTOP SMM DRIVER
3861 M:      Pali Rohár <pali.rohar@gmail.com>
3862 S:      Maintained
3863 F:      drivers/hwmon/dell-smm-hwmon.c
3864 F:      include/uapi/linux/i8k.h
3865
3866 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3867 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3868 S:      Maintained
3869 F:      Documentation/dcdbas.txt
3870 F:      drivers/firmware/dcdbas.*
3871
3872 DELL WMI EXTRAS DRIVER
3873 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3874 M:      Pali Rohár <pali.rohar@gmail.com>
3875 S:      Maintained
3876 F:      drivers/platform/x86/dell-wmi.c
3877
3878 DESIGNWARE USB2 DRD IP DRIVER
3879 M:      John Youn <johnyoun@synopsys.com>
3880 L:      linux-usb@vger.kernel.org
3881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3882 S:      Maintained
3883 F:      drivers/usb/dwc2/
3884
3885 DESIGNWARE USB3 DRD IP DRIVER
3886 M:      Felipe Balbi <balbi@kernel.org>
3887 L:      linux-usb@vger.kernel.org
3888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3889 S:      Maintained
3890 F:      drivers/usb/dwc3/
3891
3892 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3893 M:      Andreas Klinger <ak@it-klinger.de>
3894 L:      linux-iio@vger.kernel.org
3895 S:      Maintained
3896 F:      drivers/iio/proximity/srf*.c
3897
3898 DEVICE COREDUMP (DEV_COREDUMP)
3899 M:      Johannes Berg <johannes@sipsolutions.net>
3900 L:      linux-kernel@vger.kernel.org
3901 S:      Maintained
3902 F:      drivers/base/devcoredump.c
3903 F:      include/linux/devcoredump.h
3904
3905 DEVICE FREQUENCY (DEVFREQ)
3906 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3907 M:      Kyungmin Park <kyungmin.park@samsung.com>
3908 R:      Chanwoo Choi <cw00.choi@samsung.com>
3909 L:      linux-pm@vger.kernel.org
3910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3911 S:      Maintained
3912 F:      drivers/devfreq/
3913 F:      include/linux/devfreq.h
3914 F:      Documentation/devicetree/bindings/devfreq/
3915
3916 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3917 M:      Chanwoo Choi <cw00.choi@samsung.com>
3918 L:      linux-pm@vger.kernel.org
3919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3920 S:      Supported
3921 F:      drivers/devfreq/event/
3922 F:      drivers/devfreq/devfreq-event.c
3923 F:      include/linux/devfreq-event.h
3924 F:      Documentation/devicetree/bindings/devfreq/event/
3925
3926 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3927 M:      Chanwoo Choi <cw00.choi@samsung.com>
3928 L:      linux-pm@vger.kernel.org
3929 L:      linux-samsung-soc@vger.kernel.org
3930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3931 S:      Maintained
3932 F:      drivers/devfreq/exynos-bus.c
3933 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3934
3935 DEVICE NUMBER REGISTRY
3936 M:      Torben Mathiasen <device@lanana.org>
3937 W:      http://lanana.org/docs/device-list/index.html
3938 S:      Maintained
3939
3940 DEVICE-MAPPER  (LVM)
3941 M:      Alasdair Kergon <agk@redhat.com>
3942 M:      Mike Snitzer <snitzer@redhat.com>
3943 M:      dm-devel@redhat.com
3944 L:      dm-devel@redhat.com
3945 W:      http://sources.redhat.com/dm
3946 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3948 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3949 S:      Maintained
3950 F:      Documentation/device-mapper/
3951 F:      drivers/md/dm*
3952 F:      drivers/md/persistent-data/
3953 F:      include/linux/device-mapper.h
3954 F:      include/linux/dm-*.h
3955 F:      include/uapi/linux/dm-*.h
3956
3957 DEVLINK
3958 M:      Jiri Pirko <jiri@mellanox.com>
3959 L:      netdev@vger.kernel.org
3960 S:      Supported
3961 F:      net/core/devlink.c
3962 F:      include/net/devlink.h
3963 F:      include/uapi/linux/devlink.h
3964
3965 DIALOG SEMICONDUCTOR DRIVERS
3966 M:      Support Opensource <support.opensource@diasemi.com>
3967 W:      http://www.dialog-semiconductor.com/products
3968 S:      Supported
3969 F:      Documentation/hwmon/da90??
3970 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3971 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3972 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3973 F:      drivers/gpio/gpio-da90??.c
3974 F:      drivers/hwmon/da90??-hwmon.c
3975 F:      drivers/iio/adc/da91??-*.c
3976 F:      drivers/input/misc/da90??_onkey.c
3977 F:      drivers/input/touchscreen/da9052_tsi.c
3978 F:      drivers/leds/leds-da90??.c
3979 F:      drivers/mfd/da903x.c
3980 F:      drivers/mfd/da90??-*.c
3981 F:      drivers/mfd/da91??-*.c
3982 F:      drivers/power/supply/da9052-battery.c
3983 F:      drivers/power/supply/da91??-*.c
3984 F:      drivers/regulator/da903x.c
3985 F:      drivers/regulator/da9???-regulator.[ch]
3986 F:      drivers/rtc/rtc-da90??.c
3987 F:      drivers/video/backlight/da90??_bl.c
3988 F:      drivers/watchdog/da90??_wdt.c
3989 F:      include/linux/mfd/da903x.h
3990 F:      include/linux/mfd/da9052/
3991 F:      include/linux/mfd/da9055/
3992 F:      include/linux/mfd/da9062/
3993 F:      include/linux/mfd/da9063/
3994 F:      include/linux/mfd/da9150/
3995 F:      include/linux/regulator/da9211.h
3996 F:      include/sound/da[79]*.h
3997 F:      sound/soc/codecs/da[79]*.[ch]
3998
3999 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4000 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4001 L:      linux-gpio@vger.kernel.org
4002 S:      Maintained
4003 F:      drivers/gpio/gpio-gpio-mm.c
4004
4005 DIGI NEO AND CLASSIC PCI PRODUCTS
4006 M:      Lidza Louina <lidza.louina@gmail.com>
4007 M:      Mark Hounschell <markh@compro.net>
4008 L:      driverdev-devel@linuxdriverproject.org
4009 S:      Maintained
4010 F:      drivers/staging/dgnc/
4011
4012 DIOLAN U2C-12 I2C DRIVER
4013 M:      Guenter Roeck <linux@roeck-us.net>
4014 L:      linux-i2c@vger.kernel.org
4015 S:      Maintained
4016 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4017
4018 DIRECT ACCESS (DAX)
4019 M:      Matthew Wilcox <mawilcox@microsoft.com>
4020 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
4021 L:      linux-fsdevel@vger.kernel.org
4022 S:      Supported
4023 F:      fs/dax.c
4024 F:      include/linux/dax.h
4025 F:      include/trace/events/fs_dax.h
4026
4027 DIRECTORY NOTIFICATION (DNOTIFY)
4028 M:      Eric Paris <eparis@parisplace.org>
4029 S:      Maintained
4030 F:      Documentation/filesystems/dnotify.txt
4031 F:      fs/notify/dnotify/
4032 F:      include/linux/dnotify.h
4033
4034 DISK GEOMETRY AND PARTITION HANDLING
4035 M:      Andries Brouwer <aeb@cwi.nl>
4036 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4037 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4038 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4039 S:      Maintained
4040
4041 DISKQUOTA
4042 M:      Jan Kara <jack@suse.com>
4043 S:      Maintained
4044 F:      Documentation/filesystems/quota.txt
4045 F:      fs/quota/
4046 F:      include/linux/quota*.h
4047 F:      include/uapi/linux/quota*.h
4048
4049 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4050 M:      Bernie Thompson <bernie@plugable.com>
4051 L:      linux-fbdev@vger.kernel.org
4052 S:      Maintained
4053 W:      http://plugable.com/category/projects/udlfb/
4054 F:      drivers/video/fbdev/udlfb.c
4055 F:      include/video/udlfb.h
4056 F:      Documentation/fb/udlfb.txt
4057
4058 DISTRIBUTED LOCK MANAGER (DLM)
4059 M:      Christine Caulfield <ccaulfie@redhat.com>
4060 M:      David Teigland <teigland@redhat.com>
4061 L:      cluster-devel@redhat.com
4062 W:      http://sources.redhat.com/cluster/
4063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4064 S:      Supported
4065 F:      fs/dlm/
4066
4067 DMA BUFFER SHARING FRAMEWORK
4068 M:      Sumit Semwal <sumit.semwal@linaro.org>
4069 S:      Maintained
4070 L:      linux-media@vger.kernel.org
4071 L:      dri-devel@lists.freedesktop.org
4072 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4073 F:      drivers/dma-buf/
4074 F:      include/linux/dma-buf*
4075 F:      include/linux/reservation.h
4076 F:      include/linux/*fence.h
4077 F:      Documentation/driver-api/dma-buf.rst
4078 T:      git git://anongit.freedesktop.org/drm/drm-misc
4079
4080 SYNC FILE FRAMEWORK
4081 M:      Sumit Semwal <sumit.semwal@linaro.org>
4082 R:      Gustavo Padovan <gustavo@padovan.org>
4083 S:      Maintained
4084 L:      linux-media@vger.kernel.org
4085 L:      dri-devel@lists.freedesktop.org
4086 F:      drivers/dma-buf/sync_*
4087 F:      drivers/dma-buf/dma-fence*
4088 F:      drivers/dma-buf/sw_sync.c
4089 F:      include/linux/sync_file.h
4090 F:      include/uapi/linux/sync_file.h
4091 F:      Documentation/sync_file.txt
4092 T:      git git://anongit.freedesktop.org/drm/drm-misc
4093
4094 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4095 M:      Vinod Koul <vinod.koul@intel.com>
4096 L:      dmaengine@vger.kernel.org
4097 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4098 S:      Maintained
4099 F:      drivers/dma/
4100 F:      include/linux/dmaengine.h
4101 F:      Documentation/devicetree/bindings/dma/
4102 F:      Documentation/dmaengine/
4103 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4104
4105 DME1737 HARDWARE MONITOR DRIVER
4106 M:      Juerg Haefliger <juergh@gmail.com>
4107 L:      linux-hwmon@vger.kernel.org
4108 S:      Maintained
4109 F:      Documentation/hwmon/dme1737
4110 F:      drivers/hwmon/dme1737.c
4111
4112 DMI/SMBIOS SUPPORT
4113 M:      Jean Delvare <jdelvare@suse.com>
4114 S:      Maintained
4115 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4116 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4117 F:      drivers/firmware/dmi-id.c
4118 F:      drivers/firmware/dmi_scan.c
4119 F:      include/linux/dmi.h
4120
4121 DOCUMENTATION
4122 M:      Jonathan Corbet <corbet@lwn.net>
4123 L:      linux-doc@vger.kernel.org
4124 S:      Maintained
4125 F:      Documentation/
4126 F:      scripts/docproc.c
4127 F:      scripts/kernel-doc*
4128 X:      Documentation/ABI/
4129 X:      Documentation/devicetree/
4130 X:      Documentation/acpi
4131 X:      Documentation/power
4132 X:      Documentation/spi
4133 X:      Documentation/media
4134 T:      git git://git.lwn.net/linux.git docs-next
4135
4136 DOUBLETALK DRIVER
4137 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4138 L:      blinux-list@redhat.com
4139 S:      Maintained
4140 F:      drivers/char/dtlk.c
4141 F:      include/linux/dtlk.h
4142
4143 DPAA2 DATAPATH I/O (DPIO) DRIVER
4144 M:      Roy Pledge <Roy.Pledge@nxp.com>
4145 L:      linux-kernel@vger.kernel.org
4146 S:      Maintained
4147 F:      drivers/staging/fsl-mc/bus/dpio
4148
4149 DPAA2 ETHERNET DRIVER
4150 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4151 L:      linux-kernel@vger.kernel.org
4152 S:      Maintained
4153 F:      drivers/staging/fsl-dpaa2/ethernet
4154
4155 DPT_I2O SCSI RAID DRIVER
4156 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4157 L:      linux-scsi@vger.kernel.org
4158 W:      http://www.adaptec.com/
4159 S:      Maintained
4160 F:      drivers/scsi/dpt*
4161 F:      drivers/scsi/dpt/
4162
4163 DRBD DRIVER
4164 M:      Philipp Reisner <philipp.reisner@linbit.com>
4165 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4166 L:      drbd-dev@lists.linbit.com
4167 W:      http://www.drbd.org
4168 T:      git git://git.linbit.com/linux-drbd.git
4169 T:      git git://git.linbit.com/drbd-8.4.git
4170 S:      Supported
4171 F:      drivers/block/drbd/
4172 F:      lib/lru_cache.c
4173 F:      Documentation/blockdev/drbd/
4174
4175 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4178 S:      Supported
4179 F:      Documentation/kobject.txt
4180 F:      drivers/base/
4181 F:      fs/debugfs/
4182 F:      fs/sysfs/
4183 F:      include/linux/debugfs.h
4184 F:      include/linux/kobj*
4185 F:      lib/kobj*
4186
4187 DRM DRIVERS
4188 M:      David Airlie <airlied@linux.ie>
4189 L:      dri-devel@lists.freedesktop.org
4190 T:      git git://people.freedesktop.org/~airlied/linux
4191 B:      https://bugs.freedesktop.org/
4192 C:      irc://chat.freenode.net/dri-devel
4193 S:      Maintained
4194 F:      drivers/gpu/drm/
4195 F:      drivers/gpu/vga/
4196 F:      Documentation/devicetree/bindings/display/
4197 F:      Documentation/devicetree/bindings/gpu/
4198 F:      Documentation/devicetree/bindings/video/
4199 F:      Documentation/gpu/
4200 F:      include/drm/
4201 F:      include/uapi/drm/
4202 F:      include/linux/vga*
4203
4204 DRM DRIVERS AND MISC GPU PATCHES
4205 M:      Daniel Vetter <daniel.vetter@intel.com>
4206 M:      Jani Nikula <jani.nikula@linux.intel.com>
4207 M:      Sean Paul <seanpaul@chromium.org>
4208 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4209 S:      Maintained
4210 T:      git git://anongit.freedesktop.org/drm/drm-misc
4211 F:      Documentation/gpu/
4212 F:      drivers/gpu/vga/
4213 F:      drivers/gpu/drm/*
4214 F:      include/drm/drm*
4215 F:      include/uapi/drm/drm*
4216 F:      include/linux/vga*
4217
4218 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4219 M:      Dave Airlie <airlied@redhat.com>
4220 S:      Odd Fixes
4221 F:      drivers/gpu/drm/ast/
4222
4223 DRM DRIVERS FOR BRIDGE CHIPS
4224 M:      Archit Taneja <architt@codeaurora.org>
4225 S:      Maintained
4226 T:      git git://anongit.freedesktop.org/drm/drm-misc
4227 F:      drivers/gpu/drm/bridge/
4228
4229 DRM DRIVER FOR BOCHS VIRTUAL GPU
4230 M:      Gerd Hoffmann <kraxel@redhat.com>
4231 L:      virtualization@lists.linux-foundation.org
4232 T:      git git://anongit.freedesktop.org/drm/drm-misc
4233 S:      Maintained
4234 F:      drivers/gpu/drm/bochs/
4235
4236 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4237 M:      Dave Airlie <airlied@redhat.com>
4238 M:      Gerd Hoffmann <kraxel@redhat.com>
4239 L:      virtualization@lists.linux-foundation.org
4240 T:      git git://anongit.freedesktop.org/drm/drm-misc
4241 S:      Obsolete
4242 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4243 F:      drivers/gpu/drm/cirrus/
4244
4245 RADEON and AMDGPU DRM DRIVERS
4246 M:      Alex Deucher <alexander.deucher@amd.com>
4247 M:      Christian König <christian.koenig@amd.com>
4248 L:      amd-gfx@lists.freedesktop.org
4249 T:      git git://people.freedesktop.org/~agd5f/linux
4250 S:      Supported
4251 F:      drivers/gpu/drm/radeon/
4252 F:      include/uapi/drm/radeon_drm.h
4253 F:      drivers/gpu/drm/amd/
4254 F:      include/uapi/drm/amdgpu_drm.h
4255
4256 DRM PANEL DRIVERS
4257 M:      Thierry Reding <thierry.reding@gmail.com>
4258 L:      dri-devel@lists.freedesktop.org
4259 T:      git git://anongit.freedesktop.org/tegra/linux.git
4260 S:      Maintained
4261 F:      drivers/gpu/drm/drm_panel.c
4262 F:      drivers/gpu/drm/panel/
4263 F:      include/drm/drm_panel.h
4264 F:      Documentation/devicetree/bindings/display/panel/
4265
4266 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4267 M:      Daniel Vetter <daniel.vetter@intel.com>
4268 M:      Jani Nikula <jani.nikula@linux.intel.com>
4269 L:      intel-gfx@lists.freedesktop.org
4270 W:      https://01.org/linuxgraphics/
4271 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4272 C:      irc://chat.freenode.net/intel-gfx
4273 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4274 T:      git git://anongit.freedesktop.org/drm-intel
4275 S:      Supported
4276 F:      drivers/gpu/drm/i915/
4277 F:      include/drm/i915*
4278 F:      include/uapi/drm/i915_drm.h
4279 F:      Documentation/gpu/i915.rst
4280
4281 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4282 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4283 M:      Zhi Wang <zhi.a.wang@intel.com>
4284 L:      intel-gvt-dev@lists.freedesktop.org
4285 L:      intel-gfx@lists.freedesktop.org
4286 W:      https://01.org/igvt-g
4287 T:      git https://github.com/01org/gvt-linux.git
4288 S:      Supported
4289 F:      drivers/gpu/drm/i915/gvt/
4290
4291 DRM DRIVERS FOR ATMEL HLCDC
4292 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4293 L:      dri-devel@lists.freedesktop.org
4294 S:      Supported
4295 F:      drivers/gpu/drm/atmel-hlcdc/
4296 F:      Documentation/devicetree/bindings/drm/atmel/
4297 T:      git git://anongit.freedesktop.org/drm/drm-misc
4298
4299 DRM DRIVERS FOR ALLWINNER A10
4300 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4301 L:      dri-devel@lists.freedesktop.org
4302 S:      Supported
4303 F:      drivers/gpu/drm/sun4i/
4304 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4306
4307 DRM DRIVERS FOR AMLOGIC SOCS
4308 M:      Neil Armstrong <narmstrong@baylibre.com>
4309 L:      dri-devel@lists.freedesktop.org
4310 L:      linux-amlogic@lists.infradead.org
4311 W:      http://linux-meson.com/
4312 S:      Supported
4313 F:      drivers/gpu/drm/meson/
4314 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4315 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4316 F:      Documentation/gpu/meson.rst
4317 T:      git git://anongit.freedesktop.org/drm/drm-misc
4318
4319 DRM DRIVERS FOR EXYNOS
4320 M:      Inki Dae <inki.dae@samsung.com>
4321 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4322 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4323 M:      Kyungmin Park <kyungmin.park@samsung.com>
4324 L:      dri-devel@lists.freedesktop.org
4325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4326 S:      Supported
4327 F:      drivers/gpu/drm/exynos/
4328 F:      include/uapi/drm/exynos_drm.h
4329 F:      Documentation/devicetree/bindings/display/exynos/
4330
4331 DRM DRIVERS FOR FREESCALE DCU
4332 M:      Stefan Agner <stefan@agner.ch>
4333 M:      Alison Wang <alison.wang@freescale.com>
4334 L:      dri-devel@lists.freedesktop.org
4335 S:      Supported
4336 F:      drivers/gpu/drm/fsl-dcu/
4337 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4338 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4339 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4340
4341 DRM DRIVERS FOR FREESCALE IMX
4342 M:      Philipp Zabel <p.zabel@pengutronix.de>
4343 L:      dri-devel@lists.freedesktop.org
4344 S:      Maintained
4345 F:      drivers/gpu/drm/imx/
4346 F:      drivers/gpu/ipu-v3/
4347 F:      Documentation/devicetree/bindings/display/imx/
4348
4349 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4350 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4351 L:      dri-devel@lists.freedesktop.org
4352 T:      git git://github.com/patjak/drm-gma500
4353 S:      Maintained
4354 F:      drivers/gpu/drm/gma500/
4355
4356 DRM DRIVERS FOR HISILICON
4357 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4358 M:      Rongrong Zou <zourongrong@gmail.com>
4359 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4360 R:      Chen Feng <puck.chen@hisilicon.com>
4361 L:      dri-devel@lists.freedesktop.org
4362 T:      git git://github.com/xin3liang/linux.git
4363 S:      Maintained
4364 F:      drivers/gpu/drm/hisilicon/
4365 F:      Documentation/devicetree/bindings/display/hisilicon/
4366
4367 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4368 S:      Orphan / Obsolete
4369 F:      drivers/gpu/drm/i810/
4370 F:      include/uapi/drm/i810_drm.h
4371
4372 DRM DRIVERS FOR MEDIATEK
4373 M:      CK Hu <ck.hu@mediatek.com>
4374 M:      Philipp Zabel <p.zabel@pengutronix.de>
4375 L:      dri-devel@lists.freedesktop.org
4376 S:      Supported
4377 F:      drivers/gpu/drm/mediatek/
4378 F:      Documentation/devicetree/bindings/display/mediatek/
4379
4380 DRM DRIVER FOR MI0283QT
4381 M:      Noralf Trønnes <noralf@tronnes.org>
4382 S:      Maintained
4383 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4384 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4385
4386 DRM DRIVER FOR MSM ADRENO GPU
4387 M:      Rob Clark <robdclark@gmail.com>
4388 L:      linux-arm-msm@vger.kernel.org
4389 L:      dri-devel@lists.freedesktop.org
4390 L:      freedreno@lists.freedesktop.org
4391 T:      git git://people.freedesktop.org/~robclark/linux
4392 S:      Maintained
4393 F:      drivers/gpu/drm/msm/
4394 F:      include/uapi/drm/msm_drm.h
4395 F:      Documentation/devicetree/bindings/display/msm/
4396
4397 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4398 M:      Ben Skeggs <bskeggs@redhat.com>
4399 L:      dri-devel@lists.freedesktop.org
4400 L:      nouveau@lists.freedesktop.org
4401 T:      git git://github.com/skeggsb/linux
4402 S:      Supported
4403 F:      drivers/gpu/drm/nouveau/
4404 F:      include/uapi/drm/nouveau_drm.h
4405
4406 DRM DRIVERS FOR NVIDIA TEGRA
4407 M:      Thierry Reding <thierry.reding@gmail.com>
4408 L:      dri-devel@lists.freedesktop.org
4409 L:      linux-tegra@vger.kernel.org
4410 T:      git git://anongit.freedesktop.org/tegra/linux.git
4411 S:      Supported
4412 F:      drivers/gpu/drm/tegra/
4413 F:      drivers/gpu/host1x/
4414 F:      include/linux/host1x.h
4415 F:      include/uapi/drm/tegra_drm.h
4416 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4417
4418 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4419 S:      Orphan / Obsolete
4420 F:      drivers/gpu/drm/mga/
4421 F:      include/uapi/drm/mga_drm.h
4422
4423 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4424 M:      Dave Airlie <airlied@redhat.com>
4425 S:      Odd Fixes
4426 F:      drivers/gpu/drm/mgag200/
4427
4428 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4429 S:      Orphan / Obsolete
4430 F:      drivers/gpu/drm/r128/
4431 F:      include/uapi/drm/r128_drm.h
4432
4433 DRM DRIVERS FOR RENESAS
4434 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4435 L:      dri-devel@lists.freedesktop.org
4436 L:      linux-renesas-soc@vger.kernel.org
4437 T:      git git://linuxtv.org/pinchartl/fbdev
4438 S:      Supported
4439 F:      drivers/gpu/drm/rcar-du/
4440 F:      drivers/gpu/drm/shmobile/
4441 F:      include/linux/platform_data/shmob_drm.h
4442 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4443 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4444
4445 DRM DRIVER FOR QXL VIRTUAL GPU
4446 M:      Dave Airlie <airlied@redhat.com>
4447 M:      Gerd Hoffmann <kraxel@redhat.com>
4448 L:      virtualization@lists.linux-foundation.org
4449 T:      git git://anongit.freedesktop.org/drm/drm-misc
4450 S:      Maintained
4451 F:      drivers/gpu/drm/qxl/
4452 F:      include/uapi/drm/qxl_drm.h
4453
4454 DRM DRIVERS FOR ROCKCHIP
4455 M:      Mark Yao <mark.yao@rock-chips.com>
4456 L:      dri-devel@lists.freedesktop.org
4457 S:      Maintained
4458 F:      drivers/gpu/drm/rockchip/
4459 F:      Documentation/devicetree/bindings/display/rockchip/
4460 T:      git git://anongit.freedesktop.org/drm/drm-misc
4461
4462 DRM DRIVER FOR SAVAGE VIDEO CARDS
4463 S:      Orphan / Obsolete
4464 F:      drivers/gpu/drm/savage/
4465 F:      include/uapi/drm/savage_drm.h
4466
4467 DRM DRIVER FOR SIS VIDEO CARDS
4468 S:      Orphan / Obsolete
4469 F:      drivers/gpu/drm/sis/
4470 F:      include/uapi/drm/sis_drm.h
4471
4472 DRM DRIVERS FOR STI
4473 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4474 M:      Vincent Abriou <vincent.abriou@st.com>
4475 L:      dri-devel@lists.freedesktop.org
4476 T:      git git://anongit.freedesktop.org/drm/drm-misc
4477 S:      Maintained
4478 F:      drivers/gpu/drm/sti
4479 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4480
4481 DRM DRIVER FOR TDFX VIDEO CARDS
4482 S:      Orphan / Obsolete
4483 F:      drivers/gpu/drm/tdfx/
4484
4485 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4486 M:      Dave Airlie <airlied@redhat.com>
4487 S:      Odd Fixes
4488 F:      drivers/gpu/drm/udl/
4489
4490 DRM DRIVERS FOR VIVANTE GPU IP
4491 M:      Lucas Stach <l.stach@pengutronix.de>
4492 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4493 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4494 L:      etnaviv@lists.freedesktop.org
4495 L:      dri-devel@lists.freedesktop.org
4496 S:      Maintained
4497 F:      drivers/gpu/drm/etnaviv/
4498 F:      include/uapi/drm/etnaviv_drm.h
4499 F:      Documentation/devicetree/bindings/display/etnaviv/
4500
4501 DRM DRIVER FOR VMWARE VIRTUAL GPU
4502 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4503 M:      Sinclair Yeh <syeh@vmware.com>
4504 M:      Thomas Hellstrom <thellstrom@vmware.com>
4505 L:      dri-devel@lists.freedesktop.org
4506 T:      git git://people.freedesktop.org/~syeh/repos_linux
4507 T:      git git://people.freedesktop.org/~thomash/linux
4508 S:      Supported
4509 F:      drivers/gpu/drm/vmwgfx/
4510 F:      include/uapi/drm/vmwgfx_drm.h
4511
4512 DRM DRIVERS FOR VC4
4513 M:      Eric Anholt <eric@anholt.net>
4514 T:      git git://github.com/anholt/linux
4515 S:      Supported
4516 F:      drivers/gpu/drm/vc4/
4517 F:      include/uapi/drm/vc4_drm.h
4518 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4519 T:      git git://anongit.freedesktop.org/drm/drm-misc
4520
4521 DRM DRIVERS FOR TI OMAP
4522 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4523 L:      dri-devel@lists.freedesktop.org
4524 S:      Maintained
4525 F:      drivers/gpu/drm/omapdrm/
4526 F:      Documentation/devicetree/bindings/display/ti/
4527
4528 DRM DRIVERS FOR TI LCDC
4529 M:      Jyri Sarha <jsarha@ti.com>
4530 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4531 L:      dri-devel@lists.freedesktop.org
4532 S:      Maintained
4533 F:      drivers/gpu/drm/tilcdc/
4534 F:      Documentation/devicetree/bindings/display/tilcdc/
4535
4536 DRM DRIVERS FOR ZTE ZX
4537 M:      Shawn Guo <shawnguo@kernel.org>
4538 L:      dri-devel@lists.freedesktop.org
4539 S:      Maintained
4540 F:      drivers/gpu/drm/zte/
4541 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4542 T:      git git://anongit.freedesktop.org/drm/drm-misc
4543
4544 DSBR100 USB FM RADIO DRIVER
4545 M:      Alexey Klimov <klimov.linux@gmail.com>
4546 L:      linux-media@vger.kernel.org
4547 T:      git git://linuxtv.org/media_tree.git
4548 S:      Maintained
4549 F:      drivers/media/radio/dsbr100.c
4550
4551 DSCC4 DRIVER
4552 M:      Francois Romieu <romieu@fr.zoreil.com>
4553 L:      netdev@vger.kernel.org
4554 S:      Maintained
4555 F:      drivers/net/wan/dscc4.c
4556
4557 DT3155 MEDIA DRIVER
4558 M:      Hans Verkuil <hverkuil@xs4all.nl>
4559 L:      linux-media@vger.kernel.org
4560 T:      git git://linuxtv.org/media_tree.git
4561 W:      https://linuxtv.org
4562 S:      Odd Fixes
4563 F:      drivers/media/pci/dt3155/
4564
4565 DVB_USB_AF9015 MEDIA DRIVER
4566 M:      Antti Palosaari <crope@iki.fi>
4567 L:      linux-media@vger.kernel.org
4568 W:      https://linuxtv.org
4569 W:      http://palosaari.fi/linux/
4570 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4571 T:      git git://linuxtv.org/anttip/media_tree.git
4572 S:      Maintained
4573 F:      drivers/media/usb/dvb-usb-v2/af9015*
4574
4575 DVB_USB_AF9035 MEDIA DRIVER
4576 M:      Antti Palosaari <crope@iki.fi>
4577 L:      linux-media@vger.kernel.org
4578 W:      https://linuxtv.org
4579 W:      http://palosaari.fi/linux/
4580 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4581 T:      git git://linuxtv.org/anttip/media_tree.git
4582 S:      Maintained
4583 F:      drivers/media/usb/dvb-usb-v2/af9035*
4584
4585 DVB_USB_ANYSEE MEDIA DRIVER
4586 M:      Antti Palosaari <crope@iki.fi>
4587 L:      linux-media@vger.kernel.org
4588 W:      https://linuxtv.org
4589 W:      http://palosaari.fi/linux/
4590 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4591 T:      git git://linuxtv.org/anttip/media_tree.git
4592 S:      Maintained
4593 F:      drivers/media/usb/dvb-usb-v2/anysee*
4594
4595 DVB_USB_AU6610 MEDIA DRIVER
4596 M:      Antti Palosaari <crope@iki.fi>
4597 L:      linux-media@vger.kernel.org
4598 W:      https://linuxtv.org
4599 W:      http://palosaari.fi/linux/
4600 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4601 T:      git git://linuxtv.org/anttip/media_tree.git
4602 S:      Maintained
4603 F:      drivers/media/usb/dvb-usb-v2/au6610*
4604
4605 DVB_USB_CE6230 MEDIA DRIVER
4606 M:      Antti Palosaari <crope@iki.fi>
4607 L:      linux-media@vger.kernel.org
4608 W:      https://linuxtv.org
4609 W:      http://palosaari.fi/linux/
4610 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4611 T:      git git://linuxtv.org/anttip/media_tree.git
4612 S:      Maintained
4613 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4614
4615 DVB_USB_CXUSB MEDIA DRIVER
4616 M:      Michael Krufky <mkrufky@linuxtv.org>
4617 L:      linux-media@vger.kernel.org
4618 W:      https://linuxtv.org
4619 W:      http://github.com/mkrufky
4620 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4621 T:      git git://linuxtv.org/media_tree.git
4622 S:      Maintained
4623 F:      drivers/media/usb/dvb-usb/cxusb*
4624
4625 DVB_USB_EC168 MEDIA DRIVER
4626 M:      Antti Palosaari <crope@iki.fi>
4627 L:      linux-media@vger.kernel.org
4628 W:      https://linuxtv.org
4629 W:      http://palosaari.fi/linux/
4630 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4631 T:      git git://linuxtv.org/anttip/media_tree.git
4632 S:      Maintained
4633 F:      drivers/media/usb/dvb-usb-v2/ec168*
4634
4635 DVB_USB_GL861 MEDIA DRIVER
4636 M:      Antti Palosaari <crope@iki.fi>
4637 L:      linux-media@vger.kernel.org
4638 W:      https://linuxtv.org
4639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4640 T:      git git://linuxtv.org/anttip/media_tree.git
4641 S:      Maintained
4642 F:      drivers/media/usb/dvb-usb-v2/gl861*
4643
4644 DVB_USB_MXL111SF MEDIA DRIVER
4645 M:      Michael Krufky <mkrufky@linuxtv.org>
4646 L:      linux-media@vger.kernel.org
4647 W:      https://linuxtv.org
4648 W:      http://github.com/mkrufky
4649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4650 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4651 S:      Maintained
4652 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4653
4654 DVB_USB_RTL28XXU MEDIA DRIVER
4655 M:      Antti Palosaari <crope@iki.fi>
4656 L:      linux-media@vger.kernel.org
4657 W:      https://linuxtv.org
4658 W:      http://palosaari.fi/linux/
4659 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4660 T:      git git://linuxtv.org/anttip/media_tree.git
4661 S:      Maintained
4662 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4663
4664 DVB_USB_V2 MEDIA DRIVER
4665 M:      Antti Palosaari <crope@iki.fi>
4666 L:      linux-media@vger.kernel.org
4667 W:      https://linuxtv.org
4668 W:      http://palosaari.fi/linux/
4669 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4670 T:      git git://linuxtv.org/anttip/media_tree.git
4671 S:      Maintained
4672 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4673 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4674
4675 DYNAMIC DEBUG
4676 M:      Jason Baron <jbaron@akamai.com>
4677 S:      Maintained
4678 F:      lib/dynamic_debug.c
4679 F:      include/linux/dynamic_debug.h
4680
4681 DZ DECSTATION DZ11 SERIAL DRIVER
4682 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4683 S:      Maintained
4684 F:      drivers/tty/serial/dz.*
4685
4686 E3X0 POWER BUTTON DRIVER
4687 M:      Moritz Fischer <moritz.fischer@ettus.com>
4688 L:      usrp-users@lists.ettus.com
4689 W:      http://www.ettus.com
4690 S:      Supported
4691 F:      drivers/input/misc/e3x0-button.c
4692 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4693
4694 E4000 MEDIA DRIVER
4695 M:      Antti Palosaari <crope@iki.fi>
4696 L:      linux-media@vger.kernel.org
4697 W:      https://linuxtv.org
4698 W:      http://palosaari.fi/linux/
4699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4700 T:      git git://linuxtv.org/anttip/media_tree.git
4701 S:      Maintained
4702 F:      drivers/media/tuners/e4000*
4703
4704 EATA ISA/EISA/PCI SCSI DRIVER
4705 M:      Dario Ballabio <ballabio_dario@emc.com>
4706 L:      linux-scsi@vger.kernel.org
4707 S:      Maintained
4708 F:      drivers/scsi/eata.c
4709
4710 EC100 MEDIA DRIVER
4711 M:      Antti Palosaari <crope@iki.fi>
4712 L:      linux-media@vger.kernel.org
4713 W:      https://linuxtv.org
4714 W:      http://palosaari.fi/linux/
4715 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4716 T:      git git://linuxtv.org/anttip/media_tree.git
4717 S:      Maintained
4718 F:      drivers/media/dvb-frontends/ec100*
4719
4720 ECRYPT FILE SYSTEM
4721 M:      Tyler Hicks <tyhicks@canonical.com>
4722 L:      ecryptfs@vger.kernel.org
4723 W:      http://ecryptfs.org
4724 W:      https://launchpad.net/ecryptfs
4725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4726 S:      Supported
4727 F:      Documentation/filesystems/ecryptfs.txt
4728 F:      fs/ecryptfs/
4729
4730 EDAC-CORE
4731 M:      Borislav Petkov <bp@alien8.de>
4732 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4733 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4734 L:      linux-edac@vger.kernel.org
4735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4737 S:      Supported
4738 F:      Documentation/admin-guide/ras.rst
4739 F:      Documentation/driver-api/edac.rst
4740 F:      drivers/edac/
4741 F:      include/linux/edac.h
4742
4743 EDAC-AMD64
4744 M:      Borislav Petkov <bp@alien8.de>
4745 L:      linux-edac@vger.kernel.org
4746 S:      Maintained
4747 F:      drivers/edac/amd64_edac*
4748
4749 EDAC-CALXEDA
4750 M:      Robert Richter <rric@kernel.org>
4751 L:      linux-edac@vger.kernel.org
4752 S:      Maintained
4753 F:      drivers/edac/highbank*
4754
4755 EDAC-CAVIUM
4756 M:      Ralf Baechle <ralf@linux-mips.org>
4757 M:      David Daney <david.daney@cavium.com>
4758 L:      linux-edac@vger.kernel.org
4759 L:      linux-mips@linux-mips.org
4760 S:      Supported
4761 F:      drivers/edac/octeon_edac*
4762 F:      drivers/edac/thunderx_edac*
4763
4764 EDAC-E752X
4765 M:      Mark Gross <mark.gross@intel.com>
4766 L:      linux-edac@vger.kernel.org
4767 S:      Maintained
4768 F:      drivers/edac/e752x_edac.c
4769
4770 EDAC-E7XXX
4771 L:      linux-edac@vger.kernel.org
4772 S:      Maintained
4773 F:      drivers/edac/e7xxx_edac.c
4774
4775 EDAC-FSL_DDR
4776 M:      York Sun <york.sun@nxp.com>
4777 L:      linux-edac@vger.kernel.org
4778 S:      Maintained
4779 F:      drivers/edac/fsl_ddr_edac.*
4780
4781 EDAC-GHES
4782 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4783 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4784 L:      linux-edac@vger.kernel.org
4785 S:      Maintained
4786 F:      drivers/edac/ghes_edac.c
4787
4788 EDAC-I82443BXGX
4789 M:      Tim Small <tim@buttersideup.com>
4790 L:      linux-edac@vger.kernel.org
4791 S:      Maintained
4792 F:      drivers/edac/i82443bxgx_edac.c
4793
4794 EDAC-I3000
4795 L:      linux-edac@vger.kernel.org
4796 S:      Orphan
4797 F:      drivers/edac/i3000_edac.c
4798
4799 EDAC-I5000
4800 L:      linux-edac@vger.kernel.org
4801 S:      Maintained
4802 F:      drivers/edac/i5000_edac.c
4803
4804 EDAC-I5400
4805 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4806 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4807 L:      linux-edac@vger.kernel.org
4808 S:      Maintained
4809 F:      drivers/edac/i5400_edac.c
4810
4811 EDAC-I7300
4812 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4813 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4814 L:      linux-edac@vger.kernel.org
4815 S:      Maintained
4816 F:      drivers/edac/i7300_edac.c
4817
4818 EDAC-I7CORE
4819 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4820 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4821 L:      linux-edac@vger.kernel.org
4822 S:      Maintained
4823 F:      drivers/edac/i7core_edac.c
4824
4825 EDAC-I82975X
4826 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4827 M:      "Arvind R." <arvino55@gmail.com>
4828 L:      linux-edac@vger.kernel.org
4829 S:      Maintained
4830 F:      drivers/edac/i82975x_edac.c
4831
4832 EDAC-IE31200
4833 M:      Jason Baron <jbaron@akamai.com>
4834 L:      linux-edac@vger.kernel.org
4835 S:      Maintained
4836 F:      drivers/edac/ie31200_edac.c
4837
4838 EDAC-MPC85XX
4839 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4840 L:      linux-edac@vger.kernel.org
4841 S:      Maintained
4842 F:      drivers/edac/mpc85xx_edac.[ch]
4843
4844 EDAC-PND2
4845 M:      Tony Luck <tony.luck@intel.com>
4846 L:      linux-edac@vger.kernel.org
4847 S:      Maintained
4848 F:      drivers/edac/pnd2_edac.[ch]
4849
4850 EDAC-PASEMI
4851 M:      Egor Martovetsky <egor@pasemi.com>
4852 L:      linux-edac@vger.kernel.org
4853 S:      Maintained
4854 F:      drivers/edac/pasemi_edac.c
4855
4856 EDAC-R82600
4857 M:      Tim Small <tim@buttersideup.com>
4858 L:      linux-edac@vger.kernel.org
4859 S:      Maintained
4860 F:      drivers/edac/r82600_edac.c
4861
4862 EDAC-SBRIDGE
4863 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4864 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4865 L:      linux-edac@vger.kernel.org
4866 S:      Maintained
4867 F:      drivers/edac/sb_edac.c
4868
4869 EDAC-SKYLAKE
4870 M:      Tony Luck <tony.luck@intel.com>
4871 L:      linux-edac@vger.kernel.org
4872 S:      Maintained
4873 F:      drivers/edac/skx_edac.c
4874
4875 EDAC-XGENE
4876 APPLIED MICRO (APM) X-GENE SOC EDAC
4877 M:     Loc Ho <lho@apm.com>
4878 S:     Supported
4879 F:     drivers/edac/xgene_edac.c
4880 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4881
4882 EDIROL UA-101/UA-1000 DRIVER
4883 M:      Clemens Ladisch <clemens@ladisch.de>
4884 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4885 T:      git git://git.alsa-project.org/alsa-kernel.git
4886 S:      Maintained
4887 F:      sound/usb/misc/ua101.c
4888
4889 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4890 M:      Matt Fleming <matt@codeblueprint.co.uk>
4891 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4892 L:      linux-efi@vger.kernel.org
4893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4894 S:      Maintained
4895 F:      Documentation/efi-stub.txt
4896 F:      arch/*/kernel/efi.c
4897 F:      arch/x86/boot/compressed/eboot.[ch]
4898 F:      arch/*/include/asm/efi.h
4899 F:      arch/x86/platform/efi/
4900 F:      drivers/firmware/efi/
4901 F:      include/linux/efi*.h
4902 F:      arch/arm/boot/compressed/efi-header.S
4903 F:      arch/arm64/kernel/efi-entry.S
4904
4905 EFI VARIABLE FILESYSTEM
4906 M:      Matthew Garrett <matthew.garrett@nebula.com>
4907 M:      Jeremy Kerr <jk@ozlabs.org>
4908 M:      Matt Fleming <matt@codeblueprint.co.uk>
4909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4910 L:      linux-efi@vger.kernel.org
4911 S:      Maintained
4912 F:      fs/efivarfs/
4913
4914 EFIFB FRAMEBUFFER DRIVER
4915 L:      linux-fbdev@vger.kernel.org
4916 M:      Peter Jones <pjones@redhat.com>
4917 S:      Maintained
4918 F:      drivers/video/fbdev/efifb.c
4919
4920 EFI TEST DRIVER
4921 L:      linux-efi@vger.kernel.org
4922 M:      Ivan Hu <ivan.hu@canonical.com>
4923 M:      Matt Fleming <matt@codeblueprint.co.uk>
4924 S:      Maintained
4925 F:      drivers/firmware/efi/test/
4926
4927 EFS FILESYSTEM
4928 W:      http://aeschi.ch.eu.org/efs/
4929 S:      Orphan
4930 F:      fs/efs/
4931
4932 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4933 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4934 L:      netdev@vger.kernel.org
4935 S:      Maintained
4936 F:      drivers/net/ethernet/ibm/ehea/
4937
4938 EM28XX VIDEO4LINUX DRIVER
4939 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4940 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4941 L:      linux-media@vger.kernel.org
4942 W:      https://linuxtv.org
4943 T:      git git://linuxtv.org/media_tree.git
4944 S:      Maintained
4945 F:      drivers/media/usb/em28xx/
4946 F:      Documentation/media/v4l-drivers/em28xx*
4947
4948 EMBEDDED LINUX
4949 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4950 M:      Matt Mackall <mpm@selenic.com>
4951 M:      David Woodhouse <dwmw2@infradead.org>
4952 L:      linux-embedded@vger.kernel.org
4953 S:      Maintained
4954
4955 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4956 M:      James Smart <james.smart@broadcom.com>
4957 M:      Dick Kennedy <dick.kennedy@broadcom.com>
4958 L:      linux-scsi@vger.kernel.org
4959 W:      http://www.broadcom.com
4960 S:      Supported
4961 F:      drivers/scsi/lpfc/
4962
4963 ENE CB710 FLASH CARD READER DRIVER
4964 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4965 S:      Maintained
4966 F:      drivers/misc/cb710/
4967 F:      drivers/mmc/host/cb710-mmc.*
4968 F:      include/linux/cb710.h
4969
4970 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4971 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4972 S:      Maintained
4973 F:      drivers/media/rc/ene_ir.*
4974
4975 EPSON S1D13XXX FRAMEBUFFER DRIVER
4976 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4977 S:      Maintained
4978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4979 F:      drivers/video/fbdev/s1d13xxxfb.c
4980 F:      include/video/s1d13xxxfb.h
4981
4982 ET131X NETWORK DRIVER
4983 M:      Mark Einon <mark.einon@gmail.com>
4984 S:      Odd Fixes
4985 F:      drivers/net/ethernet/agere/
4986
4987 ETHERNET BRIDGE
4988 M:      Stephen Hemminger <stephen@networkplumber.org>
4989 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4990 L:      netdev@vger.kernel.org
4991 W:      http://www.linuxfoundation.org/en/Net:Bridge
4992 S:      Maintained
4993 F:      include/linux/netfilter_bridge/
4994 F:      net/bridge/
4995
4996 ETHERNET PHY LIBRARY
4997 M:      Andrew Lunn <andrew@lunn.ch>
4998 M:      Florian Fainelli <f.fainelli@gmail.com>
4999 L:      netdev@vger.kernel.org
5000 S:      Maintained
5001 F:      include/linux/phy.h
5002 F:      include/linux/phy_fixed.h
5003 F:      drivers/net/phy/
5004 F:      Documentation/networking/phy.txt
5005 F:      drivers/of/of_mdio.c
5006 F:      drivers/of/of_net.c
5007
5008 EXT2 FILE SYSTEM
5009 M:      Jan Kara <jack@suse.com>
5010 L:      linux-ext4@vger.kernel.org
5011 S:      Maintained
5012 F:      Documentation/filesystems/ext2.txt
5013 F:      fs/ext2/
5014 F:      include/linux/ext2*
5015
5016 EXT4 FILE SYSTEM
5017 M:      "Theodore Ts'o" <tytso@mit.edu>
5018 M:      Andreas Dilger <adilger.kernel@dilger.ca>
5019 L:      linux-ext4@vger.kernel.org
5020 W:      http://ext4.wiki.kernel.org
5021 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5023 S:      Maintained
5024 F:      Documentation/filesystems/ext4.txt
5025 F:      fs/ext4/
5026
5027 Extended Verification Module (EVM)
5028 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5029 L:      linux-ima-devel@lists.sourceforge.net
5030 L:      linux-security-module@vger.kernel.org
5031 S:      Supported
5032 F:      security/integrity/evm/
5033
5034 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5035 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
5036 M:      Chanwoo Choi <cw00.choi@samsung.com>
5037 L:      linux-kernel@vger.kernel.org
5038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5039 S:      Maintained
5040 F:      drivers/extcon/
5041 F:      include/linux/extcon/
5042 F:      include/linux/extcon.h
5043 F:      Documentation/extcon/
5044 F:      Documentation/devicetree/bindings/extcon/
5045
5046 EXYNOS DP DRIVER
5047 M:      Jingoo Han <jingoohan1@gmail.com>
5048 L:      dri-devel@lists.freedesktop.org
5049 S:      Maintained
5050 F:      drivers/gpu/drm/exynos/exynos_dp*
5051
5052 EXYNOS SYSMMU (IOMMU) driver
5053 M:      Marek Szyprowski <m.szyprowski@samsung.com>
5054 L:      iommu@lists.linux-foundation.org
5055 S:      Maintained
5056 F:      drivers/iommu/exynos-iommu.c
5057
5058 EZchip NPS platform support
5059 M:      Noam Camus <noamc@ezchip.com>
5060 S:      Supported
5061 F:      arch/arc/plat-eznps
5062 F:      arch/arc/boot/dts/eznps.dts
5063
5064 F71805F HARDWARE MONITORING DRIVER
5065 M:      Jean Delvare <jdelvare@suse.com>
5066 L:      linux-hwmon@vger.kernel.org
5067 S:      Maintained
5068 F:      Documentation/hwmon/f71805f
5069 F:      drivers/hwmon/f71805f.c
5070
5071 FC0011 TUNER DRIVER
5072 M:      Michael Buesch <m@bues.ch>
5073 L:      linux-media@vger.kernel.org
5074 S:      Maintained
5075 F:      drivers/media/tuners/fc0011.h
5076 F:      drivers/media/tuners/fc0011.c
5077
5078 FC2580 MEDIA DRIVER
5079 M:      Antti Palosaari <crope@iki.fi>
5080 L:      linux-media@vger.kernel.org
5081 W:      https://linuxtv.org
5082 W:      http://palosaari.fi/linux/
5083 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5084 T:      git git://linuxtv.org/anttip/media_tree.git
5085 S:      Maintained
5086 F:      drivers/media/tuners/fc2580*
5087
5088 FANOTIFY
5089 M:      Eric Paris <eparis@redhat.com>
5090 S:      Maintained
5091 F:      fs/notify/fanotify/
5092 F:      include/linux/fanotify.h
5093 F:      include/uapi/linux/fanotify.h
5094
5095 FARSYNC SYNCHRONOUS DRIVER
5096 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
5097 W:      http://www.farsite.co.uk/
5098 S:      Supported
5099 F:      drivers/net/wan/farsync.*
5100
5101 FAULT INJECTION SUPPORT
5102 M:      Akinobu Mita <akinobu.mita@gmail.com>
5103 S:      Supported
5104 F:      Documentation/fault-injection/
5105 F:      lib/fault-inject.c
5106
5107 FBTFT Framebuffer drivers
5108 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5109 S:      Maintained
5110 F:      drivers/staging/fbtft/
5111
5112 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5113 M:      Johannes Thumshirn <jth@kernel.org>
5114 L:      fcoe-devel@open-fcoe.org
5115 W:      www.Open-FCoE.org
5116 S:      Supported
5117 F:      drivers/scsi/libfc/
5118 F:      drivers/scsi/fcoe/
5119 F:      include/scsi/fc/
5120 F:      include/scsi/libfc.h
5121 F:      include/scsi/libfcoe.h
5122 F:      include/uapi/scsi/fc/
5123
5124 FILE LOCKING (flock() and fcntl()/lockf())
5125 M:      Jeff Layton <jlayton@poochiereds.net>
5126 M:      "J. Bruce Fields" <bfields@fieldses.org>
5127 L:      linux-fsdevel@vger.kernel.org
5128 S:      Maintained
5129 F:      include/linux/fcntl.h
5130 F:      include/linux/fs.h
5131 F:      include/uapi/linux/fcntl.h
5132 F:      include/uapi/linux/fs.h
5133 F:      fs/fcntl.c
5134 F:      fs/locks.c
5135
5136 FILESYSTEMS (VFS and infrastructure)
5137 M:      Alexander Viro <viro@zeniv.linux.org.uk>
5138 L:      linux-fsdevel@vger.kernel.org
5139 S:      Maintained
5140 F:      fs/*
5141
5142 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5143 M:      Riku Voipio <riku.voipio@iki.fi>
5144 L:      linux-hwmon@vger.kernel.org
5145 S:      Maintained
5146 F:      drivers/hwmon/f75375s.c
5147 F:      include/linux/f75375s.h
5148
5149 FIREWIRE AUDIO DRIVERS
5150 M:      Clemens Ladisch <clemens@ladisch.de>
5151 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5152 T:      git git://git.alsa-project.org/alsa-kernel.git
5153 S:      Maintained
5154 F:      sound/firewire/
5155
5156 FIREWIRE MEDIA DRIVERS (firedtv)
5157 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5158 L:      linux-media@vger.kernel.org
5159 L:      linux1394-devel@lists.sourceforge.net
5160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5161 S:      Maintained
5162 F:      drivers/media/firewire/
5163
5164 FIREWIRE SBP-2 TARGET
5165 M:      Chris Boot <bootc@bootc.net>
5166 L:      linux-scsi@vger.kernel.org
5167 L:      target-devel@vger.kernel.org
5168 L:      linux1394-devel@lists.sourceforge.net
5169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5170 S:      Maintained
5171 F:      drivers/target/sbp/
5172
5173 FIREWIRE SUBSYSTEM
5174 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5175 L:      linux1394-devel@lists.sourceforge.net
5176 W:      http://ieee1394.wiki.kernel.org/
5177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5178 S:      Maintained
5179 F:      drivers/firewire/
5180 F:      include/linux/firewire.h
5181 F:      include/uapi/linux/firewire*.h
5182 F:      tools/firewire/
5183
5184 FIRMWARE LOADER (request_firmware)
5185 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5186 L:      linux-kernel@vger.kernel.org
5187 S:      Maintained
5188 F:      Documentation/firmware_class/
5189 F:      drivers/base/firmware*.c
5190 F:      include/linux/firmware.h
5191
5192 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5193 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5194 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5195 S:      Maintained
5196 F:      drivers/block/rsxx/
5197
5198 FLOPPY DRIVER
5199 M:      Jiri Kosina <jikos@kernel.org>
5200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5201 S:      Odd fixes
5202 F:      drivers/block/floppy.c
5203
5204 FMC SUBSYSTEM
5205 M:      Alessandro Rubini <rubini@gnudd.com>
5206 W:      http://www.ohwr.org/projects/fmc-bus
5207 S:      Supported
5208 F:      drivers/fmc/
5209 F:      include/linux/fmc*.h
5210 F:      include/linux/ipmi-fru.h
5211 K:      fmc_d.*register
5212
5213 FPGA MANAGER FRAMEWORK
5214 M:      Alan Tull <atull@kernel.org>
5215 R:      Moritz Fischer <moritz.fischer@ettus.com>
5216 L:      linux-fpga@vger.kernel.org
5217 S:      Maintained
5218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5219 F:      Documentation/fpga/
5220 F:      Documentation/devicetree/bindings/fpga/
5221 F:      drivers/fpga/
5222 F:      include/linux/fpga/
5223 W:      http://www.rocketboards.org
5224
5225 FPU EMULATOR
5226 M:      Bill Metzenthen <billm@melbpc.org.au>
5227 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5228 S:      Maintained
5229 F:      arch/x86/math-emu/
5230
5231 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5232 L:      netdev@vger.kernel.org
5233 S:      Orphan
5234 F:      drivers/net/wan/dlci.c
5235 F:      drivers/net/wan/sdla.c
5236
5237 FRAMEBUFFER LAYER
5238 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5239 L:      linux-fbdev@vger.kernel.org
5240 T:      git git://github.com/bzolnier/linux.git
5241 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5242 S:      Maintained
5243 F:      Documentation/fb/
5244 F:      drivers/video/
5245 F:      include/video/
5246 F:      include/linux/fb.h
5247 F:      include/uapi/video/
5248 F:      include/uapi/linux/fb.h
5249
5250 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5251 M:      Horia Geantă <horia.geanta@nxp.com>
5252 M:      Dan Douglass <dan.douglass@nxp.com>
5253 L:      linux-crypto@vger.kernel.org
5254 S:      Maintained
5255 F:      drivers/crypto/caam/
5256 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5257
5258 FREESCALE DIU FRAMEBUFFER DRIVER
5259 M:      Timur Tabi <timur@tabi.org>
5260 L:      linux-fbdev@vger.kernel.org
5261 S:      Maintained
5262 F:      drivers/video/fbdev/fsl-diu-fb.*
5263
5264 FREESCALE DMA DRIVER
5265 M:      Li Yang <leoli@freescale.com>
5266 M:      Zhang Wei <zw@zh-kernel.org>
5267 L:      linuxppc-dev@lists.ozlabs.org
5268 S:      Maintained
5269 F:      drivers/dma/fsldma.*
5270
5271 FREESCALE GPMI NAND DRIVER
5272 M:      Han Xu <han.xu@nxp.com>
5273 L:      linux-mtd@lists.infradead.org
5274 S:      Maintained
5275 F:      drivers/mtd/nand/gpmi-nand/*
5276
5277 FREESCALE I2C CPM DRIVER
5278 M:      Jochen Friedrich <jochen@scram.de>
5279 L:      linuxppc-dev@lists.ozlabs.org
5280 L:      linux-i2c@vger.kernel.org
5281 S:      Maintained
5282 F:      drivers/i2c/busses/i2c-cpm.c
5283
5284 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5285 M:      Sascha Hauer <kernel@pengutronix.de>
5286 L:      linux-fbdev@vger.kernel.org
5287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5288 S:      Maintained
5289 F:      include/linux/platform_data/video-imxfb.h
5290 F:      drivers/video/fbdev/imxfb.c
5291
5292 FREESCALE QUAD SPI DRIVER
5293 M:      Han Xu <han.xu@nxp.com>
5294 L:      linux-mtd@lists.infradead.org
5295 S:      Maintained
5296 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5297
5298 FREESCALE SOC FS_ENET DRIVER
5299 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5300 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5301 L:      linuxppc-dev@lists.ozlabs.org
5302 L:      netdev@vger.kernel.org
5303 S:      Maintained
5304 F:      drivers/net/ethernet/freescale/fs_enet/
5305 F:      include/linux/fs_enet_pd.h
5306
5307 FREESCALE IMX / MXC FEC DRIVER
5308 M:      Fugang Duan <fugang.duan@nxp.com>
5309 L:      netdev@vger.kernel.org
5310 S:      Maintained
5311 F:      drivers/net/ethernet/freescale/fec_main.c
5312 F:      drivers/net/ethernet/freescale/fec_ptp.c
5313 F:      drivers/net/ethernet/freescale/fec.h
5314 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5315
5316 FREESCALE QORIQ DPAA FMAN DRIVER
5317 M:      Madalin Bucur <madalin.bucur@nxp.com>
5318 L:      netdev@vger.kernel.org
5319 S:      Maintained
5320 F:      drivers/net/ethernet/freescale/fman
5321 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5322
5323 FREESCALE QORIQ DPAA ETHERNET DRIVER
5324 M:      Madalin Bucur <madalin.bucur@nxp.com>
5325 L:      netdev@vger.kernel.org
5326 S:      Maintained
5327 F:      drivers/net/ethernet/freescale/dpaa
5328
5329 FREESCALE SOC DRIVERS
5330 M:      Scott Wood <oss@buserror.net>
5331 L:      linuxppc-dev@lists.ozlabs.org
5332 L:      linux-arm-kernel@lists.infradead.org
5333 S:      Maintained
5334 F:      Documentation/devicetree/bindings/powerpc/fsl/
5335 F:      drivers/soc/fsl/
5336 F:      include/linux/fsl/
5337
5338 FREESCALE QUICC ENGINE LIBRARY
5339 M:      Qiang Zhao <qiang.zhao@nxp.com>
5340 L:      linuxppc-dev@lists.ozlabs.org
5341 S:      Maintained
5342 F:      drivers/soc/fsl/qe/
5343 F:      include/soc/fsl/*qe*.h
5344 F:      include/soc/fsl/*ucc*.h
5345
5346 FREESCALE USB PERIPHERAL DRIVERS
5347 M:      Li Yang <leoli@freescale.com>
5348 L:      linux-usb@vger.kernel.org
5349 L:      linuxppc-dev@lists.ozlabs.org
5350 S:      Maintained
5351 F:      drivers/usb/gadget/udc/fsl*
5352
5353 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5354 M:      Li Yang <leoli@freescale.com>
5355 L:      netdev@vger.kernel.org
5356 L:      linuxppc-dev@lists.ozlabs.org
5357 S:      Maintained
5358 F:      drivers/net/ethernet/freescale/ucc_geth*
5359
5360 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5361 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5362 L:      netdev@vger.kernel.org
5363 S:      Maintained
5364 F:      drivers/net/ethernet/freescale/gianfar*
5365 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5366 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5367
5368 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5369 M:      Zhao Qiang <qiang.zhao@nxp.com>
5370 L:      netdev@vger.kernel.org
5371 L:      linuxppc-dev@lists.ozlabs.org
5372 S:      Maintained
5373 F:      drivers/net/wan/fsl_ucc_hdlc*
5374
5375 FREESCALE QUICC ENGINE UCC UART DRIVER
5376 M:      Timur Tabi <timur@tabi.org>
5377 L:      linuxppc-dev@lists.ozlabs.org
5378 S:      Maintained
5379 F:      drivers/tty/serial/ucc_uart.c
5380
5381 FREESCALE SOC SOUND DRIVERS
5382 M:      Timur Tabi <timur@tabi.org>
5383 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5384 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5385 R:      Fabio Estevam <fabio.estevam@nxp.com>
5386 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5387 L:      linuxppc-dev@lists.ozlabs.org
5388 S:      Maintained
5389 F:      sound/soc/fsl/fsl*
5390 F:      sound/soc/fsl/imx*
5391 F:      sound/soc/fsl/mpc8610_hpcd.c
5392
5393 FREEVXFS FILESYSTEM
5394 M:      Christoph Hellwig <hch@infradead.org>
5395 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5396 S:      Maintained
5397 F:      fs/freevxfs/
5398
5399 FREEZER
5400 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5401 M:      Pavel Machek <pavel@ucw.cz>
5402 L:      linux-pm@vger.kernel.org
5403 S:      Supported
5404 F:      Documentation/power/freezing-of-tasks.txt
5405 F:      include/linux/freezer.h
5406 F:      kernel/freezer.c
5407
5408 FRONTSWAP API
5409 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5410 L:      linux-kernel@vger.kernel.org
5411 S:      Maintained
5412 F:      mm/frontswap.c
5413 F:      include/linux/frontswap.h
5414
5415 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5416 M:      David Howells <dhowells@redhat.com>
5417 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5418 S:      Supported
5419 F:      Documentation/filesystems/caching/
5420 F:      fs/fscache/
5421 F:      include/linux/fscache*.h
5422
5423 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5424 M:      Theodore Y. Ts'o <tytso@mit.edu>
5425 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5426 L:      linux-fscrypt@vger.kernel.org
5427 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
5428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5429 S:      Supported
5430 F:      fs/crypto/
5431 F:      include/linux/fscrypt*.h
5432
5433 F2FS FILE SYSTEM
5434 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5435 M:      Chao Yu <yuchao0@huawei.com>
5436 L:      linux-f2fs-devel@lists.sourceforge.net
5437 W:      https://f2fs.wiki.kernel.org/
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5439 S:      Maintained
5440 F:      Documentation/filesystems/f2fs.txt
5441 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5442 F:      fs/f2fs/
5443 F:      include/linux/f2fs_fs.h
5444 F:      include/trace/events/f2fs.h
5445
5446 FUJITSU FR-V (FRV) PORT
5447 S:      Orphan
5448 F:      arch/frv/
5449
5450 FUJITSU LAPTOP EXTRAS
5451 M:      Jonathan Woithe <jwoithe@just42.net>
5452 L:      platform-driver-x86@vger.kernel.org
5453 S:      Maintained
5454 F:      drivers/platform/x86/fujitsu-laptop.c
5455
5456 FUJITSU M-5MO LS CAMERA ISP DRIVER
5457 M:      Kyungmin Park <kyungmin.park@samsung.com>
5458 M:      Heungjun Kim <riverful.kim@samsung.com>
5459 L:      linux-media@vger.kernel.org
5460 S:      Maintained
5461 F:      drivers/media/i2c/m5mols/
5462 F:      include/media/i2c/m5mols.h
5463
5464 FUJITSU TABLET EXTRAS
5465 M:      Robert Gerlach <khnz@gmx.de>
5466 L:      platform-driver-x86@vger.kernel.org
5467 S:      Maintained
5468 F:      drivers/platform/x86/fujitsu-tablet.c
5469
5470 FUSE: FILESYSTEM IN USERSPACE
5471 M:      Miklos Szeredi <miklos@szeredi.hu>
5472 L:      linux-fsdevel@vger.kernel.org
5473 W:      http://fuse.sourceforge.net/
5474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5475 S:      Maintained
5476 F:      fs/fuse/
5477 F:      include/uapi/linux/fuse.h
5478 F:      Documentation/filesystems/fuse.txt
5479
5480 FUTEX SUBSYSTEM
5481 M:      Thomas Gleixner <tglx@linutronix.de>
5482 M:      Ingo Molnar <mingo@redhat.com>
5483 R:      Peter Zijlstra <peterz@infradead.org>
5484 R:      Darren Hart <dvhart@infradead.org>
5485 L:      linux-kernel@vger.kernel.org
5486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5487 S:      Maintained
5488 F:      kernel/futex.c
5489 F:      kernel/futex_compat.c
5490 F:      include/asm-generic/futex.h
5491 F:      include/linux/futex.h
5492 F:      include/uapi/linux/futex.h
5493 F:      tools/testing/selftests/futex/
5494 F:      tools/perf/bench/futex*
5495 F:      Documentation/*futex*
5496
5497 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5498 M:      Rik Faith <faith@cs.unc.edu>
5499 L:      linux-scsi@vger.kernel.org
5500 S:      Odd Fixes (e.g., new signatures)
5501 F:      drivers/scsi/fdomain.*
5502
5503 GCC PLUGINS
5504 M:      Kees Cook <keescook@chromium.org>
5505 R:      Emese Revfy <re.emese@gmail.com>
5506 L:      kernel-hardening@lists.openwall.com
5507 S:      Maintained
5508 F:      scripts/gcc-plugins/
5509 F:      scripts/gcc-plugin.sh
5510 F:      scripts/Makefile.gcc-plugins
5511 F:      Documentation/gcc-plugins.txt
5512
5513 GCOV BASED KERNEL PROFILING
5514 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5515 S:      Maintained
5516 F:      kernel/gcov/
5517 F:      Documentation/dev-tools/gcov.rst
5518
5519 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5520 M:      Achim Leubner <achim_leubner@adaptec.com>
5521 L:      linux-scsi@vger.kernel.org
5522 W:      http://www.icp-vortex.com/
5523 S:      Supported
5524 F:      drivers/scsi/gdt*
5525
5526 GDB KERNEL DEBUGGING HELPER SCRIPTS
5527 M:      Jan Kiszka <jan.kiszka@siemens.com>
5528 M:      Kieran Bingham <kieran@bingham.xyz>
5529 S:      Supported
5530 F:      scripts/gdb/
5531
5532 GEMTEK FM RADIO RECEIVER DRIVER
5533 M:      Hans Verkuil <hverkuil@xs4all.nl>
5534 L:      linux-media@vger.kernel.org
5535 T:      git git://linuxtv.org/media_tree.git
5536 W:      https://linuxtv.org
5537 S:      Maintained
5538 F:      drivers/media/radio/radio-gemtek*
5539
5540 GENERIC GPIO I2C DRIVER
5541 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5542 S:      Supported
5543 F:      drivers/i2c/busses/i2c-gpio.c
5544 F:      include/linux/i2c-gpio.h
5545
5546 GENERIC GPIO I2C MULTIPLEXER DRIVER
5547 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5548 L:      linux-i2c@vger.kernel.org
5549 S:      Supported
5550 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5551 F:      include/linux/i2c-mux-gpio.h
5552 F:      Documentation/i2c/muxes/i2c-mux-gpio
5553
5554 GENERIC HDLC (WAN) DRIVERS
5555 M:      Krzysztof Halasa <khc@pm.waw.pl>
5556 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5557 S:      Maintained
5558 F:      drivers/net/wan/c101.c
5559 F:      drivers/net/wan/hd6457*
5560 F:      drivers/net/wan/hdlc*
5561 F:      drivers/net/wan/n2.c
5562 F:      drivers/net/wan/pc300too.c
5563 F:      drivers/net/wan/pci200syn.c
5564 F:      drivers/net/wan/wanxl*
5565
5566 GENERIC INCLUDE/ASM HEADER FILES
5567 M:      Arnd Bergmann <arnd@arndb.de>
5568 L:      linux-arch@vger.kernel.org
5569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5570 S:      Maintained
5571 F:      include/asm-generic/
5572 F:      include/uapi/asm-generic/
5573
5574 GENERIC PHY FRAMEWORK
5575 M:      Kishon Vijay Abraham I <kishon@ti.com>
5576 L:      linux-kernel@vger.kernel.org
5577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5578 S:      Supported
5579 F:      drivers/phy/
5580 F:      include/linux/phy/
5581
5582 GENERIC PM DOMAINS
5583 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5584 M:      Kevin Hilman <khilman@kernel.org>
5585 M:      Ulf Hansson <ulf.hansson@linaro.org>
5586 L:      linux-pm@vger.kernel.org
5587 S:      Supported
5588 F:      drivers/base/power/domain*.c
5589 F:      include/linux/pm_domain.h
5590
5591 GENERIC UIO DRIVER FOR PCI DEVICES
5592 M:      "Michael S. Tsirkin" <mst@redhat.com>
5593 L:      kvm@vger.kernel.org
5594 S:      Supported
5595 F:      drivers/uio/uio_pci_generic.c
5596
5597 GET_MAINTAINER SCRIPT
5598 M:      Joe Perches <joe@perches.com>
5599 S:      Maintained
5600 F:      scripts/get_maintainer.pl
5601
5602 GENWQE (IBM Generic Workqueue Card)
5603 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5604 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5605 S:      Supported
5606 F:      drivers/misc/genwqe/
5607
5608 GFS2 FILE SYSTEM
5609 M:      Steven Whitehouse <swhiteho@redhat.com>
5610 M:      Bob Peterson <rpeterso@redhat.com>
5611 L:      cluster-devel@redhat.com
5612 W:      http://sources.redhat.com/cluster/
5613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5614 S:      Supported
5615 F:      Documentation/filesystems/gfs2*.txt
5616 F:      fs/gfs2/
5617 F:      include/uapi/linux/gfs2_ondisk.h
5618
5619 GIGASET ISDN DRIVERS
5620 M:      Paul Bolle <pebolle@tiscali.nl>
5621 L:      gigaset307x-common@lists.sourceforge.net
5622 W:      http://gigaset307x.sourceforge.net/
5623 S:      Odd Fixes
5624 F:      Documentation/isdn/README.gigaset
5625 F:      drivers/isdn/gigaset/
5626 F:      include/uapi/linux/gigaset_dev.h
5627
5628 GO7007 MPEG CODEC
5629 M:      Hans Verkuil <hans.verkuil@cisco.com>
5630 L:      linux-media@vger.kernel.org
5631 S:      Maintained
5632 F:      drivers/media/usb/go7007/
5633
5634 GOODIX TOUCHSCREEN
5635 M:      Bastien Nocera <hadess@hadess.net>
5636 L:      linux-input@vger.kernel.org
5637 S:      Maintained
5638 F:      drivers/input/touchscreen/goodix.c
5639
5640 GPIO MOCKUP DRIVER
5641 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5642 L:      linux-gpio@vger.kernel.org
5643 S:      Maintained
5644 F:      drivers/gpio/gpio-mockup.c
5645 F:      tools/testing/selftests/gpio/
5646
5647 GPIO SUBSYSTEM
5648 M:      Linus Walleij <linus.walleij@linaro.org>
5649 M:      Alexandre Courbot <gnurou@gmail.com>
5650 L:      linux-gpio@vger.kernel.org
5651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5652 S:      Maintained
5653 F:      Documentation/devicetree/bindings/gpio/
5654 F:      Documentation/gpio/
5655 F:      Documentation/ABI/testing/gpio-cdev
5656 F:      Documentation/ABI/obsolete/sysfs-gpio
5657 F:      drivers/gpio/
5658 F:      include/linux/gpio/
5659 F:      include/linux/gpio.h
5660 F:      include/asm-generic/gpio.h
5661 F:      include/uapi/linux/gpio.h
5662 F:      tools/gpio/
5663
5664 GRE DEMULTIPLEXER DRIVER
5665 M:      Dmitry Kozlov <xeb@mail.ru>
5666 L:      netdev@vger.kernel.org
5667 S:      Maintained
5668 F:      net/ipv4/gre_demux.c
5669 F:      net/ipv4/gre_offload.c
5670 F:      include/net/gre.h
5671
5672 GRETH 10/100/1G Ethernet MAC device driver
5673 M:      Andreas Larsson <andreas@gaisler.com>
5674 L:      netdev@vger.kernel.org
5675 S:      Maintained
5676 F:      drivers/net/ethernet/aeroflex/
5677
5678 GREYBUS SUBSYSTEM
5679 M:      Johan Hovold <johan@kernel.org>
5680 M:      Alex Elder <elder@kernel.org>
5681 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5682 S:      Maintained
5683 F:      drivers/staging/greybus/
5684 L:      greybus-dev@lists.linaro.org
5685
5686 GREYBUS AUDIO PROTOCOLS DRIVERS
5687 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5688 M:      Mark Greer <mgreer@animalcreek.com>
5689 S:      Maintained
5690 F:      drivers/staging/greybus/audio_apbridgea.c
5691 F:      drivers/staging/greybus/audio_apbridgea.h
5692 F:      drivers/staging/greybus/audio_codec.c
5693 F:      drivers/staging/greybus/audio_codec.h
5694 F:      drivers/staging/greybus/audio_gb.c
5695 F:      drivers/staging/greybus/audio_manager.c
5696 F:      drivers/staging/greybus/audio_manager.h
5697 F:      drivers/staging/greybus/audio_manager_module.c
5698 F:      drivers/staging/greybus/audio_manager_private.h
5699 F:      drivers/staging/greybus/audio_manager_sysfs.c
5700 F:      drivers/staging/greybus/audio_module.c
5701 F:      drivers/staging/greybus/audio_topology.c
5702
5703 GREYBUS PROTOCOLS DRIVERS
5704 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5705 S:      Maintained
5706 F:      drivers/staging/greybus/sdio.c
5707 F:      drivers/staging/greybus/light.c
5708 F:      drivers/staging/greybus/gpio.c
5709 F:      drivers/staging/greybus/power_supply.c
5710 F:      drivers/staging/greybus/spi.c
5711 F:      drivers/staging/greybus/spilib.c
5712
5713 GREYBUS PROTOCOLS DRIVERS
5714 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5715 S:      Maintained
5716 F:      drivers/staging/greybus/loopback.c
5717 F:      drivers/staging/greybus/timesync.c
5718 F:      drivers/staging/greybus/timesync_platform.c
5719
5720 GREYBUS PROTOCOLS DRIVERS
5721 M:      Viresh Kumar <vireshk@kernel.org>
5722 S:      Maintained
5723 F:      drivers/staging/greybus/authentication.c
5724 F:      drivers/staging/greybus/bootrom.c
5725 F:      drivers/staging/greybus/firmware.h
5726 F:      drivers/staging/greybus/fw-core.c
5727 F:      drivers/staging/greybus/fw-download.c
5728 F:      drivers/staging/greybus/fw-managament.c
5729 F:      drivers/staging/greybus/greybus_authentication.h
5730 F:      drivers/staging/greybus/greybus_firmware.h
5731 F:      drivers/staging/greybus/hid.c
5732 F:      drivers/staging/greybus/i2c.c
5733 F:      drivers/staging/greybus/spi.c
5734 F:      drivers/staging/greybus/spilib.c
5735 F:      drivers/staging/greybus/spilib.h
5736
5737 GREYBUS PROTOCOLS DRIVERS
5738 M:      David Lin <dtwlin@gmail.com>
5739 S:      Maintained
5740 F:      drivers/staging/greybus/uart.c
5741 F:      drivers/staging/greybus/log.c
5742
5743 GREYBUS PLATFORM DRIVERS
5744 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5745 S:      Maintained
5746 F:      drivers/staging/greybus/arche-platform.c
5747 F:      drivers/staging/greybus/arche-apb-ctrl.c
5748 F:      drivers/staging/greybus/arche_platform.h
5749
5750 GS1662 VIDEO SERIALIZER
5751 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5752 L:      linux-media@vger.kernel.org
5753 T:      git git://linuxtv.org/media_tree.git
5754 S:      Maintained
5755 F:      drivers/media/spi/gs1662.c
5756
5757 GSPCA FINEPIX SUBDRIVER
5758 M:      Frank Zago <frank@zago.net>
5759 L:      linux-media@vger.kernel.org
5760 T:      git git://linuxtv.org/media_tree.git
5761 S:      Maintained
5762 F:      drivers/media/usb/gspca/finepix.c
5763
5764 GSPCA GL860 SUBDRIVER
5765 M:      Olivier Lorin <o.lorin@laposte.net>
5766 L:      linux-media@vger.kernel.org
5767 T:      git git://linuxtv.org/media_tree.git
5768 S:      Maintained
5769 F:      drivers/media/usb/gspca/gl860/
5770
5771 GSPCA M5602 SUBDRIVER
5772 M:      Erik Andren <erik.andren@gmail.com>
5773 L:      linux-media@vger.kernel.org
5774 T:      git git://linuxtv.org/media_tree.git
5775 S:      Maintained
5776 F:      drivers/media/usb/gspca/m5602/
5777
5778 GSPCA PAC207 SONIXB SUBDRIVER
5779 M:      Hans Verkuil <hverkuil@xs4all.nl>
5780 L:      linux-media@vger.kernel.org
5781 T:      git git://linuxtv.org/media_tree.git
5782 S:      Odd Fixes
5783 F:      drivers/media/usb/gspca/pac207.c
5784
5785 GSPCA SN9C20X SUBDRIVER
5786 M:      Brian Johnson <brijohn@gmail.com>
5787 L:      linux-media@vger.kernel.org
5788 T:      git git://linuxtv.org/media_tree.git
5789 S:      Maintained
5790 F:      drivers/media/usb/gspca/sn9c20x.c
5791
5792 GSPCA T613 SUBDRIVER
5793 M:      Leandro Costantino <lcostantino@gmail.com>
5794 L:      linux-media@vger.kernel.org
5795 T:      git git://linuxtv.org/media_tree.git
5796 S:      Maintained
5797 F:      drivers/media/usb/gspca/t613.c
5798
5799 GSPCA USB WEBCAM DRIVER
5800 M:      Hans Verkuil <hverkuil@xs4all.nl>
5801 L:      linux-media@vger.kernel.org
5802 T:      git git://linuxtv.org/media_tree.git
5803 S:      Odd Fixes
5804 F:      drivers/media/usb/gspca/
5805
5806 GTP (GPRS Tunneling Protocol)
5807 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5808 M:      Harald Welte <laforge@gnumonks.org>
5809 L:      osmocom-net-gprs@lists.osmocom.org
5810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5811 S:      Maintained
5812 F:      drivers/net/gtp.c
5813
5814 GUID PARTITION TABLE (GPT)
5815 M:      Davidlohr Bueso <dave@stgolabs.net>
5816 L:      linux-efi@vger.kernel.org
5817 S:      Maintained
5818 F:      block/partitions/efi.*
5819
5820 STK1160 USB VIDEO CAPTURE DRIVER
5821 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5822 L:      linux-media@vger.kernel.org
5823 T:      git git://linuxtv.org/media_tree.git
5824 S:      Maintained
5825 F:      drivers/media/usb/stk1160/
5826
5827 H8/300 ARCHITECTURE
5828 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5829 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5830 W:      http://uclinux-h8.sourceforge.jp
5831 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5832 S:      Maintained
5833 F:      arch/h8300/
5834 F:      drivers/clocksource/h8300_*.c
5835 F:      drivers/clk/h8300/
5836 F:      drivers/irqchip/irq-renesas-h8*.c
5837
5838 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5839 M:      Frank Seidel <frank@f-seidel.de>
5840 L:      platform-driver-x86@vger.kernel.org
5841 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5842 S:      Maintained
5843 F:      drivers/platform/x86/hdaps.c
5844
5845 HDPVR USB VIDEO ENCODER DRIVER
5846 M:      Hans Verkuil <hverkuil@xs4all.nl>
5847 L:      linux-media@vger.kernel.org
5848 T:      git git://linuxtv.org/media_tree.git
5849 W:      https://linuxtv.org
5850 S:      Odd Fixes
5851 F:      drivers/media/usb/hdpvr/
5852
5853 HWPOISON MEMORY FAILURE HANDLING
5854 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5855 L:      linux-mm@kvack.org
5856 S:      Maintained
5857 F:      mm/memory-failure.c
5858 F:      mm/hwpoison-inject.c
5859
5860 HYPERVISOR VIRTUAL CONSOLE DRIVER
5861 L:      linuxppc-dev@lists.ozlabs.org
5862 S:      Odd Fixes
5863 F:      drivers/tty/hvc/
5864
5865 HACKRF MEDIA DRIVER
5866 M:      Antti Palosaari <crope@iki.fi>
5867 L:      linux-media@vger.kernel.org
5868 W:      https://linuxtv.org
5869 W:      http://palosaari.fi/linux/
5870 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5871 T:      git git://linuxtv.org/anttip/media_tree.git
5872 S:      Maintained
5873 F:      drivers/media/usb/hackrf/
5874
5875 HARDWARE MONITORING
5876 M:      Jean Delvare <jdelvare@suse.com>
5877 M:      Guenter Roeck <linux@roeck-us.net>
5878 L:      linux-hwmon@vger.kernel.org
5879 W:      http://hwmon.wiki.kernel.org/
5880 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5882 S:      Maintained
5883 F:      Documentation/hwmon/
5884 F:      drivers/hwmon/
5885 F:      include/linux/hwmon*.h
5886
5887 HARDWARE RANDOM NUMBER GENERATOR CORE
5888 M:      Matt Mackall <mpm@selenic.com>
5889 M:      Herbert Xu <herbert@gondor.apana.org.au>
5890 L:      linux-crypto@vger.kernel.org
5891 S:      Odd fixes
5892 F:      Documentation/devicetree/bindings/rng/
5893 F:      Documentation/hw_random.txt
5894 F:      drivers/char/hw_random/
5895 F:      include/linux/hw_random.h
5896
5897 HARDWARE SPINLOCK CORE
5898 M:      Ohad Ben-Cohen <ohad@wizery.com>
5899 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5900 L:      linux-remoteproc@vger.kernel.org
5901 S:      Maintained
5902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5903 F:      Documentation/devicetree/bindings/hwlock/
5904 F:      Documentation/hwspinlock.txt
5905 F:      drivers/hwspinlock/
5906 F:      include/linux/hwspinlock.h
5907
5908 HARMONY SOUND DRIVER
5909 L:      linux-parisc@vger.kernel.org
5910 S:      Maintained
5911 F:      sound/parisc/harmony.*
5912
5913 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5914 M:      Jimmy Vance <jimmy.vance@hpe.com>
5915 S:      Supported
5916 F:      Documentation/watchdog/hpwdt.txt
5917 F:      drivers/watchdog/hpwdt.c
5918
5919 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5920 M:      Don Brace <don.brace@microsemi.com>
5921 L:      esc.storagedev@microsemi.com
5922 L:      linux-scsi@vger.kernel.org
5923 S:      Supported
5924 F:      Documentation/scsi/hpsa.txt
5925 F:      drivers/scsi/hpsa*.[ch]
5926 F:      include/linux/cciss*.h
5927 F:      include/uapi/linux/cciss*.h
5928
5929 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5930 M:      Don Brace <don.brace@microsemi.com>
5931 L:      esc.storagedev@microsemi.com
5932 L:      linux-scsi@vger.kernel.org
5933 S:      Supported
5934 F:      Documentation/blockdev/cciss.txt
5935 F:      drivers/block/cciss*
5936 F:      include/linux/cciss_ioctl.h
5937 F:      include/uapi/linux/cciss_ioctl.h
5938
5939 OPA-VNIC DRIVER
5940 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5941 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
5942 L:      linux-rdma@vger.kernel.org
5943 S:      Supported
5944 F:      drivers/infiniband/ulp/opa_vnic
5945
5946 HFI1 DRIVER
5947 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5948 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5949 L:      linux-rdma@vger.kernel.org
5950 S:      Supported
5951 F:      drivers/infiniband/hw/hfi1
5952
5953 HFS FILESYSTEM
5954 L:      linux-fsdevel@vger.kernel.org
5955 S:      Orphan
5956 F:      Documentation/filesystems/hfs.txt
5957 F:      fs/hfs/
5958
5959 HFSPLUS FILESYSTEM
5960 L:      linux-fsdevel@vger.kernel.org
5961 S:      Orphan
5962 F:      Documentation/filesystems/hfsplus.txt
5963 F:      fs/hfsplus/
5964
5965 HGA FRAMEBUFFER DRIVER
5966 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5967 L:      linux-nvidia@lists.surfsouth.com
5968 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5969 S:      Maintained
5970 F:      drivers/video/fbdev/hgafb.c
5971
5972 HIBERNATION (aka Software Suspend, aka swsusp)
5973 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5974 M:      Pavel Machek <pavel@ucw.cz>
5975 L:      linux-pm@vger.kernel.org
5976 B:      https://bugzilla.kernel.org
5977 S:      Supported
5978 F:      arch/x86/power/
5979 F:      drivers/base/power/
5980 F:      kernel/power/
5981 F:      include/linux/suspend.h
5982 F:      include/linux/freezer.h
5983 F:      include/linux/pm.h
5984 F:      arch/*/include/asm/suspend*.h
5985
5986 HID CORE LAYER
5987 M:      Jiri Kosina <jikos@kernel.org>
5988 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5989 L:      linux-input@vger.kernel.org
5990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5991 S:      Maintained
5992 F:      drivers/hid/
5993 F:      include/linux/hid*
5994 F:      include/uapi/linux/hid*
5995
5996 HID SENSOR HUB DRIVERS
5997 M:      Jiri Kosina <jikos@kernel.org>
5998 M:      Jonathan Cameron <jic23@kernel.org>
5999 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6000 L:      linux-input@vger.kernel.org
6001 L:      linux-iio@vger.kernel.org
6002 S:      Maintained
6003 F:      Documentation/hid/hid-sensor*
6004 F:      drivers/hid/hid-sensor-*
6005 F:      drivers/iio/*/hid-*
6006 F:      include/linux/hid-sensor-*
6007
6008 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
6009 M:      Thomas Gleixner <tglx@linutronix.de>
6010 L:      linux-kernel@vger.kernel.org
6011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6012 S:      Maintained
6013 F:      Documentation/timers/
6014 F:      kernel/time/hrtimer.c
6015 F:      kernel/time/clockevents.c
6016 F:      kernel/time/tick*.*
6017 F:      kernel/time/timer_*.c
6018 F:      include/linux/clockchips.h
6019 F:      include/linux/hrtimer.h
6020
6021 HIGH-SPEED SCC DRIVER FOR AX.25
6022 L:      linux-hams@vger.kernel.org
6023 S:      Orphan
6024 F:      drivers/net/hamradio/dmascc.c
6025 F:      drivers/net/hamradio/scc.c
6026
6027 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6028 M:      HighPoint Linux Team <linux@highpoint-tech.com>
6029 W:      http://www.highpoint-tech.com
6030 S:      Supported
6031 F:      Documentation/scsi/hptiop.txt
6032 F:      drivers/scsi/hptiop.c
6033
6034 HIPPI
6035 M:      Jes Sorensen <jes@trained-monkey.org>
6036 L:      linux-hippi@sunsite.dk
6037 S:      Maintained
6038 F:      include/linux/hippidevice.h
6039 F:      include/uapi/linux/if_hippi.h
6040 F:      net/802/hippi.c
6041 F:      drivers/net/hippi/
6042
6043 HISILICON NETWORK SUBSYSTEM DRIVER
6044 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6045 M:      Salil Mehta <salil.mehta@huawei.com>
6046 L:      netdev@vger.kernel.org
6047 W:      http://www.hisilicon.com
6048 S:      Maintained
6049 F:      drivers/net/ethernet/hisilicon/
6050 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6051
6052 HISILICON ROCE DRIVER
6053 M:      Lijun Ou <oulijun@huawei.com>
6054 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
6055 L:      linux-rdma@vger.kernel.org
6056 S:      Maintained
6057 F:      drivers/infiniband/hw/hns/
6058 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6059
6060 HISILICON SAS Controller
6061 M:      John Garry <john.garry@huawei.com>
6062 W:      http://www.hisilicon.com
6063 S:      Supported
6064 F:      drivers/scsi/hisi_sas/
6065 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6066
6067 HOST AP DRIVER
6068 M:      Jouni Malinen <j@w1.fi>
6069 L:      linux-wireless@vger.kernel.org
6070 W:      http://w1.fi/hostap-driver.html
6071 S:      Obsolete
6072 F:      drivers/net/wireless/intersil/hostap/
6073
6074 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6075 L:      platform-driver-x86@vger.kernel.org
6076 S:      Orphan
6077 F:      drivers/platform/x86/tc1100-wmi.c
6078
6079 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6080 M:      Jaroslav Kysela <perex@perex.cz>
6081 S:      Maintained
6082 F:      drivers/net/ethernet/hp/hp100.*
6083
6084 HPET:   High Precision Event Timers driver
6085 M:      Clemens Ladisch <clemens@ladisch.de>
6086 S:      Maintained
6087 F:      Documentation/timers/hpet.txt
6088 F:      drivers/char/hpet.c
6089 F:      include/linux/hpet.h
6090 F:      include/uapi/linux/hpet.h
6091
6092 HPET:   x86
6093 S:      Orphan
6094 F:      arch/x86/kernel/hpet.c
6095 F:      arch/x86/include/asm/hpet.h
6096
6097 HPFS FILESYSTEM
6098 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6099 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6100 S:      Maintained
6101 F:      fs/hpfs/
6102
6103 HSI SUBSYSTEM
6104 M:      Sebastian Reichel <sre@kernel.org>
6105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6106 S:      Maintained
6107 F:      Documentation/ABI/testing/sysfs-bus-hsi
6108 F:      Documentation/driver-api/hsi.rst
6109 F:      drivers/hsi/
6110 F:      include/linux/hsi/
6111 F:      include/uapi/linux/hsi/
6112
6113 HSO 3G MODEM DRIVER
6114 L:      linux-usb@vger.kernel.org
6115 S:      Orphan
6116 F:      drivers/net/usb/hso.c
6117
6118 HSR NETWORK PROTOCOL
6119 M:      Arvid Brodin <arvid.brodin@alten.se>
6120 L:      netdev@vger.kernel.org
6121 S:      Maintained
6122 F:      net/hsr/
6123
6124 HTCPEN TOUCHSCREEN DRIVER
6125 M:      Pau Oliva Fora <pof@eslack.org>
6126 L:      linux-input@vger.kernel.org
6127 S:      Maintained
6128 F:      drivers/input/touchscreen/htcpen.c
6129
6130 HUGETLB FILESYSTEM
6131 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
6132 S:      Maintained
6133 F:      fs/hugetlbfs/
6134
6135 HVA ST MEDIA DRIVER
6136 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6137 L:      linux-media@vger.kernel.org
6138 T:      git git://linuxtv.org/media_tree.git
6139 W:      https://linuxtv.org
6140 S:      Supported
6141 F:      drivers/media/platform/sti/hva
6142
6143 Hyper-V CORE AND DRIVERS
6144 M:      "K. Y. Srinivasan" <kys@microsoft.com>
6145 M:      Haiyang Zhang <haiyangz@microsoft.com>
6146 M:      Stephen Hemminger <sthemmin@microsoft.com>
6147 L:      devel@linuxdriverproject.org
6148 S:      Maintained
6149 F:      arch/x86/include/asm/mshyperv.h
6150 F:      arch/x86/include/uapi/asm/hyperv.h
6151 F:      arch/x86/kernel/cpu/mshyperv.c
6152 F:      arch/x86/hyperv
6153 F:      drivers/hid/hid-hyperv.c
6154 F:      drivers/hv/
6155 F:      drivers/input/serio/hyperv-keyboard.c
6156 F:      drivers/pci/host/pci-hyperv.c
6157 F:      drivers/net/hyperv/
6158 F:      drivers/scsi/storvsc_drv.c
6159 F:      drivers/uio/uio_hv_generic.c
6160 F:      drivers/video/fbdev/hyperv_fb.c
6161 F:      include/linux/hyperv.h
6162 F:      tools/hv/
6163 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6164
6165 I2C MUXES
6166 M:      Peter Rosin <peda@axentia.se>
6167 L:      linux-i2c@vger.kernel.org
6168 S:      Maintained
6169 F:      Documentation/i2c/i2c-topology
6170 F:      Documentation/i2c/muxes/
6171 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6172 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6173 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6174 F:      drivers/i2c/i2c-mux.c
6175 F:      drivers/i2c/muxes/
6176 F:      include/linux/i2c-mux.h
6177
6178 I2C OVER PARALLEL PORT
6179 M:      Jean Delvare <jdelvare@suse.com>
6180 L:      linux-i2c@vger.kernel.org
6181 S:      Maintained
6182 F:      Documentation/i2c/busses/i2c-parport
6183 F:      Documentation/i2c/busses/i2c-parport-light
6184 F:      drivers/i2c/busses/i2c-parport.c
6185 F:      drivers/i2c/busses/i2c-parport-light.c
6186
6187 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6188 M:      Jean Delvare <jdelvare@suse.com>
6189 L:      linux-i2c@vger.kernel.org
6190 S:      Maintained
6191 F:      Documentation/i2c/busses/i2c-ali1535
6192 F:      Documentation/i2c/busses/i2c-ali1563
6193 F:      Documentation/i2c/busses/i2c-ali15x3
6194 F:      Documentation/i2c/busses/i2c-amd756
6195 F:      Documentation/i2c/busses/i2c-amd8111
6196 F:      Documentation/i2c/busses/i2c-i801
6197 F:      Documentation/i2c/busses/i2c-nforce2
6198 F:      Documentation/i2c/busses/i2c-piix4
6199 F:      Documentation/i2c/busses/i2c-sis5595
6200 F:      Documentation/i2c/busses/i2c-sis630
6201 F:      Documentation/i2c/busses/i2c-sis96x
6202 F:      Documentation/i2c/busses/i2c-via
6203 F:      Documentation/i2c/busses/i2c-viapro
6204 F:      drivers/i2c/busses/i2c-ali1535.c
6205 F:      drivers/i2c/busses/i2c-ali1563.c
6206 F:      drivers/i2c/busses/i2c-ali15x3.c
6207 F:      drivers/i2c/busses/i2c-amd756.c
6208 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6209 F:      drivers/i2c/busses/i2c-amd8111.c
6210 F:      drivers/i2c/busses/i2c-i801.c
6211 F:      drivers/i2c/busses/i2c-isch.c
6212 F:      drivers/i2c/busses/i2c-nforce2.c
6213 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6214 F:      drivers/i2c/busses/i2c-piix4.c
6215 F:      drivers/i2c/busses/i2c-sis5595.c
6216 F:      drivers/i2c/busses/i2c-sis630.c
6217 F:      drivers/i2c/busses/i2c-sis96x.c
6218 F:      drivers/i2c/busses/i2c-via.c
6219 F:      drivers/i2c/busses/i2c-viapro.c
6220
6221 I2C/SMBUS ISMT DRIVER
6222 M:      Seth Heasley <seth.heasley@intel.com>
6223 M:      Neil Horman <nhorman@tuxdriver.com>
6224 L:      linux-i2c@vger.kernel.org
6225 F:      drivers/i2c/busses/i2c-ismt.c
6226 F:      Documentation/i2c/busses/i2c-ismt
6227
6228 I2C/SMBUS STUB DRIVER
6229 M:      Jean Delvare <jdelvare@suse.com>
6230 L:      linux-i2c@vger.kernel.org
6231 S:      Maintained
6232 F:      drivers/i2c/i2c-stub.c
6233
6234 I2C SUBSYSTEM
6235 M:      Wolfram Sang <wsa@the-dreams.de>
6236 L:      linux-i2c@vger.kernel.org
6237 W:      https://i2c.wiki.kernel.org/
6238 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6240 S:      Maintained
6241 F:      Documentation/devicetree/bindings/i2c/
6242 F:      Documentation/i2c/
6243 F:      drivers/i2c/
6244 F:      drivers/i2c/*/
6245 F:      include/linux/i2c.h
6246 F:      include/linux/i2c-*.h
6247 F:      include/uapi/linux/i2c.h
6248 F:      include/uapi/linux/i2c-*.h
6249
6250 I2C ACPI SUPPORT
6251 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6252 L:      linux-i2c@vger.kernel.org
6253 L:      linux-acpi@vger.kernel.org
6254 S:      Maintained
6255
6256 I2C-TAOS-EVM DRIVER
6257 M:      Jean Delvare <jdelvare@suse.com>
6258 L:      linux-i2c@vger.kernel.org
6259 S:      Maintained
6260 F:      Documentation/i2c/busses/i2c-taos-evm
6261 F:      drivers/i2c/busses/i2c-taos-evm.c
6262
6263 I2C-TINY-USB DRIVER
6264 M:      Till Harbaum <till@harbaum.org>
6265 L:      linux-i2c@vger.kernel.org
6266 W:      http://www.harbaum.org/till/i2c_tiny_usb
6267 S:      Maintained
6268 F:      drivers/i2c/busses/i2c-tiny-usb.c
6269
6270 i386 BOOT CODE
6271 M:      "H. Peter Anvin" <hpa@zytor.com>
6272 S:      Maintained
6273 F:      arch/x86/boot/
6274
6275 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6276 M:      "H. Peter Anvin" <hpa@zytor.com>
6277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6278 S:      Maintained
6279
6280 IA64 (Itanium) PLATFORM
6281 M:      Tony Luck <tony.luck@intel.com>
6282 M:      Fenghua Yu <fenghua.yu@intel.com>
6283 L:      linux-ia64@vger.kernel.org
6284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6285 S:      Maintained
6286 F:      arch/ia64/
6287
6288 IBM Power VMX Cryptographic instructions
6289 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6290 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6291 L:      linux-crypto@vger.kernel.org
6292 S:      Supported
6293 F:      drivers/crypto/vmx/Makefile
6294 F:      drivers/crypto/vmx/Kconfig
6295 F:      drivers/crypto/vmx/vmx.c
6296 F:      drivers/crypto/vmx/aes*
6297 F:      drivers/crypto/vmx/ghash*
6298 F:      drivers/crypto/vmx/ppc-xlate.pl
6299
6300 IBM Power in-Nest Crypto Acceleration
6301 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6302 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6303 L:      linux-crypto@vger.kernel.org
6304 S:      Supported
6305 F:      drivers/crypto/nx/Makefile
6306 F:      drivers/crypto/nx/Kconfig
6307 F:      drivers/crypto/nx/nx-aes*
6308 F:      drivers/crypto/nx/nx-sha*
6309 F:      drivers/crypto/nx/nx.*
6310 F:      drivers/crypto/nx/nx_csbcpb.h
6311 F:      drivers/crypto/nx/nx_debugfs.h
6312
6313 IBM Power 842 compression accelerator
6314 M:      Haren Myneni <haren@us.ibm.com>
6315 S:      Supported
6316 F:      drivers/crypto/nx/Makefile
6317 F:      drivers/crypto/nx/Kconfig
6318 F:      drivers/crypto/nx/nx-842*
6319 F:      include/linux/sw842.h
6320 F:      crypto/842.c
6321 F:      lib/842/
6322
6323 IBM Power Linux RAID adapter
6324 M:      Brian King <brking@us.ibm.com>
6325 S:      Supported
6326 F:      drivers/scsi/ipr.*
6327
6328 IBM Power Virtual Ethernet Device Driver
6329 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6330 L:      netdev@vger.kernel.org
6331 S:      Supported
6332 F:      drivers/net/ethernet/ibm/ibmveth.*
6333
6334 IBM Power SRIOV Virtual NIC Device Driver
6335 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6336 M:      John Allen <jallen@linux.vnet.ibm.com>
6337 L:      netdev@vger.kernel.org
6338 S:      Supported
6339 F:      drivers/net/ethernet/ibm/ibmvnic.*
6340
6341 IBM Power Virtual SCSI Device Drivers
6342 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6343 L:      linux-scsi@vger.kernel.org
6344 S:      Supported
6345 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6346 F:      include/scsi/viosrp.h
6347
6348 IBM Power Virtual SCSI Device Target Driver
6349 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6350 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6351 L:      linux-scsi@vger.kernel.org
6352 L:      target-devel@vger.kernel.org
6353 S:      Supported
6354 F:      drivers/scsi/ibmvscsi_tgt/
6355
6356 IBM Power Virtual FC Device Drivers
6357 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6358 L:      linux-scsi@vger.kernel.org
6359 S:      Supported
6360 F:      drivers/scsi/ibmvscsi/ibmvfc*
6361
6362 IBM ServeRAID RAID DRIVER
6363 S:      Orphan
6364 F:      drivers/scsi/ips.*
6365
6366 ICH LPC AND GPIO DRIVER
6367 M:      Peter Tyser <ptyser@xes-inc.com>
6368 S:      Maintained
6369 F:      drivers/mfd/lpc_ich.c
6370 F:      drivers/gpio/gpio-ich.c
6371
6372 IDT VersaClock 5 CLOCK DRIVER
6373 M:      Marek Vasut <marek.vasut@gmail.com>
6374 S:      Maintained
6375 F:      drivers/clk/clk-versaclock5.c
6376
6377 IDE SUBSYSTEM
6378 M:      "David S. Miller" <davem@davemloft.net>
6379 L:      linux-ide@vger.kernel.org
6380 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6382 S:      Maintained
6383 F:      Documentation/ide/
6384 F:      drivers/ide/
6385 F:      include/linux/ide.h
6386
6387 IDEAPAD LAPTOP EXTRAS DRIVER
6388 M:      Ike Panhc <ike.pan@canonical.com>
6389 L:      platform-driver-x86@vger.kernel.org
6390 W:      http://launchpad.net/ideapad-laptop
6391 S:      Maintained
6392 F:      drivers/platform/x86/ideapad-laptop.c
6393
6394 IDEAPAD LAPTOP SLIDEBAR DRIVER
6395 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6396 L:      linux-input@vger.kernel.org
6397 W:      https://github.com/o2genum/ideapad-slidebar
6398 S:      Maintained
6399 F:      drivers/input/misc/ideapad_slidebar.c
6400
6401 IDE/ATAPI DRIVERS
6402 M:      Borislav Petkov <bp@alien8.de>
6403 L:      linux-ide@vger.kernel.org
6404 S:      Maintained
6405 F:      Documentation/cdrom/ide-cd
6406 F:      drivers/ide/ide-cd*
6407
6408 IEEE 802.15.4 SUBSYSTEM
6409 M:      Alexander Aring <aar@pengutronix.de>
6410 M:      Stefan Schmidt <stefan@osg.samsung.com>
6411 L:      linux-wpan@vger.kernel.org
6412 W:      http://wpan.cakelab.org/
6413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6415 S:      Maintained
6416 F:      net/ieee802154/
6417 F:      net/mac802154/
6418 F:      drivers/net/ieee802154/
6419 F:      include/linux/nl802154.h
6420 F:      include/linux/ieee802154.h
6421 F:      include/net/nl802154.h
6422 F:      include/net/mac802154.h
6423 F:      include/net/af_ieee802154.h
6424 F:      include/net/cfg802154.h
6425 F:      include/net/ieee802154_netdev.h
6426 F:      Documentation/networking/ieee802154.txt
6427
6428 IFE PROTOCOL
6429 M:      Yotam Gigi <yotamg@mellanox.com>
6430 M:      Jamal Hadi Salim <jhs@mojatatu.com>
6431 F:      net/ife
6432 F:      include/net/ife.h
6433 F:      include/uapi/linux/ife.h
6434
6435 IGORPLUG-USB IR RECEIVER
6436 M:      Sean Young <sean@mess.org>
6437 L:      linux-media@vger.kernel.org
6438 S:      Maintained
6439 F:      drivers/media/rc/igorplugusb.c
6440
6441 IGUANAWORKS USB IR TRANSCEIVER
6442 M:      Sean Young <sean@mess.org>
6443 L:      linux-media@vger.kernel.org
6444 S:      Maintained
6445 F:      drivers/media/rc/iguanair.c
6446
6447 IIO DIGITAL POTENTIOMETER DAC
6448 M:      Peter Rosin <peda@axentia.se>
6449 L:      linux-iio@vger.kernel.org
6450 S:      Maintained
6451 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6452 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6453 F:      drivers/iio/dac/dpot-dac.c
6454
6455 IIO ENVELOPE DETECTOR
6456 M:      Peter Rosin <peda@axentia.se>
6457 L:      linux-iio@vger.kernel.org
6458 S:      Maintained
6459 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6460 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6461 F:      drivers/iio/adc/envelope-detector.c
6462
6463 IIO SUBSYSTEM AND DRIVERS
6464 M:      Jonathan Cameron <jic23@kernel.org>
6465 R:      Hartmut Knaack <knaack.h@gmx.de>
6466 R:      Lars-Peter Clausen <lars@metafoo.de>
6467 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6468 L:      linux-iio@vger.kernel.org
6469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6470 S:      Maintained
6471 F:      Documentation/devicetree/bindings/iio/
6472 F:      drivers/iio/
6473 F:      drivers/staging/iio/
6474 F:      include/linux/iio/
6475 F:      tools/iio/
6476
6477 IKANOS/ADI EAGLE ADSL USB DRIVER
6478 M:      Matthieu Castet <castet.matthieu@free.fr>
6479 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6480 S:      Maintained
6481 F:      drivers/usb/atm/ueagle-atm.c
6482
6483 IMGTEC ASCII LCD DRIVER
6484 M:      Paul Burton <paul.burton@imgtec.com>
6485 S:      Maintained
6486 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6487 F:      drivers/auxdisplay/img-ascii-lcd.c
6488
6489 INA209 HARDWARE MONITOR DRIVER
6490 M:      Guenter Roeck <linux@roeck-us.net>
6491 L:      linux-hwmon@vger.kernel.org
6492 S:      Maintained
6493 F:      Documentation/hwmon/ina209
6494 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6495 F:      drivers/hwmon/ina209.c
6496
6497 INA2XX HARDWARE MONITOR DRIVER
6498 M:      Guenter Roeck <linux@roeck-us.net>
6499 L:      linux-hwmon@vger.kernel.org
6500 S:      Maintained
6501 F:      Documentation/hwmon/ina2xx
6502 F:      drivers/hwmon/ina2xx.c
6503 F:      include/linux/platform_data/ina2xx.h
6504
6505 INDUSTRY PACK SUBSYSTEM (IPACK)
6506 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6507 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6508 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6509 L:      industrypack-devel@lists.sourceforge.net
6510 W:      http://industrypack.sourceforge.net
6511 S:      Maintained
6512 F:      drivers/ipack/
6513
6514 INGENIC JZ4780 DMA Driver
6515 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6516 S:      Maintained
6517 F:      drivers/dma/dma-jz4780.c
6518
6519 INGENIC JZ4780 NAND DRIVER
6520 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6521 L:      linux-mtd@lists.infradead.org
6522 S:      Maintained
6523 F:      drivers/mtd/nand/jz4780_*
6524
6525 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6526 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6527 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6528 L:      linux-ima-devel@lists.sourceforge.net
6529 L:      linux-ima-user@lists.sourceforge.net
6530 L:      linux-security-module@vger.kernel.org
6531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6532 S:      Supported
6533 F:      security/integrity/ima/
6534
6535 IMGTEC IR DECODER DRIVER
6536 M:      James Hogan <james.hogan@imgtec.com>
6537 S:      Maintained
6538 F:      drivers/media/rc/img-ir/
6539
6540 IMS TWINTURBO FRAMEBUFFER DRIVER
6541 L:      linux-fbdev@vger.kernel.org
6542 S:      Orphan
6543 F:      drivers/video/fbdev/imsttfb.c
6544
6545 INFINIBAND SUBSYSTEM
6546 M:      Doug Ledford <dledford@redhat.com>
6547 M:      Sean Hefty <sean.hefty@intel.com>
6548 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6549 L:      linux-rdma@vger.kernel.org
6550 W:      http://www.openfabrics.org/
6551 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6553 S:      Supported
6554 F:      Documentation/devicetree/bindings/infiniband/
6555 F:      Documentation/infiniband/
6556 F:      drivers/infiniband/
6557 F:      include/uapi/linux/if_infiniband.h
6558 F:      include/uapi/rdma/
6559 F:      include/rdma/
6560
6561 INOTIFY
6562 M:      John McCutchan <john@johnmccutchan.com>
6563 M:      Robert Love <rlove@rlove.org>
6564 M:      Eric Paris <eparis@parisplace.org>
6565 S:      Maintained
6566 F:      Documentation/filesystems/inotify.txt
6567 F:      fs/notify/inotify/
6568 F:      include/linux/inotify.h
6569 F:      include/uapi/linux/inotify.h
6570
6571 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6572 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6573 L:      linux-input@vger.kernel.org
6574 Q:      http://patchwork.kernel.org/project/linux-input/list/
6575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6576 S:      Maintained
6577 F:      drivers/input/
6578 F:      include/linux/input.h
6579 F:      include/uapi/linux/input.h
6580 F:      include/linux/input/
6581 F:      Documentation/devicetree/bindings/input/
6582
6583 INPUT MULTITOUCH (MT) PROTOCOL
6584 M:      Henrik Rydberg <rydberg@bitmath.org>
6585 L:      linux-input@vger.kernel.org
6586 S:      Odd fixes
6587 F:      Documentation/input/multi-touch-protocol.rst
6588 F:      drivers/input/input-mt.c
6589 K:      \b(ABS|SYN)_MT_
6590
6591 INTEL ASoC BDW/HSW DRIVERS
6592 M:      Jie Yang <yang.jie@linux.intel.com>
6593 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6594 S:      Supported
6595 F:      sound/soc/intel/common/sst-dsp*
6596 F:      sound/soc/intel/common/sst-firmware.c
6597 F:      sound/soc/intel/boards/broadwell.c
6598 F:      sound/soc/intel/haswell/
6599
6600 INTEL C600 SERIES SAS CONTROLLER DRIVER
6601 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6602 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6603 L:      linux-scsi@vger.kernel.org
6604 T:      git git://git.code.sf.net/p/intel-sas/isci
6605 S:      Supported
6606 F:      drivers/scsi/isci/
6607
6608 INTEL HID EVENT DRIVER
6609 M:      Alex Hung <alex.hung@canonical.com>
6610 L:      platform-driver-x86@vger.kernel.org
6611 S:      Maintained
6612 F:      drivers/platform/x86/intel-hid.c
6613
6614 INTEL VIRTUAL BUTTON DRIVER
6615 M:      AceLan Kao <acelan.kao@canonical.com>
6616 L:      platform-driver-x86@vger.kernel.org
6617 S:      Maintained
6618 F:      drivers/platform/x86/intel-vbtn.c
6619
6620 INTEL IDLE DRIVER
6621 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6622 M:      Len Brown <lenb@kernel.org>
6623 L:      linux-pm@vger.kernel.org
6624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6625 B:      https://bugzilla.kernel.org
6626 S:      Supported
6627 F:      drivers/idle/intel_idle.c
6628
6629 INTEL INTEGRATED SENSOR HUB DRIVER
6630 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6631 M:      Jiri Kosina <jikos@kernel.org>
6632 L:      linux-input@vger.kernel.org
6633 S:      Maintained
6634 F:      drivers/hid/intel-ish-hid/
6635
6636 INTEL PSTATE DRIVER
6637 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6638 M:      Len Brown <lenb@kernel.org>
6639 L:      linux-pm@vger.kernel.org
6640 S:      Supported
6641 F:      drivers/cpufreq/intel_pstate.c
6642
6643 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6644 M:      Maik Broemme <mbroemme@libmpq.org>
6645 L:      linux-fbdev@vger.kernel.org
6646 S:      Maintained
6647 F:      Documentation/fb/intelfb.txt
6648 F:      drivers/video/fbdev/intelfb/
6649
6650 INTEL 810/815 FRAMEBUFFER DRIVER
6651 M:      Antonino Daplas <adaplas@gmail.com>
6652 L:      linux-fbdev@vger.kernel.org
6653 S:      Maintained
6654 F:      drivers/video/fbdev/i810/
6655
6656 INTEL MENLOW THERMAL DRIVER
6657 M:      Sujith Thomas <sujith.thomas@intel.com>
6658 L:      platform-driver-x86@vger.kernel.org
6659 W:      https://01.org/linux-acpi
6660 S:      Supported
6661 F:      drivers/platform/x86/intel_menlow.c
6662
6663 INTEL I/OAT DMA DRIVER
6664 M:      Dave Jiang <dave.jiang@intel.com>
6665 R:      Dan Williams <dan.j.williams@intel.com>
6666 L:      dmaengine@vger.kernel.org
6667 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6668 S:      Supported
6669 F:      drivers/dma/ioat*
6670
6671 INTEL IOMMU (VT-d)
6672 M:      David Woodhouse <dwmw2@infradead.org>
6673 L:      iommu@lists.linux-foundation.org
6674 T:      git git://git.infradead.org/iommu-2.6.git
6675 S:      Supported
6676 F:      drivers/iommu/intel-iommu.c
6677 F:      include/linux/intel-iommu.h
6678
6679 INTEL IOP-ADMA DMA DRIVER
6680 R:      Dan Williams <dan.j.williams@intel.com>
6681 S:      Odd fixes
6682 F:      drivers/dma/iop-adma.c
6683
6684 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6685 M:      Krzysztof Halasa <khalasa@piap.pl>
6686 S:      Maintained
6687 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6688 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6689 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6690 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6691 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6692 F:      drivers/net/wan/ixp4xx_hss.c
6693
6694 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6695 M:      Deepak Saxena <dsaxena@plexity.net>
6696 S:      Maintained
6697 F:      drivers/char/hw_random/ixp4xx-rng.c
6698
6699 INTEL ETHERNET DRIVERS
6700 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6701 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6702 W:      http://www.intel.com/support/feedback.htm
6703 W:      http://e1000.sourceforge.net/
6704 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6707 S:      Supported
6708 F:      Documentation/networking/e100.txt
6709 F:      Documentation/networking/e1000.txt
6710 F:      Documentation/networking/e1000e.txt
6711 F:      Documentation/networking/igb.txt
6712 F:      Documentation/networking/igbvf.txt
6713 F:      Documentation/networking/ixgb.txt
6714 F:      Documentation/networking/ixgbe.txt
6715 F:      Documentation/networking/ixgbevf.txt
6716 F:      Documentation/networking/i40e.txt
6717 F:      Documentation/networking/i40evf.txt
6718 F:      drivers/net/ethernet/intel/
6719 F:      drivers/net/ethernet/intel/*/
6720
6721 INTEL RDMA RNIC DRIVER
6722 M:     Faisal Latif <faisal.latif@intel.com>
6723 M:     Shiraz Saleem <shiraz.saleem@intel.com>
6724 L:     linux-rdma@vger.kernel.org
6725 S:     Supported
6726 F:     drivers/infiniband/hw/i40iw/
6727
6728 INTEL MERRIFIELD GPIO DRIVER
6729 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6730 L:      linux-gpio@vger.kernel.org
6731 S:      Maintained
6732 F:      drivers/gpio/gpio-merrifield.c
6733
6734 INTEL-MID GPIO DRIVER
6735 M:      David Cohen <david.a.cohen@linux.intel.com>
6736 L:      linux-gpio@vger.kernel.org
6737 S:      Maintained
6738 F:      drivers/gpio/gpio-intel-mid.c
6739
6740 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6741 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6742 L:      linux-wireless@vger.kernel.org
6743 S:      Maintained
6744 F:      Documentation/networking/README.ipw2100
6745 F:      Documentation/networking/README.ipw2200
6746 F:      drivers/net/wireless/intel/ipw2x00/
6747
6748 INTEL(R) TRACE HUB
6749 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6750 S:      Supported
6751 F:      Documentation/trace/intel_th.txt
6752 F:      drivers/hwtracing/intel_th/
6753
6754 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6755 M:      Ning Sun <ning.sun@intel.com>
6756 L:      tboot-devel@lists.sourceforge.net
6757 W:      http://tboot.sourceforge.net
6758 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6759 S:      Supported
6760 F:      Documentation/intel_txt.txt
6761 F:      include/linux/tboot.h
6762 F:      arch/x86/kernel/tboot.c
6763
6764 INTEL WIRELESS WIMAX CONNECTION 2400
6765 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6766 M:      linux-wimax@intel.com
6767 L:      wimax@linuxwimax.org (subscribers-only)
6768 S:      Supported
6769 W:      http://linuxwimax.org
6770 F:      Documentation/wimax/README.i2400m
6771 F:      drivers/net/wimax/i2400m/
6772 F:      include/uapi/linux/wimax/i2400m.h
6773
6774 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6775 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6776 L:      linux-wireless@vger.kernel.org
6777 S:      Supported
6778 F:      drivers/net/wireless/intel/iwlegacy/
6779
6780 INTEL WIRELESS WIFI LINK (iwlwifi)
6781 M:      Johannes Berg <johannes.berg@intel.com>
6782 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6783 M:      Luca Coelho <luciano.coelho@intel.com>
6784 M:      Intel Linux Wireless <linuxwifi@intel.com>
6785 L:      linux-wireless@vger.kernel.org
6786 W:      http://intellinuxwireless.org
6787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6788 S:      Supported
6789 F:      drivers/net/wireless/intel/iwlwifi/
6790
6791 INTEL MANAGEMENT ENGINE (mei)
6792 M:      Tomas Winkler <tomas.winkler@intel.com>
6793 L:      linux-kernel@vger.kernel.org
6794 S:      Supported
6795 F:      include/uapi/linux/mei.h
6796 F:      include/linux/mei_cl_bus.h
6797 F:      drivers/misc/mei/*
6798 F:      drivers/watchdog/mei_wdt.c
6799 F:      Documentation/misc-devices/mei/*
6800 F:      samples/mei/*
6801
6802 INTEL MIC DRIVERS (mic)
6803 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6804 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6805 S:      Supported
6806 W:      https://github.com/sudeepdutt/mic
6807 W:      http://software.intel.com/en-us/mic-developer
6808 F:      include/linux/mic_bus.h
6809 F:      include/linux/scif.h
6810 F:      include/uapi/linux/mic_common.h
6811 F:      include/uapi/linux/mic_ioctl.h
6812 F:      include/uapi/linux/scif_ioctl.h
6813 F:      drivers/misc/mic/
6814 F:      drivers/dma/mic_x100_dma.c
6815 F:      drivers/dma/mic_x100_dma.h
6816 F:      Documentation/mic/
6817
6818 INTEL PMC/P-Unit IPC DRIVER
6819 M:      Zha Qipeng<qipeng.zha@intel.com>
6820 L:      platform-driver-x86@vger.kernel.org
6821 S:      Maintained
6822 F:      drivers/platform/x86/intel_pmc_ipc.c
6823 F:      drivers/platform/x86/intel_punit_ipc.c
6824 F:      arch/x86/include/asm/intel_pmc_ipc.h
6825 F:      arch/x86/include/asm/intel_punit_ipc.h
6826
6827 INTEL TELEMETRY DRIVER
6828 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6829 L:      platform-driver-x86@vger.kernel.org
6830 S:      Maintained
6831 F:      arch/x86/include/asm/intel_telemetry.h
6832 F:      drivers/platform/x86/intel_telemetry*
6833
6834 INTEL PMC CORE DRIVER
6835 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6836 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6837 L:      platform-driver-x86@vger.kernel.org
6838 S:      Maintained
6839 F:      arch/x86/include/asm/pmc_core.h
6840 F:      drivers/platform/x86/intel_pmc_core*
6841
6842 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6843 M:      Linus Walleij <linus.walleij@linaro.org>
6844 L:      linux-iio@vger.kernel.org
6845 S:      Maintained
6846 F:      drivers/iio/gyro/mpu3050*
6847 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6848
6849 IOC3 ETHERNET DRIVER
6850 M:      Ralf Baechle <ralf@linux-mips.org>
6851 L:      linux-mips@linux-mips.org
6852 S:      Maintained
6853 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6854
6855 IOC3 SERIAL DRIVER
6856 M:      Pat Gefre <pfg@sgi.com>
6857 L:      linux-serial@vger.kernel.org
6858 S:      Maintained
6859 F:      drivers/tty/serial/ioc3_serial.c
6860
6861 IOMMU DRIVERS
6862 M:      Joerg Roedel <joro@8bytes.org>
6863 L:      iommu@lists.linux-foundation.org
6864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6865 S:      Maintained
6866 F:      Documentation/devicetree/bindings/iommu/
6867 F:      drivers/iommu/
6868 F:      include/linux/iommu.h
6869 F:      include/linux/iova.h
6870
6871 IP MASQUERADING
6872 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6873 S:      Maintained
6874 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6875
6876 IPMI SUBSYSTEM
6877 M:      Corey Minyard <minyard@acm.org>
6878 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6879 W:      http://openipmi.sourceforge.net/
6880 S:      Supported
6881 F:      Documentation/IPMI.txt
6882 F:      drivers/char/ipmi/
6883 F:      include/linux/ipmi*
6884 F:      include/uapi/linux/ipmi*
6885
6886 QCOM AUDIO (ASoC) DRIVERS
6887 M:      Patrick Lai <plai@codeaurora.org>
6888 M:      Banajit Goswami <bgoswami@codeaurora.org>
6889 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6890 S:      Supported
6891 F:      sound/soc/qcom/
6892
6893 IPS SCSI RAID DRIVER
6894 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6895 L:      linux-scsi@vger.kernel.org
6896 W:      http://www.adaptec.com/
6897 S:      Maintained
6898 F:      drivers/scsi/ips*
6899
6900 IPVS
6901 M:      Wensong Zhang <wensong@linux-vs.org>
6902 M:      Simon Horman <horms@verge.net.au>
6903 M:      Julian Anastasov <ja@ssi.bg>
6904 L:      netdev@vger.kernel.org
6905 L:      lvs-devel@vger.kernel.org
6906 S:      Maintained
6907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6909 F:      Documentation/networking/ipvs-sysctl.txt
6910 F:      include/net/ip_vs.h
6911 F:      include/uapi/linux/ip_vs.h
6912 F:      net/netfilter/ipvs/
6913
6914 IPWIRELESS DRIVER
6915 M:      Jiri Kosina <jikos@kernel.org>
6916 M:      David Sterba <dsterba@suse.com>
6917 S:      Odd Fixes
6918 F:      drivers/tty/ipwireless/
6919
6920 IPX NETWORK LAYER
6921 L:      netdev@vger.kernel.org
6922 S:      Odd fixes
6923 F:      include/net/ipx.h
6924 F:      include/uapi/linux/ipx.h
6925 F:      net/ipx/
6926
6927 IRDA SUBSYSTEM
6928 M:      Samuel Ortiz <samuel@sortiz.org>
6929 L:      irda-users@lists.sourceforge.net (subscribers-only)
6930 L:      netdev@vger.kernel.org
6931 W:      http://irda.sourceforge.net/
6932 S:      Maintained
6933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6934 F:      Documentation/networking/irda.txt
6935 F:      drivers/net/irda/
6936 F:      include/net/irda/
6937 F:      net/irda/
6938
6939 IRQ SUBSYSTEM
6940 M:      Thomas Gleixner <tglx@linutronix.de>
6941 L:      linux-kernel@vger.kernel.org
6942 S:      Maintained
6943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6944 F:      kernel/irq/
6945
6946 IRQCHIP DRIVERS
6947 M:      Thomas Gleixner <tglx@linutronix.de>
6948 M:      Jason Cooper <jason@lakedaemon.net>
6949 M:      Marc Zyngier <marc.zyngier@arm.com>
6950 L:      linux-kernel@vger.kernel.org
6951 S:      Maintained
6952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6953 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6954 F:      Documentation/devicetree/bindings/interrupt-controller/
6955 F:      drivers/irqchip/
6956
6957 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6958 M:      Marc Zyngier <marc.zyngier@arm.com>
6959 S:      Maintained
6960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6961 F:      Documentation/IRQ-domain.txt
6962 F:      include/linux/irqdomain.h
6963 F:      kernel/irq/irqdomain.c
6964 F:      kernel/irq/msi.c
6965
6966 ISA
6967 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6968 S:      Maintained
6969 F:      Documentation/isa.txt
6970 F:      drivers/base/isa.c
6971 F:      include/linux/isa.h
6972
6973 ISAPNP
6974 M:      Jaroslav Kysela <perex@perex.cz>
6975 S:      Maintained
6976 F:      Documentation/isapnp.txt
6977 F:      drivers/pnp/isapnp/
6978 F:      include/linux/isapnp.h
6979
6980 ISA RADIO MODULE
6981 M:      Hans Verkuil <hverkuil@xs4all.nl>
6982 L:      linux-media@vger.kernel.org
6983 T:      git git://linuxtv.org/media_tree.git
6984 W:      https://linuxtv.org
6985 S:      Maintained
6986 F:      drivers/media/radio/radio-isa*
6987
6988 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6989 M:      Peter Jones <pjones@redhat.com>
6990 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6991 S:      Maintained
6992 F:      drivers/firmware/iscsi_ibft*
6993
6994 ISCSI
6995 M:      Lee Duncan <lduncan@suse.com>
6996 M:      Chris Leech <cleech@redhat.com>
6997 L:      open-iscsi@googlegroups.com
6998 W:      www.open-iscsi.com
6999 S:      Maintained
7000 F:      drivers/scsi/*iscsi*
7001 F:      include/scsi/*iscsi*
7002
7003 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7004 M:      Or Gerlitz <ogerlitz@mellanox.com>
7005 M:      Sagi Grimberg <sagi@grimberg.me>
7006 M:      Roi Dayan <roid@mellanox.com>
7007 L:      linux-rdma@vger.kernel.org
7008 S:      Supported
7009 W:      http://www.openfabrics.org
7010 W:      www.open-iscsi.org
7011 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7012 F:      drivers/infiniband/ulp/iser/
7013
7014 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7015 M:      Sagi Grimberg <sagi@grimberg.me>
7016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7017 L:      linux-rdma@vger.kernel.org
7018 L:      target-devel@vger.kernel.org
7019 S:      Supported
7020 W:      http://www.linux-iscsi.org
7021 F:      drivers/infiniband/ulp/isert
7022
7023 ISDN SUBSYSTEM
7024 M:      Karsten Keil <isdn@linux-pingi.de>
7025 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7026 L:      netdev@vger.kernel.org
7027 W:      http://www.isdn4linux.de
7028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7029 S:      Maintained
7030 F:      Documentation/isdn/
7031 F:      drivers/isdn/
7032 F:      include/linux/isdn.h
7033 F:      include/linux/isdn/
7034 F:      include/uapi/linux/isdn.h
7035 F:      include/uapi/linux/isdn/
7036
7037 ISDN SUBSYSTEM (Eicon active card driver)
7038 M:      Armin Schindler <mac@melware.de>
7039 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7040 W:      http://www.melware.de
7041 S:      Maintained
7042 F:      drivers/isdn/hardware/eicon/
7043
7044 IT87 HARDWARE MONITORING DRIVER
7045 M:      Jean Delvare <jdelvare@suse.com>
7046 L:      linux-hwmon@vger.kernel.org
7047 S:      Maintained
7048 F:      Documentation/hwmon/it87
7049 F:      drivers/hwmon/it87.c
7050
7051 IT913X MEDIA DRIVER
7052 M:      Antti Palosaari <crope@iki.fi>
7053 L:      linux-media@vger.kernel.org
7054 W:      https://linuxtv.org
7055 W:      http://palosaari.fi/linux/
7056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7057 T:      git git://linuxtv.org/anttip/media_tree.git
7058 S:      Maintained
7059 F:      drivers/media/tuners/it913x*
7060
7061 IVTV VIDEO4LINUX DRIVER
7062 M:      Andy Walls <awalls@md.metrocast.net>
7063 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
7064 L:      linux-media@vger.kernel.org
7065 T:      git git://linuxtv.org/media_tree.git
7066 W:      http://www.ivtvdriver.org
7067 S:      Maintained
7068 F:      Documentation/media/v4l-drivers/ivtv*
7069 F:      drivers/media/pci/ivtv/
7070 F:      include/uapi/linux/ivtv*
7071
7072 IX2505V MEDIA DRIVER
7073 M:      Malcolm Priestley <tvboxspy@gmail.com>
7074 L:      linux-media@vger.kernel.org
7075 W:      https://linuxtv.org
7076 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7077 S:      Maintained
7078 F:      drivers/media/dvb-frontends/ix2505v*
7079
7080 JC42.4 TEMPERATURE SENSOR DRIVER
7081 M:      Guenter Roeck <linux@roeck-us.net>
7082 L:      linux-hwmon@vger.kernel.org
7083 S:      Maintained
7084 F:      drivers/hwmon/jc42.c
7085 F:      Documentation/hwmon/jc42
7086
7087 JFS FILESYSTEM
7088 M:      Dave Kleikamp <shaggy@kernel.org>
7089 L:      jfs-discussion@lists.sourceforge.net
7090 W:      http://jfs.sourceforge.net/
7091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7092 S:      Maintained
7093 F:      Documentation/filesystems/jfs.txt
7094 F:      fs/jfs/
7095
7096 JME NETWORK DRIVER
7097 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
7098 L:      netdev@vger.kernel.org
7099 S:      Maintained
7100 F:      drivers/net/ethernet/jme.*
7101
7102 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7103 M:      David Woodhouse <dwmw2@infradead.org>
7104 L:      linux-mtd@lists.infradead.org
7105 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7106 S:      Maintained
7107 F:      fs/jffs2/
7108 F:      include/uapi/linux/jffs2.h
7109
7110 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7111 M:      "Theodore Ts'o" <tytso@mit.edu>
7112 M:      Jan Kara <jack@suse.com>
7113 L:      linux-ext4@vger.kernel.org
7114 S:      Maintained
7115 F:      fs/jbd2/
7116 F:      include/linux/jbd2.h
7117
7118 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7119 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7120 L:      linux-media@vger.kernel.org
7121 S:      Maintained
7122 F:      drivers/media/platform/rcar_jpu.c
7123
7124 JSM Neo PCI based serial card
7125 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
7126 L:      linux-serial@vger.kernel.org
7127 S:      Maintained
7128 F:      drivers/tty/serial/jsm/
7129
7130 K10TEMP HARDWARE MONITORING DRIVER
7131 M:      Clemens Ladisch <clemens@ladisch.de>
7132 L:      linux-hwmon@vger.kernel.org
7133 S:      Maintained
7134 F:      Documentation/hwmon/k10temp
7135 F:      drivers/hwmon/k10temp.c
7136
7137 K8TEMP HARDWARE MONITORING DRIVER
7138 M:      Rudolf Marek <r.marek@assembler.cz>
7139 L:      linux-hwmon@vger.kernel.org
7140 S:      Maintained
7141 F:      Documentation/hwmon/k8temp
7142 F:      drivers/hwmon/k8temp.c
7143
7144 KASAN
7145 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
7146 R:      Alexander Potapenko <glider@google.com>
7147 R:      Dmitry Vyukov <dvyukov@google.com>
7148 L:      kasan-dev@googlegroups.com
7149 S:      Maintained
7150 F:      arch/*/include/asm/kasan.h
7151 F:      arch/*/mm/kasan_init*
7152 F:      Documentation/dev-tools/kasan.rst
7153 F:      include/linux/kasan*.h
7154 F:      lib/test_kasan.c
7155 F:      mm/kasan/
7156 F:      scripts/Makefile.kasan
7157
7158 KCONFIG
7159 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
7160 L:      linux-kbuild@vger.kernel.org
7161 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
7162 S:      Maintained
7163 F:      Documentation/kbuild/kconfig-language.txt
7164 F:      scripts/kconfig/
7165
7166 KDUMP
7167 M:      Dave Young <dyoung@redhat.com>
7168 M:      Baoquan He <bhe@redhat.com>
7169 R:      Vivek Goyal <vgoyal@redhat.com>
7170 L:      kexec@lists.infradead.org
7171 W:      http://lse.sourceforge.net/kdump/
7172 S:      Maintained
7173 F:      Documentation/kdump/
7174
7175 KEENE FM RADIO TRANSMITTER DRIVER
7176 M:      Hans Verkuil <hverkuil@xs4all.nl>
7177 L:      linux-media@vger.kernel.org
7178 T:      git git://linuxtv.org/media_tree.git
7179 W:      https://linuxtv.org
7180 S:      Maintained
7181 F:      drivers/media/radio/radio-keene*
7182
7183 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7184 M:      Ian Kent <raven@themaw.net>
7185 L:      autofs@vger.kernel.org
7186 S:      Maintained
7187 F:      fs/autofs4/
7188
7189 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7190 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
7191 M:      Michal Marek <mmarek@suse.com>
7192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7193 L:      linux-kbuild@vger.kernel.org
7194 S:      Maintained
7195 F:      Documentation/kbuild/
7196 F:      Makefile
7197 F:      scripts/Makefile.*
7198 F:      scripts/basic/
7199 F:      scripts/mk*
7200 F:      scripts/package/
7201
7202 KERNEL JANITORS
7203 L:      kernel-janitors@vger.kernel.org
7204 W:      http://kernelnewbies.org/KernelJanitors
7205 S:      Odd Fixes
7206
7207 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7208 M:      "J. Bruce Fields" <bfields@fieldses.org>
7209 M:      Jeff Layton <jlayton@poochiereds.net>
7210 L:      linux-nfs@vger.kernel.org
7211 W:      http://nfs.sourceforge.net/
7212 T:      git git://linux-nfs.org/~bfields/linux.git
7213 S:      Supported
7214 F:      fs/nfsd/
7215 F:      include/uapi/linux/nfsd/
7216 F:      fs/lockd/
7217 F:      fs/nfs_common/
7218 F:      net/sunrpc/
7219 F:      include/linux/lockd/
7220 F:      include/linux/sunrpc/
7221 F:      include/uapi/linux/sunrpc/
7222
7223 KERNEL SELFTEST FRAMEWORK
7224 M:      Shuah Khan <shuahkh@osg.samsung.com>
7225 M:      Shuah Khan <shuah@kernel.org>
7226 L:      linux-kselftest@vger.kernel.org
7227 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7228 S:      Maintained
7229 F:      tools/testing/selftests
7230
7231 KERNEL VIRTUAL MACHINE (KVM)
7232 M:      Paolo Bonzini <pbonzini@redhat.com>
7233 M:      Radim Krčmář <rkrcmar@redhat.com>
7234 L:      kvm@vger.kernel.org
7235 W:      http://www.linux-kvm.org
7236 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7237 S:      Supported
7238 F:      Documentation/*/kvm*.txt
7239 F:      Documentation/virtual/kvm/
7240 F:      arch/*/kvm/
7241 F:      arch/x86/kernel/kvm.c
7242 F:      arch/x86/kernel/kvmclock.c
7243 F:      arch/*/include/asm/kvm*
7244 F:      include/linux/kvm*
7245 F:      include/uapi/linux/kvm*
7246 F:      virt/kvm/
7247 F:      tools/kvm/
7248
7249 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7250 M:      Joerg Roedel <joro@8bytes.org>
7251 L:      kvm@vger.kernel.org
7252 W:      http://www.linux-kvm.org/
7253 S:      Maintained
7254 F:      arch/x86/include/asm/svm.h
7255 F:      arch/x86/kvm/svm.c
7256
7257 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7258 M:      Alexander Graf <agraf@suse.com>
7259 L:      kvm-ppc@vger.kernel.org
7260 W:      http://www.linux-kvm.org/
7261 T:      git git://github.com/agraf/linux-2.6.git
7262 S:      Supported
7263 F:      arch/powerpc/include/asm/kvm*
7264 F:      arch/powerpc/kvm/
7265
7266 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7267 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7268 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7269 L:      linux-s390@vger.kernel.org
7270 W:      http://www.ibm.com/developerworks/linux/linux390/
7271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7272 S:      Supported
7273 F:      Documentation/s390/kvm.txt
7274 F:      arch/s390/include/asm/kvm*
7275 F:      arch/s390/kvm/
7276 F:      arch/s390/mm/gmap.c
7277
7278 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7279 M:      Christoffer Dall <christoffer.dall@linaro.org>
7280 M:      Marc Zyngier <marc.zyngier@arm.com>
7281 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7282 L:      kvmarm@lists.cs.columbia.edu
7283 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7285 S:      Supported
7286 F:      arch/arm/include/uapi/asm/kvm*
7287 F:      arch/arm/include/asm/kvm*
7288 F:      arch/arm/kvm/
7289 F:      virt/kvm/arm/
7290 F:      include/kvm/arm_*
7291
7292 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7293 M:      Christoffer Dall <christoffer.dall@linaro.org>
7294 M:      Marc Zyngier <marc.zyngier@arm.com>
7295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7296 L:      kvmarm@lists.cs.columbia.edu
7297 S:      Maintained
7298 F:      arch/arm64/include/uapi/asm/kvm*
7299 F:      arch/arm64/include/asm/kvm*
7300 F:      arch/arm64/kvm/
7301
7302 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7303 M:      James Hogan <james.hogan@imgtec.com>
7304 L:      linux-mips@linux-mips.org
7305 S:      Supported
7306 F:      arch/mips/include/uapi/asm/kvm*
7307 F:      arch/mips/include/asm/kvm*
7308 F:      arch/mips/kvm/
7309
7310 KERNFS
7311 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7312 M:      Tejun Heo <tj@kernel.org>
7313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7314 S:      Supported
7315 F:      include/linux/kernfs.h
7316 F:      fs/kernfs/
7317
7318 KEXEC
7319 M:      Eric Biederman <ebiederm@xmission.com>
7320 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7321 L:      kexec@lists.infradead.org
7322 S:      Maintained
7323 F:      include/linux/kexec.h
7324 F:      include/uapi/linux/kexec.h
7325 F:      kernel/kexec*
7326
7327 KEYS/KEYRINGS:
7328 M:      David Howells <dhowells@redhat.com>
7329 L:      keyrings@vger.kernel.org
7330 S:      Maintained
7331 F:      Documentation/security/keys.txt
7332 F:      include/linux/key.h
7333 F:      include/linux/key-type.h
7334 F:      include/linux/keyctl.h
7335 F:      include/uapi/linux/keyctl.h
7336 F:      include/keys/
7337 F:      security/keys/
7338
7339 KEYS-TRUSTED
7340 M:      David Safford <safford@us.ibm.com>
7341 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7342 L:      linux-security-module@vger.kernel.org
7343 L:      keyrings@vger.kernel.org
7344 S:      Supported
7345 F:      Documentation/security/keys-trusted-encrypted.txt
7346 F:      include/keys/trusted-type.h
7347 F:      security/keys/trusted.c
7348 F:      security/keys/trusted.h
7349
7350 KEYS-ENCRYPTED
7351 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7352 M:      David Safford <safford@us.ibm.com>
7353 L:      linux-security-module@vger.kernel.org
7354 L:      keyrings@vger.kernel.org
7355 S:      Supported
7356 F:      Documentation/security/keys-trusted-encrypted.txt
7357 F:      include/keys/encrypted-type.h
7358 F:      security/keys/encrypted-keys/
7359
7360 KGDB / KDB /debug_core
7361 M:      Jason Wessel <jason.wessel@windriver.com>
7362 W:      http://kgdb.wiki.kernel.org/
7363 L:      kgdb-bugreport@lists.sourceforge.net
7364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7365 S:      Maintained
7366 F:      Documentation/DocBook/kgdb.tmpl
7367 F:      drivers/misc/kgdbts.c
7368 F:      drivers/tty/serial/kgdboc.c
7369 F:      include/linux/kdb.h
7370 F:      include/linux/kgdb.h
7371 F:      kernel/debug/
7372
7373 KMEMCHECK
7374 M:      Vegard Nossum <vegardno@ifi.uio.no>
7375 M:      Pekka Enberg <penberg@kernel.org>
7376 S:      Maintained
7377 F:      Documentation/dev-tools/kmemcheck.rst
7378 F:      arch/x86/include/asm/kmemcheck.h
7379 F:      arch/x86/mm/kmemcheck/
7380 F:      include/linux/kmemcheck.h
7381 F:      mm/kmemcheck.c
7382
7383 KMEMLEAK
7384 M:      Catalin Marinas <catalin.marinas@arm.com>
7385 S:      Maintained
7386 F:      Documentation/dev-tools/kmemleak.rst
7387 F:      include/linux/kmemleak.h
7388 F:      mm/kmemleak.c
7389 F:      mm/kmemleak-test.c
7390
7391 KPROBES
7392 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7393 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7394 M:      "David S. Miller" <davem@davemloft.net>
7395 M:      Masami Hiramatsu <mhiramat@kernel.org>
7396 S:      Maintained
7397 F:      Documentation/kprobes.txt
7398 F:      include/linux/kprobes.h
7399 F:      include/asm-generic/kprobes.h
7400 F:      kernel/kprobes.c
7401
7402 KS0108 LCD CONTROLLER DRIVER
7403 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7404 W:      http://miguelojeda.es/auxdisplay.htm
7405 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7406 S:      Maintained
7407 F:      Documentation/auxdisplay/ks0108
7408 F:      drivers/auxdisplay/ks0108.c
7409 F:      include/linux/ks0108.h
7410
7411 L3MDEV
7412 M:      David Ahern <dsa@cumulusnetworks.com>
7413 L:      netdev@vger.kernel.org
7414 S:      Maintained
7415 F:      net/l3mdev
7416 F:      include/net/l3mdev.h
7417
7418 LANTIQ MIPS ARCHITECTURE
7419 M:      John Crispin <john@phrozen.org>
7420 L:      linux-mips@linux-mips.org
7421 S:      Maintained
7422 F:      arch/mips/lantiq
7423
7424 LAPB module
7425 L:      linux-x25@vger.kernel.org
7426 S:      Orphan
7427 F:      Documentation/networking/lapb-module.txt
7428 F:      include/*/lapb.h
7429 F:      net/lapb/
7430
7431 LASI 53c700 driver for PARISC
7432 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7433 L:      linux-scsi@vger.kernel.org
7434 S:      Maintained
7435 F:      Documentation/scsi/53c700.txt
7436 F:      drivers/scsi/53c700*
7437
7438 LED SUBSYSTEM
7439 M:      Richard Purdie <rpurdie@rpsys.net>
7440 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
7441 M:      Pavel Machek <pavel@ucw.cz>
7442 L:      linux-leds@vger.kernel.org
7443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7444 S:      Maintained
7445 F:      Documentation/devicetree/bindings/leds/
7446 F:      drivers/leds/
7447 F:      include/linux/leds.h
7448
7449 LEGACY EEPROM DRIVER
7450 M:      Jean Delvare <jdelvare@suse.com>
7451 S:      Maintained
7452 F:      Documentation/misc-devices/eeprom
7453 F:      drivers/misc/eeprom/eeprom.c
7454
7455 LEGO USB Tower driver
7456 M:      Juergen Stuber <starblue@users.sourceforge.net>
7457 L:      legousb-devel@lists.sourceforge.net
7458 W:      http://legousb.sourceforge.net/
7459 S:      Maintained
7460 F:      drivers/usb/misc/legousbtower.c
7461
7462 LG2160 MEDIA DRIVER
7463 M:      Michael Krufky <mkrufky@linuxtv.org>
7464 L:      linux-media@vger.kernel.org
7465 W:      https://linuxtv.org
7466 W:      http://github.com/mkrufky
7467 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7468 T:      git git://linuxtv.org/mkrufky/tuners.git
7469 S:      Maintained
7470 F:      drivers/media/dvb-frontends/lg2160.*
7471
7472 LGDT3305 MEDIA DRIVER
7473 M:      Michael Krufky <mkrufky@linuxtv.org>
7474 L:      linux-media@vger.kernel.org
7475 W:      https://linuxtv.org
7476 W:      http://github.com/mkrufky
7477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7478 T:      git git://linuxtv.org/mkrufky/tuners.git
7479 S:      Maintained
7480 F:      drivers/media/dvb-frontends/lgdt3305.*
7481
7482 LGUEST
7483 M:      Rusty Russell <rusty@rustcorp.com.au>
7484 L:      lguest@lists.ozlabs.org
7485 W:      http://lguest.ozlabs.org/
7486 S:      Odd Fixes
7487 F:      arch/x86/include/asm/lguest*.h
7488 F:      arch/x86/lguest/
7489 F:      drivers/lguest/
7490 F:      include/linux/lguest*.h
7491 F:      tools/lguest/
7492
7493 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7494 M:      Tejun Heo <tj@kernel.org>
7495 L:      linux-ide@vger.kernel.org
7496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7497 S:      Maintained
7498 F:      drivers/ata/
7499 F:      include/linux/ata.h
7500 F:      include/linux/libata.h
7501 F:      Documentation/devicetree/bindings/ata/
7502
7503 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7504 M:      Viresh Kumar <vireshk@kernel.org>
7505 L:      linux-ide@vger.kernel.org
7506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7507 S:      Maintained
7508 F:      include/linux/pata_arasan_cf_data.h
7509 F:      drivers/ata/pata_arasan_cf.c
7510
7511 LIBATA PATA DRIVERS
7512 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7513 M:      Tejun Heo <tj@kernel.org>
7514 L:      linux-ide@vger.kernel.org
7515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7516 S:      Maintained
7517 F:      drivers/ata/pata_*.c
7518 F:      drivers/ata/ata_generic.c
7519
7520 LIBATA SATA AHCI PLATFORM devices support
7521 M:      Hans de Goede <hdegoede@redhat.com>
7522 M:      Tejun Heo <tj@kernel.org>
7523 L:      linux-ide@vger.kernel.org
7524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7525 S:      Maintained
7526 F:      drivers/ata/ahci_platform.c
7527 F:      drivers/ata/libahci_platform.c
7528 F:      include/linux/ahci_platform.h
7529
7530 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7531 M:      Mikael Pettersson <mikpelinux@gmail.com>
7532 L:      linux-ide@vger.kernel.org
7533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7534 S:      Maintained
7535 F:      drivers/ata/sata_promise.*
7536
7537 LIBLOCKDEP
7538 M:      Sasha Levin <sasha.levin@oracle.com>
7539 S:      Maintained
7540 F:      tools/lib/lockdep/
7541
7542 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7543 M:      Dan Williams <dan.j.williams@intel.com>
7544 L:      linux-nvdimm@lists.01.org
7545 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7547 S:      Supported
7548 F:      drivers/nvdimm/*
7549 F:      include/linux/nd.h
7550 F:      include/linux/libnvdimm.h
7551 F:      include/uapi/linux/ndctl.h
7552
7553 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7554 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7555 L:      linux-nvdimm@lists.01.org
7556 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7557 S:      Supported
7558 F:      drivers/nvdimm/blk.c
7559 F:      drivers/nvdimm/region_devs.c
7560 F:      drivers/acpi/nfit*
7561
7562 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7563 M:      Vishal Verma <vishal.l.verma@intel.com>
7564 L:      linux-nvdimm@lists.01.org
7565 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7566 S:      Supported
7567 F:      drivers/nvdimm/btt*
7568
7569 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7570 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7571 L:      linux-nvdimm@lists.01.org
7572 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7573 S:      Supported
7574 F:      drivers/nvdimm/pmem.c
7575 F:      include/linux/pmem.h
7576 F:      arch/*/include/asm/pmem.h
7577
7578 LIGHTNVM PLATFORM SUPPORT
7579 M:      Matias Bjorling <mb@lightnvm.io>
7580 W:      http://github/OpenChannelSSD
7581 L:      linux-block@vger.kernel.org
7582 S:      Maintained
7583 F:      drivers/lightnvm/
7584 F:      include/linux/lightnvm.h
7585 F:      include/uapi/linux/lightnvm.h
7586
7587 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7588 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7589 M:      Paul Mackerras <paulus@samba.org>
7590 M:      Michael Ellerman <mpe@ellerman.id.au>
7591 W:      https://github.com/linuxppc/linux/wiki
7592 L:      linuxppc-dev@lists.ozlabs.org
7593 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7595 S:      Supported
7596 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
7597 F:      Documentation/devicetree/bindings/powerpc/
7598 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
7599 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
7600 F:      Documentation/powerpc/
7601 F:      arch/powerpc/
7602 F:      drivers/char/tpm/tpm_ibmvtpm*
7603 F:      drivers/crypto/nx/
7604 F:      drivers/crypto/vmx/
7605 F:      drivers/i2c/busses/i2c-opal.c
7606 F:      drivers/net/ethernet/ibm/ibmveth.*
7607 F:      drivers/net/ethernet/ibm/ibmvnic.*
7608 F:      drivers/pci/hotplug/pnv_php.c
7609 F:      drivers/pci/hotplug/rpa*
7610 F:      drivers/rtc/rtc-opal.c
7611 F:      drivers/scsi/ibmvscsi/
7612 F:      drivers/tty/hvc/hvc_opal.c
7613 F:      tools/testing/selftests/powerpc
7614 N:      /pmac
7615 N:      powermac
7616 N:      powernv
7617 N:      [^a-z0-9]ps3
7618 N:      pseries
7619
7620 LINUX FOR POWER MACINTOSH
7621 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7622 W:      http://www.penguinppc.org/
7623 L:      linuxppc-dev@lists.ozlabs.org
7624 S:      Maintained
7625 F:      arch/powerpc/platforms/powermac/
7626 F:      drivers/macintosh/
7627
7628 LINUX FOR POWERPC EMBEDDED MPC5XXX
7629 M:      Anatolij Gustschin <agust@denx.de>
7630 L:      linuxppc-dev@lists.ozlabs.org
7631 T:      git git://git.denx.de/linux-denx-agust.git
7632 S:      Maintained
7633 F:      arch/powerpc/platforms/512x/
7634 F:      arch/powerpc/platforms/52xx/
7635
7636 LINUX FOR POWERPC EMBEDDED PPC4XX
7637 M:      Alistair Popple <alistair@popple.id.au>
7638 M:      Matt Porter <mporter@kernel.crashing.org>
7639 W:      http://www.penguinppc.org/
7640 L:      linuxppc-dev@lists.ozlabs.org
7641 S:      Maintained
7642 F:      arch/powerpc/platforms/40x/
7643 F:      arch/powerpc/platforms/44x/
7644
7645 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7646 L:      linuxppc-dev@lists.ozlabs.org
7647 S:      Orphan
7648 F:      arch/powerpc/*/*virtex*
7649 F:      arch/powerpc/*/*/*virtex*
7650
7651 LINUX FOR POWERPC EMBEDDED PPC8XX
7652 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7653 W:      http://www.penguinppc.org/
7654 L:      linuxppc-dev@lists.ozlabs.org
7655 S:      Maintained
7656 F:      arch/powerpc/platforms/8xx/
7657
7658 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7659 M:      Scott Wood <oss@buserror.net>
7660 M:      Kumar Gala <galak@kernel.crashing.org>
7661 W:      http://www.penguinppc.org/
7662 L:      linuxppc-dev@lists.ozlabs.org
7663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7664 S:      Maintained
7665 F:      arch/powerpc/platforms/83xx/
7666 F:      arch/powerpc/platforms/85xx/
7667
7668 LINUX FOR POWERPC PA SEMI PWRFICIENT
7669 L:      linuxppc-dev@lists.ozlabs.org
7670 S:      Orphan
7671 F:      arch/powerpc/platforms/pasemi/
7672 F:      drivers/*/*pasemi*
7673 F:      drivers/*/*/*pasemi*
7674
7675 LINUX SECURITY MODULE (LSM) FRAMEWORK
7676 M:      Chris Wright <chrisw@sous-sol.org>
7677 L:      linux-security-module@vger.kernel.org
7678 S:      Supported
7679
7680 LIS3LV02D ACCELEROMETER DRIVER
7681 M:      Eric Piel <eric.piel@tremplin-utc.net>
7682 S:      Maintained
7683 F:      Documentation/misc-devices/lis3lv02d
7684 F:      drivers/misc/lis3lv02d/
7685 F:      drivers/platform/x86/hp_accel.c
7686
7687 LIVE PATCHING
7688 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7689 M:      Jessica Yu <jeyu@redhat.com>
7690 M:      Jiri Kosina <jikos@kernel.org>
7691 M:      Miroslav Benes <mbenes@suse.cz>
7692 R:      Petr Mladek <pmladek@suse.com>
7693 S:      Maintained
7694 F:      kernel/livepatch/
7695 F:      include/linux/livepatch.h
7696 F:      arch/x86/include/asm/livepatch.h
7697 F:      arch/x86/kernel/livepatch.c
7698 F:      Documentation/livepatch/
7699 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7700 F:      samples/livepatch/
7701 L:      live-patching@vger.kernel.org
7702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7703
7704 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7705 M:      Kees Cook <keescook@chromium.org>
7706 S:      Maintained
7707 F:      drivers/misc/lkdtm*
7708
7709 LLC (802.2)
7710 L:      netdev@vger.kernel.org
7711 S:      Odd fixes
7712 F:      include/linux/llc.h
7713 F:      include/uapi/linux/llc.h
7714 F:      include/net/llc*
7715 F:      net/llc/
7716
7717 LM73 HARDWARE MONITOR DRIVER
7718 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7719 L:      linux-hwmon@vger.kernel.org
7720 S:      Maintained
7721 F:      drivers/hwmon/lm73.c
7722
7723 LM78 HARDWARE MONITOR DRIVER
7724 M:      Jean Delvare <jdelvare@suse.com>
7725 L:      linux-hwmon@vger.kernel.org
7726 S:      Maintained
7727 F:      Documentation/hwmon/lm78
7728 F:      drivers/hwmon/lm78.c
7729
7730 LM83 HARDWARE MONITOR DRIVER
7731 M:      Jean Delvare <jdelvare@suse.com>
7732 L:      linux-hwmon@vger.kernel.org
7733 S:      Maintained
7734 F:      Documentation/hwmon/lm83
7735 F:      drivers/hwmon/lm83.c
7736
7737 LM90 HARDWARE MONITOR DRIVER
7738 M:      Jean Delvare <jdelvare@suse.com>
7739 L:      linux-hwmon@vger.kernel.org
7740 S:      Maintained
7741 F:      Documentation/hwmon/lm90
7742 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7743 F:      drivers/hwmon/lm90.c
7744 F:      include/dt-bindings/thermal/lm90.h
7745
7746 LM95234 HARDWARE MONITOR DRIVER
7747 M:      Guenter Roeck <linux@roeck-us.net>
7748 L:      linux-hwmon@vger.kernel.org
7749 S:      Maintained
7750 F:      Documentation/hwmon/lm95234
7751 F:      drivers/hwmon/lm95234.c
7752
7753 LME2510 MEDIA DRIVER
7754 M:      Malcolm Priestley <tvboxspy@gmail.com>
7755 L:      linux-media@vger.kernel.org
7756 W:      https://linuxtv.org
7757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7758 S:      Maintained
7759 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7760
7761 LOCKING PRIMITIVES
7762 M:      Peter Zijlstra <peterz@infradead.org>
7763 M:      Ingo Molnar <mingo@redhat.com>
7764 L:      linux-kernel@vger.kernel.org
7765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7766 S:      Maintained
7767 F:      Documentation/locking/
7768 F:      include/linux/lockdep.h
7769 F:      include/linux/spinlock*.h
7770 F:      arch/*/include/asm/spinlock*.h
7771 F:      include/linux/rwlock*.h
7772 F:      include/linux/mutex*.h
7773 F:      arch/*/include/asm/mutex*.h
7774 F:      include/linux/rwsem*.h
7775 F:      arch/*/include/asm/rwsem.h
7776 F:      include/linux/seqlock.h
7777 F:      lib/locking*.[ch]
7778 F:      kernel/locking/
7779
7780 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7781 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7782 L:      linux-ntfs-dev@lists.sourceforge.net
7783 W:      http://www.linux-ntfs.org/content/view/19/37/
7784 S:      Maintained
7785 F:      Documentation/ldm.txt
7786 F:      block/partitions/ldm.*
7787
7788 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7789 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7790 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7791 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7792 L:      MPT-FusionLinux.pdl@broadcom.com
7793 L:      linux-scsi@vger.kernel.org
7794 W:      http://www.avagotech.com/support/
7795 S:      Supported
7796 F:      drivers/message/fusion/
7797 F:      drivers/scsi/mpt2sas/
7798 F:      drivers/scsi/mpt3sas/
7799
7800 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7801 M:      Matthew Wilcox <matthew@wil.cx>
7802 L:      linux-scsi@vger.kernel.org
7803 S:      Maintained
7804 F:      drivers/scsi/sym53c8xx_2/
7805
7806 LTC4261 HARDWARE MONITOR DRIVER
7807 M:      Guenter Roeck <linux@roeck-us.net>
7808 L:      linux-hwmon@vger.kernel.org
7809 S:      Maintained
7810 F:      Documentation/hwmon/ltc4261
7811 F:      drivers/hwmon/ltc4261.c
7812
7813 LTC4306 I2C MULTIPLEXER DRIVER
7814 M:      Michael Hennerich <michael.hennerich@analog.com>
7815 W:      http://ez.analog.com/community/linux-device-drivers
7816 L:      linux-i2c@vger.kernel.org
7817 S:      Supported
7818 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
7819 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
7820
7821 LTP (Linux Test Project)
7822 M:      Mike Frysinger <vapier@gentoo.org>
7823 M:      Cyril Hrubis <chrubis@suse.cz>
7824 M:      Wanlong Gao <wanlong.gao@gmail.com>
7825 M:      Jan Stancek <jstancek@redhat.com>
7826 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7827 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7828 L:      ltp@lists.linux.it (subscribers-only)
7829 W:      http://linux-test-project.github.io/
7830 T:      git git://github.com/linux-test-project/ltp.git
7831 S:      Maintained
7832
7833 M32R ARCHITECTURE
7834 W:      http://www.linux-m32r.org/
7835 S:      Orphan
7836 F:      arch/m32r/
7837
7838 M68K ARCHITECTURE
7839 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7840 L:      linux-m68k@lists.linux-m68k.org
7841 W:      http://www.linux-m68k.org/
7842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7843 S:      Maintained
7844 F:      arch/m68k/
7845 F:      drivers/zorro/
7846
7847 M68K ON APPLE MACINTOSH
7848 M:      Joshua Thompson <funaho@jurai.org>
7849 W:      http://www.mac.linux-m68k.org/
7850 L:      linux-m68k@lists.linux-m68k.org
7851 S:      Maintained
7852 F:      arch/m68k/mac/
7853
7854 M68K ON HP9000/300
7855 M:      Philip Blundell <philb@gnu.org>
7856 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7857 S:      Maintained
7858 F:      arch/m68k/hp300/
7859
7860 M88DS3103 MEDIA DRIVER
7861 M:      Antti Palosaari <crope@iki.fi>
7862 L:      linux-media@vger.kernel.org
7863 W:      https://linuxtv.org
7864 W:      http://palosaari.fi/linux/
7865 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7866 T:      git git://linuxtv.org/anttip/media_tree.git
7867 S:      Maintained
7868 F:      drivers/media/dvb-frontends/m88ds3103*
7869
7870 M88RS2000 MEDIA DRIVER
7871 M:      Malcolm Priestley <tvboxspy@gmail.com>
7872 L:      linux-media@vger.kernel.org
7873 W:      https://linuxtv.org
7874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7875 S:      Maintained
7876 F:      drivers/media/dvb-frontends/m88rs2000*
7877
7878 MA901 MASTERKIT USB FM RADIO DRIVER
7879 M:      Alexey Klimov <klimov.linux@gmail.com>
7880 L:      linux-media@vger.kernel.org
7881 T:      git git://linuxtv.org/media_tree.git
7882 S:      Maintained
7883 F:      drivers/media/radio/radio-ma901.c
7884
7885 MAC80211
7886 M:      Johannes Berg <johannes@sipsolutions.net>
7887 L:      linux-wireless@vger.kernel.org
7888 W:      http://wireless.kernel.org/
7889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7891 S:      Maintained
7892 F:      Documentation/networking/mac80211-injection.txt
7893 F:      include/net/mac80211.h
7894 F:      net/mac80211/
7895 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7896
7897 MAILBOX API
7898 M:      Jassi Brar <jassisinghbrar@gmail.com>
7899 L:      linux-kernel@vger.kernel.org
7900 S:      Maintained
7901 F:      drivers/mailbox/
7902 F:      include/linux/mailbox_client.h
7903 F:      include/linux/mailbox_controller.h
7904
7905 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7906 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7907 W:      http://www.kernel.org/doc/man-pages
7908 L:      linux-man@vger.kernel.org
7909 S:      Maintained
7910
7911 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7912 M:      Rahul Bedarkar <rahul.bedarkar@imgtec.com>
7913 L:      linux-mips@linux-mips.org
7914 S:      Maintained
7915 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
7916
7917 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7918 M:      Andrew Lunn <andrew@lunn.ch>
7919 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7920 L:      netdev@vger.kernel.org
7921 S:      Maintained
7922 F:      drivers/net/dsa/mv88e6xxx/
7923 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7924
7925 MARVELL ARMADA DRM SUPPORT
7926 M:      Russell King <linux@armlinux.org.uk>
7927 S:      Maintained
7928 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7929 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7930 F:      drivers/gpu/drm/armada/
7931 F:      include/uapi/drm/armada_drm.h
7932 F:      Documentation/devicetree/bindings/display/armada/
7933
7934 MARVELL CRYPTO DRIVER
7935 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7936 M:      Arnaud Ebalard <arno@natisbad.org>
7937 F:      drivers/crypto/marvell/
7938 S:      Maintained
7939 L:      linux-crypto@vger.kernel.org
7940
7941 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7942 M:      Mirko Lindner <mlindner@marvell.com>
7943 M:      Stephen Hemminger <stephen@networkplumber.org>
7944 L:      netdev@vger.kernel.org
7945 S:      Maintained
7946 F:      drivers/net/ethernet/marvell/sk*
7947
7948 MARVELL LIBERTAS WIRELESS DRIVER
7949 L:      libertas-dev@lists.infradead.org
7950 S:      Orphan
7951 F:      drivers/net/wireless/marvell/libertas/
7952
7953 MARVELL MV643XX ETHERNET DRIVER
7954 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7955 L:      netdev@vger.kernel.org
7956 S:      Maintained
7957 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7958 F:      include/linux/mv643xx.h
7959
7960 MARVELL MVNETA ETHERNET DRIVER
7961 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7962 L:      netdev@vger.kernel.org
7963 S:      Maintained
7964 F:      drivers/net/ethernet/marvell/mvneta.*
7965
7966 MARVELL MWIFIEX WIRELESS DRIVER
7967 M:      Amitkumar Karwar <amitkarwar@gmail.com>
7968 M:      Nishant Sarmukadam <nishants@marvell.com>
7969 M:      Ganapathi Bhat <gbhat@marvell.com>
7970 M:      Xinming Hu <huxm@marvell.com>
7971 L:      linux-wireless@vger.kernel.org
7972 S:      Maintained
7973 F:      drivers/net/wireless/marvell/mwifiex/
7974
7975 MARVELL MWL8K WIRELESS DRIVER
7976 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7977 L:      linux-wireless@vger.kernel.org
7978 S:      Odd Fixes
7979 F:      drivers/net/wireless/marvell/mwl8k.c
7980
7981 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7982 M:      Nicolas Pitre <nico@fluxnic.net>
7983 S:      Odd Fixes
7984 F:      drivers/mmc/host/mvsdio.*
7985
7986 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
7987 M:      Hu Ziji <huziji@marvell.com>
7988 L:      linux-mmc@vger.kernel.org
7989 S:      Supported
7990 F:      drivers/mmc/host/sdhci-xenon*
7991 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
7992
7993 MATROX FRAMEBUFFER DRIVER
7994 L:      linux-fbdev@vger.kernel.org
7995 S:      Orphan
7996 F:      drivers/video/fbdev/matrox/matroxfb_*
7997 F:      include/uapi/linux/matroxfb.h
7998
7999 MAX16065 HARDWARE MONITOR DRIVER
8000 M:      Guenter Roeck <linux@roeck-us.net>
8001 L:      linux-hwmon@vger.kernel.org
8002 S:      Maintained
8003 F:      Documentation/hwmon/max16065
8004 F:      drivers/hwmon/max16065.c
8005
8006 MAX20751 HARDWARE MONITOR DRIVER
8007 M:      Guenter Roeck <linux@roeck-us.net>
8008 L:      linux-hwmon@vger.kernel.org
8009 S:      Maintained
8010 F:      Documentation/hwmon/max20751
8011 F:      drivers/hwmon/max20751.c
8012
8013 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8014 L:      linux-hwmon@vger.kernel.org
8015 S:      Orphan
8016 F:      Documentation/hwmon/max6650
8017 F:      drivers/hwmon/max6650.c
8018
8019 MAX6697 HARDWARE MONITOR DRIVER
8020 M:      Guenter Roeck <linux@roeck-us.net>
8021 L:      linux-hwmon@vger.kernel.org
8022 S:      Maintained
8023 F:      Documentation/hwmon/max6697
8024 F:      Documentation/devicetree/bindings/i2c/max6697.txt
8025 F:      drivers/hwmon/max6697.c
8026 F:      include/linux/platform_data/max6697.h
8027
8028 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8029 M:      Peter Rosin <peda@axentia.se>
8030 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8031 S:      Maintained
8032 F:      Documentation/devicetree/bindings/sound/max9860.txt
8033 F:      sound/soc/codecs/max9860.*
8034
8035 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8036 M:      Krzysztof Kozlowski <krzk@kernel.org>
8037 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8038 L:      linux-pm@vger.kernel.org
8039 S:      Supported
8040 F:      drivers/power/supply/max14577_charger.c
8041 F:      drivers/power/supply/max77693_charger.c
8042
8043 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
8044 M:      Javier Martinez Canillas <javier@osg.samsung.com>
8045 L:      linux-kernel@vger.kernel.org
8046 S:      Supported
8047 F:      drivers/*/*max77802*.c
8048 F:      Documentation/devicetree/bindings/*/*max77802.txt
8049 F:      include/dt-bindings/*/*max77802.h
8050
8051 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8052 M:      Chanwoo Choi <cw00.choi@samsung.com>
8053 M:      Krzysztof Kozlowski <krzk@kernel.org>
8054 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8055 L:      linux-kernel@vger.kernel.org
8056 S:      Supported
8057 F:      drivers/*/max14577*.c
8058 F:      drivers/*/max77686*.c
8059 F:      drivers/*/max77693*.c
8060 F:      drivers/extcon/extcon-max14577.c
8061 F:      drivers/extcon/extcon-max77693.c
8062 F:      drivers/rtc/rtc-max77686.c
8063 F:      drivers/clk/clk-max77686.c
8064 F:      Documentation/devicetree/bindings/mfd/max14577.txt
8065 F:      Documentation/devicetree/bindings/*/max77686.txt
8066 F:      Documentation/devicetree/bindings/mfd/max77693.txt
8067 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
8068 F:      include/linux/mfd/max14577*.h
8069 F:      include/linux/mfd/max77686*.h
8070 F:      include/linux/mfd/max77693*.h
8071
8072 MAXIRADIO FM RADIO RECEIVER DRIVER
8073 M:      Hans Verkuil <hverkuil@xs4all.nl>
8074 L:      linux-media@vger.kernel.org
8075 T:      git git://linuxtv.org/media_tree.git
8076 W:      https://linuxtv.org
8077 S:      Maintained
8078 F:      drivers/media/radio/radio-maxiradio*
8079
8080 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8081 M:      Peter Rosin <peda@axentia.se>
8082 L:      linux-iio@vger.kernel.org
8083 S:      Maintained
8084 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8085 F:      drivers/iio/potentiometer/mcp4531.c
8086
8087 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8088 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
8089 L:      linux-iio@vger.kernel.org
8090 S:      Maintained
8091 F:      drivers/iio/dac/cio-dac.c
8092
8093 MEDIA DRIVERS FOR RENESAS - FCP
8094 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8095 L:      linux-media@vger.kernel.org
8096 L:      linux-renesas-soc@vger.kernel.org
8097 T:      git git://linuxtv.org/media_tree.git
8098 S:      Supported
8099 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
8100 F:      drivers/media/platform/rcar-fcp.c
8101 F:      include/media/rcar-fcp.h
8102
8103 MEDIA DRIVERS FOR RENESAS - FDP1
8104 M:      Kieran Bingham <kieran@bingham.xyz>
8105 L:      linux-media@vger.kernel.org
8106 L:      linux-renesas-soc@vger.kernel.org
8107 T:      git git://linuxtv.org/media_tree.git
8108 S:      Supported
8109 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
8110 F:      drivers/media/platform/rcar_fdp1.c
8111
8112 MEDIA DRIVERS FOR RENESAS - VIN
8113 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
8114 L:      linux-media@vger.kernel.org
8115 L:      linux-renesas-soc@vger.kernel.org
8116 T:      git git://linuxtv.org/media_tree.git
8117 S:      Supported
8118 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
8119 F:      drivers/media/platform/rcar-vin/
8120
8121 MEDIA DRIVERS FOR RENESAS - VSP1
8122 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8123 L:      linux-media@vger.kernel.org
8124 L:      linux-renesas-soc@vger.kernel.org
8125 T:      git git://linuxtv.org/media_tree.git
8126 S:      Supported
8127 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
8128 F:      drivers/media/platform/vsp1/
8129
8130 MEDIA DRIVERS FOR HELENE
8131 M:      Abylay Ospan <aospan@netup.ru>
8132 L:      linux-media@vger.kernel.org
8133 W:      https://linuxtv.org
8134 W:      http://netup.tv/
8135 T:      git git://linuxtv.org/media_tree.git
8136 S:      Supported
8137 F:      drivers/media/dvb-frontends/helene*
8138
8139 MEDIA DRIVERS FOR ASCOT2E
8140 M:      Sergey Kozlov <serjk@netup.ru>
8141 M:      Abylay Ospan <aospan@netup.ru>
8142 L:      linux-media@vger.kernel.org
8143 W:      https://linuxtv.org
8144 W:      http://netup.tv/
8145 T:      git git://linuxtv.org/media_tree.git
8146 S:      Supported
8147 F:      drivers/media/dvb-frontends/ascot2e*
8148
8149 MEDIA DRIVERS FOR CXD2841ER
8150 M:      Sergey Kozlov <serjk@netup.ru>
8151 M:      Abylay Ospan <aospan@netup.ru>
8152 L:      linux-media@vger.kernel.org
8153 W:      https://linuxtv.org
8154 W:      http://netup.tv/
8155 T:      git git://linuxtv.org/media_tree.git
8156 S:      Supported
8157 F:      drivers/media/dvb-frontends/cxd2841er*
8158
8159 MEDIA DRIVERS FOR HORUS3A
8160 M:      Sergey Kozlov <serjk@netup.ru>
8161 M:      Abylay Ospan <aospan@netup.ru>
8162 L:      linux-media@vger.kernel.org
8163 W:      https://linuxtv.org
8164 W:      http://netup.tv/
8165 T:      git git://linuxtv.org/media_tree.git
8166 S:      Supported
8167 F:      drivers/media/dvb-frontends/horus3a*
8168
8169 MEDIA DRIVERS FOR LNBH25
8170 M:      Sergey Kozlov <serjk@netup.ru>
8171 M:      Abylay Ospan <aospan@netup.ru>
8172 L:      linux-media@vger.kernel.org
8173 W:      https://linuxtv.org
8174 W:      http://netup.tv/
8175 T:      git git://linuxtv.org/media_tree.git
8176 S:      Supported
8177 F:      drivers/media/dvb-frontends/lnbh25*
8178
8179 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8180 M:      Sergey Kozlov <serjk@netup.ru>
8181 M:      Abylay Ospan <aospan@netup.ru>
8182 L:      linux-media@vger.kernel.org
8183 W:      https://linuxtv.org
8184 W:      http://netup.tv/
8185 T:      git git://linuxtv.org/media_tree.git
8186 S:      Supported
8187 F:      drivers/media/pci/netup_unidvb/*
8188
8189 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8190 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
8191 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
8192 P:      LinuxTV.org Project
8193 L:      linux-media@vger.kernel.org
8194 W:      https://linuxtv.org
8195 Q:      http://patchwork.kernel.org/project/linux-media/list/
8196 T:      git git://linuxtv.org/media_tree.git
8197 S:      Maintained
8198 F:      Documentation/devicetree/bindings/media/
8199 F:      Documentation/media/
8200 F:      drivers/media/
8201 F:      drivers/staging/media/
8202 F:      include/linux/platform_data/media/
8203 F:      include/media/
8204 F:      include/uapi/linux/dvb/
8205 F:      include/uapi/linux/videodev2.h
8206 F:      include/uapi/linux/media.h
8207 F:      include/uapi/linux/v4l2-*
8208 F:      include/uapi/linux/meye.h
8209 F:      include/uapi/linux/ivtv*
8210 F:      include/uapi/linux/uvcvideo.h
8211
8212 MEDIATEK ETHERNET DRIVER
8213 M:      Felix Fietkau <nbd@openwrt.org>
8214 M:      John Crispin <blogic@openwrt.org>
8215 L:      netdev@vger.kernel.org
8216 S:      Maintained
8217 F:      drivers/net/ethernet/mediatek/
8218
8219 MEDIATEK JPEG DRIVER
8220 M:      Rick Chang <rick.chang@mediatek.com>
8221 M:      Bin Liu <bin.liu@mediatek.com>
8222 S:      Supported
8223 F:      drivers/media/platform/mtk-jpeg/
8224 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8225
8226 MEDIATEK MEDIA DRIVER
8227 M:      Tiffany Lin <tiffany.lin@mediatek.com>
8228 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8229 S:      Supported
8230 F:      drivers/media/platform/mtk-vcodec/
8231 F:      drivers/media/platform/mtk-vpu/
8232 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8233 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8234
8235 MEDIATEK MDP DRIVER
8236 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8237 M:      Houlong Wei <houlong.wei@mediatek.com>
8238 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8239 S:      Supported
8240 F:      drivers/media/platform/mtk-mdp/
8241 F:      drivers/media/platform/mtk-vpu/
8242 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8243
8244 MEDIATEK MT7601U WIRELESS LAN DRIVER
8245 M:      Jakub Kicinski <kubakici@wp.pl>
8246 L:      linux-wireless@vger.kernel.org
8247 S:      Maintained
8248 F:      drivers/net/wireless/mediatek/mt7601u/
8249
8250 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8251 M:      Peter Senna Tschudin <peter.senna@collabora.com>
8252 M:      Martin Donnelly <martin.donnelly@ge.com>
8253 M:      Martyn Welch <martyn.welch@collabora.co.uk>
8254 S:      Maintained
8255 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8256 F:      Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8257
8258 MEGARAID SCSI/SAS DRIVERS
8259 M:      Kashyap Desai <kashyap.desai@broadcom.com>
8260 M:      Sumit Saxena <sumit.saxena@broadcom.com>
8261 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8262 L:      megaraidlinux.pdl@broadcom.com
8263 L:      linux-scsi@vger.kernel.org
8264 W:      http://www.avagotech.com/support/
8265 S:      Maintained
8266 F:      Documentation/scsi/megaraid.txt
8267 F:      drivers/scsi/megaraid.*
8268 F:      drivers/scsi/megaraid/
8269
8270 MELFAS MIP4 TOUCHSCREEN DRIVER
8271 M:      Sangwon Jee <jeesw@melfas.com>
8272 W:      http://www.melfas.com
8273 S:      Supported
8274 F:      drivers/input/touchscreen/melfas_mip4.c
8275 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8276
8277 MELLANOX ETHERNET DRIVER (mlx4_en)
8278 M:      Tariq Toukan <tariqt@mellanox.com>
8279 L:      netdev@vger.kernel.org
8280 S:      Supported
8281 W:      http://www.mellanox.com
8282 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8283 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8284
8285 MELLANOX ETHERNET DRIVER (mlx5e)
8286 M:      Saeed Mahameed <saeedm@mellanox.com>
8287 L:      netdev@vger.kernel.org
8288 S:      Supported
8289 W:      http://www.mellanox.com
8290 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8291 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8292
8293 MELLANOX ETHERNET SWITCH DRIVERS
8294 M:      Jiri Pirko <jiri@mellanox.com>
8295 M:      Ido Schimmel <idosch@mellanox.com>
8296 L:      netdev@vger.kernel.org
8297 S:      Supported
8298 W:      http://www.mellanox.com
8299 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8300 F:      drivers/net/ethernet/mellanox/mlxsw/
8301
8302 MELLANOX MLXCPLD I2C AND MUX DRIVER
8303 M:      Vadim Pasternak <vadimp@mellanox.com>
8304 M:      Michael Shych <michaelsh@mellanox.com>
8305 L:      linux-i2c@vger.kernel.org
8306 S:      Supported
8307 F:      drivers/i2c/busses/i2c-mlxcpld.c
8308 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8309 F:      Documentation/i2c/busses/i2c-mlxcpld
8310
8311 MELLANOX MLXCPLD LED DRIVER
8312 M:      Vadim Pasternak <vadimp@mellanox.com>
8313 L:      linux-leds@vger.kernel.org
8314 S:      Supported
8315 F:      drivers/leds/leds-mlxcpld.c
8316 F:      Documentation/leds/leds-mlxcpld.txt
8317
8318 MELLANOX PLATFORM DRIVER
8319 M:      Vadim Pasternak <vadimp@mellanox.com>
8320 L:      platform-driver-x86@vger.kernel.org
8321 S:      Supported
8322 F:      drivers/platform/x86/mlx-platform.c
8323
8324 MELLANOX MLX CPLD HOTPLUG DRIVER
8325 M:      Vadim Pasternak <vadimp@mellanox.com>
8326 L:      platform-driver-x86@vger.kernel.org
8327 S:      Supported
8328 F:      drivers/platform/x86/mlxcpld-hotplug.c
8329 F:      include/linux/platform_data/mlxcpld-hotplug.h
8330
8331 SOFT-ROCE DRIVER (rxe)
8332 M:      Moni Shoua <monis@mellanox.com>
8333 L:      linux-rdma@vger.kernel.org
8334 S:      Supported
8335 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8336 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8337 F:      drivers/infiniband/sw/rxe/
8338 F:      include/uapi/rdma/rdma_user_rxe.h
8339
8340 MEMBARRIER SUPPORT
8341 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8342 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8343 L:      linux-kernel@vger.kernel.org
8344 S:      Supported
8345 F:      kernel/membarrier.c
8346 F:      include/uapi/linux/membarrier.h
8347
8348 MEMORY MANAGEMENT
8349 L:      linux-mm@kvack.org
8350 W:      http://www.linux-mm.org
8351 S:      Maintained
8352 F:      include/linux/mm.h
8353 F:      include/linux/gfp.h
8354 F:      include/linux/mmzone.h
8355 F:      include/linux/memory_hotplug.h
8356 F:      include/linux/vmalloc.h
8357 F:      mm/
8358
8359 MEMORY TECHNOLOGY DEVICES (MTD)
8360 M:      David Woodhouse <dwmw2@infradead.org>
8361 M:      Brian Norris <computersforpeace@gmail.com>
8362 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8363 M:      Marek Vasut <marek.vasut@gmail.com>
8364 M:      Richard Weinberger <richard@nod.at>
8365 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8366 L:      linux-mtd@lists.infradead.org
8367 W:      http://www.linux-mtd.infradead.org/
8368 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8369 T:      git git://git.infradead.org/linux-mtd.git
8370 T:      git git://git.infradead.org/l2-mtd.git
8371 S:      Maintained
8372 F:      Documentation/devicetree/bindings/mtd/
8373 F:      drivers/mtd/
8374 F:      include/linux/mtd/
8375 F:      include/uapi/mtd/
8376
8377 MEN A21 WATCHDOG DRIVER
8378 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8379 L:      linux-watchdog@vger.kernel.org
8380 S:      Maintained
8381 F:      drivers/watchdog/mena21_wdt.c
8382
8383 MEN CHAMELEON BUS (mcb)
8384 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8385 S:      Maintained
8386 F:      drivers/mcb/
8387 F:      include/linux/mcb.h
8388 F:      Documentation/men-chameleon-bus.txt
8389
8390 MEN F21BMC (Board Management Controller)
8391 M:      Andreas Werner <andreas.werner@men.de>
8392 S:      Supported
8393 F:      drivers/mfd/menf21bmc.c
8394 F:      drivers/watchdog/menf21bmc_wdt.c
8395 F:      drivers/leds/leds-menf21bmc.c
8396 F:      drivers/hwmon/menf21bmc_hwmon.c
8397 F:      Documentation/hwmon/menf21bmc
8398
8399 METAG ARCHITECTURE
8400 M:      James Hogan <james.hogan@imgtec.com>
8401 L:      linux-metag@vger.kernel.org
8402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8403 S:      Odd Fixes
8404 F:      arch/metag/
8405 F:      Documentation/metag/
8406 F:      Documentation/devicetree/bindings/metag/
8407 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8408 F:      drivers/clocksource/metag_generic.c
8409 F:      drivers/irqchip/irq-metag.c
8410 F:      drivers/irqchip/irq-metag-ext.c
8411 F:      drivers/tty/metag_da.c
8412
8413 MICROBLAZE ARCHITECTURE
8414 M:      Michal Simek <monstr@monstr.eu>
8415 W:      http://www.monstr.eu/fdt/
8416 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8417 S:      Supported
8418 F:      arch/microblaze/
8419
8420 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8421 M:      Richard Genoud <richard.genoud@gmail.com>
8422 S:      Maintained
8423 F:      drivers/tty/serial/atmel_serial.c
8424 F:      drivers/tty/serial/atmel_serial.h
8425
8426 MICROCHIP / ATMEL DMA DRIVER
8427 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
8428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8429 L:      dmaengine@vger.kernel.org
8430 S:      Supported
8431 F:      drivers/dma/at_hdmac.c
8432 F:      drivers/dma/at_hdmac_regs.h
8433 F:      include/linux/platform_data/dma-atmel.h
8434
8435 MICROCHIP / ATMEL ISC DRIVER
8436 M:      Songjun Wu <songjun.wu@microchip.com>
8437 L:      linux-media@vger.kernel.org
8438 S:      Supported
8439 F:      drivers/media/platform/atmel/atmel-isc.c
8440 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8441 F:      devicetree/bindings/media/atmel-isc.txt
8442
8443 MICROCHIP USB251XB DRIVER
8444 M:      Richard Leitner <richard.leitner@skidata.com>
8445 L:      linux-usb@vger.kernel.org
8446 S:      Maintained
8447 F:      drivers/usb/misc/usb251xb.c
8448 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
8449
8450 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8451 M:      Chen Yu <yu.c.chen@intel.com>
8452 L:      platform-driver-x86@vger.kernel.org
8453 S:      Supported
8454 F:      drivers/platform/x86/surfacepro3_button.c
8455
8456 MICROTEK X6 SCANNER
8457 M:      Oliver Neukum <oliver@neukum.org>
8458 S:      Maintained
8459 F:      drivers/usb/image/microtek.*
8460
8461 MIPS
8462 M:      Ralf Baechle <ralf@linux-mips.org>
8463 L:      linux-mips@linux-mips.org
8464 W:      http://www.linux-mips.org/
8465 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8466 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8467 S:      Supported
8468 F:      Documentation/devicetree/bindings/mips/
8469 F:      Documentation/mips/
8470 F:      arch/mips/
8471
8472 MIPS/LOONGSON1 ARCHITECTURE
8473 M:      Keguang Zhang <keguang.zhang@gmail.com>
8474 L:      linux-mips@linux-mips.org
8475 S:      Maintained
8476 F:      arch/mips/loongson32/
8477 F:      arch/mips/include/asm/mach-loongson32/
8478 F:      drivers/*/*loongson1*
8479 F:      drivers/*/*/*loongson1*
8480
8481 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8482 M:      Hans Verkuil <hverkuil@xs4all.nl>
8483 L:      linux-media@vger.kernel.org
8484 T:      git git://linuxtv.org/media_tree.git
8485 W:      https://linuxtv.org
8486 S:      Odd Fixes
8487 F:      drivers/media/radio/radio-miropcm20*
8488
8489 MELLANOX MLX4 core VPI driver
8490 M:      Yishai Hadas <yishaih@mellanox.com>
8491 L:      netdev@vger.kernel.org
8492 L:      linux-rdma@vger.kernel.org
8493 W:      http://www.mellanox.com
8494 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8495 S:      Supported
8496 F:      drivers/net/ethernet/mellanox/mlx4/
8497 F:      include/linux/mlx4/
8498 F:      include/uapi/rdma/mlx4-abi.h
8499
8500 MELLANOX MLX4 IB driver
8501 M:      Yishai Hadas <yishaih@mellanox.com>
8502 L:      linux-rdma@vger.kernel.org
8503 W:      http://www.mellanox.com
8504 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8505 S:      Supported
8506 F:      drivers/infiniband/hw/mlx4/
8507 F:      include/linux/mlx4/
8508
8509 MELLANOX MLX5 core VPI driver
8510 M:      Saeed Mahameed <saeedm@mellanox.com>
8511 M:      Matan Barak <matanb@mellanox.com>
8512 M:      Leon Romanovsky <leonro@mellanox.com>
8513 L:      netdev@vger.kernel.org
8514 L:      linux-rdma@vger.kernel.org
8515 W:      http://www.mellanox.com
8516 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8517 S:      Supported
8518 F:      drivers/net/ethernet/mellanox/mlx5/core/
8519 F:      include/linux/mlx5/
8520 F:      include/uapi/rdma/mlx5-abi.h
8521
8522 MELLANOX MLX5 IB driver
8523 M:      Matan Barak <matanb@mellanox.com>
8524 M:      Leon Romanovsky <leonro@mellanox.com>
8525 L:      linux-rdma@vger.kernel.org
8526 W:      http://www.mellanox.com
8527 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8528 S:      Supported
8529 F:      drivers/infiniband/hw/mlx5/
8530 F:      include/linux/mlx5/
8531
8532 MELEXIS MLX90614 DRIVER
8533 M:      Crt Mori <cmo@melexis.com>
8534 L:      linux-iio@vger.kernel.org
8535 W:      http://www.melexis.com
8536 S:      Supported
8537 F:      drivers/iio/temperature/mlx90614.c
8538
8539 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8540 M:      Don Brace <don.brace@microsemi.com>
8541 L:      esc.storagedev@microsemi.com
8542 L:      linux-scsi@vger.kernel.org
8543 S:      Supported
8544 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8545 F:      drivers/scsi/smartpqi/Kconfig
8546 F:      drivers/scsi/smartpqi/Makefile
8547 F:      include/linux/cciss*.h
8548 F:      include/uapi/linux/cciss*.h
8549 F:      Documentation/scsi/smartpqi.txt
8550
8551 MN88472 MEDIA DRIVER
8552 M:      Antti Palosaari <crope@iki.fi>
8553 L:      linux-media@vger.kernel.org
8554 W:      https://linuxtv.org
8555 W:      http://palosaari.fi/linux/
8556 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8557 S:      Maintained
8558 F:      drivers/media/dvb-frontends/mn88472*
8559
8560 MN88473 MEDIA DRIVER
8561 M:      Antti Palosaari <crope@iki.fi>
8562 L:      linux-media@vger.kernel.org
8563 W:      https://linuxtv.org
8564 W:      http://palosaari.fi/linux/
8565 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8566 S:      Maintained
8567 F:      drivers/media/dvb-frontends/mn88473*
8568
8569 MODULE SUPPORT
8570 M:      Jessica Yu <jeyu@redhat.com>
8571 M:      Rusty Russell <rusty@rustcorp.com.au>
8572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8573 S:      Maintained
8574 F:      include/linux/module.h
8575 F:      kernel/module.c
8576
8577 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8578 W:      http://popies.net/meye/
8579 S:      Orphan
8580 F:      Documentation/media/v4l-drivers/meye*
8581 F:      drivers/media/pci/meye/
8582 F:      include/uapi/linux/meye.h
8583
8584 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8585 M:      Jiri Slaby <jirislaby@gmail.com>
8586 S:      Maintained
8587 F:      Documentation/serial/moxa-smartio
8588 F:      drivers/tty/mxser.*
8589
8590 MR800 AVERMEDIA USB FM RADIO DRIVER
8591 M:      Alexey Klimov <klimov.linux@gmail.com>
8592 L:      linux-media@vger.kernel.org
8593 T:      git git://linuxtv.org/media_tree.git
8594 S:      Maintained
8595 F:      drivers/media/radio/radio-mr800.c
8596
8597 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8598 M:      Alan Ott <alan@signal11.us>
8599 L:      linux-wpan@vger.kernel.org
8600 S:      Maintained
8601 F:      drivers/net/ieee802154/mrf24j40.c
8602 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8603
8604 MSI LAPTOP SUPPORT
8605 M:      "Lee, Chun-Yi" <jlee@suse.com>
8606 L:      platform-driver-x86@vger.kernel.org
8607 S:      Maintained
8608 F:      drivers/platform/x86/msi-laptop.c
8609
8610 MSI WMI SUPPORT
8611 L:      platform-driver-x86@vger.kernel.org
8612 S:      Orphan
8613 F:      drivers/platform/x86/msi-wmi.c
8614
8615 MSI001 MEDIA DRIVER
8616 M:      Antti Palosaari <crope@iki.fi>
8617 L:      linux-media@vger.kernel.org
8618 W:      https://linuxtv.org
8619 W:      http://palosaari.fi/linux/
8620 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8621 T:      git git://linuxtv.org/anttip/media_tree.git
8622 S:      Maintained
8623 F:      drivers/media/tuners/msi001*
8624
8625 MSI2500 MEDIA DRIVER
8626 M:      Antti Palosaari <crope@iki.fi>
8627 L:      linux-media@vger.kernel.org
8628 W:      https://linuxtv.org
8629 W:      http://palosaari.fi/linux/
8630 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8631 T:      git git://linuxtv.org/anttip/media_tree.git
8632 S:      Maintained
8633 F:      drivers/media/usb/msi2500/
8634
8635 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8636 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8637 L:      linux-mtd@lists.infradead.org
8638 S:      Maintained
8639 F:      drivers/mtd/devices/docg3*
8640
8641 MT9M032 APTINA SENSOR DRIVER
8642 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8643 L:      linux-media@vger.kernel.org
8644 T:      git git://linuxtv.org/media_tree.git
8645 S:      Maintained
8646 F:      drivers/media/i2c/mt9m032.c
8647 F:      include/media/i2c/mt9m032.h
8648
8649 MT9P031 APTINA CAMERA SENSOR
8650 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8651 L:      linux-media@vger.kernel.org
8652 T:      git git://linuxtv.org/media_tree.git
8653 S:      Maintained
8654 F:      drivers/media/i2c/mt9p031.c
8655 F:      include/media/i2c/mt9p031.h
8656
8657 MT9T001 APTINA CAMERA SENSOR
8658 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8659 L:      linux-media@vger.kernel.org
8660 T:      git git://linuxtv.org/media_tree.git
8661 S:      Maintained
8662 F:      drivers/media/i2c/mt9t001.c
8663 F:      include/media/i2c/mt9t001.h
8664
8665 MT9V032 APTINA CAMERA SENSOR
8666 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8667 L:      linux-media@vger.kernel.org
8668 T:      git git://linuxtv.org/media_tree.git
8669 S:      Maintained
8670 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8671 F:      drivers/media/i2c/mt9v032.c
8672 F:      include/media/i2c/mt9v032.h
8673
8674 MULTIFUNCTION DEVICES (MFD)
8675 M:      Lee Jones <lee.jones@linaro.org>
8676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8677 S:      Supported
8678 F:      Documentation/devicetree/bindings/mfd/
8679 F:      drivers/mfd/
8680 F:      include/linux/mfd/
8681 F:      include/dt-bindings/mfd/
8682
8683 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8684 M:      Ulf Hansson <ulf.hansson@linaro.org>
8685 L:      linux-mmc@vger.kernel.org
8686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8687 S:      Maintained
8688 F:      Documentation/devicetree/bindings/mmc/
8689 F:      drivers/mmc/
8690 F:      include/linux/mmc/
8691 F:      include/uapi/linux/mmc/
8692
8693 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8694 S:      Orphan
8695 F:      drivers/mmc/host/mmc_spi.c
8696 F:      include/linux/spi/mmc_spi.h
8697
8698 MULTISOUND SOUND DRIVER
8699 M:      Andrew Veliath <andrewtv@usa.net>
8700 S:      Maintained
8701 F:      Documentation/sound/oss/MultiSound
8702 F:      sound/oss/msnd*
8703
8704 MULTITECH MULTIPORT CARD (ISICOM)
8705 S:      Orphan
8706 F:      drivers/tty/isicom.c
8707 F:      include/linux/isicom.h
8708
8709 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8710 M:      Bin Liu <b-liu@ti.com>
8711 L:      linux-usb@vger.kernel.org
8712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8713 S:      Maintained
8714 F:      drivers/usb/musb/
8715
8716 MXL5007T MEDIA DRIVER
8717 M:      Michael Krufky <mkrufky@linuxtv.org>
8718 L:      linux-media@vger.kernel.org
8719 W:      https://linuxtv.org
8720 W:      http://github.com/mkrufky
8721 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8722 T:      git git://linuxtv.org/mkrufky/tuners.git
8723 S:      Maintained
8724 F:      drivers/media/tuners/mxl5007t.*
8725
8726 MXSFB DRM DRIVER
8727 M:      Marek Vasut <marex@denx.de>
8728 S:      Supported
8729 F:      drivers/gpu/drm/mxsfb/
8730 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8731
8732 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8733 M:      Hyong-Youb Kim <hykim@myri.com>
8734 L:      netdev@vger.kernel.org
8735 W:      https://www.myricom.com/support/downloads/myri10ge.html
8736 S:      Supported
8737 F:      drivers/net/ethernet/myricom/myri10ge/
8738
8739 NAND FLASH SUBSYSTEM
8740 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8741 R:      Richard Weinberger <richard@nod.at>
8742 L:      linux-mtd@lists.infradead.org
8743 W:      http://www.linux-mtd.infradead.org/
8744 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8745 T:      git git://github.com/linux-nand/linux.git
8746 S:      Maintained
8747 F:      drivers/mtd/nand/
8748 F:      include/linux/mtd/nand*.h
8749
8750 NATSEMI ETHERNET DRIVER (DP8381x)
8751 S:      Orphan
8752 F:      drivers/net/ethernet/natsemi/natsemi.c
8753
8754 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8755 M:      Daniel Mack <zonque@gmail.com>
8756 S:      Maintained
8757 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8758 W:      http://www.native-instruments.com
8759 F:      sound/usb/caiaq/
8760
8761 NCP FILESYSTEM
8762 M:      Petr Vandrovec <petr@vandrovec.name>
8763 S:      Odd Fixes
8764 F:      fs/ncpfs/
8765
8766 NCR 5380 SCSI DRIVERS
8767 M:      Finn Thain <fthain@telegraphics.com.au>
8768 M:      Michael Schmitz <schmitzmic@gmail.com>
8769 L:      linux-scsi@vger.kernel.org
8770 S:      Maintained
8771 F:      Documentation/scsi/g_NCR5380.txt
8772 F:      drivers/scsi/NCR5380.*
8773 F:      drivers/scsi/arm/cumana_1.c
8774 F:      drivers/scsi/arm/oak.c
8775 F:      drivers/scsi/atari_scsi.*
8776 F:      drivers/scsi/dmx3191d.c
8777 F:      drivers/scsi/g_NCR5380.*
8778 F:      drivers/scsi/mac_scsi.*
8779 F:      drivers/scsi/sun3_scsi.*
8780 F:      drivers/scsi/sun3_scsi_vme.c
8781
8782 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8783 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8784 L:      linux-scsi@vger.kernel.org
8785 S:      Maintained
8786 F:      drivers/scsi/NCR_D700.*
8787
8788 NCT6775 HARDWARE MONITOR DRIVER
8789 M:      Guenter Roeck <linux@roeck-us.net>
8790 L:      linux-hwmon@vger.kernel.org
8791 S:      Maintained
8792 F:      Documentation/hwmon/nct6775
8793 F:      drivers/hwmon/nct6775.c
8794
8795 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8796 M:      Faisal Latif <faisal.latif@intel.com>
8797 L:      linux-rdma@vger.kernel.org
8798 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8799 S:      Supported
8800 F:      drivers/infiniband/hw/nes/
8801 F:      include/uapi/rdma/nes-abi.h
8802
8803 NETEM NETWORK EMULATOR
8804 M:      Stephen Hemminger <stephen@networkplumber.org>
8805 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8806 S:      Maintained
8807 F:      net/sched/sch_netem.c
8808
8809 NETERION 10GbE DRIVERS (s2io/vxge)
8810 M:      Jon Mason <jdmason@kudzu.us>
8811 L:      netdev@vger.kernel.org
8812 S:      Supported
8813 F:      Documentation/networking/s2io.txt
8814 F:      Documentation/networking/vxge.txt
8815 F:      drivers/net/ethernet/neterion/
8816
8817 NETFILTER
8818 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8819 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8820 M:      Florian Westphal <fw@strlen.de>
8821 L:      netfilter-devel@vger.kernel.org
8822 L:      coreteam@netfilter.org
8823 W:      http://www.netfilter.org/
8824 W:      http://www.iptables.org/
8825 W:      http://www.nftables.org/
8826 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8829 S:      Maintained
8830 F:      include/linux/netfilter*
8831 F:      include/linux/netfilter/
8832 F:      include/net/netfilter/
8833 F:      include/uapi/linux/netfilter*
8834 F:      include/uapi/linux/netfilter/
8835 F:      net/*/netfilter.c
8836 F:      net/*/netfilter/
8837 F:      net/netfilter/
8838 F:      net/bridge/br_netfilter*.c
8839
8840 NETLABEL
8841 M:      Paul Moore <paul@paul-moore.com>
8842 W:      http://netlabel.sf.net
8843 L:      netdev@vger.kernel.org
8844 S:      Maintained
8845 F:      Documentation/netlabel/
8846 F:      include/net/netlabel.h
8847 F:      net/netlabel/
8848
8849 NETROM NETWORK LAYER
8850 M:      Ralf Baechle <ralf@linux-mips.org>
8851 L:      linux-hams@vger.kernel.org
8852 W:      http://www.linux-ax25.org/
8853 S:      Maintained
8854 F:      include/net/netrom.h
8855 F:      include/uapi/linux/netrom.h
8856 F:      net/netrom/
8857
8858 NETRONOME ETHERNET DRIVERS
8859 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8860 L:      oss-drivers@netronome.com
8861 S:      Maintained
8862 F:      drivers/net/ethernet/netronome/
8863
8864 NETWORK BLOCK DEVICE (NBD)
8865 M:      Josef Bacik <jbacik@fb.com>
8866 S:      Maintained
8867 L:      linux-block@vger.kernel.org
8868 L:      nbd-general@lists.sourceforge.net
8869 F:      Documentation/blockdev/nbd.txt
8870 F:      drivers/block/nbd.c
8871 F:      include/uapi/linux/nbd.h
8872
8873 NETWORK DROP MONITOR
8874 M:      Neil Horman <nhorman@tuxdriver.com>
8875 L:      netdev@vger.kernel.org
8876 S:      Maintained
8877 W:      https://fedorahosted.org/dropwatch/
8878 F:      net/core/drop_monitor.c
8879
8880 NETWORKING [DSA]
8881 M:      Andrew Lunn <andrew@lunn.ch>
8882 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8883 M:      Florian Fainelli <f.fainelli@gmail.com>
8884 S:      Maintained
8885 F:      net/dsa/
8886 F:      include/net/dsa.h
8887 F:      drivers/net/dsa/
8888
8889 NETWORKING [GENERAL]
8890 M:      "David S. Miller" <davem@davemloft.net>
8891 L:      netdev@vger.kernel.org
8892 W:      http://www.linuxfoundation.org/en/Net
8893 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8896 B:      mailto:netdev@vger.kernel.org
8897 S:      Maintained
8898 F:      net/
8899 F:      include/net/
8900 F:      include/linux/in.h
8901 F:      include/linux/net.h
8902 F:      include/linux/netdevice.h
8903 F:      include/uapi/linux/in.h
8904 F:      include/uapi/linux/net.h
8905 F:      include/uapi/linux/netdevice.h
8906 F:      include/uapi/linux/net_namespace.h
8907 F:      tools/net/
8908 F:      tools/testing/selftests/net/
8909 F:      lib/random32.c
8910
8911 NETWORKING [IPv4/IPv6]
8912 M:      "David S. Miller" <davem@davemloft.net>
8913 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8914 M:      James Morris <jmorris@namei.org>
8915 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8916 M:      Patrick McHardy <kaber@trash.net>
8917 L:      netdev@vger.kernel.org
8918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8919 S:      Maintained
8920 F:      net/ipv4/
8921 F:      net/ipv6/
8922 F:      include/net/ip*
8923 F:      arch/x86/net/*
8924
8925 NETWORKING [IPSEC]
8926 M:      Steffen Klassert <steffen.klassert@secunet.com>
8927 M:      Herbert Xu <herbert@gondor.apana.org.au>
8928 M:      "David S. Miller" <davem@davemloft.net>
8929 L:      netdev@vger.kernel.org
8930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8932 S:      Maintained
8933 F:      net/core/flow.c
8934 F:      net/xfrm/
8935 F:      net/key/
8936 F:      net/ipv4/xfrm*
8937 F:      net/ipv4/esp4*
8938 F:      net/ipv4/ah4.c
8939 F:      net/ipv4/ipcomp.c
8940 F:      net/ipv4/ip_vti.c
8941 F:      net/ipv6/xfrm*
8942 F:      net/ipv6/esp6*
8943 F:      net/ipv6/ah6.c
8944 F:      net/ipv6/ipcomp6.c
8945 F:      net/ipv6/ip6_vti.c
8946 F:      include/uapi/linux/xfrm.h
8947 F:      include/net/xfrm.h
8948
8949 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8950 M:      Paul Moore <paul@paul-moore.com>
8951 L:      netdev@vger.kernel.org
8952 S:      Maintained
8953
8954 NETWORKING [WIRELESS]
8955 L:      linux-wireless@vger.kernel.org
8956 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8957
8958 NETWORKING DRIVERS
8959 L:      netdev@vger.kernel.org
8960 W:      http://www.linuxfoundation.org/en/Net
8961 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8964 S:      Odd Fixes
8965 F:      Documentation/devicetree/bindings/net/
8966 F:      drivers/net/
8967 F:      include/linux/if_*
8968 F:      include/linux/netdevice.h
8969 F:      include/linux/etherdevice.h
8970 F:      include/linux/fcdevice.h
8971 F:      include/linux/fddidevice.h
8972 F:      include/linux/hippidevice.h
8973 F:      include/linux/inetdevice.h
8974 F:      include/uapi/linux/if_*
8975 F:      include/uapi/linux/netdevice.h
8976
8977 NETWORKING DRIVERS (WIRELESS)
8978 M:      Kalle Valo <kvalo@codeaurora.org>
8979 L:      linux-wireless@vger.kernel.org
8980 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8983 S:      Maintained
8984 F:      Documentation/devicetree/bindings/net/wireless/
8985 F:      drivers/net/wireless/
8986
8987 NETXEN (1/10) GbE SUPPORT
8988 M:      Manish Chopra <manish.chopra@cavium.com>
8989 M:      Rahul Verma <rahul.verma@cavium.com>
8990 M:      Dept-GELinuxNICDev@cavium.com
8991 L:      netdev@vger.kernel.org
8992 S:      Supported
8993 F:      drivers/net/ethernet/qlogic/netxen/
8994
8995 NFC SUBSYSTEM
8996 M:      Samuel Ortiz <sameo@linux.intel.com>
8997 L:      linux-wireless@vger.kernel.org
8998 L:      linux-nfc@lists.01.org (subscribers-only)
8999 S:      Supported
9000 F:      net/nfc/
9001 F:      include/net/nfc/
9002 F:      include/uapi/linux/nfc.h
9003 F:      drivers/nfc/
9004 F:      include/linux/platform_data/nfcmrvl.h
9005 F:      include/linux/platform_data/nxp-nci.h
9006 F:      include/linux/platform_data/pn544.h
9007 F:      include/linux/platform_data/st21nfca.h
9008 F:      include/linux/platform_data/st-nci.h
9009 F:      Documentation/devicetree/bindings/net/nfc/
9010
9011 NFS, SUNRPC, AND LOCKD CLIENTS
9012 M:      Trond Myklebust <trond.myklebust@primarydata.com>
9013 M:      Anna Schumaker <anna.schumaker@netapp.com>
9014 L:      linux-nfs@vger.kernel.org
9015 W:      http://client.linux-nfs.org
9016 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9017 S:      Maintained
9018 F:      fs/lockd/
9019 F:      fs/nfs/
9020 F:      fs/nfs_common/
9021 F:      net/sunrpc/
9022 F:      include/linux/lockd/
9023 F:      include/linux/nfs*
9024 F:      include/linux/sunrpc/
9025 F:      include/uapi/linux/nfs*
9026 F:      include/uapi/linux/sunrpc/
9027
9028 NILFS2 FILESYSTEM
9029 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9030 L:      linux-nilfs@vger.kernel.org
9031 W:      http://nilfs.sourceforge.net/
9032 W:      http://nilfs.osdn.jp/
9033 T:      git git://github.com/konis/nilfs2.git
9034 S:      Supported
9035 F:      Documentation/filesystems/nilfs2.txt
9036 F:      fs/nilfs2/
9037 F:      include/trace/events/nilfs2.h
9038 F:      include/uapi/linux/nilfs2_api.h
9039 F:      include/uapi/linux/nilfs2_ondisk.h
9040
9041 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9042 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9043 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9044 S:      Maintained
9045 F:      Documentation/scsi/NinjaSCSI.txt
9046 F:      drivers/scsi/pcmcia/nsp_*
9047
9048 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9049 M:      GOTO Masanori <gotom@debian.or.jp>
9050 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9051 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9052 S:      Maintained
9053 F:      Documentation/scsi/NinjaSCSI.txt
9054 F:      drivers/scsi/nsp32*
9055
9056 NIOS2 ARCHITECTURE
9057 M:      Ley Foon Tan <lftan@altera.com>
9058 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9060 S:      Maintained
9061 F:      arch/nios2/
9062
9063 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9064 M:      Pavel Machek <pavel@ucw.cz>
9065 M:      Sakari Ailus <sakari.ailus@iki.fi>
9066 L:      linux-media@vger.kernel.org
9067 S:      Maintained
9068 F:      drivers/media/i2c/et8ek8
9069 F:      drivers/media/i2c/ad5820.c
9070
9071 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9072 M:      Pavel Machek <pavel@ucw.cz>
9073 M:      Sakari Ailus <sakari.ailus@iki.fi>
9074 L:      linux-media@vger.kernel.org
9075 S:      Maintained
9076 F:      drivers/media/i2c/et8ek8
9077 F:      drivers/media/i2c/ad5820.c
9078
9079 NOKIA N900 POWER SUPPLY DRIVERS
9080 R:      Pali Rohár <pali.rohar@gmail.com>
9081 F:      include/linux/power/bq2415x_charger.h
9082 F:      include/linux/power/bq27xxx_battery.h
9083 F:      include/linux/power/isp1704_charger.h
9084 F:      drivers/power/supply/bq2415x_charger.c
9085 F:      drivers/power/supply/bq27xxx_battery.c
9086 F:      drivers/power/supply/bq27xxx_battery_i2c.c
9087 F:      drivers/power/supply/isp1704_charger.c
9088 F:      drivers/power/supply/rx51_battery.c
9089
9090 NTB DRIVER CORE
9091 M:      Jon Mason <jdmason@kudzu.us>
9092 M:      Dave Jiang <dave.jiang@intel.com>
9093 M:      Allen Hubbe <Allen.Hubbe@emc.com>
9094 L:      linux-ntb@googlegroups.com
9095 S:      Supported
9096 W:      https://github.com/jonmason/ntb/wiki
9097 T:      git git://github.com/jonmason/ntb.git
9098 F:      drivers/ntb/
9099 F:      drivers/net/ntb_netdev.c
9100 F:      include/linux/ntb.h
9101 F:      include/linux/ntb_transport.h
9102 F:      tools/testing/selftests/ntb/
9103
9104 NTB INTEL DRIVER
9105 M:      Jon Mason <jdmason@kudzu.us>
9106 M:      Dave Jiang <dave.jiang@intel.com>
9107 L:      linux-ntb@googlegroups.com
9108 S:      Supported
9109 W:      https://github.com/jonmason/ntb/wiki
9110 T:      git git://github.com/jonmason/ntb.git
9111 F:      drivers/ntb/hw/intel/
9112
9113 NTB AMD DRIVER
9114 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9115 L:      linux-ntb@googlegroups.com
9116 S:      Supported
9117 F:      drivers/ntb/hw/amd/
9118
9119 NTFS FILESYSTEM
9120 M:      Anton Altaparmakov <anton@tuxera.com>
9121 L:      linux-ntfs-dev@lists.sourceforge.net
9122 W:      http://www.tuxera.com/
9123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9124 S:      Supported
9125 F:      Documentation/filesystems/ntfs.txt
9126 F:      fs/ntfs/
9127
9128 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9129 M:      Antonino Daplas <adaplas@gmail.com>
9130 L:      linux-fbdev@vger.kernel.org
9131 S:      Maintained
9132 F:      drivers/video/fbdev/riva/
9133 F:      drivers/video/fbdev/nvidia/
9134
9135 NVM EXPRESS DRIVER
9136 M:      Keith Busch <keith.busch@intel.com>
9137 M:      Jens Axboe <axboe@fb.com>
9138 M:      Christoph Hellwig <hch@lst.de>
9139 M:      Sagi Grimberg <sagi@grimberg.me>
9140 L:      linux-nvme@lists.infradead.org
9141 T:      git://git.infradead.org/nvme.git
9142 W:      http://git.infradead.org/nvme.git
9143 S:      Supported
9144 F:      drivers/nvme/host/
9145 F:      include/linux/nvme.h
9146 F:      include/uapi/linux/nvme_ioctl.h
9147
9148 NVM EXPRESS TARGET DRIVER
9149 M:      Christoph Hellwig <hch@lst.de>
9150 M:      Sagi Grimberg <sagi@grimberg.me>
9151 L:      linux-nvme@lists.infradead.org
9152 T:      git://git.infradead.org/nvme.git
9153 W:      http://git.infradead.org/nvme.git
9154 S:      Supported
9155 F:      drivers/nvme/target/
9156
9157 NVM EXPRESS FC TRANSPORT DRIVERS
9158 M:      James Smart <james.smart@broadcom.com>
9159 L:      linux-nvme@lists.infradead.org
9160 S:      Supported
9161 F:      include/linux/nvme-fc.h
9162 F:      include/linux/nvme-fc-driver.h
9163 F:      drivers/nvme/host/fc.c
9164 F:      drivers/nvme/target/fc.c
9165 F:      drivers/nvme/target/fcloop.c
9166
9167 NVMEM FRAMEWORK
9168 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9169 S:      Maintained
9170 F:      drivers/nvmem/
9171 F:      Documentation/devicetree/bindings/nvmem/
9172 F:      include/linux/nvmem-consumer.h
9173 F:      include/linux/nvmem-provider.h
9174
9175 NXP-NCI NFC DRIVER
9176 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
9177 R:      Charles Gorand <charles.gorand@effinnov.com>
9178 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9179 S:      Supported
9180 F:      drivers/nfc/nxp-nci
9181
9182 NXP TDA998X DRM DRIVER
9183 M:      Russell King <linux@armlinux.org.uk>
9184 S:      Supported
9185 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9186 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9187 F:      drivers/gpu/drm/i2c/tda998x_drv.c
9188 F:      include/drm/i2c/tda998x.h
9189
9190 NXP TFA9879 DRIVER
9191 M:      Peter Rosin <peda@axentia.se>
9192 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9193 S:      Maintained
9194 F:      sound/soc/codecs/tfa9879*
9195
9196 OBJTOOL
9197 M:      Josh Poimboeuf <jpoimboe@redhat.com>
9198 S:      Supported
9199 F:      tools/objtool/
9200
9201 OMAP1 SUPPORT
9202 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
9203 M:      Tony Lindgren <tony@atomide.com>
9204 L:      linux-omap@vger.kernel.org
9205 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9207 S:      Maintained
9208 F:      arch/arm/mach-omap1/
9209 F:      arch/arm/plat-omap/
9210 F:      arch/arm/configs/omap1_defconfig
9211 F:      drivers/i2c/busses/i2c-omap.c
9212 F:      include/linux/i2c-omap.h
9213
9214 OMAP2+ SUPPORT
9215 M:      Tony Lindgren <tony@atomide.com>
9216 L:      linux-omap@vger.kernel.org
9217 W:      http://www.muru.com/linux/omap/
9218 W:      http://linux.omap.com/
9219 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9221 S:      Maintained
9222 F:      arch/arm/mach-omap2/
9223 F:      arch/arm/plat-omap/
9224 F:      arch/arm/configs/omap2plus_defconfig
9225 F:      drivers/i2c/busses/i2c-omap.c
9226 F:      drivers/irqchip/irq-omap-intc.c
9227 F:      drivers/mfd/*omap*.c
9228 F:      drivers/mfd/menelaus.c
9229 F:      drivers/mfd/palmas.c
9230 F:      drivers/mfd/tps65217.c
9231 F:      drivers/mfd/tps65218.c
9232 F:      drivers/mfd/tps65910.c
9233 F:      drivers/mfd/twl-core.[ch]
9234 F:      drivers/mfd/twl4030*.c
9235 F:      drivers/mfd/twl6030*.c
9236 F:      drivers/mfd/twl6040*.c
9237 F:      drivers/regulator/palmas-regulator*.c
9238 F:      drivers/regulator/pbias-regulator.c
9239 F:      drivers/regulator/tps65217-regulator.c
9240 F:      drivers/regulator/tps65218-regulator.c
9241 F:      drivers/regulator/tps65910-regulator.c
9242 F:      drivers/regulator/twl-regulator.c
9243 F:      drivers/regulator/twl6030-regulator.c
9244 F:      include/linux/i2c-omap.h
9245
9246 OMAP DEVICE TREE SUPPORT
9247 M:      Benoît Cousson <bcousson@baylibre.com>
9248 M:      Tony Lindgren <tony@atomide.com>
9249 L:      linux-omap@vger.kernel.org
9250 L:      devicetree@vger.kernel.org
9251 S:      Maintained
9252 F:      arch/arm/boot/dts/*omap*
9253 F:      arch/arm/boot/dts/*am3*
9254 F:      arch/arm/boot/dts/*am4*
9255 F:      arch/arm/boot/dts/*am5*
9256 F:      arch/arm/boot/dts/*dra7*
9257
9258 OMAP CLOCK FRAMEWORK SUPPORT
9259 M:      Paul Walmsley <paul@pwsan.com>
9260 L:      linux-omap@vger.kernel.org
9261 S:      Maintained
9262 F:      arch/arm/*omap*/*clock*
9263
9264 OMAP POWER MANAGEMENT SUPPORT
9265 M:      Kevin Hilman <khilman@kernel.org>
9266 L:      linux-omap@vger.kernel.org
9267 S:      Maintained
9268 F:      arch/arm/*omap*/*pm*
9269 F:      drivers/cpufreq/omap-cpufreq.c
9270
9271 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9272 M:      Rajendra Nayak <rnayak@codeaurora.org>
9273 M:      Paul Walmsley <paul@pwsan.com>
9274 L:      linux-omap@vger.kernel.org
9275 S:      Maintained
9276 F:      arch/arm/mach-omap2/prm*
9277
9278 OMAP AUDIO SUPPORT
9279 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9280 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
9281 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9282 L:      linux-omap@vger.kernel.org
9283 S:      Maintained
9284 F:      sound/soc/omap/
9285
9286 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9287 M:      Roger Quadros <rogerq@ti.com>
9288 M:      Tony Lindgren <tony@atomide.com>
9289 L:      linux-omap@vger.kernel.org
9290 S:      Maintained
9291 F:      drivers/memory/omap-gpmc.c
9292 F:      arch/arm/mach-omap2/*gpmc*
9293
9294 OMAP FRAMEBUFFER SUPPORT
9295 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9296 L:      linux-fbdev@vger.kernel.org
9297 L:      linux-omap@vger.kernel.org
9298 S:      Maintained
9299 F:      drivers/video/fbdev/omap/
9300
9301 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9302 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9303 L:      linux-omap@vger.kernel.org
9304 L:      linux-fbdev@vger.kernel.org
9305 S:      Maintained
9306 F:      drivers/video/fbdev/omap2/
9307 F:      Documentation/arm/OMAP/DSS
9308
9309 OMAP HARDWARE SPINLOCK SUPPORT
9310 M:      Ohad Ben-Cohen <ohad@wizery.com>
9311 L:      linux-omap@vger.kernel.org
9312 S:      Maintained
9313 F:      drivers/hwspinlock/omap_hwspinlock.c
9314
9315 OMAP MMC SUPPORT
9316 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
9317 L:      linux-omap@vger.kernel.org
9318 S:      Maintained
9319 F:      drivers/mmc/host/omap.c
9320
9321 OMAP HS MMC SUPPORT
9322 L:      linux-mmc@vger.kernel.org
9323 L:      linux-omap@vger.kernel.org
9324 S:      Orphan
9325 F:      drivers/mmc/host/omap_hsmmc.c
9326
9327 OMAP RANDOM NUMBER GENERATOR SUPPORT
9328 M:      Deepak Saxena <dsaxena@plexity.net>
9329 S:      Maintained
9330 F:      drivers/char/hw_random/omap-rng.c
9331
9332 OMAP HWMOD SUPPORT
9333 M:      Benoît Cousson <bcousson@baylibre.com>
9334 M:      Paul Walmsley <paul@pwsan.com>
9335 L:      linux-omap@vger.kernel.org
9336 S:      Maintained
9337 F:      arch/arm/mach-omap2/omap_hwmod.*
9338
9339 OMAP HWMOD DATA
9340 M:      Paul Walmsley <paul@pwsan.com>
9341 L:      linux-omap@vger.kernel.org
9342 S:      Maintained
9343 F:      arch/arm/mach-omap2/omap_hwmod*data*
9344
9345 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9346 M:      Benoît Cousson <bcousson@baylibre.com>
9347 L:      linux-omap@vger.kernel.org
9348 S:      Maintained
9349 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9350
9351 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9352 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9353 L:      linux-media@vger.kernel.org
9354 S:      Maintained
9355 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9356 F:      drivers/media/platform/omap3isp/
9357 F:      drivers/staging/media/omap4iss/
9358
9359 OMAP USB SUPPORT
9360 L:      linux-usb@vger.kernel.org
9361 L:      linux-omap@vger.kernel.org
9362 S:      Orphan
9363 F:      drivers/usb/*/*omap*
9364 F:      arch/arm/*omap*/usb*
9365
9366 OMAP GPIO DRIVER
9367 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9368 M:      Santosh Shilimkar <ssantosh@kernel.org>
9369 M:      Kevin Hilman <khilman@kernel.org>
9370 L:      linux-omap@vger.kernel.org
9371 S:      Maintained
9372 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9373 F:      drivers/gpio/gpio-omap.c
9374
9375 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9376 M:      Mark Jackson <mpfj@newflow.co.uk>
9377 L:      linux-omap@vger.kernel.org
9378 S:      Maintained
9379 F:      arch/arm/boot/dts/am335x-nano.dts
9380
9381 OMFS FILESYSTEM
9382 M:      Bob Copeland <me@bobcopeland.com>
9383 L:      linux-karma-devel@lists.sourceforge.net
9384 S:      Maintained
9385 F:      Documentation/filesystems/omfs.txt
9386 F:      fs/omfs/
9387
9388 OMNIKEY CARDMAN 4000 DRIVER
9389 M:      Harald Welte <laforge@gnumonks.org>
9390 S:      Maintained
9391 F:      drivers/char/pcmcia/cm4000_cs.c
9392 F:      include/linux/cm4000_cs.h
9393 F:      include/uapi/linux/cm4000_cs.h
9394
9395 OMNIKEY CARDMAN 4040 DRIVER
9396 M:      Harald Welte <laforge@gnumonks.org>
9397 S:      Maintained
9398 F:      drivers/char/pcmcia/cm4040_cs.*
9399
9400 OMNIVISION OV5647 SENSOR DRIVER
9401 M:      Ramiro Oliveira <roliveir@synopsys.com>
9402 L:      linux-media@vger.kernel.org
9403 T:      git git://linuxtv.org/media_tree.git
9404 S:      Maintained
9405 F:      drivers/media/i2c/ov5647.c
9406
9407 OMNIVISION OV7670 SENSOR DRIVER
9408 M:      Jonathan Corbet <corbet@lwn.net>
9409 L:      linux-media@vger.kernel.org
9410 T:      git git://linuxtv.org/media_tree.git
9411 S:      Maintained
9412 F:      drivers/media/i2c/ov7670.c
9413 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
9414
9415 ONENAND FLASH DRIVER
9416 M:      Kyungmin Park <kyungmin.park@samsung.com>
9417 L:      linux-mtd@lists.infradead.org
9418 S:      Maintained
9419 F:      drivers/mtd/onenand/
9420 F:      include/linux/mtd/onenand*.h
9421
9422 ONSTREAM SCSI TAPE DRIVER
9423 M:      Willem Riede <osst@riede.org>
9424 L:      osst-users@lists.sourceforge.net
9425 L:      linux-scsi@vger.kernel.org
9426 S:      Maintained
9427 F:      Documentation/scsi/osst.txt
9428 F:      drivers/scsi/osst.*
9429 F:      drivers/scsi/osst_*.h
9430 F:      drivers/scsi/st.h
9431
9432 OPENCORES I2C BUS DRIVER
9433 M:      Peter Korsgaard <jacmet@sunsite.dk>
9434 L:      linux-i2c@vger.kernel.org
9435 S:      Maintained
9436 F:      Documentation/i2c/busses/i2c-ocores
9437 F:      drivers/i2c/busses/i2c-ocores.c
9438
9439 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9440 M:      Rob Herring <robh+dt@kernel.org>
9441 M:      Frank Rowand <frowand.list@gmail.com>
9442 L:      devicetree@vger.kernel.org
9443 W:      http://www.devicetree.org/
9444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9445 S:      Maintained
9446 F:      drivers/of/
9447 F:      include/linux/of*.h
9448 F:      scripts/dtc/
9449
9450 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9451 M:      Rob Herring <robh+dt@kernel.org>
9452 M:      Mark Rutland <mark.rutland@arm.com>
9453 L:      devicetree@vger.kernel.org
9454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9455 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9456 S:      Maintained
9457 F:      Documentation/devicetree/
9458 F:      arch/*/boot/dts/
9459 F:      include/dt-bindings/
9460
9461 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9462 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9463 L:      devicetree@vger.kernel.org
9464 S:      Maintained
9465 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9466 F:      Documentation/devicetree/overlay-notes.txt
9467 F:      drivers/of/overlay.c
9468 F:      drivers/of/resolver.c
9469
9470 OPENRISC ARCHITECTURE
9471 M:      Jonas Bonn <jonas@southpole.se>
9472 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9473 M:      Stafford Horne <shorne@gmail.com>
9474 T:      git git://github.com/openrisc/linux.git
9475 L:      openrisc@lists.librecores.org
9476 W:      http://openrisc.io
9477 S:      Maintained
9478 F:      arch/openrisc/
9479
9480 OPENVSWITCH
9481 M:      Pravin Shelar <pshelar@nicira.com>
9482 L:      netdev@vger.kernel.org
9483 L:      dev@openvswitch.org
9484 W:      http://openvswitch.org
9485 S:      Maintained
9486 F:      net/openvswitch/
9487 F:      include/uapi/linux/openvswitch.h
9488
9489 OPERATING PERFORMANCE POINTS (OPP)
9490 M:      Viresh Kumar <vireshk@kernel.org>
9491 M:      Nishanth Menon <nm@ti.com>
9492 M:      Stephen Boyd <sboyd@codeaurora.org>
9493 L:      linux-pm@vger.kernel.org
9494 S:      Maintained
9495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9496 F:      drivers/base/power/opp/
9497 F:      include/linux/pm_opp.h
9498 F:      Documentation/power/opp.txt
9499 F:      Documentation/devicetree/bindings/opp/
9500
9501 OPL4 DRIVER
9502 M:      Clemens Ladisch <clemens@ladisch.de>
9503 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9504 T:      git git://git.alsa-project.org/alsa-kernel.git
9505 S:      Maintained
9506 F:      sound/drivers/opl4/
9507
9508 OPROFILE
9509 M:      Robert Richter <rric@kernel.org>
9510 L:      oprofile-list@lists.sf.net
9511 S:      Maintained
9512 F:      arch/*/include/asm/oprofile*.h
9513 F:      arch/*/oprofile/
9514 F:      drivers/oprofile/
9515 F:      include/linux/oprofile.h
9516
9517 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9518 M:      Mark Fasheh <mfasheh@versity.com>
9519 M:      Joel Becker <jlbec@evilplan.org>
9520 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9521 W:      http://ocfs2.wiki.kernel.org
9522 S:      Supported
9523 F:      Documentation/filesystems/ocfs2.txt
9524 F:      Documentation/filesystems/dlmfs.txt
9525 F:      fs/ocfs2/
9526
9527 ORINOCO DRIVER
9528 L:      linux-wireless@vger.kernel.org
9529 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9530 W:      http://www.nongnu.org/orinoco/
9531 S:      Orphan
9532 F:      drivers/net/wireless/intersil/orinoco/
9533
9534 OSD LIBRARY and FILESYSTEM
9535 M:      Boaz Harrosh <ooo@electrozaur.com>
9536 M:      Benny Halevy <bhalevy@primarydata.com>
9537 L:      osd-dev@open-osd.org
9538 W:      http://open-osd.org
9539 T:      git git://git.open-osd.org/open-osd.git
9540 S:      Maintained
9541 F:      drivers/scsi/osd/
9542 F:      include/scsi/osd_*
9543 F:      fs/exofs/
9544
9545 OVERLAY FILESYSTEM
9546 M:      Miklos Szeredi <miklos@szeredi.hu>
9547 L:      linux-unionfs@vger.kernel.org
9548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9549 S:      Supported
9550 F:      fs/overlayfs/
9551 F:      Documentation/filesystems/overlayfs.txt
9552
9553 ORANGEFS FILESYSTEM
9554 M:      Mike Marshall <hubcap@omnibond.com>
9555 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9557 S:      Supported
9558 F:      fs/orangefs/
9559 F:      Documentation/filesystems/orangefs.txt
9560
9561 P54 WIRELESS DRIVER
9562 M:      Christian Lamparter <chunkeey@googlemail.com>
9563 L:      linux-wireless@vger.kernel.org
9564 W:      http://wireless.kernel.org/en/users/Drivers/p54
9565 S:      Maintained
9566 F:      drivers/net/wireless/intersil/p54/
9567
9568 PA SEMI ETHERNET DRIVER
9569 L:      netdev@vger.kernel.org
9570 S:      Orphan
9571 F:      drivers/net/ethernet/pasemi/*
9572
9573 PA SEMI SMBUS DRIVER
9574 L:      linux-i2c@vger.kernel.org
9575 S:      Orphan
9576 F:      drivers/i2c/busses/i2c-pasemi.c
9577
9578 PADATA PARALLEL EXECUTION MECHANISM
9579 M:      Steffen Klassert <steffen.klassert@secunet.com>
9580 L:      linux-crypto@vger.kernel.org
9581 S:      Maintained
9582 F:      kernel/padata.c
9583 F:      include/linux/padata.h
9584 F:      Documentation/padata.txt
9585
9586 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9587 M:      Harald Welte <laforge@gnumonks.org>
9588 L:      platform-driver-x86@vger.kernel.org
9589 S:      Maintained
9590 F:      drivers/platform/x86/panasonic-laptop.c
9591
9592 PANASONIC MN10300/AM33/AM34 PORT
9593 M:      David Howells <dhowells@redhat.com>
9594 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9595 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9596 S:      Maintained
9597 F:      Documentation/mn10300/
9598 F:      arch/mn10300/
9599
9600 PARALLEL LCD/KEYPAD PANEL DRIVER
9601 M:      Willy Tarreau <willy@haproxy.com>
9602 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9603 S:      Odd Fixes
9604 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9605 F:      drivers/misc/panel.c
9606
9607 PARALLEL PORT SUBSYSTEM
9608 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9609 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9610 L:      linux-parport@lists.infradead.org (subscribers-only)
9611 S:      Maintained
9612 F:      drivers/parport/
9613 F:      include/linux/parport*.h
9614 F:      drivers/char/ppdev.c
9615 F:      include/uapi/linux/ppdev.h
9616 F:      Documentation/parport*.txt
9617
9618 PARAVIRT_OPS INTERFACE
9619 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9620 M:      Chris Wright <chrisw@sous-sol.org>
9621 M:      Alok Kataria <akataria@vmware.com>
9622 M:      Rusty Russell <rusty@rustcorp.com.au>
9623 L:      virtualization@lists.linux-foundation.org
9624 S:      Supported
9625 F:      Documentation/virtual/paravirt_ops.txt
9626 F:      arch/*/kernel/paravirt*
9627 F:      arch/*/include/asm/paravirt.h
9628 F:      include/linux/hypervisor.h
9629
9630 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9631 M:      Tim Waugh <tim@cyberelk.net>
9632 L:      linux-parport@lists.infradead.org (subscribers-only)
9633 S:      Maintained
9634 F:      Documentation/blockdev/paride.txt
9635 F:      drivers/block/paride/
9636
9637 PARISC ARCHITECTURE
9638 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9639 M:      Helge Deller <deller@gmx.de>
9640 L:      linux-parisc@vger.kernel.org
9641 W:      http://www.parisc-linux.org/
9642 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9645 S:      Maintained
9646 F:      arch/parisc/
9647 F:      Documentation/parisc/
9648 F:      drivers/parisc/
9649 F:      drivers/char/agp/parisc-agp.c
9650 F:      drivers/input/serio/gscps2.c
9651 F:      drivers/parport/parport_gsc.*
9652 F:      drivers/tty/serial/8250/8250_gsc.c
9653 F:      drivers/video/fbdev/sti*
9654 F:      drivers/video/console/sti*
9655 F:      drivers/video/logo/logo_parisc*
9656
9657 PARMAN
9658 M:      Jiri Pirko <jiri@mellanox.com>
9659 L:      netdev@vger.kernel.org
9660 S:      Supported
9661 F:      lib/parman.c
9662 F:      lib/test_parman.c
9663 F:      include/linux/parman.h
9664
9665 PC87360 HARDWARE MONITORING DRIVER
9666 M:      Jim Cromie <jim.cromie@gmail.com>
9667 L:      linux-hwmon@vger.kernel.org
9668 S:      Maintained
9669 F:      Documentation/hwmon/pc87360
9670 F:      drivers/hwmon/pc87360.c
9671
9672 PC8736x GPIO DRIVER
9673 M:      Jim Cromie <jim.cromie@gmail.com>
9674 S:      Maintained
9675 F:      drivers/char/pc8736x_gpio.c
9676
9677 PC87427 HARDWARE MONITORING DRIVER
9678 M:      Jean Delvare <jdelvare@suse.com>
9679 L:      linux-hwmon@vger.kernel.org
9680 S:      Maintained
9681 F:      Documentation/hwmon/pc87427
9682 F:      drivers/hwmon/pc87427.c
9683
9684 PCA9532 LED DRIVER
9685 M:      Riku Voipio <riku.voipio@iki.fi>
9686 S:      Maintained
9687 F:      drivers/leds/leds-pca9532.c
9688 F:      include/linux/leds-pca9532.h
9689
9690 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9691 M:      Guenter Roeck <linux@roeck-us.net>
9692 L:      linux-i2c@vger.kernel.org
9693 S:      Maintained
9694 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9695
9696 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9697 M:      Khalid Aziz <khalid@gonehiking.org>
9698 S:      Maintained
9699 F:      drivers/firmware/pcdp.*
9700
9701 PCI ERROR RECOVERY
9702 M:      Linas Vepstas <linasvepstas@gmail.com>
9703 L:      linux-pci@vger.kernel.org
9704 S:      Supported
9705 F:      Documentation/PCI/pci-error-recovery.txt
9706
9707 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9708 M:      Russell Currey <ruscur@russell.cc>
9709 L:      linuxppc-dev@lists.ozlabs.org
9710 S:      Supported
9711 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9712 F:      arch/powerpc/kernel/eeh*.c
9713 F:      arch/powerpc/platforms/*/eeh*.c
9714 F:      arch/powerpc/include/*/eeh*.h
9715
9716 PCI SUBSYSTEM
9717 M:      Bjorn Helgaas <bhelgaas@google.com>
9718 L:      linux-pci@vger.kernel.org
9719 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9721 S:      Supported
9722 F:      Documentation/devicetree/bindings/pci/
9723 F:      Documentation/PCI/
9724 F:      drivers/pci/
9725 F:      include/linux/pci*
9726 F:      arch/x86/pci/
9727 F:      arch/x86/kernel/quirks.c
9728
9729 PCI ENDPOINT SUBSYSTEM
9730 M:      Kishon Vijay Abraham I <kishon@ti.com>
9731 L:      linux-pci@vger.kernel.org
9732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
9733 S:      Supported
9734 F:      drivers/pci/endpoint/
9735 F:      drivers/misc/pci_endpoint_test.c
9736 F:      tools/pci/
9737
9738 PCI DRIVER FOR ALTERA PCIE IP
9739 M:      Ley Foon Tan <lftan@altera.com>
9740 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9741 L:      linux-pci@vger.kernel.org
9742 S:      Supported
9743 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9744 F:      drivers/pci/host/pcie-altera.c
9745
9746 PCI DRIVER FOR ARM VERSATILE PLATFORM
9747 M:      Rob Herring <robh@kernel.org>
9748 L:      linux-pci@vger.kernel.org
9749 L:      linux-arm-kernel@lists.infradead.org
9750 S:      Maintained
9751 F:      Documentation/devicetree/bindings/pci/versatile.txt
9752 F:      drivers/pci/host/pci-versatile.c
9753
9754 PCI DRIVER FOR ARMADA 8K
9755 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9756 L:      linux-pci@vger.kernel.org
9757 L:      linux-arm-kernel@lists.infradead.org
9758 S:      Maintained
9759 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9760 F:      drivers/pci/dwc/pcie-armada8k.c
9761
9762 PCI DRIVER FOR APPLIEDMICRO XGENE
9763 M:      Tanmay Inamdar <tinamdar@apm.com>
9764 L:      linux-pci@vger.kernel.org
9765 L:      linux-arm-kernel@lists.infradead.org
9766 S:      Maintained
9767 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9768 F:      drivers/pci/host/pci-xgene.c
9769
9770 PCI DRIVER FOR FREESCALE LAYERSCAPE
9771 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9772 M:      Mingkai Hu <mingkai.hu@freescale.com>
9773 M:      Roy Zang <tie-fei.zang@freescale.com>
9774 L:      linuxppc-dev@lists.ozlabs.org
9775 L:      linux-pci@vger.kernel.org
9776 L:      linux-arm-kernel@lists.infradead.org
9777 S:      Maintained
9778 F:      drivers/pci/dwc/*layerscape*
9779
9780 PCI DRIVER FOR IMX6
9781 M:      Richard Zhu <hongxing.zhu@nxp.com>
9782 M:      Lucas Stach <l.stach@pengutronix.de>
9783 L:      linux-pci@vger.kernel.org
9784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9785 S:      Maintained
9786 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9787 F:      drivers/pci/dwc/*imx6*
9788
9789 PCI DRIVER FOR TI KEYSTONE
9790 M:      Murali Karicheri <m-karicheri2@ti.com>
9791 L:      linux-pci@vger.kernel.org
9792 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9793 S:      Maintained
9794 F:      drivers/pci/dwc/*keystone*
9795
9796 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9797 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9798 M:      Jason Cooper <jason@lakedaemon.net>
9799 L:      linux-pci@vger.kernel.org
9800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9801 S:      Maintained
9802 F:      drivers/pci/host/*mvebu*
9803
9804 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9805 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9806 L:      linux-pci@vger.kernel.org
9807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9808 S:      Maintained
9809 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9810 F:      drivers/pci/host/pci-aardvark.c
9811
9812 PCI DRIVER FOR MICROSEMI SWITCHTEC
9813 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
9814 M:      Stephen Bates <stephen.bates@microsemi.com>
9815 M:      Logan Gunthorpe <logang@deltatee.com>
9816 L:      linux-pci@vger.kernel.org
9817 S:      Maintained
9818 F:      Documentation/switchtec.txt
9819 F:      Documentation/ABI/testing/sysfs-class-switchtec
9820 F:      drivers/pci/switch/switchtec*
9821 F:      include/uapi/linux/switchtec_ioctl.h
9822
9823 PCI DRIVER FOR NVIDIA TEGRA
9824 M:      Thierry Reding <thierry.reding@gmail.com>
9825 L:      linux-tegra@vger.kernel.org
9826 L:      linux-pci@vger.kernel.org
9827 S:      Supported
9828 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9829 F:      drivers/pci/host/pci-tegra.c
9830
9831 PCI DRIVER FOR TI DRA7XX
9832 M:      Kishon Vijay Abraham I <kishon@ti.com>
9833 L:      linux-omap@vger.kernel.org
9834 L:      linux-pci@vger.kernel.org
9835 S:      Supported
9836 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9837 F:      drivers/pci/dwc/pci-dra7xx.c
9838
9839 PCI DRIVER FOR RENESAS R-CAR
9840 M:      Simon Horman <horms@verge.net.au>
9841 L:      linux-pci@vger.kernel.org
9842 L:      linux-renesas-soc@vger.kernel.org
9843 S:      Maintained
9844 F:      drivers/pci/host/*rcar*
9845
9846 PCI DRIVER FOR SAMSUNG EXYNOS
9847 M:      Jingoo Han <jingoohan1@gmail.com>
9848 L:      linux-pci@vger.kernel.org
9849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9850 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9851 S:      Maintained
9852 F:      drivers/pci/dwc/pci-exynos.c
9853
9854 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9855 M:      Jingoo Han <jingoohan1@gmail.com>
9856 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9857 L:      linux-pci@vger.kernel.org
9858 S:      Maintained
9859 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9860 F:      drivers/pci/dwc/*designware*
9861
9862 PCI DRIVER FOR GENERIC OF HOSTS
9863 M:      Will Deacon <will.deacon@arm.com>
9864 L:      linux-pci@vger.kernel.org
9865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9866 S:      Maintained
9867 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9868 F:      drivers/pci/host/pci-host-common.c
9869 F:      drivers/pci/host/pci-host-generic.c
9870
9871 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9872 M:      Keith Busch <keith.busch@intel.com>
9873 L:      linux-pci@vger.kernel.org
9874 S:      Supported
9875 F:      drivers/pci/host/vmd.c
9876
9877 PCIE DRIVER FOR ST SPEAR13XX
9878 M:      Pratyush Anand <pratyush.anand@gmail.com>
9879 L:      linux-pci@vger.kernel.org
9880 S:      Maintained
9881 F:      drivers/pci/dwc/*spear*
9882
9883 PCI MSI DRIVER FOR ALTERA MSI IP
9884 M:      Ley Foon Tan <lftan@altera.com>
9885 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9886 L:      linux-pci@vger.kernel.org
9887 S:      Supported
9888 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9889 F:      drivers/pci/host/pcie-altera-msi.c
9890
9891 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9892 M:      Duc Dang <dhdang@apm.com>
9893 L:      linux-pci@vger.kernel.org
9894 L:      linux-arm-kernel@lists.infradead.org
9895 S:      Maintained
9896 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9897 F:      drivers/pci/host/pci-xgene-msi.c
9898
9899 PCIE DRIVER FOR AXIS ARTPEC
9900 M:      Niklas Cassel <niklas.cassel@axis.com>
9901 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9902 L:      linux-arm-kernel@axis.com
9903 L:      linux-pci@vger.kernel.org
9904 S:      Maintained
9905 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9906 F:      drivers/pci/dwc/*artpec*
9907
9908 PCIE DRIVER FOR HISILICON
9909 M:      Zhou Wang <wangzhou1@hisilicon.com>
9910 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9911 L:      linux-pci@vger.kernel.org
9912 S:      Maintained
9913 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9914 F:      drivers/pci/dwc/pcie-hisi.c
9915
9916 PCIE DRIVER FOR ROCKCHIP
9917 M:      Shawn Lin <shawn.lin@rock-chips.com>
9918 M:      Wenrui Li <wenrui.li@rock-chips.com>
9919 L:      linux-pci@vger.kernel.org
9920 L:      linux-rockchip@lists.infradead.org
9921 S:      Maintained
9922 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9923 F:      drivers/pci/host/pcie-rockchip.c
9924
9925 PCIE DRIVER FOR QUALCOMM MSM
9926 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9927 L:     linux-pci@vger.kernel.org
9928 L:     linux-arm-msm@vger.kernel.org
9929 S:     Maintained
9930 F:     drivers/pci/dwc/*qcom*
9931
9932 PCIE DRIVER FOR CAVIUM THUNDERX
9933 M:      David Daney <david.daney@cavium.com>
9934 L:      linux-pci@vger.kernel.org
9935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9936 S:      Supported
9937 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9938 F:      drivers/pci/host/pci-thunder-*
9939
9940 PCMCIA SUBSYSTEM
9941 P:      Linux PCMCIA Team
9942 L:      linux-pcmcia@lists.infradead.org
9943 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9945 S:      Maintained
9946 F:      Documentation/pcmcia/
9947 F:      tools/pcmcia/
9948 F:      drivers/pcmcia/
9949 F:      include/pcmcia/
9950
9951 PCNET32 NETWORK DRIVER
9952 M:      Don Fry <pcnet32@frontier.com>
9953 L:      netdev@vger.kernel.org
9954 S:      Maintained
9955 F:      drivers/net/ethernet/amd/pcnet32.c
9956
9957 PCRYPT PARALLEL CRYPTO ENGINE
9958 M:      Steffen Klassert <steffen.klassert@secunet.com>
9959 L:      linux-crypto@vger.kernel.org
9960 S:      Maintained
9961 F:      crypto/pcrypt.c
9962 F:      include/crypto/pcrypt.h
9963
9964 PER-CPU MEMORY ALLOCATOR
9965 M:      Tejun Heo <tj@kernel.org>
9966 M:      Christoph Lameter <cl@linux.com>
9967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9968 S:      Maintained
9969 F:      include/linux/percpu*.h
9970 F:      mm/percpu*.c
9971 F:      arch/*/include/asm/percpu.h
9972
9973 PER-TASK DELAY ACCOUNTING
9974 M:      Balbir Singh <bsingharora@gmail.com>
9975 S:      Maintained
9976 F:      include/linux/delayacct.h
9977 F:      kernel/delayacct.c
9978
9979 PERFORMANCE EVENTS SUBSYSTEM
9980 M:      Peter Zijlstra <peterz@infradead.org>
9981 M:      Ingo Molnar <mingo@redhat.com>
9982 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9983 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9984 L:      linux-kernel@vger.kernel.org
9985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9986 S:      Supported
9987 F:      kernel/events/*
9988 F:      include/linux/perf_event.h
9989 F:      include/uapi/linux/perf_event.h
9990 F:      arch/*/kernel/perf_event*.c
9991 F:      arch/*/kernel/*/perf_event*.c
9992 F:      arch/*/kernel/*/*/perf_event*.c
9993 F:      arch/*/include/asm/perf_event.h
9994 F:      arch/*/kernel/perf_callchain.c
9995 F:      arch/*/events/*
9996 F:      tools/perf/
9997
9998 PERSONALITY HANDLING
9999 M:      Christoph Hellwig <hch@infradead.org>
10000 L:      linux-abi-devel@lists.sourceforge.net
10001 S:      Maintained
10002 F:      include/linux/personality.h
10003 F:      include/uapi/linux/personality.h
10004
10005 PHONET PROTOCOL
10006 M:      Remi Denis-Courmont <courmisch@gmail.com>
10007 S:      Supported
10008 F:      Documentation/networking/phonet.txt
10009 F:      include/linux/phonet.h
10010 F:      include/net/phonet/
10011 F:      include/uapi/linux/phonet.h
10012 F:      net/phonet/
10013
10014 PHRAM MTD DRIVER
10015 M:      Joern Engel <joern@lazybastard.org>
10016 L:      linux-mtd@lists.infradead.org
10017 S:      Maintained
10018 F:      drivers/mtd/devices/phram.c
10019
10020 PICOLCD HID DRIVER
10021 M:      Bruno Prémont <bonbons@linux-vserver.org>
10022 L:      linux-input@vger.kernel.org
10023 S:      Maintained
10024 F:      drivers/hid/hid-picolcd*
10025
10026 PICOXCELL SUPPORT
10027 M:      Jamie Iles <jamie@jamieiles.com>
10028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10029 T:      git git://github.com/jamieiles/linux-2.6-ji.git
10030 S:      Supported
10031 F:      arch/arm/boot/dts/picoxcell*
10032 F:      arch/arm/mach-picoxcell/
10033 F:      drivers/crypto/picoxcell*
10034
10035 PIN CONTROL SUBSYSTEM
10036 M:      Linus Walleij <linus.walleij@linaro.org>
10037 L:      linux-gpio@vger.kernel.org
10038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10039 S:      Maintained
10040 F:      Documentation/devicetree/bindings/pinctrl/
10041 F:      Documentation/pinctrl.txt
10042 F:      drivers/pinctrl/
10043 F:      include/linux/pinctrl/
10044
10045 PIN CONTROLLER - ATMEL AT91
10046 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10048 S:      Maintained
10049 F:      drivers/pinctrl/pinctrl-at91.*
10050
10051 PIN CONTROLLER - ATMEL AT91 PIO4
10052 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10054 L:      linux-gpio@vger.kernel.org
10055 S:      Supported
10056 F:      drivers/pinctrl/pinctrl-at91-pio4.*
10057
10058 PIN CONTROLLER - INTEL
10059 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
10060 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10061 S:      Maintained
10062 F:      drivers/pinctrl/intel/
10063
10064 PIN CONTROLLER - RENESAS
10065 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10066 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10067 L:      linux-renesas-soc@vger.kernel.org
10068 S:      Maintained
10069 F:      drivers/pinctrl/sh-pfc/
10070
10071 PIN CONTROLLER - SAMSUNG
10072 M:      Tomasz Figa <tomasz.figa@gmail.com>
10073 M:      Krzysztof Kozlowski <krzk@kernel.org>
10074 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10076 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10077 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
10078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10079 S:      Maintained
10080 F:      drivers/pinctrl/samsung/
10081 F:      include/dt-bindings/pinctrl/samsung.h
10082 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10083
10084 PIN CONTROLLER - SINGLE
10085 M:      Tony Lindgren <tony@atomide.com>
10086 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
10087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10088 L:      linux-omap@vger.kernel.org
10089 S:      Maintained
10090 F:      drivers/pinctrl/pinctrl-single.c
10091
10092 PIN CONTROLLER - ST SPEAR
10093 M:      Viresh Kumar <vireshk@kernel.org>
10094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10095 W:      http://www.st.com/spear
10096 S:      Maintained
10097 F:      drivers/pinctrl/spear/
10098
10099 PISTACHIO SOC SUPPORT
10100 M:      James Hartley <james.hartley@imgtec.com>
10101 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
10102 L:      linux-mips@linux-mips.org
10103 S:      Maintained
10104 F:      arch/mips/pistachio/
10105 F:      arch/mips/include/asm/mach-pistachio/
10106 F:      arch/mips/boot/dts/img/pistachio*
10107 F:      arch/mips/configs/pistachio*_defconfig
10108
10109 PKTCDVD DRIVER
10110 S:      Orphan
10111 M:      linux-block@vger.kernel.org
10112 F:      drivers/block/pktcdvd.c
10113 F:      include/linux/pktcdvd.h
10114 F:      include/uapi/linux/pktcdvd.h
10115
10116 PKUNITY SOC DRIVERS
10117 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10118 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10119 S:      Maintained
10120 T:      git git://github.com/gxt/linux.git
10121 F:      drivers/input/serio/i8042-unicore32io.h
10122 F:      drivers/i2c/busses/i2c-puv3.c
10123 F:      drivers/video/fbdev/fb-puv3.c
10124 F:      drivers/rtc/rtc-puv3.c
10125
10126 PMBUS HARDWARE MONITORING DRIVERS
10127 M:      Guenter Roeck <linux@roeck-us.net>
10128 L:      linux-hwmon@vger.kernel.org
10129 W:      http://hwmon.wiki.kernel.org/
10130 W:      http://www.roeck-us.net/linux/drivers/
10131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10132 S:      Maintained
10133 F:      Documentation/hwmon/pmbus
10134 F:      drivers/hwmon/pmbus/
10135 F:      include/linux/i2c/pmbus.h
10136
10137 PMC SIERRA MaxRAID DRIVER
10138 L:      linux-scsi@vger.kernel.org
10139 W:      http://www.pmc-sierra.com/
10140 S:      Orphan
10141 F:      drivers/scsi/pmcraid.*
10142
10143 PMC SIERRA PM8001 DRIVER
10144 M:      Jack Wang <jinpu.wang@profitbricks.com>
10145 M:      lindar_liu@usish.com
10146 L:      linux-scsi@vger.kernel.org
10147 S:      Supported
10148 F:      drivers/scsi/pm8001/
10149
10150 POSIX CLOCKS and TIMERS
10151 M:      Thomas Gleixner <tglx@linutronix.de>
10152 L:      linux-kernel@vger.kernel.org
10153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10154 S:      Maintained
10155 F:      fs/timerfd.c
10156 F:      include/linux/timer*
10157 F:      kernel/time/*timer*
10158
10159 POWER MANAGEMENT CORE
10160 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10161 L:      linux-pm@vger.kernel.org
10162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10163 B:      https://bugzilla.kernel.org
10164 S:      Supported
10165 F:      drivers/base/power/
10166 F:      include/linux/pm.h
10167 F:      include/linux/pm_*
10168 F:      include/linux/powercap.h
10169 F:      drivers/powercap/
10170
10171 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10172 M:      Sebastian Reichel <sre@kernel.org>
10173 L:      linux-pm@vger.kernel.org
10174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10175 S:      Maintained
10176 F:      Documentation/devicetree/bindings/power/supply/
10177 F:      include/linux/power_supply.h
10178 F:      drivers/power/supply/
10179
10180 POWER STATE COORDINATION INTERFACE (PSCI)
10181 M:      Mark Rutland <mark.rutland@arm.com>
10182 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10183 L:      linux-arm-kernel@lists.infradead.org
10184 S:      Maintained
10185 F:      drivers/firmware/psci*.c
10186 F:      include/linux/psci.h
10187 F:      include/uapi/linux/psci.h
10188
10189 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10190 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10191 L:      linuxppc-dev@lists.ozlabs.org
10192 S:      Maintained
10193 F:      drivers/char/powernv-op-panel.c
10194
10195 PNP SUPPORT
10196 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10197 S:      Maintained
10198 F:      drivers/pnp/
10199
10200 PPP PROTOCOL DRIVERS AND COMPRESSORS
10201 M:      Paul Mackerras <paulus@samba.org>
10202 L:      linux-ppp@vger.kernel.org
10203 S:      Maintained
10204 F:      drivers/net/ppp/ppp_*
10205
10206 PPP OVER ATM (RFC 2364)
10207 M:      Mitchell Blank Jr <mitch@sfgoth.com>
10208 S:      Maintained
10209 F:      net/atm/pppoatm.c
10210 F:      include/uapi/linux/atmppp.h
10211
10212 PPP OVER ETHERNET
10213 M:      Michal Ostrowski <mostrows@earthlink.net>
10214 S:      Maintained
10215 F:      drivers/net/ppp/pppoe.c
10216 F:      drivers/net/ppp/pppox.c
10217
10218 PPP OVER L2TP
10219 M:      James Chapman <jchapman@katalix.com>
10220 S:      Maintained
10221 F:      net/l2tp/l2tp_ppp.c
10222 F:      include/linux/if_pppol2tp.h
10223 F:      include/uapi/linux/if_pppol2tp.h
10224
10225 PPS SUPPORT
10226 M:      Rodolfo Giometti <giometti@enneenne.com>
10227 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
10228 L:      linuxpps@ml.enneenne.com (subscribers-only)
10229 S:      Maintained
10230 F:      Documentation/pps/
10231 F:      drivers/pps/
10232 F:      include/linux/pps*.h
10233
10234 PPTP DRIVER
10235 M:      Dmitry Kozlov <xeb@mail.ru>
10236 L:      netdev@vger.kernel.org
10237 S:      Maintained
10238 F:      drivers/net/ppp/pptp.c
10239 W:      http://sourceforge.net/projects/accel-pptp
10240
10241 PREEMPTIBLE KERNEL
10242 M:      Robert Love <rml@tech9.net>
10243 L:      kpreempt-tech@lists.sourceforge.net
10244 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10245 S:      Supported
10246 F:      Documentation/preempt-locking.txt
10247 F:      include/linux/preempt.h
10248
10249 PRINTK
10250 M:      Petr Mladek <pmladek@suse.com>
10251 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10252 R:      Steven Rostedt <rostedt@goodmis.org>
10253 S:      Maintained
10254 F:      kernel/printk/
10255 F:      include/linux/printk.h
10256
10257 PRISM54 WIRELESS DRIVER
10258 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
10259 L:      linux-wireless@vger.kernel.org
10260 W:      http://wireless.kernel.org/en/users/Drivers/p54
10261 S:      Obsolete
10262 F:      drivers/net/wireless/intersil/prism54/
10263
10264 PS3 NETWORK SUPPORT
10265 M:      Geoff Levand <geoff@infradead.org>
10266 L:      netdev@vger.kernel.org
10267 L:      linuxppc-dev@lists.ozlabs.org
10268 S:      Maintained
10269 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10270
10271 PS3 PLATFORM SUPPORT
10272 M:      Geoff Levand <geoff@infradead.org>
10273 L:      linuxppc-dev@lists.ozlabs.org
10274 S:      Maintained
10275 F:      arch/powerpc/boot/ps3*
10276 F:      arch/powerpc/include/asm/lv1call.h
10277 F:      arch/powerpc/include/asm/ps3*.h
10278 F:      arch/powerpc/platforms/ps3/
10279 F:      drivers/*/ps3*
10280 F:      drivers/ps3/
10281 F:      drivers/rtc/rtc-ps3.c
10282 F:      drivers/usb/host/*ps3.c
10283 F:      sound/ppc/snd_ps3*
10284
10285 PS3VRAM DRIVER
10286 M:      Jim Paris <jim@jtan.com>
10287 M:      Geoff Levand <geoff@infradead.org>
10288 L:      linuxppc-dev@lists.ozlabs.org
10289 S:      Maintained
10290 F:      drivers/block/ps3vram.c
10291
10292 PSAMPLE PACKET SAMPLING SUPPORT:
10293 M:      Yotam Gigi <yotamg@mellanox.com>
10294 S:      Maintained
10295 F:      net/psample
10296 F:      include/net/psample.h
10297 F:      include/uapi/linux/psample.h
10298
10299 PSTORE FILESYSTEM
10300 M:      Kees Cook <keescook@chromium.org>
10301 M:      Anton Vorontsov <anton@enomsg.org>
10302 M:      Colin Cross <ccross@android.com>
10303 M:      Tony Luck <tony.luck@intel.com>
10304 S:      Maintained
10305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10306 F:      fs/pstore/
10307 F:      include/linux/pstore*
10308 F:      drivers/firmware/efi/efi-pstore.c
10309 F:      drivers/acpi/apei/erst.c
10310 F:      Documentation/admin-guide/ramoops.rst
10311 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10312 K:      \b(pstore|ramoops)
10313
10314 PTP HARDWARE CLOCK SUPPORT
10315 M:      Richard Cochran <richardcochran@gmail.com>
10316 L:      netdev@vger.kernel.org
10317 S:      Maintained
10318 W:      http://linuxptp.sourceforge.net/
10319 F:      Documentation/ABI/testing/sysfs-ptp
10320 F:      Documentation/ptp/*
10321 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
10322 F:      drivers/net/phy/dp83640*
10323 F:      drivers/ptp/*
10324 F:      include/linux/ptp_cl*
10325
10326 PTRACE SUPPORT
10327 M:      Roland McGrath <roland@hack.frob.com>
10328 M:      Oleg Nesterov <oleg@redhat.com>
10329 S:      Maintained
10330 F:      include/asm-generic/syscall.h
10331 F:      include/linux/ptrace.h
10332 F:      include/linux/regset.h
10333 F:      include/linux/tracehook.h
10334 F:      include/uapi/linux/ptrace.h
10335 F:      kernel/ptrace.c
10336
10337 PULSE8-CEC DRIVER
10338 M:      Hans Verkuil <hverkuil@xs4all.nl>
10339 L:      linux-media@vger.kernel.org
10340 T:      git git://linuxtv.org/media_tree.git
10341 S:      Maintained
10342 F:      drivers/media/usb/pulse8-cec/*
10343
10344 PVRUSB2 VIDEO4LINUX DRIVER
10345 M:      Mike Isely <isely@pobox.com>
10346 L:      pvrusb2@isely.net       (subscribers-only)
10347 L:      linux-media@vger.kernel.org
10348 W:      http://www.isely.net/pvrusb2/
10349 T:      git git://linuxtv.org/media_tree.git
10350 S:      Maintained
10351 F:      Documentation/media/v4l-drivers/pvrusb2*
10352 F:      drivers/media/usb/pvrusb2/
10353
10354 PWC WEBCAM DRIVER
10355 M:      Hans Verkuil <hverkuil@xs4all.nl>
10356 L:      linux-media@vger.kernel.org
10357 T:      git git://linuxtv.org/media_tree.git
10358 S:      Odd Fixes
10359 F:      drivers/media/usb/pwc/*
10360
10361 PWM FAN DRIVER
10362 M:      Kamil Debski <kamil@wypas.org>
10363 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10364 L:      linux-hwmon@vger.kernel.org
10365 S:      Supported
10366 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10367 F:      Documentation/hwmon/pwm-fan
10368 F:      drivers/hwmon/pwm-fan.c
10369
10370 PWM SUBSYSTEM
10371 M:      Thierry Reding <thierry.reding@gmail.com>
10372 L:      linux-pwm@vger.kernel.org
10373 S:      Maintained
10374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10375 F:      Documentation/pwm.txt
10376 F:      Documentation/devicetree/bindings/pwm/
10377 F:      include/linux/pwm.h
10378 F:      drivers/pwm/
10379 F:      drivers/video/backlight/pwm_bl.c
10380 F:      include/linux/pwm_backlight.h
10381 F:      drivers/gpio/gpio-mvebu.c
10382 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10383
10384 PXA2xx/PXA3xx SUPPORT
10385 M:      Daniel Mack <daniel@zonque.org>
10386 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10387 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10388 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10389 T:      git git://github.com/hzhuang1/linux.git
10390 T:      git git://github.com/rjarzmik/linux.git
10391 S:      Maintained
10392 F:      arch/arm/boot/dts/pxa*
10393 F:      arch/arm/mach-pxa/
10394 F:      drivers/dma/pxa*
10395 F:      drivers/pcmcia/pxa2xx*
10396 F:      drivers/pinctrl/pxa/
10397 F:      drivers/spi/spi-pxa2xx*
10398 F:      drivers/usb/gadget/udc/pxa2*
10399 F:      include/sound/pxa2xx-lib.h
10400 F:      sound/arm/pxa*
10401 F:      sound/soc/pxa/
10402
10403 PXA GPIO DRIVER
10404 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10405 L:      linux-gpio@vger.kernel.org
10406 S:      Maintained
10407 F:      drivers/gpio/gpio-pxa.c
10408
10409 PXA3xx NAND FLASH DRIVER
10410 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10411 L:      linux-mtd@lists.infradead.org
10412 S:      Maintained
10413 F:      drivers/mtd/nand/pxa3xx_nand.c
10414
10415 MMP SUPPORT
10416 M:      Eric Miao <eric.y.miao@gmail.com>
10417 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10419 T:      git git://github.com/hzhuang1/linux.git
10420 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10421 S:      Maintained
10422 F:      arch/arm/boot/dts/mmp*
10423 F:      arch/arm/mach-mmp/
10424
10425 PXA MMCI DRIVER
10426 S:      Orphan
10427
10428 PXA RTC DRIVER
10429 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10430 L:      rtc-linux@googlegroups.com
10431 S:      Maintained
10432
10433 QAT DRIVER
10434 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10435 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10436 L:      qat-linux@intel.com
10437 S:      Supported
10438 F:      drivers/crypto/qat/
10439
10440 QIB DRIVER
10441 M:      Mike Marciniszyn <infinipath@intel.com>
10442 L:      linux-rdma@vger.kernel.org
10443 S:      Supported
10444 F:      drivers/infiniband/hw/qib/
10445
10446 QLOGIC QLA1280 SCSI DRIVER
10447 M:      Michael Reed <mdr@sgi.com>
10448 L:      linux-scsi@vger.kernel.org
10449 S:      Maintained
10450 F:      drivers/scsi/qla1280.[ch]
10451
10452 QLOGIC QLA2XXX FC-SCSI DRIVER
10453 M:      qla2xxx-upstream@qlogic.com
10454 L:      linux-scsi@vger.kernel.org
10455 S:      Supported
10456 F:      Documentation/scsi/LICENSE.qla2xxx
10457 F:      drivers/scsi/qla2xxx/
10458
10459 QLOGIC QLA4XXX iSCSI DRIVER
10460 M:      QLogic-Storage-Upstream@qlogic.com
10461 L:      linux-scsi@vger.kernel.org
10462 S:      Supported
10463 F:      Documentation/scsi/LICENSE.qla4xxx
10464 F:      drivers/scsi/qla4xxx/
10465
10466 QLOGIC QLA3XXX NETWORK DRIVER
10467 M:      Dept-GELinuxNICDev@cavium.com
10468 L:      netdev@vger.kernel.org
10469 S:      Supported
10470 F:      Documentation/networking/LICENSE.qla3xxx
10471 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10472
10473 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10474 M:      Harish Patil <harish.patil@cavium.com>
10475 M:      Manish Chopra <manish.chopra@cavium.com>
10476 M:      Dept-GELinuxNICDev@cavium.com
10477 L:      netdev@vger.kernel.org
10478 S:      Supported
10479 F:      drivers/net/ethernet/qlogic/qlcnic/
10480
10481 QLOGIC QLGE 10Gb ETHERNET DRIVER
10482 M:      Harish Patil <harish.patil@cavium.com>
10483 M:      Manish Chopra <manish.chopra@cavium.com>
10484 M:      Dept-GELinuxNICDev@cavium.com
10485 L:      netdev@vger.kernel.org
10486 S:      Supported
10487 F:      drivers/net/ethernet/qlogic/qlge/
10488
10489 QLOGIC QL4xxx ETHERNET DRIVER
10490 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10491 M:      Ariel Elior <Ariel.Elior@cavium.com>
10492 M:      everest-linux-l2@cavium.com
10493 L:      netdev@vger.kernel.org
10494 S:      Supported
10495 F:      drivers/net/ethernet/qlogic/qed/
10496 F:      include/linux/qed/
10497 F:      drivers/net/ethernet/qlogic/qede/
10498
10499 QLOGIC QL41xxx ISCSI DRIVER
10500 M:      QLogic-Storage-Upstream@cavium.com
10501 L:      linux-scsi@vger.kernel.org
10502 S:      Supported
10503 F:      drivers/scsi/qedi/
10504
10505 QLOGIC QL41xxx FCOE DRIVER
10506 M:      QLogic-Storage-Upstream@cavium.com
10507 L:      linux-scsi@vger.kernel.org
10508 S:      Supported
10509 F:      drivers/scsi/qedf/
10510
10511 QNX4 FILESYSTEM
10512 M:      Anders Larsen <al@alarsen.net>
10513 W:      http://www.alarsen.net/linux/qnx4fs/
10514 S:      Maintained
10515 F:      fs/qnx4/
10516 F:      include/uapi/linux/qnx4_fs.h
10517 F:      include/uapi/linux/qnxtypes.h
10518
10519 QORIQ DPAA2 FSL-MC BUS DRIVER
10520 M:      Stuart Yoder <stuyoder@gmail.com>
10521 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
10522 L:      linux-kernel@vger.kernel.org
10523 S:      Maintained
10524 F:      drivers/staging/fsl-mc/
10525
10526 QT1010 MEDIA DRIVER
10527 M:      Antti Palosaari <crope@iki.fi>
10528 L:      linux-media@vger.kernel.org
10529 W:      https://linuxtv.org
10530 W:      http://palosaari.fi/linux/
10531 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10532 T:      git git://linuxtv.org/anttip/media_tree.git
10533 S:      Maintained
10534 F:      drivers/media/tuners/qt1010*
10535
10536 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10537 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10538 L:      linux-wireless@vger.kernel.org
10539 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10540 S:      Supported
10541 F:      drivers/net/wireless/ath/ath9k/
10542
10543 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10544 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10545 L:      ath10k@lists.infradead.org
10546 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10548 S:      Supported
10549 F:      drivers/net/wireless/ath/ath10k/
10550
10551 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10552 M:      Timur Tabi <timur@codeaurora.org>
10553 L:      netdev@vger.kernel.org
10554 S:      Supported
10555 F:      drivers/net/ethernet/qualcomm/emac/
10556
10557 QUALCOMM HEXAGON ARCHITECTURE
10558 M:      Richard Kuo <rkuo@codeaurora.org>
10559 L:      linux-hexagon@vger.kernel.org
10560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10561 S:      Supported
10562 F:      arch/hexagon/
10563
10564 QUALCOMM WCN36XX WIRELESS DRIVER
10565 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10566 L:      wcn36xx@lists.infradead.org
10567 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10568 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10569 S:      Supported
10570 F:      drivers/net/wireless/ath/wcn36xx/
10571
10572 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10573 M:      Gabriel Somlo <somlo@cmu.edu>
10574 M:      "Michael S. Tsirkin" <mst@redhat.com>
10575 L:      qemu-devel@nongnu.org
10576 S:      Maintained
10577 F:      drivers/firmware/qemu_fw_cfg.c
10578
10579 RADOS BLOCK DEVICE (RBD)
10580 M:      Ilya Dryomov <idryomov@gmail.com>
10581 M:      Sage Weil <sage@redhat.com>
10582 M:      Alex Elder <elder@kernel.org>
10583 L:      ceph-devel@vger.kernel.org
10584 W:      http://ceph.com/
10585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10586 T:      git git://github.com/ceph/ceph-client.git
10587 S:      Supported
10588 F:      Documentation/ABI/testing/sysfs-bus-rbd
10589 F:      drivers/block/rbd.c
10590 F:      drivers/block/rbd_types.h
10591
10592 RADEON FRAMEBUFFER DISPLAY DRIVER
10593 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10594 L:      linux-fbdev@vger.kernel.org
10595 S:      Maintained
10596 F:      drivers/video/fbdev/aty/radeon*
10597 F:      include/uapi/linux/radeonfb.h
10598
10599 RADIOSHARK RADIO DRIVER
10600 M:      Hans Verkuil <hverkuil@xs4all.nl>
10601 L:      linux-media@vger.kernel.org
10602 T:      git git://linuxtv.org/media_tree.git
10603 S:      Maintained
10604 F:      drivers/media/radio/radio-shark.c
10605
10606 RADIOSHARK2 RADIO DRIVER
10607 M:      Hans Verkuil <hverkuil@xs4all.nl>
10608 L:      linux-media@vger.kernel.org
10609 T:      git git://linuxtv.org/media_tree.git
10610 S:      Maintained
10611 F:      drivers/media/radio/radio-shark2.c
10612 F:      drivers/media/radio/radio-tea5777.c
10613
10614 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10615 M:      Paul Mackerras <paulus@samba.org>
10616 L:      linux-fbdev@vger.kernel.org
10617 S:      Maintained
10618 F:      drivers/video/fbdev/aty/aty128fb.c
10619
10620 RAINSHADOW-CEC DRIVER
10621 M:      Hans Verkuil <hverkuil@xs4all.nl>
10622 L:      linux-media@vger.kernel.org
10623 T:      git git://linuxtv.org/media_tree.git
10624 S:      Maintained
10625 F:      drivers/media/usb/rainshadow-cec/*
10626
10627 RALINK MIPS ARCHITECTURE
10628 M:      John Crispin <john@phrozen.org>
10629 L:      linux-mips@linux-mips.org
10630 S:      Maintained
10631 F:      arch/mips/ralink
10632
10633 RALINK RT2X00 WIRELESS LAN DRIVER
10634 P:      rt2x00 project
10635 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10636 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10637 L:      linux-wireless@vger.kernel.org
10638 S:      Maintained
10639 F:      drivers/net/wireless/ralink/rt2x00/
10640
10641 RAMDISK RAM BLOCK DEVICE DRIVER
10642 M:      Jens Axboe <axboe@kernel.dk>
10643 S:      Maintained
10644 F:      Documentation/blockdev/ramdisk.txt
10645 F:      drivers/block/brd.c
10646
10647 RANDOM NUMBER DRIVER
10648 M:      "Theodore Ts'o" <tytso@mit.edu>
10649 S:      Maintained
10650 F:      drivers/char/random.c
10651
10652 RAPIDIO SUBSYSTEM
10653 M:      Matt Porter <mporter@kernel.crashing.org>
10654 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10655 S:      Maintained
10656 F:      drivers/rapidio/
10657
10658 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10659 L:      linux-wireless@vger.kernel.org
10660 S:      Orphan
10661 F:      drivers/net/wireless/ray*
10662
10663 RCUTORTURE MODULE
10664 M:      Josh Triplett <josh@joshtriplett.org>
10665 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10666 L:      linux-kernel@vger.kernel.org
10667 S:      Supported
10668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10669 F:      Documentation/RCU/torture.txt
10670 F:      kernel/rcu/rcutorture.c
10671
10672 RCUTORTURE TEST FRAMEWORK
10673 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10674 M:      Josh Triplett <josh@joshtriplett.org>
10675 R:      Steven Rostedt <rostedt@goodmis.org>
10676 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10677 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10678 L:      linux-kernel@vger.kernel.org
10679 S:      Supported
10680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10681 F:      tools/testing/selftests/rcutorture
10682
10683 RDC R-321X SoC
10684 M:      Florian Fainelli <florian@openwrt.org>
10685 S:      Maintained
10686
10687 RDC R6040 FAST ETHERNET DRIVER
10688 M:      Florian Fainelli <f.fainelli@gmail.com>
10689 L:      netdev@vger.kernel.org
10690 S:      Maintained
10691 F:      drivers/net/ethernet/rdc/r6040.c
10692
10693 RDS - RELIABLE DATAGRAM SOCKETS
10694 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10695 L:      netdev@vger.kernel.org
10696 L:      linux-rdma@vger.kernel.org
10697 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10698 W:      https://oss.oracle.com/projects/rds/
10699 S:      Supported
10700 F:      net/rds/
10701 F:      Documentation/networking/rds.txt
10702
10703 RDMAVT - RDMA verbs software
10704 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10705 L:      linux-rdma@vger.kernel.org
10706 S:      Supported
10707 F:      drivers/infiniband/sw/rdmavt
10708
10709 RDT - RESOURCE ALLOCATION
10710 M:      Fenghua Yu <fenghua.yu@intel.com>
10711 L:      linux-kernel@vger.kernel.org
10712 S:      Supported
10713 F:      arch/x86/kernel/cpu/intel_rdt*
10714 F:      arch/x86/include/asm/intel_rdt*
10715 F:      Documentation/x86/intel_rdt*
10716
10717 READ-COPY UPDATE (RCU)
10718 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10719 M:      Josh Triplett <josh@joshtriplett.org>
10720 R:      Steven Rostedt <rostedt@goodmis.org>
10721 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10722 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10723 L:      linux-kernel@vger.kernel.org
10724 W:      http://www.rdrop.com/users/paulmck/RCU/
10725 S:      Supported
10726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10727 F:      Documentation/RCU/
10728 X:      Documentation/RCU/torture.txt
10729 F:      include/linux/rcu*
10730 X:      include/linux/srcu.h
10731 F:      kernel/rcu/
10732 X:      kernel/torture.c
10733
10734 REAL TIME CLOCK (RTC) SUBSYSTEM
10735 M:      Alessandro Zummo <a.zummo@towertech.it>
10736 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10737 L:      rtc-linux@googlegroups.com
10738 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10740 S:      Maintained
10741 F:      Documentation/devicetree/bindings/rtc/
10742 F:      Documentation/rtc.txt
10743 F:      drivers/rtc/
10744 F:      include/linux/rtc.h
10745 F:      include/uapi/linux/rtc.h
10746 F:      include/linux/rtc/
10747 F:      include/linux/platform_data/rtc-*
10748 F:      tools/testing/selftests/timers/rtctest.c
10749
10750 REALTEK AUDIO CODECS
10751 M:      Bard Liao <bardliao@realtek.com>
10752 M:      Oder Chiou <oder_chiou@realtek.com>
10753 S:      Maintained
10754 F:      sound/soc/codecs/rt*
10755 F:      include/sound/rt*.h
10756
10757 REISERFS FILE SYSTEM
10758 L:      reiserfs-devel@vger.kernel.org
10759 S:      Supported
10760 F:      fs/reiserfs/
10761
10762 REGISTER MAP ABSTRACTION
10763 M:      Mark Brown <broonie@kernel.org>
10764 L:      linux-kernel@vger.kernel.org
10765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10766 S:      Supported
10767 F:      Documentation/devicetree/bindings/regmap/
10768 F:      drivers/base/regmap/
10769 F:      include/linux/regmap.h
10770
10771 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10772 M:      Ohad Ben-Cohen <ohad@wizery.com>
10773 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10774 L:      linux-remoteproc@vger.kernel.org
10775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10776 S:      Maintained
10777 F:      Documentation/devicetree/bindings/remoteproc/
10778 F:      Documentation/remoteproc.txt
10779 F:      drivers/remoteproc/
10780 F:      include/linux/remoteproc.h
10781
10782 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10783 M:      Ohad Ben-Cohen <ohad@wizery.com>
10784 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10785 L:      linux-remoteproc@vger.kernel.org
10786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10787 S:      Maintained
10788 F:      drivers/rpmsg/
10789 F:      Documentation/rpmsg.txt
10790 F:      include/linux/rpmsg.h
10791 F:      include/linux/rpmsg/
10792
10793 RENESAS CLOCK DRIVERS
10794 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10795 L:      linux-renesas-soc@vger.kernel.org
10796 S:      Supported
10797 F:      drivers/clk/renesas/
10798
10799 RENESAS ETHERNET DRIVERS
10800 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10801 L:      netdev@vger.kernel.org
10802 L:      linux-renesas-soc@vger.kernel.org
10803 F:      drivers/net/ethernet/renesas/
10804 F:      include/linux/sh_eth.h
10805
10806 RENESAS R-CAR GYROADC DRIVER
10807 M:      Marek Vasut <marek.vasut@gmail.com>
10808 L:      linux-iio@vger.kernel.org
10809 S:      Supported
10810 F:      drivers/iio/adc/rcar_gyro_adc.c
10811
10812 RENESAS USB2 PHY DRIVER
10813 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10814 L:      linux-renesas-soc@vger.kernel.org
10815 S:      Maintained
10816 F:      drivers/phy/phy-rcar-gen3-usb2.c
10817
10818 RESET CONTROLLER FRAMEWORK
10819 M:      Philipp Zabel <p.zabel@pengutronix.de>
10820 T:      git git://git.pengutronix.de/git/pza/linux
10821 S:      Maintained
10822 F:      drivers/reset/
10823 F:      Documentation/devicetree/bindings/reset/
10824 F:      include/dt-bindings/reset/
10825 F:      include/linux/reset.h
10826 F:      include/linux/reset-controller.h
10827
10828 RFKILL
10829 M:      Johannes Berg <johannes@sipsolutions.net>
10830 L:      linux-wireless@vger.kernel.org
10831 W:      http://wireless.kernel.org/
10832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10834 S:      Maintained
10835 F:      Documentation/rfkill.txt
10836 F:      net/rfkill/
10837
10838 RHASHTABLE
10839 M:      Thomas Graf <tgraf@suug.ch>
10840 M:      Herbert Xu <herbert@gondor.apana.org.au>
10841 L:      netdev@vger.kernel.org
10842 S:      Maintained
10843 F:      lib/rhashtable.c
10844 F:      include/linux/rhashtable.h
10845
10846 RICOH SMARTMEDIA/XD DRIVER
10847 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10848 S:      Maintained
10849 F:      drivers/mtd/nand/r852.c
10850 F:      drivers/mtd/nand/r852.h
10851
10852 RICOH R5C592 MEMORYSTICK DRIVER
10853 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10854 S:      Maintained
10855 F:      drivers/memstick/host/r592.*
10856
10857 ROCCAT DRIVERS
10858 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10859 W:      http://sourceforge.net/projects/roccat/
10860 S:      Maintained
10861 F:      drivers/hid/hid-roccat*
10862 F:      include/linux/hid-roccat*
10863 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10864
10865 ROCKER DRIVER
10866 M:      Jiri Pirko <jiri@resnulli.us>
10867 L:      netdev@vger.kernel.org
10868 S:      Supported
10869 F:      drivers/net/ethernet/rocker/
10870
10871 ROCKETPORT DRIVER
10872 P:      Comtrol Corp.
10873 W:      http://www.comtrol.com
10874 S:      Maintained
10875 F:      Documentation/serial/rocket.txt
10876 F:      drivers/tty/rocket*
10877
10878 ROCKETPORT EXPRESS/INFINITY DRIVER
10879 M:      Kevin Cernekee <cernekee@gmail.com>
10880 L:      linux-serial@vger.kernel.org
10881 S:      Odd Fixes
10882 F:      drivers/tty/serial/rp2.*
10883
10884 ROSE NETWORK LAYER
10885 M:      Ralf Baechle <ralf@linux-mips.org>
10886 L:      linux-hams@vger.kernel.org
10887 W:      http://www.linux-ax25.org/
10888 S:      Maintained
10889 F:      include/net/rose.h
10890 F:      include/uapi/linux/rose.h
10891 F:      net/rose/
10892
10893 RTL2830 MEDIA DRIVER
10894 M:      Antti Palosaari <crope@iki.fi>
10895 L:      linux-media@vger.kernel.org
10896 W:      https://linuxtv.org
10897 W:      http://palosaari.fi/linux/
10898 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10899 T:      git git://linuxtv.org/anttip/media_tree.git
10900 S:      Maintained
10901 F:      drivers/media/dvb-frontends/rtl2830*
10902
10903 RTL2832 MEDIA DRIVER
10904 M:      Antti Palosaari <crope@iki.fi>
10905 L:      linux-media@vger.kernel.org
10906 W:      https://linuxtv.org
10907 W:      http://palosaari.fi/linux/
10908 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10909 T:      git git://linuxtv.org/anttip/media_tree.git
10910 S:      Maintained
10911 F:      drivers/media/dvb-frontends/rtl2832*
10912
10913 RTL2832_SDR MEDIA DRIVER
10914 M:      Antti Palosaari <crope@iki.fi>
10915 L:      linux-media@vger.kernel.org
10916 W:      https://linuxtv.org
10917 W:      http://palosaari.fi/linux/
10918 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10919 T:      git git://linuxtv.org/anttip/media_tree.git
10920 S:      Maintained
10921 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10922
10923 RTL8180 WIRELESS DRIVER
10924 L:      linux-wireless@vger.kernel.org
10925 W:      http://wireless.kernel.org/
10926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10927 S:      Orphan
10928 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10929
10930 RTL8187 WIRELESS DRIVER
10931 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10932 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10933 M:      Larry Finger <Larry.Finger@lwfinger.net>
10934 L:      linux-wireless@vger.kernel.org
10935 W:      http://wireless.kernel.org/
10936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10937 S:      Maintained
10938 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10939
10940 RTL8192CE WIRELESS DRIVER
10941 M:      Larry Finger <Larry.Finger@lwfinger.net>
10942 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10943 L:      linux-wireless@vger.kernel.org
10944 W:      http://wireless.kernel.org/
10945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10946 S:      Maintained
10947 F:      drivers/net/wireless/realtek/rtlwifi/
10948 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10949
10950 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10951 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
10952 L:      linux-wireless@vger.kernel.org
10953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10954 S:      Maintained
10955 F:      drivers/net/wireless/realtek/rtl8xxxu/
10956
10957 S3 SAVAGE FRAMEBUFFER DRIVER
10958 M:      Antonino Daplas <adaplas@gmail.com>
10959 L:      linux-fbdev@vger.kernel.org
10960 S:      Maintained
10961 F:      drivers/video/fbdev/savage/
10962
10963 S390
10964 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10965 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10966 L:      linux-s390@vger.kernel.org
10967 W:      http://www.ibm.com/developerworks/linux/linux390/
10968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10969 S:      Supported
10970 F:      arch/s390/
10971 F:      drivers/s390/
10972 F:      Documentation/s390/
10973 F:      Documentation/DocBook/s390*
10974
10975 S390 COMMON I/O LAYER
10976 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10977 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10978 L:      linux-s390@vger.kernel.org
10979 W:      http://www.ibm.com/developerworks/linux/linux390/
10980 S:      Supported
10981 F:      drivers/s390/cio/
10982
10983 S390 DASD DRIVER
10984 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10985 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10986 L:      linux-s390@vger.kernel.org
10987 W:      http://www.ibm.com/developerworks/linux/linux390/
10988 S:      Supported
10989 F:      drivers/s390/block/dasd*
10990 F:      block/partitions/ibm.c
10991
10992 S390 NETWORK DRIVERS
10993 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
10994 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10995 L:      linux-s390@vger.kernel.org
10996 W:      http://www.ibm.com/developerworks/linux/linux390/
10997 S:      Supported
10998 F:      drivers/s390/net/
10999
11000 S390 PCI SUBSYSTEM
11001 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
11002 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11003 L:      linux-s390@vger.kernel.org
11004 W:      http://www.ibm.com/developerworks/linux/linux390/
11005 S:      Supported
11006 F:      arch/s390/pci/
11007 F:      drivers/pci/hotplug/s390_pci_hpc.c
11008
11009 S390 ZCRYPT DRIVER
11010 M:      Harald Freudenberger <freude@de.ibm.com>
11011 L:      linux-s390@vger.kernel.org
11012 W:      http://www.ibm.com/developerworks/linux/linux390/
11013 S:      Supported
11014 F:      drivers/s390/crypto/
11015
11016 S390 ZFCP DRIVER
11017 M:      Steffen Maier <maier@linux.vnet.ibm.com>
11018 L:      linux-s390@vger.kernel.org
11019 W:      http://www.ibm.com/developerworks/linux/linux390/
11020 S:      Supported
11021 F:      drivers/s390/scsi/zfcp_*
11022
11023 S390 IUCV NETWORK LAYER
11024 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
11025 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11026 L:      linux-s390@vger.kernel.org
11027 W:      http://www.ibm.com/developerworks/linux/linux390/
11028 S:      Supported
11029 F:      drivers/s390/net/*iucv*
11030 F:      include/net/iucv/
11031 F:      net/iucv/
11032
11033 S390 IOMMU (PCI)
11034 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11035 L:      linux-s390@vger.kernel.org
11036 W:      http://www.ibm.com/developerworks/linux/linux390/
11037 S:      Supported
11038 F:      drivers/iommu/s390-iommu.c
11039
11040 S390 VFIO-CCW DRIVER
11041 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11042 M:      Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11043 L:      linux-s390@vger.kernel.org
11044 L:      kvm@vger.kernel.org
11045 S:      Supported
11046 F:      drivers/s390/cio/vfio_ccw*
11047 F:      Documentation/s390/vfio-ccw.txt
11048 F:      include/uapi/linux/vfio_ccw.h
11049
11050 S3C24XX SD/MMC Driver
11051 M:      Ben Dooks <ben-linux@fluff.org>
11052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11053 S:      Supported
11054 F:      drivers/mmc/host/s3cmci.*
11055
11056 SAA6588 RDS RECEIVER DRIVER
11057 M:      Hans Verkuil <hverkuil@xs4all.nl>
11058 L:      linux-media@vger.kernel.org
11059 T:      git git://linuxtv.org/media_tree.git
11060 W:      https://linuxtv.org
11061 S:      Odd Fixes
11062 F:      drivers/media/i2c/saa6588*
11063
11064 SAA7134 VIDEO4LINUX DRIVER
11065 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11066 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11067 L:      linux-media@vger.kernel.org
11068 W:      https://linuxtv.org
11069 T:      git git://linuxtv.org/media_tree.git
11070 S:      Odd fixes
11071 F:      Documentation/media/v4l-drivers/saa7134*
11072 F:      drivers/media/pci/saa7134/
11073
11074 SAA7146 VIDEO4LINUX-2 DRIVER
11075 M:      Hans Verkuil <hverkuil@xs4all.nl>
11076 L:      linux-media@vger.kernel.org
11077 T:      git git://linuxtv.org/media_tree.git
11078 S:      Maintained
11079 F:      drivers/media/common/saa7146/
11080 F:      drivers/media/pci/saa7146/
11081 F:      include/media/saa7146*
11082
11083 SAMSUNG LAPTOP DRIVER
11084 M:      Corentin Chary <corentin.chary@gmail.com>
11085 L:      platform-driver-x86@vger.kernel.org
11086 S:      Maintained
11087 F:      drivers/platform/x86/samsung-laptop.c
11088
11089 SAMSUNG AUDIO (ASoC) DRIVERS
11090 M:      Krzysztof Kozlowski <krzk@kernel.org>
11091 M:      Sangbeom Kim <sbkim73@samsung.com>
11092 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11093 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11094 S:      Supported
11095 F:      sound/soc/samsung/
11096
11097 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11098 M:      Krzysztof Kozlowski <krzk@kernel.org>
11099 L:      linux-crypto@vger.kernel.org
11100 L:      linux-samsung-soc@vger.kernel.org
11101 S:      Maintained
11102 F:      drivers/crypto/exynos-rng.c
11103 F:      Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11104
11105 SAMSUNG FRAMEBUFFER DRIVER
11106 M:      Jingoo Han <jingoohan1@gmail.com>
11107 L:      linux-fbdev@vger.kernel.org
11108 S:      Maintained
11109 F:      drivers/video/fbdev/s3c-fb.c
11110
11111 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11112 M:      Sangbeom Kim <sbkim73@samsung.com>
11113 M:      Krzysztof Kozlowski <krzk@kernel.org>
11114 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11115 L:      linux-kernel@vger.kernel.org
11116 L:      linux-samsung-soc@vger.kernel.org
11117 S:      Supported
11118 F:      drivers/mfd/sec*.c
11119 F:      drivers/regulator/s2m*.c
11120 F:      drivers/regulator/s5m*.c
11121 F:      drivers/clk/clk-s2mps11.c
11122 F:      drivers/rtc/rtc-s5m.c
11123 F:      include/linux/mfd/samsung/
11124 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11125 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11126 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11127 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11128
11129 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11130 M:      Krzysztof Kozlowski <krzk@kernel.org>
11131 M:      Vladimir Zapolskiy <vz@mleia.com>
11132 L:      linux-crypto@vger.kernel.org
11133 L:      linux-samsung-soc@vger.kernel.org
11134 S:      Maintained
11135 F:      drivers/crypto/s5p-sss.c
11136
11137 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11138 M:      Kyungmin Park <kyungmin.park@samsung.com>
11139 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11140 L:      linux-media@vger.kernel.org
11141 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
11142 S:      Supported
11143 F:      drivers/media/platform/exynos4-is/
11144
11145 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11146 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11147 L:      linux-media@vger.kernel.org
11148 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11149 S:      Maintained
11150 F:      drivers/media/platform/s3c-camif/
11151 F:      include/media/drv-intf/s3c_camif.h
11152
11153 SAMSUNG S5C73M3 CAMERA DRIVER
11154 M:      Kyungmin Park <kyungmin.park@samsung.com>
11155 M:      Andrzej Hajda <a.hajda@samsung.com>
11156 L:      linux-media@vger.kernel.org
11157 S:      Supported
11158 F:      drivers/media/i2c/s5c73m3/*
11159
11160 SAMSUNG S5K5BAF CAMERA DRIVER
11161 M:      Kyungmin Park <kyungmin.park@samsung.com>
11162 M:      Andrzej Hajda <a.hajda@samsung.com>
11163 L:      linux-media@vger.kernel.org
11164 S:      Supported
11165 F:      drivers/media/i2c/s5k5baf.c
11166
11167 SAMSUNG S3FWRN5 NFC DRIVER
11168 M:      Robert Baldyga <r.baldyga@samsung.com>
11169 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
11170 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
11171 S:      Supported
11172 F:      drivers/nfc/s3fwrn5
11173
11174 SAMSUNG SOC CLOCK DRIVERS
11175 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11176 M:      Tomasz Figa <tomasz.figa@gmail.com>
11177 M:      Chanwoo Choi <cw00.choi@samsung.com>
11178 S:      Supported
11179 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11180 F:      drivers/clk/samsung/
11181 F:      include/dt-bindings/clock/exynos*.h
11182 F:      Documentation/devicetree/bindings/clock/exynos*.txt
11183
11184 SAMSUNG SPI DRIVERS
11185 M:      Kukjin Kim <kgene@kernel.org>
11186 M:      Krzysztof Kozlowski <krzk@kernel.org>
11187 M:      Andi Shyti <andi.shyti@samsung.com>
11188 L:      linux-spi@vger.kernel.org
11189 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11190 S:      Maintained
11191 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
11192 F:      drivers/spi/spi-s3c*
11193 F:      include/linux/platform_data/spi-s3c64xx.h
11194
11195 SAMSUNG SXGBE DRIVERS
11196 M:      Byungho An <bh74.an@samsung.com>
11197 M:      Girish K S <ks.giri@samsung.com>
11198 M:      Vipul Pandya <vipul.pandya@samsung.com>
11199 S:      Supported
11200 L:      netdev@vger.kernel.org
11201 F:      drivers/net/ethernet/samsung/sxgbe/
11202
11203 SAMSUNG THERMAL DRIVER
11204 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11205 L:      linux-pm@vger.kernel.org
11206 L:      linux-samsung-soc@vger.kernel.org
11207 S:      Supported
11208 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
11209 F:      drivers/thermal/samsung/
11210
11211 SAMSUNG USB2 PHY DRIVER
11212 M:      Kamil Debski <kamil@wypas.org>
11213 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11214 L:      linux-kernel@vger.kernel.org
11215 S:      Supported
11216 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
11217 F:      Documentation/phy/samsung-usb2.txt
11218 F:      drivers/phy/phy-exynos4210-usb2.c
11219 F:      drivers/phy/phy-exynos4x12-usb2.c
11220 F:      drivers/phy/phy-exynos5250-usb2.c
11221 F:      drivers/phy/phy-s5pv210-usb2.c
11222 F:      drivers/phy/phy-samsung-usb2.c
11223 F:      drivers/phy/phy-samsung-usb2.h
11224
11225 SERIAL DRIVERS
11226 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11227 L:      linux-serial@vger.kernel.org
11228 S:      Maintained
11229 F:      Documentation/devicetree/bindings/serial/
11230 F:      drivers/tty/serial/
11231
11232 SERIAL DEVICE BUS
11233 M:      Rob Herring <robh@kernel.org>
11234 L:      linux-serial@vger.kernel.org
11235 S:      Maintained
11236 F:      Documentation/devicetree/bindings/serial/slave-device.txt
11237 F:      drivers/tty/serdev/
11238 F:      include/linux/serdev.h
11239
11240 SERIAL IR RECEIVER
11241 M:      Sean Young <sean@mess.org>
11242 L:      linux-media@vger.kernel.org
11243 S:      Maintained
11244 F:      drivers/media/rc/serial_ir.c
11245
11246 STI CEC DRIVER
11247 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
11248 L:      kernel@stlinux.com
11249 S:      Maintained
11250 F:      drivers/staging/media/st-cec/
11251 F:      Documentation/devicetree/bindings/media/stih-cec.txt
11252
11253 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11254 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11255 L:      linux-s390@vger.kernel.org
11256 W:      http://www.ibm.com/developerworks/linux/linux390/
11257 S:      Supported
11258 F:      net/smc/
11259
11260 SYNOPSYS DESIGNWARE DMAC DRIVER
11261 M:      Viresh Kumar <vireshk@kernel.org>
11262 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11263 S:      Maintained
11264 F:      include/linux/dma/dw.h
11265 F:      include/linux/platform_data/dma-dw.h
11266 F:      drivers/dma/dw/
11267
11268 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11269 M:      Jie Deng <jiedeng@synopsys.com>
11270 L:      netdev@vger.kernel.org
11271 S:      Supported
11272 F:      drivers/net/ethernet/synopsys/
11273
11274 SYNOPSYS DESIGNWARE I2C DRIVER
11275 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
11276 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11277 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
11278 L:      linux-i2c@vger.kernel.org
11279 S:      Maintained
11280 F:      drivers/i2c/busses/i2c-designware-*
11281 F:      include/linux/platform_data/i2c-designware.h
11282
11283 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11284 M:      Jaehoon Chung <jh80.chung@samsung.com>
11285 L:      linux-mmc@vger.kernel.org
11286 S:      Maintained
11287 F:      drivers/mmc/host/dw_mmc*
11288
11289 SYSTEM TRACE MODULE CLASS
11290 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
11291 S:      Maintained
11292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11293 F:      Documentation/trace/stm.txt
11294 F:      drivers/hwtracing/stm/
11295 F:      include/linux/stm.h
11296 F:      include/uapi/linux/stm.h
11297
11298 THUNDERBOLT DRIVER
11299 M:      Andreas Noever <andreas.noever@gmail.com>
11300 S:      Maintained
11301 F:      drivers/thunderbolt/
11302
11303 TI BQ27XXX POWER SUPPLY DRIVER
11304 R:      Andrew F. Davis <afd@ti.com>
11305 F:      include/linux/power/bq27xxx_battery.h
11306 F:      drivers/power/supply/bq27xxx_battery.c
11307 F:      drivers/power/supply/bq27xxx_battery_i2c.c
11308
11309 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11310 M:      John Stultz <john.stultz@linaro.org>
11311 M:      Thomas Gleixner <tglx@linutronix.de>
11312 R:      Stephen Boyd <sboyd@codeaurora.org>
11313 L:      linux-kernel@vger.kernel.org
11314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11315 S:      Supported
11316 F:      include/linux/clocksource.h
11317 F:      include/linux/time.h
11318 F:      include/linux/timex.h
11319 F:      include/uapi/linux/time.h
11320 F:      include/uapi/linux/timex.h
11321 F:      kernel/time/clocksource.c
11322 F:      kernel/time/time*.c
11323 F:      kernel/time/alarmtimer.c
11324 F:      kernel/time/ntp.c
11325 F:      tools/testing/selftests/timers/
11326
11327 SC1200 WDT DRIVER
11328 M:      Zwane Mwaikambo <zwanem@gmail.com>
11329 S:      Maintained
11330 F:      drivers/watchdog/sc1200wdt.c
11331
11332 SCHEDULER
11333 M:      Ingo Molnar <mingo@redhat.com>
11334 M:      Peter Zijlstra <peterz@infradead.org>
11335 L:      linux-kernel@vger.kernel.org
11336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11337 S:      Maintained
11338 F:      kernel/sched/
11339 F:      include/linux/sched.h
11340 F:      include/uapi/linux/sched.h
11341 F:      include/linux/wait.h
11342
11343 SCORE ARCHITECTURE
11344 M:      Chen Liqin <liqin.linux@gmail.com>
11345 M:      Lennox Wu <lennox.wu@gmail.com>
11346 W:      http://www.sunplus.com
11347 S:      Supported
11348 F:      arch/score/
11349
11350 SCR24X CHIP CARD INTERFACE DRIVER
11351 M:      Lubomir Rintel <lkundrak@v3.sk>
11352 S:      Supported
11353 F:      drivers/char/pcmcia/scr24x_cs.c
11354
11355 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11356 M:      Sudeep Holla <sudeep.holla@arm.com>
11357 L:      linux-arm-kernel@lists.infradead.org
11358 S:      Maintained
11359 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
11360 F:      drivers/clk/clk-scpi.c
11361 F:      drivers/cpufreq/scpi-cpufreq.c
11362 F:      drivers/firmware/arm_scpi.c
11363 F:      include/linux/scpi_protocol.h
11364
11365 SCSI CDROM DRIVER
11366 M:      Jens Axboe <axboe@kernel.dk>
11367 L:      linux-scsi@vger.kernel.org
11368 W:      http://www.kernel.dk
11369 S:      Maintained
11370 F:      drivers/scsi/sr*
11371
11372 SCSI RDMA PROTOCOL (SRP) INITIATOR
11373 M:      Bart Van Assche <bart.vanassche@sandisk.com>
11374 L:      linux-rdma@vger.kernel.org
11375 S:      Supported
11376 W:      http://www.openfabrics.org
11377 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11379 F:      drivers/infiniband/ulp/srp/
11380 F:      include/scsi/srp.h
11381
11382 SCSI SG DRIVER
11383 M:      Doug Gilbert <dgilbert@interlog.com>
11384 L:      linux-scsi@vger.kernel.org
11385 W:      http://sg.danny.cz/sg
11386 S:      Maintained
11387 F:      Documentation/scsi/scsi-generic.txt
11388 F:      drivers/scsi/sg.c
11389 F:      include/scsi/sg.h
11390
11391 SCSI SUBSYSTEM
11392 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11394 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
11395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11396 L:      linux-scsi@vger.kernel.org
11397 S:      Maintained
11398 F:      Documentation/devicetree/bindings/scsi/
11399 F:      drivers/scsi/
11400 F:      include/scsi/
11401
11402 SCSI TAPE DRIVER
11403 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11404 L:      linux-scsi@vger.kernel.org
11405 S:      Maintained
11406 F:      Documentation/scsi/st.txt
11407 F:      drivers/scsi/st.*
11408 F:      drivers/scsi/st_*.h
11409
11410 SCTP PROTOCOL
11411 M:      Vlad Yasevich <vyasevich@gmail.com>
11412 M:      Neil Horman <nhorman@tuxdriver.com>
11413 L:      linux-sctp@vger.kernel.org
11414 W:      http://lksctp.sourceforge.net
11415 S:      Maintained
11416 F:      Documentation/networking/sctp.txt
11417 F:      include/linux/sctp.h
11418 F:      include/uapi/linux/sctp.h
11419 F:      include/net/sctp/
11420 F:      net/sctp/
11421
11422 SCx200 CPU SUPPORT
11423 M:      Jim Cromie <jim.cromie@gmail.com>
11424 S:      Odd Fixes
11425 F:      Documentation/i2c/busses/scx200_acb
11426 F:      arch/x86/platform/scx200/
11427 F:      drivers/watchdog/scx200_wdt.c
11428 F:      drivers/i2c/busses/scx200*
11429 F:      drivers/mtd/maps/scx200_docflash.c
11430 F:      include/linux/scx200.h
11431
11432 SCx200 GPIO DRIVER
11433 M:      Jim Cromie <jim.cromie@gmail.com>
11434 S:      Maintained
11435 F:      drivers/char/scx200_gpio.c
11436 F:      include/linux/scx200_gpio.h
11437
11438 SCx200 HRT CLOCKSOURCE DRIVER
11439 M:      Jim Cromie <jim.cromie@gmail.com>
11440 S:      Maintained
11441 F:      drivers/clocksource/scx200_hrt.c
11442
11443 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11444 M:      Sascha Sommer <saschasommer@freenet.de>
11445 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11446 S:      Maintained
11447 F:      drivers/mmc/host/sdricoh_cs.c
11448
11449 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11450 M:      Adrian Hunter <adrian.hunter@intel.com>
11451 L:      linux-mmc@vger.kernel.org
11452 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11453 S:      Maintained
11454 F:      drivers/mmc/host/sdhci*
11455 F:      include/linux/mmc/sdhci*
11456
11457 SECURE COMPUTING
11458 M:      Kees Cook <keescook@chromium.org>
11459 R:      Andy Lutomirski <luto@amacapital.net>
11460 R:      Will Drewry <wad@chromium.org>
11461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11462 S:      Supported
11463 F:      kernel/seccomp.c
11464 F:      include/uapi/linux/seccomp.h
11465 F:      include/linux/seccomp.h
11466 F:      tools/testing/selftests/seccomp/*
11467 K:      \bsecure_computing
11468 K:      \bTIF_SECCOMP\b
11469
11470 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11471 M:      Al Cooper <alcooperx@gmail.com>
11472 L:      linux-mmc@vger.kernel.org
11473 L:      bcm-kernel-feedback-list@broadcom.com
11474 S:      Maintained
11475 F:      drivers/mmc/host/sdhci-brcmstb*
11476
11477 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11478 M:      Ben Dooks <ben-linux@fluff.org>
11479 M:      Jaehoon Chung <jh80.chung@samsung.com>
11480 L:      linux-mmc@vger.kernel.org
11481 S:      Maintained
11482 F:      drivers/mmc/host/sdhci-s3c*
11483
11484 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11485 M:      Viresh Kumar <vireshk@kernel.org>
11486 L:      linux-mmc@vger.kernel.org
11487 S:      Maintained
11488 F:      drivers/mmc/host/sdhci-spear.c
11489
11490 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11491 M:      Scott Bauer <scott.bauer@intel.com>
11492 M:      Jonathan Derrick <jonathan.derrick@intel.com>
11493 M:      Rafael Antognolli <rafael.antognolli@intel.com>
11494 L:      linux-block@vger.kernel.org
11495 S:      Supported
11496 F:      block/sed*
11497 F:      block/opal_proto.h
11498 F:      include/linux/sed*
11499 F:      include/uapi/linux/sed*
11500
11501 SECURITY SUBSYSTEM
11502 M:      James Morris <james.l.morris@oracle.com>
11503 M:      "Serge E. Hallyn" <serge@hallyn.com>
11504 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11506 W:      http://kernsec.org/
11507 S:      Supported
11508 F:      security/
11509
11510 SECURITY CONTACT
11511 M:      Security Officers <security@kernel.org>
11512 S:      Supported
11513
11514 SELINUX SECURITY MODULE
11515 M:      Paul Moore <paul@paul-moore.com>
11516 M:      Stephen Smalley <sds@tycho.nsa.gov>
11517 M:      Eric Paris <eparis@parisplace.org>
11518 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11519 W:      http://selinuxproject.org
11520 T:      git git://git.infradead.org/users/pcmoore/selinux
11521 S:      Supported
11522 F:      include/linux/selinux*
11523 F:      security/selinux/
11524 F:      scripts/selinux/
11525
11526 APPARMOR SECURITY MODULE
11527 M:      John Johansen <john.johansen@canonical.com>
11528 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11529 W:      apparmor.wiki.kernel.org
11530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11531 S:      Supported
11532 F:      security/apparmor/
11533
11534 LOADPIN SECURITY MODULE
11535 M:      Kees Cook <keescook@chromium.org>
11536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11537 S:      Supported
11538 F:      security/loadpin/
11539
11540 YAMA SECURITY MODULE
11541 M:      Kees Cook <keescook@chromium.org>
11542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11543 S:      Supported
11544 F:      security/yama/
11545
11546 SENSABLE PHANTOM
11547 M:      Jiri Slaby <jirislaby@gmail.com>
11548 S:      Maintained
11549 F:      drivers/misc/phantom.c
11550 F:      include/uapi/linux/phantom.h
11551
11552 Emulex 10Gbps iSCSI - OneConnect DRIVER
11553 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11554 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11555 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11556 L:      linux-scsi@vger.kernel.org
11557 W:      http://www.broadcom.com
11558 S:      Supported
11559 F:      drivers/scsi/be2iscsi/
11560
11561 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11562 M:      Sathya Perla <sathya.perla@broadcom.com>
11563 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11564 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11565 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11566 L:      netdev@vger.kernel.org
11567 W:      http://www.emulex.com
11568 S:      Supported
11569 F:      drivers/net/ethernet/emulex/benet/
11570
11571 EMULEX ONECONNECT ROCE DRIVER
11572 M:      Selvin Xavier <selvin.xavier@broadcom.com>
11573 M:      Devesh Sharma <devesh.sharma@broadcom.com>
11574 L:      linux-rdma@vger.kernel.org
11575 W:      http://www.broadcom.com
11576 S:      Odd Fixes
11577 F:      drivers/infiniband/hw/ocrdma/
11578 F:      include/uapi/rdma/ocrdma-abi.h
11579
11580 SFC NETWORK DRIVER
11581 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11582 M:      Edward Cree <ecree@solarflare.com>
11583 M:      Bert Kenward <bkenward@solarflare.com>
11584 L:      netdev@vger.kernel.org
11585 S:      Supported
11586 F:      drivers/net/ethernet/sfc/
11587
11588 SGI GRU DRIVER
11589 M:      Dimitri Sivanich <sivanich@sgi.com>
11590 S:      Maintained
11591 F:      drivers/misc/sgi-gru/
11592
11593 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11594 M:      Pat Gefre <pfg@sgi.com>
11595 L:      linux-ia64@vger.kernel.org
11596 S:      Supported
11597 F:      Documentation/ia64/serial.txt
11598 F:      drivers/tty/serial/ioc?_serial.c
11599 F:      include/linux/ioc?.h
11600
11601 SGI XP/XPC/XPNET DRIVER
11602 M:      Cliff Whickman <cpw@sgi.com>
11603 M:      Robin Holt <robinmholt@gmail.com>
11604 S:      Maintained
11605 F:      drivers/misc/sgi-xp/
11606
11607 SI2157 MEDIA DRIVER
11608 M:      Antti Palosaari <crope@iki.fi>
11609 L:      linux-media@vger.kernel.org
11610 W:      https://linuxtv.org
11611 W:      http://palosaari.fi/linux/
11612 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11613 T:      git git://linuxtv.org/anttip/media_tree.git
11614 S:      Maintained
11615 F:      drivers/media/tuners/si2157*
11616
11617 SI2168 MEDIA DRIVER
11618 M:      Antti Palosaari <crope@iki.fi>
11619 L:      linux-media@vger.kernel.org
11620 W:      https://linuxtv.org
11621 W:      http://palosaari.fi/linux/
11622 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11623 T:      git git://linuxtv.org/anttip/media_tree.git
11624 S:      Maintained
11625 F:      drivers/media/dvb-frontends/si2168*
11626
11627 SI470X FM RADIO RECEIVER I2C DRIVER
11628 M:      Hans Verkuil <hverkuil@xs4all.nl>
11629 L:      linux-media@vger.kernel.org
11630 T:      git git://linuxtv.org/media_tree.git
11631 W:      https://linuxtv.org
11632 S:      Odd Fixes
11633 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11634
11635 SI470X FM RADIO RECEIVER USB DRIVER
11636 M:      Hans Verkuil <hverkuil@xs4all.nl>
11637 L:      linux-media@vger.kernel.org
11638 T:      git git://linuxtv.org/media_tree.git
11639 W:      https://linuxtv.org
11640 S:      Maintained
11641 F:      drivers/media/radio/si470x/radio-si470x-common.c
11642 F:      drivers/media/radio/si470x/radio-si470x.h
11643 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11644
11645 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11646 M:      Eduardo Valentin <edubezval@gmail.com>
11647 L:      linux-media@vger.kernel.org
11648 T:      git git://linuxtv.org/media_tree.git
11649 W:      https://linuxtv.org
11650 S:      Odd Fixes
11651 F:      drivers/media/radio/si4713/si4713.?
11652
11653 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11654 M:      Eduardo Valentin <edubezval@gmail.com>
11655 L:      linux-media@vger.kernel.org
11656 T:      git git://linuxtv.org/media_tree.git
11657 W:      https://linuxtv.org
11658 S:      Odd Fixes
11659 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11660
11661 SI4713 FM RADIO TRANSMITTER USB DRIVER
11662 M:      Hans Verkuil <hverkuil@xs4all.nl>
11663 L:      linux-media@vger.kernel.org
11664 T:      git git://linuxtv.org/media_tree.git
11665 W:      https://linuxtv.org
11666 S:      Maintained
11667 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11668
11669 SIANO DVB DRIVER
11670 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11671 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11672 L:      linux-media@vger.kernel.org
11673 W:      https://linuxtv.org
11674 T:      git git://linuxtv.org/media_tree.git
11675 S:      Odd fixes
11676 F:      drivers/media/common/siano/
11677 F:      drivers/media/usb/siano/
11678 F:      drivers/media/usb/siano/
11679 F:      drivers/media/mmc/siano/
11680
11681 SILEAD TOUCHSCREEN DRIVER
11682 M:      Hans de Goede <hdegoede@redhat.com>
11683 L:      linux-input@vger.kernel.org
11684 L:      platform-driver-x86@vger.kernel.org
11685 S:      Maintained
11686 F:      drivers/input/touchscreen/silead.c
11687 F:      drivers/platform/x86/silead_dmi.c
11688
11689 SIMPLEFB FB DRIVER
11690 M:      Hans de Goede <hdegoede@redhat.com>
11691 L:      linux-fbdev@vger.kernel.org
11692 S:      Maintained
11693 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11694 F:      drivers/video/fbdev/simplefb.c
11695 F:      include/linux/platform_data/simplefb.h
11696
11697 SH_VEU V4L2 MEM2MEM DRIVER
11698 L:      linux-media@vger.kernel.org
11699 S:      Orphan
11700 F:      drivers/media/platform/sh_veu.c
11701
11702 SH_VOU V4L2 OUTPUT DRIVER
11703 L:      linux-media@vger.kernel.org
11704 S:      Orphan
11705 F:      drivers/media/platform/sh_vou.c
11706 F:      include/media/drv-intf/sh_vou.h
11707
11708 SIMPLE FIRMWARE INTERFACE (SFI)
11709 M:      Len Brown <lenb@kernel.org>
11710 L:      sfi-devel@simplefirmware.org
11711 W:      http://simplefirmware.org/
11712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11713 S:      Supported
11714 F:      arch/x86/platform/sfi/
11715 F:      drivers/sfi/
11716 F:      include/linux/sfi*.h
11717
11718 SIMTEC EB110ATX (Chalice CATS)
11719 P:      Ben Dooks
11720 P:      Vincent Sanders <vince@simtec.co.uk>
11721 M:      Simtec Linux Team <linux@simtec.co.uk>
11722 W:      http://www.simtec.co.uk/products/EB110ATX/
11723 S:      Supported
11724
11725 SIMTEC EB2410ITX (BAST)
11726 P:      Ben Dooks
11727 P:      Vincent Sanders <vince@simtec.co.uk>
11728 M:      Simtec Linux Team <linux@simtec.co.uk>
11729 W:      http://www.simtec.co.uk/products/EB2410ITX/
11730 S:      Supported
11731 F:      arch/arm/mach-s3c24xx/mach-bast.c
11732 F:      arch/arm/mach-s3c24xx/bast-ide.c
11733 F:      arch/arm/mach-s3c24xx/bast-irq.c
11734
11735 SIPHASH PRF ROUTINES
11736 M:      Jason A. Donenfeld <Jason@zx2c4.com>
11737 S:      Maintained
11738 F:      lib/siphash.c
11739 F:      lib/test_siphash.c
11740 F:      include/linux/siphash.h
11741
11742 TI DAVINCI MACHINE SUPPORT
11743 M:      Sekhar Nori <nsekhar@ti.com>
11744 M:      Kevin Hilman <khilman@kernel.org>
11745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11747 S:      Supported
11748 F:      arch/arm/mach-davinci/
11749 F:      drivers/i2c/busses/i2c-davinci.c
11750
11751 TI DAVINCI SERIES MEDIA DRIVER
11752 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11753 L:      linux-media@vger.kernel.org
11754 W:      https://linuxtv.org
11755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11756 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11757 S:      Maintained
11758 F:      drivers/media/platform/davinci/
11759 F:      include/media/davinci/
11760
11761 TI AM437X VPFE DRIVER
11762 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11763 L:      linux-media@vger.kernel.org
11764 W:      https://linuxtv.org
11765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11766 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11767 S:      Maintained
11768 F:      drivers/media/platform/am437x/
11769
11770 OV2659 OMNIVISION SENSOR DRIVER
11771 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11772 L:      linux-media@vger.kernel.org
11773 W:      https://linuxtv.org
11774 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11775 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11776 S:      Maintained
11777 F:      drivers/media/i2c/ov2659.c
11778 F:      include/media/i2c/ov2659.h
11779
11780 SILICON MOTION SM712 FRAME BUFFER DRIVER
11781 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11782 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11783 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11784 L:      linux-fbdev@vger.kernel.org
11785 S:      Maintained
11786 F:      drivers/video/fbdev/sm712*
11787 F:      Documentation/fb/sm712fb.txt
11788
11789 SIS 190 ETHERNET DRIVER
11790 M:      Francois Romieu <romieu@fr.zoreil.com>
11791 L:      netdev@vger.kernel.org
11792 S:      Maintained
11793 F:      drivers/net/ethernet/sis/sis190.c
11794
11795 SIS 900/7016 FAST ETHERNET DRIVER
11796 M:      Daniele Venzano <venza@brownhat.org>
11797 W:      http://www.brownhat.org/sis900.html
11798 L:      netdev@vger.kernel.org
11799 S:      Maintained
11800 F:      drivers/net/ethernet/sis/sis900.*
11801
11802 SIS FRAMEBUFFER DRIVER
11803 M:      Thomas Winischhofer <thomas@winischhofer.net>
11804 W:      http://www.winischhofer.net/linuxsisvga.shtml
11805 S:      Maintained
11806 F:      Documentation/fb/sisfb.txt
11807 F:      drivers/video/fbdev/sis/
11808 F:      include/video/sisfb.h
11809
11810 SIS USB2VGA DRIVER
11811 M:      Thomas Winischhofer <thomas@winischhofer.net>
11812 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11813 S:      Maintained
11814 F:      drivers/usb/misc/sisusbvga/
11815
11816 SLAB ALLOCATOR
11817 M:      Christoph Lameter <cl@linux.com>
11818 M:      Pekka Enberg <penberg@kernel.org>
11819 M:      David Rientjes <rientjes@google.com>
11820 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11821 M:      Andrew Morton <akpm@linux-foundation.org>
11822 L:      linux-mm@kvack.org
11823 S:      Maintained
11824 F:      include/linux/sl?b*.h
11825 F:      mm/sl?b*
11826
11827 SLEEPABLE READ-COPY UPDATE (SRCU)
11828 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11829 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11830 M:      Josh Triplett <josh@joshtriplett.org>
11831 R:      Steven Rostedt <rostedt@goodmis.org>
11832 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11833 L:      linux-kernel@vger.kernel.org
11834 W:      http://www.rdrop.com/users/paulmck/RCU/
11835 S:      Supported
11836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11837 F:      include/linux/srcu.h
11838 F:      kernel/rcu/srcu.c
11839
11840 SMACK SECURITY MODULE
11841 M:      Casey Schaufler <casey@schaufler-ca.com>
11842 L:      linux-security-module@vger.kernel.org
11843 W:      http://schaufler-ca.com
11844 T:      git git://github.com/cschaufler/smack-next
11845 S:      Maintained
11846 F:      Documentation/security/Smack.txt
11847 F:      security/smack/
11848
11849 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11850 M:      Kevin Hilman <khilman@kernel.org>
11851 M:      Nishanth Menon <nm@ti.com>
11852 S:      Maintained
11853 F:      drivers/power/avs/
11854 F:      include/linux/power/smartreflex.h
11855 L:      linux-pm@vger.kernel.org
11856
11857 SMC91x ETHERNET DRIVER
11858 M:      Nicolas Pitre <nico@fluxnic.net>
11859 S:      Odd Fixes
11860 F:      drivers/net/ethernet/smsc/smc91x.*
11861
11862 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11863 M:      Sakari Ailus <sakari.ailus@iki.fi>
11864 L:      linux-media@vger.kernel.org
11865 S:      Maintained
11866 F:      drivers/media/i2c/smiapp/
11867 F:      include/media/i2c/smiapp.h
11868 F:      drivers/media/i2c/smiapp-pll.c
11869 F:      drivers/media/i2c/smiapp-pll.h
11870 F:      include/uapi/linux/smiapp.h
11871 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11872
11873 SMM665 HARDWARE MONITOR DRIVER
11874 M:      Guenter Roeck <linux@roeck-us.net>
11875 L:      linux-hwmon@vger.kernel.org
11876 S:      Maintained
11877 F:      Documentation/hwmon/smm665
11878 F:      drivers/hwmon/smm665.c
11879
11880 SMSC EMC2103 HARDWARE MONITOR DRIVER
11881 M:      Steve Glendinning <steve.glendinning@shawell.net>
11882 L:      linux-hwmon@vger.kernel.org
11883 S:      Maintained
11884 F:      Documentation/hwmon/emc2103
11885 F:      drivers/hwmon/emc2103.c
11886
11887 SMSC SCH5627 HARDWARE MONITOR DRIVER
11888 M:      Hans de Goede <hdegoede@redhat.com>
11889 L:      linux-hwmon@vger.kernel.org
11890 S:      Supported
11891 F:      Documentation/hwmon/sch5627
11892 F:      drivers/hwmon/sch5627.c
11893
11894 SMSC47B397 HARDWARE MONITOR DRIVER
11895 M:      Jean Delvare <jdelvare@suse.com>
11896 L:      linux-hwmon@vger.kernel.org
11897 S:      Maintained
11898 F:      Documentation/hwmon/smsc47b397
11899 F:      drivers/hwmon/smsc47b397.c
11900
11901 SMSC911x ETHERNET DRIVER
11902 M:      Steve Glendinning <steve.glendinning@shawell.net>
11903 L:      netdev@vger.kernel.org
11904 S:      Maintained
11905 F:      include/linux/smsc911x.h
11906 F:      drivers/net/ethernet/smsc/smsc911x.*
11907
11908 SMSC9420 PCI ETHERNET DRIVER
11909 M:      Steve Glendinning <steve.glendinning@shawell.net>
11910 L:      netdev@vger.kernel.org
11911 S:      Maintained
11912 F:      drivers/net/ethernet/smsc/smsc9420.*
11913
11914 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11915 M:      Steve Glendinning <steve.glendinning@shawell.net>
11916 L:      linux-fbdev@vger.kernel.org
11917 S:      Maintained
11918 F:      drivers/video/fbdev/smscufx.c
11919
11920 SOC-CAMERA V4L2 SUBSYSTEM
11921 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11922 L:      linux-media@vger.kernel.org
11923 T:      git git://linuxtv.org/media_tree.git
11924 S:      Maintained
11925 F:      include/media/soc*
11926 F:      drivers/media/i2c/soc_camera/
11927 F:      drivers/media/platform/soc_camera/
11928
11929 SOEKRIS NET48XX LED SUPPORT
11930 M:      Chris Boot <bootc@bootc.net>
11931 S:      Maintained
11932 F:      drivers/leds/leds-net48xx.c
11933
11934 SOFTLOGIC 6x10 MPEG CODEC
11935 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11936 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11937 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11938 M:      Ismael Luceno <ismael@iodev.co.uk>
11939 L:      linux-media@vger.kernel.org
11940 S:      Supported
11941 F:      drivers/media/pci/solo6x10/
11942
11943 SOFTWARE RAID (Multiple Disks) SUPPORT
11944 M:      Shaohua Li <shli@kernel.org>
11945 L:      linux-raid@vger.kernel.org
11946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11947 S:      Supported
11948 F:      drivers/md/
11949 F:      include/linux/raid/
11950 F:      include/uapi/linux/raid/
11951
11952 SONIC NETWORK DRIVER
11953 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11954 L:      netdev@vger.kernel.org
11955 S:      Maintained
11956 F:      drivers/net/ethernet/natsemi/sonic.*
11957
11958 SONICS SILICON BACKPLANE DRIVER (SSB)
11959 M:      Michael Buesch <m@bues.ch>
11960 L:      linux-wireless@vger.kernel.org
11961 S:      Maintained
11962 F:      drivers/ssb/
11963 F:      include/linux/ssb/
11964
11965 SONY VAIO CONTROL DEVICE DRIVER
11966 M:      Mattia Dongili <malattia@linux.it>
11967 L:      platform-driver-x86@vger.kernel.org
11968 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11969 S:      Maintained
11970 F:      Documentation/laptops/sony-laptop.txt
11971 F:      drivers/char/sonypi.c
11972 F:      drivers/platform/x86/sony-laptop.c
11973 F:      include/linux/sony-laptop.h
11974
11975 SONY MEMORYSTICK CARD SUPPORT
11976 M:      Alex Dubov <oakad@yahoo.com>
11977 W:      http://tifmxx.berlios.de/
11978 S:      Maintained
11979 F:      drivers/memstick/host/tifm_ms.c
11980
11981 SONY MEMORYSTICK STANDARD SUPPORT
11982 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11983 S:      Maintained
11984 F:      drivers/memstick/core/ms_block.*
11985
11986 SOUND
11987 M:      Jaroslav Kysela <perex@perex.cz>
11988 M:      Takashi Iwai <tiwai@suse.com>
11989 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11990 W:      http://www.alsa-project.org/
11991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11992 T:      git git://git.alsa-project.org/alsa-kernel.git
11993 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11994 S:      Maintained
11995 F:      Documentation/sound/
11996 F:      include/sound/
11997 F:      include/uapi/sound/
11998 F:      sound/
11999
12000 SOUND - COMPRESSED AUDIO
12001 M:      Vinod Koul <vinod.koul@intel.com>
12002 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12004 S:      Supported
12005 F:      Documentation/sound/alsa/compress_offload.txt
12006 F:      include/sound/compress_driver.h
12007 F:      include/uapi/sound/compress_*
12008 F:      sound/core/compress_offload.c
12009 F:      sound/soc/soc-compress.c
12010
12011 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12012 M:      Liam Girdwood <lgirdwood@gmail.com>
12013 M:      Mark Brown <broonie@kernel.org>
12014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12015 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12016 W:      http://alsa-project.org/main/index.php/ASoC
12017 S:      Supported
12018 F:      Documentation/devicetree/bindings/sound/
12019 F:      Documentation/sound/alsa/soc/
12020 F:      sound/soc/
12021 F:      include/sound/soc*
12022
12023 SOUND - DMAENGINE HELPERS
12024 M:      Lars-Peter Clausen <lars@metafoo.de>
12025 S:      Supported
12026 F:      include/sound/dmaengine_pcm.h
12027 F:      sound/core/pcm_dmaengine.c
12028 F:      sound/soc/soc-generic-dmaengine-pcm.c
12029
12030 SP2 MEDIA DRIVER
12031 M:      Olli Salonen <olli.salonen@iki.fi>
12032 L:      linux-media@vger.kernel.org
12033 W:      https://linuxtv.org
12034 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12035 S:      Maintained
12036 F:      drivers/media/dvb-frontends/sp2*
12037
12038 SPARC + UltraSPARC (sparc/sparc64)
12039 M:      "David S. Miller" <davem@davemloft.net>
12040 L:      sparclinux@vger.kernel.org
12041 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
12042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12044 S:      Maintained
12045 F:      arch/sparc/
12046 F:      drivers/sbus/
12047
12048 SPARC SERIAL DRIVERS
12049 M:      "David S. Miller" <davem@davemloft.net>
12050 L:      sparclinux@vger.kernel.org
12051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12053 S:      Maintained
12054 F:      include/linux/sunserialcore.h
12055 F:      drivers/tty/serial/suncore.c
12056 F:      drivers/tty/serial/sunhv.c
12057 F:      drivers/tty/serial/sunsab.c
12058 F:      drivers/tty/serial/sunsab.h
12059 F:      drivers/tty/serial/sunsu.c
12060 F:      drivers/tty/serial/sunzilog.c
12061 F:      drivers/tty/serial/sunzilog.h
12062
12063 SPARSE CHECKER
12064 M:      "Christopher Li" <sparse@chrisli.org>
12065 L:      linux-sparse@vger.kernel.org
12066 W:      https://sparse.wiki.kernel.org/
12067 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12068 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12069 S:      Maintained
12070 F:      include/linux/compiler.h
12071
12072 SPEAR PLATFORM SUPPORT
12073 M:      Viresh Kumar <vireshk@kernel.org>
12074 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12076 W:      http://www.st.com/spear
12077 S:      Maintained
12078 F:      arch/arm/boot/dts/spear*
12079 F:      arch/arm/mach-spear/
12080
12081 SPEAR CLOCK FRAMEWORK SUPPORT
12082 M:      Viresh Kumar <vireshk@kernel.org>
12083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12084 W:      http://www.st.com/spear
12085 S:      Maintained
12086 F:      drivers/clk/spear/
12087
12088 SPI NOR SUBSYSTEM
12089 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
12090 M:      Marek Vasut <marek.vasut@gmail.com>
12091 L:      linux-mtd@lists.infradead.org
12092 W:      http://www.linux-mtd.infradead.org/
12093 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
12094 T:      git git://github.com/spi-nor/linux.git
12095 S:      Maintained
12096 F:      drivers/mtd/spi-nor/
12097 F:      include/linux/mtd/spi-nor.h
12098
12099 SPI SUBSYSTEM
12100 M:      Mark Brown <broonie@kernel.org>
12101 L:      linux-spi@vger.kernel.org
12102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12103 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
12104 S:      Maintained
12105 F:      Documentation/devicetree/bindings/spi/
12106 F:      Documentation/spi/
12107 F:      drivers/spi/
12108 F:      include/linux/spi/
12109 F:      include/uapi/linux/spi/
12110 F:      tools/spi/
12111
12112 SPIDERNET NETWORK DRIVER for CELL
12113 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12114 L:      netdev@vger.kernel.org
12115 S:      Supported
12116 F:      Documentation/networking/spider_net.txt
12117 F:      drivers/net/ethernet/toshiba/spider_net*
12118
12119 SPU FILE SYSTEM
12120 M:      Jeremy Kerr <jk@ozlabs.org>
12121 L:      linuxppc-dev@lists.ozlabs.org
12122 W:      http://www.ibm.com/developerworks/power/cell/
12123 S:      Supported
12124 F:      Documentation/filesystems/spufs.txt
12125 F:      arch/powerpc/platforms/cell/spufs/
12126
12127 SQUASHFS FILE SYSTEM
12128 M:      Phillip Lougher <phillip@squashfs.org.uk>
12129 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
12130 W:      http://squashfs.org.uk
12131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12132 S:      Maintained
12133 F:      Documentation/filesystems/squashfs.txt
12134 F:      fs/squashfs/
12135
12136 SRM (Alpha) environment access
12137 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
12138 S:      Maintained
12139 F:      arch/alpha/kernel/srm_env.c
12140
12141 STABLE BRANCH
12142 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12143 L:      stable@vger.kernel.org
12144 S:      Supported
12145 F:      Documentation/process/stable-kernel-rules.rst
12146
12147 STAGING SUBSYSTEM
12148 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12150 L:      devel@driverdev.osuosl.org
12151 S:      Supported
12152 F:      drivers/staging/
12153
12154 STAGING - COMEDI
12155 M:      Ian Abbott <abbotti@mev.co.uk>
12156 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
12157 S:      Odd Fixes
12158 F:      drivers/staging/comedi/
12159
12160 STAGING - FLARION FT1000 DRIVERS
12161 M:      Marek Belisko <marek.belisko@gmail.com>
12162 S:      Odd Fixes
12163 F:      drivers/staging/ft1000/
12164
12165 STAGING - INDUSTRIAL IO
12166 M:      Jonathan Cameron <jic23@kernel.org>
12167 L:      linux-iio@vger.kernel.org
12168 S:      Odd Fixes
12169 F:      Documentation/devicetree/bindings/staging/iio/
12170 F:      drivers/staging/iio/
12171
12172 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12173 M:      Jarod Wilson <jarod@wilsonet.com>
12174 W:      http://www.lirc.org/
12175 S:      Odd Fixes
12176 F:      drivers/staging/media/lirc/
12177
12178 STAGING - LUSTRE PARALLEL FILESYSTEM
12179 M:      Oleg Drokin <oleg.drokin@intel.com>
12180 M:      Andreas Dilger <andreas.dilger@intel.com>
12181 M:      James Simmons <jsimmons@infradead.org>
12182 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
12183 W:      http://wiki.lustre.org/
12184 S:      Maintained
12185 F:      drivers/staging/lustre
12186
12187 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12188 M:      Marc Dietrich <marvin24@gmx.de>
12189 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
12190 L:      linux-tegra@vger.kernel.org
12191 S:      Maintained
12192 F:      drivers/staging/nvec/
12193
12194 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12195 M:      Jens Frederich <jfrederich@gmail.com>
12196 M:      Daniel Drake <dsd@laptop.org>
12197 M:      Jon Nettleton <jon.nettleton@gmail.com>
12198 W:      http://wiki.laptop.org/go/DCON
12199 S:      Maintained
12200 F:      drivers/staging/olpc_dcon/
12201
12202 STAGING - REALTEK RTL8712U DRIVERS
12203 M:      Larry Finger <Larry.Finger@lwfinger.net>
12204 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12205 S:      Odd Fixes
12206 F:      drivers/staging/rtl8712/
12207
12208 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12209 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12210 M:      Teddy Wang <teddy.wang@siliconmotion.com>
12211 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12212 L:      linux-fbdev@vger.kernel.org
12213 S:      Maintained
12214 F:      drivers/staging/sm750fb/
12215
12216 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12217 M:      William Hubbs <w.d.hubbs@gmail.com>
12218 M:      Chris Brannon <chris@the-brannons.com>
12219 M:      Kirk Reiser <kirk@reisers.ca>
12220 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
12221 L:      speakup@linux-speakup.org
12222 W:      http://www.linux-speakup.org/
12223 S:      Odd Fixes
12224 F:      drivers/staging/speakup/
12225
12226 STAGING - VIA VT665X DRIVERS
12227 M:      Forest Bond <forest@alittletooquiet.net>
12228 S:      Odd Fixes
12229 F:      drivers/staging/vt665?/
12230
12231 STAGING - WILC1000 WIFI DRIVER
12232 M:      Aditya Shankar <aditya.shankar@microchip.com>
12233 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
12234 L:      linux-wireless@vger.kernel.org
12235 S:      Supported
12236 F:      drivers/staging/wilc1000/
12237
12238 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12239 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
12240 S:      Odd Fixes
12241 F:      drivers/staging/xgifb/
12242
12243 STARFIRE/DURALAN NETWORK DRIVER
12244 M:      Ion Badulescu <ionut@badula.org>
12245 S:      Odd Fixes
12246 F:      drivers/net/ethernet/adaptec/starfire*
12247
12248 SUN3/3X
12249 M:      Sam Creasey <sammy@sammy.net>
12250 W:      http://sammy.net/sun3/
12251 S:      Maintained
12252 F:      arch/m68k/kernel/*sun3*
12253 F:      arch/m68k/sun3*/
12254 F:      arch/m68k/include/asm/sun3*
12255 F:      drivers/net/ethernet/i825xx/sun3*
12256
12257 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12258 M:      Hans de Goede <hdegoede@redhat.com>
12259 L:      linux-input@vger.kernel.org
12260 S:      Maintained
12261 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12262 F:      drivers/input/keyboard/sun4i-lradc-keys.c
12263
12264 SUNDANCE NETWORK DRIVER
12265 M:      Denis Kirjanov <kda@linux-powerpc.org>
12266 L:      netdev@vger.kernel.org
12267 S:      Maintained
12268 F:      drivers/net/ethernet/dlink/sundance.c
12269
12270 SUPERH
12271 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
12272 M:      Rich Felker <dalias@libc.org>
12273 L:      linux-sh@vger.kernel.org
12274 Q:      http://patchwork.kernel.org/project/linux-sh/list/
12275 S:      Maintained
12276 F:      Documentation/sh/
12277 F:      arch/sh/
12278 F:      drivers/sh/
12279
12280 SUSPEND TO RAM
12281 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
12282 M:      Len Brown <len.brown@intel.com>
12283 M:      Pavel Machek <pavel@ucw.cz>
12284 L:      linux-pm@vger.kernel.org
12285 B:      https://bugzilla.kernel.org
12286 S:      Supported
12287 F:      Documentation/power/
12288 F:      arch/x86/kernel/acpi/
12289 F:      drivers/base/power/
12290 F:      kernel/power/
12291 F:      include/linux/suspend.h
12292 F:      include/linux/freezer.h
12293 F:      include/linux/pm.h
12294
12295 SVGA HANDLING
12296 M:      Martin Mares <mj@ucw.cz>
12297 L:      linux-video@atrey.karlin.mff.cuni.cz
12298 S:      Maintained
12299 F:      Documentation/svga.txt
12300 F:      arch/x86/boot/video*
12301
12302 SWIOTLB SUBSYSTEM
12303 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12304 L:      linux-kernel@vger.kernel.org
12305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12306 S:      Supported
12307 F:      lib/swiotlb.c
12308 F:      arch/*/kernel/pci-swiotlb.c
12309 F:      include/linux/swiotlb.h
12310
12311 SWITCHDEV
12312 M:      Jiri Pirko <jiri@resnulli.us>
12313 M:      Ivan Vecera <ivecera@redhat.com>
12314 L:      netdev@vger.kernel.org
12315 S:      Supported
12316 F:      net/switchdev/
12317 F:      include/net/switchdev.h
12318
12319 SYNOPSYS ARC ARCHITECTURE
12320 M:      Vineet Gupta <vgupta@synopsys.com>
12321 L:      linux-snps-arc@lists.infradead.org
12322 S:      Supported
12323 F:      arch/arc/
12324 F:      Documentation/devicetree/bindings/arc/*
12325 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12326 F:      drivers/clocksource/arc_timer.c
12327 F:      drivers/tty/serial/arc_uart.c
12328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12329
12330 SYNOPSYS ARC SDP platform support
12331 M:      Alexey Brodkin <abrodkin@synopsys.com>
12332 S:      Supported
12333 F:      arch/arc/plat-axs10x
12334 F:      arch/arc/boot/dts/ax*
12335 F:      Documentation/devicetree/bindings/arc/axs10*
12336
12337 SYSTEM CONFIGURATION (SYSCON)
12338 M:      Lee Jones <lee.jones@linaro.org>
12339 M:      Arnd Bergmann <arnd@arndb.de>
12340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12341 S:      Supported
12342 F:      drivers/mfd/syscon.c
12343
12344 SYSTEM RESET/SHUTDOWN DRIVERS
12345 M:      Sebastian Reichel <sre@kernel.org>
12346 L:      linux-pm@vger.kernel.org
12347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12348 S:      Maintained
12349 F:      Documentation/devicetree/bindings/power/reset/
12350 F:      drivers/power/reset/
12351
12352 SYSV FILESYSTEM
12353 M:      Christoph Hellwig <hch@infradead.org>
12354 S:      Maintained
12355 F:      Documentation/filesystems/sysv-fs.txt
12356 F:      fs/sysv/
12357 F:      include/linux/sysv_fs.h
12358
12359 TARGET SUBSYSTEM
12360 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
12361 L:      linux-scsi@vger.kernel.org
12362 L:      target-devel@vger.kernel.org
12363 W:      http://www.linux-iscsi.org
12364 W:      http://groups.google.com/group/linux-iscsi-target-dev
12365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12366 S:      Supported
12367 F:      drivers/target/
12368 F:      include/target/
12369 F:      Documentation/target/
12370
12371 TASKSTATS STATISTICS INTERFACE
12372 M:      Balbir Singh <bsingharora@gmail.com>
12373 S:      Maintained
12374 F:      Documentation/accounting/taskstats*
12375 F:      include/linux/taskstats*
12376 F:      kernel/taskstats.c
12377
12378 TC subsystem
12379 M:      Jamal Hadi Salim <jhs@mojatatu.com>
12380 M:      Cong Wang <xiyou.wangcong@gmail.com>
12381 M:      Jiri Pirko <jiri@resnulli.us>
12382 L:      netdev@vger.kernel.org
12383 S:      Maintained
12384 F:      include/net/pkt_cls.h
12385 F:      include/net/pkt_sched.h
12386 F:      include/net/tc_act/
12387 F:      include/uapi/linux/pkt_cls.h
12388 F:      include/uapi/linux/pkt_sched.h
12389 F:      include/uapi/linux/tc_act/
12390 F:      include/uapi/linux/tc_ematch/
12391 F:      net/sched/
12392
12393 TCP LOW PRIORITY MODULE
12394 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
12395 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
12396 W:      http://tcp-lp-mod.sourceforge.net/
12397 S:      Maintained
12398 F:      net/ipv4/tcp_lp.c
12399
12400 TDA10071 MEDIA DRIVER
12401 M:      Antti Palosaari <crope@iki.fi>
12402 L:      linux-media@vger.kernel.org
12403 W:      https://linuxtv.org
12404 W:      http://palosaari.fi/linux/
12405 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12406 T:      git git://linuxtv.org/anttip/media_tree.git
12407 S:      Maintained
12408 F:      drivers/media/dvb-frontends/tda10071*
12409
12410 TDA18212 MEDIA DRIVER
12411 M:      Antti Palosaari <crope@iki.fi>
12412 L:      linux-media@vger.kernel.org
12413 W:      https://linuxtv.org
12414 W:      http://palosaari.fi/linux/
12415 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12416 T:      git git://linuxtv.org/anttip/media_tree.git
12417 S:      Maintained
12418 F:      drivers/media/tuners/tda18212*
12419
12420 TDA18218 MEDIA DRIVER
12421 M:      Antti Palosaari <crope@iki.fi>
12422 L:      linux-media@vger.kernel.org
12423 W:      https://linuxtv.org
12424 W:      http://palosaari.fi/linux/
12425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12426 T:      git git://linuxtv.org/anttip/media_tree.git
12427 S:      Maintained
12428 F:      drivers/media/tuners/tda18218*
12429
12430 TDA18271 MEDIA DRIVER
12431 M:      Michael Krufky <mkrufky@linuxtv.org>
12432 L:      linux-media@vger.kernel.org
12433 W:      https://linuxtv.org
12434 W:      http://github.com/mkrufky
12435 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12436 T:      git git://linuxtv.org/mkrufky/tuners.git
12437 S:      Maintained
12438 F:      drivers/media/tuners/tda18271*
12439
12440 TDA827x MEDIA DRIVER
12441 M:      Michael Krufky <mkrufky@linuxtv.org>
12442 L:      linux-media@vger.kernel.org
12443 W:      https://linuxtv.org
12444 W:      http://github.com/mkrufky
12445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12446 T:      git git://linuxtv.org/mkrufky/tuners.git
12447 S:      Maintained
12448 F:      drivers/media/tuners/tda8290.*
12449
12450 TDA8290 MEDIA DRIVER
12451 M:      Michael Krufky <mkrufky@linuxtv.org>
12452 L:      linux-media@vger.kernel.org
12453 W:      https://linuxtv.org
12454 W:      http://github.com/mkrufky
12455 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12456 T:      git git://linuxtv.org/mkrufky/tuners.git
12457 S:      Maintained
12458 F:      drivers/media/tuners/tda8290.*
12459
12460 TDA9840 MEDIA DRIVER
12461 M:      Hans Verkuil <hverkuil@xs4all.nl>
12462 L:      linux-media@vger.kernel.org
12463 T:      git git://linuxtv.org/media_tree.git
12464 W:      https://linuxtv.org
12465 S:      Maintained
12466 F:      drivers/media/i2c/tda9840*
12467
12468 TEA5761 TUNER DRIVER
12469 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12470 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12471 L:      linux-media@vger.kernel.org
12472 W:      https://linuxtv.org
12473 T:      git git://linuxtv.org/media_tree.git
12474 S:      Odd fixes
12475 F:      drivers/media/tuners/tea5761.*
12476
12477 TEA5767 TUNER DRIVER
12478 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12479 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12480 L:      linux-media@vger.kernel.org
12481 W:      https://linuxtv.org
12482 T:      git git://linuxtv.org/media_tree.git
12483 S:      Maintained
12484 F:      drivers/media/tuners/tea5767.*
12485
12486 TEA6415C MEDIA DRIVER
12487 M:      Hans Verkuil <hverkuil@xs4all.nl>
12488 L:      linux-media@vger.kernel.org
12489 T:      git git://linuxtv.org/media_tree.git
12490 W:      https://linuxtv.org
12491 S:      Maintained
12492 F:      drivers/media/i2c/tea6415c*
12493
12494 TEA6420 MEDIA DRIVER
12495 M:      Hans Verkuil <hverkuil@xs4all.nl>
12496 L:      linux-media@vger.kernel.org
12497 T:      git git://linuxtv.org/media_tree.git
12498 W:      https://linuxtv.org
12499 S:      Maintained
12500 F:      drivers/media/i2c/tea6420*
12501
12502 TEAM DRIVER
12503 M:      Jiri Pirko <jiri@resnulli.us>
12504 L:      netdev@vger.kernel.org
12505 S:      Supported
12506 F:      drivers/net/team/
12507 F:      include/linux/if_team.h
12508 F:      include/uapi/linux/if_team.h
12509
12510 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12511 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12512 S:      Maintained
12513 F:      arch/x86/platform/ts5500/
12514
12515 TECHNOTREND USB IR RECEIVER
12516 M:      Sean Young <sean@mess.org>
12517 L:      linux-media@vger.kernel.org
12518 S:      Maintained
12519 F:      drivers/media/rc/ttusbir.c
12520
12521 TEGRA ARCHITECTURE SUPPORT
12522 M:      Thierry Reding <thierry.reding@gmail.com>
12523 M:      Jonathan Hunter <jonathanh@nvidia.com>
12524 L:      linux-tegra@vger.kernel.org
12525 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12527 S:      Supported
12528 N:      [^a-z]tegra
12529
12530 TEGRA CLOCK DRIVER
12531 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12532 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12533 S:      Supported
12534 F:      drivers/clk/tegra/
12535
12536 TEGRA DMA DRIVERS
12537 M:      Laxman Dewangan <ldewangan@nvidia.com>
12538 M:      Jon Hunter <jonathanh@nvidia.com>
12539 S:      Supported
12540 F:      drivers/dma/tegra*
12541
12542 TEGRA I2C DRIVER
12543 M:      Laxman Dewangan <ldewangan@nvidia.com>
12544 S:      Supported
12545 F:      drivers/i2c/busses/i2c-tegra.c
12546
12547 TEGRA IOMMU DRIVERS
12548 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12549 S:      Supported
12550 F:      drivers/iommu/tegra*
12551
12552 TEGRA KBC DRIVER
12553 M:      Rakesh Iyer <riyer@nvidia.com>
12554 M:      Laxman Dewangan <ldewangan@nvidia.com>
12555 S:      Supported
12556 F:      drivers/input/keyboard/tegra-kbc.c
12557
12558 TEGRA PWM DRIVER
12559 M:      Thierry Reding <thierry.reding@gmail.com>
12560 S:      Supported
12561 F:      drivers/pwm/pwm-tegra.c
12562
12563 TEGRA SERIAL DRIVER
12564 M:      Laxman Dewangan <ldewangan@nvidia.com>
12565 S:      Supported
12566 F:      drivers/tty/serial/serial-tegra.c
12567
12568 TEGRA SPI DRIVER
12569 M:      Laxman Dewangan <ldewangan@nvidia.com>
12570 S:      Supported
12571 F:      drivers/spi/spi-tegra*
12572
12573 TEHUTI ETHERNET DRIVER
12574 M:      Andy Gospodarek <andy@greyhouse.net>
12575 L:      netdev@vger.kernel.org
12576 S:      Supported
12577 F:      drivers/net/ethernet/tehuti/*
12578
12579 Telecom Clock Driver for MCPL0010
12580 M:      Mark Gross <mark.gross@intel.com>
12581 S:      Supported
12582 F:      drivers/char/tlclk.c
12583
12584 TENSILICA XTENSA PORT (xtensa)
12585 M:      Chris Zankel <chris@zankel.net>
12586 M:      Max Filippov <jcmvbkbc@gmail.com>
12587 L:      linux-xtensa@linux-xtensa.org
12588 T:      git git://github.com/czankel/xtensa-linux.git
12589 S:      Maintained
12590 F:      arch/xtensa/
12591 F:      drivers/irqchip/irq-xtensa-*
12592
12593 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12594 M:      Nishanth Menon <nm@ti.com>
12595 M:      Tero Kristo <t-kristo@ti.com>
12596 M:      Santosh Shilimkar <ssantosh@kernel.org>
12597 L:      linux-arm-kernel@lists.infradead.org
12598 S:      Maintained
12599 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12600 F:      drivers/firmware/ti_sci*
12601 F:      include/linux/soc/ti/ti_sci_protocol.h
12602
12603 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12604 M:      Hans Verkuil <hverkuil@xs4all.nl>
12605 L:      linux-media@vger.kernel.org
12606 T:      git git://linuxtv.org/media_tree.git
12607 W:      https://linuxtv.org
12608 S:      Maintained
12609 F:      drivers/media/radio/radio-raremono.c
12610
12611 THERMAL
12612 M:      Zhang Rui <rui.zhang@intel.com>
12613 M:      Eduardo Valentin <edubezval@gmail.com>
12614 L:      linux-pm@vger.kernel.org
12615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12617 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12618 S:      Supported
12619 F:      drivers/thermal/
12620 F:      include/linux/thermal.h
12621 F:      include/uapi/linux/thermal.h
12622 F:      include/linux/cpu_cooling.h
12623 F:      Documentation/devicetree/bindings/thermal/
12624
12625 THERMAL/CPU_COOLING
12626 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12627 M:      Viresh Kumar <viresh.kumar@linaro.org>
12628 M:      Javi Merino <javi.merino@kernel.org>
12629 L:      linux-pm@vger.kernel.org
12630 S:      Supported
12631 F:      Documentation/thermal/cpu-cooling-api.txt
12632 F:      drivers/thermal/cpu_cooling.c
12633 F:      include/linux/cpu_cooling.h
12634
12635 THINKPAD ACPI EXTRAS DRIVER
12636 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12637 L:      ibm-acpi-devel@lists.sourceforge.net
12638 L:      platform-driver-x86@vger.kernel.org
12639 W:      http://ibm-acpi.sourceforge.net
12640 W:      http://thinkwiki.org/wiki/Ibm-acpi
12641 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12642 S:      Maintained
12643 F:      drivers/platform/x86/thinkpad_acpi.c
12644
12645 TI BANDGAP AND THERMAL DRIVER
12646 M:      Eduardo Valentin <edubezval@gmail.com>
12647 M:      Keerthy <j-keerthy@ti.com>
12648 L:      linux-pm@vger.kernel.org
12649 L:      linux-omap@vger.kernel.org
12650 S:      Maintained
12651 F:      drivers/thermal/ti-soc-thermal/
12652
12653 TI VPE/CAL DRIVERS
12654 M:      Benoit Parrot <bparrot@ti.com>
12655 L:      linux-media@vger.kernel.org
12656 W:      http://linuxtv.org/
12657 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12658 S:      Maintained
12659 F:      drivers/media/platform/ti-vpe/
12660
12661 TI CDCE706 CLOCK DRIVER
12662 M:      Max Filippov <jcmvbkbc@gmail.com>
12663 S:      Maintained
12664 F:      drivers/clk/clk-cdce706.c
12665
12666 TI CLOCK DRIVER
12667 M:      Tero Kristo <t-kristo@ti.com>
12668 L:      linux-omap@vger.kernel.org
12669 S:      Maintained
12670 F:      drivers/clk/ti/
12671 F:      include/linux/clk/ti.h
12672
12673 TI ETHERNET SWITCH DRIVER (CPSW)
12674 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12675 L:      linux-omap@vger.kernel.org
12676 L:      netdev@vger.kernel.org
12677 S:      Maintained
12678 F:      drivers/net/ethernet/ti/cpsw*
12679 F:      drivers/net/ethernet/ti/davinci*
12680
12681 TI FLASH MEDIA INTERFACE DRIVER
12682 M:      Alex Dubov <oakad@yahoo.com>
12683 S:      Maintained
12684 F:      drivers/misc/tifm*
12685 F:      drivers/mmc/host/tifm_sd.c
12686 F:      include/linux/tifm.h
12687
12688 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12689 M:      Santosh Shilimkar <ssantosh@kernel.org>
12690 L:      linux-kernel@vger.kernel.org
12691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12692 S:      Maintained
12693 F:      drivers/soc/ti/*
12694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12695
12696
12697 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12698 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12699 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12700 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12701 S:      Maintained
12702 F:      sound/soc/codecs/lm49453*
12703 F:      sound/soc/codecs/isabelle*
12704
12705 TI LP855x BACKLIGHT DRIVER
12706 M:      Milo Kim <milo.kim@ti.com>
12707 S:      Maintained
12708 F:      Documentation/backlight/lp855x-driver.txt
12709 F:      drivers/video/backlight/lp855x_bl.c
12710 F:      include/linux/platform_data/lp855x.h
12711
12712 TI LP8727 CHARGER DRIVER
12713 M:      Milo Kim <milo.kim@ti.com>
12714 S:      Maintained
12715 F:      drivers/power/supply/lp8727_charger.c
12716 F:      include/linux/platform_data/lp8727.h
12717
12718 TI LP8788 MFD DRIVER
12719 M:      Milo Kim <milo.kim@ti.com>
12720 S:      Maintained
12721 F:      drivers/iio/adc/lp8788_adc.c
12722 F:      drivers/leds/leds-lp8788.c
12723 F:      drivers/mfd/lp8788*.c
12724 F:      drivers/power/supply/lp8788-charger.c
12725 F:      drivers/regulator/lp8788-*.c
12726 F:      include/linux/mfd/lp8788*.h
12727
12728 TI NETCP ETHERNET DRIVER
12729 M:      Wingman Kwok <w-kwok2@ti.com>
12730 M:      Murali Karicheri <m-karicheri2@ti.com>
12731 L:      netdev@vger.kernel.org
12732 S:      Maintained
12733 F:      drivers/net/ethernet/ti/netcp*
12734
12735 TI TAS571X FAMILY ASoC CODEC DRIVER
12736 M:      Kevin Cernekee <cernekee@chromium.org>
12737 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12738 S:      Odd Fixes
12739 F:      sound/soc/codecs/tas571x*
12740
12741 TI TWL4030 SERIES SOC CODEC DRIVER
12742 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12743 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12744 S:      Maintained
12745 F:      sound/soc/codecs/twl4030*
12746
12747 TI WILINK WIRELESS DRIVERS
12748 L:      linux-wireless@vger.kernel.org
12749 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12750 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12752 S:      Orphan
12753 F:      drivers/net/wireless/ti/
12754 F:      include/linux/wl12xx.h
12755
12756 TIPC NETWORK LAYER
12757 M:      Jon Maloy <jon.maloy@ericsson.com>
12758 M:      Ying Xue <ying.xue@windriver.com>
12759 L:      netdev@vger.kernel.org (core kernel code)
12760 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12761 W:      http://tipc.sourceforge.net/
12762 S:      Maintained
12763 F:      include/uapi/linux/tipc*.h
12764 F:      net/tipc/
12765
12766 TILE ARCHITECTURE
12767 M:      Chris Metcalf <cmetcalf@mellanox.com>
12768 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12770 S:      Supported
12771 F:      arch/tile/
12772 F:      drivers/char/tile-srom.c
12773 F:      drivers/edac/tile_edac.c
12774 F:      drivers/net/ethernet/tile/
12775 F:      drivers/rtc/rtc-tile.c
12776 F:      drivers/tty/hvc/hvc_tile.c
12777 F:      drivers/tty/serial/tilegx.c
12778 F:      drivers/usb/host/*-tilegx.c
12779 F:      include/linux/usb/tilegx.h
12780
12781 TLAN NETWORK DRIVER
12782 M:      Samuel Chessman <chessman@tux.org>
12783 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12784 W:      http://sourceforge.net/projects/tlan/
12785 S:      Maintained
12786 F:      Documentation/networking/tlan.txt
12787 F:      drivers/net/ethernet/ti/tlan.*
12788
12789 TOMOYO SECURITY MODULE
12790 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12791 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12792 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12793 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12794 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12795 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12796 W:      http://tomoyo.sourceforge.jp/
12797 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12798 S:      Maintained
12799 F:      security/tomoyo/
12800
12801 TOPSTAR LAPTOP EXTRAS DRIVER
12802 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12803 L:      platform-driver-x86@vger.kernel.org
12804 S:      Maintained
12805 F:      drivers/platform/x86/topstar-laptop.c
12806
12807 TOSHIBA ACPI EXTRAS DRIVER
12808 M:      Azael Avalos <coproscefalo@gmail.com>
12809 L:      platform-driver-x86@vger.kernel.org
12810 S:      Maintained
12811 F:      drivers/platform/x86/toshiba_acpi.c
12812
12813 TOSHIBA BLUETOOTH DRIVER
12814 M:      Azael Avalos <coproscefalo@gmail.com>
12815 L:      platform-driver-x86@vger.kernel.org
12816 S:      Maintained
12817 F:      drivers/platform/x86/toshiba_bluetooth.c
12818
12819 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12820 M:      Azael Avalos <coproscefalo@gmail.com>
12821 L:      platform-driver-x86@vger.kernel.org
12822 S:      Maintained
12823 F:      drivers/platform/x86/toshiba_haps.c
12824
12825 TOSHIBA WMI HOTKEYS DRIVER
12826 M:      Azael Avalos <coproscefalo@gmail.com>
12827 L:      platform-driver-x86@vger.kernel.org
12828 S:      Maintained
12829 F:      drivers/platform/x86/toshiba-wmi.c
12830
12831 TOSHIBA SMM DRIVER
12832 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12833 W:      http://www.buzzard.org.uk/toshiba/
12834 S:      Maintained
12835 F:      drivers/char/toshiba.c
12836 F:      include/linux/toshiba.h
12837 F:      include/uapi/linux/toshiba.h
12838
12839 TOSHIBA TC358743 DRIVER
12840 M:      Mats Randgaard <matrandg@cisco.com>
12841 L:      linux-media@vger.kernel.org
12842 S:      Maintained
12843 F:      drivers/media/i2c/tc358743*
12844 F:      include/media/i2c/tc358743.h
12845
12846 TMIO/SDHI MMC DRIVER
12847 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12848 L:      linux-mmc@vger.kernel.org
12849 S:      Supported
12850 F:      drivers/mmc/host/tmio_mmc*
12851 F:      drivers/mmc/host/sh_mobile_sdhi.c
12852 F:      include/linux/mfd/tmio.h
12853
12854 TMP401 HARDWARE MONITOR DRIVER
12855 M:      Guenter Roeck <linux@roeck-us.net>
12856 L:      linux-hwmon@vger.kernel.org
12857 S:      Maintained
12858 F:      Documentation/hwmon/tmp401
12859 F:      drivers/hwmon/tmp401.c
12860
12861 TMPFS (SHMEM FILESYSTEM)
12862 M:      Hugh Dickins <hughd@google.com>
12863 L:      linux-mm@kvack.org
12864 S:      Maintained
12865 F:      include/linux/shmem_fs.h
12866 F:      mm/shmem.c
12867
12868 TM6000 VIDEO4LINUX DRIVER
12869 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12870 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12871 L:      linux-media@vger.kernel.org
12872 W:      https://linuxtv.org
12873 T:      git git://linuxtv.org/media_tree.git
12874 S:      Odd fixes
12875 F:      drivers/media/usb/tm6000/
12876 F:      Documentation/media/v4l-drivers/tm6000*
12877
12878 TW5864 VIDEO4LINUX DRIVER
12879 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12880 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12881 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12882 L:      linux-media@vger.kernel.org
12883 S:      Supported
12884 F:      drivers/media/pci/tw5864/
12885
12886 TW68 VIDEO4LINUX DRIVER
12887 M:      Hans Verkuil <hverkuil@xs4all.nl>
12888 L:      linux-media@vger.kernel.org
12889 T:      git git://linuxtv.org/media_tree.git
12890 W:      https://linuxtv.org
12891 S:      Odd Fixes
12892 F:      drivers/media/pci/tw68/
12893
12894 TW686X VIDEO4LINUX DRIVER
12895 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12896 L:      linux-media@vger.kernel.org
12897 T:      git git://linuxtv.org/media_tree.git
12898 W:      http://linuxtv.org
12899 S:      Maintained
12900 F:      drivers/media/pci/tw686x/
12901
12902 TPM DEVICE DRIVER
12903 M:      Peter Huewe <peterhuewe@gmx.de>
12904 M:      Marcel Selhorst <tpmdd@selhorst.net>
12905 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12906 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12907 W:      http://tpmdd.sourceforge.net
12908 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12909 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12910 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12911 S:      Maintained
12912 F:      drivers/char/tpm/
12913
12914 TPM IBM_VTPM DEVICE DRIVER
12915 M:      Ashley Lai <ashleydlai@gmail.com>
12916 W:      http://tpmdd.sourceforge.net
12917 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12918 S:      Maintained
12919 F:      drivers/char/tpm/tpm_ibmvtpm*
12920
12921 TRACING
12922 M:      Steven Rostedt <rostedt@goodmis.org>
12923 M:      Ingo Molnar <mingo@redhat.com>
12924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12925 S:      Maintained
12926 F:      Documentation/trace/ftrace.txt
12927 F:      arch/*/*/*/ftrace.h
12928 F:      arch/*/kernel/ftrace.c
12929 F:      include/*/ftrace.h
12930 F:      include/linux/trace*.h
12931 F:      include/trace/
12932 F:      kernel/trace/
12933 F:      tools/testing/selftests/ftrace/
12934
12935 TRACING MMIO ACCESSES (MMIOTRACE)
12936 M:      Steven Rostedt <rostedt@goodmis.org>
12937 M:      Ingo Molnar <mingo@kernel.org>
12938 R:      Karol Herbst <karolherbst@gmail.com>
12939 R:      Pekka Paalanen <ppaalanen@gmail.com>
12940 S:      Maintained
12941 L:      linux-kernel@vger.kernel.org
12942 L:      nouveau@lists.freedesktop.org
12943 F:      kernel/trace/trace_mmiotrace.c
12944 F:      include/linux/mmiotrace.h
12945 F:      arch/x86/mm/kmmio.c
12946 F:      arch/x86/mm/mmio-mod.c
12947 F:      arch/x86/mm/testmmiotrace.c
12948
12949 TRIVIAL PATCHES
12950 M:      Jiri Kosina <trivial@kernel.org>
12951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12952 S:      Maintained
12953 K:      ^Subject:.*(?i)trivial
12954
12955 TTY LAYER
12956 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12957 M:      Jiri Slaby <jslaby@suse.com>
12958 S:      Supported
12959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12960 F:      Documentation/serial/
12961 F:      drivers/tty/
12962 F:      drivers/tty/serial/serial_core.c
12963 F:      include/linux/serial_core.h
12964 F:      include/linux/serial.h
12965 F:      include/linux/tty.h
12966 F:      include/uapi/linux/serial_core.h
12967 F:      include/uapi/linux/serial.h
12968 F:      include/uapi/linux/tty.h
12969
12970 TUA9001 MEDIA DRIVER
12971 M:      Antti Palosaari <crope@iki.fi>
12972 L:      linux-media@vger.kernel.org
12973 W:      https://linuxtv.org
12974 W:      http://palosaari.fi/linux/
12975 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12976 T:      git git://linuxtv.org/anttip/media_tree.git
12977 S:      Maintained
12978 F:      drivers/media/tuners/tua9001*
12979
12980 TULIP NETWORK DRIVERS
12981 L:      netdev@vger.kernel.org
12982 L:      linux-parisc@vger.kernel.org
12983 S:      Orphan
12984 F:      drivers/net/ethernet/dec/tulip/
12985
12986 TUN/TAP driver
12987 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12988 W:      http://vtun.sourceforge.net/tun
12989 S:      Maintained
12990 F:      Documentation/networking/tuntap.txt
12991 F:      arch/um/os-Linux/drivers/
12992
12993 TURBOCHANNEL SUBSYSTEM
12994 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12995 M:      Ralf Baechle <ralf@linux-mips.org>
12996 L:      linux-mips@linux-mips.org
12997 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12998 S:      Maintained
12999 F:      drivers/tc/
13000 F:      include/linux/tc.h
13001
13002 UBI FILE SYSTEM (UBIFS)
13003 M:      Richard Weinberger <richard@nod.at>
13004 M:      Artem Bityutskiy <dedekind1@gmail.com>
13005 M:      Adrian Hunter <adrian.hunter@intel.com>
13006 L:      linux-mtd@lists.infradead.org
13007 T:      git git://git.infradead.org/ubifs-2.6.git
13008 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
13009 S:      Supported
13010 F:      Documentation/filesystems/ubifs.txt
13011 F:      fs/ubifs/
13012
13013 UCLINUX (M68KNOMMU AND COLDFIRE)
13014 M:      Greg Ungerer <gerg@linux-m68k.org>
13015 W:      http://www.linux-m68k.org/
13016 W:      http://www.uclinux.org/
13017 L:      linux-m68k@lists.linux-m68k.org
13018 L:      uclinux-dev@uclinux.org  (subscribers-only)
13019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13020 S:      Maintained
13021 F:      arch/m68k/coldfire/
13022 F:      arch/m68k/68*/
13023 F:      arch/m68k/*/*_no.*
13024 F:      arch/m68k/include/asm/*_no.*
13025
13026 UDF FILESYSTEM
13027 M:      Jan Kara <jack@suse.com>
13028 S:      Maintained
13029 F:      Documentation/filesystems/udf.txt
13030 F:      fs/udf/
13031
13032 UDRAW TABLET
13033 M:      Bastien Nocera <hadess@hadess.net>
13034 L:      linux-input@vger.kernel.org
13035 S:      Maintained
13036 F:      drivers/hid/hid-udraw.c
13037
13038 UFS FILESYSTEM
13039 M:      Evgeniy Dushistov <dushistov@mail.ru>
13040 S:      Maintained
13041 F:      Documentation/filesystems/ufs.txt
13042 F:      fs/ufs/
13043
13044 UHID USERSPACE HID IO DRIVER:
13045 M:      David Herrmann <dh.herrmann@googlemail.com>
13046 L:      linux-input@vger.kernel.org
13047 S:      Maintained
13048 F:      drivers/hid/uhid.c
13049 F:      include/uapi/linux/uhid.h
13050
13051 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13052 L:      linux-usb@vger.kernel.org
13053 S:      Orphan
13054 F:      drivers/uwb/
13055 F:      include/linux/uwb.h
13056 F:      include/linux/uwb/
13057
13058 UNICORE32 ARCHITECTURE:
13059 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
13060 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
13061 S:      Maintained
13062 T:      git git://github.com/gxt/linux.git
13063 F:      arch/unicore32/
13064
13065 UNIFDEF
13066 M:      Tony Finch <dot@dotat.at>
13067 W:      http://dotat.at/prog/unifdef
13068 S:      Maintained
13069 F:      scripts/unifdef.c
13070
13071 UNIFORM CDROM DRIVER
13072 M:      Jens Axboe <axboe@kernel.dk>
13073 W:      http://www.kernel.dk
13074 S:      Maintained
13075 F:      Documentation/cdrom/
13076 F:      drivers/cdrom/cdrom.c
13077 F:      include/linux/cdrom.h
13078 F:      include/uapi/linux/cdrom.h
13079
13080 UNISYS S-PAR DRIVERS
13081 M:      David Kershner <david.kershner@unisys.com>
13082 L:      sparmaintainer@unisys.com (Unisys internal)
13083 S:      Supported
13084 F:      drivers/staging/unisys/
13085
13086 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13087 M:      Vinayak Holikatti <vinholikatti@gmail.com>
13088 L:      linux-scsi@vger.kernel.org
13089 S:      Supported
13090 F:      Documentation/scsi/ufs.txt
13091 F:      drivers/scsi/ufs/
13092
13093 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13094 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
13095 M:      Prabu Thangamuthu <prabut@synopsys.com>
13096 L:      linux-scsi@vger.kernel.org
13097 S:      Supported
13098 F:      drivers/scsi/ufs/*dwc*
13099
13100 UNSORTED BLOCK IMAGES (UBI)
13101 M:      Artem Bityutskiy <dedekind1@gmail.com>
13102 M:      Richard Weinberger <richard@nod.at>
13103 W:      http://www.linux-mtd.infradead.org/
13104 L:      linux-mtd@lists.infradead.org
13105 T:      git git://git.infradead.org/ubifs-2.6.git
13106 S:      Supported
13107 F:      drivers/mtd/ubi/
13108 F:      include/linux/mtd/ubi.h
13109 F:      include/uapi/mtd/ubi-user.h
13110
13111 USB ACM DRIVER
13112 M:      Oliver Neukum <oneukum@suse.com>
13113 L:      linux-usb@vger.kernel.org
13114 S:      Maintained
13115 F:      Documentation/usb/acm.txt
13116 F:      drivers/usb/class/cdc-acm.*
13117
13118 USB AR5523 WIRELESS DRIVER
13119 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
13120 L:      linux-wireless@vger.kernel.org
13121 S:      Maintained
13122 F:      drivers/net/wireless/ath/ar5523/
13123
13124 USB ATTACHED SCSI
13125 M:      Oliver Neukum <oneukum@suse.com>
13126 L:      linux-usb@vger.kernel.org
13127 L:      linux-scsi@vger.kernel.org
13128 S:      Maintained
13129 F:      drivers/usb/storage/uas.c
13130
13131 USB CDC ETHERNET DRIVER
13132 M:      Oliver Neukum <oliver@neukum.org>
13133 L:      linux-usb@vger.kernel.org
13134 S:      Maintained
13135 F:      drivers/net/usb/cdc_*.c
13136 F:      include/uapi/linux/usb/cdc.h
13137
13138 USB CHAOSKEY DRIVER
13139 M:      Keith Packard <keithp@keithp.com>
13140 L:      linux-usb@vger.kernel.org
13141 S:      Maintained
13142 F:      drivers/usb/misc/chaoskey.c
13143
13144 USB CYPRESS C67X00 DRIVER
13145 M:      Peter Korsgaard <jacmet@sunsite.dk>
13146 L:      linux-usb@vger.kernel.org
13147 S:      Maintained
13148 F:      drivers/usb/c67x00/
13149
13150 USB DAVICOM DM9601 DRIVER
13151 M:      Peter Korsgaard <jacmet@sunsite.dk>
13152 L:      netdev@vger.kernel.org
13153 W:      http://www.linux-usb.org/usbnet
13154 S:      Maintained
13155 F:      drivers/net/usb/dm9601.c
13156
13157 USB DIAMOND RIO500 DRIVER
13158 M:      Cesar Miquel <miquel@df.uba.ar>
13159 L:      rio500-users@lists.sourceforge.net
13160 W:      http://rio500.sourceforge.net
13161 S:      Maintained
13162 F:      drivers/usb/misc/rio500*
13163
13164 USB EHCI DRIVER
13165 M:      Alan Stern <stern@rowland.harvard.edu>
13166 L:      linux-usb@vger.kernel.org
13167 S:      Maintained
13168 F:      Documentation/usb/ehci.txt
13169 F:      drivers/usb/host/ehci*
13170
13171 USB GADGET/PERIPHERAL SUBSYSTEM
13172 M:      Felipe Balbi <balbi@kernel.org>
13173 L:      linux-usb@vger.kernel.org
13174 W:      http://www.linux-usb.org/gadget
13175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13176 S:      Maintained
13177 F:      drivers/usb/gadget/
13178 F:      include/linux/usb/gadget*
13179
13180 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13181 M:      Jiri Kosina <jikos@kernel.org>
13182 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
13183 L:      linux-usb@vger.kernel.org
13184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13185 S:      Maintained
13186 F:      Documentation/hid/hiddev.txt
13187 F:      drivers/hid/usbhid/
13188
13189 USB ISP116X DRIVER
13190 M:      Olav Kongas <ok@artecdesign.ee>
13191 L:      linux-usb@vger.kernel.org
13192 S:      Maintained
13193 F:      drivers/usb/host/isp116x*
13194 F:      include/linux/usb/isp116x.h
13195
13196 USB LAN78XX ETHERNET DRIVER
13197 M:      Woojung Huh <woojung.huh@microchip.com>
13198 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13199 L:      netdev@vger.kernel.org
13200 S:      Maintained
13201 F:      drivers/net/usb/lan78xx.*
13202
13203 USB MASS STORAGE DRIVER
13204 M:      Alan Stern <stern@rowland.harvard.edu>
13205 L:      linux-usb@vger.kernel.org
13206 L:      usb-storage@lists.one-eyed-alien.net
13207 S:      Maintained
13208 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
13209 F:      drivers/usb/storage/
13210
13211 USB MIDI DRIVER
13212 M:      Clemens Ladisch <clemens@ladisch.de>
13213 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13214 T:      git git://git.alsa-project.org/alsa-kernel.git
13215 S:      Maintained
13216 F:      sound/usb/midi.*
13217
13218 USB NETWORKING DRIVERS
13219 L:      linux-usb@vger.kernel.org
13220 S:      Odd Fixes
13221 F:      drivers/net/usb/
13222
13223 USB OHCI DRIVER
13224 M:      Alan Stern <stern@rowland.harvard.edu>
13225 L:      linux-usb@vger.kernel.org
13226 S:      Maintained
13227 F:      Documentation/usb/ohci.txt
13228 F:      drivers/usb/host/ohci*
13229
13230 USB OTG FSM (Finite State Machine)
13231 M:      Peter Chen <Peter.Chen@nxp.com>
13232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13233 L:      linux-usb@vger.kernel.org
13234 S:      Maintained
13235 F:      drivers/usb/common/usb-otg-fsm.c
13236
13237 USB OVER IP DRIVER
13238 M:      Valentina Manea <valentina.manea.m@gmail.com>
13239 M:      Shuah Khan <shuahkh@osg.samsung.com>
13240 M:      Shuah Khan <shuah@kernel.org>
13241 L:      linux-usb@vger.kernel.org
13242 S:      Maintained
13243 F:      Documentation/usb/usbip_protocol.txt
13244 F:      drivers/usb/usbip/
13245 F:      tools/usb/usbip/
13246
13247 USB PEGASUS DRIVER
13248 M:      Petko Manolov <petkan@nucleusys.com>
13249 L:      linux-usb@vger.kernel.org
13250 L:      netdev@vger.kernel.org
13251 T:      git git://github.com/petkan/pegasus.git
13252 W:      https://github.com/petkan/pegasus
13253 S:      Maintained
13254 F:      drivers/net/usb/pegasus.*
13255
13256 USB PHY LAYER
13257 M:      Felipe Balbi <balbi@kernel.org>
13258 L:      linux-usb@vger.kernel.org
13259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13260 S:      Maintained
13261 F:      drivers/usb/phy/
13262
13263 USB PRINTER DRIVER (usblp)
13264 M:      Pete Zaitcev <zaitcev@redhat.com>
13265 L:      linux-usb@vger.kernel.org
13266 S:      Supported
13267 F:      drivers/usb/class/usblp.c
13268
13269 USB QMI WWAN NETWORK DRIVER
13270 M:      Bjørn Mork <bjorn@mork.no>
13271 L:      netdev@vger.kernel.org
13272 S:      Maintained
13273 F:      Documentation/ABI/testing/sysfs-class-net-qmi
13274 F:      drivers/net/usb/qmi_wwan.c
13275
13276 USB RTL8150 DRIVER
13277 M:      Petko Manolov <petkan@nucleusys.com>
13278 L:      linux-usb@vger.kernel.org
13279 L:      netdev@vger.kernel.org
13280 T:      git git://github.com/petkan/rtl8150.git
13281 W:      https://github.com/petkan/rtl8150
13282 S:      Maintained
13283 F:      drivers/net/usb/rtl8150.c
13284
13285 USB SERIAL SUBSYSTEM
13286 M:      Johan Hovold <johan@kernel.org>
13287 L:      linux-usb@vger.kernel.org
13288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13289 S:      Maintained
13290 F:      Documentation/usb/usb-serial.txt
13291 F:      drivers/usb/serial/
13292 F:      include/linux/usb/serial.h
13293
13294 USB SMSC75XX ETHERNET DRIVER
13295 M:      Steve Glendinning <steve.glendinning@shawell.net>
13296 L:      netdev@vger.kernel.org
13297 S:      Maintained
13298 F:      drivers/net/usb/smsc75xx.*
13299
13300 USB SMSC95XX ETHERNET DRIVER
13301 M:      Steve Glendinning <steve.glendinning@shawell.net>
13302 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13303 L:      netdev@vger.kernel.org
13304 S:      Maintained
13305 F:      drivers/net/usb/smsc95xx.*
13306
13307 USB SUBSYSTEM
13308 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13309 L:      linux-usb@vger.kernel.org
13310 W:      http://www.linux-usb.org
13311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13312 S:      Supported
13313 F:      Documentation/devicetree/bindings/usb/
13314 F:      Documentation/usb/
13315 F:      drivers/usb/
13316 F:      include/linux/usb.h
13317 F:      include/linux/usb/
13318
13319 USB TYPEC SUBSYSTEM
13320 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13321 L:      linux-usb@vger.kernel.org
13322 S:      Maintained
13323 F:      Documentation/ABI/testing/sysfs-class-typec
13324 F:      Documentation/usb/typec.rst
13325 F:      drivers/usb/typec/
13326 F:      include/linux/usb/typec.h
13327
13328 USB UHCI DRIVER
13329 M:      Alan Stern <stern@rowland.harvard.edu>
13330 L:      linux-usb@vger.kernel.org
13331 S:      Maintained
13332 F:      drivers/usb/host/uhci*
13333
13334 USB "USBNET" DRIVER FRAMEWORK
13335 M:      Oliver Neukum <oneukum@suse.com>
13336 L:      netdev@vger.kernel.org
13337 W:      http://www.linux-usb.org/usbnet
13338 S:      Maintained
13339 F:      drivers/net/usb/usbnet.c
13340 F:      include/linux/usb/usbnet.h
13341
13342 USB VIDEO CLASS
13343 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13344 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
13345 L:      linux-media@vger.kernel.org
13346 T:      git git://linuxtv.org/media_tree.git
13347 W:      http://www.ideasonboard.org/uvc/
13348 S:      Maintained
13349 F:      drivers/media/usb/uvc/
13350 F:      include/uapi/linux/uvcvideo.h
13351
13352 USB VISION DRIVER
13353 M:      Hans Verkuil <hverkuil@xs4all.nl>
13354 L:      linux-media@vger.kernel.org
13355 T:      git git://linuxtv.org/media_tree.git
13356 W:      https://linuxtv.org
13357 S:      Odd Fixes
13358 F:      drivers/media/usb/usbvision/
13359
13360 USB WEBCAM GADGET
13361 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13362 L:      linux-usb@vger.kernel.org
13363 S:      Maintained
13364 F:      drivers/usb/gadget/function/*uvc*
13365 F:      drivers/usb/gadget/legacy/webcam.c
13366
13367 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13368 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
13369 L:      linux-wireless@vger.kernel.org
13370 S:      Maintained
13371 F:      drivers/net/wireless/rndis_wlan.c
13372
13373 USB XHCI DRIVER
13374 M:      Mathias Nyman <mathias.nyman@intel.com>
13375 L:      linux-usb@vger.kernel.org
13376 S:      Supported
13377 F:      drivers/usb/host/xhci*
13378 F:      drivers/usb/host/pci-quirks*
13379
13380 USB ZD1201 DRIVER
13381 L:      linux-wireless@vger.kernel.org
13382 W:      http://linux-lc100020.sourceforge.net
13383 S:      Orphan
13384 F:      drivers/net/wireless/zydas/zd1201.*
13385
13386 USB ZR364XX DRIVER
13387 M:      Antoine Jacquet <royale@zerezo.com>
13388 L:      linux-usb@vger.kernel.org
13389 L:      linux-media@vger.kernel.org
13390 T:      git git://linuxtv.org/media_tree.git
13391 W:      http://royale.zerezo.com/zr364xx/
13392 S:      Maintained
13393 F:      Documentation/media/v4l-drivers/zr364xx*
13394 F:      drivers/media/usb/zr364xx/
13395
13396 ULPI BUS
13397 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13398 L:      linux-usb@vger.kernel.org
13399 S:      Maintained
13400 F:      drivers/usb/common/ulpi.c
13401 F:      include/linux/ulpi/
13402
13403 USER-MODE LINUX (UML)
13404 M:      Jeff Dike <jdike@addtoit.com>
13405 M:      Richard Weinberger <richard@nod.at>
13406 L:      user-mode-linux-devel@lists.sourceforge.net
13407 L:      user-mode-linux-user@lists.sourceforge.net
13408 W:      http://user-mode-linux.sourceforge.net
13409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13410 S:      Maintained
13411 F:      Documentation/virtual/uml/
13412 F:      arch/um/
13413 F:      arch/x86/um/
13414 F:      fs/hostfs/
13415 F:      fs/hppfs/
13416
13417 USERSPACE I/O (UIO)
13418 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13419 S:      Maintained
13420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13421 F:      Documentation/driver-api/uio-howto.rst
13422 F:      drivers/uio/
13423 F:      include/linux/uio*.h
13424
13425 UTIL-LINUX PACKAGE
13426 M:      Karel Zak <kzak@redhat.com>
13427 L:      util-linux@vger.kernel.org
13428 W:      http://en.wikipedia.org/wiki/Util-linux
13429 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13430 S:      Maintained
13431
13432 UVESAFB DRIVER
13433 M:      Michal Januszewski <spock@gentoo.org>
13434 L:      linux-fbdev@vger.kernel.org
13435 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13436 S:      Maintained
13437 F:      Documentation/fb/uvesafb.txt
13438 F:      drivers/video/fbdev/uvesafb.*
13439
13440 VF610 NAND DRIVER
13441 M:      Stefan Agner <stefan@agner.ch>
13442 L:      linux-mtd@lists.infradead.org
13443 S:      Supported
13444 F:      drivers/mtd/nand/vf610_nfc.c
13445
13446 VFAT/FAT/MSDOS FILESYSTEM
13447 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13448 S:      Maintained
13449 F:      Documentation/filesystems/vfat.txt
13450 F:      fs/fat/
13451
13452 VFIO DRIVER
13453 M:      Alex Williamson <alex.williamson@redhat.com>
13454 L:      kvm@vger.kernel.org
13455 T:      git git://github.com/awilliam/linux-vfio.git
13456 S:      Maintained
13457 F:      Documentation/vfio.txt
13458 F:      drivers/vfio/
13459 F:      include/linux/vfio.h
13460 F:      include/uapi/linux/vfio.h
13461
13462 VFIO MEDIATED DEVICE DRIVERS
13463 M:      Kirti Wankhede <kwankhede@nvidia.com>
13464 L:      kvm@vger.kernel.org
13465 S:      Maintained
13466 F:      Documentation/vfio-mediated-device.txt
13467 F:      drivers/vfio/mdev/
13468 F:      include/linux/mdev.h
13469 F:      samples/vfio-mdev/
13470
13471 VFIO PLATFORM DRIVER
13472 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
13473 L:      kvm@vger.kernel.org
13474 S:      Maintained
13475 F:      drivers/vfio/platform/
13476
13477 VGA_SWITCHEROO
13478 R:      Lukas Wunner <lukas@wunner.de>
13479 S:      Maintained
13480 F:      Documentation/gpu/vga-switcheroo.rst
13481 F:      drivers/gpu/vga/vga_switcheroo.c
13482 F:      include/linux/vga_switcheroo.h
13483 T:      git git://anongit.freedesktop.org/drm/drm-misc
13484
13485 VIDEOBUF2 FRAMEWORK
13486 M:      Pawel Osciak <pawel@osciak.com>
13487 M:      Marek Szyprowski <m.szyprowski@samsung.com>
13488 M:      Kyungmin Park <kyungmin.park@samsung.com>
13489 L:      linux-media@vger.kernel.org
13490 S:      Maintained
13491 F:      drivers/media/v4l2-core/videobuf2-*
13492 F:      include/media/videobuf2-*
13493
13494 VIRTIO AND VHOST VSOCK DRIVER
13495 M:      Stefan Hajnoczi <stefanha@redhat.com>
13496 L:      kvm@vger.kernel.org
13497 L:      virtualization@lists.linux-foundation.org
13498 L:      netdev@vger.kernel.org
13499 S:      Maintained
13500 F:      include/linux/virtio_vsock.h
13501 F:      include/uapi/linux/virtio_vsock.h
13502 F:      include/uapi/linux/vsockmon.h
13503 F:      net/vmw_vsock/af_vsock_tap.c
13504 F:      net/vmw_vsock/virtio_transport_common.c
13505 F:      net/vmw_vsock/virtio_transport.c
13506 F:      drivers/net/vsockmon.c
13507 F:      drivers/vhost/vsock.c
13508 F:      drivers/vhost/vsock.h
13509
13510 VIRTUAL SERIO DEVICE DRIVER
13511 M:      Stephen Chandler Paul <thatslyude@gmail.com>
13512 S:      Maintained
13513 F:      drivers/input/serio/userio.c
13514 F:      include/uapi/linux/userio.h
13515
13516 VIRTIO CONSOLE DRIVER
13517 M:      Amit Shah <amit@kernel.org>
13518 L:      virtualization@lists.linux-foundation.org
13519 S:      Maintained
13520 F:      drivers/char/virtio_console.c
13521 F:      include/linux/virtio_console.h
13522 F:      include/uapi/linux/virtio_console.h
13523
13524 VIRTIO CORE, NET AND BLOCK DRIVERS
13525 M:      "Michael S. Tsirkin" <mst@redhat.com>
13526 M:      Jason Wang <jasowang@redhat.com>
13527 L:      virtualization@lists.linux-foundation.org
13528 S:      Maintained
13529 F:      Documentation/devicetree/bindings/virtio/
13530 F:      drivers/virtio/
13531 F:      tools/virtio/
13532 F:      drivers/net/virtio_net.c
13533 F:      drivers/block/virtio_blk.c
13534 F:      include/linux/virtio*.h
13535 F:      include/uapi/linux/virtio_*.h
13536 F:      drivers/crypto/virtio/
13537
13538 VIRTIO DRIVERS FOR S390
13539 M:      Christian Borntraeger <borntraeger@de.ibm.com>
13540 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
13541 L:      linux-s390@vger.kernel.org
13542 L:      virtualization@lists.linux-foundation.org
13543 L:      kvm@vger.kernel.org
13544 S:      Supported
13545 F:      drivers/s390/virtio/
13546
13547 VIRTIO GPU DRIVER
13548 M:      David Airlie <airlied@linux.ie>
13549 M:      Gerd Hoffmann <kraxel@redhat.com>
13550 L:      dri-devel@lists.freedesktop.org
13551 L:      virtualization@lists.linux-foundation.org
13552 T:      git git://anongit.freedesktop.org/drm/drm-misc
13553 S:      Maintained
13554 F:      drivers/gpu/drm/virtio/
13555 F:      include/uapi/linux/virtio_gpu.h
13556
13557 VIRTIO HOST (VHOST)
13558 M:      "Michael S. Tsirkin" <mst@redhat.com>
13559 M:      Jason Wang <jasowang@redhat.com>
13560 L:      kvm@vger.kernel.org
13561 L:      virtualization@lists.linux-foundation.org
13562 L:      netdev@vger.kernel.org
13563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13564 S:      Maintained
13565 F:      drivers/vhost/
13566 F:      include/uapi/linux/vhost.h
13567
13568 VIRTIO INPUT DRIVER
13569 M:      Gerd Hoffmann <kraxel@redhat.com>
13570 S:      Maintained
13571 F:      drivers/virtio/virtio_input.c
13572 F:      include/uapi/linux/virtio_input.h
13573
13574 VIRTIO CRYPTO DRIVER
13575 M:  Gonglei <arei.gonglei@huawei.com>
13576 L:  virtualization@lists.linux-foundation.org
13577 L:  linux-crypto@vger.kernel.org
13578 S:  Maintained
13579 F:  drivers/crypto/virtio/
13580 F:  include/uapi/linux/virtio_crypto.h
13581
13582 VIA RHINE NETWORK DRIVER
13583 S:      Orphan
13584 F:      drivers/net/ethernet/via/via-rhine.c
13585
13586 VIA SD/MMC CARD CONTROLLER DRIVER
13587 M:      Bruce Chang <brucechang@via.com.tw>
13588 M:      Harald Welte <HaraldWelte@viatech.com>
13589 S:      Maintained
13590 F:      drivers/mmc/host/via-sdmmc.c
13591
13592 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13593 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13594 L:      linux-fbdev@vger.kernel.org
13595 S:      Maintained
13596 F:      include/linux/via-core.h
13597 F:      include/linux/via-gpio.h
13598 F:      include/linux/via_i2c.h
13599 F:      drivers/video/fbdev/via/
13600
13601 VIA VELOCITY NETWORK DRIVER
13602 M:      Francois Romieu <romieu@fr.zoreil.com>
13603 L:      netdev@vger.kernel.org
13604 S:      Maintained
13605 F:      drivers/net/ethernet/via/via-velocity.*
13606
13607 VIRT LIB
13608 M:      Alex Williamson <alex.williamson@redhat.com>
13609 M:      Paolo Bonzini <pbonzini@redhat.com>
13610 L:      kvm@vger.kernel.org
13611 S:      Supported
13612 F:      virt/lib/
13613
13614 VIVID VIRTUAL VIDEO DRIVER
13615 M:      Hans Verkuil <hverkuil@xs4all.nl>
13616 L:      linux-media@vger.kernel.org
13617 T:      git git://linuxtv.org/media_tree.git
13618 W:      https://linuxtv.org
13619 S:      Maintained
13620 F:      drivers/media/platform/vivid/*
13621
13622 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
13623 M:      Helen Koike <helen.koike@collabora.com>
13624 L:      linux-media@vger.kernel.org
13625 T:      git git://linuxtv.org/media_tree.git
13626 W:      https://linuxtv.org
13627 S:      Maintained
13628 F:      drivers/media/platform/vimc/*
13629
13630 VLYNQ BUS
13631 M:      Florian Fainelli <f.fainelli@gmail.com>
13632 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13633 S:      Maintained
13634 F:      drivers/vlynq/vlynq.c
13635 F:      include/linux/vlynq.h
13636
13637 VME SUBSYSTEM
13638 M:      Martyn Welch <martyn@welchs.me.uk>
13639 M:      Manohar Vanga <manohar.vanga@gmail.com>
13640 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13641 L:      devel@driverdev.osuosl.org
13642 S:      Maintained
13643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13644 F:      Documentation/driver-api/vme.rst
13645 F:      drivers/staging/vme/
13646 F:      drivers/vme/
13647 F:      include/linux/vme*
13648
13649 VMWARE HYPERVISOR INTERFACE
13650 M:      Alok Kataria <akataria@vmware.com>
13651 L:      virtualization@lists.linux-foundation.org
13652 S:      Supported
13653 F:      arch/x86/kernel/cpu/vmware.c
13654
13655 VMWARE BALLOON DRIVER
13656 M:      Xavier Deguillard <xdeguillard@vmware.com>
13657 M:      Philip Moltmann <moltmann@vmware.com>
13658 M:      "VMware, Inc." <pv-drivers@vmware.com>
13659 L:      linux-kernel@vger.kernel.org
13660 S:      Maintained
13661 F:      drivers/misc/vmw_balloon.c
13662
13663 VMWARE VMMOUSE SUBDRIVER
13664 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13665 M:      "VMware, Inc." <pv-drivers@vmware.com>
13666 L:      linux-input@vger.kernel.org
13667 S:      Maintained
13668 F:      drivers/input/mouse/vmmouse.c
13669 F:      drivers/input/mouse/vmmouse.h
13670
13671 VMWARE VMXNET3 ETHERNET DRIVER
13672 M:      Shrikrishna Khare <skhare@vmware.com>
13673 M:      "VMware, Inc." <pv-drivers@vmware.com>
13674 L:      netdev@vger.kernel.org
13675 S:      Maintained
13676 F:      drivers/net/vmxnet3/
13677
13678 VMware PVSCSI driver
13679 M:      Jim Gill <jgill@vmware.com>
13680 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13681 L:      linux-scsi@vger.kernel.org
13682 S:      Maintained
13683 F:      drivers/scsi/vmw_pvscsi.c
13684 F:      drivers/scsi/vmw_pvscsi.h
13685
13686 VMWARE PVRDMA DRIVER
13687 M:      Adit Ranadive <aditr@vmware.com>
13688 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13689 L:      linux-rdma@vger.kernel.org
13690 S:      Maintained
13691 F:      drivers/infiniband/hw/vmw_pvrdma/
13692
13693 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13694 M:      Liam Girdwood <lgirdwood@gmail.com>
13695 M:      Mark Brown <broonie@kernel.org>
13696 L:      linux-kernel@vger.kernel.org
13697 W:      http://www.slimlogic.co.uk/?p=48
13698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13699 S:      Supported
13700 F:      Documentation/devicetree/bindings/regulator/
13701 F:      drivers/regulator/
13702 F:      include/dt-bindings/regulator/
13703 F:      include/linux/regulator/
13704
13705 VRF
13706 M:      David Ahern <dsa@cumulusnetworks.com>
13707 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13708 L:      netdev@vger.kernel.org
13709 S:      Maintained
13710 F:      drivers/net/vrf.c
13711 F:      Documentation/networking/vrf.txt
13712
13713 VT1211 HARDWARE MONITOR DRIVER
13714 M:      Juerg Haefliger <juergh@gmail.com>
13715 L:      linux-hwmon@vger.kernel.org
13716 S:      Maintained
13717 F:      Documentation/hwmon/vt1211
13718 F:      drivers/hwmon/vt1211.c
13719
13720 VT8231 HARDWARE MONITOR DRIVER
13721 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13722 L:      linux-hwmon@vger.kernel.org
13723 S:      Maintained
13724 F:      drivers/hwmon/vt8231.c
13725
13726 VUB300 USB to SDIO/SD/MMC bridge chip
13727 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13728 L:      linux-mmc@vger.kernel.org
13729 L:      linux-usb@vger.kernel.org
13730 S:      Supported
13731 F:      drivers/mmc/host/vub300.c
13732
13733 W1 DALLAS'S 1-WIRE BUS
13734 M:      Evgeniy Polyakov <zbr@ioremap.net>
13735 S:      Maintained
13736 F:      Documentation/w1/
13737 F:      drivers/w1/
13738
13739 W83791D HARDWARE MONITORING DRIVER
13740 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13741 L:      linux-hwmon@vger.kernel.org
13742 S:      Maintained
13743 F:      Documentation/hwmon/w83791d
13744 F:      drivers/hwmon/w83791d.c
13745
13746 W83793 HARDWARE MONITORING DRIVER
13747 M:      Rudolf Marek <r.marek@assembler.cz>
13748 L:      linux-hwmon@vger.kernel.org
13749 S:      Maintained
13750 F:      Documentation/hwmon/w83793
13751 F:      drivers/hwmon/w83793.c
13752
13753 W83795 HARDWARE MONITORING DRIVER
13754 M:      Jean Delvare <jdelvare@suse.com>
13755 L:      linux-hwmon@vger.kernel.org
13756 S:      Maintained
13757 F:      drivers/hwmon/w83795.c
13758
13759 W83L51xD SD/MMC CARD INTERFACE DRIVER
13760 M:      Pierre Ossman <pierre@ossman.eu>
13761 S:      Maintained
13762 F:      drivers/mmc/host/wbsd.*
13763
13764 WACOM PROTOCOL 4 SERIAL TABLETS
13765 M:      Julian Squires <julian@cipht.net>
13766 M:      Hans de Goede <hdegoede@redhat.com>
13767 L:      linux-input@vger.kernel.org
13768 S:      Maintained
13769 F:      drivers/input/tablet/wacom_serial4.c
13770
13771 WATCHDOG DEVICE DRIVERS
13772 M:      Wim Van Sebroeck <wim@iguana.be>
13773 R:      Guenter Roeck <linux@roeck-us.net>
13774 L:      linux-watchdog@vger.kernel.org
13775 W:      http://www.linux-watchdog.org/
13776 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13777 S:      Maintained
13778 F:      Documentation/devicetree/bindings/watchdog/
13779 F:      Documentation/watchdog/
13780 F:      drivers/watchdog/
13781 F:      include/linux/watchdog.h
13782 F:      include/uapi/linux/watchdog.h
13783
13784 WIIMOTE HID DRIVER
13785 M:      David Herrmann <dh.herrmann@googlemail.com>
13786 L:      linux-input@vger.kernel.org
13787 S:      Maintained
13788 F:      drivers/hid/hid-wiimote*
13789
13790 WINBOND CIR DRIVER
13791 M:      David Härdeman <david@hardeman.nu>
13792 S:      Maintained
13793 F:      drivers/media/rc/winbond-cir.c
13794
13795 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13796 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13797 L:      linux-watchdog@vger.kernel.org
13798 S:      Maintained
13799 F:      drivers/watchdog/ebc-c384_wdt.c
13800
13801 WINSYSTEMS WS16C48 GPIO DRIVER
13802 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13803 L:      linux-gpio@vger.kernel.org
13804 S:      Maintained
13805 F:      drivers/gpio/gpio-ws16c48.c
13806
13807 WIMAX STACK
13808 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13809 M:      linux-wimax@intel.com
13810 L:      wimax@linuxwimax.org (subscribers-only)
13811 S:      Supported
13812 W:      http://linuxwimax.org
13813 F:      Documentation/wimax/README.wimax
13814 F:      include/linux/wimax/debug.h
13815 F:      include/net/wimax.h
13816 F:      include/uapi/linux/wimax.h
13817 F:      net/wimax/
13818
13819 WISTRON LAPTOP BUTTON DRIVER
13820 M:      Miloslav Trmac <mitr@volny.cz>
13821 S:      Maintained
13822 F:      drivers/input/misc/wistron_btns.c
13823
13824 WL3501 WIRELESS PCMCIA CARD DRIVER
13825 L:      linux-wireless@vger.kernel.org
13826 S:      Odd fixes
13827 F:      drivers/net/wireless/wl3501*
13828
13829 WOLFSON MICROELECTRONICS DRIVERS
13830 L:      patches@opensource.wolfsonmicro.com
13831 T:      git https://github.com/CirrusLogic/linux-drivers.git
13832 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13833 S:      Supported
13834 F:      Documentation/hwmon/wm83??
13835 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13836 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13837 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13838 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
13839 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13840 F:      drivers/clk/clk-wm83*.c
13841 F:      drivers/extcon/extcon-arizona.c
13842 F:      drivers/leds/leds-wm83*.c
13843 F:      drivers/gpio/gpio-*wm*.c
13844 F:      drivers/gpio/gpio-arizona.c
13845 F:      drivers/hwmon/wm83??-hwmon.c
13846 F:      drivers/input/misc/wm831x-on.c
13847 F:      drivers/input/touchscreen/wm831x-ts.c
13848 F:      drivers/input/touchscreen/wm97*.c
13849 F:      drivers/mfd/arizona*
13850 F:      drivers/mfd/wm*.c
13851 F:      drivers/mfd/cs47l24*
13852 F:      drivers/power/supply/wm83*.c
13853 F:      drivers/rtc/rtc-wm83*.c
13854 F:      drivers/regulator/wm8*.c
13855 F:      drivers/regulator/arizona*
13856 F:      drivers/video/backlight/wm83*_bl.c
13857 F:      drivers/watchdog/wm83*_wdt.c
13858 F:      include/linux/mfd/arizona/
13859 F:      include/linux/mfd/wm831x/
13860 F:      include/linux/mfd/wm8350/
13861 F:      include/linux/mfd/wm8400*
13862 F:      include/linux/regulator/arizona*
13863 F:      include/linux/wm97xx.h
13864 F:      include/sound/wm????.h
13865 F:      sound/soc/codecs/arizona.?
13866 F:      sound/soc/codecs/wm*
13867 F:      sound/soc/codecs/cs47l24*
13868
13869 WORKQUEUE
13870 M:      Tejun Heo <tj@kernel.org>
13871 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13873 S:      Maintained
13874 F:      include/linux/workqueue.h
13875 F:      kernel/workqueue.c
13876 F:      Documentation/core-api/workqueue.rst
13877
13878 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13879 M:      Chen-Yu Tsai <wens@csie.org>
13880 L:      linux-kernel@vger.kernel.org
13881 S:      Maintained
13882 N:      axp[128]
13883
13884 X.25 NETWORK LAYER
13885 M:      Andrew Hendry <andrew.hendry@gmail.com>
13886 L:      linux-x25@vger.kernel.org
13887 S:      Odd Fixes
13888 F:      Documentation/networking/x25*
13889 F:      include/net/x25*
13890 F:      net/x25/
13891
13892 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13893 M:      Thomas Gleixner <tglx@linutronix.de>
13894 M:      Ingo Molnar <mingo@redhat.com>
13895 M:      "H. Peter Anvin" <hpa@zytor.com>
13896 M:      x86@kernel.org
13897 L:      linux-kernel@vger.kernel.org
13898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13899 S:      Maintained
13900 F:      Documentation/x86/
13901 F:      arch/x86/
13902
13903 X86 PLATFORM DRIVERS
13904 M:      Darren Hart <dvhart@infradead.org>
13905 M:      Andy Shevchenko <andy@infradead.org>
13906 L:      platform-driver-x86@vger.kernel.org
13907 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13908 S:      Maintained
13909 F:      drivers/platform/x86/
13910 F:      drivers/platform/olpc/
13911
13912 X86 MCE INFRASTRUCTURE
13913 M:      Tony Luck <tony.luck@intel.com>
13914 M:      Borislav Petkov <bp@alien8.de>
13915 L:      linux-edac@vger.kernel.org
13916 S:      Maintained
13917 F:      arch/x86/kernel/cpu/mcheck/*
13918
13919 X86 MICROCODE UPDATE SUPPORT
13920 M:      Borislav Petkov <bp@alien8.de>
13921 S:      Maintained
13922 F:      arch/x86/kernel/cpu/microcode/*
13923
13924 X86 VDSO
13925 M:      Andy Lutomirski <luto@amacapital.net>
13926 L:      linux-kernel@vger.kernel.org
13927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13928 S:      Maintained
13929 F:      arch/x86/entry/vdso/
13930
13931 XC2028/3028 TUNER DRIVER
13932 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13933 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13934 L:      linux-media@vger.kernel.org
13935 W:      https://linuxtv.org
13936 T:      git git://linuxtv.org/media_tree.git
13937 S:      Maintained
13938 F:      drivers/media/tuners/tuner-xc2028.*
13939
13940 XEN HYPERVISOR INTERFACE
13941 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13942 M:      Juergen Gross <jgross@suse.com>
13943 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13945 S:      Supported
13946 F:      arch/x86/xen/
13947 F:      drivers/*/xen-*front.c
13948 F:      drivers/xen/
13949 F:      arch/x86/include/asm/xen/
13950 F:      include/xen/
13951 F:      include/uapi/xen/
13952
13953 XEN HYPERVISOR ARM
13954 M:      Stefano Stabellini <sstabellini@kernel.org>
13955 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13956 S:      Maintained
13957 F:      arch/arm/xen/
13958 F:      arch/arm/include/asm/xen/
13959
13960 XEN HYPERVISOR ARM64
13961 M:      Stefano Stabellini <sstabellini@kernel.org>
13962 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13963 S:      Maintained
13964 F:      arch/arm64/xen/
13965 F:      arch/arm64/include/asm/xen/
13966
13967 XEN NETWORK BACKEND DRIVER
13968 M:      Wei Liu <wei.liu2@citrix.com>
13969 M:      Paul Durrant <paul.durrant@citrix.com>
13970 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13971 L:      netdev@vger.kernel.org
13972 S:      Supported
13973 F:      drivers/net/xen-netback/*
13974
13975 XEN PCI SUBSYSTEM
13976 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13977 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13978 S:      Supported
13979 F:      arch/x86/pci/*xen*
13980 F:      drivers/pci/*xen*
13981
13982 XEN BLOCK SUBSYSTEM
13983 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13984 M:      Roger Pau Monné <roger.pau@citrix.com>
13985 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13986 S:      Supported
13987 F:      drivers/block/xen-blkback/*
13988 F:      drivers/block/xen*
13989
13990 XEN PVSCSI DRIVERS
13991 M:      Juergen Gross <jgross@suse.com>
13992 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13993 L:      linux-scsi@vger.kernel.org
13994 S:      Supported
13995 F:      drivers/scsi/xen-scsifront.c
13996 F:      drivers/xen/xen-scsiback.c
13997 F:      include/xen/interface/io/vscsiif.h
13998
13999 XEN SWIOTLB SUBSYSTEM
14000 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14001 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14002 S:      Supported
14003 F:      arch/x86/xen/*swiotlb*
14004 F:      drivers/xen/*swiotlb*
14005
14006 XFS FILESYSTEM
14007 M:      Darrick J. Wong <darrick.wong@oracle.com>
14008 M:      linux-xfs@vger.kernel.org
14009 L:      linux-xfs@vger.kernel.org
14010 W:      http://xfs.org/
14011 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14012 S:      Supported
14013 F:      Documentation/filesystems/xfs.txt
14014 F:      fs/xfs/
14015
14016 XILINX AXI ETHERNET DRIVER
14017 M:      Anirudha Sarangi <anirudh@xilinx.com>
14018 M:      John Linn <John.Linn@xilinx.com>
14019 S:      Maintained
14020 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
14021
14022 XILINX UARTLITE SERIAL DRIVER
14023 M:      Peter Korsgaard <jacmet@sunsite.dk>
14024 L:      linux-serial@vger.kernel.org
14025 S:      Maintained
14026 F:      drivers/tty/serial/uartlite.c
14027
14028 XILINX VIDEO IP CORES
14029 M:      Hyun Kwon <hyun.kwon@xilinx.com>
14030 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14031 L:      linux-media@vger.kernel.org
14032 T:      git git://linuxtv.org/media_tree.git
14033 S:      Supported
14034 F:      Documentation/devicetree/bindings/media/xilinx/
14035 F:      drivers/media/platform/xilinx/
14036 F:      include/uapi/linux/xilinx-v4l2-controls.h
14037
14038 XILLYBUS DRIVER
14039 M:      Eli Billauer <eli.billauer@gmail.com>
14040 L:      linux-kernel@vger.kernel.org
14041 S:      Supported
14042 F:      drivers/char/xillybus/
14043
14044 XTENSA XTFPGA PLATFORM SUPPORT
14045 M:      Max Filippov <jcmvbkbc@gmail.com>
14046 L:      linux-xtensa@linux-xtensa.org
14047 S:      Maintained
14048 F:      drivers/spi/spi-xtensa-xtfpga.c
14049 F:      sound/soc/xtensa/xtfpga-i2s.c
14050
14051 YAM DRIVER FOR AX.25
14052 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
14053 L:      linux-hams@vger.kernel.org
14054 S:      Maintained
14055 F:      drivers/net/hamradio/yam*
14056 F:      include/linux/yam.h
14057
14058 YEALINK PHONE DRIVER
14059 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
14060 L:      usbb2k-api-dev@nongnu.org
14061 S:      Maintained
14062 F:      Documentation/input/yealink.rst
14063 F:      drivers/input/misc/yealink.*
14064
14065 Z8530 DRIVER FOR AX.25
14066 M:      Joerg Reuter <jreuter@yaina.de>
14067 W:      http://yaina.de/jreuter/
14068 W:      http://www.qsl.net/dl1bke/
14069 L:      linux-hams@vger.kernel.org
14070 S:      Maintained
14071 F:      Documentation/networking/z8530drv.txt
14072 F:      drivers/net/hamradio/*scc.c
14073 F:      drivers/net/hamradio/z8530.h
14074
14075 ZBUD COMPRESSED PAGE ALLOCATOR
14076 M:      Seth Jennings <sjenning@redhat.com>
14077 M:      Dan Streetman <ddstreet@ieee.org>
14078 L:      linux-mm@kvack.org
14079 S:      Maintained
14080 F:      mm/zbud.c
14081 F:      include/linux/zbud.h
14082
14083 ZD1211RW WIRELESS DRIVER
14084 M:      Daniel Drake <dsd@gentoo.org>
14085 M:      Ulrich Kunitz <kune@deine-taler.de>
14086 W:      http://zd1211.ath.cx/wiki/DriverRewrite
14087 L:      linux-wireless@vger.kernel.org
14088 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
14089 S:      Maintained
14090 F:      drivers/net/wireless/zydas/zd1211rw/
14091
14092 ZD1301_DEMOD MEDIA DRIVER
14093 M:      Antti Palosaari <crope@iki.fi>
14094 L:      linux-media@vger.kernel.org
14095 W:      https://linuxtv.org/
14096 W:      http://palosaari.fi/linux/
14097 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14098 S:      Maintained
14099 F:      drivers/media/dvb-frontends/zd1301_demod*
14100
14101 ZD1301 MEDIA DRIVER
14102 M:      Antti Palosaari <crope@iki.fi>
14103 L:      linux-media@vger.kernel.org
14104 W:      https://linuxtv.org/
14105 W:      http://palosaari.fi/linux/
14106 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14107 S:      Maintained
14108 F:      drivers/media/usb/dvb-usb-v2/zd1301*
14109
14110 ZPOOL COMPRESSED PAGE STORAGE API
14111 M:      Dan Streetman <ddstreet@ieee.org>
14112 L:      linux-mm@kvack.org
14113 S:      Maintained
14114 F:      mm/zpool.c
14115 F:      include/linux/zpool.h
14116
14117 ZR36067 VIDEO FOR LINUX DRIVER
14118 L:      mjpeg-users@lists.sourceforge.net
14119 L:      linux-media@vger.kernel.org
14120 W:      http://mjpeg.sourceforge.net/driver-zoran/
14121 T:      hg https://linuxtv.org/hg/v4l-dvb
14122 S:      Odd Fixes
14123 F:      drivers/media/pci/zoran/
14124
14125 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14126 M:      Minchan Kim <minchan@kernel.org>
14127 M:      Nitin Gupta <ngupta@vflare.org>
14128 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14129 L:      linux-kernel@vger.kernel.org
14130 S:      Maintained
14131 F:      drivers/block/zram/
14132 F:      Documentation/blockdev/zram.txt
14133
14134 ZS DECSTATION Z85C30 SERIAL DRIVER
14135 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
14136 S:      Maintained
14137 F:      drivers/tty/serial/zs.*
14138
14139 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14140 M:      Minchan Kim <minchan@kernel.org>
14141 M:      Nitin Gupta <ngupta@vflare.org>
14142 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14143 L:      linux-mm@kvack.org
14144 S:      Maintained
14145 F:      mm/zsmalloc.c
14146 F:      include/linux/zsmalloc.h
14147 F:      Documentation/vm/zsmalloc.txt
14148
14149 ZSWAP COMPRESSED SWAP CACHING
14150 M:      Seth Jennings <sjenning@redhat.com>
14151 M:      Dan Streetman <ddstreet@ieee.org>
14152 L:      linux-mm@kvack.org
14153 S:      Maintained
14154 F:      mm/zswap.c
14155
14156 THE REST
14157 M:      Linus Torvalds <torvalds@linux-foundation.org>
14158 L:      linux-kernel@vger.kernel.org
14159 Q:      http://patchwork.kernel.org/project/LKML/list/
14160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14161 S:      Buried alive in reporters
14162 F:      *
14163 F:      */