]> git.karo-electronics.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge tag 'for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/process/coding-style.rst for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/process/submitting-patches.rst for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/process/submitting-patches.rst.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         B: URI for where to file bugs. A web-page with detailed bug
78            filing info, a direct bug tracker link, or a mailto: URI.
79         C: URI for chat protocol, server and channel where developers
80            usually hang out, for example irc://server/channel.
81         Q: Patchwork web based patch tracking system site
82         T: SCM tree type and location.
83            Type is one of: git, hg, quilt, stgit, topgit
84         B: Bug tracking system location.
85         S: Status, one of the following:
86            Supported:   Someone is actually paid to look after this.
87            Maintained:  Someone actually looks after it.
88            Odd Fixes:   It has a maintainer but they don't have time to do
89                         much other than throw the odd patch in. See below..
90            Orphan:      No current maintainer [but maybe you could take the
91                         role as you write your new code].
92            Obsolete:    Old code. Something tagged obsolete generally means
93                         it has been replaced by a better system and you
94                         should be using that.
95         F: Files and directories with wildcard patterns.
96            A trailing slash includes all files and subdirectory files.
97            F:   drivers/net/    all files in and below drivers/net
98            F:   drivers/net/*   all files in drivers/net, but not below
99            F:   */net/*         all files in "any top level directory"/net
100            One pattern per line.  Multiple F: lines acceptable.
101         N: Files and directories with regex patterns.
102            N:   [^a-z]tegra     all files whose path contains the word tegra
103            One pattern per line.  Multiple N: lines acceptable.
104            scripts/get_maintainer.pl has different behavior for files that
105            match F: pattern and matches of N: patterns.  By default,
106            get_maintainer will not look at git log history when an F: pattern
107            match occurs.  When an N: match occurs, git log history is used
108            to also notify the people that have git commit signatures.
109         X: Files and directories that are NOT maintained, same rules as F:
110            Files exclusions are tested before file matches.
111            Can be useful for excluding a specific subdirectory, for instance:
112            F:   net/
113            X:   net/ipv6/
114            matches all files in and below net excluding net/ipv6/
115         K: Keyword perl extended regex pattern to match content in a
116            patch or file.  For instance:
117            K: of_get_profile
118               matches patches or files that contain "of_get_profile"
119            K: \b(printk|pr_(info|err))\b
120               matches patches or files that contain one or more of the words
121               printk, pr_info or pr_err
122            One regex pattern per line.  Multiple K: lines acceptable.
123
124 Note: For the hard of thinking, this list is meant to remain in alphabetical
125 order. If you could add yourselves to it in alphabetical order that would be
126 so much easier [Ed]
127
128 Maintainers List (try to look for most precise areas first)
129
130                 -----------------------------------
131
132 3C59X NETWORK DRIVER
133 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
134 L:      netdev@vger.kernel.org
135 S:      Maintained
136 F:      Documentation/networking/vortex.txt
137 F:      drivers/net/ethernet/3com/3c59x.c
138
139 3CR990 NETWORK DRIVER
140 M:      David Dillow <dave@thedillows.org>
141 L:      netdev@vger.kernel.org
142 S:      Maintained
143 F:      drivers/net/ethernet/3com/typhoon*
144
145 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
146 M:      Adam Radford <linuxraid@lsi.com>
147 L:      linux-scsi@vger.kernel.org
148 W:      http://www.lsi.com
149 S:      Supported
150 F:      drivers/scsi/3w-*
151
152 53C700 AND 53C700-66 SCSI DRIVER
153 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
154 L:      linux-scsi@vger.kernel.org
155 S:      Maintained
156 F:      drivers/scsi/53c700*
157
158 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
159 M:      Alexander Aring <aar@pengutronix.de>
160 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
161 L:      linux-bluetooth@vger.kernel.org
162 L:      linux-wpan@vger.kernel.org
163 S:      Maintained
164 F:      net/6lowpan/
165 F:      include/net/6lowpan.h
166 F:      Documentation/networking/6lowpan.txt
167
168 6PACK NETWORK DRIVER FOR AX.25
169 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
170 L:      linux-hams@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/hamradio/6pack.c
173
174 8169 10/100/1000 GIGABIT ETHERNET DRIVER
175 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
176 L:      netdev@vger.kernel.org
177 S:      Maintained
178 F:      drivers/net/ethernet/realtek/r8169.c
179
180 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
181 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
182 L:      linux-serial@vger.kernel.org
183 S:      Maintained
184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
185 F:      drivers/tty/serial/8250*
186 F:      include/linux/serial_8250.h
187
188 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
189 L:      netdev@vger.kernel.org
190 S:      Orphan / Obsolete
191 F:      drivers/net/ethernet/8390/
192
193 9P FILE SYSTEM
194 M:      Eric Van Hensbergen <ericvh@gmail.com>
195 M:      Ron Minnich <rminnich@sandia.gov>
196 M:      Latchesar Ionkov <lucho@ionkov.net>
197 L:      v9fs-developer@lists.sourceforge.net
198 W:      http://swik.net/v9fs
199 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 S:      Maintained
202 F:      Documentation/filesystems/9p.txt
203 F:      fs/9p/
204 F:      net/9p/
205 F:      include/net/9p/
206 F:      include/uapi/linux/virtio_9p.h
207 F:      include/trace/events/9p.h
208
209
210 A8293 MEDIA DRIVER
211 M:      Antti Palosaari <crope@iki.fi>
212 L:      linux-media@vger.kernel.org
213 W:      https://linuxtv.org
214 W:      http://palosaari.fi/linux/
215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
216 T:      git git://linuxtv.org/anttip/media_tree.git
217 S:      Maintained
218 F:      drivers/media/dvb-frontends/a8293*
219
220 AACRAID SCSI RAID DRIVER
221 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
222 L:      linux-scsi@vger.kernel.org
223 W:      http://www.adaptec.com/
224 S:      Supported
225 F:      Documentation/scsi/aacraid.txt
226 F:      drivers/scsi/aacraid/
227
228 ABI/API
229 L:      linux-api@vger.kernel.org
230 F:      include/linux/syscalls.h
231 F:      kernel/sys_ni.c
232
233 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
234 M:      Hans de Goede <hdegoede@redhat.com>
235 L:      linux-hwmon@vger.kernel.org
236 S:      Maintained
237 F:      drivers/hwmon/abituguru.c
238
239 ABIT UGURU 3 HARDWARE MONITOR DRIVER
240 M:      Alistair John Strachan <alistair@devzero.co.uk>
241 L:      linux-hwmon@vger.kernel.org
242 S:      Maintained
243 F:      drivers/hwmon/abituguru3.c
244
245 ACCES 104-DIO-48E GPIO DRIVER
246 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
247 L:      linux-gpio@vger.kernel.org
248 S:      Maintained
249 F:      drivers/gpio/gpio-104-dio-48e.c
250
251 ACCES 104-IDI-48 GPIO DRIVER
252 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
253 L:      linux-gpio@vger.kernel.org
254 S:      Maintained
255 F:      drivers/gpio/gpio-104-idi-48.c
256
257 ACCES 104-IDIO-16 GPIO DRIVER
258 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
259 L:      linux-gpio@vger.kernel.org
260 S:      Maintained
261 F:      drivers/gpio/gpio-104-idio-16.c
262
263 ACCES 104-QUAD-8 IIO DRIVER
264 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
265 L:      linux-iio@vger.kernel.org
266 S:      Maintained
267 F:      drivers/iio/counter/104-quad-8.c
268
269 ACENIC DRIVER
270 M:      Jes Sorensen <jes@trained-monkey.org>
271 L:      linux-acenic@sunsite.dk
272 S:      Maintained
273 F:      drivers/net/ethernet/alteon/acenic*
274
275 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
276 M:      Peter Feuerer <peter@piie.net>
277 L:      platform-driver-x86@vger.kernel.org
278 W:      http://piie.net/?section=acerhdf
279 S:      Maintained
280 F:      drivers/platform/x86/acerhdf.c
281
282 ACER WMI LAPTOP EXTRAS
283 M:      "Lee, Chun-Yi" <jlee@suse.com>
284 L:      platform-driver-x86@vger.kernel.org
285 S:      Maintained
286 F:      drivers/platform/x86/acer-wmi.c
287
288 ACPI
289 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
290 M:      Len Brown <lenb@kernel.org>
291 L:      linux-acpi@vger.kernel.org
292 W:      https://01.org/linux-acpi
293 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
295 B:      https://bugzilla.kernel.org
296 S:      Supported
297 F:      drivers/acpi/
298 F:      drivers/pnp/pnpacpi/
299 F:      include/linux/acpi.h
300 F:      include/acpi/
301 F:      Documentation/acpi/
302 F:      Documentation/ABI/testing/sysfs-bus-acpi
303 F:      Documentation/ABI/testing/configfs-acpi
304 F:      drivers/pci/*acpi*
305 F:      drivers/pci/*/*acpi*
306 F:      drivers/pci/*/*/*acpi*
307 F:      tools/power/acpi/
308
309 ACPI COMPONENT ARCHITECTURE (ACPICA)
310 M:      Robert Moore <robert.moore@intel.com>
311 M:      Lv Zheng <lv.zheng@intel.com>
312 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
313 L:      linux-acpi@vger.kernel.org
314 L:      devel@acpica.org
315 W:      https://acpica.org/
316 W:      https://github.com/acpica/acpica/
317 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
319 B:      https://bugzilla.kernel.org
320 B:      https://bugs.acpica.org
321 S:      Supported
322 F:      drivers/acpi/acpica/
323 F:      include/acpi/
324 F:      tools/power/acpi/
325
326 ACPI FAN DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 B:      https://bugzilla.kernel.org
331 S:      Supported
332 F:      drivers/acpi/fan.c
333
334 ACPI FOR ARM64 (ACPI/arm64)
335 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
336 M:      Hanjun Guo <hanjun.guo@linaro.org>
337 M:      Sudeep Holla <sudeep.holla@arm.com>
338 L:      linux-acpi@vger.kernel.org
339 S:      Maintained
340 F:      drivers/acpi/arm64
341
342 ACPI THERMAL DRIVER
343 M:      Zhang Rui <rui.zhang@intel.com>
344 L:      linux-acpi@vger.kernel.org
345 W:      https://01.org/linux-acpi
346 B:      https://bugzilla.kernel.org
347 S:      Supported
348 F:      drivers/acpi/*thermal*
349
350 ACPI VIDEO DRIVER
351 M:      Zhang Rui <rui.zhang@intel.com>
352 L:      linux-acpi@vger.kernel.org
353 W:      https://01.org/linux-acpi
354 B:      https://bugzilla.kernel.org
355 S:      Supported
356 F:      drivers/acpi/acpi_video.c
357
358 ACPI WMI DRIVER
359 L:      platform-driver-x86@vger.kernel.org
360 S:      Orphan
361 F:      drivers/platform/x86/wmi.c
362
363 AD1889 ALSA SOUND DRIVER
364 M:      Thibaut Varene <T-Bone@parisc-linux.org>
365 W:      http://wiki.parisc-linux.org/AD1889
366 L:      linux-parisc@vger.kernel.org
367 S:      Maintained
368 F:      sound/pci/ad1889.*
369
370 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
371 M:      Michael Hennerich <michael.hennerich@analog.com>
372 W:      http://wiki.analog.com/AD5254
373 W:      http://ez.analog.com/community/linux-device-drivers
374 S:      Supported
375 F:      drivers/misc/ad525x_dpot.c
376
377 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
378 M:      Michael Hennerich <michael.hennerich@analog.com>
379 W:      http://wiki.analog.com/AD5398
380 W:      http://ez.analog.com/community/linux-device-drivers
381 S:      Supported
382 F:      drivers/regulator/ad5398.c
383
384 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      http://wiki.analog.com/AD7142
387 W:      http://ez.analog.com/community/linux-device-drivers
388 S:      Supported
389 F:      drivers/input/misc/ad714x.c
390
391 AD7877 TOUCHSCREEN DRIVER
392 M:      Michael Hennerich <michael.hennerich@analog.com>
393 W:      http://wiki.analog.com/AD7877
394 W:      http://ez.analog.com/community/linux-device-drivers
395 S:      Supported
396 F:      drivers/input/touchscreen/ad7877.c
397
398 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
399 M:      Michael Hennerich <michael.hennerich@analog.com>
400 W:      http://wiki.analog.com/AD7879
401 W:      http://ez.analog.com/community/linux-device-drivers
402 S:      Supported
403 F:      drivers/input/touchscreen/ad7879.c
404
405 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
406 M:      Jiri Kosina <jikos@kernel.org>
407 S:      Maintained
408
409 ADF7242 IEEE 802.15.4 RADIO DRIVER
410 M:      Michael Hennerich <michael.hennerich@analog.com>
411 W:      https://wiki.analog.com/ADF7242
412 W:      http://ez.analog.com/community/linux-device-drivers
413 L:      linux-wpan@vger.kernel.org
414 S:      Supported
415 F:      drivers/net/ieee802154/adf7242.c
416 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
417
418 ADM1025 HARDWARE MONITOR DRIVER
419 M:      Jean Delvare <jdelvare@suse.com>
420 L:      linux-hwmon@vger.kernel.org
421 S:      Maintained
422 F:      Documentation/hwmon/adm1025
423 F:      drivers/hwmon/adm1025.c
424
425 ADM1029 HARDWARE MONITOR DRIVER
426 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
427 L:      linux-hwmon@vger.kernel.org
428 S:      Maintained
429 F:      drivers/hwmon/adm1029.c
430
431 ADM8211 WIRELESS DRIVER
432 L:      linux-wireless@vger.kernel.org
433 W:      http://wireless.kernel.org/
434 S:      Orphan
435 F:      drivers/net/wireless/admtek/adm8211.*
436
437 ADP1653 FLASH CONTROLLER DRIVER
438 M:      Sakari Ailus <sakari.ailus@iki.fi>
439 L:      linux-media@vger.kernel.org
440 S:      Maintained
441 F:      drivers/media/i2c/adp1653.c
442 F:      include/media/i2c/adp1653.h
443
444 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
445 M:      Michael Hennerich <michael.hennerich@analog.com>
446 W:      http://wiki.analog.com/ADP5520
447 W:      http://ez.analog.com/community/linux-device-drivers
448 S:      Supported
449 F:      drivers/mfd/adp5520.c
450 F:      drivers/video/backlight/adp5520_bl.c
451 F:      drivers/leds/leds-adp5520.c
452 F:      drivers/gpio/gpio-adp5520.c
453 F:      drivers/input/keyboard/adp5520-keys.c
454
455 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
456 M:      Michael Hennerich <michael.hennerich@analog.com>
457 W:      http://wiki.analog.com/ADP5588
458 W:      http://ez.analog.com/community/linux-device-drivers
459 S:      Supported
460 F:      drivers/input/keyboard/adp5588-keys.c
461 F:      drivers/gpio/gpio-adp5588.c
462
463 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
464 M:      Michael Hennerich <michael.hennerich@analog.com>
465 W:      http://wiki.analog.com/ADP8860
466 W:      http://ez.analog.com/community/linux-device-drivers
467 S:      Supported
468 F:      drivers/video/backlight/adp8860_bl.c
469
470 ADS1015 HARDWARE MONITOR DRIVER
471 M:      Dirk Eibach <eibach@gdsys.de>
472 L:      linux-hwmon@vger.kernel.org
473 S:      Maintained
474 F:      Documentation/hwmon/ads1015
475 F:      drivers/hwmon/ads1015.c
476 F:      include/linux/i2c/ads1015.h
477
478 ADT746X FAN DRIVER
479 M:      Colin Leroy <colin@colino.net>
480 S:      Maintained
481 F:      drivers/macintosh/therm_adt746x.c
482
483 ADT7475 HARDWARE MONITOR DRIVER
484 M:      Jean Delvare <jdelvare@suse.com>
485 L:      linux-hwmon@vger.kernel.org
486 S:      Maintained
487 F:      Documentation/hwmon/adt7475
488 F:      drivers/hwmon/adt7475.c
489
490 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
491 M:      Michael Hennerich <michael.hennerich@analog.com>
492 W:      http://wiki.analog.com/ADXL345
493 W:      http://ez.analog.com/community/linux-device-drivers
494 S:      Supported
495 F:      drivers/input/misc/adxl34x.c
496
497 ADVANSYS SCSI DRIVER
498 M:      Matthew Wilcox <matthew@wil.cx>
499 M:      Hannes Reinecke <hare@suse.com>
500 L:      linux-scsi@vger.kernel.org
501 S:      Maintained
502 F:      Documentation/scsi/advansys.txt
503 F:      drivers/scsi/advansys.c
504
505 AEDSP16 DRIVER
506 M:      Riccardo Facchetti <fizban@tin.it>
507 S:      Maintained
508 F:      sound/oss/aedsp16.c
509
510 AF9013 MEDIA DRIVER
511 M:      Antti Palosaari <crope@iki.fi>
512 L:      linux-media@vger.kernel.org
513 W:      https://linuxtv.org
514 W:      http://palosaari.fi/linux/
515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
516 T:      git git://linuxtv.org/anttip/media_tree.git
517 S:      Maintained
518 F:      drivers/media/dvb-frontends/af9013*
519
520 AF9033 MEDIA DRIVER
521 M:      Antti Palosaari <crope@iki.fi>
522 L:      linux-media@vger.kernel.org
523 W:      https://linuxtv.org
524 W:      http://palosaari.fi/linux/
525 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
526 T:      git git://linuxtv.org/anttip/media_tree.git
527 S:      Maintained
528 F:      drivers/media/dvb-frontends/af9033*
529
530 AFFS FILE SYSTEM
531 L:      linux-fsdevel@vger.kernel.org
532 S:      Orphan
533 F:      Documentation/filesystems/affs.txt
534 F:      fs/affs/
535
536 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
537 M:      David Howells <dhowells@redhat.com>
538 L:      linux-afs@lists.infradead.org
539 S:      Supported
540 F:      fs/afs/
541 F:      include/net/af_rxrpc.h
542 F:      net/rxrpc/af_rxrpc.c
543
544 AGPGART DRIVER
545 M:      David Airlie <airlied@linux.ie>
546 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
547 S:      Maintained
548 F:      drivers/char/agp/
549 F:      include/linux/agp*
550 F:      include/uapi/linux/agp*
551
552 AHA152X SCSI DRIVER
553 M:      "Juergen E. Fischer" <fischer@norbit.de>
554 L:      linux-scsi@vger.kernel.org
555 S:      Maintained
556 F:      drivers/scsi/aha152x*
557 F:      drivers/scsi/pcmcia/aha152x*
558
559 AIC7XXX / AIC79XX SCSI DRIVER
560 M:      Hannes Reinecke <hare@suse.com>
561 L:      linux-scsi@vger.kernel.org
562 S:      Maintained
563 F:      drivers/scsi/aic7xxx/
564
565 AIMSLAB FM RADIO RECEIVER DRIVER
566 M:      Hans Verkuil <hverkuil@xs4all.nl>
567 L:      linux-media@vger.kernel.org
568 T:      git git://linuxtv.org/media_tree.git
569 W:      https://linuxtv.org
570 S:      Maintained
571 F:      drivers/media/radio/radio-aimslab*
572
573 AIO
574 M:      Benjamin LaHaise <bcrl@kvack.org>
575 L:      linux-aio@kvack.org
576 S:      Supported
577 F:      fs/aio.c
578 F:      include/linux/*aio*.h
579
580 AIRSPY MEDIA DRIVER
581 M:      Antti Palosaari <crope@iki.fi>
582 L:      linux-media@vger.kernel.org
583 W:      https://linuxtv.org
584 W:      http://palosaari.fi/linux/
585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
586 T:      git git://linuxtv.org/anttip/media_tree.git
587 S:      Maintained
588 F:      drivers/media/usb/airspy/
589
590 ALACRITECH GIGABIT ETHERNET DRIVER
591 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
592 S:      Maintained
593 F:      drivers/net/ethernet/alacritech/*
594
595 ALCATEL SPEEDTOUCH USB DRIVER
596 M:      Duncan Sands <duncan.sands@free.fr>
597 L:      linux-usb@vger.kernel.org
598 W:      http://www.linux-usb.org/SpeedTouch/
599 S:      Maintained
600 F:      drivers/usb/atm/speedtch.c
601 F:      drivers/usb/atm/usbatm.c
602
603 ALCHEMY AU1XX0 MMC DRIVER
604 M:      Manuel Lauss <manuel.lauss@gmail.com>
605 S:      Maintained
606 F:      drivers/mmc/host/au1xmmc.c
607
608 ALI1563 I2C DRIVER
609 M:      Rudolf Marek <r.marek@assembler.cz>
610 L:      linux-i2c@vger.kernel.org
611 S:      Maintained
612 F:      Documentation/i2c/busses/i2c-ali1563
613 F:      drivers/i2c/busses/i2c-ali1563.c
614
615 ALLWINNER SECURITY SYSTEM
616 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
617 L:      linux-crypto@vger.kernel.org
618 S:      Maintained
619 F:      drivers/crypto/sunxi-ss/
620
621 ALPHA PORT
622 M:      Richard Henderson <rth@twiddle.net>
623 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
624 M:      Matt Turner <mattst88@gmail.com>
625 S:      Odd Fixes
626 L:      linux-alpha@vger.kernel.org
627 F:      arch/alpha/
628
629 ALPS PS/2 TOUCHPAD DRIVER
630 R:      Pali Rohár <pali.rohar@gmail.com>
631 F:      drivers/input/mouse/alps.*
632
633 ALTERA MAILBOX DRIVER
634 M:      Ley Foon Tan <lftan@altera.com>
635 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
636 S:      Maintained
637 F:      drivers/mailbox/mailbox-altera.c
638
639 ALTERA PIO DRIVER
640 M:      Tien Hock Loh <thloh@altera.com>
641 L:      linux-gpio@vger.kernel.org
642 S:      Maintained
643 F:      drivers/gpio/gpio-altera.c
644
645 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
646 M:      Thor Thayer <tthayer@opensource.altera.com>
647 S:      Maintained
648 F:      drivers/gpio/gpio-altera-a10sr.c
649 F:      drivers/mfd/altera-a10sr.c
650 F:      include/linux/mfd/altera-a10sr.h
651
652 ALTERA TRIPLE SPEED ETHERNET DRIVER
653 M:      Vince Bridgers <vbridger@opensource.altera.com>
654 L:      netdev@vger.kernel.org
655 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
656 S:      Maintained
657 F:      drivers/net/ethernet/altera/
658
659 ALTERA UART/JTAG UART SERIAL DRIVERS
660 M:      Tobias Klauser <tklauser@distanz.ch>
661 L:      linux-serial@vger.kernel.org
662 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
663 S:      Maintained
664 F:      drivers/tty/serial/altera_uart.c
665 F:      drivers/tty/serial/altera_jtaguart.c
666 F:      include/linux/altera_uart.h
667 F:      include/linux/altera_jtaguart.h
668
669 AMAZON ETHERNET DRIVERS
670 M:      Netanel Belgazal <netanel@annapurnalabs.com>
671 R:      Saeed Bishara <saeed@annapurnalabs.com>
672 R:      Zorik Machulsky <zorik@annapurnalabs.com>
673 L:      netdev@vger.kernel.org
674 S:      Supported
675 F:      Documentation/networking/ena.txt
676 F:      drivers/net/ethernet/amazon/
677
678 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
679 M:      Tom Lendacky <thomas.lendacky@amd.com>
680 M:      Gary Hook <gary.hook@amd.com>
681 L:      linux-crypto@vger.kernel.org
682 S:      Supported
683 F:      drivers/crypto/ccp/
684 F:      include/linux/ccp.h
685
686 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
687 M:      Huang Rui <ray.huang@amd.com>
688 L:      linux-hwmon@vger.kernel.org
689 S:      Supported
690 F:      Documentation/hwmon/fam15h_power
691 F:      drivers/hwmon/fam15h_power.c
692
693 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
694 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
695 S:      Orphan
696 F:      drivers/usb/gadget/udc/amd5536udc.*
697
698 AMD GEODE PROCESSOR/CHIPSET SUPPORT
699 P:      Andres Salomon <dilinger@queued.net>
700 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
701 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
702 S:      Supported
703 F:      drivers/char/hw_random/geode-rng.c
704 F:      drivers/crypto/geode*
705 F:      drivers/video/fbdev/geode/
706 F:      arch/x86/include/asm/geode.h
707
708 AMD IOMMU (AMD-VI)
709 M:      Joerg Roedel <joro@8bytes.org>
710 L:      iommu@lists.linux-foundation.org
711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
712 S:      Maintained
713 F:      drivers/iommu/amd_iommu*.[ch]
714 F:      include/linux/amd-iommu.h
715
716 AMD KFD
717 M:      Oded Gabbay <oded.gabbay@gmail.com>
718 L:      dri-devel@lists.freedesktop.org
719 T:      git git://people.freedesktop.org/~gabbayo/linux.git
720 S:      Supported
721 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
722 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
723 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
724 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
725 F:      drivers/gpu/drm/amd/amdkfd/
726 F:      drivers/gpu/drm/amd/include/cik_structs.h
727 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
728 F:      drivers/gpu/drm/amd/include/vi_structs.h
729 F:      drivers/gpu/drm/radeon/radeon_kfd.c
730 F:      drivers/gpu/drm/radeon/radeon_kfd.h
731 F:      include/uapi/linux/kfd_ioctl.h
732
733 AMD SEATTLE DEVICE TREE SUPPORT
734 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
735 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
736 M:      Tom Lendacky <thomas.lendacky@amd.com>
737 S:      Supported
738 F:      arch/arm64/boot/dts/amd/
739
740 AMD XGBE DRIVER
741 M:      Tom Lendacky <thomas.lendacky@amd.com>
742 L:      netdev@vger.kernel.org
743 S:      Supported
744 F:      drivers/net/ethernet/amd/xgbe/
745 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
746
747 AMS (Apple Motion Sensor) DRIVER
748 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
749 S:      Supported
750 F:      drivers/macintosh/ams/
751
752 ANALOG DEVICES INC AD9389B DRIVER
753 M:      Hans Verkuil <hans.verkuil@cisco.com>
754 L:      linux-media@vger.kernel.org
755 S:      Maintained
756 F:      drivers/media/i2c/ad9389b*
757
758 ANALOG DEVICES INC ADV7180 DRIVER
759 M:      Lars-Peter Clausen <lars@metafoo.de>
760 L:      linux-media@vger.kernel.org
761 W:      http://ez.analog.com/community/linux-device-drivers
762 S:      Supported
763 F:      drivers/media/i2c/adv7180.c
764
765 ANALOG DEVICES INC ADV7511 DRIVER
766 M:      Hans Verkuil <hans.verkuil@cisco.com>
767 L:      linux-media@vger.kernel.org
768 S:      Maintained
769 F:      drivers/media/i2c/adv7511*
770
771 ANALOG DEVICES INC ADV7604 DRIVER
772 M:      Hans Verkuil <hans.verkuil@cisco.com>
773 L:      linux-media@vger.kernel.org
774 S:      Maintained
775 F:      drivers/media/i2c/adv7604*
776
777 ANALOG DEVICES INC ADV7842 DRIVER
778 M:      Hans Verkuil <hans.verkuil@cisco.com>
779 L:      linux-media@vger.kernel.org
780 S:      Maintained
781 F:      drivers/media/i2c/adv7842*
782
783 ANALOG DEVICES INC ASOC CODEC DRIVERS
784 M:      Lars-Peter Clausen <lars@metafoo.de>
785 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
786 W:      http://wiki.analog.com/
787 W:      http://ez.analog.com/community/linux-device-drivers
788 S:      Supported
789 F:      sound/soc/codecs/adau*
790 F:      sound/soc/codecs/adav*
791 F:      sound/soc/codecs/ad1*
792 F:      sound/soc/codecs/ad7*
793 F:      sound/soc/codecs/ssm*
794 F:      sound/soc/codecs/sigmadsp.*
795
796 ANALOG DEVICES INC ASOC DRIVERS
797 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
798 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
799 W:      http://blackfin.uclinux.org/
800 S:      Supported
801 F:      sound/soc/blackfin/*
802
803 ANALOG DEVICES INC IIO DRIVERS
804 M:      Lars-Peter Clausen <lars@metafoo.de>
805 M:      Michael Hennerich <Michael.Hennerich@analog.com>
806 W:      http://wiki.analog.com/
807 W:      http://ez.analog.com/community/linux-device-drivers
808 S:      Supported
809 F:      drivers/iio/*/ad*
810 X:      drivers/iio/*/adjd*
811 F:      drivers/staging/iio/*/ad*
812 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
813
814 ANALOG DEVICES INC DMA DRIVERS
815 M:      Lars-Peter Clausen <lars@metafoo.de>
816 W:      http://ez.analog.com/community/linux-device-drivers
817 S:      Supported
818 F:      drivers/dma/dma-axi-dmac.c
819
820 ANDROID CONFIG FRAGMENTS
821 M:      Rob Herring <robh@kernel.org>
822 S:      Supported
823 F:      kernel/configs/android*
824
825 ANDROID DRIVERS
826 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
827 M:      Arve Hjønnevåg <arve@android.com>
828 M:      Riley Andrews <riandrews@android.com>
829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
830 L:      devel@driverdev.osuosl.org
831 S:      Supported
832 F:      drivers/android/
833 F:      drivers/staging/android/
834
835 ANDROID ION DRIVER
836 M:      Laura Abbott <labbott@redhat.com>
837 M:      Sumit Semwal <sumit.semwal@linaro.org>
838 L:      devel@driverdev.osuosl.org
839 S:      Supported
840 F:      Documentation/devicetree/bindings/staging/ion/
841 F:      drivers/staging/android/ion
842 F:      drivers/staging/android/uapi/ion.h
843 F:      drivers/staging/android/uapi/ion_test.h
844
845 AOA (Apple Onboard Audio) ALSA DRIVER
846 M:      Johannes Berg <johannes@sipsolutions.net>
847 L:      linuxppc-dev@lists.ozlabs.org
848 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
849 S:      Maintained
850 F:      sound/aoa/
851
852 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
853 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
854 L:      linux-iio@vger.kernel.org
855 S:      Maintained
856 F:      drivers/iio/adc/stx104.c
857
858 APM DRIVER
859 M:      Jiri Kosina <jikos@kernel.org>
860 S:      Odd fixes
861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
862 F:      arch/x86/kernel/apm_32.c
863 F:      include/linux/apm_bios.h
864 F:      include/uapi/linux/apm_bios.h
865 F:      drivers/char/apm-emulation.c
866
867 APPLE BCM5974 MULTITOUCH DRIVER
868 M:      Henrik Rydberg <rydberg@bitmath.org>
869 L:      linux-input@vger.kernel.org
870 S:      Odd fixes
871 F:      drivers/input/mouse/bcm5974.c
872
873 APPLE SMC DRIVER
874 M:      Henrik Rydberg <rydberg@bitmath.org>
875 L:      linux-hwmon@vger.kernel.org
876 S:      Odd fixes
877 F:      drivers/hwmon/applesmc.c
878
879 APPLETALK NETWORK LAYER
880 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
881 S:      Maintained
882 F:      drivers/net/appletalk/
883 F:      net/appletalk/
884
885 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
886 M:      Duc Dang <dhdang@apm.com>
887 S:      Supported
888 F:      arch/arm64/boot/dts/apm/
889
890 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
891 M:      Iyappan Subramanian <isubramanian@apm.com>
892 M:      Keyur Chudgar <kchudgar@apm.com>
893 S:      Supported
894 F:      drivers/net/ethernet/apm/xgene/
895 F:      drivers/net/phy/mdio-xgene.c
896 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
897 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
898
899 APPLIED MICRO (APM) X-GENE SOC PMU
900 M:      Tai Nguyen <ttnguyen@apm.com>
901 S:      Supported
902 F:      drivers/perf/xgene_pmu.c
903 F:      Documentation/perf/xgene-pmu.txt
904 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
905
906 APTINA CAMERA SENSOR PLL
907 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
908 L:      linux-media@vger.kernel.org
909 S:      Maintained
910 F:      drivers/media/i2c/aptina-pll.*
911
912 ARC FRAMEBUFFER DRIVER
913 M:      Jaya Kumar <jayalk@intworks.biz>
914 S:      Maintained
915 F:      drivers/video/fbdev/arcfb.c
916 F:      drivers/video/fbdev/core/fb_defio.c
917
918 ARCNET NETWORK LAYER
919 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
920 L:      netdev@vger.kernel.org
921 S:      Maintained
922 F:      drivers/net/arcnet/
923 F:      include/uapi/linux/if_arcnet.h
924
925 ARC PGU DRM DRIVER
926 M:      Alexey Brodkin <abrodkin@synopsys.com>
927 S:      Supported
928 F:      drivers/gpu/drm/arc/
929 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
930
931 ARM ARCHITECTED TIMER DRIVER
932 M:      Mark Rutland <mark.rutland@arm.com>
933 M:      Marc Zyngier <marc.zyngier@arm.com>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/include/asm/arch_timer.h
937 F:      arch/arm64/include/asm/arch_timer.h
938 F:      drivers/clocksource/arm_arch_timer.c
939
940 ARM HDLCD DRM DRIVER
941 M:      Liviu Dudau <liviu.dudau@arm.com>
942 S:      Supported
943 F:      drivers/gpu/drm/arm/hdlcd_*
944 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
945
946 ARM MALI-DP DRM DRIVER
947 M:      Liviu Dudau <liviu.dudau@arm.com>
948 M:      Brian Starkey <brian.starkey@arm.com>
949 M:      Mali DP Maintainers <malidp@foss.arm.com>
950 S:      Supported
951 F:      drivers/gpu/drm/arm/
952 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
953
954 ARM MFM AND FLOPPY DRIVERS
955 M:      Ian Molton <spyro@f2s.com>
956 S:      Maintained
957 F:      arch/arm/lib/floppydma.S
958 F:      arch/arm/include/asm/floppy.h
959
960 ARM PMU PROFILING AND DEBUGGING
961 M:      Will Deacon <will.deacon@arm.com>
962 M:      Mark Rutland <mark.rutland@arm.com>
963 S:      Maintained
964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 F:      arch/arm*/kernel/perf_*
966 F:      arch/arm/oprofile/common.c
967 F:      arch/arm*/kernel/hw_breakpoint.c
968 F:      arch/arm*/include/asm/hw_breakpoint.h
969 F:      arch/arm*/include/asm/perf_event.h
970 F:      drivers/perf/*
971 F:      include/linux/perf/arm_pmu.h
972 F:      Documentation/devicetree/bindings/arm/pmu.txt
973
974 ARM PORT
975 M:      Russell King <linux@armlinux.org.uk>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 W:      http://www.armlinux.org.uk/
978 S:      Maintained
979 F:      arch/arm/
980
981 ARM SUB-ARCHITECTURES
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984 F:      arch/arm/mach-*/
985 F:      arch/arm/plat-*/
986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
987
988 ARM PRIMECELL AACI PL041 DRIVER
989 M:      Russell King <linux@armlinux.org.uk>
990 S:      Maintained
991 F:      sound/arm/aaci.*
992
993 ARM PRIMECELL CLCD PL110 DRIVER
994 M:      Russell King <linux@armlinux.org.uk>
995 S:      Maintained
996 F:      drivers/video/fbdev/amba-clcd.*
997
998 ARM PRIMECELL KMI PL050 DRIVER
999 M:      Russell King <linux@armlinux.org.uk>
1000 S:      Maintained
1001 F:      drivers/input/serio/ambakmi.*
1002 F:      include/linux/amba/kmi.h
1003
1004 ARM PRIMECELL MMCI PL180/1 DRIVER
1005 M:      Russell King <linux@armlinux.org.uk>
1006 S:      Maintained
1007 F:      drivers/mmc/host/mmci.*
1008 F:      include/linux/amba/mmci.h
1009
1010 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1011 M:      Russell King <linux@armlinux.org.uk>
1012 S:      Maintained
1013 F:      drivers/tty/serial/amba-pl01*.c
1014 F:      include/linux/amba/serial.h
1015
1016 ARM PRIMECELL BUS SUPPORT
1017 M:      Russell King <linux@armlinux.org.uk>
1018 S:      Maintained
1019 F:      drivers/amba/
1020 F:      include/linux/amba/bus.h
1021
1022 ARM/ADS SPHERE MACHINE SUPPORT
1023 M:      Lennert Buytenhek <kernel@wantstofly.org>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026
1027 ARM/AFEB9260 MACHINE SUPPORT
1028 M:      Sergey Lapin <slapin@ossfans.org>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S:      Maintained
1031
1032 ARM/AJECO 1ARM MACHINE SUPPORT
1033 M:      Lennert Buytenhek <kernel@wantstofly.org>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036
1037 ARM/Allwinner sunXi SoC support
1038 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1039 M:      Chen-Yu Tsai <wens@csie.org>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 N:      sun[x456789]i
1043 F:      arch/arm/boot/dts/ntc-gr8*
1044
1045 ARM/Allwinner SoC Clock Support
1046 M:      Emilio López <emilio@elopez.com.ar>
1047 S:      Maintained
1048 F:      drivers/clk/sunxi/
1049
1050 ARM/Amlogic Meson SoC support
1051 M:      Carlo Caione <carlo@caione.org>
1052 M:      Kevin Hilman <khilman@baylibre.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 L:      linux-amlogic@lists.infradead.org
1055 W:      http://linux-meson.com/
1056 S:      Maintained
1057 F:      arch/arm/mach-meson/
1058 F:      arch/arm/boot/dts/meson*
1059 F:      arch/arm64/boot/dts/amlogic/
1060 F:      drivers/pinctrl/meson/
1061 F:      drivers/mmc/host/meson*
1062 N:      meson
1063
1064 ARM/Annapurna Labs ALPINE ARCHITECTURE
1065 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1066 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069 F:      arch/arm/mach-alpine/
1070 F:      arch/arm/boot/dts/alpine*
1071 F:      arch/arm64/boot/dts/al/
1072 F:      drivers/*/*alpine*
1073
1074 ARM/ARTPEC MACHINE SUPPORT
1075 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1076 M:      Lars Persson <lars.persson@axis.com>
1077 M:      Niklas Cassel <niklas.cassel@axis.com>
1078 S:      Maintained
1079 L:      linux-arm-kernel@axis.com
1080 F:      arch/arm/mach-artpec
1081 F:      arch/arm/boot/dts/artpec6*
1082 F:      drivers/clk/axis
1083
1084 ARM/ASPEED MACHINE SUPPORT
1085 M:      Joel Stanley <joel@jms.id.au>
1086 S:      Maintained
1087 F:      arch/arm/mach-aspeed/
1088 F:      arch/arm/boot/dts/aspeed-*
1089 F:      drivers/*/*aspeed*
1090
1091 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1092 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1093 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1094 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 W:      http://www.linux4sam.org
1097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1098 S:      Supported
1099 F:      arch/arm/mach-at91/
1100 F:      include/soc/at91/
1101 F:      arch/arm/boot/dts/at91*.dts
1102 F:      arch/arm/boot/dts/at91*.dtsi
1103 F:      arch/arm/boot/dts/sama*.dts
1104 F:      arch/arm/boot/dts/sama*.dtsi
1105 F:      arch/arm/include/debug/at91.S
1106
1107 ARM/ATMEL AT91 Clock Support
1108 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1109 S:      Maintained
1110 F:      drivers/clk/at91
1111
1112 ARM/CALXEDA HIGHBANK ARCHITECTURE
1113 M:      Rob Herring <robh@kernel.org>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1116 F:      arch/arm/mach-highbank/
1117 F:      arch/arm/boot/dts/highbank.dts
1118 F:      arch/arm/boot/dts/ecx-*.dts*
1119
1120 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1121 M:      Krzysztof Halasa <khalasa@piap.pl>
1122 S:      Maintained
1123 F:      arch/arm/mach-cns3xxx/
1124
1125 ARM/CAVIUM THUNDER NETWORK DRIVER
1126 M:      Sunil Goutham <sgoutham@cavium.com>
1127 M:      Robert Richter <rric@kernel.org>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Supported
1130 F:      drivers/net/ethernet/cavium/thunder/
1131
1132 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1133 M:      Alexander Shiyan <shc_work@mail.ru>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Odd Fixes
1136 N:      clps711x
1137
1138 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1139 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1140 M:      Ryan Mallon <rmallon@gmail.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-ep93xx/
1144 F:      arch/arm/mach-ep93xx/include/mach/
1145
1146 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1147 M:      Lennert Buytenhek <kernel@wantstofly.org>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150
1151 ARM/CLKDEV SUPPORT
1152 M:      Russell King <linux@armlinux.org.uk>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Maintained
1155 F:      arch/arm/include/asm/clkdev.h
1156 F:      drivers/clk/clkdev.c
1157
1158 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1159 M:      Mike Rapoport <mike@compulab.co.il>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162
1163 ARM/CONTEC MICRO9 MACHINE SUPPORT
1164 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1165 S:      Maintained
1166 F:      arch/arm/mach-ep93xx/micro9.c
1167
1168 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1169 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      drivers/hwtracing/coresight/*
1173 F:      Documentation/trace/coresight.txt
1174 F:      Documentation/devicetree/bindings/arm/coresight.txt
1175 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1176 F:      tools/perf/arch/arm/util/pmu.c
1177 F:      tools/perf/arch/arm/util/auxtrace.c
1178 F:      tools/perf/arch/arm/util/cs-etm.c
1179 F:      tools/perf/arch/arm/util/cs-etm.h
1180 F:      tools/perf/util/cs-etm.h
1181
1182 ARM/CORGI MACHINE SUPPORT
1183 M:      Richard Purdie <rpurdie@rpsys.net>
1184 S:      Maintained
1185
1186 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1187 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 T:      git git://github.com/ulli-kroll/linux.git
1190 S:      Maintained
1191 F:      arch/arm/mach-gemini/
1192 F:      drivers/rtc/rtc-gemini.c
1193
1194 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1195 M:      Barry Song <baohua@kernel.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1198 S:      Maintained
1199 F:      arch/arm/boot/dts/prima2*
1200 F:      arch/arm/mach-prima2/
1201 F:      drivers/clk/sirf/
1202 F:      drivers/clocksource/timer-prima2.c
1203 F:      drivers/clocksource/timer-atlas7.c
1204 N:      [^a-z]sirf
1205
1206 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1207 M:      Baruch Siach <baruch@tkos.co.il>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 F:      arch/arm/boot/dts/cx92755*
1211 N:      digicolor
1212
1213 ARM/EBSA110 MACHINE SUPPORT
1214 M:      Russell King <linux@armlinux.org.uk>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 W:      http://www.armlinux.org.uk/
1217 S:      Maintained
1218 F:      arch/arm/mach-ebsa110/
1219 F:      drivers/net/ethernet/amd/am79c961a.*
1220
1221 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1222 M:      Uwe Kleine-König <kernel@pengutronix.de>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225 N:      efm32
1226
1227 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1228 M:      Daniel Ribeiro <drwyrm@gmail.com>
1229 M:      Stefan Schmidt <stefan@openezx.org>
1230 M:      Harald Welte <laforge@openezx.org>
1231 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1232 W:      http://www.openezx.org/
1233 S:      Maintained
1234 T:      topgit git://git.openezx.org/openezx.git
1235 F:      arch/arm/mach-pxa/ezx.c
1236
1237 ARM/FARADAY FA526 PORT
1238 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.berlios.de/gemini-board
1242 F:      arch/arm/mm/*-fa*
1243
1244 ARM/FOOTBRIDGE ARCHITECTURE
1245 M:      Russell King <linux@armlinux.org.uk>
1246 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 W:      http://www.armlinux.org.uk/
1248 S:      Maintained
1249 F:      arch/arm/include/asm/hardware/dec21285.h
1250 F:      arch/arm/mach-footbridge/
1251
1252 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1253 M:      Shawn Guo <shawnguo@kernel.org>
1254 M:      Sascha Hauer <kernel@pengutronix.de>
1255 R:      Fabio Estevam <fabio.estevam@nxp.com>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S:      Maintained
1258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1259 F:      arch/arm/mach-imx/
1260 F:      arch/arm/mach-mxs/
1261 F:      arch/arm/boot/dts/imx*
1262 F:      arch/arm/configs/imx*_defconfig
1263 F:      drivers/clk/imx/
1264 F:      include/soc/imx/
1265
1266 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1267 M:      Shawn Guo <shawnguo@kernel.org>
1268 M:      Sascha Hauer <kernel@pengutronix.de>
1269 R:      Stefan Agner <stefan@agner.ch>
1270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S:      Maintained
1272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1273 F:      arch/arm/mach-imx/*vf610*
1274 F:      arch/arm/boot/dts/vf*
1275
1276 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1277 M:      Lennert Buytenhek <kernel@wantstofly.org>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 S:      Maintained
1280
1281 ARM/GUMSTIX MACHINE SUPPORT
1282 M:      Steve Sakoman <sakoman@gmail.com>
1283 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 S:      Maintained
1285
1286 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1287 M:      Philipp Zabel <philipp.zabel@gmail.com>
1288 M:      Paul Parsons <lost.distance@yahoo.com>
1289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 S:      Maintained
1291 F:      arch/arm/mach-pxa/hx4700.c
1292 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1293 F:      sound/soc/pxa/hx4700.c
1294
1295 ARM/HISILICON SOC SUPPORT
1296 M:      Wei Xu <xuwei5@hisilicon.com>
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 W:      http://www.hisilicon.com
1299 S:      Supported
1300 T:      git git://github.com/hisilicon/linux-hisi.git
1301 F:      arch/arm/mach-hisi/
1302 F:      arch/arm/boot/dts/hi3*
1303 F:      arch/arm/boot/dts/hip*
1304 F:      arch/arm/boot/dts/hisi*
1305 F:      arch/arm64/boot/dts/hisilicon/
1306
1307 ARM/HP JORNADA 7XX MACHINE SUPPORT
1308 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1309 W:      www.jlime.com
1310 S:      Maintained
1311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1312 F:      arch/arm/mach-sa1100/jornada720.c
1313 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1314
1315 ARM/IGEP MACHINE SUPPORT
1316 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1317 M:      Javier Martinez Canillas <javier@dowhile0.org>
1318 L:      linux-omap@vger.kernel.org
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1321 F:      arch/arm/boot/dts/omap3-igep*
1322
1323 ARM/INCOME PXA270 SUPPORT
1324 M:      Marek Vasut <marek.vasut@gmail.com>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1328
1329 ARM/INTEL IOP32X ARM ARCHITECTURE
1330 M:      Lennert Buytenhek <kernel@wantstofly.org>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333
1334 ARM/INTEL IOP33X ARM ARCHITECTURE
1335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S:      Orphan
1337
1338 ARM/INTEL IOP13XX ARM ARCHITECTURE
1339 M:      Lennert Buytenhek <kernel@wantstofly.org>
1340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 S:      Maintained
1342
1343 ARM/INTEL IQ81342EX MACHINE SUPPORT
1344 M:      Lennert Buytenhek <kernel@wantstofly.org>
1345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 S:      Maintained
1347
1348 ARM/INTEL IXDP2850 MACHINE SUPPORT
1349 M:      Lennert Buytenhek <kernel@wantstofly.org>
1350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 S:      Maintained
1352
1353 ARM/INTEL IXP4XX ARM ARCHITECTURE
1354 M:      Imre Kaloz <kaloz@openwrt.org>
1355 M:      Krzysztof Halasa <khalasa@piap.pl>
1356 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 S:      Maintained
1358 F:      arch/arm/mach-ixp4xx/
1359
1360 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1361 M:      Jonathan Cameron <jic23@cam.ac.uk>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S:      Maintained
1364 F:      arch/arm/mach-pxa/stargate2.c
1365 F:      drivers/pcmcia/pxa2xx_stargate2.c
1366
1367 ARM/INTEL XSC3 (MANZANO) ARM CORE
1368 M:      Lennert Buytenhek <kernel@wantstofly.org>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S:      Maintained
1371
1372 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1373 M:      Lennert Buytenhek <kernel@wantstofly.org>
1374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 S:      Maintained
1376
1377 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1378 M:      Santosh Shilimkar <ssantosh@kernel.org>
1379 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S:      Maintained
1381 F:      arch/arm/mach-keystone/
1382 F:      arch/arm/boot/dts/keystone-*
1383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1384
1385 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1386 M:      Santosh Shilimkar <ssantosh@kernel.org>
1387 L:      linux-kernel@vger.kernel.org
1388 S:      Maintained
1389 F:      drivers/clk/keystone/
1390
1391 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1392 M:      Santosh Shilimkar <ssantosh@kernel.org>
1393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 L:      linux-kernel@vger.kernel.org
1395 S:      Maintained
1396 F:      drivers/clocksource/timer-keystone.c
1397
1398 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1399 M:      Santosh Shilimkar <ssantosh@kernel.org>
1400 L:      linux-kernel@vger.kernel.org
1401 S:      Maintained
1402 F:      drivers/power/reset/keystone-reset.c
1403
1404 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1405 M:      Santosh Shilimkar <ssantosh@kernel.org>
1406 L:      linux-kernel@vger.kernel.org
1407 S:      Maintained
1408 F:      drivers/memory/*emif*
1409
1410 ARM/LG1K ARCHITECTURE
1411 M:      Chanho Min <chanho.min@lge.com>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S:      Maintained
1414 F:      arch/arm64/boot/dts/lg/
1415
1416 ARM/LOGICPD PXA270 MACHINE SUPPORT
1417 M:      Lennert Buytenhek <kernel@wantstofly.org>
1418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 S:      Maintained
1420
1421 ARM/LPC18XX ARCHITECTURE
1422 M:      Joachim Eastwood <manabian@gmail.com>
1423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 S:      Maintained
1425 F:      arch/arm/boot/dts/lpc43*
1426 F:      drivers/clk/nxp/clk-lpc18xx*
1427 F:      drivers/clocksource/time-lpc32xx.c
1428 F:      drivers/i2c/busses/i2c-lpc2k.c
1429 F:      drivers/memory/pl172.c
1430 F:      drivers/mtd/spi-nor/nxp-spifi.c
1431 F:      drivers/rtc/rtc-lpc24xx.c
1432 N:      lpc18xx
1433
1434 ARM/LPC32XX SOC SUPPORT
1435 M:      Vladimir Zapolskiy <vz@mleia.com>
1436 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1439 S:      Maintained
1440 F:      arch/arm/boot/dts/lpc32*
1441 F:      arch/arm/mach-lpc32xx/
1442 F:      drivers/i2c/busses/i2c-pnx.c
1443 F:      drivers/net/ethernet/nxp/lpc_eth.c
1444 F:      drivers/usb/host/ohci-nxp.c
1445 F:      drivers/watchdog/pnx4008_wdt.c
1446 N:      lpc32xx
1447
1448 ARM/MAGICIAN MACHINE SUPPORT
1449 M:      Philipp Zabel <philipp.zabel@gmail.com>
1450 S:      Maintained
1451
1452 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1453 M:      Jason Cooper <jason@lakedaemon.net>
1454 M:      Andrew Lunn <andrew@lunn.ch>
1455 M:      Gregory Clement <gregory.clement@free-electrons.com>
1456 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1457 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1458 S:      Maintained
1459 F:      arch/arm/mach-mvebu/
1460 F:      drivers/rtc/rtc-armada38x.c
1461 F:      arch/arm/boot/dts/armada*
1462 F:      arch/arm/boot/dts/kirkwood*
1463 F:      arch/arm64/boot/dts/marvell/armada*
1464 F:      drivers/cpufreq/mvebu-cpufreq.c
1465 F:      arch/arm/configs/mvebu_*_defconfig
1466
1467 ARM/Marvell Berlin SoC support
1468 M:      Jisheng Zhang <jszhang@marvell.com>
1469 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-berlin/
1473 F:      arch/arm/boot/dts/berlin*
1474 F:      arch/arm64/boot/dts/marvell/berlin*
1475
1476
1477 ARM/Marvell Dove/MV78xx0/Orion SOC support
1478 M:      Jason Cooper <jason@lakedaemon.net>
1479 M:      Andrew Lunn <andrew@lunn.ch>
1480 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1481 M:      Gregory Clement <gregory.clement@free-electrons.com>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 S:      Maintained
1484 F:      arch/arm/mach-dove/
1485 F:      arch/arm/mach-mv78xx0/
1486 F:      arch/arm/mach-orion5x/
1487 F:      arch/arm/plat-orion/
1488 F:      arch/arm/boot/dts/dove*
1489 F:      arch/arm/boot/dts/orion5x*
1490
1491
1492 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1493 M:      Alexander Clouter <alex@digriz.org.uk>
1494 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 W:      http://www.digriz.org.uk/ts78xx/kernel
1496 S:      Maintained
1497 F:      arch/arm/mach-orion5x/ts78xx-*
1498
1499 ARM/OXNAS platform support
1500 M:      Neil Armstrong <narmstrong@baylibre.com>
1501 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1502 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1503 S:      Maintained
1504 F:      arch/arm/mach-oxnas/
1505 F:      arch/arm/boot/dts/oxnas*
1506 F:      arch/arm/boot/dts/wd-mbwe.dts
1507 N:      oxnas
1508
1509 ARM/Mediatek RTC DRIVER
1510 M:      Eddie Huang <eddie.huang@mediatek.com>
1511 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1512 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1513 S:      Maintained
1514 F:      drivers/rtc/rtc-mt6397.c
1515
1516 ARM/Mediatek SoC support
1517 M:      Matthias Brugger <matthias.bgg@gmail.com>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1520 S:      Maintained
1521 F:      arch/arm/boot/dts/mt6*
1522 F:      arch/arm/boot/dts/mt8*
1523 F:      arch/arm/mach-mediatek/
1524 N:      mtk
1525 K:      mediatek
1526
1527 ARM/Mediatek USB3 PHY DRIVER
1528 M:      Chunfeng Yun <chunfeng.yun@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/phy/phy-mt65xx-usb3.c
1533
1534 ARM/MICREL KS8695 ARCHITECTURE
1535 M:      Greg Ungerer <gerg@uclinux.org>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 F:      arch/arm/mach-ks8695/
1538 S:      Odd Fixes
1539
1540 ARM/MIOA701 MACHINE SUPPORT
1541 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 F:      arch/arm/mach-pxa/mioa701.c
1544 S:      Maintained
1545
1546 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1547 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1548 S:      Maintained
1549
1550 ARM/NOMADIK ARCHITECTURE
1551 M:      Alessandro Rubini <rubini@unipv.it>
1552 M:      Linus Walleij <linus.walleij@linaro.org>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Maintained
1555 F:      arch/arm/mach-nomadik/
1556 F:      drivers/pinctrl/nomadik/
1557 F:      drivers/i2c/busses/i2c-nomadik.c
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1559
1560 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1561 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1562 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1563 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1564 S:      Supported
1565
1566 ARM/TOSA MACHINE SUPPORT
1567 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1568 M:      Dirk Opfer <dirk@opfer-online.de>
1569 S:      Maintained
1570
1571 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1572 M:      Marek Vasut <marek.vasut@gmail.com>
1573 L:      linux-arm-kernel@lists.infradead.org
1574 W:      http://hackndev.com
1575 S:      Maintained
1576 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1577 F:      arch/arm/mach-pxa/palmtx.c
1578 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1579 F:      arch/arm/mach-pxa/palmt5.c
1580 F:      arch/arm/mach-pxa/include/mach/palmld.h
1581 F:      arch/arm/mach-pxa/palmld.c
1582 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1583 F:      arch/arm/mach-pxa/palmte2.c
1584 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1585 F:      arch/arm/mach-pxa/palmtc.c
1586
1587 ARM/PALM TREO SUPPORT
1588 M:      Tomas Cech <sleep_walker@suse.com>
1589 L:      linux-arm-kernel@lists.infradead.org
1590 W:      http://hackndev.com
1591 S:      Maintained
1592 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1593 F:      arch/arm/mach-pxa/palmtreo.c
1594
1595 ARM/PALMZ72 SUPPORT
1596 M:      Sergey Lapin <slapin@ossfans.org>
1597 L:      linux-arm-kernel@lists.infradead.org
1598 W:      http://hackndev.com
1599 S:      Maintained
1600 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1601 F:      arch/arm/mach-pxa/palmz72.c
1602
1603 ARM/PLEB SUPPORT
1604 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1605 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1606 S:      Maintained
1607
1608 ARM/PT DIGITAL BOARD PORT
1609 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 W:      http://www.armlinux.org.uk/
1612 S:      Maintained
1613
1614 ARM/QUALCOMM SUPPORT
1615 M:      Andy Gross <andy.gross@linaro.org>
1616 M:      David Brown <david.brown@linaro.org>
1617 L:      linux-arm-msm@vger.kernel.org
1618 L:      linux-soc@vger.kernel.org
1619 S:      Maintained
1620 F:      Documentation/devicetree/bindings/soc/qcom/
1621 F:      arch/arm/boot/dts/qcom-*.dts
1622 F:      arch/arm/boot/dts/qcom-*.dtsi
1623 F:      arch/arm/mach-qcom/
1624 F:      arch/arm64/boot/dts/qcom/*
1625 F:      drivers/i2c/busses/i2c-qup.c
1626 F:      drivers/clk/qcom/
1627 F:      drivers/soc/qcom/
1628 F:      drivers/spi/spi-qup.c
1629 F:      drivers/tty/serial/msm_serial.h
1630 F:      drivers/tty/serial/msm_serial.c
1631 F:      drivers/*/pm8???-*
1632 F:      drivers/mfd/ssbi.c
1633 F:      drivers/firmware/qcom_scm.c
1634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1635
1636 ARM/RADISYS ENP2611 MACHINE SUPPORT
1637 M:      Lennert Buytenhek <kernel@wantstofly.org>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 S:      Maintained
1640
1641 ARM/RENESAS ARM64 ARCHITECTURE
1642 M:      Simon Horman <horms@verge.net.au>
1643 M:      Magnus Damm <magnus.damm@gmail.com>
1644 L:      linux-renesas-soc@vger.kernel.org
1645 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1647 S:      Supported
1648 F:      arch/arm64/boot/dts/renesas/
1649 F:      drivers/soc/renesas/
1650 F:      include/linux/soc/renesas/
1651
1652 ARM/RISCPC ARCHITECTURE
1653 M:      Russell King <linux@armlinux.org.uk>
1654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 W:      http://www.armlinux.org.uk/
1656 S:      Maintained
1657 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1658 F:      arch/arm/include/asm/hardware/ioc.h
1659 F:      arch/arm/include/asm/hardware/iomd.h
1660 F:      arch/arm/include/asm/hardware/memc.h
1661 F:      arch/arm/mach-rpc/
1662 F:      drivers/net/ethernet/8390/etherh.c
1663 F:      drivers/net/ethernet/i825xx/ether1*
1664 F:      drivers/net/ethernet/seeq/ether3*
1665 F:      drivers/scsi/arm/
1666
1667 ARM/Rockchip SoC support
1668 M:      Heiko Stuebner <heiko@sntech.de>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 L:      linux-rockchip@lists.infradead.org
1671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1672 S:      Maintained
1673 F:      arch/arm/boot/dts/rk3*
1674 F:      arch/arm/mach-rockchip/
1675 F:      drivers/clk/rockchip/
1676 F:      drivers/i2c/busses/i2c-rk3x.c
1677 F:      drivers/*/*rockchip*
1678 F:      drivers/*/*/*rockchip*
1679 F:      sound/soc/rockchip/
1680 N:      rockchip
1681
1682 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1683 M:      Kukjin Kim <kgene@kernel.org>
1684 M:      Krzysztof Kozlowski <krzk@kernel.org>
1685 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1688 S:      Maintained
1689 F:      arch/arm/boot/dts/s3c*
1690 F:      arch/arm/boot/dts/s5p*
1691 F:      arch/arm/boot/dts/samsung*
1692 F:      arch/arm/boot/dts/exynos*
1693 F:      arch/arm64/boot/dts/exynos/
1694 F:      arch/arm/plat-samsung/
1695 F:      arch/arm/mach-s3c24*/
1696 F:      arch/arm/mach-s3c64xx/
1697 F:      arch/arm/mach-s5p*/
1698 F:      arch/arm/mach-exynos*/
1699 F:      drivers/*/*s3c24*
1700 F:      drivers/*/*/*s3c24*
1701 F:      drivers/*/*s3c64xx*
1702 F:      drivers/*/*s5pv210*
1703 F:      drivers/memory/samsung/*
1704 F:      drivers/soc/samsung/*
1705 F:      Documentation/arm/Samsung/
1706 F:      Documentation/devicetree/bindings/arm/samsung/
1707 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1708 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1709 N:      exynos
1710
1711 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1712 M:      Kyungmin Park <kyungmin.park@samsung.com>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715 F:      arch/arm/mach-s5pv210/
1716
1717 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1718 M:      Kyungmin Park <kyungmin.park@samsung.com>
1719 M:      Kamil Debski <kamil@wypas.org>
1720 M:      Andrzej Hajda <a.hajda@samsung.com>
1721 L:      linux-arm-kernel@lists.infradead.org
1722 L:      linux-media@vger.kernel.org
1723 S:      Maintained
1724 F:      drivers/media/platform/s5p-g2d/
1725
1726 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1727 M:      Kyungmin Park <kyungmin.park@samsung.com>
1728 M:      Kamil Debski <kamil@wypas.org>
1729 M:      Jeongtae Park <jtp.park@samsung.com>
1730 M:      Andrzej Hajda <a.hajda@samsung.com>
1731 L:      linux-arm-kernel@lists.infradead.org
1732 L:      linux-media@vger.kernel.org
1733 S:      Maintained
1734 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1735 F:      drivers/media/platform/s5p-mfc/
1736
1737 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1738 M:      Kyungmin Park <kyungmin.park@samsung.com>
1739 L:      linux-arm-kernel@lists.infradead.org
1740 L:      linux-media@vger.kernel.org
1741 S:      Maintained
1742 F:      drivers/staging/media/platform/s5p-cec/
1743
1744 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1745 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1746 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1747 L:      linux-arm-kernel@lists.infradead.org
1748 L:      linux-media@vger.kernel.org
1749 S:      Maintained
1750 F:      drivers/media/platform/s5p-jpeg/
1751
1752 ARM/SHMOBILE ARM ARCHITECTURE
1753 M:      Simon Horman <horms@verge.net.au>
1754 M:      Magnus Damm <magnus.damm@gmail.com>
1755 L:      linux-renesas-soc@vger.kernel.org
1756 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1758 S:      Supported
1759 F:      arch/arm/boot/dts/emev2*
1760 F:      arch/arm/boot/dts/r7s*
1761 F:      arch/arm/boot/dts/r8a*
1762 F:      arch/arm/boot/dts/sh*
1763 F:      arch/arm/configs/shmobile_defconfig
1764 F:      arch/arm/include/debug/renesas-scif.S
1765 F:      arch/arm/mach-shmobile/
1766 F:      drivers/soc/renesas/
1767 F:      include/linux/soc/renesas/
1768
1769 ARM/SOCFPGA ARCHITECTURE
1770 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1771 S:      Maintained
1772 F:      arch/arm/mach-socfpga/
1773 F:      arch/arm/boot/dts/socfpga*
1774 F:      arch/arm/configs/socfpga_defconfig
1775 F:      arch/arm64/boot/dts/altera/
1776 W:      http://www.rocketboards.org
1777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1778
1779 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1780 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1781 S:      Maintained
1782 F:      drivers/clk/socfpga/
1783
1784 ARM/SOCFPGA EDAC SUPPORT
1785 M:      Thor Thayer <tthayer@opensource.altera.com>
1786 S:      Maintained
1787 F:      drivers/edac/altera_edac.
1788
1789 ARM/STI ARCHITECTURE
1790 M:      Patrice Chotard <patrice.chotard@st.com>
1791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 L:      kernel@stlinux.com
1793 W:      http://www.stlinux.com
1794 S:      Maintained
1795 F:      arch/arm/mach-sti/
1796 F:      arch/arm/boot/dts/sti*
1797 F:      drivers/char/hw_random/st-rng.c
1798 F:      drivers/clocksource/arm_global_timer.c
1799 F:      drivers/clocksource/clksrc_st_lpc.c
1800 F:      drivers/cpufreq/sti-cpufreq.c
1801 F:      drivers/dma/st_fdma*
1802 F:      drivers/i2c/busses/i2c-st.c
1803 F:      drivers/media/rc/st_rc.c
1804 F:      drivers/media/platform/sti/c8sectpfe/
1805 F:      drivers/mmc/host/sdhci-st.c
1806 F:      drivers/phy/phy-miphy28lp.c
1807 F:      drivers/phy/phy-miphy365x.c
1808 F:      drivers/phy/phy-stih407-usb.c
1809 F:      drivers/phy/phy-stih41x-usb.c
1810 F:      drivers/pinctrl/pinctrl-st.c
1811 F:      drivers/remoteproc/st_remoteproc.c
1812 F:      drivers/remoteproc/st_slim_rproc.c
1813 F:      drivers/reset/sti/
1814 F:      drivers/rtc/rtc-st-lpc.c
1815 F:      drivers/tty/serial/st-asc.c
1816 F:      drivers/usb/dwc3/dwc3-st.c
1817 F:      drivers/usb/host/ehci-st.c
1818 F:      drivers/usb/host/ohci-st.c
1819 F:      drivers/watchdog/st_lpc_wdt.c
1820 F:      drivers/ata/ahci_st.c
1821 F:      include/linux/remoteproc/st_slim_rproc.h
1822
1823 ARM/STM32 ARCHITECTURE
1824 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1825 M:      Alexandre Torgue <alexandre.torgue@st.com>
1826 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1827 S:      Maintained
1828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1829 N:      stm32
1830 F:      drivers/clocksource/armv7m_systick.c
1831
1832 ARM/TANGO ARCHITECTURE
1833 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1834 L:      linux-arm-kernel@lists.infradead.org
1835 S:      Maintained
1836 N:      tango
1837
1838 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1839 M:      Lennert Buytenhek <kernel@wantstofly.org>
1840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1841 S:      Maintained
1842
1843 ARM/TETON BGA MACHINE SUPPORT
1844 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 S:      Maintained
1847
1848 ARM/THECUS N2100 MACHINE SUPPORT
1849 M:      Lennert Buytenhek <kernel@wantstofly.org>
1850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1851 S:      Maintained
1852
1853 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1854 M:      Wan ZongShun <mcuos.com@gmail.com>
1855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 W:      http://www.mcuos.com
1857 S:      Maintained
1858 F:      arch/arm/mach-w90x900/
1859 F:      drivers/input/keyboard/w90p910_keypad.c
1860 F:      drivers/input/touchscreen/w90p910_ts.c
1861 F:      drivers/watchdog/nuc900_wdt.c
1862 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1863 F:      drivers/mtd/nand/nuc900_nand.c
1864 F:      drivers/rtc/rtc-nuc900.c
1865 F:      drivers/spi/spi-nuc900.c
1866 F:      drivers/usb/host/ehci-w90x900.c
1867 F:      drivers/video/fbdev/nuc900fb.c
1868
1869 ARM/U300 MACHINE SUPPORT
1870 M:      Linus Walleij <linus.walleij@linaro.org>
1871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 S:      Supported
1873 F:      arch/arm/mach-u300/
1874 F:      drivers/clocksource/timer-u300.c
1875 F:      drivers/i2c/busses/i2c-stu300.c
1876 F:      drivers/rtc/rtc-coh901331.c
1877 F:      drivers/watchdog/coh901327_wdt.c
1878 F:      drivers/dma/coh901318*
1879 F:      drivers/mfd/ab3100*
1880 F:      drivers/rtc/rtc-ab3100.c
1881 F:      drivers/rtc/rtc-coh901331.c
1882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1883
1884 ARM/UNIPHIER ARCHITECTURE
1885 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1888 S:      Maintained
1889 F:      arch/arm/boot/dts/uniphier*
1890 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1891 F:      arch/arm/mach-uniphier/
1892 F:      arch/arm/mm/cache-uniphier.c
1893 F:      arch/arm64/boot/dts/socionext/
1894 F:      drivers/bus/uniphier-system-bus.c
1895 F:      drivers/clk/uniphier/
1896 F:      drivers/i2c/busses/i2c-uniphier*
1897 F:      drivers/pinctrl/uniphier/
1898 F:      drivers/reset/reset-uniphier.c
1899 F:      drivers/tty/serial/8250/8250_uniphier.c
1900 N:      uniphier
1901
1902 ARM/Ux500 ARM ARCHITECTURE
1903 M:      Linus Walleij <linus.walleij@linaro.org>
1904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 S:      Maintained
1906 F:      arch/arm/mach-ux500/
1907 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1908 F:      drivers/dma/ste_dma40*
1909 F:      drivers/hwspinlock/u8500_hsem.c
1910 F:      drivers/mfd/abx500*
1911 F:      drivers/mfd/ab8500*
1912 F:      drivers/mfd/dbx500*
1913 F:      drivers/mfd/db8500*
1914 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1915 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1916 F:      drivers/rtc/rtc-ab8500.c
1917 F:      drivers/rtc/rtc-pl031.c
1918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1919
1920 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1921 M:      Ulf Hansson <ulf.hansson@linaro.org>
1922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 T:      git git://git.linaro.org/people/ulfh/clk.git
1924 S:      Maintained
1925 F:      drivers/clk/ux500/
1926
1927 ARM/VERSATILE EXPRESS PLATFORM
1928 M:      Liviu Dudau <liviu.dudau@arm.com>
1929 M:      Sudeep Holla <sudeep.holla@arm.com>
1930 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 S:      Maintained
1933 F:      arch/arm/boot/dts/vexpress*
1934 F:      arch/arm64/boot/dts/arm/
1935 F:      arch/arm/mach-vexpress/
1936 F:      */*/vexpress*
1937 F:      */*/*/vexpress*
1938 F:      drivers/clk/versatile/clk-vexpress-osc.c
1939 F:      drivers/clocksource/versatile.c
1940 N:      mps2
1941
1942 ARM/VFP SUPPORT
1943 M:      Russell King <linux@armlinux.org.uk>
1944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1945 W:      http://www.armlinux.org.uk/
1946 S:      Maintained
1947 F:      arch/arm/vfp/
1948
1949 ARM/VOIPAC PXA270 SUPPORT
1950 M:      Marek Vasut <marek.vasut@gmail.com>
1951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1952 S:      Maintained
1953 F:      arch/arm/mach-pxa/vpac270.c
1954 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1955
1956 ARM/VT8500 ARM ARCHITECTURE
1957 M:      Tony Prisk <linux@prisktech.co.nz>
1958 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1959 S:      Maintained
1960 F:      arch/arm/mach-vt8500/
1961 F:      drivers/clocksource/vt8500_timer.c
1962 F:      drivers/i2c/busses/i2c-wmt.c
1963 F:      drivers/mmc/host/wmt-sdmmc.c
1964 F:      drivers/pwm/pwm-vt8500.c
1965 F:      drivers/rtc/rtc-vt8500.c
1966 F:      drivers/tty/serial/vt8500_serial.c
1967 F:      drivers/usb/host/ehci-platform.c
1968 F:      drivers/usb/host/uhci-platform.c
1969 F:      drivers/video/fbdev/vt8500lcdfb.*
1970 F:      drivers/video/fbdev/wm8505fb*
1971 F:      drivers/video/fbdev/wmt_ge_rops.*
1972
1973 ARM/ZIPIT Z2 SUPPORT
1974 M:      Marek Vasut <marek.vasut@gmail.com>
1975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1976 S:      Maintained
1977 F:      arch/arm/mach-pxa/z2.c
1978 F:      arch/arm/mach-pxa/include/mach/z2.h
1979
1980 ARM/ZTE ARCHITECTURE
1981 M:      Jun Nie <jun.nie@linaro.org>
1982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983 S:      Maintained
1984 F:      arch/arm/mach-zx/
1985 F:      drivers/clk/zte/
1986 F:      Documentation/devicetree/bindings/arm/zte.txt
1987 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1988
1989 ARM/ZYNQ ARCHITECTURE
1990 M:      Michal Simek <michal.simek@xilinx.com>
1991 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1993 W:      http://wiki.xilinx.com
1994 T:      git https://github.com/Xilinx/linux-xlnx.git
1995 S:      Supported
1996 F:      arch/arm/mach-zynq/
1997 F:      drivers/cpuidle/cpuidle-zynq.c
1998 F:      drivers/block/xsysace.c
1999 N:      zynq
2000 N:      xilinx
2001 F:      drivers/clocksource/cadence_ttc_timer.c
2002 F:      drivers/i2c/busses/i2c-cadence.c
2003 F:      drivers/mmc/host/sdhci-of-arasan.c
2004 F:      drivers/edac/synopsys_edac.c
2005
2006 ARM SMMU DRIVERS
2007 M:      Will Deacon <will.deacon@arm.com>
2008 R:      Robin Murphy <robin.murphy@arm.com>
2009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2010 S:      Maintained
2011 F:      drivers/iommu/arm-smmu.c
2012 F:      drivers/iommu/arm-smmu-v3.c
2013 F:      drivers/iommu/io-pgtable-arm.c
2014 F:      drivers/iommu/io-pgtable-arm-v7s.c
2015
2016 ARM64 PORT (AARCH64 ARCHITECTURE)
2017 M:      Catalin Marinas <catalin.marinas@arm.com>
2018 M:      Will Deacon <will.deacon@arm.com>
2019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2021 S:      Maintained
2022 F:      arch/arm64/
2023 F:      Documentation/arm64/
2024
2025 AS3645A LED FLASH CONTROLLER DRIVER
2026 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2027 L:      linux-media@vger.kernel.org
2028 T:      git git://linuxtv.org/media_tree.git
2029 S:      Maintained
2030 F:      drivers/media/i2c/as3645a.c
2031 F:      include/media/i2c/as3645a.h
2032
2033 ASAHI KASEI AK8974 DRIVER
2034 M:      Linus Walleij <linus.walleij@linaro.org>
2035 L:      linux-iio@vger.kernel.org
2036 W:      http://www.akm.com/
2037 S:      Supported
2038 F:      drivers/iio/magnetometer/ak8974.c
2039
2040 ASC7621 HARDWARE MONITOR DRIVER
2041 M:      George Joseph <george.joseph@fairview5.com>
2042 L:      linux-hwmon@vger.kernel.org
2043 S:      Maintained
2044 F:      Documentation/hwmon/asc7621
2045 F:      drivers/hwmon/asc7621.c
2046
2047 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2048 M:      Corentin Chary <corentin.chary@gmail.com>
2049 L:      acpi4asus-user@lists.sourceforge.net
2050 L:      platform-driver-x86@vger.kernel.org
2051 W:      http://acpi4asus.sf.net
2052 S:      Maintained
2053 F:      drivers/platform/x86/asus*.c
2054 F:      drivers/platform/x86/eeepc*.c
2055
2056 ASUS WIRELESS RADIO CONTROL DRIVER
2057 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2058 L:      platform-driver-x86@vger.kernel.org
2059 S:      Maintained
2060 F:      drivers/platform/x86/asus-wireless.c
2061
2062 ASYMMETRIC KEYS
2063 M:      David Howells <dhowells@redhat.com>
2064 L:      keyrings@vger.kernel.org
2065 S:      Maintained
2066 F:      Documentation/crypto/asymmetric-keys.txt
2067 F:      include/linux/verification.h
2068 F:      include/crypto/public_key.h
2069 F:      include/crypto/pkcs7.h
2070 F:      crypto/asymmetric_keys/
2071
2072 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2073 R:      Dan Williams <dan.j.williams@intel.com>
2074 W:      http://sourceforge.net/projects/xscaleiop
2075 S:      Odd fixes
2076 F:      Documentation/crypto/async-tx-api.txt
2077 F:      crypto/async_tx/
2078 F:      drivers/dma/
2079 F:      include/linux/dmaengine.h
2080 F:      include/linux/async_tx.h
2081
2082 AT24 EEPROM DRIVER
2083 M:      Wolfram Sang <wsa@the-dreams.de>
2084 L:      linux-i2c@vger.kernel.org
2085 S:      Maintained
2086 F:      drivers/misc/eeprom/at24.c
2087 F:      include/linux/platform_data/at24.h
2088
2089 ATA OVER ETHERNET (AOE) DRIVER
2090 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2091 W:      http://www.openaoe.org/
2092 S:      Supported
2093 F:      Documentation/aoe/
2094 F:      drivers/block/aoe/
2095
2096 ATHEROS 71XX/9XXX GPIO DRIVER
2097 M:      Alban Bedel <albeu@free.fr>
2098 W:      https://github.com/AlbanBedel/linux
2099 T:      git git://github.com/AlbanBedel/linux
2100 S:      Maintained
2101 F:      drivers/gpio/gpio-ath79.c
2102 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2103
2104 ATHEROS ATH GENERIC UTILITIES
2105 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2106 L:      linux-wireless@vger.kernel.org
2107 S:      Supported
2108 F:      drivers/net/wireless/ath/*
2109
2110 ATHEROS ATH5K WIRELESS DRIVER
2111 M:      Jiri Slaby <jirislaby@gmail.com>
2112 M:      Nick Kossifidis <mickflemm@gmail.com>
2113 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2114 L:      linux-wireless@vger.kernel.org
2115 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2116 S:      Maintained
2117 F:      drivers/net/wireless/ath/ath5k/
2118
2119 ATHEROS ATH6KL WIRELESS DRIVER
2120 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2121 L:      linux-wireless@vger.kernel.org
2122 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2124 S:      Supported
2125 F:      drivers/net/wireless/ath/ath6kl/
2126
2127 WILOCITY WIL6210 WIRELESS DRIVER
2128 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2129 L:      linux-wireless@vger.kernel.org
2130 L:      wil6210@qca.qualcomm.com
2131 S:      Supported
2132 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2133 F:      drivers/net/wireless/ath/wil6210/
2134 F:      include/uapi/linux/wil6210_uapi.h
2135
2136 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2137 M:      Christian Lamparter <chunkeey@googlemail.com>
2138 L:      linux-wireless@vger.kernel.org
2139 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2140 S:      Maintained
2141 F:      drivers/net/wireless/ath/carl9170/
2142
2143 ATK0110 HWMON DRIVER
2144 M:      Luca Tettamanti <kronos.it@gmail.com>
2145 L:      linux-hwmon@vger.kernel.org
2146 S:      Maintained
2147 F:      drivers/hwmon/asus_atk0110.c
2148
2149 ATI_REMOTE2 DRIVER
2150 M:      Ville Syrjala <syrjala@sci.fi>
2151 S:      Maintained
2152 F:      drivers/input/misc/ati_remote2.c
2153
2154 ATLX ETHERNET DRIVERS
2155 M:      Jay Cliburn <jcliburn@gmail.com>
2156 M:      Chris Snook <chris.snook@gmail.com>
2157 L:      netdev@vger.kernel.org
2158 W:      http://sourceforge.net/projects/atl1
2159 W:      http://atl1.sourceforge.net
2160 S:      Maintained
2161 F:      drivers/net/ethernet/atheros/
2162
2163 ATM
2164 M:      Chas Williams <3chas3@gmail.com>
2165 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2166 L:      netdev@vger.kernel.org
2167 W:      http://linux-atm.sourceforge.net
2168 S:      Maintained
2169 F:      drivers/atm/
2170 F:      include/linux/atm*
2171 F:      include/uapi/linux/atm*
2172
2173 ATMEL AT91 / AT32 MCI DRIVER
2174 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2175 S:      Maintained
2176 F:      drivers/mmc/host/atmel-mci.c
2177
2178 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2179 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2180 S:      Supported
2181 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2182
2183 ATMEL SAMA5D2 ADC DRIVER
2184 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2185 L:      linux-iio@vger.kernel.org
2186 S:      Supported
2187 F:      drivers/iio/adc/at91-sama5d2_adc.c
2188
2189 ATMEL Audio ALSA driver
2190 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2191 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2192 S:      Supported
2193 F:      sound/soc/atmel
2194
2195 ATMEL DMA DRIVER
2196 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2198 S:      Supported
2199 F:      drivers/dma/at_hdmac.c
2200 F:      drivers/dma/at_hdmac_regs.h
2201 F:      include/linux/platform_data/dma-atmel.h
2202
2203 ATMEL XDMA DRIVER
2204 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2205 L:      linux-arm-kernel@lists.infradead.org
2206 L:      dmaengine@vger.kernel.org
2207 S:      Supported
2208 F:      drivers/dma/at_xdmac.c
2209
2210 ATMEL I2C DRIVER
2211 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2212 L:      linux-i2c@vger.kernel.org
2213 S:      Supported
2214 F:      drivers/i2c/busses/i2c-at91.c
2215
2216 ATMEL ISI DRIVER
2217 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2218 L:      linux-media@vger.kernel.org
2219 S:      Supported
2220 F:      drivers/media/platform/soc_camera/atmel-isi.c
2221 F:      include/media/atmel-isi.h
2222
2223 ATMEL LCDFB DRIVER
2224 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2225 L:      linux-fbdev@vger.kernel.org
2226 S:      Maintained
2227 F:      drivers/video/fbdev/atmel_lcdfb.c
2228 F:      include/video/atmel_lcdc.h
2229
2230 ATMEL MACB ETHERNET DRIVER
2231 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2232 S:      Supported
2233 F:      drivers/net/ethernet/cadence/
2234
2235 ATMEL NAND DRIVER
2236 M:      Wenyou Yang <wenyou.yang@atmel.com>
2237 M:      Josh Wu <rainyfeeling@outlook.com>
2238 L:      linux-mtd@lists.infradead.org
2239 S:      Supported
2240 F:      drivers/mtd/nand/atmel_nand*
2241
2242 ATMEL SDMMC DRIVER
2243 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2244 L:      linux-mmc@vger.kernel.org
2245 S:      Supported
2246 F:      drivers/mmc/host/sdhci-of-at91.c
2247
2248 ATMEL SPI DRIVER
2249 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2250 S:      Supported
2251 F:      drivers/spi/spi-atmel.*
2252
2253 ATMEL SSC DRIVER
2254 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2256 S:      Supported
2257 F:      drivers/misc/atmel-ssc.c
2258 F:      include/linux/atmel-ssc.h
2259
2260 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2261 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2263 S:      Supported
2264 F:      drivers/misc/atmel_tclib.c
2265 F:      drivers/clocksource/tcb_clksrc.c
2266
2267 ATMEL USBA UDC DRIVER
2268 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2270 S:      Supported
2271 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2272
2273 ATMEL WIRELESS DRIVER
2274 M:      Simon Kelley <simon@thekelleys.org.uk>
2275 L:      linux-wireless@vger.kernel.org
2276 W:      http://www.thekelleys.org.uk/atmel
2277 W:      http://atmelwlandriver.sourceforge.net/
2278 S:      Maintained
2279 F:      drivers/net/wireless/atmel/atmel*
2280
2281 ATMEL MAXTOUCH DRIVER
2282 M:      Nick Dyer <nick@shmanahar.org>
2283 T:      git git://github.com/ndyer/linux.git
2284 S:      Maintained
2285 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2286 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2287 F:      include/linux/platform_data/atmel_mxt_ts.h
2288
2289 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2290 M:      Bradley Grove <linuxdrivers@attotech.com>
2291 L:      linux-scsi@vger.kernel.org
2292 W:      http://www.attotech.com
2293 S:      Supported
2294 F:      drivers/scsi/esas2r
2295
2296 ATUSB IEEE 802.15.4 RADIO DRIVER
2297 M:      Stefan Schmidt <stefan@osg.samsung.com>
2298 L:      linux-wpan@vger.kernel.org
2299 S:      Maintained
2300 F:      drivers/net/ieee802154/atusb.c
2301 F:      drivers/net/ieee802154/atusb.h
2302 F:      drivers/net/ieee802154/at86rf230.h
2303
2304 AUDIT SUBSYSTEM
2305 M:      Paul Moore <paul@paul-moore.com>
2306 M:      Eric Paris <eparis@redhat.com>
2307 L:      linux-audit@redhat.com (moderated for non-subscribers)
2308 W:      http://people.redhat.com/sgrubb/audit/
2309 T:      git git://git.infradead.org/users/pcmoore/audit
2310 S:      Maintained
2311 F:      include/linux/audit.h
2312 F:      include/uapi/linux/audit.h
2313 F:      kernel/audit*
2314
2315 AUXILIARY DISPLAY DRIVERS
2316 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2317 W:      http://miguelojeda.es/auxdisplay.htm
2318 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2319 S:      Maintained
2320 F:      drivers/auxdisplay/
2321 F:      include/linux/cfag12864b.h
2322
2323 AVR32 ARCHITECTURE
2324 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2325 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2326 W:      http://www.atmel.com/products/AVR32/
2327 W:      http://mirror.egtvedt.no/avr32linux.org/
2328 W:      http://avrfreaks.net/
2329 S:      Maintained
2330 F:      arch/avr32/
2331
2332 AVR32/AT32AP MACHINE SUPPORT
2333 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2334 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2335 S:      Maintained
2336 F:      arch/avr32/mach-at32ap/
2337
2338 AX.25 NETWORK LAYER
2339 M:      Ralf Baechle <ralf@linux-mips.org>
2340 L:      linux-hams@vger.kernel.org
2341 W:      http://www.linux-ax25.org/
2342 S:      Maintained
2343 F:      include/uapi/linux/ax25.h
2344 F:      include/net/ax25.h
2345 F:      net/ax25/
2346
2347 AXENTIA ASOC DRIVERS
2348 M:      Peter Rosin <peda@axentia.se>
2349 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2350 S:      Maintained
2351 F:      Documentation/devicetree/bindings/sound/axentia,*
2352 F:      sound/soc/atmel/tse850-pcm5142.c
2353
2354 AZ6007 DVB DRIVER
2355 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2356 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2357 L:      linux-media@vger.kernel.org
2358 W:      https://linuxtv.org
2359 T:      git git://linuxtv.org/media_tree.git
2360 S:      Maintained
2361 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2362
2363 AZTECH FM RADIO RECEIVER DRIVER
2364 M:      Hans Verkuil <hverkuil@xs4all.nl>
2365 L:      linux-media@vger.kernel.org
2366 T:      git git://linuxtv.org/media_tree.git
2367 W:      https://linuxtv.org
2368 S:      Maintained
2369 F:      drivers/media/radio/radio-aztech*
2370
2371 B43 WIRELESS DRIVER
2372 L:      linux-wireless@vger.kernel.org
2373 L:      b43-dev@lists.infradead.org
2374 W:      http://wireless.kernel.org/en/users/Drivers/b43
2375 S:      Odd Fixes
2376 F:      drivers/net/wireless/broadcom/b43/
2377
2378 B43LEGACY WIRELESS DRIVER
2379 M:      Larry Finger <Larry.Finger@lwfinger.net>
2380 L:      linux-wireless@vger.kernel.org
2381 L:      b43-dev@lists.infradead.org
2382 W:      http://wireless.kernel.org/en/users/Drivers/b43
2383 S:      Maintained
2384 F:      drivers/net/wireless/broadcom/b43legacy/
2385
2386 BACKLIGHT CLASS/SUBSYSTEM
2387 M:      Jingoo Han <jingoohan1@gmail.com>
2388 M:      Lee Jones <lee.jones@linaro.org>
2389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2390 S:      Maintained
2391 F:      drivers/video/backlight/
2392 F:      include/linux/backlight.h
2393
2394 BATMAN ADVANCED
2395 M:      Marek Lindner <mareklindner@neomailbox.ch>
2396 M:      Simon Wunderlich <sw@simonwunderlich.de>
2397 M:      Antonio Quartulli <a@unstable.cc>
2398 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2399 W:      https://www.open-mesh.org/
2400 Q:      https://patchwork.open-mesh.org/project/batman/list/
2401 S:      Maintained
2402 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2403 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2404 F:      Documentation/networking/batman-adv.txt
2405 F:      include/uapi/linux/batman_adv.h
2406 F:      net/batman-adv/
2407
2408 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2409 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2410 L:      linux-hams@vger.kernel.org
2411 W:      http://www.baycom.org/~tom/ham/ham.html
2412 S:      Maintained
2413 F:      drivers/net/hamradio/baycom*
2414
2415 BCACHE (BLOCK LAYER CACHE)
2416 M:      Kent Overstreet <kent.overstreet@gmail.com>
2417 L:      linux-bcache@vger.kernel.org
2418 W:      http://bcache.evilpiepirate.org
2419 S:      Orphan
2420 F:      drivers/md/bcache/
2421
2422 BDISP ST MEDIA DRIVER
2423 M:      Fabien Dessenne <fabien.dessenne@st.com>
2424 L:      linux-media@vger.kernel.org
2425 T:      git git://linuxtv.org/media_tree.git
2426 W:      https://linuxtv.org
2427 S:      Supported
2428 F:      drivers/media/platform/sti/bdisp
2429
2430 BEFS FILE SYSTEM
2431 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2432 M:      Salah Triki <salah.triki@gmail.com>
2433 S:      Maintained
2434 T:      git git://github.com/luisbg/linux-befs.git
2435 F:      Documentation/filesystems/befs.txt
2436 F:      fs/befs/
2437
2438 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2439 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2440 L:      netdev@vger.kernel.org
2441 S:      Maintained
2442 F:      drivers/net/ethernet/ec_bhf.c
2443
2444 BFS FILE SYSTEM
2445 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2446 S:      Maintained
2447 F:      Documentation/filesystems/bfs.txt
2448 F:      fs/bfs/
2449 F:      include/uapi/linux/bfs_fs.h
2450
2451 BLACKFIN ARCHITECTURE
2452 M:      Steven Miao <realmz6@gmail.com>
2453 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2454 T:      git git://git.code.sf.net/p/adi-linux/code
2455 W:      http://blackfin.uclinux.org
2456 S:      Supported
2457 F:      arch/blackfin/
2458
2459 BLACKFIN EMAC DRIVER
2460 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2461 W:      http://blackfin.uclinux.org
2462 S:      Supported
2463 F:      drivers/net/ethernet/adi/
2464
2465 BLACKFIN RTC DRIVER
2466 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2467 W:      http://blackfin.uclinux.org
2468 S:      Supported
2469 F:      drivers/rtc/rtc-bfin.c
2470
2471 BLACKFIN SDH DRIVER
2472 M:      Sonic Zhang <sonic.zhang@analog.com>
2473 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 W:      http://blackfin.uclinux.org
2475 S:      Supported
2476 F:      drivers/mmc/host/bfin_sdh.c
2477
2478 BLACKFIN SERIAL DRIVER
2479 M:      Sonic Zhang <sonic.zhang@analog.com>
2480 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2481 W:      http://blackfin.uclinux.org
2482 S:      Supported
2483 F:      drivers/tty/serial/bfin_uart.c
2484
2485 BLACKFIN WATCHDOG DRIVER
2486 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2487 W:      http://blackfin.uclinux.org
2488 S:      Supported
2489 F:      drivers/watchdog/bfin_wdt.c
2490
2491 BLACKFIN I2C TWI DRIVER
2492 M:      Sonic Zhang <sonic.zhang@analog.com>
2493 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2494 W:      http://blackfin.uclinux.org/
2495 S:      Supported
2496 F:      drivers/i2c/busses/i2c-bfin-twi.c
2497
2498 BLACKFIN MEDIA DRIVER
2499 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2500 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2501 W:      http://blackfin.uclinux.org/
2502 S:      Supported
2503 F:      drivers/media/platform/blackfin/
2504 F:      drivers/media/i2c/adv7183*
2505 F:      drivers/media/i2c/vs6624*
2506
2507 BLINKM RGB LED DRIVER
2508 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2509 S:      Maintained
2510 F:      drivers/leds/leds-blinkm.c
2511
2512 BLOCK LAYER
2513 M:      Jens Axboe <axboe@kernel.dk>
2514 L:      linux-block@vger.kernel.org
2515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2516 S:      Maintained
2517 F:      block/
2518 F:      kernel/trace/blktrace.c
2519 F:      lib/sbitmap.c
2520
2521 BLOCK2MTD DRIVER
2522 M:      Joern Engel <joern@lazybastard.org>
2523 L:      linux-mtd@lists.infradead.org
2524 S:      Maintained
2525 F:      drivers/mtd/devices/block2mtd.c
2526
2527 BLUETOOTH DRIVERS
2528 M:      Marcel Holtmann <marcel@holtmann.org>
2529 M:      Gustavo Padovan <gustavo@padovan.org>
2530 M:      Johan Hedberg <johan.hedberg@gmail.com>
2531 L:      linux-bluetooth@vger.kernel.org
2532 W:      http://www.bluez.org/
2533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2535 S:      Maintained
2536 F:      drivers/bluetooth/
2537
2538 BLUETOOTH SUBSYSTEM
2539 M:      Marcel Holtmann <marcel@holtmann.org>
2540 M:      Gustavo Padovan <gustavo@padovan.org>
2541 M:      Johan Hedberg <johan.hedberg@gmail.com>
2542 L:      linux-bluetooth@vger.kernel.org
2543 W:      http://www.bluez.org/
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2546 S:      Maintained
2547 F:      net/bluetooth/
2548 F:      include/net/bluetooth/
2549
2550 BONDING DRIVER
2551 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2552 M:      Veaceslav Falico <vfalico@gmail.com>
2553 M:      Andy Gospodarek <andy@greyhouse.net>
2554 L:      netdev@vger.kernel.org
2555 W:      http://sourceforge.net/projects/bonding/
2556 S:      Supported
2557 F:      drivers/net/bonding/
2558 F:      include/uapi/linux/if_bonding.h
2559
2560 BPF (Safe dynamic programs and tools)
2561 M:      Alexei Starovoitov <ast@kernel.org>
2562 L:      netdev@vger.kernel.org
2563 L:      linux-kernel@vger.kernel.org
2564 S:      Supported
2565 F:      kernel/bpf/
2566 F:      tools/testing/selftests/bpf/
2567 F:      lib/test_bpf.c
2568
2569 BROADCOM B44 10/100 ETHERNET DRIVER
2570 M:      Michael Chan <michael.chan@broadcom.com>
2571 L:      netdev@vger.kernel.org
2572 S:      Supported
2573 F:      drivers/net/ethernet/broadcom/b44.*
2574
2575 BROADCOM B53 ETHERNET SWITCH DRIVER
2576 M:      Florian Fainelli <f.fainelli@gmail.com>
2577 L:      netdev@vger.kernel.org
2578 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2579 S:      Supported
2580 F:      drivers/net/dsa/b53/*
2581 F:      include/linux/platform_data/b53.h
2582
2583 BROADCOM GENET ETHERNET DRIVER
2584 M:      Florian Fainelli <f.fainelli@gmail.com>
2585 L:      netdev@vger.kernel.org
2586 S:      Supported
2587 F:      drivers/net/ethernet/broadcom/genet/
2588
2589 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2590 M:      Rasesh Mody <rasesh.mody@cavium.com>
2591 M:      Harish Patil <harish.patil@cavium.com>
2592 M:      Dept-GELinuxNICDev@cavium.com
2593 L:      netdev@vger.kernel.org
2594 S:      Supported
2595 F:      drivers/net/ethernet/broadcom/bnx2.*
2596 F:      drivers/net/ethernet/broadcom/bnx2_*
2597
2598 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2599 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2600 M:      Ariel Elior <ariel.elior@cavium.com>
2601 M:      everest-linux-l2@cavium.com
2602 L:      netdev@vger.kernel.org
2603 S:      Supported
2604 F:      drivers/net/ethernet/broadcom/bnx2x/
2605
2606 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2607 M:      Florian Fainelli <f.fainelli@gmail.com>
2608 M:      Ray Jui <rjui@broadcom.com>
2609 M:      Scott Branden <sbranden@broadcom.com>
2610 M:      bcm-kernel-feedback-list@broadcom.com
2611 T:      git git://github.com/broadcom/mach-bcm
2612 S:      Maintained
2613 N:      bcm281*
2614 N:      bcm113*
2615 N:      bcm216*
2616 N:      kona
2617 F:      arch/arm/mach-bcm/
2618
2619 BROADCOM BCM2835 ARM ARCHITECTURE
2620 M:      Stephen Warren <swarren@wwwdotorg.org>
2621 M:      Lee Jones <lee@kernel.org>
2622 M:      Eric Anholt <eric@anholt.net>
2623 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2626 S:      Maintained
2627 N:      bcm2835
2628 F:      drivers/staging/vc04_services
2629
2630 BROADCOM BCM47XX MIPS ARCHITECTURE
2631 M:      Hauke Mehrtens <hauke@hauke-m.de>
2632 M:      Rafał Miłecki <zajec5@gmail.com>
2633 L:      linux-mips@linux-mips.org
2634 S:      Maintained
2635 F:      Documentation/devicetree/bindings/mips/brcm/
2636 F:      arch/mips/bcm47xx/*
2637 F:      arch/mips/include/asm/mach-bcm47xx/*
2638
2639 BROADCOM BCM5301X ARM ARCHITECTURE
2640 M:      Hauke Mehrtens <hauke@hauke-m.de>
2641 M:      Rafał Miłecki <zajec5@gmail.com>
2642 M:      bcm-kernel-feedback-list@broadcom.com
2643 L:      linux-arm-kernel@lists.infradead.org
2644 S:      Maintained
2645 F:      arch/arm/mach-bcm/bcm_5301x.c
2646 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2647 F:      arch/arm/boot/dts/bcm470*
2648
2649 BROADCOM BCM53573 ARM ARCHITECTURE
2650 M:      Rafał Miłecki <rafal@milecki.pl>
2651 L:      linux-arm-kernel@lists.infradead.org
2652 S:      Maintained
2653 F:      arch/arm/boot/dts/bcm53573*
2654 F:      arch/arm/boot/dts/bcm47189*
2655
2656 BROADCOM BCM63XX ARM ARCHITECTURE
2657 M:      Florian Fainelli <f.fainelli@gmail.com>
2658 M:      bcm-kernel-feedback-list@broadcom.com
2659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2660 T:      git git://github.com/broadcom/stblinux.git
2661 S:      Maintained
2662 N:      bcm63xx
2663
2664 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2665 M:      Kevin Cernekee <cernekee@gmail.com>
2666 L:      linux-usb@vger.kernel.org
2667 S:      Maintained
2668 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2669
2670 BROADCOM BCM7XXX ARM ARCHITECTURE
2671 M:      Brian Norris <computersforpeace@gmail.com>
2672 M:      Gregory Fong <gregory.0xf0@gmail.com>
2673 M:      Florian Fainelli <f.fainelli@gmail.com>
2674 M:      bcm-kernel-feedback-list@broadcom.com
2675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2676 T:      git git://github.com/broadcom/stblinux.git
2677 S:      Maintained
2678 F:      arch/arm/mach-bcm/*brcmstb*
2679 F:      arch/arm/boot/dts/bcm7*.dts*
2680 F:      drivers/bus/brcmstb_gisb.c
2681 N:      brcmstb
2682
2683 BROADCOM BMIPS MIPS ARCHITECTURE
2684 M:      Kevin Cernekee <cernekee@gmail.com>
2685 M:      Florian Fainelli <f.fainelli@gmail.com>
2686 L:      linux-mips@linux-mips.org
2687 T:      git git://github.com/broadcom/stblinux.git
2688 S:      Maintained
2689 F:      arch/mips/bmips/*
2690 F:      arch/mips/include/asm/mach-bmips/*
2691 F:      arch/mips/kernel/*bmips*
2692 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2693 F:      drivers/irqchip/irq-bcm63*
2694 F:      drivers/irqchip/irq-bcm7*
2695 F:      drivers/irqchip/irq-brcmstb*
2696 F:      include/linux/bcm963xx_nvram.h
2697 F:      include/linux/bcm963xx_tag.h
2698
2699 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2700 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2701 M:      Prashant Sreedharan <prashant@broadcom.com>
2702 M:      Michael Chan <mchan@broadcom.com>
2703 L:      netdev@vger.kernel.org
2704 S:      Supported
2705 F:      drivers/net/ethernet/broadcom/tg3.*
2706
2707 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2708 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2709 M:      Franky Lin <franky.lin@broadcom.com>
2710 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2711 L:      linux-wireless@vger.kernel.org
2712 L:      brcm80211-dev-list.pdl@broadcom.com
2713 S:      Supported
2714 F:      drivers/net/wireless/broadcom/brcm80211/
2715
2716 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2717 M:      QLogic-Storage-Upstream@qlogic.com
2718 L:      linux-scsi@vger.kernel.org
2719 S:      Supported
2720 F:      drivers/scsi/bnx2fc/
2721
2722 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2723 M:      QLogic-Storage-Upstream@qlogic.com
2724 L:      linux-scsi@vger.kernel.org
2725 S:      Supported
2726 F:      drivers/scsi/bnx2i/
2727
2728 BROADCOM IPROC ARM ARCHITECTURE
2729 M:      Ray Jui <rjui@broadcom.com>
2730 M:      Scott Branden <sbranden@broadcom.com>
2731 M:      Jon Mason <jonmason@broadcom.com>
2732 M:      bcm-kernel-feedback-list@broadcom.com
2733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2734 T:      git git://github.com/broadcom/cygnus-linux.git
2735 S:      Maintained
2736 N:      iproc
2737 N:      cygnus
2738 N:      bcm[-_]nsp
2739 N:      bcm9113*
2740 N:      bcm9583*
2741 N:      bcm9585*
2742 N:      bcm9586*
2743 N:      bcm988312
2744 N:      bcm113*
2745 N:      bcm583*
2746 N:      bcm585*
2747 N:      bcm586*
2748 N:      bcm88312
2749 F:      arch/arm64/boot/dts/broadcom/ns2*
2750 F:      drivers/clk/bcm/clk-ns*
2751 F:      drivers/pinctrl/bcm/pinctrl-ns*
2752
2753 BROADCOM BRCMSTB GPIO DRIVER
2754 M:      Gregory Fong <gregory.0xf0@gmail.com>
2755 L:      bcm-kernel-feedback-list@broadcom.com
2756 S:      Supported
2757 F:      drivers/gpio/gpio-brcmstb.c
2758 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2759
2760 BROADCOM KONA GPIO DRIVER
2761 M:      Ray Jui <rjui@broadcom.com>
2762 L:      bcm-kernel-feedback-list@broadcom.com
2763 S:      Supported
2764 F:      drivers/gpio/gpio-bcm-kona.c
2765 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2766
2767 BROADCOM NVRAM DRIVER
2768 M:      Rafał Miłecki <zajec5@gmail.com>
2769 L:      linux-mips@linux-mips.org
2770 S:      Maintained
2771 F:      drivers/firmware/broadcom/*
2772
2773 BROADCOM STB NAND FLASH DRIVER
2774 M:      Brian Norris <computersforpeace@gmail.com>
2775 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2776 L:      linux-mtd@lists.infradead.org
2777 L:      bcm-kernel-feedback-list@broadcom.com
2778 S:      Maintained
2779 F:      drivers/mtd/nand/brcmnand/
2780
2781 BROADCOM STB AVS CPUFREQ DRIVER
2782 M:      Markus Mayer <mmayer@broadcom.com>
2783 M:      bcm-kernel-feedback-list@broadcom.com
2784 L:      linux-pm@vger.kernel.org
2785 S:      Maintained
2786 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2787 F:      drivers/cpufreq/brcmstb*
2788
2789 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2790 M:      Rafał Miłecki <zajec5@gmail.com>
2791 L:      linux-wireless@vger.kernel.org
2792 S:      Maintained
2793 F:      drivers/bcma/
2794 F:      include/linux/bcma/
2795
2796 BROADCOM SYSTEMPORT ETHERNET DRIVER
2797 M:      Florian Fainelli <f.fainelli@gmail.com>
2798 L:      netdev@vger.kernel.org
2799 S:      Supported
2800 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2801
2802 BROADCOM VULCAN ARM64 SOC
2803 M:      Jayachandran C. <jchandra@broadcom.com>
2804 M:      bcm-kernel-feedback-list@broadcom.com
2805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2806 S:      Maintained
2807 F:      arch/arm64/boot/dts/broadcom/vulcan*
2808
2809 BROCADE BFA FC SCSI DRIVER
2810 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2811 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2812 L:      linux-scsi@vger.kernel.org
2813 S:      Supported
2814 F:      drivers/scsi/bfa/
2815
2816 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2817 M:      Rasesh Mody <rasesh.mody@cavium.com>
2818 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2819 M:      Dept-GELinuxNICDev@cavium.com
2820 L:      netdev@vger.kernel.org
2821 S:      Supported
2822 F:      drivers/net/ethernet/brocade/bna/
2823
2824 BSG (block layer generic sg v4 driver)
2825 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2826 L:      linux-scsi@vger.kernel.org
2827 S:      Supported
2828 F:      block/bsg.c
2829 F:      include/linux/bsg.h
2830 F:      include/uapi/linux/bsg.h
2831
2832 BT87X AUDIO DRIVER
2833 M:      Clemens Ladisch <clemens@ladisch.de>
2834 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2835 T:      git git://git.alsa-project.org/alsa-kernel.git
2836 S:      Maintained
2837 F:      Documentation/sound/alsa/Bt87x.txt
2838 F:      sound/pci/bt87x.c
2839
2840 BT8XXGPIO DRIVER
2841 M:      Michael Buesch <m@bues.ch>
2842 W:      http://bu3sch.de/btgpio.php
2843 S:      Maintained
2844 F:      drivers/gpio/gpio-bt8xx.c
2845
2846 BTRFS FILE SYSTEM
2847 M:      Chris Mason <clm@fb.com>
2848 M:      Josef Bacik <jbacik@fb.com>
2849 M:      David Sterba <dsterba@suse.com>
2850 L:      linux-btrfs@vger.kernel.org
2851 W:      http://btrfs.wiki.kernel.org/
2852 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2854 S:      Maintained
2855 F:      Documentation/filesystems/btrfs.txt
2856 F:      fs/btrfs/
2857
2858 BTTV VIDEO4LINUX DRIVER
2859 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2860 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2861 L:      linux-media@vger.kernel.org
2862 W:      https://linuxtv.org
2863 T:      git git://linuxtv.org/media_tree.git
2864 S:      Odd fixes
2865 F:      Documentation/media/v4l-drivers/bttv*
2866 F:      drivers/media/pci/bt8xx/bttv*
2867
2868 BUSLOGIC SCSI DRIVER
2869 M:      Khalid Aziz <khalid@gonehiking.org>
2870 L:      linux-scsi@vger.kernel.org
2871 S:      Maintained
2872 F:      drivers/scsi/BusLogic.*
2873 F:      drivers/scsi/FlashPoint.*
2874
2875 C-MEDIA CMI8788 DRIVER
2876 M:      Clemens Ladisch <clemens@ladisch.de>
2877 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2878 T:      git git://git.alsa-project.org/alsa-kernel.git
2879 S:      Maintained
2880 F:      sound/pci/oxygen/
2881
2882 C6X ARCHITECTURE
2883 M:      Mark Salter <msalter@redhat.com>
2884 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2885 L:      linux-c6x-dev@linux-c6x.org
2886 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2887 S:      Maintained
2888 F:      arch/c6x/
2889
2890 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2891 M:      David Howells <dhowells@redhat.com>
2892 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2893 S:      Supported
2894 F:      Documentation/filesystems/caching/cachefiles.txt
2895 F:      fs/cachefiles/
2896
2897 CADET FM/AM RADIO RECEIVER DRIVER
2898 M:      Hans Verkuil <hverkuil@xs4all.nl>
2899 L:      linux-media@vger.kernel.org
2900 T:      git git://linuxtv.org/media_tree.git
2901 W:      https://linuxtv.org
2902 S:      Maintained
2903 F:      drivers/media/radio/radio-cadet*
2904
2905 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2906 M:      Jonathan Corbet <corbet@lwn.net>
2907 L:      linux-media@vger.kernel.org
2908 T:      git git://linuxtv.org/media_tree.git
2909 S:      Maintained
2910 F:      Documentation/media/v4l-drivers/cafe_ccic*
2911 F:      drivers/media/platform/marvell-ccic/
2912
2913 CAIF NETWORK LAYER
2914 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2915 L:      netdev@vger.kernel.org
2916 S:      Supported
2917 F:      Documentation/networking/caif/
2918 F:      drivers/net/caif/
2919 F:      include/uapi/linux/caif/
2920 F:      include/net/caif/
2921 F:      net/caif/
2922
2923 CALGARY x86-64 IOMMU
2924 M:      Muli Ben-Yehuda <mulix@mulix.org>
2925 M:      Jon Mason <jdmason@kudzu.us>
2926 L:      iommu@lists.linux-foundation.org
2927 S:      Maintained
2928 F:      arch/x86/kernel/pci-calgary_64.c
2929 F:      arch/x86/kernel/tce_64.c
2930 F:      arch/x86/include/asm/calgary.h
2931 F:      arch/x86/include/asm/tce.h
2932
2933 CAN NETWORK LAYER
2934 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2935 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2936 L:      linux-can@vger.kernel.org
2937 W:      https://github.com/linux-can
2938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2940 S:      Maintained
2941 F:      Documentation/networking/can.txt
2942 F:      net/can/
2943 F:      include/linux/can/core.h
2944 F:      include/uapi/linux/can.h
2945 F:      include/uapi/linux/can/bcm.h
2946 F:      include/uapi/linux/can/raw.h
2947 F:      include/uapi/linux/can/gw.h
2948
2949 CAN NETWORK DRIVERS
2950 M:      Wolfgang Grandegger <wg@grandegger.com>
2951 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2952 L:      linux-can@vger.kernel.org
2953 W:      https://github.com/linux-can
2954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2956 S:      Maintained
2957 F:      Documentation/devicetree/bindings/net/can/
2958 F:      drivers/net/can/
2959 F:      include/linux/can/dev.h
2960 F:      include/linux/can/platform/
2961 F:      include/uapi/linux/can/error.h
2962 F:      include/uapi/linux/can/netlink.h
2963
2964 CAPABILITIES
2965 M:      Serge Hallyn <serge@hallyn.com>
2966 L:      linux-security-module@vger.kernel.org
2967 S:      Supported
2968 F:      include/linux/capability.h
2969 F:      include/uapi/linux/capability.h
2970 F:      security/commoncap.c
2971 F:      kernel/capability.c
2972
2973 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2974 M:      Kevin Tsai <ktsai@capellamicro.com>
2975 S:      Maintained
2976 F:      drivers/iio/light/cm*
2977 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2978
2979 CAVIUM I2C DRIVER
2980 M:      Jan Glauber <jglauber@cavium.com>
2981 M:      David Daney <david.daney@cavium.com>
2982 W:      http://www.cavium.com
2983 S:      Supported
2984 F:      drivers/i2c/busses/i2c-octeon*
2985 F:      drivers/i2c/busses/i2c-thunderx*
2986
2987 CAVIUM LIQUIDIO NETWORK DRIVER
2988 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2989 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2990 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2991 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2992 L:     netdev@vger.kernel.org
2993 W:     http://www.cavium.com
2994 S:     Supported
2995 F:     drivers/net/ethernet/cavium/liquidio/
2996
2997 CC2520 IEEE-802.15.4 RADIO DRIVER
2998 M:      Varka Bhadram <varkabhadram@gmail.com>
2999 L:      linux-wpan@vger.kernel.org
3000 S:      Maintained
3001 F:      drivers/net/ieee802154/cc2520.c
3002 F:      include/linux/spi/cc2520.h
3003 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3004
3005 CEC DRIVER
3006 M:      Hans Verkuil <hans.verkuil@cisco.com>
3007 L:      linux-media@vger.kernel.org
3008 T:      git git://linuxtv.org/media_tree.git
3009 W:      http://linuxtv.org
3010 S:      Supported
3011 F:      Documentation/cec.txt
3012 F:      Documentation/media/uapi/cec
3013 F:      drivers/staging/media/cec/
3014 F:      drivers/media/cec-edid.c
3015 F:      drivers/media/rc/keymaps/rc-cec.c
3016 F:      include/media/cec.h
3017 F:      include/media/cec-edid.h
3018 F:      include/linux/cec.h
3019 F:      include/linux/cec-funcs.h
3020
3021 CELL BROADBAND ENGINE ARCHITECTURE
3022 M:      Arnd Bergmann <arnd@arndb.de>
3023 L:      linuxppc-dev@lists.ozlabs.org
3024 W:      http://www.ibm.com/developerworks/power/cell/
3025 S:      Supported
3026 F:      arch/powerpc/include/asm/cell*.h
3027 F:      arch/powerpc/include/asm/spu*.h
3028 F:      arch/powerpc/include/uapi/asm/spu*.h
3029 F:      arch/powerpc/oprofile/*cell*
3030 F:      arch/powerpc/platforms/cell/
3031
3032 CEPH COMMON CODE (LIBCEPH)
3033 M:      Ilya Dryomov <idryomov@gmail.com>
3034 M:      "Yan, Zheng" <zyan@redhat.com>
3035 M:      Sage Weil <sage@redhat.com>
3036 L:      ceph-devel@vger.kernel.org
3037 W:      http://ceph.com/
3038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3039 T:      git git://github.com/ceph/ceph-client.git
3040 S:      Supported
3041 F:      net/ceph/
3042 F:      include/linux/ceph/
3043 F:      include/linux/crush/
3044
3045 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3046 M:      "Yan, Zheng" <zyan@redhat.com>
3047 M:      Sage Weil <sage@redhat.com>
3048 M:      Ilya Dryomov <idryomov@gmail.com>
3049 L:      ceph-devel@vger.kernel.org
3050 W:      http://ceph.com/
3051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3052 T:      git git://github.com/ceph/ceph-client.git
3053 S:      Supported
3054 F:      Documentation/filesystems/ceph.txt
3055 F:      fs/ceph/
3056
3057 CERTIFICATE HANDLING:
3058 M:      David Howells <dhowells@redhat.com>
3059 M:      David Woodhouse <dwmw2@infradead.org>
3060 L:      keyrings@vger.kernel.org
3061 S:      Maintained
3062 F:      Documentation/module-signing.txt
3063 F:      certs/
3064 F:      scripts/sign-file.c
3065 F:      scripts/extract-cert.c
3066
3067 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3068 L:      linux-usb@vger.kernel.org
3069 S:      Orphan
3070 F:      Documentation/usb/WUSB-Design-overview.txt
3071 F:      Documentation/usb/wusb-cbaf
3072 F:      drivers/usb/host/hwa-hc.c
3073 F:      drivers/usb/host/whci/
3074 F:      drivers/usb/wusbcore/
3075 F:      include/linux/usb/wusb*
3076
3077 HT16K33 LED CONTROLLER DRIVER
3078 M:      Robin van der Gracht <robin@protonic.nl>
3079 S:      Maintained
3080 F:      drivers/auxdisplay/ht16k33.c
3081 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3082
3083 CFAG12864B LCD DRIVER
3084 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3085 W:      http://miguelojeda.es/auxdisplay.htm
3086 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3087 S:      Maintained
3088 F:      drivers/auxdisplay/cfag12864b.c
3089 F:      include/linux/cfag12864b.h
3090
3091 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3092 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3093 W:      http://miguelojeda.es/auxdisplay.htm
3094 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3095 S:      Maintained
3096 F:      drivers/auxdisplay/cfag12864bfb.c
3097 F:      include/linux/cfag12864b.h
3098
3099 CFG80211 and NL80211
3100 M:      Johannes Berg <johannes@sipsolutions.net>
3101 L:      linux-wireless@vger.kernel.org
3102 W:      http://wireless.kernel.org/
3103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3105 S:      Maintained
3106 F:      include/uapi/linux/nl80211.h
3107 F:      include/net/cfg80211.h
3108 F:      net/wireless/*
3109 X:      net/wireless/wext*
3110
3111 CHAR and MISC DRIVERS
3112 M:      Arnd Bergmann <arnd@arndb.de>
3113 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3115 S:      Supported
3116 F:      drivers/char/*
3117 F:      drivers/misc/*
3118 F:      include/linux/miscdevice.h
3119
3120 CHECKPATCH
3121 M:      Andy Whitcroft <apw@canonical.com>
3122 M:      Joe Perches <joe@perches.com>
3123 S:      Maintained
3124 F:      scripts/checkpatch.pl
3125
3126 CHINESE DOCUMENTATION
3127 M:      Harry Wei <harryxiyou@gmail.com>
3128 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3129 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3130 S:      Maintained
3131 F:      Documentation/translations/zh_CN/
3132
3133 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3134 M:      Peter Chen <Peter.Chen@nxp.com>
3135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3136 L:      linux-usb@vger.kernel.org
3137 S:      Maintained
3138 F:      drivers/usb/chipidea/
3139
3140 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3141 M:      Hans de Goede <hdegoede@redhat.com>
3142 L:      linux-input@vger.kernel.org
3143 S:      Maintained
3144 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3145 F:      drivers/input/touchscreen/chipone_icn8318.c
3146
3147 CHROME HARDWARE PLATFORM SUPPORT
3148 M:      Olof Johansson <olof@lixom.net>
3149 S:      Maintained
3150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3151 F:      drivers/platform/chrome/
3152
3153 CISCO VIC ETHERNET NIC DRIVER
3154 M:      Christian Benvenuti <benve@cisco.com>
3155 M:      Sujith Sankar <ssujith@cisco.com>
3156 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3157 M:      Neel Patel <neepatel@cisco.com>
3158 S:      Supported
3159 F:      drivers/net/ethernet/cisco/enic/
3160
3161 CISCO VIC LOW LATENCY NIC DRIVER
3162 M:      Christian Benvenuti <benve@cisco.com>
3163 M:      Dave Goodell <dgoodell@cisco.com>
3164 S:      Supported
3165 F:      drivers/infiniband/hw/usnic/
3166
3167 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3168 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3169 L:      netdev@vger.kernel.org
3170 S:      Maintained
3171 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3172
3173 CIRRUS LOGIC AUDIO CODEC DRIVERS
3174 M:      Brian Austin <brian.austin@cirrus.com>
3175 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3176 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3177 S:      Maintained
3178 F:      sound/soc/codecs/cs*
3179
3180 CLEANCACHE API
3181 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3182 L:      linux-kernel@vger.kernel.org
3183 S:      Maintained
3184 F:      mm/cleancache.c
3185 F:      include/linux/cleancache.h
3186
3187 CLK API
3188 M:      Russell King <linux@armlinux.org.uk>
3189 L:      linux-clk@vger.kernel.org
3190 S:      Maintained
3191 F:      include/linux/clk.h
3192
3193 CLOCKSOURCE, CLOCKEVENT DRIVERS
3194 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3195 M:      Thomas Gleixner <tglx@linutronix.de>
3196 L:      linux-kernel@vger.kernel.org
3197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3198 S:      Supported
3199 F:      drivers/clocksource
3200
3201 CISCO FCOE HBA DRIVER
3202 M:      Satish Kharat <satishkh@cisco.com>
3203 M:      Sesidhar Baddela <sebaddel@cisco.com>
3204 M:      Karan Tilak Kumar <kartilak@cisco.com>
3205 L:      linux-scsi@vger.kernel.org
3206 S:      Supported
3207 F:      drivers/scsi/fnic/
3208
3209 CISCO SCSI HBA DRIVER
3210 M:      Karan Tilak Kumar <kartilak@cisco.com>
3211 M:      Sesidhar Baddela <sebaddel@cisco.com>
3212 L:      linux-scsi@vger.kernel.org
3213 S:      Supported
3214 F:      drivers/scsi/snic/
3215
3216 CMPC ACPI DRIVER
3217 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3218 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3219 L:      platform-driver-x86@vger.kernel.org
3220 S:      Supported
3221 F:      drivers/platform/x86/classmate-laptop.c
3222
3223 COBALT MEDIA DRIVER
3224 M:      Hans Verkuil <hans.verkuil@cisco.com>
3225 L:      linux-media@vger.kernel.org
3226 T:      git git://linuxtv.org/media_tree.git
3227 W:      https://linuxtv.org
3228 S:      Supported
3229 F:      drivers/media/pci/cobalt/
3230
3231 COCCINELLE/Semantic Patches (SmPL)
3232 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3233 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3234 M:      Nicolas Palix <nicolas.palix@imag.fr>
3235 M:      Michal Marek <mmarek@suse.com>
3236 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3238 W:      http://coccinelle.lip6.fr/
3239 S:      Supported
3240 F:      Documentation/dev-tools/coccinelle.rst
3241 F:      scripts/coccinelle/
3242 F:      scripts/coccicheck
3243
3244 CODA FILE SYSTEM
3245 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3246 M:      coda@cs.cmu.edu
3247 L:      codalist@coda.cs.cmu.edu
3248 W:      http://www.coda.cs.cmu.edu/
3249 S:      Maintained
3250 F:      Documentation/filesystems/coda.txt
3251 F:      fs/coda/
3252 F:      include/linux/coda*.h
3253 F:      include/uapi/linux/coda*.h
3254
3255 CODA V4L2 MEM2MEM DRIVER
3256 M:      Philipp Zabel <p.zabel@pengutronix.de>
3257 L:      linux-media@vger.kernel.org
3258 S:      Maintained
3259 F:      Documentation/devicetree/bindings/media/coda.txt
3260 F:      drivers/media/platform/coda/
3261
3262 COMMON CLK FRAMEWORK
3263 M:      Michael Turquette <mturquette@baylibre.com>
3264 M:      Stephen Boyd <sboyd@codeaurora.org>
3265 L:      linux-clk@vger.kernel.org
3266 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3268 S:      Maintained
3269 F:      Documentation/devicetree/bindings/clock/
3270 F:      drivers/clk/
3271 X:      drivers/clk/clkdev.c
3272 F:      include/linux/clk-pr*
3273 F:      include/linux/clk/
3274
3275 COMMON INTERNET FILE SYSTEM (CIFS)
3276 M:      Steve French <sfrench@samba.org>
3277 L:      linux-cifs@vger.kernel.org
3278 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3279 W:      http://linux-cifs.samba.org/
3280 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3281 S:      Supported
3282 F:      Documentation/filesystems/cifs/
3283 F:      fs/cifs/
3284
3285 COMPACTPCI HOTPLUG CORE
3286 M:      Scott Murray <scott@spiteful.org>
3287 L:      linux-pci@vger.kernel.org
3288 S:      Maintained
3289 F:      drivers/pci/hotplug/cpci_hotplug*
3290
3291 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3292 M:      Scott Murray <scott@spiteful.org>
3293 L:      linux-pci@vger.kernel.org
3294 S:      Maintained
3295 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3296
3297 COMPACTPCI HOTPLUG GENERIC DRIVER
3298 M:      Scott Murray <scott@spiteful.org>
3299 L:      linux-pci@vger.kernel.org
3300 S:      Maintained
3301 F:      drivers/pci/hotplug/cpcihp_generic.c
3302
3303 COMPAL LAPTOP SUPPORT
3304 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3305 L:      platform-driver-x86@vger.kernel.org
3306 S:      Maintained
3307 F:      drivers/platform/x86/compal-laptop.c
3308
3309 CONEXANT ACCESSRUNNER USB DRIVER
3310 L:      accessrunner-general@lists.sourceforge.net
3311 W:      http://accessrunner.sourceforge.net/
3312 S:      Orphan
3313 F:      drivers/usb/atm/cxacru.c
3314
3315 CONFIGFS
3316 M:      Joel Becker <jlbec@evilplan.org>
3317 M:      Christoph Hellwig <hch@lst.de>
3318 T:      git git://git.infradead.org/users/hch/configfs.git
3319 S:      Supported
3320 F:      fs/configfs/
3321 F:      include/linux/configfs.h
3322
3323 CONNECTOR
3324 M:      Evgeniy Polyakov <zbr@ioremap.net>
3325 L:      netdev@vger.kernel.org
3326 S:      Maintained
3327 F:      drivers/connector/
3328
3329 CONTROL GROUP (CGROUP)
3330 M:      Tejun Heo <tj@kernel.org>
3331 M:      Li Zefan <lizefan@huawei.com>
3332 M:      Johannes Weiner <hannes@cmpxchg.org>
3333 L:      cgroups@vger.kernel.org
3334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3335 S:      Maintained
3336 F:      Documentation/cgroup*
3337 F:      include/linux/cgroup*
3338 F:      kernel/cgroup*
3339
3340 CONTROL GROUP - CPUSET
3341 M:      Li Zefan <lizefan@huawei.com>
3342 L:      cgroups@vger.kernel.org
3343 W:      http://www.bullopensource.org/cpuset/
3344 W:      http://oss.sgi.com/projects/cpusets/
3345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3346 S:      Maintained
3347 F:      Documentation/cgroup-v1/cpusets.txt
3348 F:      include/linux/cpuset.h
3349 F:      kernel/cpuset.c
3350
3351 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3352 M:      Johannes Weiner <hannes@cmpxchg.org>
3353 M:      Michal Hocko <mhocko@kernel.org>
3354 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3355 L:      cgroups@vger.kernel.org
3356 L:      linux-mm@kvack.org
3357 S:      Maintained
3358 F:      mm/memcontrol.c
3359 F:      mm/swap_cgroup.c
3360
3361 CORETEMP HARDWARE MONITORING DRIVER
3362 M:      Fenghua Yu <fenghua.yu@intel.com>
3363 L:      linux-hwmon@vger.kernel.org
3364 S:      Maintained
3365 F:      Documentation/hwmon/coretemp
3366 F:      drivers/hwmon/coretemp.c
3367
3368 COSA/SRP SYNC SERIAL DRIVER
3369 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3370 W:      http://www.fi.muni.cz/~kas/cosa/
3371 S:      Maintained
3372 F:      drivers/net/wan/cosa*
3373
3374 CPMAC ETHERNET DRIVER
3375 M:      Florian Fainelli <f.fainelli@gmail.com>
3376 L:      netdev@vger.kernel.org
3377 S:      Maintained
3378 F:      drivers/net/ethernet/ti/cpmac.c
3379
3380 CPU FREQUENCY DRIVERS
3381 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3382 M:      Viresh Kumar <viresh.kumar@linaro.org>
3383 L:      linux-pm@vger.kernel.org
3384 S:      Maintained
3385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3386 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3387 B:      https://bugzilla.kernel.org
3388 F:      Documentation/cpu-freq/
3389 F:      drivers/cpufreq/
3390 F:      include/linux/cpufreq.h
3391
3392 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3393 M:      Viresh Kumar <viresh.kumar@linaro.org>
3394 M:      Sudeep Holla <sudeep.holla@arm.com>
3395 L:      linux-pm@vger.kernel.org
3396 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3397 S:      Maintained
3398 F:      drivers/cpufreq/arm_big_little.h
3399 F:      drivers/cpufreq/arm_big_little.c
3400 F:      drivers/cpufreq/arm_big_little_dt.c
3401
3402 CPUIDLE DRIVER - ARM BIG LITTLE
3403 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3404 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3405 L:      linux-pm@vger.kernel.org
3406 L:      linux-arm-kernel@lists.infradead.org
3407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3408 S:      Maintained
3409 F:      drivers/cpuidle/cpuidle-big_little.c
3410
3411 CPUIDLE DRIVER - ARM EXYNOS
3412 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3413 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3414 M:      Kukjin Kim <kgene@kernel.org>
3415 L:      linux-pm@vger.kernel.org
3416 L:      linux-samsung-soc@vger.kernel.org
3417 S:      Supported
3418 F:      drivers/cpuidle/cpuidle-exynos.c
3419 F:      arch/arm/mach-exynos/pm.c
3420
3421 CPUIDLE DRIVERS
3422 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3423 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3424 L:      linux-pm@vger.kernel.org
3425 S:      Maintained
3426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3427 B:      https://bugzilla.kernel.org
3428 F:      drivers/cpuidle/*
3429 F:      include/linux/cpuidle.h
3430
3431 CPUID/MSR DRIVER
3432 M:      "H. Peter Anvin" <hpa@zytor.com>
3433 S:      Maintained
3434 F:      arch/x86/kernel/cpuid.c
3435 F:      arch/x86/kernel/msr.c
3436
3437 CPU POWER MONITORING SUBSYSTEM
3438 M:      Thomas Renninger <trenn@suse.com>
3439 L:      linux-pm@vger.kernel.org
3440 S:      Maintained
3441 F:      tools/power/cpupower/
3442
3443 CRAMFS FILESYSTEM
3444 W:      http://sourceforge.net/projects/cramfs/
3445 S:      Orphan / Obsolete
3446 F:      Documentation/filesystems/cramfs.txt
3447 F:      fs/cramfs/
3448
3449 CRIS PORT
3450 M:      Mikael Starvik <starvik@axis.com>
3451 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3452 L:      linux-cris-kernel@axis.com
3453 W:      http://developer.axis.com
3454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3455 S:      Maintained
3456 F:      arch/cris/
3457 F:      drivers/tty/serial/crisv10.*
3458
3459 CRYPTO API
3460 M:      Herbert Xu <herbert@gondor.apana.org.au>
3461 M:      "David S. Miller" <davem@davemloft.net>
3462 L:      linux-crypto@vger.kernel.org
3463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3465 S:      Maintained
3466 F:      Documentation/crypto/
3467 F:      Documentation/devicetree/bindings/crypto/
3468 F:      Documentation/DocBook/crypto-API.tmpl
3469 F:      arch/*/crypto/
3470 F:      crypto/
3471 F:      drivers/crypto/
3472 F:      include/crypto/
3473
3474 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3475 M:      Neil Horman <nhorman@tuxdriver.com>
3476 L:      linux-crypto@vger.kernel.org
3477 S:      Maintained
3478 F:      crypto/ansi_cprng.c
3479 F:      crypto/rng.c
3480
3481 CS3308 MEDIA DRIVER
3482 M:      Hans Verkuil <hverkuil@xs4all.nl>
3483 L:      linux-media@vger.kernel.org
3484 T:      git git://linuxtv.org/media_tree.git
3485 W:      http://linuxtv.org
3486 S:      Odd Fixes
3487 F:      drivers/media/i2c/cs3308.c
3488 F:      drivers/media/i2c/cs3308.h
3489
3490 CS5535 Audio ALSA driver
3491 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3492 S:      Maintained
3493 F:      sound/pci/cs5535audio/
3494
3495 CW1200 WLAN driver
3496 M:      Solomon Peachy <pizza@shaftnet.org>
3497 S:      Maintained
3498 F:      drivers/net/wireless/st/cw1200/
3499
3500 CX18 VIDEO4LINUX DRIVER
3501 M:      Andy Walls <awalls@md.metrocast.net>
3502 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3503 L:      linux-media@vger.kernel.org
3504 T:      git git://linuxtv.org/media_tree.git
3505 W:      https://linuxtv.org
3506 W:      http://www.ivtvdriver.org/index.php/Cx18
3507 S:      Maintained
3508 F:      Documentation/media/v4l-drivers/cx18*
3509 F:      drivers/media/pci/cx18/
3510 F:      include/uapi/linux/ivtv*
3511
3512 CX2341X MPEG ENCODER HELPER MODULE
3513 M:      Hans Verkuil <hverkuil@xs4all.nl>
3514 L:      linux-media@vger.kernel.org
3515 T:      git git://linuxtv.org/media_tree.git
3516 W:      https://linuxtv.org
3517 S:      Maintained
3518 F:      drivers/media/common/cx2341x*
3519 F:      include/media/cx2341x*
3520
3521 CX24120 MEDIA DRIVER
3522 M:      Jemma Denson <jdenson@gmail.com>
3523 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3524 L:      linux-media@vger.kernel.org
3525 W:      https://linuxtv.org
3526 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3527 S:      Maintained
3528 F:      drivers/media/dvb-frontends/cx24120*
3529
3530 CX88 VIDEO4LINUX DRIVER
3531 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3532 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3533 L:      linux-media@vger.kernel.org
3534 W:      https://linuxtv.org
3535 T:      git git://linuxtv.org/media_tree.git
3536 S:      Odd fixes
3537 F:      Documentation/media/v4l-drivers/cx88*
3538 F:      drivers/media/pci/cx88/
3539
3540 CXD2820R MEDIA DRIVER
3541 M:      Antti Palosaari <crope@iki.fi>
3542 L:      linux-media@vger.kernel.org
3543 W:      https://linuxtv.org
3544 W:      http://palosaari.fi/linux/
3545 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3546 T:      git git://linuxtv.org/anttip/media_tree.git
3547 S:      Maintained
3548 F:      drivers/media/dvb-frontends/cxd2820r*
3549
3550 CXGB3 ETHERNET DRIVER (CXGB3)
3551 M:      Santosh Raspatur <santosh@chelsio.com>
3552 L:      netdev@vger.kernel.org
3553 W:      http://www.chelsio.com
3554 S:      Supported
3555 F:      drivers/net/ethernet/chelsio/cxgb3/
3556
3557 CXGB3 ISCSI DRIVER (CXGB3I)
3558 M:      Karen Xie <kxie@chelsio.com>
3559 L:      linux-scsi@vger.kernel.org
3560 W:      http://www.chelsio.com
3561 S:      Supported
3562 F:      drivers/scsi/cxgbi/cxgb3i
3563
3564 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3565 M:      Steve Wise <swise@chelsio.com>
3566 L:      linux-rdma@vger.kernel.org
3567 W:      http://www.openfabrics.org
3568 S:      Supported
3569 F:      drivers/infiniband/hw/cxgb3/
3570 F:      include/uapi/rdma/cxgb3-abi.h
3571
3572 CXGB4 ETHERNET DRIVER (CXGB4)
3573 M:      Hariprasad S <hariprasad@chelsio.com>
3574 L:      netdev@vger.kernel.org
3575 W:      http://www.chelsio.com
3576 S:      Supported
3577 F:      drivers/net/ethernet/chelsio/cxgb4/
3578
3579 CXGB4 ISCSI DRIVER (CXGB4I)
3580 M:      Karen Xie <kxie@chelsio.com>
3581 L:      linux-scsi@vger.kernel.org
3582 W:      http://www.chelsio.com
3583 S:      Supported
3584 F:      drivers/scsi/cxgbi/cxgb4i
3585
3586 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3587 M:      Steve Wise <swise@chelsio.com>
3588 L:      linux-rdma@vger.kernel.org
3589 W:      http://www.openfabrics.org
3590 S:      Supported
3591 F:      drivers/infiniband/hw/cxgb4/
3592 F:      include/uapi/rdma/cxgb4-abi.h
3593
3594 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3595 M:      Casey Leedom <leedom@chelsio.com>
3596 L:      netdev@vger.kernel.org
3597 W:      http://www.chelsio.com
3598 S:      Supported
3599 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3600
3601 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3602 M:      Ian Munsie <imunsie@au1.ibm.com>
3603 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3604 L:      linuxppc-dev@lists.ozlabs.org
3605 S:      Supported
3606 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3607 F:      drivers/misc/cxl/
3608 F:      include/misc/cxl*
3609 F:      include/uapi/misc/cxl.h
3610 F:      Documentation/powerpc/cxl.txt
3611 F:      Documentation/ABI/testing/sysfs-class-cxl
3612
3613 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3614 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3615 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3616 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3617 L:      linux-scsi@vger.kernel.org
3618 S:      Supported
3619 F:      drivers/scsi/cxlflash/
3620 F:      include/uapi/scsi/cxlflash_ioctls.h
3621 F:      Documentation/powerpc/cxlflash.txt
3622
3623 STMMAC ETHERNET DRIVER
3624 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3625 M:      Alexandre Torgue <alexandre.torgue@st.com>
3626 L:      netdev@vger.kernel.org
3627 W:      http://www.stlinux.com
3628 S:      Supported
3629 F:      drivers/net/ethernet/stmicro/stmmac/
3630
3631 CYBERPRO FB DRIVER
3632 M:      Russell King <linux@armlinux.org.uk>
3633 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3634 W:      http://www.armlinux.org.uk/
3635 S:      Maintained
3636 F:      drivers/video/fbdev/cyber2000fb.*
3637
3638 CYCLADES ASYNC MUX DRIVER
3639 W:      http://www.cyclades.com/
3640 S:      Orphan
3641 F:      drivers/tty/cyclades.c
3642 F:      include/linux/cyclades.h
3643 F:      include/uapi/linux/cyclades.h
3644
3645 CYCLADES PC300 DRIVER
3646 W:      http://www.cyclades.com/
3647 S:      Orphan
3648 F:      drivers/net/wan/pc300*
3649
3650 CYPRESS_FIRMWARE MEDIA DRIVER
3651 M:      Antti Palosaari <crope@iki.fi>
3652 L:      linux-media@vger.kernel.org
3653 W:      https://linuxtv.org
3654 W:      http://palosaari.fi/linux/
3655 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3656 T:      git git://linuxtv.org/anttip/media_tree.git
3657 S:      Maintained
3658 F:      drivers/media/common/cypress_firmware*
3659
3660 CYTTSP TOUCHSCREEN DRIVER
3661 M:      Ferruh Yigit <fery@cypress.com>
3662 L:      linux-input@vger.kernel.org
3663 S:      Supported
3664 F:      drivers/input/touchscreen/cyttsp*
3665 F:      include/linux/input/cyttsp.h
3666
3667 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3668 M:      Joshua Kinard <kumba@gentoo.org>
3669 S:      Maintained
3670 F:      drivers/rtc/rtc-ds1685.c
3671 F:      include/linux/rtc/ds1685.h
3672
3673 DAMA SLAVE for AX.25
3674 M:      Joerg Reuter <jreuter@yaina.de>
3675 W:      http://yaina.de/jreuter/
3676 W:      http://www.qsl.net/dl1bke/
3677 L:      linux-hams@vger.kernel.org
3678 S:      Maintained
3679 F:      net/ax25/af_ax25.c
3680 F:      net/ax25/ax25_dev.c
3681 F:      net/ax25/ax25_ds_*
3682 F:      net/ax25/ax25_in.c
3683 F:      net/ax25/ax25_out.c
3684 F:      net/ax25/ax25_timer.c
3685 F:      net/ax25/sysctl_net_ax25.c
3686
3687 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3688 L:      netdev@vger.kernel.org
3689 S:      Orphan
3690 F:      Documentation/networking/dmfe.txt
3691 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3692
3693 DC390/AM53C974 SCSI driver
3694 M:      Hannes Reinecke <hare@suse.com>
3695 L:      linux-scsi@vger.kernel.org
3696 S:      Maintained
3697 F:      drivers/scsi/am53c974.c
3698
3699 DC395x SCSI driver
3700 M:      Oliver Neukum <oliver@neukum.org>
3701 M:      Ali Akcaagac <aliakc@web.de>
3702 M:      Jamie Lenehan <lenehan@twibble.org>
3703 L:      dc395x@twibble.org
3704 W:      http://twibble.org/dist/dc395x/
3705 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3706 S:      Maintained
3707 F:      Documentation/scsi/dc395x.txt
3708 F:      drivers/scsi/dc395x.*
3709
3710 DCCP PROTOCOL
3711 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3712 L:      dccp@vger.kernel.org
3713 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3714 S:      Maintained
3715 F:      include/linux/dccp.h
3716 F:      include/uapi/linux/dccp.h
3717 F:      include/linux/tfrc.h
3718 F:      net/dccp/
3719
3720 DECnet NETWORK LAYER
3721 W:      http://linux-decnet.sourceforge.net
3722 L:      linux-decnet-user@lists.sourceforge.net
3723 S:      Orphan
3724 F:      Documentation/networking/decnet.txt
3725 F:      net/decnet/
3726
3727 DECSTATION PLATFORM SUPPORT
3728 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3729 L:      linux-mips@linux-mips.org
3730 W:      http://www.linux-mips.org/wiki/DECstation
3731 S:      Maintained
3732 F:      arch/mips/dec/
3733 F:      arch/mips/include/asm/dec/
3734 F:      arch/mips/include/asm/mach-dec/
3735
3736 DEFXX FDDI NETWORK DRIVER
3737 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3738 S:      Maintained
3739 F:      drivers/net/fddi/defxx.*
3740
3741 DELL LAPTOP DRIVER
3742 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3743 M:      Pali Rohár <pali.rohar@gmail.com>
3744 L:      platform-driver-x86@vger.kernel.org
3745 S:      Maintained
3746 F:      drivers/platform/x86/dell-laptop.c
3747
3748 DELL LAPTOP RBTN DRIVER
3749 M:      Pali Rohár <pali.rohar@gmail.com>
3750 S:      Maintained
3751 F:      drivers/platform/x86/dell-rbtn.*
3752
3753 DELL LAPTOP FREEFALL DRIVER
3754 M:      Pali Rohár <pali.rohar@gmail.com>
3755 S:      Maintained
3756 F:      drivers/platform/x86/dell-smo8800.c
3757
3758 DELL LAPTOP SMM DRIVER
3759 M:      Pali Rohár <pali.rohar@gmail.com>
3760 S:      Maintained
3761 F:      drivers/hwmon/dell-smm-hwmon.c
3762 F:      include/uapi/linux/i8k.h
3763
3764 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3765 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3766 S:      Maintained
3767 F:      Documentation/dcdbas.txt
3768 F:      drivers/firmware/dcdbas.*
3769
3770 DELL WMI EXTRAS DRIVER
3771 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3772 M:      Pali Rohár <pali.rohar@gmail.com>
3773 S:      Maintained
3774 F:      drivers/platform/x86/dell-wmi.c
3775
3776 DESIGNWARE USB2 DRD IP DRIVER
3777 M:      John Youn <johnyoun@synopsys.com>
3778 L:      linux-usb@vger.kernel.org
3779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3780 S:      Maintained
3781 F:      drivers/usb/dwc2/
3782
3783 DESIGNWARE USB3 DRD IP DRIVER
3784 M:      Felipe Balbi <balbi@kernel.org>
3785 L:      linux-usb@vger.kernel.org
3786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3787 S:      Maintained
3788 F:      drivers/usb/dwc3/
3789
3790 DEVICE COREDUMP (DEV_COREDUMP)
3791 M:      Johannes Berg <johannes@sipsolutions.net>
3792 L:      linux-kernel@vger.kernel.org
3793 S:      Maintained
3794 F:      drivers/base/devcoredump.c
3795 F:      include/linux/devcoredump.h
3796
3797 DEVICE FREQUENCY (DEVFREQ)
3798 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3799 M:      Kyungmin Park <kyungmin.park@samsung.com>
3800 L:      linux-pm@vger.kernel.org
3801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3802 S:      Maintained
3803 F:      drivers/devfreq/
3804 F:      include/linux/devfreq.h
3805 F:      Documentation/devicetree/bindings/devfreq/
3806
3807 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3808 M:      Chanwoo Choi <cw00.choi@samsung.com>
3809 L:      linux-pm@vger.kernel.org
3810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3811 S:      Supported
3812 F:      drivers/devfreq/event/
3813 F:      drivers/devfreq/devfreq-event.c
3814 F:      include/linux/devfreq-event.h
3815 F:      Documentation/devicetree/bindings/devfreq/event/
3816
3817 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3818 M:      Chanwoo Choi <cw00.choi@samsung.com>
3819 L:      linux-pm@vger.kernel.org
3820 L:      linux-samsung-soc@vger.kernel.org
3821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3822 S:      Maintained
3823 F:      drivers/devfreq/exynos-bus.c
3824 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3825
3826 DEVICE NUMBER REGISTRY
3827 M:      Torben Mathiasen <device@lanana.org>
3828 W:      http://lanana.org/docs/device-list/index.html
3829 S:      Maintained
3830
3831 DEVICE-MAPPER  (LVM)
3832 M:      Alasdair Kergon <agk@redhat.com>
3833 M:      Mike Snitzer <snitzer@redhat.com>
3834 M:      dm-devel@redhat.com
3835 L:      dm-devel@redhat.com
3836 W:      http://sources.redhat.com/dm
3837 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3839 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3840 S:      Maintained
3841 F:      Documentation/device-mapper/
3842 F:      drivers/md/dm*
3843 F:      drivers/md/persistent-data/
3844 F:      include/linux/device-mapper.h
3845 F:      include/linux/dm-*.h
3846 F:      include/uapi/linux/dm-*.h
3847
3848 DEVLINK
3849 M:      Jiri Pirko <jiri@mellanox.com>
3850 L:      netdev@vger.kernel.org
3851 S:      Supported
3852 F:      net/core/devlink.c
3853 F:      include/net/devlink.h
3854 F:      include/uapi/linux/devlink.h
3855
3856 DIALOG SEMICONDUCTOR DRIVERS
3857 M:      Support Opensource <support.opensource@diasemi.com>
3858 W:      http://www.dialog-semiconductor.com/products
3859 S:      Supported
3860 F:      Documentation/hwmon/da90??
3861 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3862 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3863 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3864 F:      drivers/gpio/gpio-da90??.c
3865 F:      drivers/hwmon/da90??-hwmon.c
3866 F:      drivers/iio/adc/da91??-*.c
3867 F:      drivers/input/misc/da90??_onkey.c
3868 F:      drivers/input/touchscreen/da9052_tsi.c
3869 F:      drivers/leds/leds-da90??.c
3870 F:      drivers/mfd/da903x.c
3871 F:      drivers/mfd/da90??-*.c
3872 F:      drivers/mfd/da91??-*.c
3873 F:      drivers/power/supply/da9052-battery.c
3874 F:      drivers/power/supply/da91??-*.c
3875 F:      drivers/regulator/da903x.c
3876 F:      drivers/regulator/da9???-regulator.[ch]
3877 F:      drivers/rtc/rtc-da90??.c
3878 F:      drivers/video/backlight/da90??_bl.c
3879 F:      drivers/watchdog/da90??_wdt.c
3880 F:      include/linux/mfd/da903x.h
3881 F:      include/linux/mfd/da9052/
3882 F:      include/linux/mfd/da9055/
3883 F:      include/linux/mfd/da9062/
3884 F:      include/linux/mfd/da9063/
3885 F:      include/linux/mfd/da9150/
3886 F:      include/linux/regulator/da9211.h
3887 F:      include/sound/da[79]*.h
3888 F:      sound/soc/codecs/da[79]*.[ch]
3889
3890 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3891 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3892 L:      linux-gpio@vger.kernel.org
3893 S:      Maintained
3894 F:      drivers/gpio/gpio-gpio-mm.c
3895
3896 DIGI NEO AND CLASSIC PCI PRODUCTS
3897 M:      Lidza Louina <lidza.louina@gmail.com>
3898 M:      Mark Hounschell <markh@compro.net>
3899 L:      driverdev-devel@linuxdriverproject.org
3900 S:      Maintained
3901 F:      drivers/staging/dgnc/
3902
3903 DIOLAN U2C-12 I2C DRIVER
3904 M:      Guenter Roeck <linux@roeck-us.net>
3905 L:      linux-i2c@vger.kernel.org
3906 S:      Maintained
3907 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3908
3909 DIRECT ACCESS (DAX)
3910 M:      Matthew Wilcox <willy@linux.intel.com>
3911 L:      linux-fsdevel@vger.kernel.org
3912 S:      Supported
3913 F:      fs/dax.c
3914
3915 DIRECTORY NOTIFICATION (DNOTIFY)
3916 M:      Eric Paris <eparis@parisplace.org>
3917 S:      Maintained
3918 F:      Documentation/filesystems/dnotify.txt
3919 F:      fs/notify/dnotify/
3920 F:      include/linux/dnotify.h
3921
3922 DISK GEOMETRY AND PARTITION HANDLING
3923 M:      Andries Brouwer <aeb@cwi.nl>
3924 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3925 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3926 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3927 S:      Maintained
3928
3929 DISKQUOTA
3930 M:      Jan Kara <jack@suse.com>
3931 S:      Maintained
3932 F:      Documentation/filesystems/quota.txt
3933 F:      fs/quota/
3934 F:      include/linux/quota*.h
3935 F:      include/uapi/linux/quota*.h
3936
3937 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3938 M:      Bernie Thompson <bernie@plugable.com>
3939 L:      linux-fbdev@vger.kernel.org
3940 S:      Maintained
3941 W:      http://plugable.com/category/projects/udlfb/
3942 F:      drivers/video/fbdev/udlfb.c
3943 F:      include/video/udlfb.h
3944 F:      Documentation/fb/udlfb.txt
3945
3946 DISTRIBUTED LOCK MANAGER (DLM)
3947 M:      Christine Caulfield <ccaulfie@redhat.com>
3948 M:      David Teigland <teigland@redhat.com>
3949 L:      cluster-devel@redhat.com
3950 W:      http://sources.redhat.com/cluster/
3951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3952 S:      Supported
3953 F:      fs/dlm/
3954
3955 DMA BUFFER SHARING FRAMEWORK
3956 M:      Sumit Semwal <sumit.semwal@linaro.org>
3957 S:      Maintained
3958 L:      linux-media@vger.kernel.org
3959 L:      dri-devel@lists.freedesktop.org
3960 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3961 F:      drivers/dma-buf/
3962 F:      include/linux/dma-buf*
3963 F:      include/linux/reservation.h
3964 F:      include/linux/*fence.h
3965 F:      Documentation/dma-buf-sharing.txt
3966 T:      git git://anongit.freedesktop.org/drm/drm-misc
3967
3968 SYNC FILE FRAMEWORK
3969 M:      Sumit Semwal <sumit.semwal@linaro.org>
3970 R:      Gustavo Padovan <gustavo@padovan.org>
3971 S:      Maintained
3972 L:      linux-media@vger.kernel.org
3973 L:      dri-devel@lists.freedesktop.org
3974 F:      drivers/dma-buf/sync_*
3975 F:      drivers/dma-buf/sw_sync.c
3976 F:      include/linux/sync_file.h
3977 F:      include/uapi/linux/sync_file.h
3978 F:      Documentation/sync_file.txt
3979 T:      git git://anongit.freedesktop.org/drm/drm-misc
3980
3981 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3982 M:      Vinod Koul <vinod.koul@intel.com>
3983 L:      dmaengine@vger.kernel.org
3984 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3985 S:      Maintained
3986 F:      drivers/dma/
3987 F:      include/linux/dmaengine.h
3988 F:      Documentation/devicetree/bindings/dma/
3989 F:      Documentation/dmaengine/
3990 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3991
3992 DME1737 HARDWARE MONITOR DRIVER
3993 M:      Juerg Haefliger <juergh@gmail.com>
3994 L:      linux-hwmon@vger.kernel.org
3995 S:      Maintained
3996 F:      Documentation/hwmon/dme1737
3997 F:      drivers/hwmon/dme1737.c
3998
3999 DMI/SMBIOS SUPPORT
4000 M:      Jean Delvare <jdelvare@suse.com>
4001 S:      Maintained
4002 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4003 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4004 F:      drivers/firmware/dmi-id.c
4005 F:      drivers/firmware/dmi_scan.c
4006 F:      include/linux/dmi.h
4007
4008 DOCUMENTATION
4009 M:      Jonathan Corbet <corbet@lwn.net>
4010 L:      linux-doc@vger.kernel.org
4011 S:      Maintained
4012 F:      Documentation/
4013 F:      scripts/docproc.c
4014 F:      scripts/kernel-doc*
4015 X:      Documentation/ABI/
4016 X:      Documentation/devicetree/
4017 X:      Documentation/acpi
4018 X:      Documentation/power
4019 X:      Documentation/spi
4020 X:      Documentation/media
4021 T:      git git://git.lwn.net/linux.git docs-next
4022
4023 DOUBLETALK DRIVER
4024 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4025 L:      blinux-list@redhat.com
4026 S:      Maintained
4027 F:      drivers/char/dtlk.c
4028 F:      include/linux/dtlk.h
4029
4030 DPT_I2O SCSI RAID DRIVER
4031 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4032 L:      linux-scsi@vger.kernel.org
4033 W:      http://www.adaptec.com/
4034 S:      Maintained
4035 F:      drivers/scsi/dpt*
4036 F:      drivers/scsi/dpt/
4037
4038 DRBD DRIVER
4039 M:      Philipp Reisner <philipp.reisner@linbit.com>
4040 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4041 L:      drbd-dev@lists.linbit.com
4042 W:      http://www.drbd.org
4043 T:      git git://git.linbit.com/linux-drbd.git
4044 T:      git git://git.linbit.com/drbd-8.4.git
4045 S:      Supported
4046 F:      drivers/block/drbd/
4047 F:      lib/lru_cache.c
4048 F:      Documentation/blockdev/drbd/
4049
4050 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4051 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4053 S:      Supported
4054 F:      Documentation/kobject.txt
4055 F:      drivers/base/
4056 F:      fs/debugfs/
4057 F:      fs/kernfs/
4058 F:      fs/sysfs/
4059 F:      include/linux/debugfs.h
4060 F:      include/linux/kobj*
4061 F:      lib/kobj*
4062
4063 DRM DRIVERS
4064 M:      David Airlie <airlied@linux.ie>
4065 L:      dri-devel@lists.freedesktop.org
4066 T:      git git://people.freedesktop.org/~airlied/linux
4067 B:      https://bugs.freedesktop.org/
4068 C:      irc://chat.freenode.net/dri-devel
4069 S:      Maintained
4070 F:      drivers/gpu/drm/
4071 F:      drivers/gpu/vga/
4072 F:      Documentation/devicetree/bindings/display/
4073 F:      Documentation/devicetree/bindings/gpu/
4074 F:      Documentation/devicetree/bindings/video/
4075 F:      Documentation/gpu/
4076 F:      include/drm/
4077 F:      include/uapi/drm/
4078
4079 DRM DRIVERS AND MISC GPU PATCHES
4080 M:      Daniel Vetter <daniel.vetter@intel.com>
4081 M:      Jani Nikula <jani.nikula@linux.intel.com>
4082 M:      Sean Paul <seanpaul@chromium.org>
4083 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4084 S:      Maintained
4085 T:      git git://anongit.freedesktop.org/drm/drm-misc
4086 F:      Documentation/gpu/
4087 F:      drivers/gpu/vga/
4088 F:      drivers/gpu/drm/*
4089 F:      include/drm/drm*
4090 F:      include/uapi/drm/drm*
4091
4092 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4093 M:      Dave Airlie <airlied@redhat.com>
4094 S:      Odd Fixes
4095 F:      drivers/gpu/drm/ast/
4096
4097 DRM DRIVERS FOR BRIDGE CHIPS
4098 M:      Archit Taneja <architt@codeaurora.org>
4099 S:      Maintained
4100 T:      git git://anongit.freedesktop.org/drm/drm-misc
4101 F:      drivers/gpu/drm/bridge/
4102
4103 DRM DRIVER FOR BOCHS VIRTUAL GPU
4104 M:      Gerd Hoffmann <kraxel@redhat.com>
4105 S:      Odd Fixes
4106 F:      drivers/gpu/drm/bochs/
4107
4108 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4109 M:      Dave Airlie <airlied@redhat.com>
4110 S:      Odd Fixes
4111 F:      drivers/gpu/drm/cirrus/
4112
4113 RADEON and AMDGPU DRM DRIVERS
4114 M:      Alex Deucher <alexander.deucher@amd.com>
4115 M:      Christian König <christian.koenig@amd.com>
4116 L:      dri-devel@lists.freedesktop.org
4117 T:      git git://people.freedesktop.org/~agd5f/linux
4118 S:      Supported
4119 F:      drivers/gpu/drm/radeon/
4120 F:      include/uapi/drm/radeon_drm.h
4121 F:      drivers/gpu/drm/amd/
4122 F:      include/uapi/drm/amdgpu_drm.h
4123
4124 DRM PANEL DRIVERS
4125 M:      Thierry Reding <thierry.reding@gmail.com>
4126 L:      dri-devel@lists.freedesktop.org
4127 T:      git git://anongit.freedesktop.org/tegra/linux.git
4128 S:      Maintained
4129 F:      drivers/gpu/drm/drm_panel.c
4130 F:      drivers/gpu/drm/panel/
4131 F:      include/drm/drm_panel.h
4132 F:      Documentation/devicetree/bindings/display/panel/
4133
4134 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4135 M:      Daniel Vetter <daniel.vetter@intel.com>
4136 M:      Jani Nikula <jani.nikula@linux.intel.com>
4137 L:      intel-gfx@lists.freedesktop.org
4138 W:      https://01.org/linuxgraphics/
4139 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4140 C:      irc://chat.freenode.net/intel-gfx
4141 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4142 T:      git git://anongit.freedesktop.org/drm-intel
4143 S:      Supported
4144 F:      drivers/gpu/drm/i915/
4145 F:      include/drm/i915*
4146 F:      include/uapi/drm/i915_drm.h
4147 F:      Documentation/gpu/i915.rst
4148
4149 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4150 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4151 M:      Zhi Wang <zhi.a.wang@intel.com>
4152 L:      igvt-g-dev@lists.01.org
4153 L:      intel-gfx@lists.freedesktop.org
4154 W:      https://01.org/igvt-g
4155 T:      git https://github.com/01org/gvt-linux.git
4156 S:      Supported
4157 F:      drivers/gpu/drm/i915/gvt/
4158
4159 DRM DRIVERS FOR ATMEL HLCDC
4160 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4161 L:      dri-devel@lists.freedesktop.org
4162 S:      Supported
4163 F:      drivers/gpu/drm/atmel-hlcdc/
4164 F:      Documentation/devicetree/bindings/drm/atmel/
4165
4166 DRM DRIVERS FOR ALLWINNER A10
4167 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4168 L:      dri-devel@lists.freedesktop.org
4169 S:      Supported
4170 F:      drivers/gpu/drm/sun4i/
4171 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4172
4173 DRM DRIVERS FOR AMLOGIC SOCS
4174 M:      Neil Armstrong <narmstrong@baylibre.com>
4175 L:      dri-devel@lists.freedesktop.org
4176 L:      linux-amlogic@lists.infradead.org
4177 W:      http://linux-meson.com/
4178 S:      Supported
4179 F:      drivers/gpu/drm/meson/
4180 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4181
4182 DRM DRIVERS FOR EXYNOS
4183 M:      Inki Dae <inki.dae@samsung.com>
4184 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4185 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4186 M:      Kyungmin Park <kyungmin.park@samsung.com>
4187 L:      dri-devel@lists.freedesktop.org
4188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4189 S:      Supported
4190 F:      drivers/gpu/drm/exynos/
4191 F:      include/uapi/drm/exynos_drm.h
4192 F:      Documentation/devicetree/bindings/display/exynos/
4193
4194 DRM DRIVERS FOR FREESCALE DCU
4195 M:      Stefan Agner <stefan@agner.ch>
4196 M:      Alison Wang <alison.wang@freescale.com>
4197 L:      dri-devel@lists.freedesktop.org
4198 S:      Supported
4199 F:      drivers/gpu/drm/fsl-dcu/
4200 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4201 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4202 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4203
4204 DRM DRIVERS FOR FREESCALE IMX
4205 M:      Philipp Zabel <p.zabel@pengutronix.de>
4206 L:      dri-devel@lists.freedesktop.org
4207 S:      Maintained
4208 F:      drivers/gpu/drm/imx/
4209 F:      drivers/gpu/ipu-v3/
4210 F:      Documentation/devicetree/bindings/display/imx/
4211
4212 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4213 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4214 L:      dri-devel@lists.freedesktop.org
4215 T:      git git://github.com/patjak/drm-gma500
4216 S:      Maintained
4217 F:      drivers/gpu/drm/gma500/
4218
4219 DRM DRIVERS FOR HISILICON
4220 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4221 M:      Rongrong Zou <zourongrong@gmail.com>
4222 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4223 R:      Chen Feng <puck.chen@hisilicon.com>
4224 L:      dri-devel@lists.freedesktop.org
4225 T:      git git://github.com/xin3liang/linux.git
4226 S:      Maintained
4227 F:      drivers/gpu/drm/hisilicon/
4228 F:      Documentation/devicetree/bindings/display/hisilicon/
4229
4230 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4231 S:      Orphan / Obsolete
4232 F:      drivers/gpu/drm/i810/
4233 F:      include/uapi/drm/i810_drm.h
4234
4235 DRM DRIVERS FOR MEDIATEK
4236 M:      CK Hu <ck.hu@mediatek.com>
4237 M:      Philipp Zabel <p.zabel@pengutronix.de>
4238 L:      dri-devel@lists.freedesktop.org
4239 S:      Supported
4240 F:      drivers/gpu/drm/mediatek/
4241 F:      Documentation/devicetree/bindings/display/mediatek/
4242
4243 DRM DRIVER FOR MSM ADRENO GPU
4244 M:      Rob Clark <robdclark@gmail.com>
4245 L:      linux-arm-msm@vger.kernel.org
4246 L:      dri-devel@lists.freedesktop.org
4247 L:      freedreno@lists.freedesktop.org
4248 T:      git git://people.freedesktop.org/~robclark/linux
4249 S:      Maintained
4250 F:      drivers/gpu/drm/msm/
4251 F:      include/uapi/drm/msm_drm.h
4252 F:      Documentation/devicetree/bindings/display/msm/
4253
4254 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4255 M:      Ben Skeggs <bskeggs@redhat.com>
4256 L:      dri-devel@lists.freedesktop.org
4257 L:      nouveau@lists.freedesktop.org
4258 T:      git git://github.com/skeggsb/linux
4259 S:      Supported
4260 F:      drivers/gpu/drm/nouveau/
4261 F:      include/uapi/drm/nouveau_drm.h
4262
4263 DRM DRIVERS FOR NVIDIA TEGRA
4264 M:      Thierry Reding <thierry.reding@gmail.com>
4265 L:      dri-devel@lists.freedesktop.org
4266 L:      linux-tegra@vger.kernel.org
4267 T:      git git://anongit.freedesktop.org/tegra/linux.git
4268 S:      Supported
4269 F:      drivers/gpu/drm/tegra/
4270 F:      drivers/gpu/host1x/
4271 F:      include/linux/host1x.h
4272 F:      include/uapi/drm/tegra_drm.h
4273 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4274
4275 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4276 S:      Orphan / Obsolete
4277 F:      drivers/gpu/drm/mga/
4278 F:      include/uapi/drm/mga_drm.h
4279
4280 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4281 M:      Dave Airlie <airlied@redhat.com>
4282 S:      Odd Fixes
4283 F:      drivers/gpu/drm/mgag200/
4284
4285 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4286 S:      Orphan / Obsolete
4287 F:      drivers/gpu/drm/r128/
4288 F:      include/uapi/drm/r128_drm.h
4289
4290 DRM DRIVERS FOR RENESAS
4291 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4292 L:      dri-devel@lists.freedesktop.org
4293 L:      linux-renesas-soc@vger.kernel.org
4294 T:      git git://linuxtv.org/pinchartl/fbdev
4295 S:      Supported
4296 F:      drivers/gpu/drm/rcar-du/
4297 F:      drivers/gpu/drm/shmobile/
4298 F:      include/linux/platform_data/shmob_drm.h
4299 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4300
4301 DRM DRIVER FOR QXL VIRTUAL GPU
4302 M:      Dave Airlie <airlied@redhat.com>
4303 S:      Odd Fixes
4304 F:      drivers/gpu/drm/qxl/
4305 F:      include/uapi/drm/qxl_drm.h
4306
4307 DRM DRIVERS FOR ROCKCHIP
4308 M:      Mark Yao <mark.yao@rock-chips.com>
4309 L:      dri-devel@lists.freedesktop.org
4310 S:      Maintained
4311 F:      drivers/gpu/drm/rockchip/
4312 F:      Documentation/devicetree/bindings/display/rockchip/
4313
4314 DRM DRIVER FOR SAVAGE VIDEO CARDS
4315 S:      Orphan / Obsolete
4316 F:      drivers/gpu/drm/savage/
4317 F:      include/uapi/drm/savage_drm.h
4318
4319 DRM DRIVER FOR SIS VIDEO CARDS
4320 S:      Orphan / Obsolete
4321 F:      drivers/gpu/drm/sis/
4322 F:      include/uapi/drm/sis_drm.h
4323
4324 DRM DRIVERS FOR STI
4325 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4326 M:      Vincent Abriou <vincent.abriou@st.com>
4327 L:      dri-devel@lists.freedesktop.org
4328 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4329 S:      Maintained
4330 F:      drivers/gpu/drm/sti
4331 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4332
4333 DRM DRIVER FOR TDFX VIDEO CARDS
4334 S:      Orphan / Obsolete
4335 F:      drivers/gpu/drm/tdfx/
4336
4337 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4338 M:      Dave Airlie <airlied@redhat.com>
4339 S:      Odd Fixes
4340 F:      drivers/gpu/drm/udl/
4341
4342 DRM DRIVERS FOR VIVANTE GPU IP
4343 M:      Lucas Stach <l.stach@pengutronix.de>
4344 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4345 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4346 L:      etnaviv@lists.freedesktop.org
4347 L:      dri-devel@lists.freedesktop.org
4348 S:      Maintained
4349 F:      drivers/gpu/drm/etnaviv/
4350 F:      include/uapi/drm/etnaviv_drm.h
4351 F:      Documentation/devicetree/bindings/display/etnaviv/
4352
4353 DRM DRIVER FOR VMWARE VIRTUAL GPU
4354 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4355 M:      Sinclair Yeh <syeh@vmware.com>
4356 M:      Thomas Hellstrom <thellstrom@vmware.com>
4357 L:      dri-devel@lists.freedesktop.org
4358 T:      git git://people.freedesktop.org/~syeh/repos_linux
4359 T:      git git://people.freedesktop.org/~thomash/linux
4360 S:      Supported
4361 F:      drivers/gpu/drm/vmwgfx/
4362 F:      include/uapi/drm/vmwgfx_drm.h
4363
4364 DRM DRIVERS FOR VC4
4365 M:      Eric Anholt <eric@anholt.net>
4366 T:      git git://github.com/anholt/linux
4367 S:      Supported
4368 F:      drivers/gpu/drm/vc4/
4369 F:      include/uapi/drm/vc4_drm.h
4370 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4371
4372 DRM DRIVERS FOR TI OMAP
4373 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4374 L:      dri-devel@lists.freedesktop.org
4375 S:      Maintained
4376 F:      drivers/gpu/drm/omapdrm/
4377 F:      Documentation/devicetree/bindings/display/ti/
4378
4379 DRM DRIVERS FOR TI LCDC
4380 M:      Jyri Sarha <jsarha@ti.com>
4381 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4382 L:      dri-devel@lists.freedesktop.org
4383 S:      Maintained
4384 F:      drivers/gpu/drm/tilcdc/
4385 F:      Documentation/devicetree/bindings/display/tilcdc/
4386
4387 DRM DRIVERS FOR ZTE ZX
4388 M:      Shawn Guo <shawnguo@kernel.org>
4389 L:      dri-devel@lists.freedesktop.org
4390 S:      Maintained
4391 F:      drivers/gpu/drm/zte/
4392 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4393
4394 DSBR100 USB FM RADIO DRIVER
4395 M:      Alexey Klimov <klimov.linux@gmail.com>
4396 L:      linux-media@vger.kernel.org
4397 T:      git git://linuxtv.org/media_tree.git
4398 S:      Maintained
4399 F:      drivers/media/radio/dsbr100.c
4400
4401 DSCC4 DRIVER
4402 M:      Francois Romieu <romieu@fr.zoreil.com>
4403 L:      netdev@vger.kernel.org
4404 S:      Maintained
4405 F:      drivers/net/wan/dscc4.c
4406
4407 DT3155 MEDIA DRIVER
4408 M:      Hans Verkuil <hverkuil@xs4all.nl>
4409 L:      linux-media@vger.kernel.org
4410 T:      git git://linuxtv.org/media_tree.git
4411 W:      https://linuxtv.org
4412 S:      Odd Fixes
4413 F:      drivers/media/pci/dt3155/
4414
4415 DVB_USB_AF9015 MEDIA DRIVER
4416 M:      Antti Palosaari <crope@iki.fi>
4417 L:      linux-media@vger.kernel.org
4418 W:      https://linuxtv.org
4419 W:      http://palosaari.fi/linux/
4420 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4421 T:      git git://linuxtv.org/anttip/media_tree.git
4422 S:      Maintained
4423 F:      drivers/media/usb/dvb-usb-v2/af9015*
4424
4425 DVB_USB_AF9035 MEDIA DRIVER
4426 M:      Antti Palosaari <crope@iki.fi>
4427 L:      linux-media@vger.kernel.org
4428 W:      https://linuxtv.org
4429 W:      http://palosaari.fi/linux/
4430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4431 T:      git git://linuxtv.org/anttip/media_tree.git
4432 S:      Maintained
4433 F:      drivers/media/usb/dvb-usb-v2/af9035*
4434
4435 DVB_USB_ANYSEE MEDIA DRIVER
4436 M:      Antti Palosaari <crope@iki.fi>
4437 L:      linux-media@vger.kernel.org
4438 W:      https://linuxtv.org
4439 W:      http://palosaari.fi/linux/
4440 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4441 T:      git git://linuxtv.org/anttip/media_tree.git
4442 S:      Maintained
4443 F:      drivers/media/usb/dvb-usb-v2/anysee*
4444
4445 DVB_USB_AU6610 MEDIA DRIVER
4446 M:      Antti Palosaari <crope@iki.fi>
4447 L:      linux-media@vger.kernel.org
4448 W:      https://linuxtv.org
4449 W:      http://palosaari.fi/linux/
4450 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4451 T:      git git://linuxtv.org/anttip/media_tree.git
4452 S:      Maintained
4453 F:      drivers/media/usb/dvb-usb-v2/au6610*
4454
4455 DVB_USB_CE6230 MEDIA DRIVER
4456 M:      Antti Palosaari <crope@iki.fi>
4457 L:      linux-media@vger.kernel.org
4458 W:      https://linuxtv.org
4459 W:      http://palosaari.fi/linux/
4460 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4461 T:      git git://linuxtv.org/anttip/media_tree.git
4462 S:      Maintained
4463 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4464
4465 DVB_USB_CXUSB MEDIA DRIVER
4466 M:      Michael Krufky <mkrufky@linuxtv.org>
4467 L:      linux-media@vger.kernel.org
4468 W:      https://linuxtv.org
4469 W:      http://github.com/mkrufky
4470 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4471 T:      git git://linuxtv.org/media_tree.git
4472 S:      Maintained
4473 F:      drivers/media/usb/dvb-usb/cxusb*
4474
4475 DVB_USB_EC168 MEDIA DRIVER
4476 M:      Antti Palosaari <crope@iki.fi>
4477 L:      linux-media@vger.kernel.org
4478 W:      https://linuxtv.org
4479 W:      http://palosaari.fi/linux/
4480 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4481 T:      git git://linuxtv.org/anttip/media_tree.git
4482 S:      Maintained
4483 F:      drivers/media/usb/dvb-usb-v2/ec168*
4484
4485 DVB_USB_GL861 MEDIA DRIVER
4486 M:      Antti Palosaari <crope@iki.fi>
4487 L:      linux-media@vger.kernel.org
4488 W:      https://linuxtv.org
4489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4490 T:      git git://linuxtv.org/anttip/media_tree.git
4491 S:      Maintained
4492 F:      drivers/media/usb/dvb-usb-v2/gl861*
4493
4494 DVB_USB_MXL111SF MEDIA DRIVER
4495 M:      Michael Krufky <mkrufky@linuxtv.org>
4496 L:      linux-media@vger.kernel.org
4497 W:      https://linuxtv.org
4498 W:      http://github.com/mkrufky
4499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4500 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4501 S:      Maintained
4502 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4503
4504 DVB_USB_RTL28XXU MEDIA DRIVER
4505 M:      Antti Palosaari <crope@iki.fi>
4506 L:      linux-media@vger.kernel.org
4507 W:      https://linuxtv.org
4508 W:      http://palosaari.fi/linux/
4509 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4510 T:      git git://linuxtv.org/anttip/media_tree.git
4511 S:      Maintained
4512 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4513
4514 DVB_USB_V2 MEDIA DRIVER
4515 M:      Antti Palosaari <crope@iki.fi>
4516 L:      linux-media@vger.kernel.org
4517 W:      https://linuxtv.org
4518 W:      http://palosaari.fi/linux/
4519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4520 T:      git git://linuxtv.org/anttip/media_tree.git
4521 S:      Maintained
4522 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4523 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4524
4525 DYNAMIC DEBUG
4526 M:      Jason Baron <jbaron@akamai.com>
4527 S:      Maintained
4528 F:      lib/dynamic_debug.c
4529 F:      include/linux/dynamic_debug.h
4530
4531 DZ DECSTATION DZ11 SERIAL DRIVER
4532 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4533 S:      Maintained
4534 F:      drivers/tty/serial/dz.*
4535
4536 E3X0 POWER BUTTON DRIVER
4537 M:      Moritz Fischer <moritz.fischer@ettus.com>
4538 L:      usrp-users@lists.ettus.com
4539 W:      http://www.ettus.com
4540 S:      Supported
4541 F:      drivers/input/misc/e3x0-button.c
4542 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4543
4544 E4000 MEDIA DRIVER
4545 M:      Antti Palosaari <crope@iki.fi>
4546 L:      linux-media@vger.kernel.org
4547 W:      https://linuxtv.org
4548 W:      http://palosaari.fi/linux/
4549 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4550 T:      git git://linuxtv.org/anttip/media_tree.git
4551 S:      Maintained
4552 F:      drivers/media/tuners/e4000*
4553
4554 EATA ISA/EISA/PCI SCSI DRIVER
4555 M:      Dario Ballabio <ballabio_dario@emc.com>
4556 L:      linux-scsi@vger.kernel.org
4557 S:      Maintained
4558 F:      drivers/scsi/eata.c
4559
4560 EC100 MEDIA DRIVER
4561 M:      Antti Palosaari <crope@iki.fi>
4562 L:      linux-media@vger.kernel.org
4563 W:      https://linuxtv.org
4564 W:      http://palosaari.fi/linux/
4565 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4566 T:      git git://linuxtv.org/anttip/media_tree.git
4567 S:      Maintained
4568 F:      drivers/media/dvb-frontends/ec100*
4569
4570 ECRYPT FILE SYSTEM
4571 M:      Tyler Hicks <tyhicks@canonical.com>
4572 L:      ecryptfs@vger.kernel.org
4573 W:      http://ecryptfs.org
4574 W:      https://launchpad.net/ecryptfs
4575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4576 S:      Supported
4577 F:      Documentation/filesystems/ecryptfs.txt
4578 F:      fs/ecryptfs/
4579
4580 EDAC-CORE
4581 M:      Borislav Petkov <bp@alien8.de>
4582 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4583 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4584 L:      linux-edac@vger.kernel.org
4585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4587 S:      Supported
4588 F:      Documentation/edac.txt
4589 F:      drivers/edac/
4590 F:      include/linux/edac.h
4591
4592 EDAC-AMD64
4593 M:      Borislav Petkov <bp@alien8.de>
4594 L:      linux-edac@vger.kernel.org
4595 S:      Maintained
4596 F:      drivers/edac/amd64_edac*
4597
4598 EDAC-CALXEDA
4599 M:      Robert Richter <rric@kernel.org>
4600 L:      linux-edac@vger.kernel.org
4601 S:      Maintained
4602 F:      drivers/edac/highbank*
4603
4604 EDAC-CAVIUM
4605 M:      Ralf Baechle <ralf@linux-mips.org>
4606 M:      David Daney <david.daney@cavium.com>
4607 L:      linux-edac@vger.kernel.org
4608 L:      linux-mips@linux-mips.org
4609 S:      Supported
4610 F:      drivers/edac/octeon_edac*
4611
4612 EDAC-E752X
4613 M:      Mark Gross <mark.gross@intel.com>
4614 L:      linux-edac@vger.kernel.org
4615 S:      Maintained
4616 F:      drivers/edac/e752x_edac.c
4617
4618 EDAC-E7XXX
4619 L:      linux-edac@vger.kernel.org
4620 S:      Maintained
4621 F:      drivers/edac/e7xxx_edac.c
4622
4623 EDAC-FSL_DDR
4624 M:      York Sun <york.sun@nxp.com>
4625 L:      linux-edac@vger.kernel.org
4626 S:      Maintained
4627 F:      drivers/edac/fsl_ddr_edac.*
4628
4629 EDAC-GHES
4630 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4631 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4632 L:      linux-edac@vger.kernel.org
4633 S:      Maintained
4634 F:      drivers/edac/ghes_edac.c
4635
4636 EDAC-I82443BXGX
4637 M:      Tim Small <tim@buttersideup.com>
4638 L:      linux-edac@vger.kernel.org
4639 S:      Maintained
4640 F:      drivers/edac/i82443bxgx_edac.c
4641
4642 EDAC-I3000
4643 L:      linux-edac@vger.kernel.org
4644 S:      Orphan
4645 F:      drivers/edac/i3000_edac.c
4646
4647 EDAC-I5000
4648 L:      linux-edac@vger.kernel.org
4649 S:      Maintained
4650 F:      drivers/edac/i5000_edac.c
4651
4652 EDAC-I5400
4653 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4654 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4655 L:      linux-edac@vger.kernel.org
4656 S:      Maintained
4657 F:      drivers/edac/i5400_edac.c
4658
4659 EDAC-I7300
4660 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4661 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4662 L:      linux-edac@vger.kernel.org
4663 S:      Maintained
4664 F:      drivers/edac/i7300_edac.c
4665
4666 EDAC-I7CORE
4667 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4668 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4669 L:      linux-edac@vger.kernel.org
4670 S:      Maintained
4671 F:      drivers/edac/i7core_edac.c
4672
4673 EDAC-I82975X
4674 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4675 M:      "Arvind R." <arvino55@gmail.com>
4676 L:      linux-edac@vger.kernel.org
4677 S:      Maintained
4678 F:      drivers/edac/i82975x_edac.c
4679
4680 EDAC-IE31200
4681 M:      Jason Baron <jbaron@akamai.com>
4682 L:      linux-edac@vger.kernel.org
4683 S:      Maintained
4684 F:      drivers/edac/ie31200_edac.c
4685
4686 EDAC-MPC85XX
4687 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4688 L:      linux-edac@vger.kernel.org
4689 S:      Maintained
4690 F:      drivers/edac/mpc85xx_edac.[ch]
4691
4692 EDAC-PASEMI
4693 M:      Egor Martovetsky <egor@pasemi.com>
4694 L:      linux-edac@vger.kernel.org
4695 S:      Maintained
4696 F:      drivers/edac/pasemi_edac.c
4697
4698 EDAC-R82600
4699 M:      Tim Small <tim@buttersideup.com>
4700 L:      linux-edac@vger.kernel.org
4701 S:      Maintained
4702 F:      drivers/edac/r82600_edac.c
4703
4704 EDAC-SBRIDGE
4705 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4706 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4707 L:      linux-edac@vger.kernel.org
4708 S:      Maintained
4709 F:      drivers/edac/sb_edac.c
4710
4711 EDAC-SKYLAKE
4712 M:      Tony Luck <tony.luck@intel.com>
4713 L:      linux-edac@vger.kernel.org
4714 S:      Maintained
4715 F:      drivers/edac/skx_edac.c
4716
4717 EDAC-XGENE
4718 APPLIED MICRO (APM) X-GENE SOC EDAC
4719 M:     Loc Ho <lho@apm.com>
4720 S:     Supported
4721 F:     drivers/edac/xgene_edac.c
4722 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4723
4724 EDIROL UA-101/UA-1000 DRIVER
4725 M:      Clemens Ladisch <clemens@ladisch.de>
4726 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4727 T:      git git://git.alsa-project.org/alsa-kernel.git
4728 S:      Maintained
4729 F:      sound/usb/misc/ua101.c
4730
4731 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4732 M:      Matt Fleming <matt@codeblueprint.co.uk>
4733 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4734 L:      linux-efi@vger.kernel.org
4735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4736 S:      Maintained
4737 F:      Documentation/efi-stub.txt
4738 F:      arch/*/kernel/efi.c
4739 F:      arch/x86/boot/compressed/eboot.[ch]
4740 F:      arch/*/include/asm/efi.h
4741 F:      arch/x86/platform/efi/
4742 F:      drivers/firmware/efi/
4743 F:      include/linux/efi*.h
4744 F:      arch/arm/boot/compressed/efi-header.S
4745 F:      arch/arm64/kernel/efi-entry.S
4746
4747 EFI VARIABLE FILESYSTEM
4748 M:      Matthew Garrett <matthew.garrett@nebula.com>
4749 M:      Jeremy Kerr <jk@ozlabs.org>
4750 M:      Matt Fleming <matt@codeblueprint.co.uk>
4751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4752 L:      linux-efi@vger.kernel.org
4753 S:      Maintained
4754 F:      fs/efivarfs/
4755
4756 EFIFB FRAMEBUFFER DRIVER
4757 L:      linux-fbdev@vger.kernel.org
4758 M:      Peter Jones <pjones@redhat.com>
4759 S:      Maintained
4760 F:      drivers/video/fbdev/efifb.c
4761
4762 EFI TEST DRIVER
4763 L:      linux-efi@vger.kernel.org
4764 M:      Ivan Hu <ivan.hu@canonical.com>
4765 M:      Matt Fleming <matt@codeblueprint.co.uk>
4766 S:      Maintained
4767 F:      drivers/firmware/efi/test/
4768
4769 EFS FILESYSTEM
4770 W:      http://aeschi.ch.eu.org/efs/
4771 S:      Orphan
4772 F:      fs/efs/
4773
4774 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4775 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4776 L:      netdev@vger.kernel.org
4777 S:      Maintained
4778 F:      drivers/net/ethernet/ibm/ehea/
4779
4780 EM28XX VIDEO4LINUX DRIVER
4781 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4782 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4783 L:      linux-media@vger.kernel.org
4784 W:      https://linuxtv.org
4785 T:      git git://linuxtv.org/media_tree.git
4786 S:      Maintained
4787 F:      drivers/media/usb/em28xx/
4788 F:      Documentation/media/v4l-drivers/em28xx*
4789
4790 EMBEDDED LINUX
4791 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4792 M:      Matt Mackall <mpm@selenic.com>
4793 M:      David Woodhouse <dwmw2@infradead.org>
4794 L:      linux-embedded@vger.kernel.org
4795 S:      Maintained
4796
4797 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4798 M:      James Smart <james.smart@broadcom.com>
4799 M:      Dick Kennedy <dick.kennedy@broadcom.com>
4800 L:      linux-scsi@vger.kernel.org
4801 W:      http://www.broadcom.com
4802 S:      Supported
4803 F:      drivers/scsi/lpfc/
4804
4805 ENE CB710 FLASH CARD READER DRIVER
4806 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4807 S:      Maintained
4808 F:      drivers/misc/cb710/
4809 F:      drivers/mmc/host/cb710-mmc.*
4810 F:      include/linux/cb710.h
4811
4812 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4813 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4814 S:      Maintained
4815 F:      drivers/media/rc/ene_ir.*
4816
4817 EPSON S1D13XXX FRAMEBUFFER DRIVER
4818 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4819 S:      Maintained
4820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4821 F:      drivers/video/fbdev/s1d13xxxfb.c
4822 F:      include/video/s1d13xxxfb.h
4823
4824 ET131X NETWORK DRIVER
4825 M:      Mark Einon <mark.einon@gmail.com>
4826 S:      Odd Fixes
4827 F:      drivers/net/ethernet/agere/
4828
4829 ETHERNET BRIDGE
4830 M:      Stephen Hemminger <stephen@networkplumber.org>
4831 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4832 L:      netdev@vger.kernel.org
4833 W:      http://www.linuxfoundation.org/en/Net:Bridge
4834 S:      Maintained
4835 F:      include/linux/netfilter_bridge/
4836 F:      net/bridge/
4837
4838 ETHERNET PHY LIBRARY
4839 M:      Florian Fainelli <f.fainelli@gmail.com>
4840 L:      netdev@vger.kernel.org
4841 S:      Maintained
4842 F:      include/linux/phy.h
4843 F:      include/linux/phy_fixed.h
4844 F:      drivers/net/phy/
4845 F:      Documentation/networking/phy.txt
4846 F:      drivers/of/of_mdio.c
4847 F:      drivers/of/of_net.c
4848
4849 EXT2 FILE SYSTEM
4850 M:      Jan Kara <jack@suse.com>
4851 L:      linux-ext4@vger.kernel.org
4852 S:      Maintained
4853 F:      Documentation/filesystems/ext2.txt
4854 F:      fs/ext2/
4855 F:      include/linux/ext2*
4856
4857 EXT4 FILE SYSTEM
4858 M:      "Theodore Ts'o" <tytso@mit.edu>
4859 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4860 L:      linux-ext4@vger.kernel.org
4861 W:      http://ext4.wiki.kernel.org
4862 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4864 S:      Maintained
4865 F:      Documentation/filesystems/ext4.txt
4866 F:      fs/ext4/
4867
4868 Extended Verification Module (EVM)
4869 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4870 L:      linux-ima-devel@lists.sourceforge.net
4871 L:      linux-security-module@vger.kernel.org
4872 S:      Supported
4873 F:      security/integrity/evm/
4874
4875 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4876 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4877 M:      Chanwoo Choi <cw00.choi@samsung.com>
4878 L:      linux-kernel@vger.kernel.org
4879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4880 S:      Maintained
4881 F:      drivers/extcon/
4882 F:      include/linux/extcon/
4883 F:      include/linux/extcon.h
4884 F:      Documentation/extcon/
4885 F:      Documentation/devicetree/bindings/extcon/
4886
4887 EXYNOS DP DRIVER
4888 M:      Jingoo Han <jingoohan1@gmail.com>
4889 L:      dri-devel@lists.freedesktop.org
4890 S:      Maintained
4891 F:      drivers/gpu/drm/exynos/exynos_dp*
4892
4893 EXYNOS SYSMMU (IOMMU) driver
4894 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4895 L:      iommu@lists.linux-foundation.org
4896 S:      Maintained
4897 F:      drivers/iommu/exynos-iommu.c
4898
4899 EZchip NPS platform support
4900 M:      Noam Camus <noamc@ezchip.com>
4901 S:      Supported
4902 F:      arch/arc/plat-eznps
4903 F:      arch/arc/boot/dts/eznps.dts
4904
4905 F71805F HARDWARE MONITORING DRIVER
4906 M:      Jean Delvare <jdelvare@suse.com>
4907 L:      linux-hwmon@vger.kernel.org
4908 S:      Maintained
4909 F:      Documentation/hwmon/f71805f
4910 F:      drivers/hwmon/f71805f.c
4911
4912 FC0011 TUNER DRIVER
4913 M:      Michael Buesch <m@bues.ch>
4914 L:      linux-media@vger.kernel.org
4915 S:      Maintained
4916 F:      drivers/media/tuners/fc0011.h
4917 F:      drivers/media/tuners/fc0011.c
4918
4919 FC2580 MEDIA DRIVER
4920 M:      Antti Palosaari <crope@iki.fi>
4921 L:      linux-media@vger.kernel.org
4922 W:      https://linuxtv.org
4923 W:      http://palosaari.fi/linux/
4924 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4925 T:      git git://linuxtv.org/anttip/media_tree.git
4926 S:      Maintained
4927 F:      drivers/media/tuners/fc2580*
4928
4929 FANOTIFY
4930 M:      Eric Paris <eparis@redhat.com>
4931 S:      Maintained
4932 F:      fs/notify/fanotify/
4933 F:      include/linux/fanotify.h
4934 F:      include/uapi/linux/fanotify.h
4935
4936 FARSYNC SYNCHRONOUS DRIVER
4937 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4938 W:      http://www.farsite.co.uk/
4939 S:      Supported
4940 F:      drivers/net/wan/farsync.*
4941
4942 FAULT INJECTION SUPPORT
4943 M:      Akinobu Mita <akinobu.mita@gmail.com>
4944 S:      Supported
4945 F:      Documentation/fault-injection/
4946 F:      lib/fault-inject.c
4947
4948 FBTFT Framebuffer drivers
4949 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4950 M:      Noralf Trønnes <noralf@tronnes.org>
4951 S:      Maintained
4952 F:      drivers/staging/fbtft/
4953
4954 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4955 M:      Johannes Thumshirn <jth@kernel.org>
4956 L:      fcoe-devel@open-fcoe.org
4957 W:      www.Open-FCoE.org
4958 S:      Supported
4959 F:      drivers/scsi/libfc/
4960 F:      drivers/scsi/fcoe/
4961 F:      include/scsi/fc/
4962 F:      include/scsi/libfc.h
4963 F:      include/scsi/libfcoe.h
4964 F:      include/uapi/scsi/fc/
4965
4966 FILE LOCKING (flock() and fcntl()/lockf())
4967 M:      Jeff Layton <jlayton@poochiereds.net>
4968 M:      "J. Bruce Fields" <bfields@fieldses.org>
4969 L:      linux-fsdevel@vger.kernel.org
4970 S:      Maintained
4971 F:      include/linux/fcntl.h
4972 F:      include/linux/fs.h
4973 F:      include/uapi/linux/fcntl.h
4974 F:      include/uapi/linux/fs.h
4975 F:      fs/fcntl.c
4976 F:      fs/locks.c
4977
4978 FILESYSTEMS (VFS and infrastructure)
4979 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4980 L:      linux-fsdevel@vger.kernel.org
4981 S:      Maintained
4982 F:      fs/*
4983
4984 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4985 M:      Riku Voipio <riku.voipio@iki.fi>
4986 L:      linux-hwmon@vger.kernel.org
4987 S:      Maintained
4988 F:      drivers/hwmon/f75375s.c
4989 F:      include/linux/f75375s.h
4990
4991 FIREWIRE AUDIO DRIVERS
4992 M:      Clemens Ladisch <clemens@ladisch.de>
4993 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4994 T:      git git://git.alsa-project.org/alsa-kernel.git
4995 S:      Maintained
4996 F:      sound/firewire/
4997
4998 FIREWIRE MEDIA DRIVERS (firedtv)
4999 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5000 L:      linux-media@vger.kernel.org
5001 L:      linux1394-devel@lists.sourceforge.net
5002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5003 S:      Maintained
5004 F:      drivers/media/firewire/
5005
5006 FIREWIRE SBP-2 TARGET
5007 M:      Chris Boot <bootc@bootc.net>
5008 L:      linux-scsi@vger.kernel.org
5009 L:      target-devel@vger.kernel.org
5010 L:      linux1394-devel@lists.sourceforge.net
5011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5012 S:      Maintained
5013 F:      drivers/target/sbp/
5014
5015 FIREWIRE SUBSYSTEM
5016 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5017 L:      linux1394-devel@lists.sourceforge.net
5018 W:      http://ieee1394.wiki.kernel.org/
5019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5020 S:      Maintained
5021 F:      drivers/firewire/
5022 F:      include/linux/firewire.h
5023 F:      include/uapi/linux/firewire*.h
5024 F:      tools/firewire/
5025
5026 FIRMWARE LOADER (request_firmware)
5027 M:      Ming Lei <ming.lei@canonical.com>
5028 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5029 L:      linux-kernel@vger.kernel.org
5030 S:      Maintained
5031 F:      Documentation/firmware_class/
5032 F:      drivers/base/firmware*.c
5033 F:      include/linux/firmware.h
5034
5035 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5036 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5037 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5038 S:      Maintained
5039 F:      drivers/block/rsxx/
5040
5041 FLOPPY DRIVER
5042 M:      Jiri Kosina <jikos@kernel.org>
5043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5044 S:      Odd fixes
5045 F:      drivers/block/floppy.c
5046
5047 FMC SUBSYSTEM
5048 M:      Alessandro Rubini <rubini@gnudd.com>
5049 W:      http://www.ohwr.org/projects/fmc-bus
5050 S:      Supported
5051 F:      drivers/fmc/
5052 F:      include/linux/fmc*.h
5053 F:      include/linux/ipmi-fru.h
5054 K:      fmc_d.*register
5055
5056 FPGA MANAGER FRAMEWORK
5057 M:      Alan Tull <atull@opensource.altera.com>
5058 R:      Moritz Fischer <moritz.fischer@ettus.com>
5059 L:      linux-fpga@vger.kernel.org
5060 S:      Maintained
5061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5062 F:      drivers/fpga/
5063 F:      include/linux/fpga/fpga-mgr.h
5064 W:      http://www.rocketboards.org
5065
5066 FPU EMULATOR
5067 M:      Bill Metzenthen <billm@melbpc.org.au>
5068 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5069 S:      Maintained
5070 F:      arch/x86/math-emu/
5071
5072 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5073 L:      netdev@vger.kernel.org
5074 S:      Orphan
5075 F:      drivers/net/wan/dlci.c
5076 F:      drivers/net/wan/sdla.c
5077
5078 FRAMEBUFFER LAYER
5079 L:      linux-fbdev@vger.kernel.org
5080 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5081 S:      Orphan
5082 F:      Documentation/fb/
5083 F:      drivers/video/
5084 F:      include/video/
5085 F:      include/linux/fb.h
5086 F:      include/uapi/video/
5087 F:      include/uapi/linux/fb.h
5088
5089 FREESCALE DIU FRAMEBUFFER DRIVER
5090 M:      Timur Tabi <timur@tabi.org>
5091 L:      linux-fbdev@vger.kernel.org
5092 S:      Maintained
5093 F:      drivers/video/fbdev/fsl-diu-fb.*
5094
5095 FREESCALE DMA DRIVER
5096 M:      Li Yang <leoli@freescale.com>
5097 M:      Zhang Wei <zw@zh-kernel.org>
5098 L:      linuxppc-dev@lists.ozlabs.org
5099 S:      Maintained
5100 F:      drivers/dma/fsldma.*
5101
5102 FREESCALE GPMI NAND DRIVER
5103 M:      Han Xu <han.xu@nxp.com>
5104 L:      linux-mtd@lists.infradead.org
5105 S:      Maintained
5106 F:      drivers/mtd/nand/gpmi-nand/*
5107
5108 FREESCALE I2C CPM DRIVER
5109 M:      Jochen Friedrich <jochen@scram.de>
5110 L:      linuxppc-dev@lists.ozlabs.org
5111 L:      linux-i2c@vger.kernel.org
5112 S:      Maintained
5113 F:      drivers/i2c/busses/i2c-cpm.c
5114
5115 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5116 M:      Sascha Hauer <kernel@pengutronix.de>
5117 L:      linux-fbdev@vger.kernel.org
5118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5119 S:      Maintained
5120 F:      include/linux/platform_data/video-imxfb.h
5121 F:      drivers/video/fbdev/imxfb.c
5122
5123 FREESCALE QUAD SPI DRIVER
5124 M:      Han Xu <han.xu@nxp.com>
5125 L:      linux-mtd@lists.infradead.org
5126 S:      Maintained
5127 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5128
5129 FREESCALE SOC FS_ENET DRIVER
5130 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5131 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5132 L:      linuxppc-dev@lists.ozlabs.org
5133 L:      netdev@vger.kernel.org
5134 S:      Maintained
5135 F:      drivers/net/ethernet/freescale/fs_enet/
5136 F:      include/linux/fs_enet_pd.h
5137
5138 FREESCALE IMX / MXC FEC DRIVER
5139 M:      Fugang Duan <fugang.duan@nxp.com>
5140 L:      netdev@vger.kernel.org
5141 S:      Maintained
5142 F:      drivers/net/ethernet/freescale/fec_main.c
5143 F:      drivers/net/ethernet/freescale/fec_ptp.c
5144 F:      drivers/net/ethernet/freescale/fec.h
5145 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5146
5147 FREESCALE QORIQ DPAA FMAN DRIVER
5148 M:      Madalin Bucur <madalin.bucur@nxp.com>
5149 L:      netdev@vger.kernel.org
5150 S:      Maintained
5151 F:      drivers/net/ethernet/freescale/fman
5152 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5153
5154 FREESCALE SOC DRIVERS
5155 M:      Scott Wood <oss@buserror.net>
5156 L:      linuxppc-dev@lists.ozlabs.org
5157 L:      linux-arm-kernel@lists.infradead.org
5158 S:      Maintained
5159 F:      drivers/soc/fsl/
5160 F:      include/linux/fsl/
5161
5162 FREESCALE QUICC ENGINE LIBRARY
5163 M:      Qiang Zhao <qiang.zhao@nxp.com>
5164 L:      linuxppc-dev@lists.ozlabs.org
5165 S:      Maintained
5166 F:      drivers/soc/fsl/qe/
5167 F:      include/soc/fsl/*qe*.h
5168 F:      include/soc/fsl/*ucc*.h
5169
5170 FREESCALE USB PERIPHERAL DRIVERS
5171 M:      Li Yang <leoli@freescale.com>
5172 L:      linux-usb@vger.kernel.org
5173 L:      linuxppc-dev@lists.ozlabs.org
5174 S:      Maintained
5175 F:      drivers/usb/gadget/udc/fsl*
5176
5177 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5178 M:      Li Yang <leoli@freescale.com>
5179 L:      netdev@vger.kernel.org
5180 L:      linuxppc-dev@lists.ozlabs.org
5181 S:      Maintained
5182 F:      drivers/net/ethernet/freescale/ucc_geth*
5183
5184 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5185 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5186 L:      netdev@vger.kernel.org
5187 S:      Maintained
5188 F:      drivers/net/ethernet/freescale/gianfar*
5189 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5190 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5191
5192 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5193 M:      Zhao Qiang <qiang.zhao@nxp.com>
5194 L:      netdev@vger.kernel.org
5195 L:      linuxppc-dev@lists.ozlabs.org
5196 S:      Maintained
5197 F:      drivers/net/wan/fsl_ucc_hdlc*
5198
5199 FREESCALE QUICC ENGINE UCC UART DRIVER
5200 M:      Timur Tabi <timur@tabi.org>
5201 L:      linuxppc-dev@lists.ozlabs.org
5202 S:      Maintained
5203 F:      drivers/tty/serial/ucc_uart.c
5204
5205 FREESCALE SOC SOUND DRIVERS
5206 M:      Timur Tabi <timur@tabi.org>
5207 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5208 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5209 R:      Fabio Estevam <fabio.estevam@nxp.com>
5210 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5211 L:      linuxppc-dev@lists.ozlabs.org
5212 S:      Maintained
5213 F:      sound/soc/fsl/fsl*
5214 F:      sound/soc/fsl/imx*
5215 F:      sound/soc/fsl/mpc8610_hpcd.c
5216
5217 FREEVXFS FILESYSTEM
5218 M:      Christoph Hellwig <hch@infradead.org>
5219 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5220 S:      Maintained
5221 F:      fs/freevxfs/
5222
5223 FREEZER
5224 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5225 M:      Pavel Machek <pavel@ucw.cz>
5226 L:      linux-pm@vger.kernel.org
5227 S:      Supported
5228 F:      Documentation/power/freezing-of-tasks.txt
5229 F:      include/linux/freezer.h
5230 F:      kernel/freezer.c
5231
5232 FRONTSWAP API
5233 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5234 L:      linux-kernel@vger.kernel.org
5235 S:      Maintained
5236 F:      mm/frontswap.c
5237 F:      include/linux/frontswap.h
5238
5239 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5240 M:      David Howells <dhowells@redhat.com>
5241 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5242 S:      Supported
5243 F:      Documentation/filesystems/caching/
5244 F:      fs/fscache/
5245 F:      include/linux/fscache*.h
5246
5247 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5248 M:      Theodore Y. Ts'o <tytso@mit.edu>
5249 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5250 L:      linux-fsdevel@vger.kernel.org
5251 S:      Supported
5252 F:      fs/crypto/
5253 F:      include/linux/fscrypto.h
5254
5255 F2FS FILE SYSTEM
5256 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5257 M:      Chao Yu <yuchao0@huawei.com>
5258 L:      linux-f2fs-devel@lists.sourceforge.net
5259 W:      https://f2fs.wiki.kernel.org/
5260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5261 S:      Maintained
5262 F:      Documentation/filesystems/f2fs.txt
5263 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5264 F:      fs/f2fs/
5265 F:      include/linux/f2fs_fs.h
5266 F:      include/trace/events/f2fs.h
5267
5268 FUJITSU FR-V (FRV) PORT
5269 S:      Orphan
5270 F:      arch/frv/
5271
5272 FUJITSU LAPTOP EXTRAS
5273 M:      Jonathan Woithe <jwoithe@just42.net>
5274 L:      platform-driver-x86@vger.kernel.org
5275 S:      Maintained
5276 F:      drivers/platform/x86/fujitsu-laptop.c
5277
5278 FUJITSU M-5MO LS CAMERA ISP DRIVER
5279 M:      Kyungmin Park <kyungmin.park@samsung.com>
5280 M:      Heungjun Kim <riverful.kim@samsung.com>
5281 L:      linux-media@vger.kernel.org
5282 S:      Maintained
5283 F:      drivers/media/i2c/m5mols/
5284 F:      include/media/i2c/m5mols.h
5285
5286 FUJITSU TABLET EXTRAS
5287 M:      Robert Gerlach <khnz@gmx.de>
5288 L:      platform-driver-x86@vger.kernel.org
5289 S:      Maintained
5290 F:      drivers/platform/x86/fujitsu-tablet.c
5291
5292 FUSE: FILESYSTEM IN USERSPACE
5293 M:      Miklos Szeredi <miklos@szeredi.hu>
5294 L:      linux-fsdevel@vger.kernel.org
5295 W:      http://fuse.sourceforge.net/
5296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5297 S:      Maintained
5298 F:      fs/fuse/
5299 F:      include/uapi/linux/fuse.h
5300 F:      Documentation/filesystems/fuse.txt
5301
5302 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5303 M:      Rik Faith <faith@cs.unc.edu>
5304 L:      linux-scsi@vger.kernel.org
5305 S:      Odd Fixes (e.g., new signatures)
5306 F:      drivers/scsi/fdomain.*
5307
5308 GCC PLUGINS
5309 M:      Kees Cook <keescook@chromium.org>
5310 R:      Emese Revfy <re.emese@gmail.com>
5311 L:      kernel-hardening@lists.openwall.com
5312 S:      Maintained
5313 F:      scripts/gcc-plugins/
5314 F:      scripts/gcc-plugin.sh
5315 F:      scripts/Makefile.gcc-plugins
5316 F:      Documentation/gcc-plugins.txt
5317
5318 GCOV BASED KERNEL PROFILING
5319 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5320 S:      Maintained
5321 F:      kernel/gcov/
5322 F:      Documentation/dev-tools/gcov.rst
5323
5324 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5325 M:      Achim Leubner <achim_leubner@adaptec.com>
5326 L:      linux-scsi@vger.kernel.org
5327 W:      http://www.icp-vortex.com/
5328 S:      Supported
5329 F:      drivers/scsi/gdt*
5330
5331 GDB KERNEL DEBUGGING HELPER SCRIPTS
5332 M:      Jan Kiszka <jan.kiszka@siemens.com>
5333 M:      Kieran Bingham <kieran@bingham.xyz>
5334 S:      Supported
5335 F:      scripts/gdb/
5336
5337 GEMTEK FM RADIO RECEIVER DRIVER
5338 M:      Hans Verkuil <hverkuil@xs4all.nl>
5339 L:      linux-media@vger.kernel.org
5340 T:      git git://linuxtv.org/media_tree.git
5341 W:      https://linuxtv.org
5342 S:      Maintained
5343 F:      drivers/media/radio/radio-gemtek*
5344
5345 GENERIC GPIO I2C DRIVER
5346 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5347 S:      Supported
5348 F:      drivers/i2c/busses/i2c-gpio.c
5349 F:      include/linux/i2c-gpio.h
5350
5351 GENERIC GPIO I2C MULTIPLEXER DRIVER
5352 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5353 L:      linux-i2c@vger.kernel.org
5354 S:      Supported
5355 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5356 F:      include/linux/i2c-mux-gpio.h
5357 F:      Documentation/i2c/muxes/i2c-mux-gpio
5358
5359 GENERIC HDLC (WAN) DRIVERS
5360 M:      Krzysztof Halasa <khc@pm.waw.pl>
5361 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5362 S:      Maintained
5363 F:      drivers/net/wan/c101.c
5364 F:      drivers/net/wan/hd6457*
5365 F:      drivers/net/wan/hdlc*
5366 F:      drivers/net/wan/n2.c
5367 F:      drivers/net/wan/pc300too.c
5368 F:      drivers/net/wan/pci200syn.c
5369 F:      drivers/net/wan/wanxl*
5370
5371 GENERIC INCLUDE/ASM HEADER FILES
5372 M:      Arnd Bergmann <arnd@arndb.de>
5373 L:      linux-arch@vger.kernel.org
5374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5375 S:      Maintained
5376 F:      include/asm-generic/
5377 F:      include/uapi/asm-generic/
5378
5379 GENERIC PHY FRAMEWORK
5380 M:      Kishon Vijay Abraham I <kishon@ti.com>
5381 L:      linux-kernel@vger.kernel.org
5382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5383 S:      Supported
5384 F:      drivers/phy/
5385 F:      include/linux/phy/
5386
5387 GENERIC PM DOMAINS
5388 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5389 M:      Kevin Hilman <khilman@kernel.org>
5390 M:      Ulf Hansson <ulf.hansson@linaro.org>
5391 L:      linux-pm@vger.kernel.org
5392 S:      Supported
5393 F:      drivers/base/power/domain*.c
5394 F:      include/linux/pm_domain.h
5395
5396 GENERIC UIO DRIVER FOR PCI DEVICES
5397 M:      "Michael S. Tsirkin" <mst@redhat.com>
5398 L:      kvm@vger.kernel.org
5399 S:      Supported
5400 F:      drivers/uio/uio_pci_generic.c
5401
5402 GET_MAINTAINER SCRIPT
5403 M:      Joe Perches <joe@perches.com>
5404 S:      Maintained
5405 F:      scripts/get_maintainer.pl
5406
5407 GENWQE (IBM Generic Workqueue Card)
5408 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5409 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5410 S:      Supported
5411 F:      drivers/misc/genwqe/
5412
5413 GFS2 FILE SYSTEM
5414 M:      Steven Whitehouse <swhiteho@redhat.com>
5415 M:      Bob Peterson <rpeterso@redhat.com>
5416 L:      cluster-devel@redhat.com
5417 W:      http://sources.redhat.com/cluster/
5418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5419 S:      Supported
5420 F:      Documentation/filesystems/gfs2*.txt
5421 F:      fs/gfs2/
5422 F:      include/uapi/linux/gfs2_ondisk.h
5423
5424 GIGASET ISDN DRIVERS
5425 M:      Paul Bolle <pebolle@tiscali.nl>
5426 L:      gigaset307x-common@lists.sourceforge.net
5427 W:      http://gigaset307x.sourceforge.net/
5428 S:      Odd Fixes
5429 F:      Documentation/isdn/README.gigaset
5430 F:      drivers/isdn/gigaset/
5431 F:      include/uapi/linux/gigaset_dev.h
5432
5433 GO7007 MPEG CODEC
5434 M:      Hans Verkuil <hans.verkuil@cisco.com>
5435 L:      linux-media@vger.kernel.org
5436 S:      Maintained
5437 F:      drivers/media/usb/go7007/
5438
5439 GOODIX TOUCHSCREEN
5440 M:      Bastien Nocera <hadess@hadess.net>
5441 L:      linux-input@vger.kernel.org
5442 S:      Maintained
5443 F:      drivers/input/touchscreen/goodix.c
5444
5445 GPIO MOCKUP DRIVER
5446 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5447 L:      linux-gpio@vger.kernel.org
5448 S:      Maintained
5449 F:      drivers/gpio/gpio-mockup.c
5450 F:      tools/testing/selftests/gpio/
5451
5452 GPIO SUBSYSTEM
5453 M:      Linus Walleij <linus.walleij@linaro.org>
5454 M:      Alexandre Courbot <gnurou@gmail.com>
5455 L:      linux-gpio@vger.kernel.org
5456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5457 S:      Maintained
5458 F:      Documentation/devicetree/bindings/gpio/
5459 F:      Documentation/gpio/
5460 F:      Documentation/ABI/testing/gpio-cdev
5461 F:      Documentation/ABI/obsolete/sysfs-gpio
5462 F:      drivers/gpio/
5463 F:      include/linux/gpio/
5464 F:      include/linux/gpio.h
5465 F:      include/asm-generic/gpio.h
5466 F:      include/uapi/linux/gpio.h
5467 F:      tools/gpio/
5468
5469 GRE DEMULTIPLEXER DRIVER
5470 M:      Dmitry Kozlov <xeb@mail.ru>
5471 L:      netdev@vger.kernel.org
5472 S:      Maintained
5473 F:      net/ipv4/gre_demux.c
5474 F:      net/ipv4/gre_offload.c
5475 F:      include/net/gre.h
5476
5477 GRETH 10/100/1G Ethernet MAC device driver
5478 M:      Andreas Larsson <andreas@gaisler.com>
5479 L:      netdev@vger.kernel.org
5480 S:      Maintained
5481 F:      drivers/net/ethernet/aeroflex/
5482
5483 GREYBUS SUBSYSTEM
5484 M:      Johan Hovold <johan@kernel.org>
5485 M:      Alex Elder <elder@kernel.org>
5486 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5487 S:      Maintained
5488 F:      drivers/staging/greybus/
5489
5490 GREYBUS AUDIO PROTOCOLS DRIVERS
5491 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5492 M:      Mark Greer <mgreer@animalcreek.com>
5493 S:      Maintained
5494 F:      drivers/staging/greybus/audio_apbridgea.c
5495 F:      drivers/staging/greybus/audio_apbridgea.h
5496 F:      drivers/staging/greybus/audio_codec.c
5497 F:      drivers/staging/greybus/audio_codec.h
5498 F:      drivers/staging/greybus/audio_gb.c
5499 F:      drivers/staging/greybus/audio_manager.c
5500 F:      drivers/staging/greybus/audio_manager.h
5501 F:      drivers/staging/greybus/audio_manager_module.c
5502 F:      drivers/staging/greybus/audio_manager_private.h
5503 F:      drivers/staging/greybus/audio_manager_sysfs.c
5504 F:      drivers/staging/greybus/audio_module.c
5505 F:      drivers/staging/greybus/audio_topology.c
5506
5507 GREYBUS PROTOCOLS DRIVERS
5508 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5509 S:      Maintained
5510 F:      drivers/staging/greybus/sdio.c
5511 F:      drivers/staging/greybus/light.c
5512 F:      drivers/staging/greybus/gpio.c
5513 F:      drivers/staging/greybus/power_supply.c
5514 F:      drivers/staging/greybus/spi.c
5515 F:      drivers/staging/greybus/spilib.c
5516
5517 GREYBUS PROTOCOLS DRIVERS
5518 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5519 S:      Maintained
5520 F:      drivers/staging/greybus/loopback.c
5521 F:      drivers/staging/greybus/timesync.c
5522 F:      drivers/staging/greybus/timesync_platform.c
5523
5524 GREYBUS PROTOCOLS DRIVERS
5525 M:      Viresh Kumar <vireshk@kernel.org>
5526 S:      Maintained
5527 F:      drivers/staging/greybus/authentication.c
5528 F:      drivers/staging/greybus/bootrom.c
5529 F:      drivers/staging/greybus/firmware.h
5530 F:      drivers/staging/greybus/fw-core.c
5531 F:      drivers/staging/greybus/fw-download.c
5532 F:      drivers/staging/greybus/fw-managament.c
5533 F:      drivers/staging/greybus/greybus_authentication.h
5534 F:      drivers/staging/greybus/greybus_firmware.h
5535 F:      drivers/staging/greybus/hid.c
5536 F:      drivers/staging/greybus/i2c.c
5537 F:      drivers/staging/greybus/spi.c
5538 F:      drivers/staging/greybus/spilib.c
5539 F:      drivers/staging/greybus/spilib.h
5540
5541 GREYBUS PROTOCOLS DRIVERS
5542 M:      David Lin <dtwlin@gmail.com>
5543 S:      Maintained
5544 F:      drivers/staging/greybus/uart.c
5545 F:      drivers/staging/greybus/log.c
5546
5547 GREYBUS PLATFORM DRIVERS
5548 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5549 S:      Maintained
5550 F:      drivers/staging/greybus/arche-platform.c
5551 F:      drivers/staging/greybus/arche-apb-ctrl.c
5552 F:      drivers/staging/greybus/arche_platform.h
5553
5554 GS1662 VIDEO SERIALIZER
5555 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5556 L:      linux-media@vger.kernel.org
5557 T:      git git://linuxtv.org/media_tree.git
5558 S:      Maintained
5559 F:      drivers/media/spi/gs1662.c
5560
5561 GSPCA FINEPIX SUBDRIVER
5562 M:      Frank Zago <frank@zago.net>
5563 L:      linux-media@vger.kernel.org
5564 T:      git git://linuxtv.org/media_tree.git
5565 S:      Maintained
5566 F:      drivers/media/usb/gspca/finepix.c
5567
5568 GSPCA GL860 SUBDRIVER
5569 M:      Olivier Lorin <o.lorin@laposte.net>
5570 L:      linux-media@vger.kernel.org
5571 T:      git git://linuxtv.org/media_tree.git
5572 S:      Maintained
5573 F:      drivers/media/usb/gspca/gl860/
5574
5575 GSPCA M5602 SUBDRIVER
5576 M:      Erik Andren <erik.andren@gmail.com>
5577 L:      linux-media@vger.kernel.org
5578 T:      git git://linuxtv.org/media_tree.git
5579 S:      Maintained
5580 F:      drivers/media/usb/gspca/m5602/
5581
5582 GSPCA PAC207 SONIXB SUBDRIVER
5583 M:      Hans Verkuil <hverkuil@xs4all.nl>
5584 L:      linux-media@vger.kernel.org
5585 T:      git git://linuxtv.org/media_tree.git
5586 S:      Odd Fixes
5587 F:      drivers/media/usb/gspca/pac207.c
5588
5589 GSPCA SN9C20X SUBDRIVER
5590 M:      Brian Johnson <brijohn@gmail.com>
5591 L:      linux-media@vger.kernel.org
5592 T:      git git://linuxtv.org/media_tree.git
5593 S:      Maintained
5594 F:      drivers/media/usb/gspca/sn9c20x.c
5595
5596 GSPCA T613 SUBDRIVER
5597 M:      Leandro Costantino <lcostantino@gmail.com>
5598 L:      linux-media@vger.kernel.org
5599 T:      git git://linuxtv.org/media_tree.git
5600 S:      Maintained
5601 F:      drivers/media/usb/gspca/t613.c
5602
5603 GSPCA USB WEBCAM DRIVER
5604 M:      Hans Verkuil <hverkuil@xs4all.nl>
5605 L:      linux-media@vger.kernel.org
5606 T:      git git://linuxtv.org/media_tree.git
5607 S:      Odd Fixes
5608 F:      drivers/media/usb/gspca/
5609
5610 GUID PARTITION TABLE (GPT)
5611 M:      Davidlohr Bueso <dave@stgolabs.net>
5612 L:      linux-efi@vger.kernel.org
5613 S:      Maintained
5614 F:      block/partitions/efi.*
5615
5616 STK1160 USB VIDEO CAPTURE DRIVER
5617 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5618 L:      linux-media@vger.kernel.org
5619 T:      git git://linuxtv.org/media_tree.git
5620 S:      Maintained
5621 F:      drivers/media/usb/stk1160/
5622
5623 H8/300 ARCHITECTURE
5624 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5625 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5626 W:      http://uclinux-h8.sourceforge.jp
5627 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5628 S:      Maintained
5629 F:      arch/h8300/
5630 F:      drivers/clocksource/h8300_*.c
5631 F:      drivers/clk/h8300/
5632 F:      drivers/irqchip/irq-renesas-h8*.c
5633
5634 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5635 M:      Frank Seidel <frank@f-seidel.de>
5636 L:      platform-driver-x86@vger.kernel.org
5637 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5638 S:      Maintained
5639 F:      drivers/platform/x86/hdaps.c
5640
5641 HDPVR USB VIDEO ENCODER DRIVER
5642 M:      Hans Verkuil <hverkuil@xs4all.nl>
5643 L:      linux-media@vger.kernel.org
5644 T:      git git://linuxtv.org/media_tree.git
5645 W:      https://linuxtv.org
5646 S:      Odd Fixes
5647 F:      drivers/media/usb/hdpvr/
5648
5649 HWPOISON MEMORY FAILURE HANDLING
5650 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5651 L:      linux-mm@kvack.org
5652 S:      Maintained
5653 F:      mm/memory-failure.c
5654 F:      mm/hwpoison-inject.c
5655
5656 HYPERVISOR VIRTUAL CONSOLE DRIVER
5657 L:      linuxppc-dev@lists.ozlabs.org
5658 S:      Odd Fixes
5659 F:      drivers/tty/hvc/
5660
5661 HACKRF MEDIA DRIVER
5662 M:      Antti Palosaari <crope@iki.fi>
5663 L:      linux-media@vger.kernel.org
5664 W:      https://linuxtv.org
5665 W:      http://palosaari.fi/linux/
5666 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5667 T:      git git://linuxtv.org/anttip/media_tree.git
5668 S:      Maintained
5669 F:      drivers/media/usb/hackrf/
5670
5671 HARDWARE MONITORING
5672 M:      Jean Delvare <jdelvare@suse.com>
5673 M:      Guenter Roeck <linux@roeck-us.net>
5674 L:      linux-hwmon@vger.kernel.org
5675 W:      http://hwmon.wiki.kernel.org/
5676 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5678 S:      Maintained
5679 F:      Documentation/hwmon/
5680 F:      drivers/hwmon/
5681 F:      include/linux/hwmon*.h
5682
5683 HARDWARE RANDOM NUMBER GENERATOR CORE
5684 M:      Matt Mackall <mpm@selenic.com>
5685 M:      Herbert Xu <herbert@gondor.apana.org.au>
5686 L:      linux-crypto@vger.kernel.org
5687 S:      Odd fixes
5688 F:      Documentation/devicetree/bindings/rng/
5689 F:      Documentation/hw_random.txt
5690 F:      drivers/char/hw_random/
5691 F:      include/linux/hw_random.h
5692
5693 HARDWARE SPINLOCK CORE
5694 M:      Ohad Ben-Cohen <ohad@wizery.com>
5695 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5696 L:      linux-remoteproc@vger.kernel.org
5697 S:      Maintained
5698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5699 F:      Documentation/devicetree/bindings/hwlock/
5700 F:      Documentation/hwspinlock.txt
5701 F:      drivers/hwspinlock/
5702 F:      include/linux/hwspinlock.h
5703
5704 HARMONY SOUND DRIVER
5705 L:      linux-parisc@vger.kernel.org
5706 S:      Maintained
5707 F:      sound/parisc/harmony.*
5708
5709 HD29L2 MEDIA DRIVER
5710 M:      Antti Palosaari <crope@iki.fi>
5711 L:      linux-media@vger.kernel.org
5712 W:      https://linuxtv.org
5713 W:      http://palosaari.fi/linux/
5714 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5715 T:      git git://linuxtv.org/anttip/media_tree.git
5716 S:      Maintained
5717 F:      drivers/media/dvb-frontends/hd29l2*
5718
5719 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5720 M:      Brian Boylston <brian.boylston@hpe.com>
5721 S:      Supported
5722 F:      Documentation/watchdog/hpwdt.txt
5723 F:      drivers/watchdog/hpwdt.c
5724
5725 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5726 M:      Don Brace <don.brace@microsemi.com>
5727 L:      esc.storagedev@microsemi.com
5728 L:      linux-scsi@vger.kernel.org
5729 S:      Supported
5730 F:      Documentation/scsi/hpsa.txt
5731 F:      drivers/scsi/hpsa*.[ch]
5732 F:      include/linux/cciss*.h
5733 F:      include/uapi/linux/cciss*.h
5734
5735 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5736 M:      Don Brace <don.brace@microsemi.com>
5737 L:      esc.storagedev@microsemi.com
5738 L:      linux-scsi@vger.kernel.org
5739 S:      Supported
5740 F:      Documentation/blockdev/cciss.txt
5741 F:      drivers/block/cciss*
5742 F:      include/linux/cciss_ioctl.h
5743 F:      include/uapi/linux/cciss_ioctl.h
5744
5745 HFI1 DRIVER
5746 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5747 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5748 L:      linux-rdma@vger.kernel.org
5749 S:      Supported
5750 F:      drivers/infiniband/hw/hfi1
5751
5752 HFS FILESYSTEM
5753 L:      linux-fsdevel@vger.kernel.org
5754 S:      Orphan
5755 F:      Documentation/filesystems/hfs.txt
5756 F:      fs/hfs/
5757
5758 HFSPLUS FILESYSTEM
5759 L:      linux-fsdevel@vger.kernel.org
5760 S:      Orphan
5761 F:      Documentation/filesystems/hfsplus.txt
5762 F:      fs/hfsplus/
5763
5764 HGA FRAMEBUFFER DRIVER
5765 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5766 L:      linux-nvidia@lists.surfsouth.com
5767 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5768 S:      Maintained
5769 F:      drivers/video/fbdev/hgafb.c
5770
5771 HIBERNATION (aka Software Suspend, aka swsusp)
5772 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5773 M:      Pavel Machek <pavel@ucw.cz>
5774 L:      linux-pm@vger.kernel.org
5775 B:      https://bugzilla.kernel.org
5776 S:      Supported
5777 F:      arch/x86/power/
5778 F:      drivers/base/power/
5779 F:      kernel/power/
5780 F:      include/linux/suspend.h
5781 F:      include/linux/freezer.h
5782 F:      include/linux/pm.h
5783 F:      arch/*/include/asm/suspend*.h
5784
5785 HID CORE LAYER
5786 M:      Jiri Kosina <jikos@kernel.org>
5787 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5788 L:      linux-input@vger.kernel.org
5789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5790 S:      Maintained
5791 F:      drivers/hid/
5792 F:      include/linux/hid*
5793 F:      include/uapi/linux/hid*
5794
5795 HID SENSOR HUB DRIVERS
5796 M:      Jiri Kosina <jikos@kernel.org>
5797 M:      Jonathan Cameron <jic23@kernel.org>
5798 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5799 L:      linux-input@vger.kernel.org
5800 L:      linux-iio@vger.kernel.org
5801 S:      Maintained
5802 F:      Documentation/hid/hid-sensor*
5803 F:      drivers/hid/hid-sensor-*
5804 F:      drivers/iio/*/hid-*
5805 F:      include/linux/hid-sensor-*
5806
5807 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5808 M:      Thomas Gleixner <tglx@linutronix.de>
5809 L:      linux-kernel@vger.kernel.org
5810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5811 S:      Maintained
5812 F:      Documentation/timers/
5813 F:      kernel/time/hrtimer.c
5814 F:      kernel/time/clockevents.c
5815 F:      kernel/time/tick*.*
5816 F:      kernel/time/timer_*.c
5817 F:      include/linux/clockchips.h
5818 F:      include/linux/hrtimer.h
5819
5820 HIGH-SPEED SCC DRIVER FOR AX.25
5821 L:      linux-hams@vger.kernel.org
5822 S:      Orphan
5823 F:      drivers/net/hamradio/dmascc.c
5824 F:      drivers/net/hamradio/scc.c
5825
5826 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5827 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5828 W:      http://www.highpoint-tech.com
5829 S:      Supported
5830 F:      Documentation/scsi/hptiop.txt
5831 F:      drivers/scsi/hptiop.c
5832
5833 HIPPI
5834 M:      Jes Sorensen <jes@trained-monkey.org>
5835 L:      linux-hippi@sunsite.dk
5836 S:      Maintained
5837 F:      include/linux/hippidevice.h
5838 F:      include/uapi/linux/if_hippi.h
5839 F:      net/802/hippi.c
5840 F:      drivers/net/hippi/
5841
5842 HISILICON NETWORK SUBSYSTEM DRIVER
5843 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5844 M:      Salil Mehta <salil.mehta@huawei.com>
5845 L:      netdev@vger.kernel.org
5846 W:      http://www.hisilicon.com
5847 S:      Maintained
5848 F:      drivers/net/ethernet/hisilicon/
5849 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5850
5851 HISILICON ROCE DRIVER
5852 M:      Lijun Ou <oulijun@huawei.com>
5853 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5854 L:      linux-rdma@vger.kernel.org
5855 S:      Maintained
5856 F:      drivers/infiniband/hw/hns/
5857 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5858
5859 HISILICON SAS Controller
5860 M:      John Garry <john.garry@huawei.com>
5861 W:      http://www.hisilicon.com
5862 S:      Supported
5863 F:      drivers/scsi/hisi_sas/
5864 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5865
5866 HOST AP DRIVER
5867 M:      Jouni Malinen <j@w1.fi>
5868 L:      linux-wireless@vger.kernel.org
5869 W:      http://w1.fi/hostap-driver.html
5870 S:      Obsolete
5871 F:      drivers/net/wireless/intersil/hostap/
5872
5873 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5874 L:      platform-driver-x86@vger.kernel.org
5875 S:      Orphan
5876 F:      drivers/platform/x86/tc1100-wmi.c
5877
5878 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5879 M:      Jaroslav Kysela <perex@perex.cz>
5880 S:      Maintained
5881 F:      drivers/net/ethernet/hp/hp100.*
5882
5883 HPET:   High Precision Event Timers driver
5884 M:      Clemens Ladisch <clemens@ladisch.de>
5885 S:      Maintained
5886 F:      Documentation/timers/hpet.txt
5887 F:      drivers/char/hpet.c
5888 F:      include/linux/hpet.h
5889 F:      include/uapi/linux/hpet.h
5890
5891 HPET:   x86
5892 S:      Orphan
5893 F:      arch/x86/kernel/hpet.c
5894 F:      arch/x86/include/asm/hpet.h
5895
5896 HPFS FILESYSTEM
5897 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5898 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5899 S:      Maintained
5900 F:      fs/hpfs/
5901
5902 HSI SUBSYSTEM
5903 M:      Sebastian Reichel <sre@kernel.org>
5904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5905 S:      Maintained
5906 F:      Documentation/ABI/testing/sysfs-bus-hsi
5907 F:      Documentation/device-drivers/serial-interfaces.rst
5908 F:      drivers/hsi/
5909 F:      include/linux/hsi/
5910 F:      include/uapi/linux/hsi/
5911
5912 HSO 3G MODEM DRIVER
5913 M:      Jan Dumon <j.dumon@option.com>
5914 W:      http://www.pharscape.org
5915 S:      Maintained
5916 F:      drivers/net/usb/hso.c
5917
5918 HSR NETWORK PROTOCOL
5919 M:      Arvid Brodin <arvid.brodin@alten.se>
5920 L:      netdev@vger.kernel.org
5921 S:      Maintained
5922 F:      net/hsr/
5923
5924 HTCPEN TOUCHSCREEN DRIVER
5925 M:      Pau Oliva Fora <pof@eslack.org>
5926 L:      linux-input@vger.kernel.org
5927 S:      Maintained
5928 F:      drivers/input/touchscreen/htcpen.c
5929
5930 HUGETLB FILESYSTEM
5931 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5932 S:      Maintained
5933 F:      fs/hugetlbfs/
5934
5935 HVA ST MEDIA DRIVER
5936 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5937 L:      linux-media@vger.kernel.org
5938 T:      git git://linuxtv.org/media_tree.git
5939 W:      https://linuxtv.org
5940 S:      Supported
5941 F:      drivers/media/platform/sti/hva
5942
5943 Hyper-V CORE AND DRIVERS
5944 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5945 M:      Haiyang Zhang <haiyangz@microsoft.com>
5946 L:      devel@linuxdriverproject.org
5947 S:      Maintained
5948 F:      arch/x86/include/asm/mshyperv.h
5949 F:      arch/x86/include/uapi/asm/hyperv.h
5950 F:      arch/x86/kernel/cpu/mshyperv.c
5951 F:      drivers/hid/hid-hyperv.c
5952 F:      drivers/hv/
5953 F:      drivers/input/serio/hyperv-keyboard.c
5954 F:      drivers/pci/host/pci-hyperv.c
5955 F:      drivers/net/hyperv/
5956 F:      drivers/scsi/storvsc_drv.c
5957 F:      drivers/uio/uio_hv_generic.c
5958 F:      drivers/video/fbdev/hyperv_fb.c
5959 F:      include/linux/hyperv.h
5960 F:      tools/hv/
5961 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5962
5963 I2C MUXES
5964 M:      Peter Rosin <peda@axentia.se>
5965 L:      linux-i2c@vger.kernel.org
5966 S:      Maintained
5967 F:      Documentation/i2c/i2c-topology
5968 F:      Documentation/i2c/muxes/
5969 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5970 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5971 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5972 F:      drivers/i2c/i2c-mux.c
5973 F:      drivers/i2c/muxes/
5974 F:      include/linux/i2c-mux.h
5975
5976 I2C OVER PARALLEL PORT
5977 M:      Jean Delvare <jdelvare@suse.com>
5978 L:      linux-i2c@vger.kernel.org
5979 S:      Maintained
5980 F:      Documentation/i2c/busses/i2c-parport
5981 F:      Documentation/i2c/busses/i2c-parport-light
5982 F:      drivers/i2c/busses/i2c-parport.c
5983 F:      drivers/i2c/busses/i2c-parport-light.c
5984
5985 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5986 M:      Jean Delvare <jdelvare@suse.com>
5987 L:      linux-i2c@vger.kernel.org
5988 S:      Maintained
5989 F:      Documentation/i2c/busses/i2c-ali1535
5990 F:      Documentation/i2c/busses/i2c-ali1563
5991 F:      Documentation/i2c/busses/i2c-ali15x3
5992 F:      Documentation/i2c/busses/i2c-amd756
5993 F:      Documentation/i2c/busses/i2c-amd8111
5994 F:      Documentation/i2c/busses/i2c-i801
5995 F:      Documentation/i2c/busses/i2c-nforce2
5996 F:      Documentation/i2c/busses/i2c-piix4
5997 F:      Documentation/i2c/busses/i2c-sis5595
5998 F:      Documentation/i2c/busses/i2c-sis630
5999 F:      Documentation/i2c/busses/i2c-sis96x
6000 F:      Documentation/i2c/busses/i2c-via
6001 F:      Documentation/i2c/busses/i2c-viapro
6002 F:      drivers/i2c/busses/i2c-ali1535.c
6003 F:      drivers/i2c/busses/i2c-ali1563.c
6004 F:      drivers/i2c/busses/i2c-ali15x3.c
6005 F:      drivers/i2c/busses/i2c-amd756.c
6006 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6007 F:      drivers/i2c/busses/i2c-amd8111.c
6008 F:      drivers/i2c/busses/i2c-i801.c
6009 F:      drivers/i2c/busses/i2c-isch.c
6010 F:      drivers/i2c/busses/i2c-nforce2.c
6011 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6012 F:      drivers/i2c/busses/i2c-piix4.c
6013 F:      drivers/i2c/busses/i2c-sis5595.c
6014 F:      drivers/i2c/busses/i2c-sis630.c
6015 F:      drivers/i2c/busses/i2c-sis96x.c
6016 F:      drivers/i2c/busses/i2c-via.c
6017 F:      drivers/i2c/busses/i2c-viapro.c
6018
6019 I2C/SMBUS ISMT DRIVER
6020 M:      Seth Heasley <seth.heasley@intel.com>
6021 M:      Neil Horman <nhorman@tuxdriver.com>
6022 L:      linux-i2c@vger.kernel.org
6023 F:      drivers/i2c/busses/i2c-ismt.c
6024 F:      Documentation/i2c/busses/i2c-ismt
6025
6026 I2C/SMBUS STUB DRIVER
6027 M:      Jean Delvare <jdelvare@suse.com>
6028 L:      linux-i2c@vger.kernel.org
6029 S:      Maintained
6030 F:      drivers/i2c/i2c-stub.c
6031
6032 I2C SUBSYSTEM
6033 M:      Wolfram Sang <wsa@the-dreams.de>
6034 L:      linux-i2c@vger.kernel.org
6035 W:      https://i2c.wiki.kernel.org/
6036 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6038 S:      Maintained
6039 F:      Documentation/devicetree/bindings/i2c/
6040 F:      Documentation/i2c/
6041 F:      drivers/i2c/
6042 F:      drivers/i2c/*/
6043 F:      include/linux/i2c.h
6044 F:      include/linux/i2c-*.h
6045 F:      include/uapi/linux/i2c.h
6046 F:      include/uapi/linux/i2c-*.h
6047
6048 I2C ACPI SUPPORT
6049 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6050 L:      linux-i2c@vger.kernel.org
6051 L:      linux-acpi@vger.kernel.org
6052 S:      Maintained
6053
6054 I2C-TAOS-EVM DRIVER
6055 M:      Jean Delvare <jdelvare@suse.com>
6056 L:      linux-i2c@vger.kernel.org
6057 S:      Maintained
6058 F:      Documentation/i2c/busses/i2c-taos-evm
6059 F:      drivers/i2c/busses/i2c-taos-evm.c
6060
6061 I2C-TINY-USB DRIVER
6062 M:      Till Harbaum <till@harbaum.org>
6063 L:      linux-i2c@vger.kernel.org
6064 W:      http://www.harbaum.org/till/i2c_tiny_usb
6065 S:      Maintained
6066 F:      drivers/i2c/busses/i2c-tiny-usb.c
6067
6068 i386 BOOT CODE
6069 M:      "H. Peter Anvin" <hpa@zytor.com>
6070 S:      Maintained
6071 F:      arch/x86/boot/
6072
6073 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6074 M:      "H. Peter Anvin" <hpa@zytor.com>
6075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6076 S:      Maintained
6077
6078 IA64 (Itanium) PLATFORM
6079 M:      Tony Luck <tony.luck@intel.com>
6080 M:      Fenghua Yu <fenghua.yu@intel.com>
6081 L:      linux-ia64@vger.kernel.org
6082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6083 S:      Maintained
6084 F:      arch/ia64/
6085
6086 IBM Power VMX Cryptographic instructions
6087 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6088 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6089 L:      linux-crypto@vger.kernel.org
6090 S:      Supported
6091 F:      drivers/crypto/vmx/Makefile
6092 F:      drivers/crypto/vmx/Kconfig
6093 F:      drivers/crypto/vmx/vmx.c
6094 F:      drivers/crypto/vmx/aes*
6095 F:      drivers/crypto/vmx/ghash*
6096 F:      drivers/crypto/vmx/ppc-xlate.pl
6097
6098 IBM Power in-Nest Crypto Acceleration
6099 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6100 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6101 L:      linux-crypto@vger.kernel.org
6102 S:      Supported
6103 F:      drivers/crypto/nx/Makefile
6104 F:      drivers/crypto/nx/Kconfig
6105 F:      drivers/crypto/nx/nx-aes*
6106 F:      drivers/crypto/nx/nx-sha*
6107 F:      drivers/crypto/nx/nx.*
6108 F:      drivers/crypto/nx/nx_csbcpb.h
6109 F:      drivers/crypto/nx/nx_debugfs.h
6110
6111 IBM Power 842 compression accelerator
6112 M:      Dan Streetman <ddstreet@ieee.org>
6113 S:      Supported
6114 F:      drivers/crypto/nx/Makefile
6115 F:      drivers/crypto/nx/Kconfig
6116 F:      drivers/crypto/nx/nx-842*
6117 F:      include/linux/sw842.h
6118 F:      crypto/842.c
6119 F:      lib/842/
6120
6121 IBM Power Linux RAID adapter
6122 M:      Brian King <brking@us.ibm.com>
6123 S:      Supported
6124 F:      drivers/scsi/ipr.*
6125
6126 IBM Power Virtual Ethernet Device Driver
6127 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6128 L:      netdev@vger.kernel.org
6129 S:      Supported
6130 F:      drivers/net/ethernet/ibm/ibmveth.*
6131
6132 IBM Power SRIOV Virtual NIC Device Driver
6133 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6134 M:      John Allen <jallen@linux.vnet.ibm.com>
6135 L:      netdev@vger.kernel.org
6136 S:      Supported
6137 F:      drivers/net/ethernet/ibm/ibmvnic.*
6138
6139 IBM Power Virtual SCSI Device Drivers
6140 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6141 L:      linux-scsi@vger.kernel.org
6142 S:      Supported
6143 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6144 F:      include/scsi/viosrp.h
6145
6146 IBM Power Virtual SCSI Device Target Driver
6147 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6148 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6149 L:      linux-scsi@vger.kernel.org
6150 L:      target-devel@vger.kernel.org
6151 S:      Supported
6152 F:      drivers/scsi/ibmvscsi_tgt/
6153
6154 IBM Power Virtual FC Device Drivers
6155 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6156 L:      linux-scsi@vger.kernel.org
6157 S:      Supported
6158 F:      drivers/scsi/ibmvscsi/ibmvfc*
6159
6160 IBM ServeRAID RAID DRIVER
6161 S:      Orphan
6162 F:      drivers/scsi/ips.*
6163
6164 ICH LPC AND GPIO DRIVER
6165 M:      Peter Tyser <ptyser@xes-inc.com>
6166 S:      Maintained
6167 F:      drivers/mfd/lpc_ich.c
6168 F:      drivers/gpio/gpio-ich.c
6169
6170 IDE SUBSYSTEM
6171 M:      "David S. Miller" <davem@davemloft.net>
6172 L:      linux-ide@vger.kernel.org
6173 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6175 S:      Maintained
6176 F:      Documentation/ide/
6177 F:      drivers/ide/
6178 F:      include/linux/ide.h
6179
6180 IDEAPAD LAPTOP EXTRAS DRIVER
6181 M:      Ike Panhc <ike.pan@canonical.com>
6182 L:      platform-driver-x86@vger.kernel.org
6183 W:      http://launchpad.net/ideapad-laptop
6184 S:      Maintained
6185 F:      drivers/platform/x86/ideapad-laptop.c
6186
6187 IDEAPAD LAPTOP SLIDEBAR DRIVER
6188 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6189 L:      linux-input@vger.kernel.org
6190 W:      https://github.com/o2genum/ideapad-slidebar
6191 S:      Maintained
6192 F:      drivers/input/misc/ideapad_slidebar.c
6193
6194 IDE/ATAPI DRIVERS
6195 M:      Borislav Petkov <bp@alien8.de>
6196 L:      linux-ide@vger.kernel.org
6197 S:      Maintained
6198 F:      Documentation/cdrom/ide-cd
6199 F:      drivers/ide/ide-cd*
6200
6201 IEEE 802.15.4 SUBSYSTEM
6202 M:      Alexander Aring <aar@pengutronix.de>
6203 M:      Stefan Schmidt <stefan@osg.samsung.com>
6204 L:      linux-wpan@vger.kernel.org
6205 W:      http://wpan.cakelab.org/
6206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6208 S:      Maintained
6209 F:      net/ieee802154/
6210 F:      net/mac802154/
6211 F:      drivers/net/ieee802154/
6212 F:      include/linux/nl802154.h
6213 F:      include/linux/ieee802154.h
6214 F:      include/net/nl802154.h
6215 F:      include/net/mac802154.h
6216 F:      include/net/af_ieee802154.h
6217 F:      include/net/cfg802154.h
6218 F:      include/net/ieee802154_netdev.h
6219 F:      Documentation/networking/ieee802154.txt
6220
6221 IGORPLUG-USB IR RECEIVER
6222 M:      Sean Young <sean@mess.org>
6223 L:      linux-media@vger.kernel.org
6224 S:      Maintained
6225 F:      drivers/media/rc/igorplugusb.c
6226
6227 IGUANAWORKS USB IR TRANSCEIVER
6228 M:      Sean Young <sean@mess.org>
6229 L:      linux-media@vger.kernel.org
6230 S:      Maintained
6231 F:      drivers/media/rc/iguanair.c
6232
6233 IIO DIGITAL POTENTIOMETER DAC
6234 M:      Peter Rosin <peda@axentia.se>
6235 L:      linux-iio@vger.kernel.org
6236 S:      Maintained
6237 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6238 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6239 F:      drivers/iio/dac/dpot-dac.c
6240
6241 IIO ENVELOPE DETECTOR
6242 M:      Peter Rosin <peda@axentia.se>
6243 L:      linux-iio@vger.kernel.org
6244 S:      Maintained
6245 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6246 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6247 F:      drivers/iio/adc/envelope-detector.c
6248
6249 IIO SUBSYSTEM AND DRIVERS
6250 M:      Jonathan Cameron <jic23@kernel.org>
6251 R:      Hartmut Knaack <knaack.h@gmx.de>
6252 R:      Lars-Peter Clausen <lars@metafoo.de>
6253 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6254 L:      linux-iio@vger.kernel.org
6255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6256 S:      Maintained
6257 F:      Documentation/devicetree/bindings/iio/
6258 F:      drivers/iio/
6259 F:      drivers/staging/iio/
6260 F:      include/linux/iio/
6261 F:      tools/iio/
6262
6263 IKANOS/ADI EAGLE ADSL USB DRIVER
6264 M:      Matthieu Castet <castet.matthieu@free.fr>
6265 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6266 S:      Maintained
6267 F:      drivers/usb/atm/ueagle-atm.c
6268
6269 IMGTEC ASCII LCD DRIVER
6270 M:      Paul Burton <paul.burton@imgtec.com>
6271 S:      Maintained
6272 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6273 F:      drivers/auxdisplay/img-ascii-lcd.c
6274
6275 INA209 HARDWARE MONITOR DRIVER
6276 M:      Guenter Roeck <linux@roeck-us.net>
6277 L:      linux-hwmon@vger.kernel.org
6278 S:      Maintained
6279 F:      Documentation/hwmon/ina209
6280 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6281 F:      drivers/hwmon/ina209.c
6282
6283 INA2XX HARDWARE MONITOR DRIVER
6284 M:      Guenter Roeck <linux@roeck-us.net>
6285 L:      linux-hwmon@vger.kernel.org
6286 S:      Maintained
6287 F:      Documentation/hwmon/ina2xx
6288 F:      drivers/hwmon/ina2xx.c
6289 F:      include/linux/platform_data/ina2xx.h
6290
6291 INDUSTRY PACK SUBSYSTEM (IPACK)
6292 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6293 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6294 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6295 L:      industrypack-devel@lists.sourceforge.net
6296 W:      http://industrypack.sourceforge.net
6297 S:      Maintained
6298 F:      drivers/ipack/
6299
6300 INGENIC JZ4780 DMA Driver
6301 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6302 S:      Maintained
6303 F:      drivers/dma/dma-jz4780.c
6304
6305 INGENIC JZ4780 NAND DRIVER
6306 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6307 L:      linux-mtd@lists.infradead.org
6308 S:      Maintained
6309 F:      drivers/mtd/nand/jz4780_*
6310
6311 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6312 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6313 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6314 L:      linux-ima-devel@lists.sourceforge.net
6315 L:      linux-ima-user@lists.sourceforge.net
6316 L:      linux-security-module@vger.kernel.org
6317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6318 S:      Supported
6319 F:      security/integrity/ima/
6320
6321 IMGTEC IR DECODER DRIVER
6322 M:      James Hogan <james.hogan@imgtec.com>
6323 S:      Maintained
6324 F:      drivers/media/rc/img-ir/
6325
6326 IMS TWINTURBO FRAMEBUFFER DRIVER
6327 L:      linux-fbdev@vger.kernel.org
6328 S:      Orphan
6329 F:      drivers/video/fbdev/imsttfb.c
6330
6331 INFINIBAND SUBSYSTEM
6332 M:      Doug Ledford <dledford@redhat.com>
6333 M:      Sean Hefty <sean.hefty@intel.com>
6334 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6335 L:      linux-rdma@vger.kernel.org
6336 W:      http://www.openfabrics.org/
6337 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6339 S:      Supported
6340 F:      Documentation/infiniband/
6341 F:      drivers/infiniband/
6342 F:      include/uapi/linux/if_infiniband.h
6343 F:      include/uapi/rdma/
6344 F:      include/rdma/
6345
6346 INOTIFY
6347 M:      John McCutchan <john@johnmccutchan.com>
6348 M:      Robert Love <rlove@rlove.org>
6349 M:      Eric Paris <eparis@parisplace.org>
6350 S:      Maintained
6351 F:      Documentation/filesystems/inotify.txt
6352 F:      fs/notify/inotify/
6353 F:      include/linux/inotify.h
6354 F:      include/uapi/linux/inotify.h
6355
6356 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6357 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6358 L:      linux-input@vger.kernel.org
6359 Q:      http://patchwork.kernel.org/project/linux-input/list/
6360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6361 S:      Maintained
6362 F:      drivers/input/
6363 F:      include/linux/input.h
6364 F:      include/uapi/linux/input.h
6365 F:      include/linux/input/
6366 F:      Documentation/devicetree/bindings/input/
6367
6368 INPUT MULTITOUCH (MT) PROTOCOL
6369 M:      Henrik Rydberg <rydberg@bitmath.org>
6370 L:      linux-input@vger.kernel.org
6371 S:      Odd fixes
6372 F:      Documentation/input/multi-touch-protocol.txt
6373 F:      drivers/input/input-mt.c
6374 K:      \b(ABS|SYN)_MT_
6375
6376 INTEL ASoC BDW/HSW DRIVERS
6377 M:      Jie Yang <yang.jie@linux.intel.com>
6378 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6379 S:      Supported
6380 F:      sound/soc/intel/common/sst-dsp*
6381 F:      sound/soc/intel/common/sst-firmware.c
6382 F:      sound/soc/intel/boards/broadwell.c
6383 F:      sound/soc/intel/haswell/
6384
6385 INTEL C600 SERIES SAS CONTROLLER DRIVER
6386 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6387 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6388 L:      linux-scsi@vger.kernel.org
6389 T:      git git://git.code.sf.net/p/intel-sas/isci
6390 S:      Supported
6391 F:      drivers/scsi/isci/
6392
6393 INTEL HID EVENT DRIVER
6394 M:      Alex Hung <alex.hung@canonical.com>
6395 L:      platform-driver-x86@vger.kernel.org
6396 S:      Maintained
6397 F:      drivers/platform/x86/intel-hid.c
6398
6399 INTEL VIRTUAL BUTTON DRIVER
6400 M:      AceLan Kao <acelan.kao@canonical.com>
6401 L:      platform-driver-x86@vger.kernel.org
6402 S:      Maintained
6403 F:      drivers/platform/x86/intel-vbtn.c
6404
6405 INTEL IDLE DRIVER
6406 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6407 M:      Len Brown <lenb@kernel.org>
6408 L:      linux-pm@vger.kernel.org
6409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6410 B:      https://bugzilla.kernel.org
6411 S:      Supported
6412 F:      drivers/idle/intel_idle.c
6413
6414 INTEL INTEGRATED SENSOR HUB DRIVER
6415 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6416 M:      Jiri Kosina <jikos@kernel.org>
6417 L:      linux-input@vger.kernel.org
6418 S:      Maintained
6419 F:      drivers/hid/intel-ish-hid/
6420
6421 INTEL PSTATE DRIVER
6422 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6423 M:      Len Brown <lenb@kernel.org>
6424 L:      linux-pm@vger.kernel.org
6425 S:      Supported
6426 F:      drivers/cpufreq/intel_pstate.c
6427
6428 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6429 M:      Maik Broemme <mbroemme@libmpq.org>
6430 L:      linux-fbdev@vger.kernel.org
6431 S:      Maintained
6432 F:      Documentation/fb/intelfb.txt
6433 F:      drivers/video/fbdev/intelfb/
6434
6435 INTEL 810/815 FRAMEBUFFER DRIVER
6436 M:      Antonino Daplas <adaplas@gmail.com>
6437 L:      linux-fbdev@vger.kernel.org
6438 S:      Maintained
6439 F:      drivers/video/fbdev/i810/
6440
6441 INTEL MENLOW THERMAL DRIVER
6442 M:      Sujith Thomas <sujith.thomas@intel.com>
6443 L:      platform-driver-x86@vger.kernel.org
6444 W:      https://01.org/linux-acpi
6445 S:      Supported
6446 F:      drivers/platform/x86/intel_menlow.c
6447
6448 INTEL I/OAT DMA DRIVER
6449 M:      Dave Jiang <dave.jiang@intel.com>
6450 R:      Dan Williams <dan.j.williams@intel.com>
6451 L:      dmaengine@vger.kernel.org
6452 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6453 S:      Supported
6454 F:      drivers/dma/ioat*
6455
6456 INTEL IOMMU (VT-d)
6457 M:      David Woodhouse <dwmw2@infradead.org>
6458 L:      iommu@lists.linux-foundation.org
6459 T:      git git://git.infradead.org/iommu-2.6.git
6460 S:      Supported
6461 F:      drivers/iommu/intel-iommu.c
6462 F:      include/linux/intel-iommu.h
6463
6464 INTEL IOP-ADMA DMA DRIVER
6465 R:      Dan Williams <dan.j.williams@intel.com>
6466 S:      Odd fixes
6467 F:      drivers/dma/iop-adma.c
6468
6469 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6470 M:      Krzysztof Halasa <khalasa@piap.pl>
6471 S:      Maintained
6472 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6473 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6474 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6475 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6476 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6477 F:      drivers/net/wan/ixp4xx_hss.c
6478
6479 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6480 M:      Deepak Saxena <dsaxena@plexity.net>
6481 S:      Maintained
6482 F:      drivers/char/hw_random/ixp4xx-rng.c
6483
6484 INTEL ETHERNET DRIVERS
6485 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6486 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6487 W:      http://www.intel.com/support/feedback.htm
6488 W:      http://e1000.sourceforge.net/
6489 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6492 S:      Supported
6493 F:      Documentation/networking/e100.txt
6494 F:      Documentation/networking/e1000.txt
6495 F:      Documentation/networking/e1000e.txt
6496 F:      Documentation/networking/igb.txt
6497 F:      Documentation/networking/igbvf.txt
6498 F:      Documentation/networking/ixgb.txt
6499 F:      Documentation/networking/ixgbe.txt
6500 F:      Documentation/networking/ixgbevf.txt
6501 F:      Documentation/networking/i40e.txt
6502 F:      Documentation/networking/i40evf.txt
6503 F:      drivers/net/ethernet/intel/
6504 F:      drivers/net/ethernet/intel/*/
6505
6506 INTEL RDMA RNIC DRIVER
6507 M:     Faisal Latif <faisal.latif@intel.com>
6508 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6509 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6510 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6511 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6512 L:     linux-rdma@vger.kernel.org
6513 S:     Supported
6514 F:     drivers/infiniband/hw/i40iw/
6515
6516 INTEL MERRIFIELD GPIO DRIVER
6517 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6518 L:      linux-gpio@vger.kernel.org
6519 S:      Maintained
6520 F:      drivers/gpio/gpio-merrifield.c
6521
6522 INTEL-MID GPIO DRIVER
6523 M:      David Cohen <david.a.cohen@linux.intel.com>
6524 L:      linux-gpio@vger.kernel.org
6525 S:      Maintained
6526 F:      drivers/gpio/gpio-intel-mid.c
6527
6528 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6529 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6530 L:      linux-wireless@vger.kernel.org
6531 S:      Maintained
6532 F:      Documentation/networking/README.ipw2100
6533 F:      Documentation/networking/README.ipw2200
6534 F:      drivers/net/wireless/intel/ipw2x00/
6535
6536 INTEL(R) TRACE HUB
6537 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6538 S:      Supported
6539 F:      Documentation/trace/intel_th.txt
6540 F:      drivers/hwtracing/intel_th/
6541
6542 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6543 M:      Ning Sun <ning.sun@intel.com>
6544 L:      tboot-devel@lists.sourceforge.net
6545 W:      http://tboot.sourceforge.net
6546 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6547 S:      Supported
6548 F:      Documentation/intel_txt.txt
6549 F:      include/linux/tboot.h
6550 F:      arch/x86/kernel/tboot.c
6551
6552 INTEL WIRELESS WIMAX CONNECTION 2400
6553 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6554 M:      linux-wimax@intel.com
6555 L:      wimax@linuxwimax.org (subscribers-only)
6556 S:      Supported
6557 W:      http://linuxwimax.org
6558 F:      Documentation/wimax/README.i2400m
6559 F:      drivers/net/wimax/i2400m/
6560 F:      include/uapi/linux/wimax/i2400m.h
6561
6562 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6563 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6564 L:      linux-wireless@vger.kernel.org
6565 S:      Supported
6566 F:      drivers/net/wireless/intel/iwlegacy/
6567
6568 INTEL WIRELESS WIFI LINK (iwlwifi)
6569 M:      Johannes Berg <johannes.berg@intel.com>
6570 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6571 M:      Luca Coelho <luciano.coelho@intel.com>
6572 M:      Intel Linux Wireless <linuxwifi@intel.com>
6573 L:      linux-wireless@vger.kernel.org
6574 W:      http://intellinuxwireless.org
6575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6576 S:      Supported
6577 F:      drivers/net/wireless/intel/iwlwifi/
6578
6579 INTEL MANAGEMENT ENGINE (mei)
6580 M:      Tomas Winkler <tomas.winkler@intel.com>
6581 L:      linux-kernel@vger.kernel.org
6582 S:      Supported
6583 F:      include/uapi/linux/mei.h
6584 F:      include/linux/mei_cl_bus.h
6585 F:      drivers/misc/mei/*
6586 F:      drivers/watchdog/mei_wdt.c
6587 F:      Documentation/misc-devices/mei/*
6588 F:      samples/mei/*
6589
6590 INTEL MIC DRIVERS (mic)
6591 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6592 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6593 S:      Supported
6594 W:      https://github.com/sudeepdutt/mic
6595 W:      http://software.intel.com/en-us/mic-developer
6596 F:      include/linux/mic_bus.h
6597 F:      include/linux/scif.h
6598 F:      include/uapi/linux/mic_common.h
6599 F:      include/uapi/linux/mic_ioctl.h
6600 F:      include/uapi/linux/scif_ioctl.h
6601 F:      drivers/misc/mic/
6602 F:      drivers/dma/mic_x100_dma.c
6603 F:      drivers/dma/mic_x100_dma.h
6604 F:      Documentation/mic/
6605
6606 INTEL PMC/P-Unit IPC DRIVER
6607 M:      Zha Qipeng<qipeng.zha@intel.com>
6608 L:      platform-driver-x86@vger.kernel.org
6609 S:      Maintained
6610 F:      drivers/platform/x86/intel_pmc_ipc.c
6611 F:      drivers/platform/x86/intel_punit_ipc.c
6612 F:      arch/x86/include/asm/intel_pmc_ipc.h
6613 F:      arch/x86/include/asm/intel_punit_ipc.h
6614
6615 INTEL TELEMETRY DRIVER
6616 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6617 L:      platform-driver-x86@vger.kernel.org
6618 S:      Maintained
6619 F:      arch/x86/include/asm/intel_telemetry.h
6620 F:      drivers/platform/x86/intel_telemetry*
6621
6622 INTEL PMC CORE DRIVER
6623 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6624 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6625 L:      platform-driver-x86@vger.kernel.org
6626 S:      Maintained
6627 F:      arch/x86/include/asm/pmc_core.h
6628 F:      drivers/platform/x86/intel_pmc_core*
6629
6630 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6631 M:      Linus Walleij <linus.walleij@linaro.org>
6632 L:      linux-iio@vger.kernel.org
6633 S:      Maintained
6634 F:      drivers/iio/gyro/mpu3050*
6635 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6636
6637 IOC3 ETHERNET DRIVER
6638 M:      Ralf Baechle <ralf@linux-mips.org>
6639 L:      linux-mips@linux-mips.org
6640 S:      Maintained
6641 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6642
6643 IOC3 SERIAL DRIVER
6644 M:      Pat Gefre <pfg@sgi.com>
6645 L:      linux-serial@vger.kernel.org
6646 S:      Maintained
6647 F:      drivers/tty/serial/ioc3_serial.c
6648
6649 IOMMU DRIVERS
6650 M:      Joerg Roedel <joro@8bytes.org>
6651 L:      iommu@lists.linux-foundation.org
6652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6653 S:      Maintained
6654 F:      Documentation/devicetree/bindings/iommu/
6655 F:      drivers/iommu/
6656
6657 IP MASQUERADING
6658 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6659 S:      Maintained
6660 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6661
6662 IPMI SUBSYSTEM
6663 M:      Corey Minyard <minyard@acm.org>
6664 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6665 W:      http://openipmi.sourceforge.net/
6666 S:      Supported
6667 F:      Documentation/IPMI.txt
6668 F:      drivers/char/ipmi/
6669 F:      include/linux/ipmi*
6670 F:      include/uapi/linux/ipmi*
6671
6672 QCOM AUDIO (ASoC) DRIVERS
6673 M:      Patrick Lai <plai@codeaurora.org>
6674 M:      Banajit Goswami <bgoswami@codeaurora.org>
6675 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6676 S:      Supported
6677 F:      sound/soc/qcom/
6678
6679 IPS SCSI RAID DRIVER
6680 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6681 L:      linux-scsi@vger.kernel.org
6682 W:      http://www.adaptec.com/
6683 S:      Maintained
6684 F:      drivers/scsi/ips*
6685
6686 IPVS
6687 M:      Wensong Zhang <wensong@linux-vs.org>
6688 M:      Simon Horman <horms@verge.net.au>
6689 M:      Julian Anastasov <ja@ssi.bg>
6690 L:      netdev@vger.kernel.org
6691 L:      lvs-devel@vger.kernel.org
6692 S:      Maintained
6693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6695 F:      Documentation/networking/ipvs-sysctl.txt
6696 F:      include/net/ip_vs.h
6697 F:      include/uapi/linux/ip_vs.h
6698 F:      net/netfilter/ipvs/
6699
6700 IPWIRELESS DRIVER
6701 M:      Jiri Kosina <jikos@kernel.org>
6702 M:      David Sterba <dsterba@suse.com>
6703 S:      Odd Fixes
6704 F:      drivers/tty/ipwireless/
6705
6706 IPX NETWORK LAYER
6707 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6708 L:      netdev@vger.kernel.org
6709 S:      Maintained
6710 F:      include/net/ipx.h
6711 F:      include/uapi/linux/ipx.h
6712 F:      net/ipx/
6713
6714 IRDA SUBSYSTEM
6715 M:      Samuel Ortiz <samuel@sortiz.org>
6716 L:      irda-users@lists.sourceforge.net (subscribers-only)
6717 L:      netdev@vger.kernel.org
6718 W:      http://irda.sourceforge.net/
6719 S:      Maintained
6720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6721 F:      Documentation/networking/irda.txt
6722 F:      drivers/net/irda/
6723 F:      include/net/irda/
6724 F:      net/irda/
6725
6726 IRQ SUBSYSTEM
6727 M:      Thomas Gleixner <tglx@linutronix.de>
6728 L:      linux-kernel@vger.kernel.org
6729 S:      Maintained
6730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6731 F:      kernel/irq/
6732
6733 IRQCHIP DRIVERS
6734 M:      Thomas Gleixner <tglx@linutronix.de>
6735 M:      Jason Cooper <jason@lakedaemon.net>
6736 M:      Marc Zyngier <marc.zyngier@arm.com>
6737 L:      linux-kernel@vger.kernel.org
6738 S:      Maintained
6739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6740 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6741 F:      Documentation/devicetree/bindings/interrupt-controller/
6742 F:      drivers/irqchip/
6743
6744 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6745 M:      Marc Zyngier <marc.zyngier@arm.com>
6746 S:      Maintained
6747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6748 F:      Documentation/IRQ-domain.txt
6749 F:      include/linux/irqdomain.h
6750 F:      kernel/irq/irqdomain.c
6751 F:      kernel/irq/msi.c
6752
6753 ISA
6754 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6755 S:      Maintained
6756 F:      Documentation/isa.txt
6757 F:      drivers/base/isa.c
6758 F:      include/linux/isa.h
6759
6760 ISAPNP
6761 M:      Jaroslav Kysela <perex@perex.cz>
6762 S:      Maintained
6763 F:      Documentation/isapnp.txt
6764 F:      drivers/pnp/isapnp/
6765 F:      include/linux/isapnp.h
6766
6767 ISA RADIO MODULE
6768 M:      Hans Verkuil <hverkuil@xs4all.nl>
6769 L:      linux-media@vger.kernel.org
6770 T:      git git://linuxtv.org/media_tree.git
6771 W:      https://linuxtv.org
6772 S:      Maintained
6773 F:      drivers/media/radio/radio-isa*
6774
6775 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6776 M:      Peter Jones <pjones@redhat.com>
6777 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6778 S:      Maintained
6779 F:      drivers/firmware/iscsi_ibft*
6780
6781 ISCSI
6782 M:      Lee Duncan <lduncan@suse.com>
6783 M:      Chris Leech <cleech@redhat.com>
6784 L:      open-iscsi@googlegroups.com
6785 W:      www.open-iscsi.com
6786 S:      Maintained
6787 F:      drivers/scsi/*iscsi*
6788 F:      include/scsi/*iscsi*
6789
6790 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6791 M:      Or Gerlitz <ogerlitz@mellanox.com>
6792 M:      Sagi Grimberg <sagi@grimberg.me>
6793 M:      Roi Dayan <roid@mellanox.com>
6794 L:      linux-rdma@vger.kernel.org
6795 S:      Supported
6796 W:      http://www.openfabrics.org
6797 W:      www.open-iscsi.org
6798 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6799 F:      drivers/infiniband/ulp/iser/
6800
6801 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6802 M:      Sagi Grimberg <sagi@grimberg.me>
6803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6804 L:      linux-rdma@vger.kernel.org
6805 L:      target-devel@vger.kernel.org
6806 S:      Supported
6807 W:      http://www.linux-iscsi.org
6808 F:      drivers/infiniband/ulp/isert
6809
6810 ISDN SUBSYSTEM
6811 M:      Karsten Keil <isdn@linux-pingi.de>
6812 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6813 L:      netdev@vger.kernel.org
6814 W:      http://www.isdn4linux.de
6815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6816 S:      Maintained
6817 F:      Documentation/isdn/
6818 F:      drivers/isdn/
6819 F:      include/linux/isdn.h
6820 F:      include/linux/isdn/
6821 F:      include/uapi/linux/isdn.h
6822 F:      include/uapi/linux/isdn/
6823
6824 ISDN SUBSYSTEM (Eicon active card driver)
6825 M:      Armin Schindler <mac@melware.de>
6826 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6827 W:      http://www.melware.de
6828 S:      Maintained
6829 F:      drivers/isdn/hardware/eicon/
6830
6831 IT87 HARDWARE MONITORING DRIVER
6832 M:      Jean Delvare <jdelvare@suse.com>
6833 L:      linux-hwmon@vger.kernel.org
6834 S:      Maintained
6835 F:      Documentation/hwmon/it87
6836 F:      drivers/hwmon/it87.c
6837
6838 IT913X MEDIA DRIVER
6839 M:      Antti Palosaari <crope@iki.fi>
6840 L:      linux-media@vger.kernel.org
6841 W:      https://linuxtv.org
6842 W:      http://palosaari.fi/linux/
6843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6844 T:      git git://linuxtv.org/anttip/media_tree.git
6845 S:      Maintained
6846 F:      drivers/media/tuners/it913x*
6847
6848 IVTV VIDEO4LINUX DRIVER
6849 M:      Andy Walls <awalls@md.metrocast.net>
6850 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6851 L:      linux-media@vger.kernel.org
6852 T:      git git://linuxtv.org/media_tree.git
6853 W:      http://www.ivtvdriver.org
6854 S:      Maintained
6855 F:      Documentation/media/v4l-drivers/ivtv*
6856 F:      drivers/media/pci/ivtv/
6857 F:      include/uapi/linux/ivtv*
6858
6859 IX2505V MEDIA DRIVER
6860 M:      Malcolm Priestley <tvboxspy@gmail.com>
6861 L:      linux-media@vger.kernel.org
6862 W:      https://linuxtv.org
6863 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6864 S:      Maintained
6865 F:      drivers/media/dvb-frontends/ix2505v*
6866
6867 JC42.4 TEMPERATURE SENSOR DRIVER
6868 M:      Guenter Roeck <linux@roeck-us.net>
6869 L:      linux-hwmon@vger.kernel.org
6870 S:      Maintained
6871 F:      drivers/hwmon/jc42.c
6872 F:      Documentation/hwmon/jc42
6873
6874 JFS FILESYSTEM
6875 M:      Dave Kleikamp <shaggy@kernel.org>
6876 L:      jfs-discussion@lists.sourceforge.net
6877 W:      http://jfs.sourceforge.net/
6878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6879 S:      Maintained
6880 F:      Documentation/filesystems/jfs.txt
6881 F:      fs/jfs/
6882
6883 JME NETWORK DRIVER
6884 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6885 L:      netdev@vger.kernel.org
6886 S:      Maintained
6887 F:      drivers/net/ethernet/jme.*
6888
6889 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6890 M:      David Woodhouse <dwmw2@infradead.org>
6891 L:      linux-mtd@lists.infradead.org
6892 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6893 S:      Maintained
6894 F:      fs/jffs2/
6895 F:      include/uapi/linux/jffs2.h
6896
6897 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6898 M:      "Theodore Ts'o" <tytso@mit.edu>
6899 M:      Jan Kara <jack@suse.com>
6900 L:      linux-ext4@vger.kernel.org
6901 S:      Maintained
6902 F:      fs/jbd2/
6903 F:      include/linux/jbd2.h
6904
6905 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6906 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6907 L:      linux-media@vger.kernel.org
6908 S:      Maintained
6909 F:      drivers/media/platform/rcar_jpu.c
6910
6911 JSM Neo PCI based serial card
6912 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6913 L:      linux-serial@vger.kernel.org
6914 S:      Maintained
6915 F:      drivers/tty/serial/jsm/
6916
6917 K10TEMP HARDWARE MONITORING DRIVER
6918 M:      Clemens Ladisch <clemens@ladisch.de>
6919 L:      linux-hwmon@vger.kernel.org
6920 S:      Maintained
6921 F:      Documentation/hwmon/k10temp
6922 F:      drivers/hwmon/k10temp.c
6923
6924 K8TEMP HARDWARE MONITORING DRIVER
6925 M:      Rudolf Marek <r.marek@assembler.cz>
6926 L:      linux-hwmon@vger.kernel.org
6927 S:      Maintained
6928 F:      Documentation/hwmon/k8temp
6929 F:      drivers/hwmon/k8temp.c
6930
6931 KASAN
6932 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6933 R:      Alexander Potapenko <glider@google.com>
6934 R:      Dmitry Vyukov <dvyukov@google.com>
6935 L:      kasan-dev@googlegroups.com
6936 S:      Maintained
6937 F:      arch/*/include/asm/kasan.h
6938 F:      arch/*/mm/kasan_init*
6939 F:      Documentation/dev-tools/kasan.rst
6940 F:      include/linux/kasan*.h
6941 F:      lib/test_kasan.c
6942 F:      mm/kasan/
6943 F:      scripts/Makefile.kasan
6944
6945 KCONFIG
6946 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6947 L:      linux-kbuild@vger.kernel.org
6948 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6949 S:      Maintained
6950 F:      Documentation/kbuild/kconfig-language.txt
6951 F:      scripts/kconfig/
6952
6953 KDUMP
6954 M:      Dave Young <dyoung@redhat.com>
6955 M:      Baoquan He <bhe@redhat.com>
6956 R:      Vivek Goyal <vgoyal@redhat.com>
6957 L:      kexec@lists.infradead.org
6958 W:      http://lse.sourceforge.net/kdump/
6959 S:      Maintained
6960 F:      Documentation/kdump/
6961
6962 KEENE FM RADIO TRANSMITTER DRIVER
6963 M:      Hans Verkuil <hverkuil@xs4all.nl>
6964 L:      linux-media@vger.kernel.org
6965 T:      git git://linuxtv.org/media_tree.git
6966 W:      https://linuxtv.org
6967 S:      Maintained
6968 F:      drivers/media/radio/radio-keene*
6969
6970 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6971 M:      Ian Kent <raven@themaw.net>
6972 L:      autofs@vger.kernel.org
6973 S:      Maintained
6974 F:      fs/autofs4/
6975
6976 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6977 M:      Michal Marek <mmarek@suse.com>
6978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6980 L:      linux-kbuild@vger.kernel.org
6981 S:      Maintained
6982 F:      Documentation/kbuild/
6983 F:      Makefile
6984 F:      scripts/Makefile.*
6985 F:      scripts/basic/
6986 F:      scripts/mk*
6987 F:      scripts/package/
6988
6989 KERNEL JANITORS
6990 L:      kernel-janitors@vger.kernel.org
6991 W:      http://kernelnewbies.org/KernelJanitors
6992 S:      Odd Fixes
6993
6994 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6995 M:      "J. Bruce Fields" <bfields@fieldses.org>
6996 M:      Jeff Layton <jlayton@poochiereds.net>
6997 L:      linux-nfs@vger.kernel.org
6998 W:      http://nfs.sourceforge.net/
6999 T:      git git://linux-nfs.org/~bfields/linux.git
7000 S:      Supported
7001 F:      fs/nfsd/
7002 F:      include/uapi/linux/nfsd/
7003 F:      fs/lockd/
7004 F:      fs/nfs_common/
7005 F:      net/sunrpc/
7006 F:      include/linux/lockd/
7007 F:      include/linux/sunrpc/
7008 F:      include/uapi/linux/sunrpc/
7009
7010 KERNEL SELFTEST FRAMEWORK
7011 M:      Shuah Khan <shuahkh@osg.samsung.com>
7012 M:      Shuah Khan <shuah@kernel.org>
7013 L:      linux-kselftest@vger.kernel.org
7014 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7015 S:      Maintained
7016 F:      tools/testing/selftests
7017
7018 KERNEL VIRTUAL MACHINE (KVM)
7019 M:      Paolo Bonzini <pbonzini@redhat.com>
7020 M:      Radim Krčmář <rkrcmar@redhat.com>
7021 L:      kvm@vger.kernel.org
7022 W:      http://www.linux-kvm.org
7023 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7024 S:      Supported
7025 F:      Documentation/*/kvm*.txt
7026 F:      Documentation/virtual/kvm/
7027 F:      arch/*/kvm/
7028 F:      arch/x86/kernel/kvm.c
7029 F:      arch/x86/kernel/kvmclock.c
7030 F:      arch/*/include/asm/kvm*
7031 F:      include/linux/kvm*
7032 F:      include/uapi/linux/kvm*
7033 F:      virt/kvm/
7034 F:      tools/kvm/
7035
7036 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7037 M:      Joerg Roedel <joro@8bytes.org>
7038 L:      kvm@vger.kernel.org
7039 W:      http://www.linux-kvm.org/
7040 S:      Maintained
7041 F:      arch/x86/include/asm/svm.h
7042 F:      arch/x86/kvm/svm.c
7043
7044 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7045 M:      Alexander Graf <agraf@suse.com>
7046 L:      kvm-ppc@vger.kernel.org
7047 W:      http://www.linux-kvm.org/
7048 T:      git git://github.com/agraf/linux-2.6.git
7049 S:      Supported
7050 F:      arch/powerpc/include/asm/kvm*
7051 F:      arch/powerpc/kvm/
7052
7053 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7054 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7055 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7056 L:      linux-s390@vger.kernel.org
7057 W:      http://www.ibm.com/developerworks/linux/linux390/
7058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7059 S:      Supported
7060 F:      Documentation/s390/kvm.txt
7061 F:      arch/s390/include/asm/kvm*
7062 F:      arch/s390/kvm/
7063
7064 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7065 M:      Christoffer Dall <christoffer.dall@linaro.org>
7066 M:      Marc Zyngier <marc.zyngier@arm.com>
7067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7068 L:      kvmarm@lists.cs.columbia.edu
7069 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7071 S:      Supported
7072 F:      arch/arm/include/uapi/asm/kvm*
7073 F:      arch/arm/include/asm/kvm*
7074 F:      arch/arm/kvm/
7075 F:      virt/kvm/arm/
7076 F:      include/kvm/arm_*
7077
7078 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7079 M:      Christoffer Dall <christoffer.dall@linaro.org>
7080 M:      Marc Zyngier <marc.zyngier@arm.com>
7081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7082 L:      kvmarm@lists.cs.columbia.edu
7083 S:      Maintained
7084 F:      arch/arm64/include/uapi/asm/kvm*
7085 F:      arch/arm64/include/asm/kvm*
7086 F:      arch/arm64/kvm/
7087
7088 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7089 M:      James Hogan <james.hogan@imgtec.com>
7090 L:      linux-mips@linux-mips.org
7091 S:      Supported
7092 F:      arch/mips/include/uapi/asm/kvm*
7093 F:      arch/mips/include/asm/kvm*
7094 F:      arch/mips/kvm/
7095
7096 KEXEC
7097 M:      Eric Biederman <ebiederm@xmission.com>
7098 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7099 L:      kexec@lists.infradead.org
7100 S:      Maintained
7101 F:      include/linux/kexec.h
7102 F:      include/uapi/linux/kexec.h
7103 F:      kernel/kexec*
7104
7105 KEYS/KEYRINGS:
7106 M:      David Howells <dhowells@redhat.com>
7107 L:      keyrings@vger.kernel.org
7108 S:      Maintained
7109 F:      Documentation/security/keys.txt
7110 F:      include/linux/key.h
7111 F:      include/linux/key-type.h
7112 F:      include/linux/keyctl.h
7113 F:      include/uapi/linux/keyctl.h
7114 F:      include/keys/
7115 F:      security/keys/
7116
7117 KEYS-TRUSTED
7118 M:      David Safford <safford@us.ibm.com>
7119 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7120 L:      linux-security-module@vger.kernel.org
7121 L:      keyrings@vger.kernel.org
7122 S:      Supported
7123 F:      Documentation/security/keys-trusted-encrypted.txt
7124 F:      include/keys/trusted-type.h
7125 F:      security/keys/trusted.c
7126 F:      security/keys/trusted.h
7127
7128 KEYS-ENCRYPTED
7129 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7130 M:      David Safford <safford@us.ibm.com>
7131 L:      linux-security-module@vger.kernel.org
7132 L:      keyrings@vger.kernel.org
7133 S:      Supported
7134 F:      Documentation/security/keys-trusted-encrypted.txt
7135 F:      include/keys/encrypted-type.h
7136 F:      security/keys/encrypted-keys/
7137
7138 KGDB / KDB /debug_core
7139 M:      Jason Wessel <jason.wessel@windriver.com>
7140 W:      http://kgdb.wiki.kernel.org/
7141 L:      kgdb-bugreport@lists.sourceforge.net
7142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7143 S:      Maintained
7144 F:      Documentation/DocBook/kgdb.tmpl
7145 F:      drivers/misc/kgdbts.c
7146 F:      drivers/tty/serial/kgdboc.c
7147 F:      include/linux/kdb.h
7148 F:      include/linux/kgdb.h
7149 F:      kernel/debug/
7150
7151 KMEMCHECK
7152 M:      Vegard Nossum <vegardno@ifi.uio.no>
7153 M:      Pekka Enberg <penberg@kernel.org>
7154 S:      Maintained
7155 F:      Documentation/dev-tools/kmemcheck.rst
7156 F:      arch/x86/include/asm/kmemcheck.h
7157 F:      arch/x86/mm/kmemcheck/
7158 F:      include/linux/kmemcheck.h
7159 F:      mm/kmemcheck.c
7160
7161 KMEMLEAK
7162 M:      Catalin Marinas <catalin.marinas@arm.com>
7163 S:      Maintained
7164 F:      Documentation/dev-tools/kmemleak.rst
7165 F:      include/linux/kmemleak.h
7166 F:      mm/kmemleak.c
7167 F:      mm/kmemleak-test.c
7168
7169 KPROBES
7170 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7171 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7172 M:      "David S. Miller" <davem@davemloft.net>
7173 M:      Masami Hiramatsu <mhiramat@kernel.org>
7174 S:      Maintained
7175 F:      Documentation/kprobes.txt
7176 F:      include/linux/kprobes.h
7177 F:      kernel/kprobes.c
7178
7179 KS0108 LCD CONTROLLER DRIVER
7180 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7181 W:      http://miguelojeda.es/auxdisplay.htm
7182 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7183 S:      Maintained
7184 F:      Documentation/auxdisplay/ks0108
7185 F:      drivers/auxdisplay/ks0108.c
7186 F:      include/linux/ks0108.h
7187
7188 L3MDEV
7189 M:      David Ahern <dsa@cumulusnetworks.com>
7190 L:      netdev@vger.kernel.org
7191 S:      Maintained
7192 F:      net/l3mdev
7193 F:      include/net/l3mdev.h
7194
7195 LANTIQ MIPS ARCHITECTURE
7196 M:      John Crispin <john@phrozen.org>
7197 L:      linux-mips@linux-mips.org
7198 S:      Maintained
7199 F:      arch/mips/lantiq
7200
7201 LAPB module
7202 L:      linux-x25@vger.kernel.org
7203 S:      Orphan
7204 F:      Documentation/networking/lapb-module.txt
7205 F:      include/*/lapb.h
7206 F:      net/lapb/
7207
7208 LASI 53c700 driver for PARISC
7209 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7210 L:      linux-scsi@vger.kernel.org
7211 S:      Maintained
7212 F:      Documentation/scsi/53c700.txt
7213 F:      drivers/scsi/53c700*
7214
7215 LED SUBSYSTEM
7216 M:      Richard Purdie <rpurdie@rpsys.net>
7217 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7218 M:      Pavel Machek <pavel@ucw.cz>
7219 L:      linux-leds@vger.kernel.org
7220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7221 S:      Maintained
7222 F:      Documentation/devicetree/bindings/leds/
7223 F:      drivers/leds/
7224 F:      include/linux/leds.h
7225
7226 LEGACY EEPROM DRIVER
7227 M:      Jean Delvare <jdelvare@suse.com>
7228 S:      Maintained
7229 F:      Documentation/misc-devices/eeprom
7230 F:      drivers/misc/eeprom/eeprom.c
7231
7232 LEGO USB Tower driver
7233 M:      Juergen Stuber <starblue@users.sourceforge.net>
7234 L:      legousb-devel@lists.sourceforge.net
7235 W:      http://legousb.sourceforge.net/
7236 S:      Maintained
7237 F:      drivers/usb/misc/legousbtower.c
7238
7239 LG2160 MEDIA DRIVER
7240 M:      Michael Krufky <mkrufky@linuxtv.org>
7241 L:      linux-media@vger.kernel.org
7242 W:      https://linuxtv.org
7243 W:      http://github.com/mkrufky
7244 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7245 T:      git git://linuxtv.org/mkrufky/tuners.git
7246 S:      Maintained
7247 F:      drivers/media/dvb-frontends/lg2160.*
7248
7249 LGDT3305 MEDIA DRIVER
7250 M:      Michael Krufky <mkrufky@linuxtv.org>
7251 L:      linux-media@vger.kernel.org
7252 W:      https://linuxtv.org
7253 W:      http://github.com/mkrufky
7254 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7255 T:      git git://linuxtv.org/mkrufky/tuners.git
7256 S:      Maintained
7257 F:      drivers/media/dvb-frontends/lgdt3305.*
7258
7259 LGUEST
7260 M:      Rusty Russell <rusty@rustcorp.com.au>
7261 L:      lguest@lists.ozlabs.org
7262 W:      http://lguest.ozlabs.org/
7263 S:      Odd Fixes
7264 F:      arch/x86/include/asm/lguest*.h
7265 F:      arch/x86/lguest/
7266 F:      drivers/lguest/
7267 F:      include/linux/lguest*.h
7268 F:      tools/lguest/
7269
7270 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7271 M:      Tejun Heo <tj@kernel.org>
7272 L:      linux-ide@vger.kernel.org
7273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7274 S:      Maintained
7275 F:      drivers/ata/
7276 F:      include/linux/ata.h
7277 F:      include/linux/libata.h
7278 F:      Documentation/devicetree/bindings/ata/
7279
7280 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7281 M:      Viresh Kumar <vireshk@kernel.org>
7282 L:      linux-ide@vger.kernel.org
7283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7284 S:      Maintained
7285 F:      include/linux/pata_arasan_cf_data.h
7286 F:      drivers/ata/pata_arasan_cf.c
7287
7288 LIBATA PATA DRIVERS
7289 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7290 M:      Tejun Heo <tj@kernel.org>
7291 L:      linux-ide@vger.kernel.org
7292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7293 S:      Maintained
7294 F:      drivers/ata/pata_*.c
7295 F:      drivers/ata/ata_generic.c
7296
7297 LIBATA SATA AHCI PLATFORM devices support
7298 M:      Hans de Goede <hdegoede@redhat.com>
7299 M:      Tejun Heo <tj@kernel.org>
7300 L:      linux-ide@vger.kernel.org
7301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7302 S:      Maintained
7303 F:      drivers/ata/ahci_platform.c
7304 F:      drivers/ata/libahci_platform.c
7305 F:      include/linux/ahci_platform.h
7306
7307 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7308 M:      Mikael Pettersson <mikpelinux@gmail.com>
7309 L:      linux-ide@vger.kernel.org
7310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7311 S:      Maintained
7312 F:      drivers/ata/sata_promise.*
7313
7314 LIBLOCKDEP
7315 M:      Sasha Levin <sasha.levin@oracle.com>
7316 S:      Maintained
7317 F:      tools/lib/lockdep/
7318
7319 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7320 M:      Dan Williams <dan.j.williams@intel.com>
7321 L:      linux-nvdimm@lists.01.org
7322 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7324 S:      Supported
7325 F:      drivers/nvdimm/*
7326 F:      include/linux/nd.h
7327 F:      include/linux/libnvdimm.h
7328 F:      include/uapi/linux/ndctl.h
7329
7330 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7331 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7332 L:      linux-nvdimm@lists.01.org
7333 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7334 S:      Supported
7335 F:      drivers/nvdimm/blk.c
7336 F:      drivers/nvdimm/region_devs.c
7337 F:      drivers/acpi/nfit*
7338
7339 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7340 M:      Vishal Verma <vishal.l.verma@intel.com>
7341 L:      linux-nvdimm@lists.01.org
7342 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7343 S:      Supported
7344 F:      drivers/nvdimm/btt*
7345
7346 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7347 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7348 L:      linux-nvdimm@lists.01.org
7349 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7350 S:      Supported
7351 F:      drivers/nvdimm/pmem.c
7352 F:      include/linux/pmem.h
7353 F:      arch/*/include/asm/pmem.h
7354
7355 LIGHTNVM PLATFORM SUPPORT
7356 M:      Matias Bjorling <mb@lightnvm.io>
7357 W:      http://github/OpenChannelSSD
7358 L:      linux-block@vger.kernel.org
7359 S:      Maintained
7360 F:      drivers/lightnvm/
7361 F:      include/linux/lightnvm.h
7362 F:      include/uapi/linux/lightnvm.h
7363
7364 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7365 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7366 M:      Paul Mackerras <paulus@samba.org>
7367 M:      Michael Ellerman <mpe@ellerman.id.au>
7368 W:      https://github.com/linuxppc/linux/wiki
7369 L:      linuxppc-dev@lists.ozlabs.org
7370 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7372 S:      Supported
7373 F:      Documentation/powerpc/
7374 F:      arch/powerpc/
7375 F:      drivers/char/tpm/tpm_ibmvtpm*
7376 F:      drivers/crypto/nx/
7377 F:      drivers/crypto/vmx/
7378 F:      drivers/net/ethernet/ibm/ibmveth.*
7379 F:      drivers/net/ethernet/ibm/ibmvnic.*
7380 F:      drivers/pci/hotplug/pnv_php.c
7381 F:      drivers/pci/hotplug/rpa*
7382 F:      drivers/scsi/ibmvscsi/
7383 F:      tools/testing/selftests/powerpc
7384 N:      opal
7385 N:      /pmac
7386 N:      powermac
7387 N:      powernv
7388 N:      [^a-z0-9]ps3
7389 N:      pseries
7390
7391 LINUX FOR POWER MACINTOSH
7392 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7393 W:      http://www.penguinppc.org/
7394 L:      linuxppc-dev@lists.ozlabs.org
7395 S:      Maintained
7396 F:      arch/powerpc/platforms/powermac/
7397 F:      drivers/macintosh/
7398
7399 LINUX FOR POWERPC EMBEDDED MPC5XXX
7400 M:      Anatolij Gustschin <agust@denx.de>
7401 L:      linuxppc-dev@lists.ozlabs.org
7402 T:      git git://git.denx.de/linux-denx-agust.git
7403 S:      Maintained
7404 F:      arch/powerpc/platforms/512x/
7405 F:      arch/powerpc/platforms/52xx/
7406
7407 LINUX FOR POWERPC EMBEDDED PPC4XX
7408 M:      Alistair Popple <alistair@popple.id.au>
7409 M:      Matt Porter <mporter@kernel.crashing.org>
7410 W:      http://www.penguinppc.org/
7411 L:      linuxppc-dev@lists.ozlabs.org
7412 S:      Maintained
7413 F:      arch/powerpc/platforms/40x/
7414 F:      arch/powerpc/platforms/44x/
7415
7416 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7417 L:      linuxppc-dev@lists.ozlabs.org
7418 S:      Orphan
7419 F:      arch/powerpc/*/*virtex*
7420 F:      arch/powerpc/*/*/*virtex*
7421
7422 LINUX FOR POWERPC EMBEDDED PPC8XX
7423 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7424 W:      http://www.penguinppc.org/
7425 L:      linuxppc-dev@lists.ozlabs.org
7426 S:      Maintained
7427 F:      arch/powerpc/platforms/8xx/
7428
7429 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7430 M:      Scott Wood <oss@buserror.net>
7431 M:      Kumar Gala <galak@kernel.crashing.org>
7432 W:      http://www.penguinppc.org/
7433 L:      linuxppc-dev@lists.ozlabs.org
7434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7435 S:      Maintained
7436 F:      arch/powerpc/platforms/83xx/
7437 F:      arch/powerpc/platforms/85xx/
7438
7439 LINUX FOR POWERPC PA SEMI PWRFICIENT
7440 L:      linuxppc-dev@lists.ozlabs.org
7441 S:      Orphan
7442 F:      arch/powerpc/platforms/pasemi/
7443 F:      drivers/*/*pasemi*
7444 F:      drivers/*/*/*pasemi*
7445
7446 LINUX SECURITY MODULE (LSM) FRAMEWORK
7447 M:      Chris Wright <chrisw@sous-sol.org>
7448 L:      linux-security-module@vger.kernel.org
7449 S:      Supported
7450
7451 LIS3LV02D ACCELEROMETER DRIVER
7452 M:      Eric Piel <eric.piel@tremplin-utc.net>
7453 S:      Maintained
7454 F:      Documentation/misc-devices/lis3lv02d
7455 F:      drivers/misc/lis3lv02d/
7456 F:      drivers/platform/x86/hp_accel.c
7457
7458 LIVE PATCHING
7459 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7460 M:      Jessica Yu <jeyu@redhat.com>
7461 M:      Jiri Kosina <jikos@kernel.org>
7462 M:      Miroslav Benes <mbenes@suse.cz>
7463 R:      Petr Mladek <pmladek@suse.com>
7464 S:      Maintained
7465 F:      kernel/livepatch/
7466 F:      include/linux/livepatch.h
7467 F:      arch/x86/include/asm/livepatch.h
7468 F:      arch/x86/kernel/livepatch.c
7469 F:      Documentation/livepatch/
7470 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7471 F:      samples/livepatch/
7472 L:      live-patching@vger.kernel.org
7473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7474
7475 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7476 M:      Kees Cook <keescook@chromium.org>
7477 S:      Maintained
7478 F:      drivers/misc/lkdtm*
7479
7480 LLC (802.2)
7481 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7482 S:      Maintained
7483 F:      include/linux/llc.h
7484 F:      include/uapi/linux/llc.h
7485 F:      include/net/llc*
7486 F:      net/llc/
7487
7488 LM73 HARDWARE MONITOR DRIVER
7489 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7490 L:      linux-hwmon@vger.kernel.org
7491 S:      Maintained
7492 F:      drivers/hwmon/lm73.c
7493
7494 LM78 HARDWARE MONITOR DRIVER
7495 M:      Jean Delvare <jdelvare@suse.com>
7496 L:      linux-hwmon@vger.kernel.org
7497 S:      Maintained
7498 F:      Documentation/hwmon/lm78
7499 F:      drivers/hwmon/lm78.c
7500
7501 LM83 HARDWARE MONITOR DRIVER
7502 M:      Jean Delvare <jdelvare@suse.com>
7503 L:      linux-hwmon@vger.kernel.org
7504 S:      Maintained
7505 F:      Documentation/hwmon/lm83
7506 F:      drivers/hwmon/lm83.c
7507
7508 LM90 HARDWARE MONITOR DRIVER
7509 M:      Jean Delvare <jdelvare@suse.com>
7510 L:      linux-hwmon@vger.kernel.org
7511 S:      Maintained
7512 F:      Documentation/hwmon/lm90
7513 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7514 F:      drivers/hwmon/lm90.c
7515
7516 LM95234 HARDWARE MONITOR DRIVER
7517 M:      Guenter Roeck <linux@roeck-us.net>
7518 L:      linux-hwmon@vger.kernel.org
7519 S:      Maintained
7520 F:      Documentation/hwmon/lm95234
7521 F:      drivers/hwmon/lm95234.c
7522
7523 LME2510 MEDIA DRIVER
7524 M:      Malcolm Priestley <tvboxspy@gmail.com>
7525 L:      linux-media@vger.kernel.org
7526 W:      https://linuxtv.org
7527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7528 S:      Maintained
7529 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7530
7531 LOCKING PRIMITIVES
7532 M:      Peter Zijlstra <peterz@infradead.org>
7533 M:      Ingo Molnar <mingo@redhat.com>
7534 L:      linux-kernel@vger.kernel.org
7535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7536 S:      Maintained
7537 F:      Documentation/locking/
7538 F:      include/linux/lockdep.h
7539 F:      include/linux/spinlock*.h
7540 F:      arch/*/include/asm/spinlock*.h
7541 F:      include/linux/rwlock*.h
7542 F:      include/linux/mutex*.h
7543 F:      arch/*/include/asm/mutex*.h
7544 F:      include/linux/rwsem*.h
7545 F:      arch/*/include/asm/rwsem.h
7546 F:      include/linux/seqlock.h
7547 F:      lib/locking*.[ch]
7548 F:      kernel/locking/
7549
7550 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7551 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7552 L:      linux-ntfs-dev@lists.sourceforge.net
7553 W:      http://www.linux-ntfs.org/content/view/19/37/
7554 S:      Maintained
7555 F:      Documentation/ldm.txt
7556 F:      block/partitions/ldm.*
7557
7558 LogFS
7559 M:      Joern Engel <joern@logfs.org>
7560 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7561 L:      logfs@logfs.org
7562 W:      logfs.org
7563 S:      Maintained
7564 F:      fs/logfs/
7565
7566 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7567 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7568 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7569 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7570 L:      MPT-FusionLinux.pdl@broadcom.com
7571 L:      linux-scsi@vger.kernel.org
7572 W:      http://www.avagotech.com/support/
7573 S:      Supported
7574 F:      drivers/message/fusion/
7575 F:      drivers/scsi/mpt2sas/
7576 F:      drivers/scsi/mpt3sas/
7577
7578 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7579 M:      Matthew Wilcox <matthew@wil.cx>
7580 L:      linux-scsi@vger.kernel.org
7581 S:      Maintained
7582 F:      drivers/scsi/sym53c8xx_2/
7583
7584 LTC4261 HARDWARE MONITOR DRIVER
7585 M:      Guenter Roeck <linux@roeck-us.net>
7586 L:      linux-hwmon@vger.kernel.org
7587 S:      Maintained
7588 F:      Documentation/hwmon/ltc4261
7589 F:      drivers/hwmon/ltc4261.c
7590
7591 LTP (Linux Test Project)
7592 M:      Mike Frysinger <vapier@gentoo.org>
7593 M:      Cyril Hrubis <chrubis@suse.cz>
7594 M:      Wanlong Gao <wanlong.gao@gmail.com>
7595 M:      Jan Stancek <jstancek@redhat.com>
7596 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7597 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7598 L:      ltp@lists.linux.it (subscribers-only)
7599 W:      http://linux-test-project.github.io/
7600 T:      git git://github.com/linux-test-project/ltp.git
7601 S:      Maintained
7602
7603 M32R ARCHITECTURE
7604 W:      http://www.linux-m32r.org/
7605 S:      Orphan
7606 F:      arch/m32r/
7607
7608 M68K ARCHITECTURE
7609 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7610 L:      linux-m68k@lists.linux-m68k.org
7611 W:      http://www.linux-m68k.org/
7612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7613 S:      Maintained
7614 F:      arch/m68k/
7615 F:      drivers/zorro/
7616
7617 M68K ON APPLE MACINTOSH
7618 M:      Joshua Thompson <funaho@jurai.org>
7619 W:      http://www.mac.linux-m68k.org/
7620 L:      linux-m68k@lists.linux-m68k.org
7621 S:      Maintained
7622 F:      arch/m68k/mac/
7623
7624 M68K ON HP9000/300
7625 M:      Philip Blundell <philb@gnu.org>
7626 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7627 S:      Maintained
7628 F:      arch/m68k/hp300/
7629
7630 M88DS3103 MEDIA DRIVER
7631 M:      Antti Palosaari <crope@iki.fi>
7632 L:      linux-media@vger.kernel.org
7633 W:      https://linuxtv.org
7634 W:      http://palosaari.fi/linux/
7635 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7636 T:      git git://linuxtv.org/anttip/media_tree.git
7637 S:      Maintained
7638 F:      drivers/media/dvb-frontends/m88ds3103*
7639
7640 M88RS2000 MEDIA DRIVER
7641 M:      Malcolm Priestley <tvboxspy@gmail.com>
7642 L:      linux-media@vger.kernel.org
7643 W:      https://linuxtv.org
7644 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7645 S:      Maintained
7646 F:      drivers/media/dvb-frontends/m88rs2000*
7647
7648 MA901 MASTERKIT USB FM RADIO DRIVER
7649 M:      Alexey Klimov <klimov.linux@gmail.com>
7650 L:      linux-media@vger.kernel.org
7651 T:      git git://linuxtv.org/media_tree.git
7652 S:      Maintained
7653 F:      drivers/media/radio/radio-ma901.c
7654
7655 MAC80211
7656 M:      Johannes Berg <johannes@sipsolutions.net>
7657 L:      linux-wireless@vger.kernel.org
7658 W:      http://wireless.kernel.org/
7659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7661 S:      Maintained
7662 F:      Documentation/networking/mac80211-injection.txt
7663 F:      include/net/mac80211.h
7664 F:      net/mac80211/
7665 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7666
7667 MACVLAN DRIVER
7668 M:      Patrick McHardy <kaber@trash.net>
7669 L:      netdev@vger.kernel.org
7670 S:      Maintained
7671 F:      drivers/net/macvlan.c
7672 F:      include/linux/if_macvlan.h
7673
7674 MAILBOX API
7675 M:      Jassi Brar <jassisinghbrar@gmail.com>
7676 L:      linux-kernel@vger.kernel.org
7677 S:      Maintained
7678 F:      drivers/mailbox/
7679 F:      include/linux/mailbox_client.h
7680 F:      include/linux/mailbox_controller.h
7681
7682 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7683 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7684 W:      http://www.kernel.org/doc/man-pages
7685 L:      linux-man@vger.kernel.org
7686 S:      Maintained
7687
7688 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7689 M:      Andrew Lunn <andrew@lunn.ch>
7690 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7691 L:      netdev@vger.kernel.org
7692 S:      Maintained
7693 F:      drivers/net/dsa/mv88e6xxx/
7694 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7695
7696 MARVELL ARMADA DRM SUPPORT
7697 M:      Russell King <rmk+kernel@armlinux.org.uk>
7698 S:      Maintained
7699 F:      drivers/gpu/drm/armada/
7700 F:      include/uapi/drm/armada_drm.h
7701 F:      Documentation/devicetree/bindings/display/armada/
7702
7703 MARVELL CRYPTO DRIVER
7704 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7705 M:      Arnaud Ebalard <arno@natisbad.org>
7706 F:      drivers/crypto/marvell/
7707 S:      Maintained
7708 L:      linux-crypto@vger.kernel.org
7709
7710 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7711 M:      Mirko Lindner <mlindner@marvell.com>
7712 M:      Stephen Hemminger <stephen@networkplumber.org>
7713 L:      netdev@vger.kernel.org
7714 S:      Maintained
7715 F:      drivers/net/ethernet/marvell/sk*
7716
7717 MARVELL LIBERTAS WIRELESS DRIVER
7718 L:      libertas-dev@lists.infradead.org
7719 S:      Orphan
7720 F:      drivers/net/wireless/marvell/libertas/
7721
7722 MARVELL MV643XX ETHERNET DRIVER
7723 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7724 L:      netdev@vger.kernel.org
7725 S:      Maintained
7726 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7727 F:      include/linux/mv643xx.h
7728
7729 MARVELL MVNETA ETHERNET DRIVER
7730 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7731 L:      netdev@vger.kernel.org
7732 S:      Maintained
7733 F:      drivers/net/ethernet/marvell/mvneta.*
7734
7735 MARVELL MWIFIEX WIRELESS DRIVER
7736 M:      Amitkumar Karwar <akarwar@marvell.com>
7737 M:      Nishant Sarmukadam <nishants@marvell.com>
7738 L:      linux-wireless@vger.kernel.org
7739 S:      Maintained
7740 F:      drivers/net/wireless/marvell/mwifiex/
7741
7742 MARVELL MWL8K WIRELESS DRIVER
7743 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7744 L:      linux-wireless@vger.kernel.org
7745 S:      Odd Fixes
7746 F:      drivers/net/wireless/marvell/mwl8k.c
7747
7748 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7749 M:      Nicolas Pitre <nico@fluxnic.net>
7750 S:      Odd Fixes
7751 F:      drivers/mmc/host/mvsdio.*
7752
7753 MATROX FRAMEBUFFER DRIVER
7754 L:      linux-fbdev@vger.kernel.org
7755 S:      Orphan
7756 F:      drivers/video/fbdev/matrox/matroxfb_*
7757 F:      include/uapi/linux/matroxfb.h
7758
7759 MAX16065 HARDWARE MONITOR DRIVER
7760 M:      Guenter Roeck <linux@roeck-us.net>
7761 L:      linux-hwmon@vger.kernel.org
7762 S:      Maintained
7763 F:      Documentation/hwmon/max16065
7764 F:      drivers/hwmon/max16065.c
7765
7766 MAX20751 HARDWARE MONITOR DRIVER
7767 M:      Guenter Roeck <linux@roeck-us.net>
7768 L:      linux-hwmon@vger.kernel.org
7769 S:      Maintained
7770 F:      Documentation/hwmon/max20751
7771 F:      drivers/hwmon/max20751.c
7772
7773 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7774 L:      linux-hwmon@vger.kernel.org
7775 S:      Orphan
7776 F:      Documentation/hwmon/max6650
7777 F:      drivers/hwmon/max6650.c
7778
7779 MAX6697 HARDWARE MONITOR DRIVER
7780 M:      Guenter Roeck <linux@roeck-us.net>
7781 L:      linux-hwmon@vger.kernel.org
7782 S:      Maintained
7783 F:      Documentation/hwmon/max6697
7784 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7785 F:      drivers/hwmon/max6697.c
7786 F:      include/linux/platform_data/max6697.h
7787
7788 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7789 M:      Peter Rosin <peda@axentia.se>
7790 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7791 S:      Maintained
7792 F:      Documentation/devicetree/bindings/sound/max9860.txt
7793 F:      sound/soc/codecs/max9860.*
7794
7795 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7796 M:      Krzysztof Kozlowski <krzk@kernel.org>
7797 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7798 L:      linux-pm@vger.kernel.org
7799 S:      Supported
7800 F:      drivers/power/supply/max14577_charger.c
7801 F:      drivers/power/supply/max77693_charger.c
7802
7803 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7804 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7805 L:      linux-kernel@vger.kernel.org
7806 S:      Supported
7807 F:      drivers/*/*max77802*.c
7808 F:      Documentation/devicetree/bindings/*/*max77802.txt
7809 F:      include/dt-bindings/*/*max77802.h
7810
7811 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7812 M:      Chanwoo Choi <cw00.choi@samsung.com>
7813 M:      Krzysztof Kozlowski <krzk@kernel.org>
7814 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7815 L:      linux-kernel@vger.kernel.org
7816 S:      Supported
7817 F:      drivers/*/max14577*.c
7818 F:      drivers/*/max77686*.c
7819 F:      drivers/*/max77693*.c
7820 F:      drivers/extcon/extcon-max14577.c
7821 F:      drivers/extcon/extcon-max77693.c
7822 F:      drivers/rtc/rtc-max77686.c
7823 F:      drivers/clk/clk-max77686.c
7824 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7825 F:      Documentation/devicetree/bindings/*/max77686.txt
7826 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7827 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7828 F:      include/linux/mfd/max14577*.h
7829 F:      include/linux/mfd/max77686*.h
7830 F:      include/linux/mfd/max77693*.h
7831
7832 MAXIRADIO FM RADIO RECEIVER DRIVER
7833 M:      Hans Verkuil <hverkuil@xs4all.nl>
7834 L:      linux-media@vger.kernel.org
7835 T:      git git://linuxtv.org/media_tree.git
7836 W:      https://linuxtv.org
7837 S:      Maintained
7838 F:      drivers/media/radio/radio-maxiradio*
7839
7840 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7841 M:      Peter Rosin <peda@axentia.se>
7842 L:      linux-iio@vger.kernel.org
7843 S:      Maintained
7844 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7845 F:      drivers/iio/potentiometer/mcp4531.c
7846
7847 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7848 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7849 L:      linux-iio@vger.kernel.org
7850 S:      Maintained
7851 F:      drivers/iio/dac/cio-dac.c
7852
7853 MEDIA DRIVERS FOR RENESAS - FCP
7854 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7855 L:      linux-media@vger.kernel.org
7856 L:      linux-renesas-soc@vger.kernel.org
7857 T:      git git://linuxtv.org/media_tree.git
7858 S:      Supported
7859 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7860 F:      drivers/media/platform/rcar-fcp.c
7861 F:      include/media/rcar-fcp.h
7862
7863 MEDIA DRIVERS FOR RENESAS - VIN
7864 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7865 L:      linux-media@vger.kernel.org
7866 L:      linux-renesas-soc@vger.kernel.org
7867 T:      git git://linuxtv.org/media_tree.git
7868 S:      Supported
7869 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7870 F:      drivers/media/platform/rcar-vin/
7871
7872 MEDIA DRIVERS FOR RENESAS - VSP1
7873 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7874 L:      linux-media@vger.kernel.org
7875 L:      linux-renesas-soc@vger.kernel.org
7876 T:      git git://linuxtv.org/media_tree.git
7877 S:      Supported
7878 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7879 F:      drivers/media/platform/vsp1/
7880
7881 MEDIA DRIVERS FOR HELENE
7882 M:      Abylay Ospan <aospan@netup.ru>
7883 L:      linux-media@vger.kernel.org
7884 W:      https://linuxtv.org
7885 W:      http://netup.tv/
7886 T:      git git://linuxtv.org/media_tree.git
7887 S:      Supported
7888 F:      drivers/media/dvb-frontends/helene*
7889
7890 MEDIA DRIVERS FOR ASCOT2E
7891 M:      Sergey Kozlov <serjk@netup.ru>
7892 M:      Abylay Ospan <aospan@netup.ru>
7893 L:      linux-media@vger.kernel.org
7894 W:      https://linuxtv.org
7895 W:      http://netup.tv/
7896 T:      git git://linuxtv.org/media_tree.git
7897 S:      Supported
7898 F:      drivers/media/dvb-frontends/ascot2e*
7899
7900 MEDIA DRIVERS FOR CXD2841ER
7901 M:      Sergey Kozlov <serjk@netup.ru>
7902 M:      Abylay Ospan <aospan@netup.ru>
7903 L:      linux-media@vger.kernel.org
7904 W:      https://linuxtv.org
7905 W:      http://netup.tv/
7906 T:      git git://linuxtv.org/media_tree.git
7907 S:      Supported
7908 F:      drivers/media/dvb-frontends/cxd2841er*
7909
7910 MEDIA DRIVERS FOR HORUS3A
7911 M:      Sergey Kozlov <serjk@netup.ru>
7912 M:      Abylay Ospan <aospan@netup.ru>
7913 L:      linux-media@vger.kernel.org
7914 W:      https://linuxtv.org
7915 W:      http://netup.tv/
7916 T:      git git://linuxtv.org/media_tree.git
7917 S:      Supported
7918 F:      drivers/media/dvb-frontends/horus3a*
7919
7920 MEDIA DRIVERS FOR LNBH25
7921 M:      Sergey Kozlov <serjk@netup.ru>
7922 M:      Abylay Ospan <aospan@netup.ru>
7923 L:      linux-media@vger.kernel.org
7924 W:      https://linuxtv.org
7925 W:      http://netup.tv/
7926 T:      git git://linuxtv.org/media_tree.git
7927 S:      Supported
7928 F:      drivers/media/dvb-frontends/lnbh25*
7929
7930 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7931 M:      Sergey Kozlov <serjk@netup.ru>
7932 M:      Abylay Ospan <aospan@netup.ru>
7933 L:      linux-media@vger.kernel.org
7934 W:      https://linuxtv.org
7935 W:      http://netup.tv/
7936 T:      git git://linuxtv.org/media_tree.git
7937 S:      Supported
7938 F:      drivers/media/pci/netup_unidvb/*
7939
7940 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7941 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7942 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7943 P:      LinuxTV.org Project
7944 L:      linux-media@vger.kernel.org
7945 W:      https://linuxtv.org
7946 Q:      http://patchwork.kernel.org/project/linux-media/list/
7947 T:      git git://linuxtv.org/media_tree.git
7948 S:      Maintained
7949 F:      Documentation/media/
7950 F:      drivers/media/
7951 F:      drivers/staging/media/
7952 F:      include/linux/platform_data/media/
7953 F:      include/media/
7954 F:      include/uapi/linux/dvb/
7955 F:      include/uapi/linux/videodev2.h
7956 F:      include/uapi/linux/media.h
7957 F:      include/uapi/linux/v4l2-*
7958 F:      include/uapi/linux/meye.h
7959 F:      include/uapi/linux/ivtv*
7960 F:      include/uapi/linux/uvcvideo.h
7961
7962 MEDIATEK ETHERNET DRIVER
7963 M:      Felix Fietkau <nbd@openwrt.org>
7964 M:      John Crispin <blogic@openwrt.org>
7965 L:      netdev@vger.kernel.org
7966 S:      Maintained
7967 F:      drivers/net/ethernet/mediatek/
7968
7969 MEDIATEK MT7601U WIRELESS LAN DRIVER
7970 M:      Jakub Kicinski <kubakici@wp.pl>
7971 L:      linux-wireless@vger.kernel.org
7972 S:      Maintained
7973 F:      drivers/net/wireless/mediatek/mt7601u/
7974
7975 MEGARAID SCSI/SAS DRIVERS
7976 M:      Kashyap Desai <kashyap.desai@broadcom.com>
7977 M:      Sumit Saxena <sumit.saxena@broadcom.com>
7978 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
7979 L:      megaraidlinux.pdl@broadcom.com
7980 L:      linux-scsi@vger.kernel.org
7981 W:      http://www.avagotech.com/support/
7982 S:      Maintained
7983 F:      Documentation/scsi/megaraid.txt
7984 F:      drivers/scsi/megaraid.*
7985 F:      drivers/scsi/megaraid/
7986
7987 MELFAS MIP4 TOUCHSCREEN DRIVER
7988 M:      Sangwon Jee <jeesw@melfas.com>
7989 W:      http://www.melfas.com
7990 S:      Supported
7991 F:      drivers/input/touchscreen/melfas_mip4.c
7992 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7993
7994 MELLANOX ETHERNET DRIVER (mlx4_en)
7995 M:      Tariq Toukan <tariqt@mellanox.com>
7996 L:      netdev@vger.kernel.org
7997 S:      Supported
7998 W:      http://www.mellanox.com
7999 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8000 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8001
8002 MELLANOX ETHERNET DRIVER (mlx5e)
8003 M:      Saeed Mahameed <saeedm@mellanox.com>
8004 L:      netdev@vger.kernel.org
8005 S:      Supported
8006 W:      http://www.mellanox.com
8007 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8008 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8009
8010 MELLANOX ETHERNET SWITCH DRIVERS
8011 M:      Jiri Pirko <jiri@mellanox.com>
8012 M:      Ido Schimmel <idosch@mellanox.com>
8013 L:      netdev@vger.kernel.org
8014 S:      Supported
8015 W:      http://www.mellanox.com
8016 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8017 F:      drivers/net/ethernet/mellanox/mlxsw/
8018
8019 MELLANOX MLXCPLD LED DRIVER
8020 M:      Vadim Pasternak <vadimp@mellanox.com>
8021 L:      linux-leds@vger.kernel.org
8022 S:      Supported
8023 F:      drivers/leds/leds-mlxcpld.c
8024 F:      Documentation/leds/leds-mlxcpld.txt
8025
8026 MELLANOX PLATFORM DRIVER
8027 M:      Vadim Pasternak <vadimp@mellanox.com>
8028 L:      platform-driver-x86@vger.kernel.org
8029 S:      Supported
8030 F:      arch/x86/platform/mellanox/mlx-platform.c
8031
8032 SOFT-ROCE DRIVER (rxe)
8033 M:      Moni Shoua <monis@mellanox.com>
8034 L:      linux-rdma@vger.kernel.org
8035 S:      Supported
8036 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8037 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8038 F:      drivers/infiniband/sw/rxe/
8039 F:      include/uapi/rdma/rdma_user_rxe.h
8040
8041 MEMBARRIER SUPPORT
8042 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8043 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8044 L:      linux-kernel@vger.kernel.org
8045 S:      Supported
8046 F:      kernel/membarrier.c
8047 F:      include/uapi/linux/membarrier.h
8048
8049 MEMORY MANAGEMENT
8050 L:      linux-mm@kvack.org
8051 W:      http://www.linux-mm.org
8052 S:      Maintained
8053 F:      include/linux/mm.h
8054 F:      include/linux/gfp.h
8055 F:      include/linux/mmzone.h
8056 F:      include/linux/memory_hotplug.h
8057 F:      include/linux/vmalloc.h
8058 F:      mm/
8059
8060 MEMORY TECHNOLOGY DEVICES (MTD)
8061 M:      David Woodhouse <dwmw2@infradead.org>
8062 M:      Brian Norris <computersforpeace@gmail.com>
8063 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8064 M:      Marek Vasut <marek.vasut@gmail.com>
8065 M:      Richard Weinberger <richard@nod.at>
8066 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8067 L:      linux-mtd@lists.infradead.org
8068 W:      http://www.linux-mtd.infradead.org/
8069 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8070 T:      git git://git.infradead.org/linux-mtd.git
8071 T:      git git://git.infradead.org/l2-mtd.git
8072 S:      Maintained
8073 F:      Documentation/devicetree/bindings/mtd/
8074 F:      drivers/mtd/
8075 F:      include/linux/mtd/
8076 F:      include/uapi/mtd/
8077
8078 MEN A21 WATCHDOG DRIVER
8079 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8080 L:      linux-watchdog@vger.kernel.org
8081 S:      Maintained
8082 F:      drivers/watchdog/mena21_wdt.c
8083
8084 MEN CHAMELEON BUS (mcb)
8085 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8086 S:      Maintained
8087 F:      drivers/mcb/
8088 F:      include/linux/mcb.h
8089 F:      Documentation/men-chameleon-bus.txt
8090
8091 MEN F21BMC (Board Management Controller)
8092 M:      Andreas Werner <andreas.werner@men.de>
8093 S:      Supported
8094 F:      drivers/mfd/menf21bmc.c
8095 F:      drivers/watchdog/menf21bmc_wdt.c
8096 F:      drivers/leds/leds-menf21bmc.c
8097 F:      drivers/hwmon/menf21bmc_hwmon.c
8098 F:      Documentation/hwmon/menf21bmc
8099
8100 METAG ARCHITECTURE
8101 M:      James Hogan <james.hogan@imgtec.com>
8102 L:      linux-metag@vger.kernel.org
8103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8104 S:      Odd Fixes
8105 F:      arch/metag/
8106 F:      Documentation/metag/
8107 F:      Documentation/devicetree/bindings/metag/
8108 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8109 F:      drivers/clocksource/metag_generic.c
8110 F:      drivers/irqchip/irq-metag.c
8111 F:      drivers/irqchip/irq-metag-ext.c
8112 F:      drivers/tty/metag_da.c
8113
8114 MICROBLAZE ARCHITECTURE
8115 M:      Michal Simek <monstr@monstr.eu>
8116 W:      http://www.monstr.eu/fdt/
8117 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8118 S:      Supported
8119 F:      arch/microblaze/
8120
8121 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8122 M:      Richard Genoud <richard.genoud@gmail.com>
8123 S:      Maintained
8124 F:      drivers/tty/serial/atmel_serial.c
8125 F:      include/linux/atmel_serial.h
8126
8127 MICROCHIP / ATMEL ISC DRIVER
8128 M:      Songjun Wu <songjun.wu@microchip.com>
8129 L:      linux-media@vger.kernel.org
8130 S:      Supported
8131 F:      drivers/media/platform/atmel/atmel-isc.c
8132 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8133 F:      devicetree/bindings/media/atmel-isc.txt
8134
8135 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8136 M:      Chen Yu <yu.c.chen@intel.com>
8137 L:      platform-driver-x86@vger.kernel.org
8138 S:      Supported
8139 F:      drivers/platform/x86/surfacepro3_button.c
8140
8141 MICROTEK X6 SCANNER
8142 M:      Oliver Neukum <oliver@neukum.org>
8143 S:      Maintained
8144 F:      drivers/usb/image/microtek.*
8145
8146 MIPS
8147 M:      Ralf Baechle <ralf@linux-mips.org>
8148 L:      linux-mips@linux-mips.org
8149 W:      http://www.linux-mips.org/
8150 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8151 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8152 S:      Supported
8153 F:      Documentation/devicetree/bindings/mips/
8154 F:      Documentation/mips/
8155 F:      arch/mips/
8156
8157 MIPS/LOONGSON1 ARCHITECTURE
8158 M:      Keguang Zhang <keguang.zhang@gmail.com>
8159 L:      linux-mips@linux-mips.org
8160 S:      Maintained
8161 F:      arch/mips/loongson32/
8162 F:      arch/mips/include/asm/mach-loongson32/
8163 F:      drivers/*/*loongson1*
8164 F:      drivers/*/*/*loongson1*
8165
8166 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8167 M:      Hans Verkuil <hverkuil@xs4all.nl>
8168 L:      linux-media@vger.kernel.org
8169 T:      git git://linuxtv.org/media_tree.git
8170 W:      https://linuxtv.org
8171 S:      Odd Fixes
8172 F:      drivers/media/radio/radio-miropcm20*
8173
8174 MELLANOX MLX4 core VPI driver
8175 M:      Yishai Hadas <yishaih@mellanox.com>
8176 L:      netdev@vger.kernel.org
8177 L:      linux-rdma@vger.kernel.org
8178 W:      http://www.mellanox.com
8179 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8180 S:      Supported
8181 F:      drivers/net/ethernet/mellanox/mlx4/
8182 F:      include/linux/mlx4/
8183 F:      include/uapi/rdma/mlx4-abi.h
8184
8185 MELLANOX MLX4 IB driver
8186 M:      Yishai Hadas <yishaih@mellanox.com>
8187 L:      linux-rdma@vger.kernel.org
8188 W:      http://www.mellanox.com
8189 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8190 S:      Supported
8191 F:      drivers/infiniband/hw/mlx4/
8192 F:      include/linux/mlx4/
8193
8194 MELLANOX MLX5 core VPI driver
8195 M:      Saeed Mahameed <saeedm@mellanox.com>
8196 M:      Matan Barak <matanb@mellanox.com>
8197 M:      Leon Romanovsky <leonro@mellanox.com>
8198 L:      netdev@vger.kernel.org
8199 L:      linux-rdma@vger.kernel.org
8200 W:      http://www.mellanox.com
8201 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8202 S:      Supported
8203 F:      drivers/net/ethernet/mellanox/mlx5/core/
8204 F:      include/linux/mlx5/
8205 F:      include/uapi/rdma/mlx5-abi.h
8206
8207 MELLANOX MLX5 IB driver
8208 M:      Matan Barak <matanb@mellanox.com>
8209 M:      Leon Romanovsky <leonro@mellanox.com>
8210 L:      linux-rdma@vger.kernel.org
8211 W:      http://www.mellanox.com
8212 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8213 S:      Supported
8214 F:      drivers/infiniband/hw/mlx5/
8215 F:      include/linux/mlx5/
8216
8217 MELEXIS MLX90614 DRIVER
8218 M:      Crt Mori <cmo@melexis.com>
8219 L:      linux-iio@vger.kernel.org
8220 W:      http://www.melexis.com
8221 S:      Supported
8222 F:      drivers/iio/temperature/mlx90614.c
8223
8224 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8225 M:      Don Brace <don.brace@microsemi.com>
8226 L:      esc.storagedev@microsemi.com
8227 L:      linux-scsi@vger.kernel.org
8228 S:      Supported
8229 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8230 F:      drivers/scsi/smartpqi/Kconfig
8231 F:      drivers/scsi/smartpqi/Makefile
8232 F:      include/linux/cciss*.h
8233 F:      include/uapi/linux/cciss*.h
8234 F:      Documentation/scsi/smartpqi.txt
8235
8236 MN88472 MEDIA DRIVER
8237 M:      Antti Palosaari <crope@iki.fi>
8238 L:      linux-media@vger.kernel.org
8239 W:      https://linuxtv.org
8240 W:      http://palosaari.fi/linux/
8241 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8242 S:      Maintained
8243 F:      drivers/media/dvb-frontends/mn88472*
8244
8245 MN88473 MEDIA DRIVER
8246 M:      Antti Palosaari <crope@iki.fi>
8247 L:      linux-media@vger.kernel.org
8248 W:      https://linuxtv.org
8249 W:      http://palosaari.fi/linux/
8250 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8251 S:      Maintained
8252 F:      drivers/media/dvb-frontends/mn88473*
8253
8254 MODULE SUPPORT
8255 M:      Jessica Yu <jeyu@redhat.com>
8256 M:      Rusty Russell <rusty@rustcorp.com.au>
8257 S:      Maintained
8258 F:      include/linux/module.h
8259 F:      kernel/module.c
8260
8261 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8262 W:      http://popies.net/meye/
8263 S:      Orphan
8264 F:      Documentation/media/v4l-drivers/meye*
8265 F:      drivers/media/pci/meye/
8266 F:      include/uapi/linux/meye.h
8267
8268 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8269 M:      Jiri Slaby <jirislaby@gmail.com>
8270 S:      Maintained
8271 F:      Documentation/serial/moxa-smartio
8272 F:      drivers/tty/mxser.*
8273
8274 MR800 AVERMEDIA USB FM RADIO DRIVER
8275 M:      Alexey Klimov <klimov.linux@gmail.com>
8276 L:      linux-media@vger.kernel.org
8277 T:      git git://linuxtv.org/media_tree.git
8278 S:      Maintained
8279 F:      drivers/media/radio/radio-mr800.c
8280
8281 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8282 M:      Alan Ott <alan@signal11.us>
8283 L:      linux-wpan@vger.kernel.org
8284 S:      Maintained
8285 F:      drivers/net/ieee802154/mrf24j40.c
8286 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8287
8288 MSI LAPTOP SUPPORT
8289 M:      "Lee, Chun-Yi" <jlee@suse.com>
8290 L:      platform-driver-x86@vger.kernel.org
8291 S:      Maintained
8292 F:      drivers/platform/x86/msi-laptop.c
8293
8294 MSI WMI SUPPORT
8295 L:      platform-driver-x86@vger.kernel.org
8296 S:      Orphan
8297 F:      drivers/platform/x86/msi-wmi.c
8298
8299 MSI001 MEDIA DRIVER
8300 M:      Antti Palosaari <crope@iki.fi>
8301 L:      linux-media@vger.kernel.org
8302 W:      https://linuxtv.org
8303 W:      http://palosaari.fi/linux/
8304 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8305 T:      git git://linuxtv.org/anttip/media_tree.git
8306 S:      Maintained
8307 F:      drivers/media/tuners/msi001*
8308
8309 MSI2500 MEDIA DRIVER
8310 M:      Antti Palosaari <crope@iki.fi>
8311 L:      linux-media@vger.kernel.org
8312 W:      https://linuxtv.org
8313 W:      http://palosaari.fi/linux/
8314 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8315 T:      git git://linuxtv.org/anttip/media_tree.git
8316 S:      Maintained
8317 F:      drivers/media/usb/msi2500/
8318
8319 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8320 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8321 L:      linux-mtd@lists.infradead.org
8322 S:      Maintained
8323 F:      drivers/mtd/devices/docg3*
8324
8325 MT9M032 APTINA SENSOR DRIVER
8326 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8327 L:      linux-media@vger.kernel.org
8328 T:      git git://linuxtv.org/media_tree.git
8329 S:      Maintained
8330 F:      drivers/media/i2c/mt9m032.c
8331 F:      include/media/i2c/mt9m032.h
8332
8333 MT9P031 APTINA CAMERA SENSOR
8334 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8335 L:      linux-media@vger.kernel.org
8336 T:      git git://linuxtv.org/media_tree.git
8337 S:      Maintained
8338 F:      drivers/media/i2c/mt9p031.c
8339 F:      include/media/i2c/mt9p031.h
8340
8341 MT9T001 APTINA CAMERA SENSOR
8342 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8343 L:      linux-media@vger.kernel.org
8344 T:      git git://linuxtv.org/media_tree.git
8345 S:      Maintained
8346 F:      drivers/media/i2c/mt9t001.c
8347 F:      include/media/i2c/mt9t001.h
8348
8349 MT9V032 APTINA CAMERA SENSOR
8350 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8351 L:      linux-media@vger.kernel.org
8352 T:      git git://linuxtv.org/media_tree.git
8353 S:      Maintained
8354 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8355 F:      drivers/media/i2c/mt9v032.c
8356 F:      include/media/i2c/mt9v032.h
8357
8358 MULTIFUNCTION DEVICES (MFD)
8359 M:      Lee Jones <lee.jones@linaro.org>
8360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8361 S:      Supported
8362 F:      Documentation/devicetree/bindings/mfd/
8363 F:      drivers/mfd/
8364 F:      include/linux/mfd/
8365
8366 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8367 M:      Ulf Hansson <ulf.hansson@linaro.org>
8368 L:      linux-mmc@vger.kernel.org
8369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8370 S:      Maintained
8371 F:      Documentation/devicetree/bindings/mmc/
8372 F:      drivers/mmc/
8373 F:      include/linux/mmc/
8374 F:      include/uapi/linux/mmc/
8375
8376 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8377 S:      Orphan
8378 F:      drivers/mmc/host/mmc_spi.c
8379 F:      include/linux/spi/mmc_spi.h
8380
8381 MULTISOUND SOUND DRIVER
8382 M:      Andrew Veliath <andrewtv@usa.net>
8383 S:      Maintained
8384 F:      Documentation/sound/oss/MultiSound
8385 F:      sound/oss/msnd*
8386
8387 MULTITECH MULTIPORT CARD (ISICOM)
8388 S:      Orphan
8389 F:      drivers/tty/isicom.c
8390 F:      include/linux/isicom.h
8391
8392 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8393 M:      Bin Liu <b-liu@ti.com>
8394 L:      linux-usb@vger.kernel.org
8395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8396 S:      Maintained
8397 F:      drivers/usb/musb/
8398
8399 MXL5007T MEDIA DRIVER
8400 M:      Michael Krufky <mkrufky@linuxtv.org>
8401 L:      linux-media@vger.kernel.org
8402 W:      https://linuxtv.org
8403 W:      http://github.com/mkrufky
8404 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8405 T:      git git://linuxtv.org/mkrufky/tuners.git
8406 S:      Maintained
8407 F:      drivers/media/tuners/mxl5007t.*
8408
8409 MXSFB DRM DRIVER
8410 M:      Marek Vasut <marex@denx.de>
8411 S:      Supported
8412 F:      drivers/gpu/drm/mxsfb/
8413 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8414
8415 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8416 M:      Hyong-Youb Kim <hykim@myri.com>
8417 L:      netdev@vger.kernel.org
8418 W:      https://www.myricom.com/support/downloads/myri10ge.html
8419 S:      Supported
8420 F:      drivers/net/ethernet/myricom/myri10ge/
8421
8422 NAND FLASH SUBSYSTEM
8423 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8424 R:      Richard Weinberger <richard@nod.at>
8425 L:      linux-mtd@lists.infradead.org
8426 W:      http://www.linux-mtd.infradead.org/
8427 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8428 T:      git git://github.com/linux-nand/linux.git
8429 S:      Maintained
8430 F:      drivers/mtd/nand/
8431 F:      include/linux/mtd/nand*.h
8432
8433 NATSEMI ETHERNET DRIVER (DP8381x)
8434 S:      Orphan
8435 F:      drivers/net/ethernet/natsemi/natsemi.c
8436
8437 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8438 M:      Daniel Mack <zonque@gmail.com>
8439 S:      Maintained
8440 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8441 W:      http://www.native-instruments.com
8442 F:      sound/usb/caiaq/
8443
8444 NCP FILESYSTEM
8445 M:      Petr Vandrovec <petr@vandrovec.name>
8446 S:      Odd Fixes
8447 F:      fs/ncpfs/
8448
8449 NCR 5380 SCSI DRIVERS
8450 M:      Finn Thain <fthain@telegraphics.com.au>
8451 M:      Michael Schmitz <schmitzmic@gmail.com>
8452 L:      linux-scsi@vger.kernel.org
8453 S:      Maintained
8454 F:      Documentation/scsi/g_NCR5380.txt
8455 F:      drivers/scsi/NCR5380.*
8456 F:      drivers/scsi/arm/cumana_1.c
8457 F:      drivers/scsi/arm/oak.c
8458 F:      drivers/scsi/atari_scsi.*
8459 F:      drivers/scsi/dmx3191d.c
8460 F:      drivers/scsi/g_NCR5380.*
8461 F:      drivers/scsi/mac_scsi.*
8462 F:      drivers/scsi/sun3_scsi.*
8463 F:      drivers/scsi/sun3_scsi_vme.c
8464
8465 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8466 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8467 L:      linux-scsi@vger.kernel.org
8468 S:      Maintained
8469 F:      drivers/scsi/NCR_D700.*
8470
8471 NCT6775 HARDWARE MONITOR DRIVER
8472 M:      Guenter Roeck <linux@roeck-us.net>
8473 L:      linux-hwmon@vger.kernel.org
8474 S:      Maintained
8475 F:      Documentation/hwmon/nct6775
8476 F:      drivers/hwmon/nct6775.c
8477
8478 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8479 M:      Faisal Latif <faisal.latif@intel.com>
8480 L:      linux-rdma@vger.kernel.org
8481 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8482 S:      Supported
8483 F:      drivers/infiniband/hw/nes/
8484 F:      include/uapi/rdma/nes-abi.h
8485
8486 NETEM NETWORK EMULATOR
8487 M:      Stephen Hemminger <stephen@networkplumber.org>
8488 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8489 S:      Maintained
8490 F:      net/sched/sch_netem.c
8491
8492 NETERION 10GbE DRIVERS (s2io/vxge)
8493 M:      Jon Mason <jdmason@kudzu.us>
8494 L:      netdev@vger.kernel.org
8495 S:      Supported
8496 F:      Documentation/networking/s2io.txt
8497 F:      Documentation/networking/vxge.txt
8498 F:      drivers/net/ethernet/neterion/
8499
8500 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8501 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8502 M:      Patrick McHardy <kaber@trash.net>
8503 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8504 L:      netfilter-devel@vger.kernel.org
8505 L:      coreteam@netfilter.org
8506 W:      http://www.netfilter.org/
8507 W:      http://www.iptables.org/
8508 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8511 S:      Supported
8512 F:      include/linux/netfilter*
8513 F:      include/linux/netfilter/
8514 F:      include/net/netfilter/
8515 F:      include/uapi/linux/netfilter*
8516 F:      include/uapi/linux/netfilter/
8517 F:      net/*/netfilter.c
8518 F:      net/*/netfilter/
8519 F:      net/netfilter/
8520 F:      net/bridge/br_netfilter*.c
8521
8522 NETLABEL
8523 M:      Paul Moore <paul@paul-moore.com>
8524 W:      http://netlabel.sf.net
8525 L:      netdev@vger.kernel.org
8526 S:      Maintained
8527 F:      Documentation/netlabel/
8528 F:      include/net/netlabel.h
8529 F:      net/netlabel/
8530
8531 NETROM NETWORK LAYER
8532 M:      Ralf Baechle <ralf@linux-mips.org>
8533 L:      linux-hams@vger.kernel.org
8534 W:      http://www.linux-ax25.org/
8535 S:      Maintained
8536 F:      include/net/netrom.h
8537 F:      include/uapi/linux/netrom.h
8538 F:      net/netrom/
8539
8540 NETRONOME ETHERNET DRIVERS
8541 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8542 L:      oss-drivers@netronome.com
8543 S:      Maintained
8544 F:      drivers/net/ethernet/netronome/
8545
8546 NETWORK BLOCK DEVICE (NBD)
8547 M:      Markus Pargmann <mpa@pengutronix.de>
8548 S:      Maintained
8549 L:      nbd-general@lists.sourceforge.net
8550 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8551 F:      Documentation/blockdev/nbd.txt
8552 F:      drivers/block/nbd.c
8553 F:      include/uapi/linux/nbd.h
8554
8555 NETWORK DROP MONITOR
8556 M:      Neil Horman <nhorman@tuxdriver.com>
8557 L:      netdev@vger.kernel.org
8558 S:      Maintained
8559 W:      https://fedorahosted.org/dropwatch/
8560 F:      net/core/drop_monitor.c
8561
8562 NETWORKING [DSA]
8563 M:      Andrew Lunn <andrew@lunn.ch>
8564 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8565 M:      Florian Fainelli <f.fainelli@gmail.com>
8566 S:      Maintained
8567 F:      net/dsa/
8568 F:      include/net/dsa.h
8569 F:      drivers/net/dsa/
8570
8571 NETWORKING [GENERAL]
8572 M:      "David S. Miller" <davem@davemloft.net>
8573 L:      netdev@vger.kernel.org
8574 W:      http://www.linuxfoundation.org/en/Net
8575 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8578 S:      Maintained
8579 F:      net/
8580 F:      include/net/
8581 F:      include/linux/in.h
8582 F:      include/linux/net.h
8583 F:      include/linux/netdevice.h
8584 F:      include/uapi/linux/in.h
8585 F:      include/uapi/linux/net.h
8586 F:      include/uapi/linux/netdevice.h
8587 F:      include/uapi/linux/net_namespace.h
8588 F:      tools/net/
8589 F:      tools/testing/selftests/net/
8590 F:      lib/random32.c
8591
8592 NETWORKING [IPv4/IPv6]
8593 M:      "David S. Miller" <davem@davemloft.net>
8594 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8595 M:      James Morris <jmorris@namei.org>
8596 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8597 M:      Patrick McHardy <kaber@trash.net>
8598 L:      netdev@vger.kernel.org
8599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8600 S:      Maintained
8601 F:      net/ipv4/
8602 F:      net/ipv6/
8603 F:      include/net/ip*
8604 F:      arch/x86/net/*
8605
8606 NETWORKING [IPSEC]
8607 M:      Steffen Klassert <steffen.klassert@secunet.com>
8608 M:      Herbert Xu <herbert@gondor.apana.org.au>
8609 M:      "David S. Miller" <davem@davemloft.net>
8610 L:      netdev@vger.kernel.org
8611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8613 S:      Maintained
8614 F:      net/core/flow.c
8615 F:      net/xfrm/
8616 F:      net/key/
8617 F:      net/ipv4/xfrm*
8618 F:      net/ipv4/esp4.c
8619 F:      net/ipv4/ah4.c
8620 F:      net/ipv4/ipcomp.c
8621 F:      net/ipv4/ip_vti.c
8622 F:      net/ipv6/xfrm*
8623 F:      net/ipv6/esp6.c
8624 F:      net/ipv6/ah6.c
8625 F:      net/ipv6/ipcomp6.c
8626 F:      net/ipv6/ip6_vti.c
8627 F:      include/uapi/linux/xfrm.h
8628 F:      include/net/xfrm.h
8629
8630 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8631 M:      Paul Moore <paul@paul-moore.com>
8632 L:      netdev@vger.kernel.org
8633 S:      Maintained
8634
8635 NETWORKING [WIRELESS]
8636 L:      linux-wireless@vger.kernel.org
8637 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8638
8639 NETWORKING DRIVERS
8640 L:      netdev@vger.kernel.org
8641 W:      http://www.linuxfoundation.org/en/Net
8642 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8645 S:      Odd Fixes
8646 F:      Documentation/devicetree/bindings/net/
8647 F:      drivers/net/
8648 F:      include/linux/if_*
8649 F:      include/linux/netdevice.h
8650 F:      include/linux/etherdevice.h
8651 F:      include/linux/fcdevice.h
8652 F:      include/linux/fddidevice.h
8653 F:      include/linux/hippidevice.h
8654 F:      include/linux/inetdevice.h
8655 F:      include/uapi/linux/if_*
8656 F:      include/uapi/linux/netdevice.h
8657
8658 NETWORKING DRIVERS (WIRELESS)
8659 M:      Kalle Valo <kvalo@codeaurora.org>
8660 L:      linux-wireless@vger.kernel.org
8661 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8664 S:      Maintained
8665 F:      Documentation/devicetree/bindings/net/wireless/
8666 F:      drivers/net/wireless/
8667
8668 NETXEN (1/10) GbE SUPPORT
8669 M:      Manish Chopra <manish.chopra@cavium.com>
8670 M:      Rahul Verma <rahul.verma@cavium.com>
8671 M:      Dept-GELinuxNICDev@cavium.com
8672 L:      netdev@vger.kernel.org
8673 S:      Supported
8674 F:      drivers/net/ethernet/qlogic/netxen/
8675
8676 NFC SUBSYSTEM
8677 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8678 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8679 M:      Samuel Ortiz <sameo@linux.intel.com>
8680 L:      linux-wireless@vger.kernel.org
8681 L:      linux-nfc@lists.01.org (subscribers-only)
8682 S:      Supported
8683 F:      net/nfc/
8684 F:      include/net/nfc/
8685 F:      include/uapi/linux/nfc.h
8686 F:      drivers/nfc/
8687 F:      include/linux/platform_data/nfcmrvl.h
8688 F:      include/linux/platform_data/nxp-nci.h
8689 F:      include/linux/platform_data/pn544.h
8690 F:      include/linux/platform_data/st21nfca.h
8691 F:      include/linux/platform_data/st-nci.h
8692 F:      Documentation/devicetree/bindings/net/nfc/
8693
8694 NFS, SUNRPC, AND LOCKD CLIENTS
8695 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8696 M:      Anna Schumaker <anna.schumaker@netapp.com>
8697 L:      linux-nfs@vger.kernel.org
8698 W:      http://client.linux-nfs.org
8699 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8700 S:      Maintained
8701 F:      fs/lockd/
8702 F:      fs/nfs/
8703 F:      fs/nfs_common/
8704 F:      net/sunrpc/
8705 F:      include/linux/lockd/
8706 F:      include/linux/nfs*
8707 F:      include/linux/sunrpc/
8708 F:      include/uapi/linux/nfs*
8709 F:      include/uapi/linux/sunrpc/
8710
8711 NILFS2 FILESYSTEM
8712 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8713 L:      linux-nilfs@vger.kernel.org
8714 W:      http://nilfs.sourceforge.net/
8715 W:      http://nilfs.osdn.jp/
8716 T:      git git://github.com/konis/nilfs2.git
8717 S:      Supported
8718 F:      Documentation/filesystems/nilfs2.txt
8719 F:      fs/nilfs2/
8720 F:      include/trace/events/nilfs2.h
8721 F:      include/uapi/linux/nilfs2_api.h
8722 F:      include/uapi/linux/nilfs2_ondisk.h
8723
8724 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8725 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8726 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8727 S:      Maintained
8728 F:      Documentation/scsi/NinjaSCSI.txt
8729 F:      drivers/scsi/pcmcia/nsp_*
8730
8731 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8732 M:      GOTO Masanori <gotom@debian.or.jp>
8733 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8734 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8735 S:      Maintained
8736 F:      Documentation/scsi/NinjaSCSI.txt
8737 F:      drivers/scsi/nsp32*
8738
8739 NIOS2 ARCHITECTURE
8740 M:      Ley Foon Tan <lftan@altera.com>
8741 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8743 S:      Maintained
8744 F:      arch/nios2/
8745
8746 NOKIA N900 POWER SUPPLY DRIVERS
8747 R:      Pali Rohár <pali.rohar@gmail.com>
8748 F:      include/linux/power/bq2415x_charger.h
8749 F:      include/linux/power/bq27xxx_battery.h
8750 F:      include/linux/power/isp1704_charger.h
8751 F:      drivers/power/supply/bq2415x_charger.c
8752 F:      drivers/power/supply/bq27xxx_battery.c
8753 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8754 F:      drivers/power/supply/isp1704_charger.c
8755 F:      drivers/power/supply/rx51_battery.c
8756
8757 NTB DRIVER CORE
8758 M:      Jon Mason <jdmason@kudzu.us>
8759 M:      Dave Jiang <dave.jiang@intel.com>
8760 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8761 L:      linux-ntb@googlegroups.com
8762 S:      Supported
8763 W:      https://github.com/jonmason/ntb/wiki
8764 T:      git git://github.com/jonmason/ntb.git
8765 F:      drivers/ntb/
8766 F:      drivers/net/ntb_netdev.c
8767 F:      include/linux/ntb.h
8768 F:      include/linux/ntb_transport.h
8769 F:      tools/testing/selftests/ntb/
8770
8771 NTB INTEL DRIVER
8772 M:      Jon Mason <jdmason@kudzu.us>
8773 M:      Dave Jiang <dave.jiang@intel.com>
8774 L:      linux-ntb@googlegroups.com
8775 S:      Supported
8776 W:      https://github.com/jonmason/ntb/wiki
8777 T:      git git://github.com/jonmason/ntb.git
8778 F:      drivers/ntb/hw/intel/
8779
8780 NTB AMD DRIVER
8781 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8782 L:      linux-ntb@googlegroups.com
8783 S:      Supported
8784 F:      drivers/ntb/hw/amd/
8785
8786 NTFS FILESYSTEM
8787 M:      Anton Altaparmakov <anton@tuxera.com>
8788 L:      linux-ntfs-dev@lists.sourceforge.net
8789 W:      http://www.tuxera.com/
8790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8791 S:      Supported
8792 F:      Documentation/filesystems/ntfs.txt
8793 F:      fs/ntfs/
8794
8795 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8796 M:      Antonino Daplas <adaplas@gmail.com>
8797 L:      linux-fbdev@vger.kernel.org
8798 S:      Maintained
8799 F:      drivers/video/fbdev/riva/
8800 F:      drivers/video/fbdev/nvidia/
8801
8802 NVM EXPRESS DRIVER
8803 M:      Keith Busch <keith.busch@intel.com>
8804 M:      Jens Axboe <axboe@fb.com>
8805 L:      linux-nvme@lists.infradead.org
8806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8807 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8808 S:      Supported
8809 F:      drivers/nvme/host/
8810 F:      include/linux/nvme.h
8811
8812 NVM EXPRESS TARGET DRIVER
8813 M:      Christoph Hellwig <hch@lst.de>
8814 M:      Sagi Grimberg <sagi@grimberg.me>
8815 L:      linux-nvme@lists.infradead.org
8816 S:      Supported
8817 F:      drivers/nvme/target/
8818
8819 NVM EXPRESS FC TRANSPORT DRIVERS
8820 M:      James Smart <james.smart@broadcom.com>
8821 L:      linux-nvme@lists.infradead.org
8822 S:      Supported
8823 F:      include/linux/nvme-fc.h
8824 F:      include/linux/nvme-fc-driver.h
8825 F:      drivers/nvme/host/fc.c
8826 F:      drivers/nvme/target/fc.c
8827 F:      drivers/nvme/target/fcloop.c
8828
8829 NVMEM FRAMEWORK
8830 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8831 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8832 S:      Maintained
8833 F:      drivers/nvmem/
8834 F:      Documentation/devicetree/bindings/nvmem/
8835 F:      include/linux/nvmem-consumer.h
8836 F:      include/linux/nvmem-provider.h
8837
8838 NXP-NCI NFC DRIVER
8839 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8840 R:      Charles Gorand <charles.gorand@effinnov.com>
8841 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8842 S:      Supported
8843 F:      drivers/nfc/nxp-nci
8844
8845 NXP TDA998X DRM DRIVER
8846 M:      Russell King <rmk+kernel@armlinux.org.uk>
8847 S:      Supported
8848 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8849 F:      include/drm/i2c/tda998x.h
8850
8851 NXP TFA9879 DRIVER
8852 M:      Peter Rosin <peda@axentia.se>
8853 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8854 S:      Maintained
8855 F:      sound/soc/codecs/tfa9879*
8856
8857 OBJTOOL
8858 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8859 S:      Supported
8860 F:      tools/objtool/
8861
8862 OMAP SUPPORT
8863 M:      Tony Lindgren <tony@atomide.com>
8864 L:      linux-omap@vger.kernel.org
8865 W:      http://www.muru.com/linux/omap/
8866 W:      http://linux.omap.com/
8867 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8869 S:      Maintained
8870 F:      arch/arm/*omap*/
8871 F:      arch/arm/configs/omap1_defconfig
8872 F:      arch/arm/configs/omap2plus_defconfig
8873 F:      drivers/i2c/busses/i2c-omap.c
8874 F:      drivers/irqchip/irq-omap-intc.c
8875 F:      drivers/mfd/*omap*.c
8876 F:      drivers/mfd/menelaus.c
8877 F:      drivers/mfd/palmas.c
8878 F:      drivers/mfd/tps65217.c
8879 F:      drivers/mfd/tps65218.c
8880 F:      drivers/mfd/tps65910.c
8881 F:      drivers/mfd/twl-core.[ch]
8882 F:      drivers/mfd/twl4030*.c
8883 F:      drivers/mfd/twl6030*.c
8884 F:      drivers/mfd/twl6040*.c
8885 F:      drivers/regulator/palmas-regulator*.c
8886 F:      drivers/regulator/pbias-regulator.c
8887 F:      drivers/regulator/tps65217-regulator.c
8888 F:      drivers/regulator/tps65218-regulator.c
8889 F:      drivers/regulator/tps65910-regulator.c
8890 F:      drivers/regulator/twl-regulator.c
8891 F:      drivers/regulator/twl6030-regulator.c
8892 F:      include/linux/i2c-omap.h
8893
8894 OMAP DEVICE TREE SUPPORT
8895 M:      Benoît Cousson <bcousson@baylibre.com>
8896 M:      Tony Lindgren <tony@atomide.com>
8897 L:      linux-omap@vger.kernel.org
8898 L:      devicetree@vger.kernel.org
8899 S:      Maintained
8900 F:      arch/arm/boot/dts/*omap*
8901 F:      arch/arm/boot/dts/*am3*
8902 F:      arch/arm/boot/dts/*am4*
8903 F:      arch/arm/boot/dts/*am5*
8904 F:      arch/arm/boot/dts/*dra7*
8905
8906 OMAP CLOCK FRAMEWORK SUPPORT
8907 M:      Paul Walmsley <paul@pwsan.com>
8908 L:      linux-omap@vger.kernel.org
8909 S:      Maintained
8910 F:      arch/arm/*omap*/*clock*
8911
8912 OMAP POWER MANAGEMENT SUPPORT
8913 M:      Kevin Hilman <khilman@kernel.org>
8914 L:      linux-omap@vger.kernel.org
8915 S:      Maintained
8916 F:      arch/arm/*omap*/*pm*
8917 F:      drivers/cpufreq/omap-cpufreq.c
8918
8919 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8920 M:      Rajendra Nayak <rnayak@codeaurora.org>
8921 M:      Paul Walmsley <paul@pwsan.com>
8922 L:      linux-omap@vger.kernel.org
8923 S:      Maintained
8924 F:      arch/arm/mach-omap2/prm*
8925
8926 OMAP AUDIO SUPPORT
8927 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8928 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8929 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8930 L:      linux-omap@vger.kernel.org
8931 S:      Maintained
8932 F:      sound/soc/omap/
8933
8934 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8935 M:      Roger Quadros <rogerq@ti.com>
8936 M:      Tony Lindgren <tony@atomide.com>
8937 L:      linux-omap@vger.kernel.org
8938 S:      Maintained
8939 F:      drivers/memory/omap-gpmc.c
8940 F:      arch/arm/mach-omap2/*gpmc*
8941
8942 OMAP FRAMEBUFFER SUPPORT
8943 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8944 L:      linux-fbdev@vger.kernel.org
8945 L:      linux-omap@vger.kernel.org
8946 S:      Maintained
8947 F:      drivers/video/fbdev/omap/
8948
8949 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8950 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8951 L:      linux-omap@vger.kernel.org
8952 L:      linux-fbdev@vger.kernel.org
8953 S:      Maintained
8954 F:      drivers/video/fbdev/omap2/
8955 F:      Documentation/arm/OMAP/DSS
8956
8957 OMAP HARDWARE SPINLOCK SUPPORT
8958 M:      Ohad Ben-Cohen <ohad@wizery.com>
8959 L:      linux-omap@vger.kernel.org
8960 S:      Maintained
8961 F:      drivers/hwspinlock/omap_hwspinlock.c
8962
8963 OMAP MMC SUPPORT
8964 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8965 L:      linux-omap@vger.kernel.org
8966 S:      Maintained
8967 F:      drivers/mmc/host/omap.c
8968
8969 OMAP HS MMC SUPPORT
8970 L:      linux-mmc@vger.kernel.org
8971 L:      linux-omap@vger.kernel.org
8972 S:      Orphan
8973 F:      drivers/mmc/host/omap_hsmmc.c
8974
8975 OMAP RANDOM NUMBER GENERATOR SUPPORT
8976 M:      Deepak Saxena <dsaxena@plexity.net>
8977 S:      Maintained
8978 F:      drivers/char/hw_random/omap-rng.c
8979
8980 OMAP HWMOD SUPPORT
8981 M:      Benoît Cousson <bcousson@baylibre.com>
8982 M:      Paul Walmsley <paul@pwsan.com>
8983 L:      linux-omap@vger.kernel.org
8984 S:      Maintained
8985 F:      arch/arm/mach-omap2/omap_hwmod.*
8986
8987 OMAP HWMOD DATA
8988 M:      Paul Walmsley <paul@pwsan.com>
8989 L:      linux-omap@vger.kernel.org
8990 S:      Maintained
8991 F:      arch/arm/mach-omap2/omap_hwmod*data*
8992
8993 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8994 M:      Benoît Cousson <bcousson@baylibre.com>
8995 L:      linux-omap@vger.kernel.org
8996 S:      Maintained
8997 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8998
8999 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9000 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9001 L:      linux-media@vger.kernel.org
9002 S:      Maintained
9003 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9004 F:      drivers/media/platform/omap3isp/
9005 F:      drivers/staging/media/omap4iss/
9006
9007 OMAP USB SUPPORT
9008 L:      linux-usb@vger.kernel.org
9009 L:      linux-omap@vger.kernel.org
9010 S:      Orphan
9011 F:      drivers/usb/*/*omap*
9012 F:      arch/arm/*omap*/usb*
9013
9014 OMAP GPIO DRIVER
9015 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9016 M:      Santosh Shilimkar <ssantosh@kernel.org>
9017 M:      Kevin Hilman <khilman@kernel.org>
9018 L:      linux-omap@vger.kernel.org
9019 S:      Maintained
9020 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9021 F:      drivers/gpio/gpio-omap.c
9022
9023 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9024 M:      Mark Jackson <mpfj@newflow.co.uk>
9025 L:      linux-omap@vger.kernel.org
9026 S:      Maintained
9027 F:      arch/arm/boot/dts/am335x-nano.dts
9028
9029 OMFS FILESYSTEM
9030 M:      Bob Copeland <me@bobcopeland.com>
9031 L:      linux-karma-devel@lists.sourceforge.net
9032 S:      Maintained
9033 F:      Documentation/filesystems/omfs.txt
9034 F:      fs/omfs/
9035
9036 OMNIKEY CARDMAN 4000 DRIVER
9037 M:      Harald Welte <laforge@gnumonks.org>
9038 S:      Maintained
9039 F:      drivers/char/pcmcia/cm4000_cs.c
9040 F:      include/linux/cm4000_cs.h
9041 F:      include/uapi/linux/cm4000_cs.h
9042
9043 OMNIKEY CARDMAN 4040 DRIVER
9044 M:      Harald Welte <laforge@gnumonks.org>
9045 S:      Maintained
9046 F:      drivers/char/pcmcia/cm4040_cs.*
9047
9048 OMNIVISION OV7670 SENSOR DRIVER
9049 M:      Jonathan Corbet <corbet@lwn.net>
9050 L:      linux-media@vger.kernel.org
9051 T:      git git://linuxtv.org/media_tree.git
9052 S:      Maintained
9053 F:      drivers/media/i2c/ov7670.c
9054
9055 ONENAND FLASH DRIVER
9056 M:      Kyungmin Park <kyungmin.park@samsung.com>
9057 L:      linux-mtd@lists.infradead.org
9058 S:      Maintained
9059 F:      drivers/mtd/onenand/
9060 F:      include/linux/mtd/onenand*.h
9061
9062 ONSTREAM SCSI TAPE DRIVER
9063 M:      Willem Riede <osst@riede.org>
9064 L:      osst-users@lists.sourceforge.net
9065 L:      linux-scsi@vger.kernel.org
9066 S:      Maintained
9067 F:      Documentation/scsi/osst.txt
9068 F:      drivers/scsi/osst.*
9069 F:      drivers/scsi/osst_*.h
9070 F:      drivers/scsi/st.h
9071
9072 OPENCORES I2C BUS DRIVER
9073 M:      Peter Korsgaard <jacmet@sunsite.dk>
9074 L:      linux-i2c@vger.kernel.org
9075 S:      Maintained
9076 F:      Documentation/i2c/busses/i2c-ocores
9077 F:      drivers/i2c/busses/i2c-ocores.c
9078
9079 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9080 M:      Rob Herring <robh+dt@kernel.org>
9081 M:      Frank Rowand <frowand.list@gmail.com>
9082 L:      devicetree@vger.kernel.org
9083 W:      http://www.devicetree.org/
9084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9085 S:      Maintained
9086 F:      drivers/of/
9087 F:      include/linux/of*.h
9088 F:      scripts/dtc/
9089
9090 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9091 M:      Rob Herring <robh+dt@kernel.org>
9092 M:      Mark Rutland <mark.rutland@arm.com>
9093 L:      devicetree@vger.kernel.org
9094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9095 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9096 S:      Maintained
9097 F:      Documentation/devicetree/
9098 F:      arch/*/boot/dts/
9099 F:      include/dt-bindings/
9100
9101 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9102 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9103 L:      devicetree@vger.kernel.org
9104 S:      Maintained
9105 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9106 F:      Documentation/devicetree/overlay-notes.txt
9107 F:      drivers/of/overlay.c
9108 F:      drivers/of/resolver.c
9109
9110 OPENRISC ARCHITECTURE
9111 M:      Jonas Bonn <jonas@southpole.se>
9112 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9113 M:      Stafford Horne <shorne@gmail.com>
9114 L:      openrisc@lists.librecores.org
9115 W:      http://openrisc.io
9116 S:      Maintained
9117 F:      arch/openrisc/
9118
9119 OPENVSWITCH
9120 M:      Pravin Shelar <pshelar@nicira.com>
9121 L:      netdev@vger.kernel.org
9122 L:      dev@openvswitch.org
9123 W:      http://openvswitch.org
9124 S:      Maintained
9125 F:      net/openvswitch/
9126 F:      include/uapi/linux/openvswitch.h
9127
9128 OPERATING PERFORMANCE POINTS (OPP)
9129 M:      Viresh Kumar <vireshk@kernel.org>
9130 M:      Nishanth Menon <nm@ti.com>
9131 M:      Stephen Boyd <sboyd@codeaurora.org>
9132 L:      linux-pm@vger.kernel.org
9133 S:      Maintained
9134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9135 F:      drivers/base/power/opp/
9136 F:      include/linux/pm_opp.h
9137 F:      Documentation/power/opp.txt
9138 F:      Documentation/devicetree/bindings/opp/
9139
9140 OPL4 DRIVER
9141 M:      Clemens Ladisch <clemens@ladisch.de>
9142 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9143 T:      git git://git.alsa-project.org/alsa-kernel.git
9144 S:      Maintained
9145 F:      sound/drivers/opl4/
9146
9147 OPROFILE
9148 M:      Robert Richter <rric@kernel.org>
9149 L:      oprofile-list@lists.sf.net
9150 S:      Maintained
9151 F:      arch/*/include/asm/oprofile*.h
9152 F:      arch/*/oprofile/
9153 F:      drivers/oprofile/
9154 F:      include/linux/oprofile.h
9155
9156 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9157 M:      Mark Fasheh <mfasheh@versity.com>
9158 M:      Joel Becker <jlbec@evilplan.org>
9159 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9160 W:      http://ocfs2.wiki.kernel.org
9161 S:      Supported
9162 F:      Documentation/filesystems/ocfs2.txt
9163 F:      Documentation/filesystems/dlmfs.txt
9164 F:      fs/ocfs2/
9165
9166 ORINOCO DRIVER
9167 L:      linux-wireless@vger.kernel.org
9168 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9169 W:      http://www.nongnu.org/orinoco/
9170 S:      Orphan
9171 F:      drivers/net/wireless/intersil/orinoco/
9172
9173 OSD LIBRARY and FILESYSTEM
9174 M:      Boaz Harrosh <ooo@electrozaur.com>
9175 M:      Benny Halevy <bhalevy@primarydata.com>
9176 L:      osd-dev@open-osd.org
9177 W:      http://open-osd.org
9178 T:      git git://git.open-osd.org/open-osd.git
9179 S:      Maintained
9180 F:      drivers/scsi/osd/
9181 F:      include/scsi/osd_*
9182 F:      fs/exofs/
9183
9184 OVERLAY FILESYSTEM
9185 M:      Miklos Szeredi <miklos@szeredi.hu>
9186 L:      linux-unionfs@vger.kernel.org
9187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9188 S:      Supported
9189 F:      fs/overlayfs/
9190 F:      Documentation/filesystems/overlayfs.txt
9191
9192 ORANGEFS FILESYSTEM
9193 M:      Mike Marshall <hubcap@omnibond.com>
9194 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9196 S:      Supported
9197 F:      fs/orangefs/
9198 F:      Documentation/filesystems/orangefs.txt
9199
9200 P54 WIRELESS DRIVER
9201 M:      Christian Lamparter <chunkeey@googlemail.com>
9202 L:      linux-wireless@vger.kernel.org
9203 W:      http://wireless.kernel.org/en/users/Drivers/p54
9204 S:      Maintained
9205 F:      drivers/net/wireless/intersil/p54/
9206
9207 PA SEMI ETHERNET DRIVER
9208 L:      netdev@vger.kernel.org
9209 S:      Orphan
9210 F:      drivers/net/ethernet/pasemi/*
9211
9212 PA SEMI SMBUS DRIVER
9213 L:      linux-i2c@vger.kernel.org
9214 S:      Orphan
9215 F:      drivers/i2c/busses/i2c-pasemi.c
9216
9217 PADATA PARALLEL EXECUTION MECHANISM
9218 M:      Steffen Klassert <steffen.klassert@secunet.com>
9219 L:      linux-crypto@vger.kernel.org
9220 S:      Maintained
9221 F:      kernel/padata.c
9222 F:      include/linux/padata.h
9223 F:      Documentation/padata.txt
9224
9225 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9226 M:      Harald Welte <laforge@gnumonks.org>
9227 L:      platform-driver-x86@vger.kernel.org
9228 S:      Maintained
9229 F:      drivers/platform/x86/panasonic-laptop.c
9230
9231 PANASONIC MN10300/AM33/AM34 PORT
9232 M:      David Howells <dhowells@redhat.com>
9233 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9234 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9235 S:      Maintained
9236 F:      Documentation/mn10300/
9237 F:      arch/mn10300/
9238
9239 PARALLEL LCD/KEYPAD PANEL DRIVER
9240 M:      Willy Tarreau <willy@haproxy.com>
9241 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9242 S:      Odd Fixes
9243 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9244 F:      drivers/misc/panel.c
9245
9246 PARALLEL PORT SUBSYSTEM
9247 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9248 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9249 L:      linux-parport@lists.infradead.org (subscribers-only)
9250 S:      Maintained
9251 F:      drivers/parport/
9252 F:      include/linux/parport*.h
9253 F:      drivers/char/ppdev.c
9254 F:      include/uapi/linux/ppdev.h
9255 F:      Documentation/parport*.txt
9256
9257 PARAVIRT_OPS INTERFACE
9258 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9259 M:      Chris Wright <chrisw@sous-sol.org>
9260 M:      Alok Kataria <akataria@vmware.com>
9261 M:      Rusty Russell <rusty@rustcorp.com.au>
9262 L:      virtualization@lists.linux-foundation.org
9263 S:      Supported
9264 F:      Documentation/virtual/paravirt_ops.txt
9265 F:      arch/*/kernel/paravirt*
9266 F:      arch/*/include/asm/paravirt.h
9267 F:      include/linux/hypervisor.h
9268
9269 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9270 M:      Tim Waugh <tim@cyberelk.net>
9271 L:      linux-parport@lists.infradead.org (subscribers-only)
9272 S:      Maintained
9273 F:      Documentation/blockdev/paride.txt
9274 F:      drivers/block/paride/
9275
9276 PARISC ARCHITECTURE
9277 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9278 M:      Helge Deller <deller@gmx.de>
9279 L:      linux-parisc@vger.kernel.org
9280 W:      http://www.parisc-linux.org/
9281 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9284 S:      Maintained
9285 F:      arch/parisc/
9286 F:      Documentation/parisc/
9287 F:      drivers/parisc/
9288 F:      drivers/char/agp/parisc-agp.c
9289 F:      drivers/input/serio/gscps2.c
9290 F:      drivers/parport/parport_gsc.*
9291 F:      drivers/tty/serial/8250/8250_gsc.c
9292 F:      drivers/video/fbdev/sti*
9293 F:      drivers/video/console/sti*
9294 F:      drivers/video/logo/logo_parisc*
9295
9296 PC87360 HARDWARE MONITORING DRIVER
9297 M:      Jim Cromie <jim.cromie@gmail.com>
9298 L:      linux-hwmon@vger.kernel.org
9299 S:      Maintained
9300 F:      Documentation/hwmon/pc87360
9301 F:      drivers/hwmon/pc87360.c
9302
9303 PC8736x GPIO DRIVER
9304 M:      Jim Cromie <jim.cromie@gmail.com>
9305 S:      Maintained
9306 F:      drivers/char/pc8736x_gpio.c
9307
9308 PC87427 HARDWARE MONITORING DRIVER
9309 M:      Jean Delvare <jdelvare@suse.com>
9310 L:      linux-hwmon@vger.kernel.org
9311 S:      Maintained
9312 F:      Documentation/hwmon/pc87427
9313 F:      drivers/hwmon/pc87427.c
9314
9315 PCA9532 LED DRIVER
9316 M:      Riku Voipio <riku.voipio@iki.fi>
9317 S:      Maintained
9318 F:      drivers/leds/leds-pca9532.c
9319 F:      include/linux/leds-pca9532.h
9320
9321 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9322 M:      Guenter Roeck <linux@roeck-us.net>
9323 L:      linux-i2c@vger.kernel.org
9324 S:      Maintained
9325 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9326
9327 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9328 M:      Khalid Aziz <khalid@gonehiking.org>
9329 S:      Maintained
9330 F:      drivers/firmware/pcdp.*
9331
9332 PCI ERROR RECOVERY
9333 M:      Linas Vepstas <linasvepstas@gmail.com>
9334 L:      linux-pci@vger.kernel.org
9335 S:      Supported
9336 F:      Documentation/PCI/pci-error-recovery.txt
9337
9338 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9339 M:      Russell Currey <ruscur@russell.cc>
9340 L:      linuxppc-dev@lists.ozlabs.org
9341 S:      Supported
9342 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9343 F:      arch/powerpc/kernel/eeh*.c
9344 F:      arch/powerpc/platforms/*/eeh*.c
9345 F:      arch/powerpc/include/*/eeh*.h
9346
9347 PCI SUBSYSTEM
9348 M:      Bjorn Helgaas <bhelgaas@google.com>
9349 L:      linux-pci@vger.kernel.org
9350 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9352 S:      Supported
9353 F:      Documentation/devicetree/bindings/pci/
9354 F:      Documentation/PCI/
9355 F:      drivers/pci/
9356 F:      include/linux/pci*
9357 F:      arch/x86/pci/
9358 F:      arch/x86/kernel/quirks.c
9359
9360 PCI DRIVER FOR ALTERA PCIE IP
9361 M:      Ley Foon Tan <lftan@altera.com>
9362 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9363 L:      linux-pci@vger.kernel.org
9364 S:      Supported
9365 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9366 F:      drivers/pci/host/pcie-altera.c
9367
9368 PCI DRIVER FOR ARM VERSATILE PLATFORM
9369 M:      Rob Herring <robh@kernel.org>
9370 L:      linux-pci@vger.kernel.org
9371 L:      linux-arm-kernel@lists.infradead.org
9372 S:      Maintained
9373 F:      Documentation/devicetree/bindings/pci/versatile.txt
9374 F:      drivers/pci/host/pci-versatile.c
9375
9376 PCI DRIVER FOR ARMADA 8K
9377 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9378 L:      linux-pci@vger.kernel.org
9379 L:      linux-arm-kernel@lists.infradead.org
9380 S:      Maintained
9381 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9382 F:      drivers/pci/host/pcie-armada8k.c
9383
9384 PCI DRIVER FOR APPLIEDMICRO XGENE
9385 M:      Tanmay Inamdar <tinamdar@apm.com>
9386 L:      linux-pci@vger.kernel.org
9387 L:      linux-arm-kernel@lists.infradead.org
9388 S:      Maintained
9389 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9390 F:      drivers/pci/host/pci-xgene.c
9391
9392 PCI DRIVER FOR FREESCALE LAYERSCAPE
9393 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9394 M:      Mingkai Hu <mingkai.hu@freescale.com>
9395 M:      Roy Zang <tie-fei.zang@freescale.com>
9396 L:      linuxppc-dev@lists.ozlabs.org
9397 L:      linux-pci@vger.kernel.org
9398 L:      linux-arm-kernel@lists.infradead.org
9399 S:      Maintained
9400 F:      drivers/pci/host/*layerscape*
9401
9402 PCI DRIVER FOR IMX6
9403 M:      Richard Zhu <hongxing.zhu@nxp.com>
9404 M:      Lucas Stach <l.stach@pengutronix.de>
9405 L:      linux-pci@vger.kernel.org
9406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9407 S:      Maintained
9408 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9409 F:      drivers/pci/host/*imx6*
9410
9411 PCI DRIVER FOR TI KEYSTONE
9412 M:      Murali Karicheri <m-karicheri2@ti.com>
9413 L:      linux-pci@vger.kernel.org
9414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9415 S:      Maintained
9416 F:      drivers/pci/host/*keystone*
9417
9418 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9419 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9420 M:      Jason Cooper <jason@lakedaemon.net>
9421 L:      linux-pci@vger.kernel.org
9422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9423 S:      Maintained
9424 F:      drivers/pci/host/*mvebu*
9425
9426 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9427 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9428 L:      linux-pci@vger.kernel.org
9429 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9430 S:      Maintained
9431 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9432 F:      drivers/pci/host/pci-aardvark.c
9433
9434 PCI DRIVER FOR NVIDIA TEGRA
9435 M:      Thierry Reding <thierry.reding@gmail.com>
9436 L:      linux-tegra@vger.kernel.org
9437 L:      linux-pci@vger.kernel.org
9438 S:      Supported
9439 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9440 F:      drivers/pci/host/pci-tegra.c
9441
9442 PCI DRIVER FOR TI DRA7XX
9443 M:      Kishon Vijay Abraham I <kishon@ti.com>
9444 L:      linux-omap@vger.kernel.org
9445 L:      linux-pci@vger.kernel.org
9446 S:      Supported
9447 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9448 F:      drivers/pci/host/pci-dra7xx.c
9449
9450 PCI DRIVER FOR RENESAS R-CAR
9451 M:      Simon Horman <horms@verge.net.au>
9452 L:      linux-pci@vger.kernel.org
9453 L:      linux-renesas-soc@vger.kernel.org
9454 S:      Maintained
9455 F:      drivers/pci/host/*rcar*
9456
9457 PCI DRIVER FOR SAMSUNG EXYNOS
9458 M:      Jingoo Han <jingoohan1@gmail.com>
9459 L:      linux-pci@vger.kernel.org
9460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9461 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9462 S:      Maintained
9463 F:      drivers/pci/host/pci-exynos.c
9464
9465 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9466 M:      Jingoo Han <jingoohan1@gmail.com>
9467 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9468 L:      linux-pci@vger.kernel.org
9469 S:      Maintained
9470 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9471 F:      drivers/pci/host/*designware*
9472
9473 PCI DRIVER FOR GENERIC OF HOSTS
9474 M:      Will Deacon <will.deacon@arm.com>
9475 L:      linux-pci@vger.kernel.org
9476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9477 S:      Maintained
9478 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9479 F:      drivers/pci/host/pci-host-common.c
9480 F:      drivers/pci/host/pci-host-generic.c
9481
9482 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9483 M:      Keith Busch <keith.busch@intel.com>
9484 L:      linux-pci@vger.kernel.org
9485 S:      Supported
9486 F:      drivers/pci/host/vmd.c
9487
9488 PCIE DRIVER FOR ST SPEAR13XX
9489 M:      Pratyush Anand <pratyush.anand@gmail.com>
9490 L:      linux-pci@vger.kernel.org
9491 S:      Maintained
9492 F:      drivers/pci/host/*spear*
9493
9494 PCI MSI DRIVER FOR ALTERA MSI IP
9495 M:      Ley Foon Tan <lftan@altera.com>
9496 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9497 L:      linux-pci@vger.kernel.org
9498 S:      Supported
9499 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9500 F:      drivers/pci/host/pcie-altera-msi.c
9501
9502 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9503 M:      Duc Dang <dhdang@apm.com>
9504 L:      linux-pci@vger.kernel.org
9505 L:      linux-arm-kernel@lists.infradead.org
9506 S:      Maintained
9507 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9508 F:      drivers/pci/host/pci-xgene-msi.c
9509
9510 PCIE DRIVER FOR AXIS ARTPEC
9511 M:      Niklas Cassel <niklas.cassel@axis.com>
9512 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9513 L:      linux-arm-kernel@axis.com
9514 L:      linux-pci@vger.kernel.org
9515 S:      Maintained
9516 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9517 F:      drivers/pci/host/*artpec*
9518
9519 PCIE DRIVER FOR HISILICON
9520 M:      Zhou Wang <wangzhou1@hisilicon.com>
9521 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9522 L:      linux-pci@vger.kernel.org
9523 S:      Maintained
9524 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9525 F:      drivers/pci/host/pcie-hisi.c
9526
9527 PCIE DRIVER FOR ROCKCHIP
9528 M:      Shawn Lin <shawn.lin@rock-chips.com>
9529 M:      Wenrui Li <wenrui.li@rock-chips.com>
9530 L:      linux-pci@vger.kernel.org
9531 L:      linux-rockchip@lists.infradead.org
9532 S:      Maintained
9533 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9534 F:      drivers/pci/host/pcie-rockchip.c
9535
9536 PCIE DRIVER FOR QUALCOMM MSM
9537 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9538 L:     linux-pci@vger.kernel.org
9539 L:     linux-arm-msm@vger.kernel.org
9540 S:     Maintained
9541 F:     drivers/pci/host/*qcom*
9542
9543 PCIE DRIVER FOR CAVIUM THUNDERX
9544 M:      David Daney <david.daney@cavium.com>
9545 L:      linux-pci@vger.kernel.org
9546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9547 S:      Supported
9548 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9549 F:      drivers/pci/host/pci-thunder-*
9550
9551 PCMCIA SUBSYSTEM
9552 P:      Linux PCMCIA Team
9553 L:      linux-pcmcia@lists.infradead.org
9554 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9556 S:      Maintained
9557 F:      Documentation/pcmcia/
9558 F:      tools/pcmcia/
9559 F:      drivers/pcmcia/
9560 F:      include/pcmcia/
9561
9562 PCNET32 NETWORK DRIVER
9563 M:      Don Fry <pcnet32@frontier.com>
9564 L:      netdev@vger.kernel.org
9565 S:      Maintained
9566 F:      drivers/net/ethernet/amd/pcnet32.c
9567
9568 PCRYPT PARALLEL CRYPTO ENGINE
9569 M:      Steffen Klassert <steffen.klassert@secunet.com>
9570 L:      linux-crypto@vger.kernel.org
9571 S:      Maintained
9572 F:      crypto/pcrypt.c
9573 F:      include/crypto/pcrypt.h
9574
9575 PER-CPU MEMORY ALLOCATOR
9576 M:      Tejun Heo <tj@kernel.org>
9577 M:      Christoph Lameter <cl@linux.com>
9578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9579 S:      Maintained
9580 F:      include/linux/percpu*.h
9581 F:      mm/percpu*.c
9582 F:      arch/*/include/asm/percpu.h
9583
9584 PER-TASK DELAY ACCOUNTING
9585 M:      Balbir Singh <bsingharora@gmail.com>
9586 S:      Maintained
9587 F:      include/linux/delayacct.h
9588 F:      kernel/delayacct.c
9589
9590 PERFORMANCE EVENTS SUBSYSTEM
9591 M:      Peter Zijlstra <peterz@infradead.org>
9592 M:      Ingo Molnar <mingo@redhat.com>
9593 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9594 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9595 L:      linux-kernel@vger.kernel.org
9596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9597 S:      Supported
9598 F:      kernel/events/*
9599 F:      include/linux/perf_event.h
9600 F:      include/uapi/linux/perf_event.h
9601 F:      arch/*/kernel/perf_event*.c
9602 F:      arch/*/kernel/*/perf_event*.c
9603 F:      arch/*/kernel/*/*/perf_event*.c
9604 F:      arch/*/include/asm/perf_event.h
9605 F:      arch/*/kernel/perf_callchain.c
9606 F:      arch/*/events/*
9607 F:      tools/perf/
9608
9609 PERSONALITY HANDLING
9610 M:      Christoph Hellwig <hch@infradead.org>
9611 L:      linux-abi-devel@lists.sourceforge.net
9612 S:      Maintained
9613 F:      include/linux/personality.h
9614 F:      include/uapi/linux/personality.h
9615
9616 PHONET PROTOCOL
9617 M:      Remi Denis-Courmont <courmisch@gmail.com>
9618 S:      Supported
9619 F:      Documentation/networking/phonet.txt
9620 F:      include/linux/phonet.h
9621 F:      include/net/phonet/
9622 F:      include/uapi/linux/phonet.h
9623 F:      net/phonet/
9624
9625 PHRAM MTD DRIVER
9626 M:      Joern Engel <joern@lazybastard.org>
9627 L:      linux-mtd@lists.infradead.org
9628 S:      Maintained
9629 F:      drivers/mtd/devices/phram.c
9630
9631 PICOLCD HID DRIVER
9632 M:      Bruno Prémont <bonbons@linux-vserver.org>
9633 L:      linux-input@vger.kernel.org
9634 S:      Maintained
9635 F:      drivers/hid/hid-picolcd*
9636
9637 PICOXCELL SUPPORT
9638 M:      Jamie Iles <jamie@jamieiles.com>
9639 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9640 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9641 S:      Supported
9642 F:      arch/arm/boot/dts/picoxcell*
9643 F:      arch/arm/mach-picoxcell/
9644 F:      drivers/crypto/picoxcell*
9645
9646 PIN CONTROL SUBSYSTEM
9647 M:      Linus Walleij <linus.walleij@linaro.org>
9648 L:      linux-gpio@vger.kernel.org
9649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9650 S:      Maintained
9651 F:      Documentation/devicetree/bindings/pinctrl/
9652 F:      Documentation/pinctrl.txt
9653 F:      drivers/pinctrl/
9654 F:      include/linux/pinctrl/
9655
9656 PIN CONTROLLER - ATMEL AT91
9657 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9659 S:      Maintained
9660 F:      drivers/pinctrl/pinctrl-at91.*
9661
9662 PIN CONTROLLER - ATMEL AT91 PIO4
9663 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9665 L:      linux-gpio@vger.kernel.org
9666 S:      Supported
9667 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9668
9669 PIN CONTROLLER - INTEL
9670 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9671 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9672 S:      Maintained
9673 F:      drivers/pinctrl/intel/
9674
9675 PIN CONTROLLER - RENESAS
9676 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9677 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9678 L:      linux-renesas-soc@vger.kernel.org
9679 S:      Maintained
9680 F:      drivers/pinctrl/sh-pfc/
9681
9682 PIN CONTROLLER - SAMSUNG
9683 M:      Tomasz Figa <tomasz.figa@gmail.com>
9684 M:      Krzysztof Kozlowski <krzk@kernel.org>
9685 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9687 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9688 S:      Maintained
9689 F:      drivers/pinctrl/samsung/
9690 F:      include/dt-bindings/pinctrl/samsung.h
9691 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9692
9693 PIN CONTROLLER - SINGLE
9694 M:      Tony Lindgren <tony@atomide.com>
9695 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9697 L:      linux-omap@vger.kernel.org
9698 S:      Maintained
9699 F:      drivers/pinctrl/pinctrl-single.c
9700
9701 PIN CONTROLLER - ST SPEAR
9702 M:      Viresh Kumar <vireshk@kernel.org>
9703 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9704 W:      http://www.st.com/spear
9705 S:      Maintained
9706 F:      drivers/pinctrl/spear/
9707
9708 PISTACHIO SOC SUPPORT
9709 M:      James Hartley <james.hartley@imgtec.com>
9710 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9711 L:      linux-mips@linux-mips.org
9712 S:      Maintained
9713 F:      arch/mips/pistachio/
9714 F:      arch/mips/include/asm/mach-pistachio/
9715 F:      arch/mips/boot/dts/pistachio/
9716 F:      arch/mips/configs/pistachio*_defconfig
9717
9718 PKTCDVD DRIVER
9719 S:      Orphan
9720 M:      linux-block@vger.kernel.org
9721 F:      drivers/block/pktcdvd.c
9722 F:      include/linux/pktcdvd.h
9723 F:      include/uapi/linux/pktcdvd.h
9724
9725 PKUNITY SOC DRIVERS
9726 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9727 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9728 S:      Maintained
9729 T:      git git://github.com/gxt/linux.git
9730 F:      drivers/input/serio/i8042-unicore32io.h
9731 F:      drivers/i2c/busses/i2c-puv3.c
9732 F:      drivers/video/fbdev/fb-puv3.c
9733 F:      drivers/rtc/rtc-puv3.c
9734
9735 PMBUS HARDWARE MONITORING DRIVERS
9736 M:      Guenter Roeck <linux@roeck-us.net>
9737 L:      linux-hwmon@vger.kernel.org
9738 W:      http://hwmon.wiki.kernel.org/
9739 W:      http://www.roeck-us.net/linux/drivers/
9740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9741 S:      Maintained
9742 F:      Documentation/hwmon/pmbus
9743 F:      drivers/hwmon/pmbus/
9744 F:      include/linux/i2c/pmbus.h
9745
9746 PMC SIERRA MaxRAID DRIVER
9747 L:      linux-scsi@vger.kernel.org
9748 W:      http://www.pmc-sierra.com/
9749 S:      Orphan
9750 F:      drivers/scsi/pmcraid.*
9751
9752 PMC SIERRA PM8001 DRIVER
9753 M:      Jack Wang <jinpu.wang@profitbricks.com>
9754 M:      lindar_liu@usish.com
9755 L:      pmchba@pmcs.com
9756 L:      linux-scsi@vger.kernel.org
9757 S:      Supported
9758 F:      drivers/scsi/pm8001/
9759
9760 POSIX CLOCKS and TIMERS
9761 M:      Thomas Gleixner <tglx@linutronix.de>
9762 L:      linux-kernel@vger.kernel.org
9763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9764 S:      Maintained
9765 F:      fs/timerfd.c
9766 F:      include/linux/timer*
9767 F:      kernel/time/*timer*
9768
9769 POWER MANAGEMENT CORE
9770 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9771 L:      linux-pm@vger.kernel.org
9772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9773 B:      https://bugzilla.kernel.org
9774 S:      Supported
9775 F:      drivers/base/power/
9776 F:      include/linux/pm.h
9777 F:      include/linux/pm_*
9778 F:      include/linux/powercap.h
9779 F:      drivers/powercap/
9780
9781 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9782 M:      Sebastian Reichel <sre@kernel.org>
9783 L:      linux-pm@vger.kernel.org
9784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9785 S:      Maintained
9786 F:      Documentation/devicetree/bindings/power/supply/
9787 F:      include/linux/power_supply.h
9788 F:      drivers/power/supply/
9789
9790 POWER STATE COORDINATION INTERFACE (PSCI)
9791 M:      Mark Rutland <mark.rutland@arm.com>
9792 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9793 L:      linux-arm-kernel@lists.infradead.org
9794 S:      Maintained
9795 F:      drivers/firmware/psci.c
9796 F:      include/linux/psci.h
9797 F:      include/uapi/linux/psci.h
9798
9799 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9800 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9801 L:      linuxppc-dev@lists.ozlabs.org
9802 S:      Maintained
9803 F:      drivers/char/powernv-op-panel.c
9804
9805 PNP SUPPORT
9806 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9807 S:      Maintained
9808 F:      drivers/pnp/
9809
9810 PPP PROTOCOL DRIVERS AND COMPRESSORS
9811 M:      Paul Mackerras <paulus@samba.org>
9812 L:      linux-ppp@vger.kernel.org
9813 S:      Maintained
9814 F:      drivers/net/ppp/ppp_*
9815
9816 PPP OVER ATM (RFC 2364)
9817 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9818 S:      Maintained
9819 F:      net/atm/pppoatm.c
9820 F:      include/uapi/linux/atmppp.h
9821
9822 PPP OVER ETHERNET
9823 M:      Michal Ostrowski <mostrows@earthlink.net>
9824 S:      Maintained
9825 F:      drivers/net/ppp/pppoe.c
9826 F:      drivers/net/ppp/pppox.c
9827
9828 PPP OVER L2TP
9829 M:      James Chapman <jchapman@katalix.com>
9830 S:      Maintained
9831 F:      net/l2tp/l2tp_ppp.c
9832 F:      include/linux/if_pppol2tp.h
9833 F:      include/uapi/linux/if_pppol2tp.h
9834
9835 PPS SUPPORT
9836 M:      Rodolfo Giometti <giometti@enneenne.com>
9837 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9838 L:      linuxpps@ml.enneenne.com (subscribers-only)
9839 S:      Maintained
9840 F:      Documentation/pps/
9841 F:      drivers/pps/
9842 F:      include/linux/pps*.h
9843
9844 PPTP DRIVER
9845 M:      Dmitry Kozlov <xeb@mail.ru>
9846 L:      netdev@vger.kernel.org
9847 S:      Maintained
9848 F:      drivers/net/ppp/pptp.c
9849 W:      http://sourceforge.net/projects/accel-pptp
9850
9851 PREEMPTIBLE KERNEL
9852 M:      Robert Love <rml@tech9.net>
9853 L:      kpreempt-tech@lists.sourceforge.net
9854 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9855 S:      Supported
9856 F:      Documentation/preempt-locking.txt
9857 F:      include/linux/preempt.h
9858
9859 PRISM54 WIRELESS DRIVER
9860 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9861 L:      linux-wireless@vger.kernel.org
9862 W:      http://wireless.kernel.org/en/users/Drivers/p54
9863 S:      Obsolete
9864 F:      drivers/net/wireless/intersil/prism54/
9865
9866 PS3 NETWORK SUPPORT
9867 M:      Geoff Levand <geoff@infradead.org>
9868 L:      netdev@vger.kernel.org
9869 L:      linuxppc-dev@lists.ozlabs.org
9870 S:      Maintained
9871 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9872
9873 PS3 PLATFORM SUPPORT
9874 M:      Geoff Levand <geoff@infradead.org>
9875 L:      linuxppc-dev@lists.ozlabs.org
9876 S:      Maintained
9877 F:      arch/powerpc/boot/ps3*
9878 F:      arch/powerpc/include/asm/lv1call.h
9879 F:      arch/powerpc/include/asm/ps3*.h
9880 F:      arch/powerpc/platforms/ps3/
9881 F:      drivers/*/ps3*
9882 F:      drivers/ps3/
9883 F:      drivers/rtc/rtc-ps3.c
9884 F:      drivers/usb/host/*ps3.c
9885 F:      sound/ppc/snd_ps3*
9886
9887 PS3VRAM DRIVER
9888 M:      Jim Paris <jim@jtan.com>
9889 M:      Geoff Levand <geoff@infradead.org>
9890 L:      linuxppc-dev@lists.ozlabs.org
9891 S:      Maintained
9892 F:      drivers/block/ps3vram.c
9893
9894 PSTORE FILESYSTEM
9895 M:      Anton Vorontsov <anton@enomsg.org>
9896 M:      Colin Cross <ccross@android.com>
9897 M:      Kees Cook <keescook@chromium.org>
9898 M:      Tony Luck <tony.luck@intel.com>
9899 S:      Maintained
9900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9901 F:      fs/pstore/
9902 F:      include/linux/pstore*
9903 F:      drivers/firmware/efi/efi-pstore.c
9904 F:      drivers/acpi/apei/erst.c
9905
9906 PTP HARDWARE CLOCK SUPPORT
9907 M:      Richard Cochran <richardcochran@gmail.com>
9908 L:      netdev@vger.kernel.org
9909 S:      Maintained
9910 W:      http://linuxptp.sourceforge.net/
9911 F:      Documentation/ABI/testing/sysfs-ptp
9912 F:      Documentation/ptp/*
9913 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9914 F:      drivers/net/phy/dp83640*
9915 F:      drivers/ptp/*
9916 F:      include/linux/ptp_cl*
9917
9918 PTRACE SUPPORT
9919 M:      Roland McGrath <roland@hack.frob.com>
9920 M:      Oleg Nesterov <oleg@redhat.com>
9921 S:      Maintained
9922 F:      include/asm-generic/syscall.h
9923 F:      include/linux/ptrace.h
9924 F:      include/linux/regset.h
9925 F:      include/linux/tracehook.h
9926 F:      include/uapi/linux/ptrace.h
9927 F:      kernel/ptrace.c
9928
9929 PULSE8-CEC DRIVER
9930 M:      Hans Verkuil <hverkuil@xs4all.nl>
9931 L:      linux-media@vger.kernel.org
9932 T:      git git://linuxtv.org/media_tree.git
9933 S:      Maintained
9934 F:      drivers/staging/media/pulse8-cec
9935
9936 PVRUSB2 VIDEO4LINUX DRIVER
9937 M:      Mike Isely <isely@pobox.com>
9938 L:      pvrusb2@isely.net       (subscribers-only)
9939 L:      linux-media@vger.kernel.org
9940 W:      http://www.isely.net/pvrusb2/
9941 T:      git git://linuxtv.org/media_tree.git
9942 S:      Maintained
9943 F:      Documentation/media/v4l-drivers/pvrusb2*
9944 F:      drivers/media/usb/pvrusb2/
9945
9946 PWC WEBCAM DRIVER
9947 M:      Hans Verkuil <hverkuil@xs4all.nl>
9948 L:      linux-media@vger.kernel.org
9949 T:      git git://linuxtv.org/media_tree.git
9950 S:      Odd Fixes
9951 F:      drivers/media/usb/pwc/*
9952
9953 PWM FAN DRIVER
9954 M:      Kamil Debski <kamil@wypas.org>
9955 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9956 L:      linux-hwmon@vger.kernel.org
9957 S:      Supported
9958 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9959 F:      Documentation/hwmon/pwm-fan
9960 F:      drivers/hwmon/pwm-fan.c
9961
9962 PWM SUBSYSTEM
9963 M:      Thierry Reding <thierry.reding@gmail.com>
9964 L:      linux-pwm@vger.kernel.org
9965 S:      Maintained
9966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9967 F:      Documentation/pwm.txt
9968 F:      Documentation/devicetree/bindings/pwm/
9969 F:      include/linux/pwm.h
9970 F:      drivers/pwm/
9971 F:      drivers/video/backlight/pwm_bl.c
9972 F:      include/linux/pwm_backlight.h
9973
9974 PXA2xx/PXA3xx SUPPORT
9975 M:      Daniel Mack <daniel@zonque.org>
9976 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9977 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9978 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9979 T:      git git://github.com/hzhuang1/linux.git
9980 T:      git git://github.com/rjarzmik/linux.git
9981 S:      Maintained
9982 F:      arch/arm/boot/dts/pxa*
9983 F:      arch/arm/mach-pxa/
9984 F:      drivers/dma/pxa*
9985 F:      drivers/pcmcia/pxa2xx*
9986 F:      drivers/pinctrl/pxa/
9987 F:      drivers/spi/spi-pxa2xx*
9988 F:      drivers/usb/gadget/udc/pxa2*
9989 F:      include/sound/pxa2xx-lib.h
9990 F:      sound/arm/pxa*
9991 F:      sound/soc/pxa/
9992
9993 PXA GPIO DRIVER
9994 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9995 L:      linux-gpio@vger.kernel.org
9996 S:      Maintained
9997 F:      drivers/gpio/gpio-pxa.c
9998
9999 PXA3xx NAND FLASH DRIVER
10000 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10001 L:      linux-mtd@lists.infradead.org
10002 S:      Maintained
10003 F:      drivers/mtd/nand/pxa3xx_nand.c
10004
10005 MMP SUPPORT
10006 M:      Eric Miao <eric.y.miao@gmail.com>
10007 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10009 T:      git git://github.com/hzhuang1/linux.git
10010 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10011 S:      Maintained
10012 F:      arch/arm/boot/dts/mmp*
10013 F:      arch/arm/mach-mmp/
10014
10015 PXA MMCI DRIVER
10016 S:      Orphan
10017
10018 PXA RTC DRIVER
10019 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10020 L:      rtc-linux@googlegroups.com
10021 S:      Maintained
10022
10023 QAT DRIVER
10024 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10025 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10026 L:      qat-linux@intel.com
10027 S:      Supported
10028 F:      drivers/crypto/qat/
10029
10030 QIB DRIVER
10031 M:      Mike Marciniszyn <infinipath@intel.com>
10032 L:      linux-rdma@vger.kernel.org
10033 S:      Supported
10034 F:      drivers/infiniband/hw/qib/
10035
10036 QLOGIC QLA1280 SCSI DRIVER
10037 M:      Michael Reed <mdr@sgi.com>
10038 L:      linux-scsi@vger.kernel.org
10039 S:      Maintained
10040 F:      drivers/scsi/qla1280.[ch]
10041
10042 QLOGIC QLA2XXX FC-SCSI DRIVER
10043 M:      qla2xxx-upstream@qlogic.com
10044 L:      linux-scsi@vger.kernel.org
10045 S:      Supported
10046 F:      Documentation/scsi/LICENSE.qla2xxx
10047 F:      drivers/scsi/qla2xxx/
10048
10049 QLOGIC QLA4XXX iSCSI DRIVER
10050 M:      QLogic-Storage-Upstream@qlogic.com
10051 L:      linux-scsi@vger.kernel.org
10052 S:      Supported
10053 F:      Documentation/scsi/LICENSE.qla4xxx
10054 F:      drivers/scsi/qla4xxx/
10055
10056 QLOGIC QLA3XXX NETWORK DRIVER
10057 M:      Dept-GELinuxNICDev@cavium.com
10058 L:      netdev@vger.kernel.org
10059 S:      Supported
10060 F:      Documentation/networking/LICENSE.qla3xxx
10061 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10062
10063 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10064 M:      Harish Patil <harish.patil@cavium.com>
10065 M:      Manish Chopra <manish.chopra@cavium.com>
10066 M:      Dept-GELinuxNICDev@cavium.com
10067 L:      netdev@vger.kernel.org
10068 S:      Supported
10069 F:      drivers/net/ethernet/qlogic/qlcnic/
10070
10071 QLOGIC QLGE 10Gb ETHERNET DRIVER
10072 M:      Harish Patil <harish.patil@cavium.com>
10073 M:      Manish Chopra <manish.chopra@cavium.com>
10074 M:      Dept-GELinuxNICDev@cavium.com
10075 L:      netdev@vger.kernel.org
10076 S:      Supported
10077 F:      drivers/net/ethernet/qlogic/qlge/
10078
10079 QLOGIC QL4xxx ETHERNET DRIVER
10080 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10081 M:      Ariel Elior <Ariel.Elior@cavium.com>
10082 M:      everest-linux-l2@cavium.com
10083 L:      netdev@vger.kernel.org
10084 S:      Supported
10085 F:      drivers/net/ethernet/qlogic/qed/
10086 F:      include/linux/qed/
10087 F:      drivers/net/ethernet/qlogic/qede/
10088
10089 QNX4 FILESYSTEM
10090 M:      Anders Larsen <al@alarsen.net>
10091 W:      http://www.alarsen.net/linux/qnx4fs/
10092 S:      Maintained
10093 F:      fs/qnx4/
10094 F:      include/uapi/linux/qnx4_fs.h
10095 F:      include/uapi/linux/qnxtypes.h
10096
10097 QORIQ DPAA2 FSL-MC BUS DRIVER
10098 M:      Stuart Yoder <stuart.yoder@nxp.com>
10099 L:      linux-kernel@vger.kernel.org
10100 S:      Maintained
10101 F:      drivers/staging/fsl-mc/
10102
10103 QT1010 MEDIA DRIVER
10104 M:      Antti Palosaari <crope@iki.fi>
10105 L:      linux-media@vger.kernel.org
10106 W:      https://linuxtv.org
10107 W:      http://palosaari.fi/linux/
10108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10109 T:      git git://linuxtv.org/anttip/media_tree.git
10110 S:      Maintained
10111 F:      drivers/media/tuners/qt1010*
10112
10113 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10114 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10115 L:      linux-wireless@vger.kernel.org
10116 L:      ath9k-devel@lists.ath9k.org
10117 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10118 S:      Supported
10119 F:      drivers/net/wireless/ath/ath9k/
10120
10121 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10122 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10123 L:      ath10k@lists.infradead.org
10124 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10126 S:      Supported
10127 F:      drivers/net/wireless/ath/ath10k/
10128
10129 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10130 M:      Timur Tabi <timur@codeaurora.org>
10131 L:      netdev@vger.kernel.org
10132 S:      Supported
10133 F:      drivers/net/ethernet/qualcomm/emac/
10134
10135 QUALCOMM HEXAGON ARCHITECTURE
10136 M:      Richard Kuo <rkuo@codeaurora.org>
10137 L:      linux-hexagon@vger.kernel.org
10138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10139 S:      Supported
10140 F:      arch/hexagon/
10141
10142 QUALCOMM WCN36XX WIRELESS DRIVER
10143 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10144 L:      wcn36xx@lists.infradead.org
10145 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10146 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10147 S:      Supported
10148 F:      drivers/net/wireless/ath/wcn36xx/
10149
10150 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10151 M:      Gabriel Somlo <somlo@cmu.edu>
10152 M:      "Michael S. Tsirkin" <mst@redhat.com>
10153 L:      qemu-devel@nongnu.org
10154 S:      Maintained
10155 F:      drivers/firmware/qemu_fw_cfg.c
10156
10157 RADOS BLOCK DEVICE (RBD)
10158 M:      Ilya Dryomov <idryomov@gmail.com>
10159 M:      Sage Weil <sage@redhat.com>
10160 M:      Alex Elder <elder@kernel.org>
10161 L:      ceph-devel@vger.kernel.org
10162 W:      http://ceph.com/
10163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10164 T:      git git://github.com/ceph/ceph-client.git
10165 S:      Supported
10166 F:      Documentation/ABI/testing/sysfs-bus-rbd
10167 F:      drivers/block/rbd.c
10168 F:      drivers/block/rbd_types.h
10169
10170 RADEON FRAMEBUFFER DISPLAY DRIVER
10171 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10172 L:      linux-fbdev@vger.kernel.org
10173 S:      Maintained
10174 F:      drivers/video/fbdev/aty/radeon*
10175 F:      include/uapi/linux/radeonfb.h
10176
10177 RADIOSHARK RADIO DRIVER
10178 M:      Hans Verkuil <hverkuil@xs4all.nl>
10179 L:      linux-media@vger.kernel.org
10180 T:      git git://linuxtv.org/media_tree.git
10181 S:      Maintained
10182 F:      drivers/media/radio/radio-shark.c
10183
10184 RADIOSHARK2 RADIO DRIVER
10185 M:      Hans Verkuil <hverkuil@xs4all.nl>
10186 L:      linux-media@vger.kernel.org
10187 T:      git git://linuxtv.org/media_tree.git
10188 S:      Maintained
10189 F:      drivers/media/radio/radio-shark2.c
10190 F:      drivers/media/radio/radio-tea5777.c
10191
10192 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10193 M:      Paul Mackerras <paulus@samba.org>
10194 L:      linux-fbdev@vger.kernel.org
10195 S:      Maintained
10196 F:      drivers/video/fbdev/aty/aty128fb.c
10197
10198 RALINK MIPS ARCHITECTURE
10199 M:      John Crispin <john@phrozen.org>
10200 L:      linux-mips@linux-mips.org
10201 S:      Maintained
10202 F:      arch/mips/ralink
10203
10204 RALINK RT2X00 WIRELESS LAN DRIVER
10205 P:      rt2x00 project
10206 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10207 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10208 L:      linux-wireless@vger.kernel.org
10209 S:      Maintained
10210 F:      drivers/net/wireless/ralink/rt2x00/
10211
10212 RAMDISK RAM BLOCK DEVICE DRIVER
10213 M:      Jens Axboe <axboe@kernel.dk>
10214 S:      Maintained
10215 F:      Documentation/blockdev/ramdisk.txt
10216 F:      drivers/block/brd.c
10217
10218 RANDOM NUMBER DRIVER
10219 M:      "Theodore Ts'o" <tytso@mit.edu>
10220 S:      Maintained
10221 F:      drivers/char/random.c
10222
10223 RAPIDIO SUBSYSTEM
10224 M:      Matt Porter <mporter@kernel.crashing.org>
10225 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10226 S:      Maintained
10227 F:      drivers/rapidio/
10228
10229 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10230 L:      linux-wireless@vger.kernel.org
10231 S:      Orphan
10232 F:      drivers/net/wireless/ray*
10233
10234 RCUTORTURE MODULE
10235 M:      Josh Triplett <josh@joshtriplett.org>
10236 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10237 L:      linux-kernel@vger.kernel.org
10238 S:      Supported
10239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10240 F:      Documentation/RCU/torture.txt
10241 F:      kernel/rcu/rcutorture.c
10242
10243 RCUTORTURE TEST FRAMEWORK
10244 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10245 M:      Josh Triplett <josh@joshtriplett.org>
10246 R:      Steven Rostedt <rostedt@goodmis.org>
10247 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10248 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10249 L:      linux-kernel@vger.kernel.org
10250 S:      Supported
10251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10252 F:      tools/testing/selftests/rcutorture
10253
10254 RDC R-321X SoC
10255 M:      Florian Fainelli <florian@openwrt.org>
10256 S:      Maintained
10257
10258 RDC R6040 FAST ETHERNET DRIVER
10259 M:      Florian Fainelli <f.fainelli@gmail.com>
10260 L:      netdev@vger.kernel.org
10261 S:      Maintained
10262 F:      drivers/net/ethernet/rdc/r6040.c
10263
10264 RDS - RELIABLE DATAGRAM SOCKETS
10265 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10266 L:      netdev@vger.kernel.org
10267 L:      linux-rdma@vger.kernel.org
10268 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10269 W:      https://oss.oracle.com/projects/rds/
10270 S:      Supported
10271 F:      net/rds/
10272 F:      Documentation/networking/rds.txt
10273
10274 RDMAVT - RDMA verbs software
10275 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10276 L:      linux-rdma@vger.kernel.org
10277 S:      Supported
10278 F:      drivers/infiniband/sw/rdmavt
10279
10280 READ-COPY UPDATE (RCU)
10281 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10282 M:      Josh Triplett <josh@joshtriplett.org>
10283 R:      Steven Rostedt <rostedt@goodmis.org>
10284 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10285 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10286 L:      linux-kernel@vger.kernel.org
10287 W:      http://www.rdrop.com/users/paulmck/RCU/
10288 S:      Supported
10289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10290 F:      Documentation/RCU/
10291 X:      Documentation/RCU/torture.txt
10292 F:      include/linux/rcu*
10293 X:      include/linux/srcu.h
10294 F:      kernel/rcu/
10295 X:      kernel/torture.c
10296
10297 REAL TIME CLOCK (RTC) SUBSYSTEM
10298 M:      Alessandro Zummo <a.zummo@towertech.it>
10299 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10300 L:      rtc-linux@googlegroups.com
10301 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10303 S:      Maintained
10304 F:      Documentation/devicetree/bindings/rtc/
10305 F:      Documentation/rtc.txt
10306 F:      drivers/rtc/
10307 F:      include/linux/rtc.h
10308 F:      include/uapi/linux/rtc.h
10309 F:      include/linux/rtc/
10310 F:      include/linux/platform_data/rtc-*
10311 F:      tools/testing/selftests/timers/rtctest.c
10312
10313 REALTEK AUDIO CODECS
10314 M:      Bard Liao <bardliao@realtek.com>
10315 M:      Oder Chiou <oder_chiou@realtek.com>
10316 S:      Maintained
10317 F:      sound/soc/codecs/rt*
10318 F:      include/sound/rt*.h
10319
10320 REISERFS FILE SYSTEM
10321 L:      reiserfs-devel@vger.kernel.org
10322 S:      Supported
10323 F:      fs/reiserfs/
10324
10325 REGISTER MAP ABSTRACTION
10326 M:      Mark Brown <broonie@kernel.org>
10327 L:      linux-kernel@vger.kernel.org
10328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10329 S:      Supported
10330 F:      Documentation/devicetree/bindings/regmap/
10331 F:      drivers/base/regmap/
10332 F:      include/linux/regmap.h
10333
10334 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10335 M:      Ohad Ben-Cohen <ohad@wizery.com>
10336 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10337 L:      linux-remoteproc@vger.kernel.org
10338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10339 S:      Maintained
10340 F:      Documentation/devicetree/bindings/remoteproc/
10341 F:      Documentation/remoteproc.txt
10342 F:      drivers/remoteproc/
10343 F:      include/linux/remoteproc.h
10344
10345 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10346 M:      Ohad Ben-Cohen <ohad@wizery.com>
10347 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10348 L:      linux-remoteproc@vger.kernel.org
10349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10350 S:      Maintained
10351 F:      drivers/rpmsg/
10352 F:      Documentation/rpmsg.txt
10353 F:      include/linux/rpmsg.h
10354
10355 RENESAS CLOCK DRIVERS
10356 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10357 L:      linux-renesas-soc@vger.kernel.org
10358 S:      Supported
10359 F:      drivers/clk/renesas/
10360
10361 RENESAS ETHERNET DRIVERS
10362 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10363 L:      netdev@vger.kernel.org
10364 L:      linux-renesas-soc@vger.kernel.org
10365 F:      drivers/net/ethernet/renesas/
10366 F:      include/linux/sh_eth.h
10367
10368 RENESAS USB2 PHY DRIVER
10369 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10370 L:      linux-renesas-soc@vger.kernel.org
10371 S:      Maintained
10372 F:      drivers/phy/phy-rcar-gen3-usb2.c
10373
10374 RESET CONTROLLER FRAMEWORK
10375 M:      Philipp Zabel <p.zabel@pengutronix.de>
10376 T:      git git://git.pengutronix.de/git/pza/linux
10377 S:      Maintained
10378 F:      drivers/reset/
10379 F:      Documentation/devicetree/bindings/reset/
10380 F:      include/dt-bindings/reset/
10381 F:      include/linux/reset.h
10382 F:      include/linux/reset-controller.h
10383
10384 RFKILL
10385 M:      Johannes Berg <johannes@sipsolutions.net>
10386 L:      linux-wireless@vger.kernel.org
10387 W:      http://wireless.kernel.org/
10388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10390 S:      Maintained
10391 F:      Documentation/rfkill.txt
10392 F:      net/rfkill/
10393
10394 RHASHTABLE
10395 M:      Thomas Graf <tgraf@suug.ch>
10396 M:      Herbert Xu <herbert@gondor.apana.org.au>
10397 L:      netdev@vger.kernel.org
10398 S:      Maintained
10399 F:      lib/rhashtable.c
10400 F:      include/linux/rhashtable.h
10401
10402 RICOH SMARTMEDIA/XD DRIVER
10403 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10404 S:      Maintained
10405 F:      drivers/mtd/nand/r852.c
10406 F:      drivers/mtd/nand/r852.h
10407
10408 RICOH R5C592 MEMORYSTICK DRIVER
10409 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10410 S:      Maintained
10411 F:      drivers/memstick/host/r592.*
10412
10413 ROCCAT DRIVERS
10414 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10415 W:      http://sourceforge.net/projects/roccat/
10416 S:      Maintained
10417 F:      drivers/hid/hid-roccat*
10418 F:      include/linux/hid-roccat*
10419 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10420
10421 ROCKER DRIVER
10422 M:      Jiri Pirko <jiri@resnulli.us>
10423 L:      netdev@vger.kernel.org
10424 S:      Supported
10425 F:      drivers/net/ethernet/rocker/
10426
10427 ROCKETPORT DRIVER
10428 P:      Comtrol Corp.
10429 W:      http://www.comtrol.com
10430 S:      Maintained
10431 F:      Documentation/serial/rocket.txt
10432 F:      drivers/tty/rocket*
10433
10434 ROCKETPORT EXPRESS/INFINITY DRIVER
10435 M:      Kevin Cernekee <cernekee@gmail.com>
10436 L:      linux-serial@vger.kernel.org
10437 S:      Odd Fixes
10438 F:      drivers/tty/serial/rp2.*
10439
10440 ROSE NETWORK LAYER
10441 M:      Ralf Baechle <ralf@linux-mips.org>
10442 L:      linux-hams@vger.kernel.org
10443 W:      http://www.linux-ax25.org/
10444 S:      Maintained
10445 F:      include/net/rose.h
10446 F:      include/uapi/linux/rose.h
10447 F:      net/rose/
10448
10449 RTL2830 MEDIA DRIVER
10450 M:      Antti Palosaari <crope@iki.fi>
10451 L:      linux-media@vger.kernel.org
10452 W:      https://linuxtv.org
10453 W:      http://palosaari.fi/linux/
10454 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10455 T:      git git://linuxtv.org/anttip/media_tree.git
10456 S:      Maintained
10457 F:      drivers/media/dvb-frontends/rtl2830*
10458
10459 RTL2832 MEDIA DRIVER
10460 M:      Antti Palosaari <crope@iki.fi>
10461 L:      linux-media@vger.kernel.org
10462 W:      https://linuxtv.org
10463 W:      http://palosaari.fi/linux/
10464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10465 T:      git git://linuxtv.org/anttip/media_tree.git
10466 S:      Maintained
10467 F:      drivers/media/dvb-frontends/rtl2832*
10468
10469 RTL2832_SDR MEDIA DRIVER
10470 M:      Antti Palosaari <crope@iki.fi>
10471 L:      linux-media@vger.kernel.org
10472 W:      https://linuxtv.org
10473 W:      http://palosaari.fi/linux/
10474 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10475 T:      git git://linuxtv.org/anttip/media_tree.git
10476 S:      Maintained
10477 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10478
10479 RTL8180 WIRELESS DRIVER
10480 L:      linux-wireless@vger.kernel.org
10481 W:      http://wireless.kernel.org/
10482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10483 S:      Orphan
10484 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10485
10486 RTL8187 WIRELESS DRIVER
10487 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10488 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10489 M:      Larry Finger <Larry.Finger@lwfinger.net>
10490 L:      linux-wireless@vger.kernel.org
10491 W:      http://wireless.kernel.org/
10492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10493 S:      Maintained
10494 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10495
10496 RTL8192CE WIRELESS DRIVER
10497 M:      Larry Finger <Larry.Finger@lwfinger.net>
10498 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10499 L:      linux-wireless@vger.kernel.org
10500 W:      http://wireless.kernel.org/
10501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10502 S:      Maintained
10503 F:      drivers/net/wireless/realtek/rtlwifi/
10504 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10505
10506 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10507 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10508 L:      linux-wireless@vger.kernel.org
10509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10510 S:      Maintained
10511 F:      drivers/net/wireless/realtek/rtl8xxxu/
10512
10513 S3 SAVAGE FRAMEBUFFER DRIVER
10514 M:      Antonino Daplas <adaplas@gmail.com>
10515 L:      linux-fbdev@vger.kernel.org
10516 S:      Maintained
10517 F:      drivers/video/fbdev/savage/
10518
10519 S390
10520 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10521 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10522 L:      linux-s390@vger.kernel.org
10523 W:      http://www.ibm.com/developerworks/linux/linux390/
10524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10525 S:      Supported
10526 F:      arch/s390/
10527 F:      drivers/s390/
10528 F:      Documentation/s390/
10529 F:      Documentation/DocBook/s390*
10530
10531 S390 COMMON I/O LAYER
10532 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10533 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10534 L:      linux-s390@vger.kernel.org
10535 W:      http://www.ibm.com/developerworks/linux/linux390/
10536 S:      Supported
10537 F:      drivers/s390/cio/
10538
10539 S390 DASD DRIVER
10540 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10541 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10542 L:      linux-s390@vger.kernel.org
10543 W:      http://www.ibm.com/developerworks/linux/linux390/
10544 S:      Supported
10545 F:      drivers/s390/block/dasd*
10546 F:      block/partitions/ibm.c
10547
10548 S390 NETWORK DRIVERS
10549 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10550 L:      linux-s390@vger.kernel.org
10551 W:      http://www.ibm.com/developerworks/linux/linux390/
10552 S:      Supported
10553 F:      drivers/s390/net/
10554
10555 S390 PCI SUBSYSTEM
10556 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10557 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10558 L:      linux-s390@vger.kernel.org
10559 W:      http://www.ibm.com/developerworks/linux/linux390/
10560 S:      Supported
10561 F:      arch/s390/pci/
10562 F:      drivers/pci/hotplug/s390_pci_hpc.c
10563
10564 S390 ZCRYPT DRIVER
10565 M:      Harald Freudenberger <freude@de.ibm.com>
10566 L:      linux-s390@vger.kernel.org
10567 W:      http://www.ibm.com/developerworks/linux/linux390/
10568 S:      Supported
10569 F:      drivers/s390/crypto/
10570
10571 S390 ZFCP DRIVER
10572 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10573 L:      linux-s390@vger.kernel.org
10574 W:      http://www.ibm.com/developerworks/linux/linux390/
10575 S:      Supported
10576 F:      drivers/s390/scsi/zfcp_*
10577
10578 S390 IUCV NETWORK LAYER
10579 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10580 L:      linux-s390@vger.kernel.org
10581 W:      http://www.ibm.com/developerworks/linux/linux390/
10582 S:      Supported
10583 F:      drivers/s390/net/*iucv*
10584 F:      include/net/iucv/
10585 F:      net/iucv/
10586
10587 S390 IOMMU (PCI)
10588 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10589 L:      linux-s390@vger.kernel.org
10590 W:      http://www.ibm.com/developerworks/linux/linux390/
10591 S:      Supported
10592 F:      drivers/iommu/s390-iommu.c
10593
10594 S3C24XX SD/MMC Driver
10595 M:      Ben Dooks <ben-linux@fluff.org>
10596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10597 S:      Supported
10598 F:      drivers/mmc/host/s3cmci.*
10599
10600 SAA6588 RDS RECEIVER DRIVER
10601 M:      Hans Verkuil <hverkuil@xs4all.nl>
10602 L:      linux-media@vger.kernel.org
10603 T:      git git://linuxtv.org/media_tree.git
10604 W:      https://linuxtv.org
10605 S:      Odd Fixes
10606 F:      drivers/media/i2c/saa6588*
10607
10608 SAA7134 VIDEO4LINUX DRIVER
10609 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10610 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10611 L:      linux-media@vger.kernel.org
10612 W:      https://linuxtv.org
10613 T:      git git://linuxtv.org/media_tree.git
10614 S:      Odd fixes
10615 F:      Documentation/media/v4l-drivers/saa7134*
10616 F:      drivers/media/pci/saa7134/
10617
10618 SAA7146 VIDEO4LINUX-2 DRIVER
10619 M:      Hans Verkuil <hverkuil@xs4all.nl>
10620 L:      linux-media@vger.kernel.org
10621 T:      git git://linuxtv.org/media_tree.git
10622 S:      Maintained
10623 F:      drivers/media/common/saa7146/
10624 F:      drivers/media/pci/saa7146/
10625 F:      include/media/saa7146*
10626
10627 SAMSUNG LAPTOP DRIVER
10628 M:      Corentin Chary <corentin.chary@gmail.com>
10629 L:      platform-driver-x86@vger.kernel.org
10630 S:      Maintained
10631 F:      drivers/platform/x86/samsung-laptop.c
10632
10633 SAMSUNG AUDIO (ASoC) DRIVERS
10634 M:      Krzysztof Kozlowski <krzk@kernel.org>
10635 M:      Sangbeom Kim <sbkim73@samsung.com>
10636 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10637 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10638 S:      Supported
10639 F:      sound/soc/samsung/
10640
10641 SAMSUNG FRAMEBUFFER DRIVER
10642 M:      Jingoo Han <jingoohan1@gmail.com>
10643 L:      linux-fbdev@vger.kernel.org
10644 S:      Maintained
10645 F:      drivers/video/fbdev/s3c-fb.c
10646
10647 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10648 M:      Sangbeom Kim <sbkim73@samsung.com>
10649 M:      Krzysztof Kozlowski <krzk@kernel.org>
10650 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10651 L:      linux-kernel@vger.kernel.org
10652 L:      linux-samsung-soc@vger.kernel.org
10653 S:      Supported
10654 F:      drivers/mfd/sec*.c
10655 F:      drivers/regulator/s2m*.c
10656 F:      drivers/regulator/s5m*.c
10657 F:      drivers/clk/clk-s2mps11.c
10658 F:      drivers/rtc/rtc-s5m.c
10659 F:      include/linux/mfd/samsung/
10660 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10661 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10662 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10663 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10664
10665 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10666 M:      Kyungmin Park <kyungmin.park@samsung.com>
10667 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10668 L:      linux-media@vger.kernel.org
10669 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10670 S:      Supported
10671 F:      drivers/media/platform/exynos4-is/
10672
10673 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10674 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10675 L:      linux-media@vger.kernel.org
10676 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10677 S:      Maintained
10678 F:      drivers/media/platform/s3c-camif/
10679 F:      include/media/drv-intf/s3c_camif.h
10680
10681 SAMSUNG S5C73M3 CAMERA DRIVER
10682 M:      Kyungmin Park <kyungmin.park@samsung.com>
10683 M:      Andrzej Hajda <a.hajda@samsung.com>
10684 L:      linux-media@vger.kernel.org
10685 S:      Supported
10686 F:      drivers/media/i2c/s5c73m3/*
10687
10688 SAMSUNG S5K5BAF CAMERA DRIVER
10689 M:      Kyungmin Park <kyungmin.park@samsung.com>
10690 M:      Andrzej Hajda <a.hajda@samsung.com>
10691 L:      linux-media@vger.kernel.org
10692 S:      Supported
10693 F:      drivers/media/i2c/s5k5baf.c
10694
10695 SAMSUNG S3FWRN5 NFC DRIVER
10696 M:      Robert Baldyga <r.baldyga@samsung.com>
10697 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10698 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10699 S:      Supported
10700 F:      drivers/nfc/s3fwrn5
10701
10702 SAMSUNG SOC CLOCK DRIVERS
10703 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10704 M:      Tomasz Figa <tomasz.figa@gmail.com>
10705 M:      Chanwoo Choi <cw00.choi@samsung.com>
10706 S:      Supported
10707 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10708 F:      drivers/clk/samsung/
10709 F:      include/dt-bindings/clock/exynos*.h
10710 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10711
10712 SAMSUNG SPI DRIVERS
10713 M:      Kukjin Kim <kgene@kernel.org>
10714 M:      Krzysztof Kozlowski <krzk@kernel.org>
10715 M:      Andi Shyti <andi.shyti@samsung.com>
10716 L:      linux-spi@vger.kernel.org
10717 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10718 S:      Maintained
10719 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10720 F:      drivers/spi/spi-s3c*
10721 F:      include/linux/platform_data/spi-s3c64xx.h
10722
10723 SAMSUNG SXGBE DRIVERS
10724 M:      Byungho An <bh74.an@samsung.com>
10725 M:      Girish K S <ks.giri@samsung.com>
10726 M:      Vipul Pandya <vipul.pandya@samsung.com>
10727 S:      Supported
10728 L:      netdev@vger.kernel.org
10729 F:      drivers/net/ethernet/samsung/sxgbe/
10730
10731 SAMSUNG THERMAL DRIVER
10732 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10733 L:      linux-pm@vger.kernel.org
10734 L:      linux-samsung-soc@vger.kernel.org
10735 S:      Supported
10736 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10737 F:      drivers/thermal/samsung/
10738
10739 SAMSUNG USB2 PHY DRIVER
10740 M:      Kamil Debski <kamil@wypas.org>
10741 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10742 L:      linux-kernel@vger.kernel.org
10743 S:      Supported
10744 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10745 F:      Documentation/phy/samsung-usb2.txt
10746 F:      drivers/phy/phy-exynos4210-usb2.c
10747 F:      drivers/phy/phy-exynos4x12-usb2.c
10748 F:      drivers/phy/phy-exynos5250-usb2.c
10749 F:      drivers/phy/phy-s5pv210-usb2.c
10750 F:      drivers/phy/phy-samsung-usb2.c
10751 F:      drivers/phy/phy-samsung-usb2.h
10752
10753 SERIAL DRIVERS
10754 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10755 L:      linux-serial@vger.kernel.org
10756 S:      Maintained
10757 F:      Documentation/devicetree/bindings/serial/
10758 F:      drivers/tty/serial/
10759
10760 STI CEC DRIVER
10761 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10762 L:      kernel@stlinux.com
10763 S:      Maintained
10764 F:      drivers/staging/media/st-cec/
10765 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10766
10767 SYNOPSYS DESIGNWARE DMAC DRIVER
10768 M:      Viresh Kumar <vireshk@kernel.org>
10769 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10770 S:      Maintained
10771 F:      include/linux/dma/dw.h
10772 F:      include/linux/platform_data/dma-dw.h
10773 F:      drivers/dma/dw/
10774
10775 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10776 M: Lars Persson <lars.persson@axis.com>
10777 L: netdev@vger.kernel.org
10778 S: Supported
10779 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10780 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10781
10782 SYNOPSYS DESIGNWARE I2C DRIVER
10783 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10784 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10785 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10786 L:      linux-i2c@vger.kernel.org
10787 S:      Maintained
10788 F:      drivers/i2c/busses/i2c-designware-*
10789 F:      include/linux/platform_data/i2c-designware.h
10790
10791 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10792 M:      Jaehoon Chung <jh80.chung@samsung.com>
10793 L:      linux-mmc@vger.kernel.org
10794 S:      Maintained
10795 F:      include/linux/mmc/dw_mmc.h
10796 F:      drivers/mmc/host/dw_mmc*
10797
10798 SYSTEM TRACE MODULE CLASS
10799 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10800 S:      Maintained
10801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10802 F:      Documentation/trace/stm.txt
10803 F:      drivers/hwtracing/stm/
10804 F:      include/linux/stm.h
10805 F:      include/uapi/linux/stm.h
10806
10807 THUNDERBOLT DRIVER
10808 M:      Andreas Noever <andreas.noever@gmail.com>
10809 S:      Maintained
10810 F:      drivers/thunderbolt/
10811
10812 TI BQ27XXX POWER SUPPLY DRIVER
10813 R:      Andrew F. Davis <afd@ti.com>
10814 F:      include/linux/power/bq27xxx_battery.h
10815 F:      drivers/power/supply/bq27xxx_battery.c
10816 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10817
10818 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10819 M:      John Stultz <john.stultz@linaro.org>
10820 M:      Thomas Gleixner <tglx@linutronix.de>
10821 L:      linux-kernel@vger.kernel.org
10822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10823 S:      Supported
10824 F:      include/linux/clocksource.h
10825 F:      include/linux/time.h
10826 F:      include/linux/timex.h
10827 F:      include/uapi/linux/time.h
10828 F:      include/uapi/linux/timex.h
10829 F:      kernel/time/clocksource.c
10830 F:      kernel/time/time*.c
10831 F:      kernel/time/alarmtimer.c
10832 F:      kernel/time/ntp.c
10833 F:      tools/testing/selftests/timers/
10834
10835 SC1200 WDT DRIVER
10836 M:      Zwane Mwaikambo <zwanem@gmail.com>
10837 S:      Maintained
10838 F:      drivers/watchdog/sc1200wdt.c
10839
10840 SCHEDULER
10841 M:      Ingo Molnar <mingo@redhat.com>
10842 M:      Peter Zijlstra <peterz@infradead.org>
10843 L:      linux-kernel@vger.kernel.org
10844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10845 S:      Maintained
10846 F:      kernel/sched/
10847 F:      include/linux/sched.h
10848 F:      include/uapi/linux/sched.h
10849 F:      include/linux/wait.h
10850
10851 SCORE ARCHITECTURE
10852 M:      Chen Liqin <liqin.linux@gmail.com>
10853 M:      Lennox Wu <lennox.wu@gmail.com>
10854 W:      http://www.sunplus.com
10855 S:      Supported
10856 F:      arch/score/
10857
10858 SCR24X CHIP CARD INTERFACE DRIVER
10859 M:      Lubomir Rintel <lkundrak@v3.sk>
10860 S:      Supported
10861 F:      drivers/char/pcmcia/scr24x_cs.c
10862
10863 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10864 M:      Sudeep Holla <sudeep.holla@arm.com>
10865 L:      linux-arm-kernel@lists.infradead.org
10866 S:      Maintained
10867 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10868 F:      drivers/clk/clk-scpi.c
10869 F:      drivers/cpufreq/scpi-cpufreq.c
10870 F:      drivers/firmware/arm_scpi.c
10871 F:      include/linux/scpi_protocol.h
10872
10873 SCSI CDROM DRIVER
10874 M:      Jens Axboe <axboe@kernel.dk>
10875 L:      linux-scsi@vger.kernel.org
10876 W:      http://www.kernel.dk
10877 S:      Maintained
10878 F:      drivers/scsi/sr*
10879
10880 SCSI RDMA PROTOCOL (SRP) INITIATOR
10881 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10882 L:      linux-rdma@vger.kernel.org
10883 S:      Supported
10884 W:      http://www.openfabrics.org
10885 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10887 F:      drivers/infiniband/ulp/srp/
10888 F:      include/scsi/srp.h
10889
10890 SCSI SG DRIVER
10891 M:      Doug Gilbert <dgilbert@interlog.com>
10892 L:      linux-scsi@vger.kernel.org
10893 W:      http://sg.danny.cz/sg
10894 S:      Maintained
10895 F:      Documentation/scsi/scsi-generic.txt
10896 F:      drivers/scsi/sg.c
10897 F:      include/scsi/sg.h
10898
10899 SCSI SUBSYSTEM
10900 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10902 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10904 L:      linux-scsi@vger.kernel.org
10905 S:      Maintained
10906 F:      Documentation/devicetree/bindings/scsi/
10907 F:      drivers/scsi/
10908 F:      include/scsi/
10909
10910 SCSI TAPE DRIVER
10911 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10912 L:      linux-scsi@vger.kernel.org
10913 S:      Maintained
10914 F:      Documentation/scsi/st.txt
10915 F:      drivers/scsi/st.*
10916 F:      drivers/scsi/st_*.h
10917
10918 SCTP PROTOCOL
10919 M:      Vlad Yasevich <vyasevich@gmail.com>
10920 M:      Neil Horman <nhorman@tuxdriver.com>
10921 L:      linux-sctp@vger.kernel.org
10922 W:      http://lksctp.sourceforge.net
10923 S:      Maintained
10924 F:      Documentation/networking/sctp.txt
10925 F:      include/linux/sctp.h
10926 F:      include/uapi/linux/sctp.h
10927 F:      include/net/sctp/
10928 F:      net/sctp/
10929
10930 SCx200 CPU SUPPORT
10931 M:      Jim Cromie <jim.cromie@gmail.com>
10932 S:      Odd Fixes
10933 F:      Documentation/i2c/busses/scx200_acb
10934 F:      arch/x86/platform/scx200/
10935 F:      drivers/watchdog/scx200_wdt.c
10936 F:      drivers/i2c/busses/scx200*
10937 F:      drivers/mtd/maps/scx200_docflash.c
10938 F:      include/linux/scx200.h
10939
10940 SCx200 GPIO DRIVER
10941 M:      Jim Cromie <jim.cromie@gmail.com>
10942 S:      Maintained
10943 F:      drivers/char/scx200_gpio.c
10944 F:      include/linux/scx200_gpio.h
10945
10946 SCx200 HRT CLOCKSOURCE DRIVER
10947 M:      Jim Cromie <jim.cromie@gmail.com>
10948 S:      Maintained
10949 F:      drivers/clocksource/scx200_hrt.c
10950
10951 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10952 M:      Sascha Sommer <saschasommer@freenet.de>
10953 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10954 S:      Maintained
10955 F:      drivers/mmc/host/sdricoh_cs.c
10956
10957 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10958 M:      Adrian Hunter <adrian.hunter@intel.com>
10959 L:      linux-mmc@vger.kernel.org
10960 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10961 S:      Maintained
10962 F:      drivers/mmc/host/sdhci*
10963 F:      include/linux/mmc/sdhci*
10964
10965 SECURE COMPUTING
10966 M:      Kees Cook <keescook@chromium.org>
10967 R:      Andy Lutomirski <luto@amacapital.net>
10968 R:      Will Drewry <wad@chromium.org>
10969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10970 S:      Supported
10971 F:      kernel/seccomp.c
10972 F:      include/uapi/linux/seccomp.h
10973 F:      include/linux/seccomp.h
10974 F:      tools/testing/selftests/seccomp/*
10975 K:      \bsecure_computing
10976 K:      \bTIF_SECCOMP\b
10977
10978 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10979 M:      Al Cooper <alcooperx@gmail.com>
10980 L:      linux-mmc@vger.kernel.org
10981 L:      bcm-kernel-feedback-list@broadcom.com
10982 S:      Maintained
10983 F:      drivers/mmc/host/sdhci-brcmstb*
10984
10985 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10986 M:      Ben Dooks <ben-linux@fluff.org>
10987 M:      Jaehoon Chung <jh80.chung@samsung.com>
10988 L:      linux-mmc@vger.kernel.org
10989 S:      Maintained
10990 F:      drivers/mmc/host/sdhci-s3c*
10991
10992 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10993 M:      Viresh Kumar <vireshk@kernel.org>
10994 L:      linux-mmc@vger.kernel.org
10995 S:      Maintained
10996 F:      drivers/mmc/host/sdhci-spear.c
10997
10998 SECURITY SUBSYSTEM
10999 M:      James Morris <james.l.morris@oracle.com>
11000 M:      "Serge E. Hallyn" <serge@hallyn.com>
11001 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11003 W:      http://kernsec.org/
11004 S:      Supported
11005 F:      security/
11006
11007 SECURITY CONTACT
11008 M:      Security Officers <security@kernel.org>
11009 S:      Supported
11010
11011 SELINUX SECURITY MODULE
11012 M:      Paul Moore <paul@paul-moore.com>
11013 M:      Stephen Smalley <sds@tycho.nsa.gov>
11014 M:      Eric Paris <eparis@parisplace.org>
11015 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11016 W:      http://selinuxproject.org
11017 T:      git git://git.infradead.org/users/pcmoore/selinux
11018 S:      Supported
11019 F:      include/linux/selinux*
11020 F:      security/selinux/
11021 F:      scripts/selinux/
11022
11023 APPARMOR SECURITY MODULE
11024 M:      John Johansen <john.johansen@canonical.com>
11025 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11026 W:      apparmor.wiki.kernel.org
11027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11028 S:      Supported
11029 F:      security/apparmor/
11030
11031 LOADPIN SECURITY MODULE
11032 M:      Kees Cook <keescook@chromium.org>
11033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11034 S:      Supported
11035 F:      security/loadpin/
11036
11037 YAMA SECURITY MODULE
11038 M:      Kees Cook <keescook@chromium.org>
11039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11040 S:      Supported
11041 F:      security/yama/
11042
11043 SENSABLE PHANTOM
11044 M:      Jiri Slaby <jirislaby@gmail.com>
11045 S:      Maintained
11046 F:      drivers/misc/phantom.c
11047 F:      include/uapi/linux/phantom.h
11048
11049 Emulex 10Gbps iSCSI - OneConnect DRIVER
11050 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11051 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11052 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11053 L:      linux-scsi@vger.kernel.org
11054 W:      http://www.broadcom.com
11055 S:      Supported
11056 F:      drivers/scsi/be2iscsi/
11057
11058 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11059 M:      Sathya Perla <sathya.perla@broadcom.com>
11060 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11061 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11062 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11063 L:      netdev@vger.kernel.org
11064 W:      http://www.emulex.com
11065 S:      Supported
11066 F:      drivers/net/ethernet/emulex/benet/
11067
11068 EMULEX ONECONNECT ROCE DRIVER
11069 M:      Selvin Xavier <selvin.xavier@avagotech.com>
11070 M:      Devesh Sharma <devesh.sharma@avagotech.com>
11071 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
11072 L:      linux-rdma@vger.kernel.org
11073 W:      http://www.emulex.com
11074 S:      Supported
11075 F:      drivers/infiniband/hw/ocrdma/
11076 F:      include/uapi/rdma/ocrdma-abi.h
11077
11078 SFC NETWORK DRIVER
11079 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11080 M:      Edward Cree <ecree@solarflare.com>
11081 M:      Bert Kenward <bkenward@solarflare.com>
11082 L:      netdev@vger.kernel.org
11083 S:      Supported
11084 F:      drivers/net/ethernet/sfc/
11085
11086 SGI GRU DRIVER
11087 M:      Dimitri Sivanich <sivanich@sgi.com>
11088 S:      Maintained
11089 F:      drivers/misc/sgi-gru/
11090
11091 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11092 M:      Pat Gefre <pfg@sgi.com>
11093 L:      linux-ia64@vger.kernel.org
11094 S:      Supported
11095 F:      Documentation/ia64/serial.txt
11096 F:      drivers/tty/serial/ioc?_serial.c
11097 F:      include/linux/ioc?.h
11098
11099 SGI XP/XPC/XPNET DRIVER
11100 M:      Cliff Whickman <cpw@sgi.com>
11101 M:      Robin Holt <robinmholt@gmail.com>
11102 S:      Maintained
11103 F:      drivers/misc/sgi-xp/
11104
11105 SI2157 MEDIA DRIVER
11106 M:      Antti Palosaari <crope@iki.fi>
11107 L:      linux-media@vger.kernel.org
11108 W:      https://linuxtv.org
11109 W:      http://palosaari.fi/linux/
11110 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11111 T:      git git://linuxtv.org/anttip/media_tree.git
11112 S:      Maintained
11113 F:      drivers/media/tuners/si2157*
11114
11115 SI2168 MEDIA DRIVER
11116 M:      Antti Palosaari <crope@iki.fi>
11117 L:      linux-media@vger.kernel.org
11118 W:      https://linuxtv.org
11119 W:      http://palosaari.fi/linux/
11120 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11121 T:      git git://linuxtv.org/anttip/media_tree.git
11122 S:      Maintained
11123 F:      drivers/media/dvb-frontends/si2168*
11124
11125 SI470X FM RADIO RECEIVER I2C DRIVER
11126 M:      Hans Verkuil <hverkuil@xs4all.nl>
11127 L:      linux-media@vger.kernel.org
11128 T:      git git://linuxtv.org/media_tree.git
11129 W:      https://linuxtv.org
11130 S:      Odd Fixes
11131 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11132
11133 SI470X FM RADIO RECEIVER USB DRIVER
11134 M:      Hans Verkuil <hverkuil@xs4all.nl>
11135 L:      linux-media@vger.kernel.org
11136 T:      git git://linuxtv.org/media_tree.git
11137 W:      https://linuxtv.org
11138 S:      Maintained
11139 F:      drivers/media/radio/si470x/radio-si470x-common.c
11140 F:      drivers/media/radio/si470x/radio-si470x.h
11141 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11142
11143 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11144 M:      Eduardo Valentin <edubezval@gmail.com>
11145 L:      linux-media@vger.kernel.org
11146 T:      git git://linuxtv.org/media_tree.git
11147 W:      https://linuxtv.org
11148 S:      Odd Fixes
11149 F:      drivers/media/radio/si4713/si4713.?
11150
11151 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11152 M:      Eduardo Valentin <edubezval@gmail.com>
11153 L:      linux-media@vger.kernel.org
11154 T:      git git://linuxtv.org/media_tree.git
11155 W:      https://linuxtv.org
11156 S:      Odd Fixes
11157 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11158
11159 SI4713 FM RADIO TRANSMITTER USB DRIVER
11160 M:      Hans Verkuil <hverkuil@xs4all.nl>
11161 L:      linux-media@vger.kernel.org
11162 T:      git git://linuxtv.org/media_tree.git
11163 W:      https://linuxtv.org
11164 S:      Maintained
11165 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11166
11167 SIANO DVB DRIVER
11168 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11169 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11170 L:      linux-media@vger.kernel.org
11171 W:      https://linuxtv.org
11172 T:      git git://linuxtv.org/media_tree.git
11173 S:      Odd fixes
11174 F:      drivers/media/common/siano/
11175 F:      drivers/media/usb/siano/
11176 F:      drivers/media/usb/siano/
11177 F:      drivers/media/mmc/siano/
11178
11179 SIMPLEFB FB DRIVER
11180 M:      Hans de Goede <hdegoede@redhat.com>
11181 L:      linux-fbdev@vger.kernel.org
11182 S:      Maintained
11183 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11184 F:      drivers/video/fbdev/simplefb.c
11185 F:      include/linux/platform_data/simplefb.h
11186
11187 SH_VEU V4L2 MEM2MEM DRIVER
11188 L:      linux-media@vger.kernel.org
11189 S:      Orphan
11190 F:      drivers/media/platform/sh_veu.c
11191
11192 SH_VOU V4L2 OUTPUT DRIVER
11193 L:      linux-media@vger.kernel.org
11194 S:      Orphan
11195 F:      drivers/media/platform/sh_vou.c
11196 F:      include/media/drv-intf/sh_vou.h
11197
11198 SIMPLE FIRMWARE INTERFACE (SFI)
11199 M:      Len Brown <lenb@kernel.org>
11200 L:      sfi-devel@simplefirmware.org
11201 W:      http://simplefirmware.org/
11202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11203 S:      Supported
11204 F:      arch/x86/platform/sfi/
11205 F:      drivers/sfi/
11206 F:      include/linux/sfi*.h
11207
11208 SIMTEC EB110ATX (Chalice CATS)
11209 P:      Ben Dooks
11210 P:      Vincent Sanders <vince@simtec.co.uk>
11211 M:      Simtec Linux Team <linux@simtec.co.uk>
11212 W:      http://www.simtec.co.uk/products/EB110ATX/
11213 S:      Supported
11214
11215 SIMTEC EB2410ITX (BAST)
11216 P:      Ben Dooks
11217 P:      Vincent Sanders <vince@simtec.co.uk>
11218 M:      Simtec Linux Team <linux@simtec.co.uk>
11219 W:      http://www.simtec.co.uk/products/EB2410ITX/
11220 S:      Supported
11221 F:      arch/arm/mach-s3c24xx/mach-bast.c
11222 F:      arch/arm/mach-s3c24xx/bast-ide.c
11223 F:      arch/arm/mach-s3c24xx/bast-irq.c
11224
11225 TI DAVINCI MACHINE SUPPORT
11226 M:      Sekhar Nori <nsekhar@ti.com>
11227 M:      Kevin Hilman <khilman@kernel.org>
11228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11230 S:      Supported
11231 F:      arch/arm/mach-davinci/
11232 F:      drivers/i2c/busses/i2c-davinci.c
11233
11234 TI DAVINCI SERIES MEDIA DRIVER
11235 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11236 L:      linux-media@vger.kernel.org
11237 W:      https://linuxtv.org
11238 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11239 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11240 S:      Maintained
11241 F:      drivers/media/platform/davinci/
11242 F:      include/media/davinci/
11243
11244 TI AM437X VPFE DRIVER
11245 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11246 L:      linux-media@vger.kernel.org
11247 W:      https://linuxtv.org
11248 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11249 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11250 S:      Maintained
11251 F:      drivers/media/platform/am437x/
11252
11253 OV2659 OMNIVISION SENSOR DRIVER
11254 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11255 L:      linux-media@vger.kernel.org
11256 W:      https://linuxtv.org
11257 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11258 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11259 S:      Maintained
11260 F:      drivers/media/i2c/ov2659.c
11261 F:      include/media/i2c/ov2659.h
11262
11263 SILICON MOTION SM712 FRAME BUFFER DRIVER
11264 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11265 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11266 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11267 L:      linux-fbdev@vger.kernel.org
11268 S:      Maintained
11269 F:      drivers/video/fbdev/sm712*
11270 F:      Documentation/fb/sm712fb.txt
11271
11272 SIS 190 ETHERNET DRIVER
11273 M:      Francois Romieu <romieu@fr.zoreil.com>
11274 L:      netdev@vger.kernel.org
11275 S:      Maintained
11276 F:      drivers/net/ethernet/sis/sis190.c
11277
11278 SIS 900/7016 FAST ETHERNET DRIVER
11279 M:      Daniele Venzano <venza@brownhat.org>
11280 W:      http://www.brownhat.org/sis900.html
11281 L:      netdev@vger.kernel.org
11282 S:      Maintained
11283 F:      drivers/net/ethernet/sis/sis900.*
11284
11285 SIS FRAMEBUFFER DRIVER
11286 M:      Thomas Winischhofer <thomas@winischhofer.net>
11287 W:      http://www.winischhofer.net/linuxsisvga.shtml
11288 S:      Maintained
11289 F:      Documentation/fb/sisfb.txt
11290 F:      drivers/video/fbdev/sis/
11291 F:      include/video/sisfb.h
11292
11293 SIS USB2VGA DRIVER
11294 M:      Thomas Winischhofer <thomas@winischhofer.net>
11295 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11296 S:      Maintained
11297 F:      drivers/usb/misc/sisusbvga/
11298
11299 SLAB ALLOCATOR
11300 M:      Christoph Lameter <cl@linux.com>
11301 M:      Pekka Enberg <penberg@kernel.org>
11302 M:      David Rientjes <rientjes@google.com>
11303 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11304 M:      Andrew Morton <akpm@linux-foundation.org>
11305 L:      linux-mm@kvack.org
11306 S:      Maintained
11307 F:      include/linux/sl?b*.h
11308 F:      mm/sl?b*
11309
11310 SLEEPABLE READ-COPY UPDATE (SRCU)
11311 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11312 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11313 M:      Josh Triplett <josh@joshtriplett.org>
11314 R:      Steven Rostedt <rostedt@goodmis.org>
11315 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11316 L:      linux-kernel@vger.kernel.org
11317 W:      http://www.rdrop.com/users/paulmck/RCU/
11318 S:      Supported
11319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11320 F:      include/linux/srcu.h
11321 F:      kernel/rcu/srcu.c
11322
11323 SMACK SECURITY MODULE
11324 M:      Casey Schaufler <casey@schaufler-ca.com>
11325 L:      linux-security-module@vger.kernel.org
11326 W:      http://schaufler-ca.com
11327 T:      git git://github.com/cschaufler/smack-next
11328 S:      Maintained
11329 F:      Documentation/security/Smack.txt
11330 F:      security/smack/
11331
11332 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11333 M:      Kevin Hilman <khilman@kernel.org>
11334 M:      Nishanth Menon <nm@ti.com>
11335 S:      Maintained
11336 F:      drivers/power/avs/
11337 F:      include/linux/power/smartreflex.h
11338 L:      linux-pm@vger.kernel.org
11339
11340 SMC91x ETHERNET DRIVER
11341 M:      Nicolas Pitre <nico@fluxnic.net>
11342 S:      Odd Fixes
11343 F:      drivers/net/ethernet/smsc/smc91x.*
11344
11345 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11346 M:      Sakari Ailus <sakari.ailus@iki.fi>
11347 L:      linux-media@vger.kernel.org
11348 S:      Maintained
11349 F:      drivers/media/i2c/smiapp/
11350 F:      include/media/i2c/smiapp.h
11351 F:      drivers/media/i2c/smiapp-pll.c
11352 F:      drivers/media/i2c/smiapp-pll.h
11353 F:      include/uapi/linux/smiapp.h
11354 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11355
11356 SMM665 HARDWARE MONITOR DRIVER
11357 M:      Guenter Roeck <linux@roeck-us.net>
11358 L:      linux-hwmon@vger.kernel.org
11359 S:      Maintained
11360 F:      Documentation/hwmon/smm665
11361 F:      drivers/hwmon/smm665.c
11362
11363 SMSC EMC2103 HARDWARE MONITOR DRIVER
11364 M:      Steve Glendinning <steve.glendinning@shawell.net>
11365 L:      linux-hwmon@vger.kernel.org
11366 S:      Maintained
11367 F:      Documentation/hwmon/emc2103
11368 F:      drivers/hwmon/emc2103.c
11369
11370 SMSC SCH5627 HARDWARE MONITOR DRIVER
11371 M:      Hans de Goede <hdegoede@redhat.com>
11372 L:      linux-hwmon@vger.kernel.org
11373 S:      Supported
11374 F:      Documentation/hwmon/sch5627
11375 F:      drivers/hwmon/sch5627.c
11376
11377 SMSC47B397 HARDWARE MONITOR DRIVER
11378 M:      Jean Delvare <jdelvare@suse.com>
11379 L:      linux-hwmon@vger.kernel.org
11380 S:      Maintained
11381 F:      Documentation/hwmon/smsc47b397
11382 F:      drivers/hwmon/smsc47b397.c
11383
11384 SMSC911x ETHERNET DRIVER
11385 M:      Steve Glendinning <steve.glendinning@shawell.net>
11386 L:      netdev@vger.kernel.org
11387 S:      Maintained
11388 F:      include/linux/smsc911x.h
11389 F:      drivers/net/ethernet/smsc/smsc911x.*
11390
11391 SMSC9420 PCI ETHERNET DRIVER
11392 M:      Steve Glendinning <steve.glendinning@shawell.net>
11393 L:      netdev@vger.kernel.org
11394 S:      Maintained
11395 F:      drivers/net/ethernet/smsc/smsc9420.*
11396
11397 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11398 M:      Steve Glendinning <steve.glendinning@shawell.net>
11399 L:      linux-fbdev@vger.kernel.org
11400 S:      Maintained
11401 F:      drivers/video/fbdev/smscufx.c
11402
11403 SOC-CAMERA V4L2 SUBSYSTEM
11404 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11405 L:      linux-media@vger.kernel.org
11406 T:      git git://linuxtv.org/media_tree.git
11407 S:      Maintained
11408 F:      include/media/soc*
11409 F:      drivers/media/i2c/soc_camera/
11410 F:      drivers/media/platform/soc_camera/
11411
11412 SOEKRIS NET48XX LED SUPPORT
11413 M:      Chris Boot <bootc@bootc.net>
11414 S:      Maintained
11415 F:      drivers/leds/leds-net48xx.c
11416
11417 SOFTLOGIC 6x10 MPEG CODEC
11418 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11419 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11420 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11421 M:      Ismael Luceno <ismael@iodev.co.uk>
11422 L:      linux-media@vger.kernel.org
11423 S:      Supported
11424 F:      drivers/media/pci/solo6x10/
11425
11426 SOFTWARE RAID (Multiple Disks) SUPPORT
11427 M:      Shaohua Li <shli@kernel.org>
11428 L:      linux-raid@vger.kernel.org
11429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11430 S:      Supported
11431 F:      drivers/md/
11432 F:      include/linux/raid/
11433 F:      include/uapi/linux/raid/
11434
11435 SONIC NETWORK DRIVER
11436 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11437 L:      netdev@vger.kernel.org
11438 S:      Maintained
11439 F:      drivers/net/ethernet/natsemi/sonic.*
11440
11441 SONICS SILICON BACKPLANE DRIVER (SSB)
11442 M:      Michael Buesch <m@bues.ch>
11443 L:      linux-wireless@vger.kernel.org
11444 S:      Maintained
11445 F:      drivers/ssb/
11446 F:      include/linux/ssb/
11447
11448 SONY VAIO CONTROL DEVICE DRIVER
11449 M:      Mattia Dongili <malattia@linux.it>
11450 L:      platform-driver-x86@vger.kernel.org
11451 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11452 S:      Maintained
11453 F:      Documentation/laptops/sony-laptop.txt
11454 F:      drivers/char/sonypi.c
11455 F:      drivers/platform/x86/sony-laptop.c
11456 F:      include/linux/sony-laptop.h
11457
11458 SONY MEMORYSTICK CARD SUPPORT
11459 M:      Alex Dubov <oakad@yahoo.com>
11460 W:      http://tifmxx.berlios.de/
11461 S:      Maintained
11462 F:      drivers/memstick/host/tifm_ms.c
11463
11464 SONY MEMORYSTICK STANDARD SUPPORT
11465 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11466 S:      Maintained
11467 F:      drivers/memstick/core/ms_block.*
11468
11469 SOUND
11470 M:      Jaroslav Kysela <perex@perex.cz>
11471 M:      Takashi Iwai <tiwai@suse.com>
11472 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11473 W:      http://www.alsa-project.org/
11474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11475 T:      git git://git.alsa-project.org/alsa-kernel.git
11476 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11477 S:      Maintained
11478 F:      Documentation/sound/
11479 F:      include/sound/
11480 F:      include/uapi/sound/
11481 F:      sound/
11482
11483 SOUND - COMPRESSED AUDIO
11484 M:      Vinod Koul <vinod.koul@intel.com>
11485 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11487 S:      Supported
11488 F:      Documentation/sound/alsa/compress_offload.txt
11489 F:      include/sound/compress_driver.h
11490 F:      include/uapi/sound/compress_*
11491 F:      sound/core/compress_offload.c
11492 F:      sound/soc/soc-compress.c
11493
11494 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11495 M:      Liam Girdwood <lgirdwood@gmail.com>
11496 M:      Mark Brown <broonie@kernel.org>
11497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11498 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11499 W:      http://alsa-project.org/main/index.php/ASoC
11500 S:      Supported
11501 F:      Documentation/devicetree/bindings/sound/
11502 F:      Documentation/sound/alsa/soc/
11503 F:      sound/soc/
11504 F:      include/sound/soc*
11505
11506 SOUND - DMAENGINE HELPERS
11507 M:      Lars-Peter Clausen <lars@metafoo.de>
11508 S:      Supported
11509 F:      include/sound/dmaengine_pcm.h
11510 F:      sound/core/pcm_dmaengine.c
11511 F:      sound/soc/soc-generic-dmaengine-pcm.c
11512
11513 SP2 MEDIA DRIVER
11514 M:      Olli Salonen <olli.salonen@iki.fi>
11515 L:      linux-media@vger.kernel.org
11516 W:      https://linuxtv.org
11517 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11518 S:      Maintained
11519 F:      drivers/media/dvb-frontends/sp2*
11520
11521 SPARC + UltraSPARC (sparc/sparc64)
11522 M:      "David S. Miller" <davem@davemloft.net>
11523 L:      sparclinux@vger.kernel.org
11524 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11527 S:      Maintained
11528 F:      arch/sparc/
11529 F:      drivers/sbus/
11530
11531 SPARC SERIAL DRIVERS
11532 M:      "David S. Miller" <davem@davemloft.net>
11533 L:      sparclinux@vger.kernel.org
11534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11536 S:      Maintained
11537 F:      include/linux/sunserialcore.h
11538 F:      drivers/tty/serial/suncore.c
11539 F:      drivers/tty/serial/sunhv.c
11540 F:      drivers/tty/serial/sunsab.c
11541 F:      drivers/tty/serial/sunsab.h
11542 F:      drivers/tty/serial/sunsu.c
11543 F:      drivers/tty/serial/sunzilog.c
11544 F:      drivers/tty/serial/sunzilog.h
11545
11546 SPARSE CHECKER
11547 M:      "Christopher Li" <sparse@chrisli.org>
11548 L:      linux-sparse@vger.kernel.org
11549 W:      https://sparse.wiki.kernel.org/
11550 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11551 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11552 S:      Maintained
11553 F:      include/linux/compiler.h
11554
11555 SPEAR PLATFORM SUPPORT
11556 M:      Viresh Kumar <vireshk@kernel.org>
11557 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11559 W:      http://www.st.com/spear
11560 S:      Maintained
11561 F:      arch/arm/boot/dts/spear*
11562 F:      arch/arm/mach-spear/
11563
11564 SPEAR CLOCK FRAMEWORK SUPPORT
11565 M:      Viresh Kumar <vireshk@kernel.org>
11566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11567 W:      http://www.st.com/spear
11568 S:      Maintained
11569 F:      drivers/clk/spear/
11570
11571 SPI NOR SUBSYSTEM
11572 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11573 M:      Marek Vasut <marek.vasut@gmail.com>
11574 L:      linux-mtd@lists.infradead.org
11575 W:      http://www.linux-mtd.infradead.org/
11576 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11577 T:      git git://github.com/spi-nor/linux.git
11578 S:      Maintained
11579 F:      drivers/mtd/spi-nor/
11580 F:      include/linux/mtd/spi-nor.h
11581
11582 SPI SUBSYSTEM
11583 M:      Mark Brown <broonie@kernel.org>
11584 L:      linux-spi@vger.kernel.org
11585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11586 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11587 S:      Maintained
11588 F:      Documentation/devicetree/bindings/spi/
11589 F:      Documentation/spi/
11590 F:      drivers/spi/
11591 F:      include/linux/spi/
11592 F:      include/uapi/linux/spi/
11593 F:      tools/spi/
11594
11595 SPIDERNET NETWORK DRIVER for CELL
11596 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11597 L:      netdev@vger.kernel.org
11598 S:      Supported
11599 F:      Documentation/networking/spider_net.txt
11600 F:      drivers/net/ethernet/toshiba/spider_net*
11601
11602 SPU FILE SYSTEM
11603 M:      Jeremy Kerr <jk@ozlabs.org>
11604 L:      linuxppc-dev@lists.ozlabs.org
11605 W:      http://www.ibm.com/developerworks/power/cell/
11606 S:      Supported
11607 F:      Documentation/filesystems/spufs.txt
11608 F:      arch/powerpc/platforms/cell/spufs/
11609
11610 SQUASHFS FILE SYSTEM
11611 M:      Phillip Lougher <phillip@squashfs.org.uk>
11612 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11613 W:      http://squashfs.org.uk
11614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11615 S:      Maintained
11616 F:      Documentation/filesystems/squashfs.txt
11617 F:      fs/squashfs/
11618
11619 SRM (Alpha) environment access
11620 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11621 S:      Maintained
11622 F:      arch/alpha/kernel/srm_env.c
11623
11624 STABLE BRANCH
11625 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11626 L:      stable@vger.kernel.org
11627 S:      Supported
11628 F:      Documentation/process/stable-kernel-rules.rst
11629
11630 STAGING SUBSYSTEM
11631 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11633 L:      devel@driverdev.osuosl.org
11634 S:      Supported
11635 F:      drivers/staging/
11636
11637 STAGING - COMEDI
11638 M:      Ian Abbott <abbotti@mev.co.uk>
11639 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11640 S:      Odd Fixes
11641 F:      drivers/staging/comedi/
11642
11643 STAGING - FLARION FT1000 DRIVERS
11644 M:      Marek Belisko <marek.belisko@gmail.com>
11645 S:      Odd Fixes
11646 F:      drivers/staging/ft1000/
11647
11648 STAGING - INDUSTRIAL IO
11649 M:      Jonathan Cameron <jic23@kernel.org>
11650 L:      linux-iio@vger.kernel.org
11651 S:      Odd Fixes
11652 F:      Documentation/devicetree/bindings/staging/iio/
11653 F:      drivers/staging/iio/
11654
11655 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11656 M:      Jarod Wilson <jarod@wilsonet.com>
11657 W:      http://www.lirc.org/
11658 S:      Odd Fixes
11659 F:      drivers/staging/media/lirc/
11660
11661 STAGING - LUSTRE PARALLEL FILESYSTEM
11662 M:      Oleg Drokin <oleg.drokin@intel.com>
11663 M:      Andreas Dilger <andreas.dilger@intel.com>
11664 M:      James Simmons <jsimmons@infradead.org>
11665 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11666 W:      http://wiki.lustre.org/
11667 S:      Maintained
11668 F:      drivers/staging/lustre
11669
11670 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11671 M:      Marc Dietrich <marvin24@gmx.de>
11672 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11673 L:      linux-tegra@vger.kernel.org
11674 S:      Maintained
11675 F:      drivers/staging/nvec/
11676
11677 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11678 M:      Jens Frederich <jfrederich@gmail.com>
11679 M:      Daniel Drake <dsd@laptop.org>
11680 M:      Jon Nettleton <jon.nettleton@gmail.com>
11681 W:      http://wiki.laptop.org/go/DCON
11682 S:      Maintained
11683 F:      drivers/staging/olpc_dcon/
11684
11685 STAGING - REALTEK RTL8712U DRIVERS
11686 M:      Larry Finger <Larry.Finger@lwfinger.net>
11687 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11688 S:      Odd Fixes
11689 F:      drivers/staging/rtl8712/
11690
11691 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11692 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11693 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11694 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11695 L:      linux-fbdev@vger.kernel.org
11696 S:      Maintained
11697 F:      drivers/staging/sm750fb/
11698
11699 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11700 M:      William Hubbs <w.d.hubbs@gmail.com>
11701 M:      Chris Brannon <chris@the-brannons.com>
11702 M:      Kirk Reiser <kirk@reisers.ca>
11703 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11704 L:      speakup@linux-speakup.org
11705 W:      http://www.linux-speakup.org/
11706 S:      Odd Fixes
11707 F:      drivers/staging/speakup/
11708
11709 STAGING - VIA VT665X DRIVERS
11710 M:      Forest Bond <forest@alittletooquiet.net>
11711 S:      Odd Fixes
11712 F:      drivers/staging/vt665?/
11713
11714 STAGING - WILC1000 WIFI DRIVER
11715 M:      Aditya Shankar <aditya.shankar@microchip.com>
11716 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11717 L:      linux-wireless@vger.kernel.org
11718 S:      Supported
11719 F:      drivers/staging/wilc1000/
11720
11721 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11722 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11723 S:      Odd Fixes
11724 F:      drivers/staging/xgifb/
11725
11726 STARFIRE/DURALAN NETWORK DRIVER
11727 M:      Ion Badulescu <ionut@badula.org>
11728 S:      Odd Fixes
11729 F:      drivers/net/ethernet/adaptec/starfire*
11730
11731 SUN3/3X
11732 M:      Sam Creasey <sammy@sammy.net>
11733 W:      http://sammy.net/sun3/
11734 S:      Maintained
11735 F:      arch/m68k/kernel/*sun3*
11736 F:      arch/m68k/sun3*/
11737 F:      arch/m68k/include/asm/sun3*
11738 F:      drivers/net/ethernet/i825xx/sun3*
11739
11740 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11741 M:      Hans de Goede <hdegoede@redhat.com>
11742 L:      linux-input@vger.kernel.org
11743 S:      Maintained
11744 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11745 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11746
11747 SUNDANCE NETWORK DRIVER
11748 M:      Denis Kirjanov <kda@linux-powerpc.org>
11749 L:      netdev@vger.kernel.org
11750 S:      Maintained
11751 F:      drivers/net/ethernet/dlink/sundance.c
11752
11753 SUPERH
11754 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11755 M:      Rich Felker <dalias@libc.org>
11756 L:      linux-sh@vger.kernel.org
11757 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11758 S:      Maintained
11759 F:      Documentation/sh/
11760 F:      arch/sh/
11761 F:      drivers/sh/
11762
11763 SUSPEND TO RAM
11764 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11765 M:      Len Brown <len.brown@intel.com>
11766 M:      Pavel Machek <pavel@ucw.cz>
11767 L:      linux-pm@vger.kernel.org
11768 B:      https://bugzilla.kernel.org
11769 S:      Supported
11770 F:      Documentation/power/
11771 F:      arch/x86/kernel/acpi/
11772 F:      drivers/base/power/
11773 F:      kernel/power/
11774 F:      include/linux/suspend.h
11775 F:      include/linux/freezer.h
11776 F:      include/linux/pm.h
11777
11778 SVGA HANDLING
11779 M:      Martin Mares <mj@ucw.cz>
11780 L:      linux-video@atrey.karlin.mff.cuni.cz
11781 S:      Maintained
11782 F:      Documentation/svga.txt
11783 F:      arch/x86/boot/video*
11784
11785 SWIOTLB SUBSYSTEM
11786 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11787 L:      linux-kernel@vger.kernel.org
11788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11789 S:      Supported
11790 F:      lib/swiotlb.c
11791 F:      arch/*/kernel/pci-swiotlb.c
11792 F:      include/linux/swiotlb.h
11793
11794 SWITCHDEV
11795 M:      Jiri Pirko <jiri@resnulli.us>
11796 L:      netdev@vger.kernel.org
11797 S:      Supported
11798 F:      net/switchdev/
11799 F:      include/net/switchdev.h
11800
11801 SYNOPSYS ARC ARCHITECTURE
11802 M:      Vineet Gupta <vgupta@synopsys.com>
11803 L:      linux-snps-arc@lists.infradead.org
11804 S:      Supported
11805 F:      arch/arc/
11806 F:      Documentation/devicetree/bindings/arc/*
11807 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11808 F:      drivers/tty/serial/arc_uart.c
11809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11810
11811 SYNOPSYS ARC SDP platform support
11812 M:      Alexey Brodkin <abrodkin@synopsys.com>
11813 S:      Supported
11814 F:      arch/arc/plat-axs10x
11815 F:      arch/arc/boot/dts/ax*
11816 F:      Documentation/devicetree/bindings/arc/axs10*
11817
11818 SYSTEM CONFIGURATION (SYSCON)
11819 M:      Lee Jones <lee.jones@linaro.org>
11820 M:      Arnd Bergmann <arnd@arndb.de>
11821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11822 S:      Supported
11823 F:      drivers/mfd/syscon.c
11824
11825 SYSTEM RESET/SHUTDOWN DRIVERS
11826 M:      Sebastian Reichel <sre@kernel.org>
11827 L:      linux-pm@vger.kernel.org
11828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11829 S:      Maintained
11830 F:      Documentation/devicetree/bindings/power/reset/
11831 F:      drivers/power/reset/
11832
11833 SYSV FILESYSTEM
11834 M:      Christoph Hellwig <hch@infradead.org>
11835 S:      Maintained
11836 F:      Documentation/filesystems/sysv-fs.txt
11837 F:      fs/sysv/
11838 F:      include/linux/sysv_fs.h
11839
11840 TARGET SUBSYSTEM
11841 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11842 L:      linux-scsi@vger.kernel.org
11843 L:      target-devel@vger.kernel.org
11844 W:      http://www.linux-iscsi.org
11845 W:      http://groups.google.com/group/linux-iscsi-target-dev
11846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11847 S:      Supported
11848 F:      drivers/target/
11849 F:      include/target/
11850 F:      Documentation/target/
11851
11852 TASKSTATS STATISTICS INTERFACE
11853 M:      Balbir Singh <bsingharora@gmail.com>
11854 S:      Maintained
11855 F:      Documentation/accounting/taskstats*
11856 F:      include/linux/taskstats*
11857 F:      kernel/taskstats.c
11858
11859 TC CLASSIFIER
11860 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11861 L:      netdev@vger.kernel.org
11862 S:      Maintained
11863 F:      include/net/pkt_cls.h
11864 F:      include/uapi/linux/pkt_cls.h
11865 F:      net/sched/
11866
11867 TCP LOW PRIORITY MODULE
11868 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11869 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11870 W:      http://tcp-lp-mod.sourceforge.net/
11871 S:      Maintained
11872 F:      net/ipv4/tcp_lp.c
11873
11874 TDA10071 MEDIA DRIVER
11875 M:      Antti Palosaari <crope@iki.fi>
11876 L:      linux-media@vger.kernel.org
11877 W:      https://linuxtv.org
11878 W:      http://palosaari.fi/linux/
11879 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11880 T:      git git://linuxtv.org/anttip/media_tree.git
11881 S:      Maintained
11882 F:      drivers/media/dvb-frontends/tda10071*
11883
11884 TDA18212 MEDIA DRIVER
11885 M:      Antti Palosaari <crope@iki.fi>
11886 L:      linux-media@vger.kernel.org
11887 W:      https://linuxtv.org
11888 W:      http://palosaari.fi/linux/
11889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11890 T:      git git://linuxtv.org/anttip/media_tree.git
11891 S:      Maintained
11892 F:      drivers/media/tuners/tda18212*
11893
11894 TDA18218 MEDIA DRIVER
11895 M:      Antti Palosaari <crope@iki.fi>
11896 L:      linux-media@vger.kernel.org
11897 W:      https://linuxtv.org
11898 W:      http://palosaari.fi/linux/
11899 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11900 T:      git git://linuxtv.org/anttip/media_tree.git
11901 S:      Maintained
11902 F:      drivers/media/tuners/tda18218*
11903
11904 TDA18271 MEDIA DRIVER
11905 M:      Michael Krufky <mkrufky@linuxtv.org>
11906 L:      linux-media@vger.kernel.org
11907 W:      https://linuxtv.org
11908 W:      http://github.com/mkrufky
11909 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11910 T:      git git://linuxtv.org/mkrufky/tuners.git
11911 S:      Maintained
11912 F:      drivers/media/tuners/tda18271*
11913
11914 TDA827x MEDIA DRIVER
11915 M:      Michael Krufky <mkrufky@linuxtv.org>
11916 L:      linux-media@vger.kernel.org
11917 W:      https://linuxtv.org
11918 W:      http://github.com/mkrufky
11919 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11920 T:      git git://linuxtv.org/mkrufky/tuners.git
11921 S:      Maintained
11922 F:      drivers/media/tuners/tda8290.*
11923
11924 TDA8290 MEDIA DRIVER
11925 M:      Michael Krufky <mkrufky@linuxtv.org>
11926 L:      linux-media@vger.kernel.org
11927 W:      https://linuxtv.org
11928 W:      http://github.com/mkrufky
11929 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11930 T:      git git://linuxtv.org/mkrufky/tuners.git
11931 S:      Maintained
11932 F:      drivers/media/tuners/tda8290.*
11933
11934 TDA9840 MEDIA DRIVER
11935 M:      Hans Verkuil <hverkuil@xs4all.nl>
11936 L:      linux-media@vger.kernel.org
11937 T:      git git://linuxtv.org/media_tree.git
11938 W:      https://linuxtv.org
11939 S:      Maintained
11940 F:      drivers/media/i2c/tda9840*
11941
11942 TEA5761 TUNER DRIVER
11943 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11944 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11945 L:      linux-media@vger.kernel.org
11946 W:      https://linuxtv.org
11947 T:      git git://linuxtv.org/media_tree.git
11948 S:      Odd fixes
11949 F:      drivers/media/tuners/tea5761.*
11950
11951 TEA5767 TUNER DRIVER
11952 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11953 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11954 L:      linux-media@vger.kernel.org
11955 W:      https://linuxtv.org
11956 T:      git git://linuxtv.org/media_tree.git
11957 S:      Maintained
11958 F:      drivers/media/tuners/tea5767.*
11959
11960 TEA6415C MEDIA DRIVER
11961 M:      Hans Verkuil <hverkuil@xs4all.nl>
11962 L:      linux-media@vger.kernel.org
11963 T:      git git://linuxtv.org/media_tree.git
11964 W:      https://linuxtv.org
11965 S:      Maintained
11966 F:      drivers/media/i2c/tea6415c*
11967
11968 TEA6420 MEDIA DRIVER
11969 M:      Hans Verkuil <hverkuil@xs4all.nl>
11970 L:      linux-media@vger.kernel.org
11971 T:      git git://linuxtv.org/media_tree.git
11972 W:      https://linuxtv.org
11973 S:      Maintained
11974 F:      drivers/media/i2c/tea6420*
11975
11976 TEAM DRIVER
11977 M:      Jiri Pirko <jiri@resnulli.us>
11978 L:      netdev@vger.kernel.org
11979 S:      Supported
11980 F:      drivers/net/team/
11981 F:      include/linux/if_team.h
11982 F:      include/uapi/linux/if_team.h
11983
11984 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11985 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11986 S:      Maintained
11987 F:      arch/x86/platform/ts5500/
11988
11989 TECHNOTREND USB IR RECEIVER
11990 M:      Sean Young <sean@mess.org>
11991 L:      linux-media@vger.kernel.org
11992 S:      Maintained
11993 F:      drivers/media/rc/ttusbir.c
11994
11995 TEGRA ARCHITECTURE SUPPORT
11996 M:      Stephen Warren <swarren@wwwdotorg.org>
11997 M:      Thierry Reding <thierry.reding@gmail.com>
11998 M:      Alexandre Courbot <gnurou@gmail.com>
11999 L:      linux-tegra@vger.kernel.org
12000 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12002 S:      Supported
12003 N:      [^a-z]tegra
12004
12005 TEGRA CLOCK DRIVER
12006 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12007 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12008 S:      Supported
12009 F:      drivers/clk/tegra/
12010
12011 TEGRA DMA DRIVERS
12012 M:      Laxman Dewangan <ldewangan@nvidia.com>
12013 M:      Jon Hunter <jonathanh@nvidia.com>
12014 S:      Supported
12015 F:      drivers/dma/tegra*
12016
12017 TEGRA I2C DRIVER
12018 M:      Laxman Dewangan <ldewangan@nvidia.com>
12019 S:      Supported
12020 F:      drivers/i2c/busses/i2c-tegra.c
12021
12022 TEGRA IOMMU DRIVERS
12023 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12024 S:      Supported
12025 F:      drivers/iommu/tegra*
12026
12027 TEGRA KBC DRIVER
12028 M:      Rakesh Iyer <riyer@nvidia.com>
12029 M:      Laxman Dewangan <ldewangan@nvidia.com>
12030 S:      Supported
12031 F:      drivers/input/keyboard/tegra-kbc.c
12032
12033 TEGRA PWM DRIVER
12034 M:      Thierry Reding <thierry.reding@gmail.com>
12035 S:      Supported
12036 F:      drivers/pwm/pwm-tegra.c
12037
12038 TEGRA SERIAL DRIVER
12039 M:      Laxman Dewangan <ldewangan@nvidia.com>
12040 S:      Supported
12041 F:      drivers/tty/serial/serial-tegra.c
12042
12043 TEGRA SPI DRIVER
12044 M:      Laxman Dewangan <ldewangan@nvidia.com>
12045 S:      Supported
12046 F:      drivers/spi/spi-tegra*
12047
12048 TEHUTI ETHERNET DRIVER
12049 M:      Andy Gospodarek <andy@greyhouse.net>
12050 L:      netdev@vger.kernel.org
12051 S:      Supported
12052 F:      drivers/net/ethernet/tehuti/*
12053
12054 Telecom Clock Driver for MCPL0010
12055 M:      Mark Gross <mark.gross@intel.com>
12056 S:      Supported
12057 F:      drivers/char/tlclk.c
12058
12059 TENSILICA XTENSA PORT (xtensa)
12060 M:      Chris Zankel <chris@zankel.net>
12061 M:      Max Filippov <jcmvbkbc@gmail.com>
12062 L:      linux-xtensa@linux-xtensa.org
12063 T:      git git://github.com/czankel/xtensa-linux.git
12064 S:      Maintained
12065 F:      arch/xtensa/
12066 F:      drivers/irqchip/irq-xtensa-*
12067
12068 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12069 M:      Hans Verkuil <hverkuil@xs4all.nl>
12070 L:      linux-media@vger.kernel.org
12071 T:      git git://linuxtv.org/media_tree.git
12072 W:      https://linuxtv.org
12073 S:      Maintained
12074 F:      drivers/media/radio/radio-raremono.c
12075
12076 THERMAL
12077 M:      Zhang Rui <rui.zhang@intel.com>
12078 M:      Eduardo Valentin <edubezval@gmail.com>
12079 L:      linux-pm@vger.kernel.org
12080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12082 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12083 S:      Supported
12084 F:      drivers/thermal/
12085 F:      include/linux/thermal.h
12086 F:      include/uapi/linux/thermal.h
12087 F:      include/linux/cpu_cooling.h
12088 F:      Documentation/devicetree/bindings/thermal/
12089
12090 THERMAL/CPU_COOLING
12091 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12092 M:      Viresh Kumar <viresh.kumar@linaro.org>
12093 M:      Javi Merino <javi.merino@kernel.org>
12094 L:      linux-pm@vger.kernel.org
12095 S:      Supported
12096 F:      Documentation/thermal/cpu-cooling-api.txt
12097 F:      drivers/thermal/cpu_cooling.c
12098 F:      include/linux/cpu_cooling.h
12099
12100 THINKPAD ACPI EXTRAS DRIVER
12101 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12102 L:      ibm-acpi-devel@lists.sourceforge.net
12103 L:      platform-driver-x86@vger.kernel.org
12104 W:      http://ibm-acpi.sourceforge.net
12105 W:      http://thinkwiki.org/wiki/Ibm-acpi
12106 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12107 S:      Maintained
12108 F:      drivers/platform/x86/thinkpad_acpi.c
12109
12110 TI BANDGAP AND THERMAL DRIVER
12111 M:      Eduardo Valentin <edubezval@gmail.com>
12112 M:      Keerthy <j-keerthy@ti.com>
12113 L:      linux-pm@vger.kernel.org
12114 L:      linux-omap@vger.kernel.org
12115 S:      Maintained
12116 F:      drivers/thermal/ti-soc-thermal/
12117
12118 TI VPE/CAL DRIVERS
12119 M:      Benoit Parrot <bparrot@ti.com>
12120 L:      linux-media@vger.kernel.org
12121 W:      http://linuxtv.org/
12122 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12123 S:      Maintained
12124 F:      drivers/media/platform/ti-vpe/
12125
12126 TI CDCE706 CLOCK DRIVER
12127 M:      Max Filippov <jcmvbkbc@gmail.com>
12128 S:      Maintained
12129 F:      drivers/clk/clk-cdce706.c
12130
12131 TI CLOCK DRIVER
12132 M:      Tero Kristo <t-kristo@ti.com>
12133 L:      linux-omap@vger.kernel.org
12134 S:      Maintained
12135 F:      drivers/clk/ti/
12136 F:      include/linux/clk/ti.h
12137
12138 TI ETHERNET SWITCH DRIVER (CPSW)
12139 M:      Mugunthan V N <mugunthanvnm@ti.com>
12140 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12141 L:      linux-omap@vger.kernel.org
12142 L:      netdev@vger.kernel.org
12143 S:      Maintained
12144 F:      drivers/net/ethernet/ti/cpsw*
12145 F:      drivers/net/ethernet/ti/davinci*
12146
12147 TI FLASH MEDIA INTERFACE DRIVER
12148 M:      Alex Dubov <oakad@yahoo.com>
12149 S:      Maintained
12150 F:      drivers/misc/tifm*
12151 F:      drivers/mmc/host/tifm_sd.c
12152 F:      include/linux/tifm.h
12153
12154 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12155 M:      Santosh Shilimkar <ssantosh@kernel.org>
12156 L:      linux-kernel@vger.kernel.org
12157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12158 S:      Maintained
12159 F:      drivers/soc/ti/*
12160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12161
12162
12163 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12164 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12165 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12166 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12167 S:      Maintained
12168 F:      sound/soc/codecs/lm49453*
12169 F:      sound/soc/codecs/isabelle*
12170
12171 TI LP855x BACKLIGHT DRIVER
12172 M:      Milo Kim <milo.kim@ti.com>
12173 S:      Maintained
12174 F:      Documentation/backlight/lp855x-driver.txt
12175 F:      drivers/video/backlight/lp855x_bl.c
12176 F:      include/linux/platform_data/lp855x.h
12177
12178 TI LP8727 CHARGER DRIVER
12179 M:      Milo Kim <milo.kim@ti.com>
12180 S:      Maintained
12181 F:      drivers/power/supply/lp8727_charger.c
12182 F:      include/linux/platform_data/lp8727.h
12183
12184 TI LP8788 MFD DRIVER
12185 M:      Milo Kim <milo.kim@ti.com>
12186 S:      Maintained
12187 F:      drivers/iio/adc/lp8788_adc.c
12188 F:      drivers/leds/leds-lp8788.c
12189 F:      drivers/mfd/lp8788*.c
12190 F:      drivers/power/supply/lp8788-charger.c
12191 F:      drivers/regulator/lp8788-*.c
12192 F:      include/linux/mfd/lp8788*.h
12193
12194 TI NETCP ETHERNET DRIVER
12195 M:      Wingman Kwok <w-kwok2@ti.com>
12196 M:      Murali Karicheri <m-karicheri2@ti.com>
12197 L:      netdev@vger.kernel.org
12198 S:      Maintained
12199 F:      drivers/net/ethernet/ti/netcp*
12200
12201 TI TAS571X FAMILY ASoC CODEC DRIVER
12202 M:      Kevin Cernekee <cernekee@chromium.org>
12203 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12204 S:      Odd Fixes
12205 F:      sound/soc/codecs/tas571x*
12206
12207 TI TWL4030 SERIES SOC CODEC DRIVER
12208 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12209 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12210 S:      Maintained
12211 F:      sound/soc/codecs/twl4030*
12212
12213 TI WILINK WIRELESS DRIVERS
12214 L:      linux-wireless@vger.kernel.org
12215 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12216 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12218 S:      Orphan
12219 F:      drivers/net/wireless/ti/
12220 F:      include/linux/wl12xx.h
12221
12222 TIPC NETWORK LAYER
12223 M:      Jon Maloy <jon.maloy@ericsson.com>
12224 M:      Ying Xue <ying.xue@windriver.com>
12225 L:      netdev@vger.kernel.org (core kernel code)
12226 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12227 W:      http://tipc.sourceforge.net/
12228 S:      Maintained
12229 F:      include/uapi/linux/tipc*.h
12230 F:      net/tipc/
12231
12232 TILE ARCHITECTURE
12233 M:      Chris Metcalf <cmetcalf@mellanox.com>
12234 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12236 S:      Supported
12237 F:      arch/tile/
12238 F:      drivers/char/tile-srom.c
12239 F:      drivers/edac/tile_edac.c
12240 F:      drivers/net/ethernet/tile/
12241 F:      drivers/rtc/rtc-tile.c
12242 F:      drivers/tty/hvc/hvc_tile.c
12243 F:      drivers/tty/serial/tilegx.c
12244 F:      drivers/usb/host/*-tilegx.c
12245 F:      include/linux/usb/tilegx.h
12246
12247 TLAN NETWORK DRIVER
12248 M:      Samuel Chessman <chessman@tux.org>
12249 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12250 W:      http://sourceforge.net/projects/tlan/
12251 S:      Maintained
12252 F:      Documentation/networking/tlan.txt
12253 F:      drivers/net/ethernet/ti/tlan.*
12254
12255 TOMOYO SECURITY MODULE
12256 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12257 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12258 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12259 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12260 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12261 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12262 W:      http://tomoyo.sourceforge.jp/
12263 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12264 S:      Maintained
12265 F:      security/tomoyo/
12266
12267 TOPSTAR LAPTOP EXTRAS DRIVER
12268 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12269 L:      platform-driver-x86@vger.kernel.org
12270 S:      Maintained
12271 F:      drivers/platform/x86/topstar-laptop.c
12272
12273 TOSHIBA ACPI EXTRAS DRIVER
12274 M:      Azael Avalos <coproscefalo@gmail.com>
12275 L:      platform-driver-x86@vger.kernel.org
12276 S:      Maintained
12277 F:      drivers/platform/x86/toshiba_acpi.c
12278
12279 TOSHIBA BLUETOOTH DRIVER
12280 M:      Azael Avalos <coproscefalo@gmail.com>
12281 L:      platform-driver-x86@vger.kernel.org
12282 S:      Maintained
12283 F:      drivers/platform/x86/toshiba_bluetooth.c
12284
12285 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12286 M:      Azael Avalos <coproscefalo@gmail.com>
12287 L:      platform-driver-x86@vger.kernel.org
12288 S:      Maintained
12289 F:      drivers/platform/x86/toshiba_haps.c
12290
12291 TOSHIBA WMI HOTKEYS DRIVER
12292 M:      Azael Avalos <coproscefalo@gmail.com>
12293 L:      platform-driver-x86@vger.kernel.org
12294 S:      Maintained
12295 F:      drivers/platform/x86/toshiba-wmi.c
12296
12297 TOSHIBA SMM DRIVER
12298 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12299 W:      http://www.buzzard.org.uk/toshiba/
12300 S:      Maintained
12301 F:      drivers/char/toshiba.c
12302 F:      include/linux/toshiba.h
12303 F:      include/uapi/linux/toshiba.h
12304
12305 TOSHIBA TC358743 DRIVER
12306 M:      Mats Randgaard <matrandg@cisco.com>
12307 L:      linux-media@vger.kernel.org
12308 S:      Maintained
12309 F:      drivers/media/i2c/tc358743*
12310 F:      include/media/i2c/tc358743.h
12311
12312 TMIO/SDHI MMC DRIVER
12313 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12314 L:      linux-mmc@vger.kernel.org
12315 S:      Supported
12316 F:      drivers/mmc/host/tmio_mmc*
12317 F:      drivers/mmc/host/sh_mobile_sdhi.c
12318 F:      include/linux/mfd/tmio.h
12319
12320 TMP401 HARDWARE MONITOR DRIVER
12321 M:      Guenter Roeck <linux@roeck-us.net>
12322 L:      linux-hwmon@vger.kernel.org
12323 S:      Maintained
12324 F:      Documentation/hwmon/tmp401
12325 F:      drivers/hwmon/tmp401.c
12326
12327 TMPFS (SHMEM FILESYSTEM)
12328 M:      Hugh Dickins <hughd@google.com>
12329 L:      linux-mm@kvack.org
12330 S:      Maintained
12331 F:      include/linux/shmem_fs.h
12332 F:      mm/shmem.c
12333
12334 TM6000 VIDEO4LINUX DRIVER
12335 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12336 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12337 L:      linux-media@vger.kernel.org
12338 W:      https://linuxtv.org
12339 T:      git git://linuxtv.org/media_tree.git
12340 S:      Odd fixes
12341 F:      drivers/media/usb/tm6000/
12342 F:      Documentation/media/v4l-drivers/tm6000*
12343
12344 TW5864 VIDEO4LINUX DRIVER
12345 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12346 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12347 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12348 L:      linux-media@vger.kernel.org
12349 S:      Supported
12350 F:      drivers/media/pci/tw5864/
12351
12352 TW68 VIDEO4LINUX DRIVER
12353 M:      Hans Verkuil <hverkuil@xs4all.nl>
12354 L:      linux-media@vger.kernel.org
12355 T:      git git://linuxtv.org/media_tree.git
12356 W:      https://linuxtv.org
12357 S:      Odd Fixes
12358 F:      drivers/media/pci/tw68/
12359
12360 TW686X VIDEO4LINUX DRIVER
12361 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12362 L:      linux-media@vger.kernel.org
12363 T:      git git://linuxtv.org/media_tree.git
12364 W:      http://linuxtv.org
12365 S:      Maintained
12366 F:      drivers/media/pci/tw686x/
12367
12368 TPM DEVICE DRIVER
12369 M:      Peter Huewe <peterhuewe@gmx.de>
12370 M:      Marcel Selhorst <tpmdd@selhorst.net>
12371 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12372 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12373 W:      http://tpmdd.sourceforge.net
12374 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12375 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12376 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12377 S:      Maintained
12378 F:      drivers/char/tpm/
12379
12380 TPM IBM_VTPM DEVICE DRIVER
12381 M:      Ashley Lai <ashleydlai@gmail.com>
12382 W:      http://tpmdd.sourceforge.net
12383 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12384 S:      Maintained
12385 F:      drivers/char/tpm/tpm_ibmvtpm*
12386
12387 TRACING
12388 M:      Steven Rostedt <rostedt@goodmis.org>
12389 M:      Ingo Molnar <mingo@redhat.com>
12390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12391 S:      Maintained
12392 F:      Documentation/trace/ftrace.txt
12393 F:      arch/*/*/*/ftrace.h
12394 F:      arch/*/kernel/ftrace.c
12395 F:      include/*/ftrace.h
12396 F:      include/linux/trace*.h
12397 F:      include/trace/
12398 F:      kernel/trace/
12399 F:      tools/testing/selftests/ftrace/
12400
12401 TRACING MMIO ACCESSES (MMIOTRACE)
12402 M:      Steven Rostedt <rostedt@goodmis.org>
12403 M:      Ingo Molnar <mingo@kernel.org>
12404 R:      Karol Herbst <karolherbst@gmail.com>
12405 R:      Pekka Paalanen <ppaalanen@gmail.com>
12406 S:      Maintained
12407 L:      linux-kernel@vger.kernel.org
12408 L:      nouveau@lists.freedesktop.org
12409 F:      kernel/trace/trace_mmiotrace.c
12410 F:      include/linux/mmiotrace.h
12411 F:      arch/x86/mm/kmmio.c
12412 F:      arch/x86/mm/mmio-mod.c
12413 F:      arch/x86/mm/testmmiotrace.c
12414
12415 TRIVIAL PATCHES
12416 M:      Jiri Kosina <trivial@kernel.org>
12417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12418 S:      Maintained
12419 K:      ^Subject:.*(?i)trivial
12420
12421 TTY LAYER
12422 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12423 M:      Jiri Slaby <jslaby@suse.com>
12424 S:      Supported
12425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12426 F:      Documentation/serial/
12427 F:      drivers/tty/
12428 F:      drivers/tty/serial/serial_core.c
12429 F:      include/linux/serial_core.h
12430 F:      include/linux/serial.h
12431 F:      include/linux/tty.h
12432 F:      include/uapi/linux/serial_core.h
12433 F:      include/uapi/linux/serial.h
12434 F:      include/uapi/linux/tty.h
12435
12436 TUA9001 MEDIA DRIVER
12437 M:      Antti Palosaari <crope@iki.fi>
12438 L:      linux-media@vger.kernel.org
12439 W:      https://linuxtv.org
12440 W:      http://palosaari.fi/linux/
12441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12442 T:      git git://linuxtv.org/anttip/media_tree.git
12443 S:      Maintained
12444 F:      drivers/media/tuners/tua9001*
12445
12446 TULIP NETWORK DRIVERS
12447 L:      netdev@vger.kernel.org
12448 L:      linux-parisc@vger.kernel.org
12449 S:      Orphan
12450 F:      drivers/net/ethernet/dec/tulip/
12451
12452 TUN/TAP driver
12453 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12454 W:      http://vtun.sourceforge.net/tun
12455 S:      Maintained
12456 F:      Documentation/networking/tuntap.txt
12457 F:      arch/um/os-Linux/drivers/
12458
12459 TURBOCHANNEL SUBSYSTEM
12460 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12461 M:      Ralf Baechle <ralf@linux-mips.org>
12462 L:      linux-mips@linux-mips.org
12463 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12464 S:      Maintained
12465 F:      drivers/tc/
12466 F:      include/linux/tc.h
12467
12468 UBI FILE SYSTEM (UBIFS)
12469 M:      Richard Weinberger <richard@nod.at>
12470 M:      Artem Bityutskiy <dedekind1@gmail.com>
12471 M:      Adrian Hunter <adrian.hunter@intel.com>
12472 L:      linux-mtd@lists.infradead.org
12473 T:      git git://git.infradead.org/ubifs-2.6.git
12474 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12475 S:      Supported
12476 F:      Documentation/filesystems/ubifs.txt
12477 F:      fs/ubifs/
12478
12479 UCLINUX (M68KNOMMU AND COLDFIRE)
12480 M:      Greg Ungerer <gerg@linux-m68k.org>
12481 W:      http://www.linux-m68k.org/
12482 W:      http://www.uclinux.org/
12483 L:      linux-m68k@lists.linux-m68k.org
12484 L:      uclinux-dev@uclinux.org  (subscribers-only)
12485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12486 S:      Maintained
12487 F:      arch/m68k/coldfire/
12488 F:      arch/m68k/68*/
12489 F:      arch/m68k/*/*_no.*
12490 F:      arch/m68k/include/asm/*_no.*
12491
12492 UDF FILESYSTEM
12493 M:      Jan Kara <jack@suse.com>
12494 S:      Maintained
12495 F:      Documentation/filesystems/udf.txt
12496 F:      fs/udf/
12497
12498 UDRAW TABLET
12499 M:      Bastien Nocera <hadess@hadess.net>
12500 L:      linux-input@vger.kernel.org
12501 S:      Maintained
12502 F:      drivers/hid/hid-udraw.c
12503
12504 UFS FILESYSTEM
12505 M:      Evgeniy Dushistov <dushistov@mail.ru>
12506 S:      Maintained
12507 F:      Documentation/filesystems/ufs.txt
12508 F:      fs/ufs/
12509
12510 UHID USERSPACE HID IO DRIVER:
12511 M:      David Herrmann <dh.herrmann@googlemail.com>
12512 L:      linux-input@vger.kernel.org
12513 S:      Maintained
12514 F:      drivers/hid/uhid.c
12515 F:      include/uapi/linux/uhid.h
12516
12517 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12518 L:      linux-usb@vger.kernel.org
12519 S:      Orphan
12520 F:      drivers/uwb/
12521 F:      include/linux/uwb.h
12522 F:      include/linux/uwb/
12523
12524 UNICORE32 ARCHITECTURE:
12525 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12526 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12527 S:      Maintained
12528 T:      git git://github.com/gxt/linux.git
12529 F:      arch/unicore32/
12530
12531 UNIFDEF
12532 M:      Tony Finch <dot@dotat.at>
12533 W:      http://dotat.at/prog/unifdef
12534 S:      Maintained
12535 F:      scripts/unifdef.c
12536
12537 UNIFORM CDROM DRIVER
12538 M:      Jens Axboe <axboe@kernel.dk>
12539 W:      http://www.kernel.dk
12540 S:      Maintained
12541 F:      Documentation/cdrom/
12542 F:      drivers/cdrom/cdrom.c
12543 F:      include/linux/cdrom.h
12544 F:      include/uapi/linux/cdrom.h
12545
12546 UNISYS S-PAR DRIVERS
12547 M:      David Kershner <david.kershner@unisys.com>
12548 L:      sparmaintainer@unisys.com (Unisys internal)
12549 S:      Supported
12550 F:      drivers/staging/unisys/
12551
12552 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12553 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12554 L:      linux-scsi@vger.kernel.org
12555 S:      Supported
12556 F:      Documentation/scsi/ufs.txt
12557 F:      drivers/scsi/ufs/
12558
12559 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12560 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
12561 M:      Prabu Thangamuthu <prabut@synopsys.com>
12562 L:      linux-scsi@vger.kernel.org
12563 S:      Supported
12564 F:      drivers/scsi/ufs/*dwc*
12565
12566 UNSORTED BLOCK IMAGES (UBI)
12567 M:      Artem Bityutskiy <dedekind1@gmail.com>
12568 M:      Richard Weinberger <richard@nod.at>
12569 W:      http://www.linux-mtd.infradead.org/
12570 L:      linux-mtd@lists.infradead.org
12571 T:      git git://git.infradead.org/ubifs-2.6.git
12572 S:      Supported
12573 F:      drivers/mtd/ubi/
12574 F:      include/linux/mtd/ubi.h
12575 F:      include/uapi/mtd/ubi-user.h
12576
12577 USB ACM DRIVER
12578 M:      Oliver Neukum <oneukum@suse.com>
12579 L:      linux-usb@vger.kernel.org
12580 S:      Maintained
12581 F:      Documentation/usb/acm.txt
12582 F:      drivers/usb/class/cdc-acm.*
12583
12584 USB AR5523 WIRELESS DRIVER
12585 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12586 L:      linux-wireless@vger.kernel.org
12587 S:      Maintained
12588 F:      drivers/net/wireless/ath/ar5523/
12589
12590 USB ATTACHED SCSI
12591 M:      Oliver Neukum <oneukum@suse.com>
12592 L:      linux-usb@vger.kernel.org
12593 L:      linux-scsi@vger.kernel.org
12594 S:      Maintained
12595 F:      drivers/usb/storage/uas.c
12596
12597 USB CDC ETHERNET DRIVER
12598 M:      Oliver Neukum <oliver@neukum.org>
12599 L:      linux-usb@vger.kernel.org
12600 S:      Maintained
12601 F:      drivers/net/usb/cdc_*.c
12602 F:      include/uapi/linux/usb/cdc.h
12603
12604 USB CHAOSKEY DRIVER
12605 M:      Keith Packard <keithp@keithp.com>
12606 L:      linux-usb@vger.kernel.org
12607 S:      Maintained
12608 F:      drivers/usb/misc/chaoskey.c
12609
12610 USB CYPRESS C67X00 DRIVER
12611 M:      Peter Korsgaard <jacmet@sunsite.dk>
12612 L:      linux-usb@vger.kernel.org
12613 S:      Maintained
12614 F:      drivers/usb/c67x00/
12615
12616 USB DAVICOM DM9601 DRIVER
12617 M:      Peter Korsgaard <jacmet@sunsite.dk>
12618 L:      netdev@vger.kernel.org
12619 W:      http://www.linux-usb.org/usbnet
12620 S:      Maintained
12621 F:      drivers/net/usb/dm9601.c
12622
12623 USB DIAMOND RIO500 DRIVER
12624 M:      Cesar Miquel <miquel@df.uba.ar>
12625 L:      rio500-users@lists.sourceforge.net
12626 W:      http://rio500.sourceforge.net
12627 S:      Maintained
12628 F:      drivers/usb/misc/rio500*
12629
12630 USB EHCI DRIVER
12631 M:      Alan Stern <stern@rowland.harvard.edu>
12632 L:      linux-usb@vger.kernel.org
12633 S:      Maintained
12634 F:      Documentation/usb/ehci.txt
12635 F:      drivers/usb/host/ehci*
12636
12637 USB GADGET/PERIPHERAL SUBSYSTEM
12638 M:      Felipe Balbi <balbi@kernel.org>
12639 L:      linux-usb@vger.kernel.org
12640 W:      http://www.linux-usb.org/gadget
12641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12642 S:      Maintained
12643 F:      drivers/usb/gadget/
12644 F:      include/linux/usb/gadget*
12645
12646 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12647 M:      Jiri Kosina <jikos@kernel.org>
12648 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12649 L:      linux-usb@vger.kernel.org
12650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12651 S:      Maintained
12652 F:      Documentation/hid/hiddev.txt
12653 F:      drivers/hid/usbhid/
12654
12655 USB ISP116X DRIVER
12656 M:      Olav Kongas <ok@artecdesign.ee>
12657 L:      linux-usb@vger.kernel.org
12658 S:      Maintained
12659 F:      drivers/usb/host/isp116x*
12660 F:      include/linux/usb/isp116x.h
12661
12662 USB LAN78XX ETHERNET DRIVER
12663 M:      Woojung Huh <woojung.huh@microchip.com>
12664 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12665 L:      netdev@vger.kernel.org
12666 S:      Maintained
12667 F:      drivers/net/usb/lan78xx.*
12668
12669 USB MASS STORAGE DRIVER
12670 M:      Alan Stern <stern@rowland.harvard.edu>
12671 L:      linux-usb@vger.kernel.org
12672 L:      usb-storage@lists.one-eyed-alien.net
12673 S:      Maintained
12674 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12675 F:      drivers/usb/storage/
12676
12677 USB MIDI DRIVER
12678 M:      Clemens Ladisch <clemens@ladisch.de>
12679 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12680 T:      git git://git.alsa-project.org/alsa-kernel.git
12681 S:      Maintained
12682 F:      sound/usb/midi.*
12683
12684 USB NETWORKING DRIVERS
12685 L:      linux-usb@vger.kernel.org
12686 S:      Odd Fixes
12687 F:      drivers/net/usb/
12688
12689 USB OHCI DRIVER
12690 M:      Alan Stern <stern@rowland.harvard.edu>
12691 L:      linux-usb@vger.kernel.org
12692 S:      Maintained
12693 F:      Documentation/usb/ohci.txt
12694 F:      drivers/usb/host/ohci*
12695
12696 USB OTG FSM (Finite State Machine)
12697 M:      Peter Chen <Peter.Chen@nxp.com>
12698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12699 L:      linux-usb@vger.kernel.org
12700 S:      Maintained
12701 F:      drivers/usb/common/usb-otg-fsm.c
12702
12703 USB OVER IP DRIVER
12704 M:      Valentina Manea <valentina.manea.m@gmail.com>
12705 M:      Shuah Khan <shuahkh@osg.samsung.com>
12706 M:      Shuah Khan <shuah@kernel.org>
12707 L:      linux-usb@vger.kernel.org
12708 S:      Maintained
12709 F:      Documentation/usb/usbip_protocol.txt
12710 F:      drivers/usb/usbip/
12711 F:      tools/usb/usbip/
12712
12713 USB PEGASUS DRIVER
12714 M:      Petko Manolov <petkan@nucleusys.com>
12715 L:      linux-usb@vger.kernel.org
12716 L:      netdev@vger.kernel.org
12717 T:      git git://github.com/petkan/pegasus.git
12718 W:      https://github.com/petkan/pegasus
12719 S:      Maintained
12720 F:      drivers/net/usb/pegasus.*
12721
12722 USB PHY LAYER
12723 M:      Felipe Balbi <balbi@kernel.org>
12724 L:      linux-usb@vger.kernel.org
12725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12726 S:      Maintained
12727 F:      drivers/usb/phy/
12728
12729 USB PRINTER DRIVER (usblp)
12730 M:      Pete Zaitcev <zaitcev@redhat.com>
12731 L:      linux-usb@vger.kernel.org
12732 S:      Supported
12733 F:      drivers/usb/class/usblp.c
12734
12735 USB QMI WWAN NETWORK DRIVER
12736 M:      Bjørn Mork <bjorn@mork.no>
12737 L:      netdev@vger.kernel.org
12738 S:      Maintained
12739 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12740 F:      drivers/net/usb/qmi_wwan.c
12741
12742 USB RTL8150 DRIVER
12743 M:      Petko Manolov <petkan@nucleusys.com>
12744 L:      linux-usb@vger.kernel.org
12745 L:      netdev@vger.kernel.org
12746 T:      git git://github.com/petkan/rtl8150.git
12747 W:      https://github.com/petkan/rtl8150
12748 S:      Maintained
12749 F:      drivers/net/usb/rtl8150.c
12750
12751 USB SERIAL SUBSYSTEM
12752 M:      Johan Hovold <johan@kernel.org>
12753 L:      linux-usb@vger.kernel.org
12754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12755 S:      Maintained
12756 F:      Documentation/usb/usb-serial.txt
12757 F:      drivers/usb/serial/
12758 F:      include/linux/usb/serial.h
12759
12760 USB SMSC75XX ETHERNET DRIVER
12761 M:      Steve Glendinning <steve.glendinning@shawell.net>
12762 L:      netdev@vger.kernel.org
12763 S:      Maintained
12764 F:      drivers/net/usb/smsc75xx.*
12765
12766 USB SMSC95XX ETHERNET DRIVER
12767 M:      Steve Glendinning <steve.glendinning@shawell.net>
12768 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12769 L:      netdev@vger.kernel.org
12770 S:      Maintained
12771 F:      drivers/net/usb/smsc95xx.*
12772
12773 USB SUBSYSTEM
12774 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12775 L:      linux-usb@vger.kernel.org
12776 W:      http://www.linux-usb.org
12777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12778 S:      Supported
12779 F:      Documentation/devicetree/bindings/usb/
12780 F:      Documentation/usb/
12781 F:      drivers/usb/
12782 F:      include/linux/usb.h
12783 F:      include/linux/usb/
12784
12785 USB UHCI DRIVER
12786 M:      Alan Stern <stern@rowland.harvard.edu>
12787 L:      linux-usb@vger.kernel.org
12788 S:      Maintained
12789 F:      drivers/usb/host/uhci*
12790
12791 USB "USBNET" DRIVER FRAMEWORK
12792 M:      Oliver Neukum <oneukum@suse.com>
12793 L:      netdev@vger.kernel.org
12794 W:      http://www.linux-usb.org/usbnet
12795 S:      Maintained
12796 F:      drivers/net/usb/usbnet.c
12797 F:      include/linux/usb/usbnet.h
12798
12799 USB VIDEO CLASS
12800 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12801 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12802 L:      linux-media@vger.kernel.org
12803 T:      git git://linuxtv.org/media_tree.git
12804 W:      http://www.ideasonboard.org/uvc/
12805 S:      Maintained
12806 F:      drivers/media/usb/uvc/
12807 F:      include/uapi/linux/uvcvideo.h
12808
12809 USB VISION DRIVER
12810 M:      Hans Verkuil <hverkuil@xs4all.nl>
12811 L:      linux-media@vger.kernel.org
12812 T:      git git://linuxtv.org/media_tree.git
12813 W:      https://linuxtv.org
12814 S:      Odd Fixes
12815 F:      drivers/media/usb/usbvision/
12816
12817 USB WEBCAM GADGET
12818 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12819 L:      linux-usb@vger.kernel.org
12820 S:      Maintained
12821 F:      drivers/usb/gadget/function/*uvc*
12822 F:      drivers/usb/gadget/legacy/webcam.c
12823
12824 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12825 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12826 L:      linux-wireless@vger.kernel.org
12827 S:      Maintained
12828 F:      drivers/net/wireless/rndis_wlan.c
12829
12830 USB XHCI DRIVER
12831 M:      Mathias Nyman <mathias.nyman@intel.com>
12832 L:      linux-usb@vger.kernel.org
12833 S:      Supported
12834 F:      drivers/usb/host/xhci*
12835 F:      drivers/usb/host/pci-quirks*
12836
12837 USB ZD1201 DRIVER
12838 L:      linux-wireless@vger.kernel.org
12839 W:      http://linux-lc100020.sourceforge.net
12840 S:      Orphan
12841 F:      drivers/net/wireless/zydas/zd1201.*
12842
12843 USB ZR364XX DRIVER
12844 M:      Antoine Jacquet <royale@zerezo.com>
12845 L:      linux-usb@vger.kernel.org
12846 L:      linux-media@vger.kernel.org
12847 T:      git git://linuxtv.org/media_tree.git
12848 W:      http://royale.zerezo.com/zr364xx/
12849 S:      Maintained
12850 F:      Documentation/media/v4l-drivers/zr364xx*
12851 F:      drivers/media/usb/zr364xx/
12852
12853 ULPI BUS
12854 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12855 L:      linux-usb@vger.kernel.org
12856 S:      Maintained
12857 F:      drivers/usb/common/ulpi.c
12858 F:      include/linux/ulpi/
12859
12860 USER-MODE LINUX (UML)
12861 M:      Jeff Dike <jdike@addtoit.com>
12862 M:      Richard Weinberger <richard@nod.at>
12863 L:      user-mode-linux-devel@lists.sourceforge.net
12864 L:      user-mode-linux-user@lists.sourceforge.net
12865 W:      http://user-mode-linux.sourceforge.net
12866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12867 S:      Maintained
12868 F:      Documentation/virtual/uml/
12869 F:      arch/um/
12870 F:      arch/x86/um/
12871 F:      fs/hostfs/
12872 F:      fs/hppfs/
12873
12874 USERSPACE I/O (UIO)
12875 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12876 S:      Maintained
12877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12878 F:      Documentation/DocBook/uio-howto.tmpl
12879 F:      drivers/uio/
12880 F:      include/linux/uio*.h
12881
12882 UTIL-LINUX PACKAGE
12883 M:      Karel Zak <kzak@redhat.com>
12884 L:      util-linux@vger.kernel.org
12885 W:      http://en.wikipedia.org/wiki/Util-linux
12886 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12887 S:      Maintained
12888
12889 UVESAFB DRIVER
12890 M:      Michal Januszewski <spock@gentoo.org>
12891 L:      linux-fbdev@vger.kernel.org
12892 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12893 S:      Maintained
12894 F:      Documentation/fb/uvesafb.txt
12895 F:      drivers/video/fbdev/uvesafb.*
12896
12897 VF610 NAND DRIVER
12898 M:      Stefan Agner <stefan@agner.ch>
12899 L:      linux-mtd@lists.infradead.org
12900 S:      Supported
12901 F:      drivers/mtd/nand/vf610_nfc.c
12902
12903 VFAT/FAT/MSDOS FILESYSTEM
12904 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12905 S:      Maintained
12906 F:      Documentation/filesystems/vfat.txt
12907 F:      fs/fat/
12908
12909 VFIO DRIVER
12910 M:      Alex Williamson <alex.williamson@redhat.com>
12911 L:      kvm@vger.kernel.org
12912 T:      git git://github.com/awilliam/linux-vfio.git
12913 S:      Maintained
12914 F:      Documentation/vfio.txt
12915 F:      drivers/vfio/
12916 F:      include/linux/vfio.h
12917 F:      include/uapi/linux/vfio.h
12918
12919 VFIO MEDIATED DEVICE DRIVERS
12920 M:      Kirti Wankhede <kwankhede@nvidia.com>
12921 L:      kvm@vger.kernel.org
12922 S:      Maintained
12923 F:      Documentation/vfio-mediated-device.txt
12924 F:      drivers/vfio/mdev/
12925 F:      include/linux/mdev.h
12926 F:      samples/vfio-mdev/
12927
12928 VFIO PLATFORM DRIVER
12929 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12930 L:      kvm@vger.kernel.org
12931 S:      Maintained
12932 F:      drivers/vfio/platform/
12933
12934 VIDEOBUF2 FRAMEWORK
12935 M:      Pawel Osciak <pawel@osciak.com>
12936 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12937 M:      Kyungmin Park <kyungmin.park@samsung.com>
12938 L:      linux-media@vger.kernel.org
12939 S:      Maintained
12940 F:      drivers/media/v4l2-core/videobuf2-*
12941 F:      include/media/videobuf2-*
12942
12943 VIRTIO AND VHOST VSOCK DRIVER
12944 M:      Stefan Hajnoczi <stefanha@redhat.com>
12945 L:      kvm@vger.kernel.org
12946 L:      virtualization@lists.linux-foundation.org
12947 L:      netdev@vger.kernel.org
12948 S:      Maintained
12949 F:      include/linux/virtio_vsock.h
12950 F:      include/uapi/linux/virtio_vsock.h
12951 F:      net/vmw_vsock/virtio_transport_common.c
12952 F:      net/vmw_vsock/virtio_transport.c
12953 F:      drivers/vhost/vsock.c
12954 F:      drivers/vhost/vsock.h
12955
12956 VIRTUAL SERIO DEVICE DRIVER
12957 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12958 S:      Maintained
12959 F:      drivers/input/serio/userio.c
12960 F:      include/uapi/linux/userio.h
12961
12962 VIRTIO CONSOLE DRIVER
12963 M:      Amit Shah <amit.shah@redhat.com>
12964 L:      virtualization@lists.linux-foundation.org
12965 S:      Maintained
12966 F:      drivers/char/virtio_console.c
12967 F:      include/linux/virtio_console.h
12968 F:      include/uapi/linux/virtio_console.h
12969
12970 VIRTIO CORE, NET AND BLOCK DRIVERS
12971 M:      "Michael S. Tsirkin" <mst@redhat.com>
12972 M:      Jason Wang <jasowang@redhat.com>
12973 L:      virtualization@lists.linux-foundation.org
12974 S:      Maintained
12975 F:      Documentation/devicetree/bindings/virtio/
12976 F:      drivers/virtio/
12977 F:      tools/virtio/
12978 F:      drivers/net/virtio_net.c
12979 F:      drivers/block/virtio_blk.c
12980 F:      include/linux/virtio_*.h
12981 F:      include/uapi/linux/virtio_*.h
12982
12983 VIRTIO DRIVERS FOR S390
12984 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12985 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12986 L:      linux-s390@vger.kernel.org
12987 L:      virtualization@lists.linux-foundation.org
12988 L:      kvm@vger.kernel.org
12989 S:      Supported
12990 F:      drivers/s390/virtio/
12991
12992 VIRTIO GPU DRIVER
12993 M:      David Airlie <airlied@linux.ie>
12994 M:      Gerd Hoffmann <kraxel@redhat.com>
12995 L:      dri-devel@lists.freedesktop.org
12996 L:      virtualization@lists.linux-foundation.org
12997 S:      Maintained
12998 F:      drivers/gpu/drm/virtio/
12999 F:      include/uapi/linux/virtio_gpu.h
13000
13001 VIRTIO HOST (VHOST)
13002 M:      "Michael S. Tsirkin" <mst@redhat.com>
13003 M:      Jason Wang <jasowang@redhat.com>
13004 L:      kvm@vger.kernel.org
13005 L:      virtualization@lists.linux-foundation.org
13006 L:      netdev@vger.kernel.org
13007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13008 S:      Maintained
13009 F:      drivers/vhost/
13010 F:      include/uapi/linux/vhost.h
13011
13012 VIRTIO INPUT DRIVER
13013 M:      Gerd Hoffmann <kraxel@redhat.com>
13014 S:      Maintained
13015 F:      drivers/virtio/virtio_input.c
13016 F:      include/uapi/linux/virtio_input.h
13017
13018 VIA RHINE NETWORK DRIVER
13019 S:      Orphan
13020 F:      drivers/net/ethernet/via/via-rhine.c
13021
13022 VIA SD/MMC CARD CONTROLLER DRIVER
13023 M:      Bruce Chang <brucechang@via.com.tw>
13024 M:      Harald Welte <HaraldWelte@viatech.com>
13025 S:      Maintained
13026 F:      drivers/mmc/host/via-sdmmc.c
13027
13028 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13029 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13030 L:      linux-fbdev@vger.kernel.org
13031 S:      Maintained
13032 F:      include/linux/via-core.h
13033 F:      include/linux/via-gpio.h
13034 F:      include/linux/via_i2c.h
13035 F:      drivers/video/fbdev/via/
13036
13037 VIA VELOCITY NETWORK DRIVER
13038 M:      Francois Romieu <romieu@fr.zoreil.com>
13039 L:      netdev@vger.kernel.org
13040 S:      Maintained
13041 F:      drivers/net/ethernet/via/via-velocity.*
13042
13043 VIRT LIB
13044 M:      Alex Williamson <alex.williamson@redhat.com>
13045 M:      Paolo Bonzini <pbonzini@redhat.com>
13046 L:      kvm@vger.kernel.org
13047 S:      Supported
13048 F:      virt/lib/
13049
13050 VIVID VIRTUAL VIDEO DRIVER
13051 M:      Hans Verkuil <hverkuil@xs4all.nl>
13052 L:      linux-media@vger.kernel.org
13053 T:      git git://linuxtv.org/media_tree.git
13054 W:      https://linuxtv.org
13055 S:      Maintained
13056 F:      drivers/media/platform/vivid/*
13057
13058 VLAN (802.1Q)
13059 M:      Patrick McHardy <kaber@trash.net>
13060 L:      netdev@vger.kernel.org
13061 S:      Maintained
13062 F:      drivers/net/macvlan.c
13063 F:      include/linux/if_*vlan.h
13064 F:      net/8021q/
13065
13066 VLYNQ BUS
13067 M:      Florian Fainelli <f.fainelli@gmail.com>
13068 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13069 S:      Maintained
13070 F:      drivers/vlynq/vlynq.c
13071 F:      include/linux/vlynq.h
13072
13073 VME SUBSYSTEM
13074 M:      Martyn Welch <martyn@welchs.me.uk>
13075 M:      Manohar Vanga <manohar.vanga@gmail.com>
13076 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13077 L:      devel@driverdev.osuosl.org
13078 S:      Maintained
13079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13080 F:      Documentation/driver-api/vme.rst
13081 F:      drivers/staging/vme/
13082 F:      drivers/vme/
13083 F:      include/linux/vme*
13084
13085 VMWARE HYPERVISOR INTERFACE
13086 M:      Alok Kataria <akataria@vmware.com>
13087 L:      virtualization@lists.linux-foundation.org
13088 S:      Supported
13089 F:      arch/x86/kernel/cpu/vmware.c
13090
13091 VMWARE BALLOON DRIVER
13092 M:      Xavier Deguillard <xdeguillard@vmware.com>
13093 M:      Philip Moltmann <moltmann@vmware.com>
13094 M:      "VMware, Inc." <pv-drivers@vmware.com>
13095 L:      linux-kernel@vger.kernel.org
13096 S:      Maintained
13097 F:      drivers/misc/vmw_balloon.c
13098
13099 VMWARE VMMOUSE SUBDRIVER
13100 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13101 M:      "VMware, Inc." <pv-drivers@vmware.com>
13102 L:      linux-input@vger.kernel.org
13103 S:      Maintained
13104 F:      drivers/input/mouse/vmmouse.c
13105 F:      drivers/input/mouse/vmmouse.h
13106
13107 VMWARE VMXNET3 ETHERNET DRIVER
13108 M:      Shrikrishna Khare <skhare@vmware.com>
13109 M:      "VMware, Inc." <pv-drivers@vmware.com>
13110 L:      netdev@vger.kernel.org
13111 S:      Maintained
13112 F:      drivers/net/vmxnet3/
13113
13114 VMware PVSCSI driver
13115 M:      Jim Gill <jgill@vmware.com>
13116 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13117 L:      linux-scsi@vger.kernel.org
13118 S:      Maintained
13119 F:      drivers/scsi/vmw_pvscsi.c
13120 F:      drivers/scsi/vmw_pvscsi.h
13121
13122 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13123 M:      Liam Girdwood <lgirdwood@gmail.com>
13124 M:      Mark Brown <broonie@kernel.org>
13125 L:      linux-kernel@vger.kernel.org
13126 W:      http://www.slimlogic.co.uk/?p=48
13127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13128 S:      Supported
13129 F:      Documentation/devicetree/bindings/regulator/
13130 F:      drivers/regulator/
13131 F:      include/dt-bindings/regulator/
13132 F:      include/linux/regulator/
13133
13134 VRF
13135 M:      David Ahern <dsa@cumulusnetworks.com>
13136 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13137 L:      netdev@vger.kernel.org
13138 S:      Maintained
13139 F:      drivers/net/vrf.c
13140 F:      Documentation/networking/vrf.txt
13141
13142 VT1211 HARDWARE MONITOR DRIVER
13143 M:      Juerg Haefliger <juergh@gmail.com>
13144 L:      linux-hwmon@vger.kernel.org
13145 S:      Maintained
13146 F:      Documentation/hwmon/vt1211
13147 F:      drivers/hwmon/vt1211.c
13148
13149 VT8231 HARDWARE MONITOR DRIVER
13150 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13151 L:      linux-hwmon@vger.kernel.org
13152 S:      Maintained
13153 F:      drivers/hwmon/vt8231.c
13154
13155 VUB300 USB to SDIO/SD/MMC bridge chip
13156 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13157 L:      linux-mmc@vger.kernel.org
13158 L:      linux-usb@vger.kernel.org
13159 S:      Supported
13160 F:      drivers/mmc/host/vub300.c
13161
13162 W1 DALLAS'S 1-WIRE BUS
13163 M:      Evgeniy Polyakov <zbr@ioremap.net>
13164 S:      Maintained
13165 F:      Documentation/w1/
13166 F:      drivers/w1/
13167
13168 W83791D HARDWARE MONITORING DRIVER
13169 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13170 L:      linux-hwmon@vger.kernel.org
13171 S:      Maintained
13172 F:      Documentation/hwmon/w83791d
13173 F:      drivers/hwmon/w83791d.c
13174
13175 W83793 HARDWARE MONITORING DRIVER
13176 M:      Rudolf Marek <r.marek@assembler.cz>
13177 L:      linux-hwmon@vger.kernel.org
13178 S:      Maintained
13179 F:      Documentation/hwmon/w83793
13180 F:      drivers/hwmon/w83793.c
13181
13182 W83795 HARDWARE MONITORING DRIVER
13183 M:      Jean Delvare <jdelvare@suse.com>
13184 L:      linux-hwmon@vger.kernel.org
13185 S:      Maintained
13186 F:      drivers/hwmon/w83795.c
13187
13188 W83L51xD SD/MMC CARD INTERFACE DRIVER
13189 M:      Pierre Ossman <pierre@ossman.eu>
13190 S:      Maintained
13191 F:      drivers/mmc/host/wbsd.*
13192
13193 WACOM PROTOCOL 4 SERIAL TABLETS
13194 M:      Julian Squires <julian@cipht.net>
13195 M:      Hans de Goede <hdegoede@redhat.com>
13196 L:      linux-input@vger.kernel.org
13197 S:      Maintained
13198 F:      drivers/input/tablet/wacom_serial4.c
13199
13200 WATCHDOG DEVICE DRIVERS
13201 M:      Wim Van Sebroeck <wim@iguana.be>
13202 R:      Guenter Roeck <linux@roeck-us.net>
13203 L:      linux-watchdog@vger.kernel.org
13204 W:      http://www.linux-watchdog.org/
13205 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13206 S:      Maintained
13207 F:      Documentation/devicetree/bindings/watchdog/
13208 F:      Documentation/watchdog/
13209 F:      drivers/watchdog/
13210 F:      include/linux/watchdog.h
13211 F:      include/uapi/linux/watchdog.h
13212
13213 WIIMOTE HID DRIVER
13214 M:      David Herrmann <dh.herrmann@googlemail.com>
13215 L:      linux-input@vger.kernel.org
13216 S:      Maintained
13217 F:      drivers/hid/hid-wiimote*
13218
13219 WINBOND CIR DRIVER
13220 M:      David Härdeman <david@hardeman.nu>
13221 S:      Maintained
13222 F:      drivers/media/rc/winbond-cir.c
13223
13224 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13225 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13226 L:      linux-watchdog@vger.kernel.org
13227 S:      Maintained
13228 F:      drivers/watchdog/ebc-c384_wdt.c
13229
13230 WINSYSTEMS WS16C48 GPIO DRIVER
13231 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13232 L:      linux-gpio@vger.kernel.org
13233 S:      Maintained
13234 F:      drivers/gpio/gpio-ws16c48.c
13235
13236 WIMAX STACK
13237 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13238 M:      linux-wimax@intel.com
13239 L:      wimax@linuxwimax.org (subscribers-only)
13240 S:      Supported
13241 W:      http://linuxwimax.org
13242 F:      Documentation/wimax/README.wimax
13243 F:      include/linux/wimax/debug.h
13244 F:      include/net/wimax.h
13245 F:      include/uapi/linux/wimax.h
13246 F:      net/wimax/
13247
13248 WISTRON LAPTOP BUTTON DRIVER
13249 M:      Miloslav Trmac <mitr@volny.cz>
13250 S:      Maintained
13251 F:      drivers/input/misc/wistron_btns.c
13252
13253 WL3501 WIRELESS PCMCIA CARD DRIVER
13254 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13255 L:      linux-wireless@vger.kernel.org
13256 W:      http://oops.ghostprotocols.net:81/blog
13257 S:      Maintained
13258 F:      drivers/net/wireless/wl3501*
13259
13260 WOLFSON MICROELECTRONICS DRIVERS
13261 L:      patches@opensource.wolfsonmicro.com
13262 T:      git https://github.com/CirrusLogic/linux-drivers.git
13263 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13264 S:      Supported
13265 F:      Documentation/hwmon/wm83??
13266 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13267 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13268 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13269 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13270 F:      drivers/clk/clk-wm83*.c
13271 F:      drivers/extcon/extcon-arizona.c
13272 F:      drivers/leds/leds-wm83*.c
13273 F:      drivers/gpio/gpio-*wm*.c
13274 F:      drivers/gpio/gpio-arizona.c
13275 F:      drivers/hwmon/wm83??-hwmon.c
13276 F:      drivers/input/misc/wm831x-on.c
13277 F:      drivers/input/touchscreen/wm831x-ts.c
13278 F:      drivers/input/touchscreen/wm97*.c
13279 F:      drivers/mfd/arizona*
13280 F:      drivers/mfd/wm*.c
13281 F:      drivers/mfd/cs47l24*
13282 F:      drivers/power/supply/wm83*.c
13283 F:      drivers/rtc/rtc-wm83*.c
13284 F:      drivers/regulator/wm8*.c
13285 F:      drivers/video/backlight/wm83*_bl.c
13286 F:      drivers/watchdog/wm83*_wdt.c
13287 F:      include/linux/mfd/arizona/
13288 F:      include/linux/mfd/wm831x/
13289 F:      include/linux/mfd/wm8350/
13290 F:      include/linux/mfd/wm8400*
13291 F:      include/linux/wm97xx.h
13292 F:      include/sound/wm????.h
13293 F:      sound/soc/codecs/arizona.?
13294 F:      sound/soc/codecs/wm*
13295 F:      sound/soc/codecs/cs47l24*
13296
13297 WORKQUEUE
13298 M:      Tejun Heo <tj@kernel.org>
13299 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13301 S:      Maintained
13302 F:      include/linux/workqueue.h
13303 F:      kernel/workqueue.c
13304 F:      Documentation/core-api/workqueue.rst
13305
13306 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13307 M:      Chen-Yu Tsai <wens@csie.org>
13308 L:      linux-kernel@vger.kernel.org
13309 S:      Maintained
13310 N:      axp[128]
13311
13312 X.25 NETWORK LAYER
13313 M:      Andrew Hendry <andrew.hendry@gmail.com>
13314 L:      linux-x25@vger.kernel.org
13315 S:      Odd Fixes
13316 F:      Documentation/networking/x25*
13317 F:      include/net/x25*
13318 F:      net/x25/
13319
13320 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13321 M:      Thomas Gleixner <tglx@linutronix.de>
13322 M:      Ingo Molnar <mingo@redhat.com>
13323 M:      "H. Peter Anvin" <hpa@zytor.com>
13324 M:      x86@kernel.org
13325 L:      linux-kernel@vger.kernel.org
13326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13327 S:      Maintained
13328 F:      Documentation/x86/
13329 F:      arch/x86/
13330
13331 X86 PLATFORM DRIVERS
13332 M:      Darren Hart <dvhart@infradead.org>
13333 L:      platform-driver-x86@vger.kernel.org
13334 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13335 S:      Maintained
13336 F:      drivers/platform/x86/
13337 F:      drivers/platform/olpc/
13338
13339 X86 MCE INFRASTRUCTURE
13340 M:      Tony Luck <tony.luck@intel.com>
13341 M:      Borislav Petkov <bp@alien8.de>
13342 L:      linux-edac@vger.kernel.org
13343 S:      Maintained
13344 F:      arch/x86/kernel/cpu/mcheck/*
13345
13346 X86 MICROCODE UPDATE SUPPORT
13347 M:      Borislav Petkov <bp@alien8.de>
13348 S:      Maintained
13349 F:      arch/x86/kernel/cpu/microcode/*
13350
13351 X86 VDSO
13352 M:      Andy Lutomirski <luto@amacapital.net>
13353 L:      linux-kernel@vger.kernel.org
13354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13355 S:      Maintained
13356 F:      arch/x86/entry/vdso/
13357
13358 XC2028/3028 TUNER DRIVER
13359 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13360 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13361 L:      linux-media@vger.kernel.org
13362 W:      https://linuxtv.org
13363 T:      git git://linuxtv.org/media_tree.git
13364 S:      Maintained
13365 F:      drivers/media/tuners/tuner-xc2028.*
13366
13367 XEN HYPERVISOR INTERFACE
13368 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13369 M:      Juergen Gross <jgross@suse.com>
13370 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13372 S:      Supported
13373 F:      arch/x86/xen/
13374 F:      drivers/*/xen-*front.c
13375 F:      drivers/xen/
13376 F:      arch/x86/include/asm/xen/
13377 F:      include/xen/
13378 F:      include/uapi/xen/
13379
13380 XEN HYPERVISOR ARM
13381 M:      Stefano Stabellini <sstabellini@kernel.org>
13382 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13383 S:      Maintained
13384 F:      arch/arm/xen/
13385 F:      arch/arm/include/asm/xen/
13386
13387 XEN HYPERVISOR ARM64
13388 M:      Stefano Stabellini <sstabellini@kernel.org>
13389 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13390 S:      Maintained
13391 F:      arch/arm64/xen/
13392 F:      arch/arm64/include/asm/xen/
13393
13394 XEN NETWORK BACKEND DRIVER
13395 M:      Wei Liu <wei.liu2@citrix.com>
13396 M:      Paul Durrant <paul.durrant@citrix.com>
13397 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13398 L:      netdev@vger.kernel.org
13399 S:      Supported
13400 F:      drivers/net/xen-netback/*
13401
13402 XEN PCI SUBSYSTEM
13403 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13404 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13405 S:      Supported
13406 F:      arch/x86/pci/*xen*
13407 F:      drivers/pci/*xen*
13408
13409 XEN BLOCK SUBSYSTEM
13410 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13411 M:      Roger Pau Monné <roger.pau@citrix.com>
13412 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13413 S:      Supported
13414 F:      drivers/block/xen-blkback/*
13415 F:      drivers/block/xen*
13416
13417 XEN PVSCSI DRIVERS
13418 M:      Juergen Gross <jgross@suse.com>
13419 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13420 L:      linux-scsi@vger.kernel.org
13421 S:      Supported
13422 F:      drivers/scsi/xen-scsifront.c
13423 F:      drivers/xen/xen-scsiback.c
13424 F:      include/xen/interface/io/vscsiif.h
13425
13426 XEN SWIOTLB SUBSYSTEM
13427 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13428 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13429 S:      Supported
13430 F:      arch/x86/xen/*swiotlb*
13431 F:      drivers/xen/*swiotlb*
13432
13433 XFS FILESYSTEM
13434 M:      Dave Chinner <david@fromorbit.com>
13435 M:      linux-xfs@vger.kernel.org
13436 L:      linux-xfs@vger.kernel.org
13437 W:      http://xfs.org/
13438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13439 S:      Supported
13440 F:      Documentation/filesystems/xfs.txt
13441 F:      fs/xfs/
13442
13443 XILINX AXI ETHERNET DRIVER
13444 M:      Anirudha Sarangi <anirudh@xilinx.com>
13445 M:      John Linn <John.Linn@xilinx.com>
13446 S:      Maintained
13447 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13448
13449 XILINX UARTLITE SERIAL DRIVER
13450 M:      Peter Korsgaard <jacmet@sunsite.dk>
13451 L:      linux-serial@vger.kernel.org
13452 S:      Maintained
13453 F:      drivers/tty/serial/uartlite.c
13454
13455 XILINX VIDEO IP CORES
13456 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13457 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13458 L:      linux-media@vger.kernel.org
13459 T:      git git://linuxtv.org/media_tree.git
13460 S:      Supported
13461 F:      Documentation/devicetree/bindings/media/xilinx/
13462 F:      drivers/media/platform/xilinx/
13463 F:      include/uapi/linux/xilinx-v4l2-controls.h
13464
13465 XILLYBUS DRIVER
13466 M:      Eli Billauer <eli.billauer@gmail.com>
13467 L:      linux-kernel@vger.kernel.org
13468 S:      Supported
13469 F:      drivers/char/xillybus/
13470
13471 XTENSA XTFPGA PLATFORM SUPPORT
13472 M:      Max Filippov <jcmvbkbc@gmail.com>
13473 L:      linux-xtensa@linux-xtensa.org
13474 S:      Maintained
13475 F:      drivers/spi/spi-xtensa-xtfpga.c
13476 F:      sound/soc/xtensa/xtfpga-i2s.c
13477
13478 YAM DRIVER FOR AX.25
13479 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13480 L:      linux-hams@vger.kernel.org
13481 S:      Maintained
13482 F:      drivers/net/hamradio/yam*
13483 F:      include/linux/yam.h
13484
13485 YEALINK PHONE DRIVER
13486 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13487 L:      usbb2k-api-dev@nongnu.org
13488 S:      Maintained
13489 F:      Documentation/input/yealink.txt
13490 F:      drivers/input/misc/yealink.*
13491
13492 Z8530 DRIVER FOR AX.25
13493 M:      Joerg Reuter <jreuter@yaina.de>
13494 W:      http://yaina.de/jreuter/
13495 W:      http://www.qsl.net/dl1bke/
13496 L:      linux-hams@vger.kernel.org
13497 S:      Maintained
13498 F:      Documentation/networking/z8530drv.txt
13499 F:      drivers/net/hamradio/*scc.c
13500 F:      drivers/net/hamradio/z8530.h
13501
13502 ZBUD COMPRESSED PAGE ALLOCATOR
13503 M:      Seth Jennings <sjenning@redhat.com>
13504 L:      linux-mm@kvack.org
13505 S:      Maintained
13506 F:      mm/zbud.c
13507 F:      include/linux/zbud.h
13508
13509 ZD1211RW WIRELESS DRIVER
13510 M:      Daniel Drake <dsd@gentoo.org>
13511 M:      Ulrich Kunitz <kune@deine-taler.de>
13512 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13513 L:      linux-wireless@vger.kernel.org
13514 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13515 S:      Maintained
13516 F:      drivers/net/wireless/zydas/zd1211rw/
13517
13518 ZPOOL COMPRESSED PAGE STORAGE API
13519 M:      Dan Streetman <ddstreet@ieee.org>
13520 L:      linux-mm@kvack.org
13521 S:      Maintained
13522 F:      mm/zpool.c
13523 F:      include/linux/zpool.h
13524
13525 ZR36067 VIDEO FOR LINUX DRIVER
13526 L:      mjpeg-users@lists.sourceforge.net
13527 L:      linux-media@vger.kernel.org
13528 W:      http://mjpeg.sourceforge.net/driver-zoran/
13529 T:      hg https://linuxtv.org/hg/v4l-dvb
13530 S:      Odd Fixes
13531 F:      drivers/media/pci/zoran/
13532
13533 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13534 M:      Minchan Kim <minchan@kernel.org>
13535 M:      Nitin Gupta <ngupta@vflare.org>
13536 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13537 L:      linux-kernel@vger.kernel.org
13538 S:      Maintained
13539 F:      drivers/block/zram/
13540 F:      Documentation/blockdev/zram.txt
13541
13542 ZS DECSTATION Z85C30 SERIAL DRIVER
13543 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13544 S:      Maintained
13545 F:      drivers/tty/serial/zs.*
13546
13547 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13548 M:      Minchan Kim <minchan@kernel.org>
13549 M:      Nitin Gupta <ngupta@vflare.org>
13550 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13551 L:      linux-mm@kvack.org
13552 S:      Maintained
13553 F:      mm/zsmalloc.c
13554 F:      include/linux/zsmalloc.h
13555 F:      Documentation/vm/zsmalloc.txt
13556
13557 ZSWAP COMPRESSED SWAP CACHING
13558 M:      Seth Jennings <sjenning@redhat.com>
13559 L:      linux-mm@kvack.org
13560 S:      Maintained
13561 F:      mm/zswap.c
13562
13563 THE REST
13564 M:      Linus Torvalds <torvalds@linux-foundation.org>
13565 L:      linux-kernel@vger.kernel.org
13566 Q:      http://patchwork.kernel.org/project/LKML/list/
13567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13568 S:      Buried alive in reporters
13569 F:      *
13570 F:      */