]> git.karo-electronics.de Git - karo-tx-linux.git/blob - MAINTAINERS
drm/virtio: fix endianness in primary_plane_update
[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 F:      include/linux/crypto*
3474
3475 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3476 M:      Neil Horman <nhorman@tuxdriver.com>
3477 L:      linux-crypto@vger.kernel.org
3478 S:      Maintained
3479 F:      crypto/ansi_cprng.c
3480 F:      crypto/rng.c
3481
3482 CS3308 MEDIA DRIVER
3483 M:      Hans Verkuil <hverkuil@xs4all.nl>
3484 L:      linux-media@vger.kernel.org
3485 T:      git git://linuxtv.org/media_tree.git
3486 W:      http://linuxtv.org
3487 S:      Odd Fixes
3488 F:      drivers/media/i2c/cs3308.c
3489 F:      drivers/media/i2c/cs3308.h
3490
3491 CS5535 Audio ALSA driver
3492 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3493 S:      Maintained
3494 F:      sound/pci/cs5535audio/
3495
3496 CW1200 WLAN driver
3497 M:      Solomon Peachy <pizza@shaftnet.org>
3498 S:      Maintained
3499 F:      drivers/net/wireless/st/cw1200/
3500
3501 CX18 VIDEO4LINUX DRIVER
3502 M:      Andy Walls <awalls@md.metrocast.net>
3503 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3504 L:      linux-media@vger.kernel.org
3505 T:      git git://linuxtv.org/media_tree.git
3506 W:      https://linuxtv.org
3507 W:      http://www.ivtvdriver.org/index.php/Cx18
3508 S:      Maintained
3509 F:      Documentation/media/v4l-drivers/cx18*
3510 F:      drivers/media/pci/cx18/
3511 F:      include/uapi/linux/ivtv*
3512
3513 CX2341X MPEG ENCODER HELPER MODULE
3514 M:      Hans Verkuil <hverkuil@xs4all.nl>
3515 L:      linux-media@vger.kernel.org
3516 T:      git git://linuxtv.org/media_tree.git
3517 W:      https://linuxtv.org
3518 S:      Maintained
3519 F:      drivers/media/common/cx2341x*
3520 F:      include/media/cx2341x*
3521
3522 CX24120 MEDIA DRIVER
3523 M:      Jemma Denson <jdenson@gmail.com>
3524 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3525 L:      linux-media@vger.kernel.org
3526 W:      https://linuxtv.org
3527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3528 S:      Maintained
3529 F:      drivers/media/dvb-frontends/cx24120*
3530
3531 CX88 VIDEO4LINUX DRIVER
3532 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3533 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3534 L:      linux-media@vger.kernel.org
3535 W:      https://linuxtv.org
3536 T:      git git://linuxtv.org/media_tree.git
3537 S:      Odd fixes
3538 F:      Documentation/media/v4l-drivers/cx88*
3539 F:      drivers/media/pci/cx88/
3540
3541 CXD2820R MEDIA DRIVER
3542 M:      Antti Palosaari <crope@iki.fi>
3543 L:      linux-media@vger.kernel.org
3544 W:      https://linuxtv.org
3545 W:      http://palosaari.fi/linux/
3546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3547 T:      git git://linuxtv.org/anttip/media_tree.git
3548 S:      Maintained
3549 F:      drivers/media/dvb-frontends/cxd2820r*
3550
3551 CXGB3 ETHERNET DRIVER (CXGB3)
3552 M:      Santosh Raspatur <santosh@chelsio.com>
3553 L:      netdev@vger.kernel.org
3554 W:      http://www.chelsio.com
3555 S:      Supported
3556 F:      drivers/net/ethernet/chelsio/cxgb3/
3557
3558 CXGB3 ISCSI DRIVER (CXGB3I)
3559 M:      Karen Xie <kxie@chelsio.com>
3560 L:      linux-scsi@vger.kernel.org
3561 W:      http://www.chelsio.com
3562 S:      Supported
3563 F:      drivers/scsi/cxgbi/cxgb3i
3564
3565 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3566 M:      Steve Wise <swise@chelsio.com>
3567 L:      linux-rdma@vger.kernel.org
3568 W:      http://www.openfabrics.org
3569 S:      Supported
3570 F:      drivers/infiniband/hw/cxgb3/
3571 F:      include/uapi/rdma/cxgb3-abi.h
3572
3573 CXGB4 ETHERNET DRIVER (CXGB4)
3574 M:      Hariprasad S <hariprasad@chelsio.com>
3575 L:      netdev@vger.kernel.org
3576 W:      http://www.chelsio.com
3577 S:      Supported
3578 F:      drivers/net/ethernet/chelsio/cxgb4/
3579
3580 CXGB4 ISCSI DRIVER (CXGB4I)
3581 M:      Karen Xie <kxie@chelsio.com>
3582 L:      linux-scsi@vger.kernel.org
3583 W:      http://www.chelsio.com
3584 S:      Supported
3585 F:      drivers/scsi/cxgbi/cxgb4i
3586
3587 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3588 M:      Steve Wise <swise@chelsio.com>
3589 L:      linux-rdma@vger.kernel.org
3590 W:      http://www.openfabrics.org
3591 S:      Supported
3592 F:      drivers/infiniband/hw/cxgb4/
3593 F:      include/uapi/rdma/cxgb4-abi.h
3594
3595 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3596 M:      Casey Leedom <leedom@chelsio.com>
3597 L:      netdev@vger.kernel.org
3598 W:      http://www.chelsio.com
3599 S:      Supported
3600 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3601
3602 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3603 M:      Ian Munsie <imunsie@au1.ibm.com>
3604 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3605 L:      linuxppc-dev@lists.ozlabs.org
3606 S:      Supported
3607 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3608 F:      drivers/misc/cxl/
3609 F:      include/misc/cxl*
3610 F:      include/uapi/misc/cxl.h
3611 F:      Documentation/powerpc/cxl.txt
3612 F:      Documentation/ABI/testing/sysfs-class-cxl
3613
3614 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3615 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3616 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3617 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3618 L:      linux-scsi@vger.kernel.org
3619 S:      Supported
3620 F:      drivers/scsi/cxlflash/
3621 F:      include/uapi/scsi/cxlflash_ioctls.h
3622 F:      Documentation/powerpc/cxlflash.txt
3623
3624 STMMAC ETHERNET DRIVER
3625 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3626 M:      Alexandre Torgue <alexandre.torgue@st.com>
3627 L:      netdev@vger.kernel.org
3628 W:      http://www.stlinux.com
3629 S:      Supported
3630 F:      drivers/net/ethernet/stmicro/stmmac/
3631
3632 CYBERPRO FB DRIVER
3633 M:      Russell King <linux@armlinux.org.uk>
3634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3635 W:      http://www.armlinux.org.uk/
3636 S:      Maintained
3637 F:      drivers/video/fbdev/cyber2000fb.*
3638
3639 CYCLADES ASYNC MUX DRIVER
3640 W:      http://www.cyclades.com/
3641 S:      Orphan
3642 F:      drivers/tty/cyclades.c
3643 F:      include/linux/cyclades.h
3644 F:      include/uapi/linux/cyclades.h
3645
3646 CYCLADES PC300 DRIVER
3647 W:      http://www.cyclades.com/
3648 S:      Orphan
3649 F:      drivers/net/wan/pc300*
3650
3651 CYPRESS_FIRMWARE MEDIA DRIVER
3652 M:      Antti Palosaari <crope@iki.fi>
3653 L:      linux-media@vger.kernel.org
3654 W:      https://linuxtv.org
3655 W:      http://palosaari.fi/linux/
3656 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3657 T:      git git://linuxtv.org/anttip/media_tree.git
3658 S:      Maintained
3659 F:      drivers/media/common/cypress_firmware*
3660
3661 CYTTSP TOUCHSCREEN DRIVER
3662 M:      Ferruh Yigit <fery@cypress.com>
3663 L:      linux-input@vger.kernel.org
3664 S:      Supported
3665 F:      drivers/input/touchscreen/cyttsp*
3666 F:      include/linux/input/cyttsp.h
3667
3668 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3669 M:      Joshua Kinard <kumba@gentoo.org>
3670 S:      Maintained
3671 F:      drivers/rtc/rtc-ds1685.c
3672 F:      include/linux/rtc/ds1685.h
3673
3674 DAMA SLAVE for AX.25
3675 M:      Joerg Reuter <jreuter@yaina.de>
3676 W:      http://yaina.de/jreuter/
3677 W:      http://www.qsl.net/dl1bke/
3678 L:      linux-hams@vger.kernel.org
3679 S:      Maintained
3680 F:      net/ax25/af_ax25.c
3681 F:      net/ax25/ax25_dev.c
3682 F:      net/ax25/ax25_ds_*
3683 F:      net/ax25/ax25_in.c
3684 F:      net/ax25/ax25_out.c
3685 F:      net/ax25/ax25_timer.c
3686 F:      net/ax25/sysctl_net_ax25.c
3687
3688 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3689 L:      netdev@vger.kernel.org
3690 S:      Orphan
3691 F:      Documentation/networking/dmfe.txt
3692 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3693
3694 DC390/AM53C974 SCSI driver
3695 M:      Hannes Reinecke <hare@suse.com>
3696 L:      linux-scsi@vger.kernel.org
3697 S:      Maintained
3698 F:      drivers/scsi/am53c974.c
3699
3700 DC395x SCSI driver
3701 M:      Oliver Neukum <oliver@neukum.org>
3702 M:      Ali Akcaagac <aliakc@web.de>
3703 M:      Jamie Lenehan <lenehan@twibble.org>
3704 L:      dc395x@twibble.org
3705 W:      http://twibble.org/dist/dc395x/
3706 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3707 S:      Maintained
3708 F:      Documentation/scsi/dc395x.txt
3709 F:      drivers/scsi/dc395x.*
3710
3711 DCCP PROTOCOL
3712 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3713 L:      dccp@vger.kernel.org
3714 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3715 S:      Maintained
3716 F:      include/linux/dccp.h
3717 F:      include/uapi/linux/dccp.h
3718 F:      include/linux/tfrc.h
3719 F:      net/dccp/
3720
3721 DECnet NETWORK LAYER
3722 W:      http://linux-decnet.sourceforge.net
3723 L:      linux-decnet-user@lists.sourceforge.net
3724 S:      Orphan
3725 F:      Documentation/networking/decnet.txt
3726 F:      net/decnet/
3727
3728 DECSTATION PLATFORM SUPPORT
3729 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3730 L:      linux-mips@linux-mips.org
3731 W:      http://www.linux-mips.org/wiki/DECstation
3732 S:      Maintained
3733 F:      arch/mips/dec/
3734 F:      arch/mips/include/asm/dec/
3735 F:      arch/mips/include/asm/mach-dec/
3736
3737 DEFXX FDDI NETWORK DRIVER
3738 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3739 S:      Maintained
3740 F:      drivers/net/fddi/defxx.*
3741
3742 DELL LAPTOP DRIVER
3743 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3744 M:      Pali Rohár <pali.rohar@gmail.com>
3745 L:      platform-driver-x86@vger.kernel.org
3746 S:      Maintained
3747 F:      drivers/platform/x86/dell-laptop.c
3748
3749 DELL LAPTOP RBTN DRIVER
3750 M:      Pali Rohár <pali.rohar@gmail.com>
3751 S:      Maintained
3752 F:      drivers/platform/x86/dell-rbtn.*
3753
3754 DELL LAPTOP FREEFALL DRIVER
3755 M:      Pali Rohár <pali.rohar@gmail.com>
3756 S:      Maintained
3757 F:      drivers/platform/x86/dell-smo8800.c
3758
3759 DELL LAPTOP SMM DRIVER
3760 M:      Pali Rohár <pali.rohar@gmail.com>
3761 S:      Maintained
3762 F:      drivers/hwmon/dell-smm-hwmon.c
3763 F:      include/uapi/linux/i8k.h
3764
3765 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3766 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3767 S:      Maintained
3768 F:      Documentation/dcdbas.txt
3769 F:      drivers/firmware/dcdbas.*
3770
3771 DELL WMI EXTRAS DRIVER
3772 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3773 M:      Pali Rohár <pali.rohar@gmail.com>
3774 S:      Maintained
3775 F:      drivers/platform/x86/dell-wmi.c
3776
3777 DESIGNWARE USB2 DRD IP DRIVER
3778 M:      John Youn <johnyoun@synopsys.com>
3779 L:      linux-usb@vger.kernel.org
3780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3781 S:      Maintained
3782 F:      drivers/usb/dwc2/
3783
3784 DESIGNWARE USB3 DRD IP DRIVER
3785 M:      Felipe Balbi <balbi@kernel.org>
3786 L:      linux-usb@vger.kernel.org
3787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3788 S:      Maintained
3789 F:      drivers/usb/dwc3/
3790
3791 DEVICE COREDUMP (DEV_COREDUMP)
3792 M:      Johannes Berg <johannes@sipsolutions.net>
3793 L:      linux-kernel@vger.kernel.org
3794 S:      Maintained
3795 F:      drivers/base/devcoredump.c
3796 F:      include/linux/devcoredump.h
3797
3798 DEVICE FREQUENCY (DEVFREQ)
3799 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3800 M:      Kyungmin Park <kyungmin.park@samsung.com>
3801 L:      linux-pm@vger.kernel.org
3802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3803 S:      Maintained
3804 F:      drivers/devfreq/
3805 F:      include/linux/devfreq.h
3806 F:      Documentation/devicetree/bindings/devfreq/
3807
3808 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3809 M:      Chanwoo Choi <cw00.choi@samsung.com>
3810 L:      linux-pm@vger.kernel.org
3811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3812 S:      Supported
3813 F:      drivers/devfreq/event/
3814 F:      drivers/devfreq/devfreq-event.c
3815 F:      include/linux/devfreq-event.h
3816 F:      Documentation/devicetree/bindings/devfreq/event/
3817
3818 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3819 M:      Chanwoo Choi <cw00.choi@samsung.com>
3820 L:      linux-pm@vger.kernel.org
3821 L:      linux-samsung-soc@vger.kernel.org
3822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3823 S:      Maintained
3824 F:      drivers/devfreq/exynos-bus.c
3825 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3826
3827 DEVICE NUMBER REGISTRY
3828 M:      Torben Mathiasen <device@lanana.org>
3829 W:      http://lanana.org/docs/device-list/index.html
3830 S:      Maintained
3831
3832 DEVICE-MAPPER  (LVM)
3833 M:      Alasdair Kergon <agk@redhat.com>
3834 M:      Mike Snitzer <snitzer@redhat.com>
3835 M:      dm-devel@redhat.com
3836 L:      dm-devel@redhat.com
3837 W:      http://sources.redhat.com/dm
3838 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3840 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3841 S:      Maintained
3842 F:      Documentation/device-mapper/
3843 F:      drivers/md/dm*
3844 F:      drivers/md/persistent-data/
3845 F:      include/linux/device-mapper.h
3846 F:      include/linux/dm-*.h
3847 F:      include/uapi/linux/dm-*.h
3848
3849 DEVLINK
3850 M:      Jiri Pirko <jiri@mellanox.com>
3851 L:      netdev@vger.kernel.org
3852 S:      Supported
3853 F:      net/core/devlink.c
3854 F:      include/net/devlink.h
3855 F:      include/uapi/linux/devlink.h
3856
3857 DIALOG SEMICONDUCTOR DRIVERS
3858 M:      Support Opensource <support.opensource@diasemi.com>
3859 W:      http://www.dialog-semiconductor.com/products
3860 S:      Supported
3861 F:      Documentation/hwmon/da90??
3862 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3863 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3864 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3865 F:      drivers/gpio/gpio-da90??.c
3866 F:      drivers/hwmon/da90??-hwmon.c
3867 F:      drivers/iio/adc/da91??-*.c
3868 F:      drivers/input/misc/da90??_onkey.c
3869 F:      drivers/input/touchscreen/da9052_tsi.c
3870 F:      drivers/leds/leds-da90??.c
3871 F:      drivers/mfd/da903x.c
3872 F:      drivers/mfd/da90??-*.c
3873 F:      drivers/mfd/da91??-*.c
3874 F:      drivers/power/supply/da9052-battery.c
3875 F:      drivers/power/supply/da91??-*.c
3876 F:      drivers/regulator/da903x.c
3877 F:      drivers/regulator/da9???-regulator.[ch]
3878 F:      drivers/rtc/rtc-da90??.c
3879 F:      drivers/video/backlight/da90??_bl.c
3880 F:      drivers/watchdog/da90??_wdt.c
3881 F:      include/linux/mfd/da903x.h
3882 F:      include/linux/mfd/da9052/
3883 F:      include/linux/mfd/da9055/
3884 F:      include/linux/mfd/da9062/
3885 F:      include/linux/mfd/da9063/
3886 F:      include/linux/mfd/da9150/
3887 F:      include/linux/regulator/da9211.h
3888 F:      include/sound/da[79]*.h
3889 F:      sound/soc/codecs/da[79]*.[ch]
3890
3891 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3892 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3893 L:      linux-gpio@vger.kernel.org
3894 S:      Maintained
3895 F:      drivers/gpio/gpio-gpio-mm.c
3896
3897 DIGI NEO AND CLASSIC PCI PRODUCTS
3898 M:      Lidza Louina <lidza.louina@gmail.com>
3899 M:      Mark Hounschell <markh@compro.net>
3900 L:      driverdev-devel@linuxdriverproject.org
3901 S:      Maintained
3902 F:      drivers/staging/dgnc/
3903
3904 DIOLAN U2C-12 I2C DRIVER
3905 M:      Guenter Roeck <linux@roeck-us.net>
3906 L:      linux-i2c@vger.kernel.org
3907 S:      Maintained
3908 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3909
3910 DIRECT ACCESS (DAX)
3911 M:      Matthew Wilcox <willy@linux.intel.com>
3912 L:      linux-fsdevel@vger.kernel.org
3913 S:      Supported
3914 F:      fs/dax.c
3915
3916 DIRECTORY NOTIFICATION (DNOTIFY)
3917 M:      Eric Paris <eparis@parisplace.org>
3918 S:      Maintained
3919 F:      Documentation/filesystems/dnotify.txt
3920 F:      fs/notify/dnotify/
3921 F:      include/linux/dnotify.h
3922
3923 DISK GEOMETRY AND PARTITION HANDLING
3924 M:      Andries Brouwer <aeb@cwi.nl>
3925 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3926 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3927 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3928 S:      Maintained
3929
3930 DISKQUOTA
3931 M:      Jan Kara <jack@suse.com>
3932 S:      Maintained
3933 F:      Documentation/filesystems/quota.txt
3934 F:      fs/quota/
3935 F:      include/linux/quota*.h
3936 F:      include/uapi/linux/quota*.h
3937
3938 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3939 M:      Bernie Thompson <bernie@plugable.com>
3940 L:      linux-fbdev@vger.kernel.org
3941 S:      Maintained
3942 W:      http://plugable.com/category/projects/udlfb/
3943 F:      drivers/video/fbdev/udlfb.c
3944 F:      include/video/udlfb.h
3945 F:      Documentation/fb/udlfb.txt
3946
3947 DISTRIBUTED LOCK MANAGER (DLM)
3948 M:      Christine Caulfield <ccaulfie@redhat.com>
3949 M:      David Teigland <teigland@redhat.com>
3950 L:      cluster-devel@redhat.com
3951 W:      http://sources.redhat.com/cluster/
3952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3953 S:      Supported
3954 F:      fs/dlm/
3955
3956 DMA BUFFER SHARING FRAMEWORK
3957 M:      Sumit Semwal <sumit.semwal@linaro.org>
3958 S:      Maintained
3959 L:      linux-media@vger.kernel.org
3960 L:      dri-devel@lists.freedesktop.org
3961 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3962 F:      drivers/dma-buf/
3963 F:      include/linux/dma-buf*
3964 F:      include/linux/reservation.h
3965 F:      include/linux/*fence.h
3966 F:      Documentation/dma-buf-sharing.txt
3967 T:      git git://anongit.freedesktop.org/drm/drm-misc
3968
3969 SYNC FILE FRAMEWORK
3970 M:      Sumit Semwal <sumit.semwal@linaro.org>
3971 R:      Gustavo Padovan <gustavo@padovan.org>
3972 S:      Maintained
3973 L:      linux-media@vger.kernel.org
3974 L:      dri-devel@lists.freedesktop.org
3975 F:      drivers/dma-buf/sync_*
3976 F:      drivers/dma-buf/sw_sync.c
3977 F:      include/linux/sync_file.h
3978 F:      include/uapi/linux/sync_file.h
3979 F:      Documentation/sync_file.txt
3980 T:      git git://anongit.freedesktop.org/drm/drm-misc
3981
3982 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3983 M:      Vinod Koul <vinod.koul@intel.com>
3984 L:      dmaengine@vger.kernel.org
3985 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3986 S:      Maintained
3987 F:      drivers/dma/
3988 F:      include/linux/dmaengine.h
3989 F:      Documentation/devicetree/bindings/dma/
3990 F:      Documentation/dmaengine/
3991 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3992
3993 DME1737 HARDWARE MONITOR DRIVER
3994 M:      Juerg Haefliger <juergh@gmail.com>
3995 L:      linux-hwmon@vger.kernel.org
3996 S:      Maintained
3997 F:      Documentation/hwmon/dme1737
3998 F:      drivers/hwmon/dme1737.c
3999
4000 DMI/SMBIOS SUPPORT
4001 M:      Jean Delvare <jdelvare@suse.com>
4002 S:      Maintained
4003 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4004 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4005 F:      drivers/firmware/dmi-id.c
4006 F:      drivers/firmware/dmi_scan.c
4007 F:      include/linux/dmi.h
4008
4009 DOCUMENTATION
4010 M:      Jonathan Corbet <corbet@lwn.net>
4011 L:      linux-doc@vger.kernel.org
4012 S:      Maintained
4013 F:      Documentation/
4014 F:      scripts/docproc.c
4015 F:      scripts/kernel-doc*
4016 X:      Documentation/ABI/
4017 X:      Documentation/devicetree/
4018 X:      Documentation/acpi
4019 X:      Documentation/power
4020 X:      Documentation/spi
4021 X:      Documentation/media
4022 T:      git git://git.lwn.net/linux.git docs-next
4023
4024 DOUBLETALK DRIVER
4025 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4026 L:      blinux-list@redhat.com
4027 S:      Maintained
4028 F:      drivers/char/dtlk.c
4029 F:      include/linux/dtlk.h
4030
4031 DPT_I2O SCSI RAID DRIVER
4032 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4033 L:      linux-scsi@vger.kernel.org
4034 W:      http://www.adaptec.com/
4035 S:      Maintained
4036 F:      drivers/scsi/dpt*
4037 F:      drivers/scsi/dpt/
4038
4039 DRBD DRIVER
4040 M:      Philipp Reisner <philipp.reisner@linbit.com>
4041 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4042 L:      drbd-dev@lists.linbit.com
4043 W:      http://www.drbd.org
4044 T:      git git://git.linbit.com/linux-drbd.git
4045 T:      git git://git.linbit.com/drbd-8.4.git
4046 S:      Supported
4047 F:      drivers/block/drbd/
4048 F:      lib/lru_cache.c
4049 F:      Documentation/blockdev/drbd/
4050
4051 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4052 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4054 S:      Supported
4055 F:      Documentation/kobject.txt
4056 F:      drivers/base/
4057 F:      fs/debugfs/
4058 F:      fs/kernfs/
4059 F:      fs/sysfs/
4060 F:      include/linux/debugfs.h
4061 F:      include/linux/kobj*
4062 F:      lib/kobj*
4063
4064 DRM DRIVERS
4065 M:      David Airlie <airlied@linux.ie>
4066 L:      dri-devel@lists.freedesktop.org
4067 T:      git git://people.freedesktop.org/~airlied/linux
4068 B:      https://bugs.freedesktop.org/
4069 C:      irc://chat.freenode.net/dri-devel
4070 S:      Maintained
4071 F:      drivers/gpu/drm/
4072 F:      drivers/gpu/vga/
4073 F:      Documentation/devicetree/bindings/display/
4074 F:      Documentation/devicetree/bindings/gpu/
4075 F:      Documentation/devicetree/bindings/video/
4076 F:      Documentation/gpu/
4077 F:      include/drm/
4078 F:      include/uapi/drm/
4079
4080 DRM DRIVERS AND MISC GPU PATCHES
4081 M:      Daniel Vetter <daniel.vetter@intel.com>
4082 M:      Jani Nikula <jani.nikula@linux.intel.com>
4083 M:      Sean Paul <seanpaul@chromium.org>
4084 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4085 S:      Maintained
4086 T:      git git://anongit.freedesktop.org/drm/drm-misc
4087 F:      Documentation/gpu/
4088 F:      drivers/gpu/vga/
4089 F:      drivers/gpu/drm/*
4090 F:      include/drm/drm*
4091 F:      include/uapi/drm/drm*
4092
4093 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4094 M:      Dave Airlie <airlied@redhat.com>
4095 S:      Odd Fixes
4096 F:      drivers/gpu/drm/ast/
4097
4098 DRM DRIVERS FOR BRIDGE CHIPS
4099 M:      Archit Taneja <architt@codeaurora.org>
4100 S:      Maintained
4101 T:      git git://anongit.freedesktop.org/drm/drm-misc
4102 F:      drivers/gpu/drm/bridge/
4103
4104 DRM DRIVER FOR BOCHS VIRTUAL GPU
4105 M:      Gerd Hoffmann <kraxel@redhat.com>
4106 S:      Odd Fixes
4107 F:      drivers/gpu/drm/bochs/
4108
4109 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4110 M:      Dave Airlie <airlied@redhat.com>
4111 S:      Odd Fixes
4112 F:      drivers/gpu/drm/cirrus/
4113
4114 RADEON and AMDGPU DRM DRIVERS
4115 M:      Alex Deucher <alexander.deucher@amd.com>
4116 M:      Christian König <christian.koenig@amd.com>
4117 L:      dri-devel@lists.freedesktop.org
4118 T:      git git://people.freedesktop.org/~agd5f/linux
4119 S:      Supported
4120 F:      drivers/gpu/drm/radeon/
4121 F:      include/uapi/drm/radeon_drm.h
4122 F:      drivers/gpu/drm/amd/
4123 F:      include/uapi/drm/amdgpu_drm.h
4124
4125 DRM PANEL DRIVERS
4126 M:      Thierry Reding <thierry.reding@gmail.com>
4127 L:      dri-devel@lists.freedesktop.org
4128 T:      git git://anongit.freedesktop.org/tegra/linux.git
4129 S:      Maintained
4130 F:      drivers/gpu/drm/drm_panel.c
4131 F:      drivers/gpu/drm/panel/
4132 F:      include/drm/drm_panel.h
4133 F:      Documentation/devicetree/bindings/display/panel/
4134
4135 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4136 M:      Daniel Vetter <daniel.vetter@intel.com>
4137 M:      Jani Nikula <jani.nikula@linux.intel.com>
4138 L:      intel-gfx@lists.freedesktop.org
4139 W:      https://01.org/linuxgraphics/
4140 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4141 C:      irc://chat.freenode.net/intel-gfx
4142 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4143 T:      git git://anongit.freedesktop.org/drm-intel
4144 S:      Supported
4145 F:      drivers/gpu/drm/i915/
4146 F:      include/drm/i915*
4147 F:      include/uapi/drm/i915_drm.h
4148 F:      Documentation/gpu/i915.rst
4149
4150 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4151 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4152 M:      Zhi Wang <zhi.a.wang@intel.com>
4153 L:      igvt-g-dev@lists.01.org
4154 L:      intel-gfx@lists.freedesktop.org
4155 W:      https://01.org/igvt-g
4156 T:      git https://github.com/01org/gvt-linux.git
4157 S:      Supported
4158 F:      drivers/gpu/drm/i915/gvt/
4159
4160 DRM DRIVERS FOR ATMEL HLCDC
4161 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4162 L:      dri-devel@lists.freedesktop.org
4163 S:      Supported
4164 F:      drivers/gpu/drm/atmel-hlcdc/
4165 F:      Documentation/devicetree/bindings/drm/atmel/
4166
4167 DRM DRIVERS FOR ALLWINNER A10
4168 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4169 L:      dri-devel@lists.freedesktop.org
4170 S:      Supported
4171 F:      drivers/gpu/drm/sun4i/
4172 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4173
4174 DRM DRIVERS FOR AMLOGIC SOCS
4175 M:      Neil Armstrong <narmstrong@baylibre.com>
4176 L:      dri-devel@lists.freedesktop.org
4177 L:      linux-amlogic@lists.infradead.org
4178 W:      http://linux-meson.com/
4179 S:      Supported
4180 F:      drivers/gpu/drm/meson/
4181 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4182
4183 DRM DRIVERS FOR EXYNOS
4184 M:      Inki Dae <inki.dae@samsung.com>
4185 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4186 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4187 M:      Kyungmin Park <kyungmin.park@samsung.com>
4188 L:      dri-devel@lists.freedesktop.org
4189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4190 S:      Supported
4191 F:      drivers/gpu/drm/exynos/
4192 F:      include/uapi/drm/exynos_drm.h
4193 F:      Documentation/devicetree/bindings/display/exynos/
4194
4195 DRM DRIVERS FOR FREESCALE DCU
4196 M:      Stefan Agner <stefan@agner.ch>
4197 M:      Alison Wang <alison.wang@freescale.com>
4198 L:      dri-devel@lists.freedesktop.org
4199 S:      Supported
4200 F:      drivers/gpu/drm/fsl-dcu/
4201 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4202 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4203 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4204
4205 DRM DRIVERS FOR FREESCALE IMX
4206 M:      Philipp Zabel <p.zabel@pengutronix.de>
4207 L:      dri-devel@lists.freedesktop.org
4208 S:      Maintained
4209 F:      drivers/gpu/drm/imx/
4210 F:      drivers/gpu/ipu-v3/
4211 F:      Documentation/devicetree/bindings/display/imx/
4212
4213 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4214 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4215 L:      dri-devel@lists.freedesktop.org
4216 T:      git git://github.com/patjak/drm-gma500
4217 S:      Maintained
4218 F:      drivers/gpu/drm/gma500/
4219
4220 DRM DRIVERS FOR HISILICON
4221 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4222 M:      Rongrong Zou <zourongrong@gmail.com>
4223 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4224 R:      Chen Feng <puck.chen@hisilicon.com>
4225 L:      dri-devel@lists.freedesktop.org
4226 T:      git git://github.com/xin3liang/linux.git
4227 S:      Maintained
4228 F:      drivers/gpu/drm/hisilicon/
4229 F:      Documentation/devicetree/bindings/display/hisilicon/
4230
4231 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4232 S:      Orphan / Obsolete
4233 F:      drivers/gpu/drm/i810/
4234 F:      include/uapi/drm/i810_drm.h
4235
4236 DRM DRIVERS FOR MEDIATEK
4237 M:      CK Hu <ck.hu@mediatek.com>
4238 M:      Philipp Zabel <p.zabel@pengutronix.de>
4239 L:      dri-devel@lists.freedesktop.org
4240 S:      Supported
4241 F:      drivers/gpu/drm/mediatek/
4242 F:      Documentation/devicetree/bindings/display/mediatek/
4243
4244 DRM DRIVER FOR MSM ADRENO GPU
4245 M:      Rob Clark <robdclark@gmail.com>
4246 L:      linux-arm-msm@vger.kernel.org
4247 L:      dri-devel@lists.freedesktop.org
4248 L:      freedreno@lists.freedesktop.org
4249 T:      git git://people.freedesktop.org/~robclark/linux
4250 S:      Maintained
4251 F:      drivers/gpu/drm/msm/
4252 F:      include/uapi/drm/msm_drm.h
4253 F:      Documentation/devicetree/bindings/display/msm/
4254
4255 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4256 M:      Ben Skeggs <bskeggs@redhat.com>
4257 L:      dri-devel@lists.freedesktop.org
4258 L:      nouveau@lists.freedesktop.org
4259 T:      git git://github.com/skeggsb/linux
4260 S:      Supported
4261 F:      drivers/gpu/drm/nouveau/
4262 F:      include/uapi/drm/nouveau_drm.h
4263
4264 DRM DRIVERS FOR NVIDIA TEGRA
4265 M:      Thierry Reding <thierry.reding@gmail.com>
4266 L:      dri-devel@lists.freedesktop.org
4267 L:      linux-tegra@vger.kernel.org
4268 T:      git git://anongit.freedesktop.org/tegra/linux.git
4269 S:      Supported
4270 F:      drivers/gpu/drm/tegra/
4271 F:      drivers/gpu/host1x/
4272 F:      include/linux/host1x.h
4273 F:      include/uapi/drm/tegra_drm.h
4274 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4275
4276 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4277 S:      Orphan / Obsolete
4278 F:      drivers/gpu/drm/mga/
4279 F:      include/uapi/drm/mga_drm.h
4280
4281 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4282 M:      Dave Airlie <airlied@redhat.com>
4283 S:      Odd Fixes
4284 F:      drivers/gpu/drm/mgag200/
4285
4286 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4287 S:      Orphan / Obsolete
4288 F:      drivers/gpu/drm/r128/
4289 F:      include/uapi/drm/r128_drm.h
4290
4291 DRM DRIVERS FOR RENESAS
4292 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4293 L:      dri-devel@lists.freedesktop.org
4294 L:      linux-renesas-soc@vger.kernel.org
4295 T:      git git://linuxtv.org/pinchartl/fbdev
4296 S:      Supported
4297 F:      drivers/gpu/drm/rcar-du/
4298 F:      drivers/gpu/drm/shmobile/
4299 F:      include/linux/platform_data/shmob_drm.h
4300 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4301
4302 DRM DRIVER FOR QXL VIRTUAL GPU
4303 M:      Dave Airlie <airlied@redhat.com>
4304 S:      Odd Fixes
4305 F:      drivers/gpu/drm/qxl/
4306 F:      include/uapi/drm/qxl_drm.h
4307
4308 DRM DRIVERS FOR ROCKCHIP
4309 M:      Mark Yao <mark.yao@rock-chips.com>
4310 L:      dri-devel@lists.freedesktop.org
4311 S:      Maintained
4312 F:      drivers/gpu/drm/rockchip/
4313 F:      Documentation/devicetree/bindings/display/rockchip/
4314
4315 DRM DRIVER FOR SAVAGE VIDEO CARDS
4316 S:      Orphan / Obsolete
4317 F:      drivers/gpu/drm/savage/
4318 F:      include/uapi/drm/savage_drm.h
4319
4320 DRM DRIVER FOR SIS VIDEO CARDS
4321 S:      Orphan / Obsolete
4322 F:      drivers/gpu/drm/sis/
4323 F:      include/uapi/drm/sis_drm.h
4324
4325 DRM DRIVERS FOR STI
4326 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4327 M:      Vincent Abriou <vincent.abriou@st.com>
4328 L:      dri-devel@lists.freedesktop.org
4329 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4330 S:      Maintained
4331 F:      drivers/gpu/drm/sti
4332 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4333
4334 DRM DRIVER FOR TDFX VIDEO CARDS
4335 S:      Orphan / Obsolete
4336 F:      drivers/gpu/drm/tdfx/
4337
4338 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4339 M:      Dave Airlie <airlied@redhat.com>
4340 S:      Odd Fixes
4341 F:      drivers/gpu/drm/udl/
4342
4343 DRM DRIVERS FOR VIVANTE GPU IP
4344 M:      Lucas Stach <l.stach@pengutronix.de>
4345 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4346 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4347 L:      etnaviv@lists.freedesktop.org
4348 L:      dri-devel@lists.freedesktop.org
4349 S:      Maintained
4350 F:      drivers/gpu/drm/etnaviv/
4351 F:      include/uapi/drm/etnaviv_drm.h
4352 F:      Documentation/devicetree/bindings/display/etnaviv/
4353
4354 DRM DRIVER FOR VMWARE VIRTUAL GPU
4355 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4356 M:      Sinclair Yeh <syeh@vmware.com>
4357 M:      Thomas Hellstrom <thellstrom@vmware.com>
4358 L:      dri-devel@lists.freedesktop.org
4359 T:      git git://people.freedesktop.org/~syeh/repos_linux
4360 T:      git git://people.freedesktop.org/~thomash/linux
4361 S:      Supported
4362 F:      drivers/gpu/drm/vmwgfx/
4363 F:      include/uapi/drm/vmwgfx_drm.h
4364
4365 DRM DRIVERS FOR VC4
4366 M:      Eric Anholt <eric@anholt.net>
4367 T:      git git://github.com/anholt/linux
4368 S:      Supported
4369 F:      drivers/gpu/drm/vc4/
4370 F:      include/uapi/drm/vc4_drm.h
4371 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4372
4373 DRM DRIVERS FOR TI OMAP
4374 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4375 L:      dri-devel@lists.freedesktop.org
4376 S:      Maintained
4377 F:      drivers/gpu/drm/omapdrm/
4378 F:      Documentation/devicetree/bindings/display/ti/
4379
4380 DRM DRIVERS FOR TI LCDC
4381 M:      Jyri Sarha <jsarha@ti.com>
4382 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4383 L:      dri-devel@lists.freedesktop.org
4384 S:      Maintained
4385 F:      drivers/gpu/drm/tilcdc/
4386 F:      Documentation/devicetree/bindings/display/tilcdc/
4387
4388 DRM DRIVERS FOR ZTE ZX
4389 M:      Shawn Guo <shawnguo@kernel.org>
4390 L:      dri-devel@lists.freedesktop.org
4391 S:      Maintained
4392 F:      drivers/gpu/drm/zte/
4393 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4394
4395 DSBR100 USB FM RADIO DRIVER
4396 M:      Alexey Klimov <klimov.linux@gmail.com>
4397 L:      linux-media@vger.kernel.org
4398 T:      git git://linuxtv.org/media_tree.git
4399 S:      Maintained
4400 F:      drivers/media/radio/dsbr100.c
4401
4402 DSCC4 DRIVER
4403 M:      Francois Romieu <romieu@fr.zoreil.com>
4404 L:      netdev@vger.kernel.org
4405 S:      Maintained
4406 F:      drivers/net/wan/dscc4.c
4407
4408 DT3155 MEDIA DRIVER
4409 M:      Hans Verkuil <hverkuil@xs4all.nl>
4410 L:      linux-media@vger.kernel.org
4411 T:      git git://linuxtv.org/media_tree.git
4412 W:      https://linuxtv.org
4413 S:      Odd Fixes
4414 F:      drivers/media/pci/dt3155/
4415
4416 DVB_USB_AF9015 MEDIA DRIVER
4417 M:      Antti Palosaari <crope@iki.fi>
4418 L:      linux-media@vger.kernel.org
4419 W:      https://linuxtv.org
4420 W:      http://palosaari.fi/linux/
4421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4422 T:      git git://linuxtv.org/anttip/media_tree.git
4423 S:      Maintained
4424 F:      drivers/media/usb/dvb-usb-v2/af9015*
4425
4426 DVB_USB_AF9035 MEDIA DRIVER
4427 M:      Antti Palosaari <crope@iki.fi>
4428 L:      linux-media@vger.kernel.org
4429 W:      https://linuxtv.org
4430 W:      http://palosaari.fi/linux/
4431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4432 T:      git git://linuxtv.org/anttip/media_tree.git
4433 S:      Maintained
4434 F:      drivers/media/usb/dvb-usb-v2/af9035*
4435
4436 DVB_USB_ANYSEE MEDIA DRIVER
4437 M:      Antti Palosaari <crope@iki.fi>
4438 L:      linux-media@vger.kernel.org
4439 W:      https://linuxtv.org
4440 W:      http://palosaari.fi/linux/
4441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4442 T:      git git://linuxtv.org/anttip/media_tree.git
4443 S:      Maintained
4444 F:      drivers/media/usb/dvb-usb-v2/anysee*
4445
4446 DVB_USB_AU6610 MEDIA DRIVER
4447 M:      Antti Palosaari <crope@iki.fi>
4448 L:      linux-media@vger.kernel.org
4449 W:      https://linuxtv.org
4450 W:      http://palosaari.fi/linux/
4451 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4452 T:      git git://linuxtv.org/anttip/media_tree.git
4453 S:      Maintained
4454 F:      drivers/media/usb/dvb-usb-v2/au6610*
4455
4456 DVB_USB_CE6230 MEDIA DRIVER
4457 M:      Antti Palosaari <crope@iki.fi>
4458 L:      linux-media@vger.kernel.org
4459 W:      https://linuxtv.org
4460 W:      http://palosaari.fi/linux/
4461 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4462 T:      git git://linuxtv.org/anttip/media_tree.git
4463 S:      Maintained
4464 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4465
4466 DVB_USB_CXUSB MEDIA DRIVER
4467 M:      Michael Krufky <mkrufky@linuxtv.org>
4468 L:      linux-media@vger.kernel.org
4469 W:      https://linuxtv.org
4470 W:      http://github.com/mkrufky
4471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4472 T:      git git://linuxtv.org/media_tree.git
4473 S:      Maintained
4474 F:      drivers/media/usb/dvb-usb/cxusb*
4475
4476 DVB_USB_EC168 MEDIA DRIVER
4477 M:      Antti Palosaari <crope@iki.fi>
4478 L:      linux-media@vger.kernel.org
4479 W:      https://linuxtv.org
4480 W:      http://palosaari.fi/linux/
4481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4482 T:      git git://linuxtv.org/anttip/media_tree.git
4483 S:      Maintained
4484 F:      drivers/media/usb/dvb-usb-v2/ec168*
4485
4486 DVB_USB_GL861 MEDIA DRIVER
4487 M:      Antti Palosaari <crope@iki.fi>
4488 L:      linux-media@vger.kernel.org
4489 W:      https://linuxtv.org
4490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4491 T:      git git://linuxtv.org/anttip/media_tree.git
4492 S:      Maintained
4493 F:      drivers/media/usb/dvb-usb-v2/gl861*
4494
4495 DVB_USB_MXL111SF MEDIA DRIVER
4496 M:      Michael Krufky <mkrufky@linuxtv.org>
4497 L:      linux-media@vger.kernel.org
4498 W:      https://linuxtv.org
4499 W:      http://github.com/mkrufky
4500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4501 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4502 S:      Maintained
4503 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4504
4505 DVB_USB_RTL28XXU MEDIA DRIVER
4506 M:      Antti Palosaari <crope@iki.fi>
4507 L:      linux-media@vger.kernel.org
4508 W:      https://linuxtv.org
4509 W:      http://palosaari.fi/linux/
4510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4511 T:      git git://linuxtv.org/anttip/media_tree.git
4512 S:      Maintained
4513 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4514
4515 DVB_USB_V2 MEDIA DRIVER
4516 M:      Antti Palosaari <crope@iki.fi>
4517 L:      linux-media@vger.kernel.org
4518 W:      https://linuxtv.org
4519 W:      http://palosaari.fi/linux/
4520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4521 T:      git git://linuxtv.org/anttip/media_tree.git
4522 S:      Maintained
4523 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4524 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4525
4526 DYNAMIC DEBUG
4527 M:      Jason Baron <jbaron@akamai.com>
4528 S:      Maintained
4529 F:      lib/dynamic_debug.c
4530 F:      include/linux/dynamic_debug.h
4531
4532 DZ DECSTATION DZ11 SERIAL DRIVER
4533 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4534 S:      Maintained
4535 F:      drivers/tty/serial/dz.*
4536
4537 E3X0 POWER BUTTON DRIVER
4538 M:      Moritz Fischer <moritz.fischer@ettus.com>
4539 L:      usrp-users@lists.ettus.com
4540 W:      http://www.ettus.com
4541 S:      Supported
4542 F:      drivers/input/misc/e3x0-button.c
4543 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4544
4545 E4000 MEDIA DRIVER
4546 M:      Antti Palosaari <crope@iki.fi>
4547 L:      linux-media@vger.kernel.org
4548 W:      https://linuxtv.org
4549 W:      http://palosaari.fi/linux/
4550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4551 T:      git git://linuxtv.org/anttip/media_tree.git
4552 S:      Maintained
4553 F:      drivers/media/tuners/e4000*
4554
4555 EATA ISA/EISA/PCI SCSI DRIVER
4556 M:      Dario Ballabio <ballabio_dario@emc.com>
4557 L:      linux-scsi@vger.kernel.org
4558 S:      Maintained
4559 F:      drivers/scsi/eata.c
4560
4561 EC100 MEDIA DRIVER
4562 M:      Antti Palosaari <crope@iki.fi>
4563 L:      linux-media@vger.kernel.org
4564 W:      https://linuxtv.org
4565 W:      http://palosaari.fi/linux/
4566 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4567 T:      git git://linuxtv.org/anttip/media_tree.git
4568 S:      Maintained
4569 F:      drivers/media/dvb-frontends/ec100*
4570
4571 ECRYPT FILE SYSTEM
4572 M:      Tyler Hicks <tyhicks@canonical.com>
4573 L:      ecryptfs@vger.kernel.org
4574 W:      http://ecryptfs.org
4575 W:      https://launchpad.net/ecryptfs
4576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4577 S:      Supported
4578 F:      Documentation/filesystems/ecryptfs.txt
4579 F:      fs/ecryptfs/
4580
4581 EDAC-CORE
4582 M:      Borislav Petkov <bp@alien8.de>
4583 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4584 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4585 L:      linux-edac@vger.kernel.org
4586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4588 S:      Supported
4589 F:      Documentation/edac.txt
4590 F:      drivers/edac/
4591 F:      include/linux/edac.h
4592
4593 EDAC-AMD64
4594 M:      Borislav Petkov <bp@alien8.de>
4595 L:      linux-edac@vger.kernel.org
4596 S:      Maintained
4597 F:      drivers/edac/amd64_edac*
4598
4599 EDAC-CALXEDA
4600 M:      Robert Richter <rric@kernel.org>
4601 L:      linux-edac@vger.kernel.org
4602 S:      Maintained
4603 F:      drivers/edac/highbank*
4604
4605 EDAC-CAVIUM
4606 M:      Ralf Baechle <ralf@linux-mips.org>
4607 M:      David Daney <david.daney@cavium.com>
4608 L:      linux-edac@vger.kernel.org
4609 L:      linux-mips@linux-mips.org
4610 S:      Supported
4611 F:      drivers/edac/octeon_edac*
4612
4613 EDAC-E752X
4614 M:      Mark Gross <mark.gross@intel.com>
4615 L:      linux-edac@vger.kernel.org
4616 S:      Maintained
4617 F:      drivers/edac/e752x_edac.c
4618
4619 EDAC-E7XXX
4620 L:      linux-edac@vger.kernel.org
4621 S:      Maintained
4622 F:      drivers/edac/e7xxx_edac.c
4623
4624 EDAC-FSL_DDR
4625 M:      York Sun <york.sun@nxp.com>
4626 L:      linux-edac@vger.kernel.org
4627 S:      Maintained
4628 F:      drivers/edac/fsl_ddr_edac.*
4629
4630 EDAC-GHES
4631 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4632 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4633 L:      linux-edac@vger.kernel.org
4634 S:      Maintained
4635 F:      drivers/edac/ghes_edac.c
4636
4637 EDAC-I82443BXGX
4638 M:      Tim Small <tim@buttersideup.com>
4639 L:      linux-edac@vger.kernel.org
4640 S:      Maintained
4641 F:      drivers/edac/i82443bxgx_edac.c
4642
4643 EDAC-I3000
4644 L:      linux-edac@vger.kernel.org
4645 S:      Orphan
4646 F:      drivers/edac/i3000_edac.c
4647
4648 EDAC-I5000
4649 L:      linux-edac@vger.kernel.org
4650 S:      Maintained
4651 F:      drivers/edac/i5000_edac.c
4652
4653 EDAC-I5400
4654 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4655 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4656 L:      linux-edac@vger.kernel.org
4657 S:      Maintained
4658 F:      drivers/edac/i5400_edac.c
4659
4660 EDAC-I7300
4661 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4662 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4663 L:      linux-edac@vger.kernel.org
4664 S:      Maintained
4665 F:      drivers/edac/i7300_edac.c
4666
4667 EDAC-I7CORE
4668 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4669 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4670 L:      linux-edac@vger.kernel.org
4671 S:      Maintained
4672 F:      drivers/edac/i7core_edac.c
4673
4674 EDAC-I82975X
4675 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4676 M:      "Arvind R." <arvino55@gmail.com>
4677 L:      linux-edac@vger.kernel.org
4678 S:      Maintained
4679 F:      drivers/edac/i82975x_edac.c
4680
4681 EDAC-IE31200
4682 M:      Jason Baron <jbaron@akamai.com>
4683 L:      linux-edac@vger.kernel.org
4684 S:      Maintained
4685 F:      drivers/edac/ie31200_edac.c
4686
4687 EDAC-MPC85XX
4688 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4689 L:      linux-edac@vger.kernel.org
4690 S:      Maintained
4691 F:      drivers/edac/mpc85xx_edac.[ch]
4692
4693 EDAC-PASEMI
4694 M:      Egor Martovetsky <egor@pasemi.com>
4695 L:      linux-edac@vger.kernel.org
4696 S:      Maintained
4697 F:      drivers/edac/pasemi_edac.c
4698
4699 EDAC-R82600
4700 M:      Tim Small <tim@buttersideup.com>
4701 L:      linux-edac@vger.kernel.org
4702 S:      Maintained
4703 F:      drivers/edac/r82600_edac.c
4704
4705 EDAC-SBRIDGE
4706 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4707 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4708 L:      linux-edac@vger.kernel.org
4709 S:      Maintained
4710 F:      drivers/edac/sb_edac.c
4711
4712 EDAC-SKYLAKE
4713 M:      Tony Luck <tony.luck@intel.com>
4714 L:      linux-edac@vger.kernel.org
4715 S:      Maintained
4716 F:      drivers/edac/skx_edac.c
4717
4718 EDAC-XGENE
4719 APPLIED MICRO (APM) X-GENE SOC EDAC
4720 M:     Loc Ho <lho@apm.com>
4721 S:     Supported
4722 F:     drivers/edac/xgene_edac.c
4723 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4724
4725 EDIROL UA-101/UA-1000 DRIVER
4726 M:      Clemens Ladisch <clemens@ladisch.de>
4727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4728 T:      git git://git.alsa-project.org/alsa-kernel.git
4729 S:      Maintained
4730 F:      sound/usb/misc/ua101.c
4731
4732 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4733 M:      Matt Fleming <matt@codeblueprint.co.uk>
4734 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4735 L:      linux-efi@vger.kernel.org
4736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4737 S:      Maintained
4738 F:      Documentation/efi-stub.txt
4739 F:      arch/*/kernel/efi.c
4740 F:      arch/x86/boot/compressed/eboot.[ch]
4741 F:      arch/*/include/asm/efi.h
4742 F:      arch/x86/platform/efi/
4743 F:      drivers/firmware/efi/
4744 F:      include/linux/efi*.h
4745 F:      arch/arm/boot/compressed/efi-header.S
4746 F:      arch/arm64/kernel/efi-entry.S
4747
4748 EFI VARIABLE FILESYSTEM
4749 M:      Matthew Garrett <matthew.garrett@nebula.com>
4750 M:      Jeremy Kerr <jk@ozlabs.org>
4751 M:      Matt Fleming <matt@codeblueprint.co.uk>
4752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4753 L:      linux-efi@vger.kernel.org
4754 S:      Maintained
4755 F:      fs/efivarfs/
4756
4757 EFIFB FRAMEBUFFER DRIVER
4758 L:      linux-fbdev@vger.kernel.org
4759 M:      Peter Jones <pjones@redhat.com>
4760 S:      Maintained
4761 F:      drivers/video/fbdev/efifb.c
4762
4763 EFI TEST DRIVER
4764 L:      linux-efi@vger.kernel.org
4765 M:      Ivan Hu <ivan.hu@canonical.com>
4766 M:      Matt Fleming <matt@codeblueprint.co.uk>
4767 S:      Maintained
4768 F:      drivers/firmware/efi/test/
4769
4770 EFS FILESYSTEM
4771 W:      http://aeschi.ch.eu.org/efs/
4772 S:      Orphan
4773 F:      fs/efs/
4774
4775 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4776 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4777 L:      netdev@vger.kernel.org
4778 S:      Maintained
4779 F:      drivers/net/ethernet/ibm/ehea/
4780
4781 EM28XX VIDEO4LINUX DRIVER
4782 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4783 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4784 L:      linux-media@vger.kernel.org
4785 W:      https://linuxtv.org
4786 T:      git git://linuxtv.org/media_tree.git
4787 S:      Maintained
4788 F:      drivers/media/usb/em28xx/
4789 F:      Documentation/media/v4l-drivers/em28xx*
4790
4791 EMBEDDED LINUX
4792 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4793 M:      Matt Mackall <mpm@selenic.com>
4794 M:      David Woodhouse <dwmw2@infradead.org>
4795 L:      linux-embedded@vger.kernel.org
4796 S:      Maintained
4797
4798 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4799 M:      James Smart <james.smart@broadcom.com>
4800 M:      Dick Kennedy <dick.kennedy@broadcom.com>
4801 L:      linux-scsi@vger.kernel.org
4802 W:      http://www.broadcom.com
4803 S:      Supported
4804 F:      drivers/scsi/lpfc/
4805
4806 ENE CB710 FLASH CARD READER DRIVER
4807 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4808 S:      Maintained
4809 F:      drivers/misc/cb710/
4810 F:      drivers/mmc/host/cb710-mmc.*
4811 F:      include/linux/cb710.h
4812
4813 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4814 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4815 S:      Maintained
4816 F:      drivers/media/rc/ene_ir.*
4817
4818 EPSON S1D13XXX FRAMEBUFFER DRIVER
4819 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4820 S:      Maintained
4821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4822 F:      drivers/video/fbdev/s1d13xxxfb.c
4823 F:      include/video/s1d13xxxfb.h
4824
4825 ET131X NETWORK DRIVER
4826 M:      Mark Einon <mark.einon@gmail.com>
4827 S:      Odd Fixes
4828 F:      drivers/net/ethernet/agere/
4829
4830 ETHERNET BRIDGE
4831 M:      Stephen Hemminger <stephen@networkplumber.org>
4832 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4833 L:      netdev@vger.kernel.org
4834 W:      http://www.linuxfoundation.org/en/Net:Bridge
4835 S:      Maintained
4836 F:      include/linux/netfilter_bridge/
4837 F:      net/bridge/
4838
4839 ETHERNET PHY LIBRARY
4840 M:      Florian Fainelli <f.fainelli@gmail.com>
4841 L:      netdev@vger.kernel.org
4842 S:      Maintained
4843 F:      include/linux/phy.h
4844 F:      include/linux/phy_fixed.h
4845 F:      drivers/net/phy/
4846 F:      Documentation/networking/phy.txt
4847 F:      drivers/of/of_mdio.c
4848 F:      drivers/of/of_net.c
4849
4850 EXT2 FILE SYSTEM
4851 M:      Jan Kara <jack@suse.com>
4852 L:      linux-ext4@vger.kernel.org
4853 S:      Maintained
4854 F:      Documentation/filesystems/ext2.txt
4855 F:      fs/ext2/
4856 F:      include/linux/ext2*
4857
4858 EXT4 FILE SYSTEM
4859 M:      "Theodore Ts'o" <tytso@mit.edu>
4860 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4861 L:      linux-ext4@vger.kernel.org
4862 W:      http://ext4.wiki.kernel.org
4863 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4865 S:      Maintained
4866 F:      Documentation/filesystems/ext4.txt
4867 F:      fs/ext4/
4868
4869 Extended Verification Module (EVM)
4870 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4871 L:      linux-ima-devel@lists.sourceforge.net
4872 L:      linux-security-module@vger.kernel.org
4873 S:      Supported
4874 F:      security/integrity/evm/
4875
4876 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4877 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4878 M:      Chanwoo Choi <cw00.choi@samsung.com>
4879 L:      linux-kernel@vger.kernel.org
4880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4881 S:      Maintained
4882 F:      drivers/extcon/
4883 F:      include/linux/extcon/
4884 F:      include/linux/extcon.h
4885 F:      Documentation/extcon/
4886 F:      Documentation/devicetree/bindings/extcon/
4887
4888 EXYNOS DP DRIVER
4889 M:      Jingoo Han <jingoohan1@gmail.com>
4890 L:      dri-devel@lists.freedesktop.org
4891 S:      Maintained
4892 F:      drivers/gpu/drm/exynos/exynos_dp*
4893
4894 EXYNOS SYSMMU (IOMMU) driver
4895 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4896 L:      iommu@lists.linux-foundation.org
4897 S:      Maintained
4898 F:      drivers/iommu/exynos-iommu.c
4899
4900 EZchip NPS platform support
4901 M:      Noam Camus <noamc@ezchip.com>
4902 S:      Supported
4903 F:      arch/arc/plat-eznps
4904 F:      arch/arc/boot/dts/eznps.dts
4905
4906 F71805F HARDWARE MONITORING DRIVER
4907 M:      Jean Delvare <jdelvare@suse.com>
4908 L:      linux-hwmon@vger.kernel.org
4909 S:      Maintained
4910 F:      Documentation/hwmon/f71805f
4911 F:      drivers/hwmon/f71805f.c
4912
4913 FC0011 TUNER DRIVER
4914 M:      Michael Buesch <m@bues.ch>
4915 L:      linux-media@vger.kernel.org
4916 S:      Maintained
4917 F:      drivers/media/tuners/fc0011.h
4918 F:      drivers/media/tuners/fc0011.c
4919
4920 FC2580 MEDIA DRIVER
4921 M:      Antti Palosaari <crope@iki.fi>
4922 L:      linux-media@vger.kernel.org
4923 W:      https://linuxtv.org
4924 W:      http://palosaari.fi/linux/
4925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4926 T:      git git://linuxtv.org/anttip/media_tree.git
4927 S:      Maintained
4928 F:      drivers/media/tuners/fc2580*
4929
4930 FANOTIFY
4931 M:      Eric Paris <eparis@redhat.com>
4932 S:      Maintained
4933 F:      fs/notify/fanotify/
4934 F:      include/linux/fanotify.h
4935 F:      include/uapi/linux/fanotify.h
4936
4937 FARSYNC SYNCHRONOUS DRIVER
4938 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4939 W:      http://www.farsite.co.uk/
4940 S:      Supported
4941 F:      drivers/net/wan/farsync.*
4942
4943 FAULT INJECTION SUPPORT
4944 M:      Akinobu Mita <akinobu.mita@gmail.com>
4945 S:      Supported
4946 F:      Documentation/fault-injection/
4947 F:      lib/fault-inject.c
4948
4949 FBTFT Framebuffer drivers
4950 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4951 M:      Noralf Trønnes <noralf@tronnes.org>
4952 S:      Maintained
4953 F:      drivers/staging/fbtft/
4954
4955 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4956 M:      Johannes Thumshirn <jth@kernel.org>
4957 L:      fcoe-devel@open-fcoe.org
4958 W:      www.Open-FCoE.org
4959 S:      Supported
4960 F:      drivers/scsi/libfc/
4961 F:      drivers/scsi/fcoe/
4962 F:      include/scsi/fc/
4963 F:      include/scsi/libfc.h
4964 F:      include/scsi/libfcoe.h
4965 F:      include/uapi/scsi/fc/
4966
4967 FILE LOCKING (flock() and fcntl()/lockf())
4968 M:      Jeff Layton <jlayton@poochiereds.net>
4969 M:      "J. Bruce Fields" <bfields@fieldses.org>
4970 L:      linux-fsdevel@vger.kernel.org
4971 S:      Maintained
4972 F:      include/linux/fcntl.h
4973 F:      include/linux/fs.h
4974 F:      include/uapi/linux/fcntl.h
4975 F:      include/uapi/linux/fs.h
4976 F:      fs/fcntl.c
4977 F:      fs/locks.c
4978
4979 FILESYSTEMS (VFS and infrastructure)
4980 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4981 L:      linux-fsdevel@vger.kernel.org
4982 S:      Maintained
4983 F:      fs/*
4984
4985 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4986 M:      Riku Voipio <riku.voipio@iki.fi>
4987 L:      linux-hwmon@vger.kernel.org
4988 S:      Maintained
4989 F:      drivers/hwmon/f75375s.c
4990 F:      include/linux/f75375s.h
4991
4992 FIREWIRE AUDIO DRIVERS
4993 M:      Clemens Ladisch <clemens@ladisch.de>
4994 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4995 T:      git git://git.alsa-project.org/alsa-kernel.git
4996 S:      Maintained
4997 F:      sound/firewire/
4998
4999 FIREWIRE MEDIA DRIVERS (firedtv)
5000 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5001 L:      linux-media@vger.kernel.org
5002 L:      linux1394-devel@lists.sourceforge.net
5003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5004 S:      Maintained
5005 F:      drivers/media/firewire/
5006
5007 FIREWIRE SBP-2 TARGET
5008 M:      Chris Boot <bootc@bootc.net>
5009 L:      linux-scsi@vger.kernel.org
5010 L:      target-devel@vger.kernel.org
5011 L:      linux1394-devel@lists.sourceforge.net
5012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5013 S:      Maintained
5014 F:      drivers/target/sbp/
5015
5016 FIREWIRE SUBSYSTEM
5017 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5018 L:      linux1394-devel@lists.sourceforge.net
5019 W:      http://ieee1394.wiki.kernel.org/
5020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5021 S:      Maintained
5022 F:      drivers/firewire/
5023 F:      include/linux/firewire.h
5024 F:      include/uapi/linux/firewire*.h
5025 F:      tools/firewire/
5026
5027 FIRMWARE LOADER (request_firmware)
5028 M:      Ming Lei <ming.lei@canonical.com>
5029 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5030 L:      linux-kernel@vger.kernel.org
5031 S:      Maintained
5032 F:      Documentation/firmware_class/
5033 F:      drivers/base/firmware*.c
5034 F:      include/linux/firmware.h
5035
5036 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5037 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5038 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5039 S:      Maintained
5040 F:      drivers/block/rsxx/
5041
5042 FLOPPY DRIVER
5043 M:      Jiri Kosina <jikos@kernel.org>
5044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5045 S:      Odd fixes
5046 F:      drivers/block/floppy.c
5047
5048 FMC SUBSYSTEM
5049 M:      Alessandro Rubini <rubini@gnudd.com>
5050 W:      http://www.ohwr.org/projects/fmc-bus
5051 S:      Supported
5052 F:      drivers/fmc/
5053 F:      include/linux/fmc*.h
5054 F:      include/linux/ipmi-fru.h
5055 K:      fmc_d.*register
5056
5057 FPGA MANAGER FRAMEWORK
5058 M:      Alan Tull <atull@opensource.altera.com>
5059 R:      Moritz Fischer <moritz.fischer@ettus.com>
5060 L:      linux-fpga@vger.kernel.org
5061 S:      Maintained
5062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5063 F:      drivers/fpga/
5064 F:      include/linux/fpga/fpga-mgr.h
5065 W:      http://www.rocketboards.org
5066
5067 FPU EMULATOR
5068 M:      Bill Metzenthen <billm@melbpc.org.au>
5069 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5070 S:      Maintained
5071 F:      arch/x86/math-emu/
5072
5073 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5074 L:      netdev@vger.kernel.org
5075 S:      Orphan
5076 F:      drivers/net/wan/dlci.c
5077 F:      drivers/net/wan/sdla.c
5078
5079 FRAMEBUFFER LAYER
5080 L:      linux-fbdev@vger.kernel.org
5081 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5082 S:      Orphan
5083 F:      Documentation/fb/
5084 F:      drivers/video/
5085 F:      include/video/
5086 F:      include/linux/fb.h
5087 F:      include/uapi/video/
5088 F:      include/uapi/linux/fb.h
5089
5090 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5091 M:      Horia Geantă <horia.geanta@nxp.com>
5092 M:      Dan Douglass <dan.douglass@nxp.com>
5093 L:      linux-crypto@vger.kernel.org
5094 S:      Maintained
5095 F:      drivers/crypto/caam/
5096 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5097
5098 FREESCALE DIU FRAMEBUFFER DRIVER
5099 M:      Timur Tabi <timur@tabi.org>
5100 L:      linux-fbdev@vger.kernel.org
5101 S:      Maintained
5102 F:      drivers/video/fbdev/fsl-diu-fb.*
5103
5104 FREESCALE DMA DRIVER
5105 M:      Li Yang <leoli@freescale.com>
5106 M:      Zhang Wei <zw@zh-kernel.org>
5107 L:      linuxppc-dev@lists.ozlabs.org
5108 S:      Maintained
5109 F:      drivers/dma/fsldma.*
5110
5111 FREESCALE GPMI NAND DRIVER
5112 M:      Han Xu <han.xu@nxp.com>
5113 L:      linux-mtd@lists.infradead.org
5114 S:      Maintained
5115 F:      drivers/mtd/nand/gpmi-nand/*
5116
5117 FREESCALE I2C CPM DRIVER
5118 M:      Jochen Friedrich <jochen@scram.de>
5119 L:      linuxppc-dev@lists.ozlabs.org
5120 L:      linux-i2c@vger.kernel.org
5121 S:      Maintained
5122 F:      drivers/i2c/busses/i2c-cpm.c
5123
5124 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5125 M:      Sascha Hauer <kernel@pengutronix.de>
5126 L:      linux-fbdev@vger.kernel.org
5127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5128 S:      Maintained
5129 F:      include/linux/platform_data/video-imxfb.h
5130 F:      drivers/video/fbdev/imxfb.c
5131
5132 FREESCALE QUAD SPI DRIVER
5133 M:      Han Xu <han.xu@nxp.com>
5134 L:      linux-mtd@lists.infradead.org
5135 S:      Maintained
5136 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5137
5138 FREESCALE SOC FS_ENET DRIVER
5139 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5140 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5141 L:      linuxppc-dev@lists.ozlabs.org
5142 L:      netdev@vger.kernel.org
5143 S:      Maintained
5144 F:      drivers/net/ethernet/freescale/fs_enet/
5145 F:      include/linux/fs_enet_pd.h
5146
5147 FREESCALE IMX / MXC FEC DRIVER
5148 M:      Fugang Duan <fugang.duan@nxp.com>
5149 L:      netdev@vger.kernel.org
5150 S:      Maintained
5151 F:      drivers/net/ethernet/freescale/fec_main.c
5152 F:      drivers/net/ethernet/freescale/fec_ptp.c
5153 F:      drivers/net/ethernet/freescale/fec.h
5154 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5155
5156 FREESCALE QORIQ DPAA FMAN DRIVER
5157 M:      Madalin Bucur <madalin.bucur@nxp.com>
5158 L:      netdev@vger.kernel.org
5159 S:      Maintained
5160 F:      drivers/net/ethernet/freescale/fman
5161 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5162
5163 FREESCALE SOC DRIVERS
5164 M:      Scott Wood <oss@buserror.net>
5165 L:      linuxppc-dev@lists.ozlabs.org
5166 L:      linux-arm-kernel@lists.infradead.org
5167 S:      Maintained
5168 F:      drivers/soc/fsl/
5169 F:      include/linux/fsl/
5170
5171 FREESCALE QUICC ENGINE LIBRARY
5172 M:      Qiang Zhao <qiang.zhao@nxp.com>
5173 L:      linuxppc-dev@lists.ozlabs.org
5174 S:      Maintained
5175 F:      drivers/soc/fsl/qe/
5176 F:      include/soc/fsl/*qe*.h
5177 F:      include/soc/fsl/*ucc*.h
5178
5179 FREESCALE USB PERIPHERAL DRIVERS
5180 M:      Li Yang <leoli@freescale.com>
5181 L:      linux-usb@vger.kernel.org
5182 L:      linuxppc-dev@lists.ozlabs.org
5183 S:      Maintained
5184 F:      drivers/usb/gadget/udc/fsl*
5185
5186 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5187 M:      Li Yang <leoli@freescale.com>
5188 L:      netdev@vger.kernel.org
5189 L:      linuxppc-dev@lists.ozlabs.org
5190 S:      Maintained
5191 F:      drivers/net/ethernet/freescale/ucc_geth*
5192
5193 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5194 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5195 L:      netdev@vger.kernel.org
5196 S:      Maintained
5197 F:      drivers/net/ethernet/freescale/gianfar*
5198 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5199 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5200
5201 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5202 M:      Zhao Qiang <qiang.zhao@nxp.com>
5203 L:      netdev@vger.kernel.org
5204 L:      linuxppc-dev@lists.ozlabs.org
5205 S:      Maintained
5206 F:      drivers/net/wan/fsl_ucc_hdlc*
5207
5208 FREESCALE QUICC ENGINE UCC UART DRIVER
5209 M:      Timur Tabi <timur@tabi.org>
5210 L:      linuxppc-dev@lists.ozlabs.org
5211 S:      Maintained
5212 F:      drivers/tty/serial/ucc_uart.c
5213
5214 FREESCALE SOC SOUND DRIVERS
5215 M:      Timur Tabi <timur@tabi.org>
5216 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5217 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5218 R:      Fabio Estevam <fabio.estevam@nxp.com>
5219 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5220 L:      linuxppc-dev@lists.ozlabs.org
5221 S:      Maintained
5222 F:      sound/soc/fsl/fsl*
5223 F:      sound/soc/fsl/imx*
5224 F:      sound/soc/fsl/mpc8610_hpcd.c
5225
5226 FREEVXFS FILESYSTEM
5227 M:      Christoph Hellwig <hch@infradead.org>
5228 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5229 S:      Maintained
5230 F:      fs/freevxfs/
5231
5232 FREEZER
5233 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5234 M:      Pavel Machek <pavel@ucw.cz>
5235 L:      linux-pm@vger.kernel.org
5236 S:      Supported
5237 F:      Documentation/power/freezing-of-tasks.txt
5238 F:      include/linux/freezer.h
5239 F:      kernel/freezer.c
5240
5241 FRONTSWAP API
5242 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5243 L:      linux-kernel@vger.kernel.org
5244 S:      Maintained
5245 F:      mm/frontswap.c
5246 F:      include/linux/frontswap.h
5247
5248 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5249 M:      David Howells <dhowells@redhat.com>
5250 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5251 S:      Supported
5252 F:      Documentation/filesystems/caching/
5253 F:      fs/fscache/
5254 F:      include/linux/fscache*.h
5255
5256 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5257 M:      Theodore Y. Ts'o <tytso@mit.edu>
5258 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5259 L:      linux-fsdevel@vger.kernel.org
5260 S:      Supported
5261 F:      fs/crypto/
5262 F:      include/linux/fscrypto.h
5263
5264 F2FS FILE SYSTEM
5265 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5266 M:      Chao Yu <yuchao0@huawei.com>
5267 L:      linux-f2fs-devel@lists.sourceforge.net
5268 W:      https://f2fs.wiki.kernel.org/
5269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5270 S:      Maintained
5271 F:      Documentation/filesystems/f2fs.txt
5272 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5273 F:      fs/f2fs/
5274 F:      include/linux/f2fs_fs.h
5275 F:      include/trace/events/f2fs.h
5276
5277 FUJITSU FR-V (FRV) PORT
5278 S:      Orphan
5279 F:      arch/frv/
5280
5281 FUJITSU LAPTOP EXTRAS
5282 M:      Jonathan Woithe <jwoithe@just42.net>
5283 L:      platform-driver-x86@vger.kernel.org
5284 S:      Maintained
5285 F:      drivers/platform/x86/fujitsu-laptop.c
5286
5287 FUJITSU M-5MO LS CAMERA ISP DRIVER
5288 M:      Kyungmin Park <kyungmin.park@samsung.com>
5289 M:      Heungjun Kim <riverful.kim@samsung.com>
5290 L:      linux-media@vger.kernel.org
5291 S:      Maintained
5292 F:      drivers/media/i2c/m5mols/
5293 F:      include/media/i2c/m5mols.h
5294
5295 FUJITSU TABLET EXTRAS
5296 M:      Robert Gerlach <khnz@gmx.de>
5297 L:      platform-driver-x86@vger.kernel.org
5298 S:      Maintained
5299 F:      drivers/platform/x86/fujitsu-tablet.c
5300
5301 FUSE: FILESYSTEM IN USERSPACE
5302 M:      Miklos Szeredi <miklos@szeredi.hu>
5303 L:      linux-fsdevel@vger.kernel.org
5304 W:      http://fuse.sourceforge.net/
5305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5306 S:      Maintained
5307 F:      fs/fuse/
5308 F:      include/uapi/linux/fuse.h
5309 F:      Documentation/filesystems/fuse.txt
5310
5311 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5312 M:      Rik Faith <faith@cs.unc.edu>
5313 L:      linux-scsi@vger.kernel.org
5314 S:      Odd Fixes (e.g., new signatures)
5315 F:      drivers/scsi/fdomain.*
5316
5317 GCC PLUGINS
5318 M:      Kees Cook <keescook@chromium.org>
5319 R:      Emese Revfy <re.emese@gmail.com>
5320 L:      kernel-hardening@lists.openwall.com
5321 S:      Maintained
5322 F:      scripts/gcc-plugins/
5323 F:      scripts/gcc-plugin.sh
5324 F:      scripts/Makefile.gcc-plugins
5325 F:      Documentation/gcc-plugins.txt
5326
5327 GCOV BASED KERNEL PROFILING
5328 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5329 S:      Maintained
5330 F:      kernel/gcov/
5331 F:      Documentation/dev-tools/gcov.rst
5332
5333 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5334 M:      Achim Leubner <achim_leubner@adaptec.com>
5335 L:      linux-scsi@vger.kernel.org
5336 W:      http://www.icp-vortex.com/
5337 S:      Supported
5338 F:      drivers/scsi/gdt*
5339
5340 GDB KERNEL DEBUGGING HELPER SCRIPTS
5341 M:      Jan Kiszka <jan.kiszka@siemens.com>
5342 M:      Kieran Bingham <kieran@bingham.xyz>
5343 S:      Supported
5344 F:      scripts/gdb/
5345
5346 GEMTEK FM RADIO RECEIVER DRIVER
5347 M:      Hans Verkuil <hverkuil@xs4all.nl>
5348 L:      linux-media@vger.kernel.org
5349 T:      git git://linuxtv.org/media_tree.git
5350 W:      https://linuxtv.org
5351 S:      Maintained
5352 F:      drivers/media/radio/radio-gemtek*
5353
5354 GENERIC GPIO I2C DRIVER
5355 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5356 S:      Supported
5357 F:      drivers/i2c/busses/i2c-gpio.c
5358 F:      include/linux/i2c-gpio.h
5359
5360 GENERIC GPIO I2C MULTIPLEXER DRIVER
5361 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5362 L:      linux-i2c@vger.kernel.org
5363 S:      Supported
5364 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5365 F:      include/linux/i2c-mux-gpio.h
5366 F:      Documentation/i2c/muxes/i2c-mux-gpio
5367
5368 GENERIC HDLC (WAN) DRIVERS
5369 M:      Krzysztof Halasa <khc@pm.waw.pl>
5370 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5371 S:      Maintained
5372 F:      drivers/net/wan/c101.c
5373 F:      drivers/net/wan/hd6457*
5374 F:      drivers/net/wan/hdlc*
5375 F:      drivers/net/wan/n2.c
5376 F:      drivers/net/wan/pc300too.c
5377 F:      drivers/net/wan/pci200syn.c
5378 F:      drivers/net/wan/wanxl*
5379
5380 GENERIC INCLUDE/ASM HEADER FILES
5381 M:      Arnd Bergmann <arnd@arndb.de>
5382 L:      linux-arch@vger.kernel.org
5383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5384 S:      Maintained
5385 F:      include/asm-generic/
5386 F:      include/uapi/asm-generic/
5387
5388 GENERIC PHY FRAMEWORK
5389 M:      Kishon Vijay Abraham I <kishon@ti.com>
5390 L:      linux-kernel@vger.kernel.org
5391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5392 S:      Supported
5393 F:      drivers/phy/
5394 F:      include/linux/phy/
5395
5396 GENERIC PM DOMAINS
5397 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5398 M:      Kevin Hilman <khilman@kernel.org>
5399 M:      Ulf Hansson <ulf.hansson@linaro.org>
5400 L:      linux-pm@vger.kernel.org
5401 S:      Supported
5402 F:      drivers/base/power/domain*.c
5403 F:      include/linux/pm_domain.h
5404
5405 GENERIC UIO DRIVER FOR PCI DEVICES
5406 M:      "Michael S. Tsirkin" <mst@redhat.com>
5407 L:      kvm@vger.kernel.org
5408 S:      Supported
5409 F:      drivers/uio/uio_pci_generic.c
5410
5411 GET_MAINTAINER SCRIPT
5412 M:      Joe Perches <joe@perches.com>
5413 S:      Maintained
5414 F:      scripts/get_maintainer.pl
5415
5416 GENWQE (IBM Generic Workqueue Card)
5417 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5418 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5419 S:      Supported
5420 F:      drivers/misc/genwqe/
5421
5422 GFS2 FILE SYSTEM
5423 M:      Steven Whitehouse <swhiteho@redhat.com>
5424 M:      Bob Peterson <rpeterso@redhat.com>
5425 L:      cluster-devel@redhat.com
5426 W:      http://sources.redhat.com/cluster/
5427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5428 S:      Supported
5429 F:      Documentation/filesystems/gfs2*.txt
5430 F:      fs/gfs2/
5431 F:      include/uapi/linux/gfs2_ondisk.h
5432
5433 GIGASET ISDN DRIVERS
5434 M:      Paul Bolle <pebolle@tiscali.nl>
5435 L:      gigaset307x-common@lists.sourceforge.net
5436 W:      http://gigaset307x.sourceforge.net/
5437 S:      Odd Fixes
5438 F:      Documentation/isdn/README.gigaset
5439 F:      drivers/isdn/gigaset/
5440 F:      include/uapi/linux/gigaset_dev.h
5441
5442 GO7007 MPEG CODEC
5443 M:      Hans Verkuil <hans.verkuil@cisco.com>
5444 L:      linux-media@vger.kernel.org
5445 S:      Maintained
5446 F:      drivers/media/usb/go7007/
5447
5448 GOODIX TOUCHSCREEN
5449 M:      Bastien Nocera <hadess@hadess.net>
5450 L:      linux-input@vger.kernel.org
5451 S:      Maintained
5452 F:      drivers/input/touchscreen/goodix.c
5453
5454 GPIO MOCKUP DRIVER
5455 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5456 L:      linux-gpio@vger.kernel.org
5457 S:      Maintained
5458 F:      drivers/gpio/gpio-mockup.c
5459 F:      tools/testing/selftests/gpio/
5460
5461 GPIO SUBSYSTEM
5462 M:      Linus Walleij <linus.walleij@linaro.org>
5463 M:      Alexandre Courbot <gnurou@gmail.com>
5464 L:      linux-gpio@vger.kernel.org
5465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5466 S:      Maintained
5467 F:      Documentation/devicetree/bindings/gpio/
5468 F:      Documentation/gpio/
5469 F:      Documentation/ABI/testing/gpio-cdev
5470 F:      Documentation/ABI/obsolete/sysfs-gpio
5471 F:      drivers/gpio/
5472 F:      include/linux/gpio/
5473 F:      include/linux/gpio.h
5474 F:      include/asm-generic/gpio.h
5475 F:      include/uapi/linux/gpio.h
5476 F:      tools/gpio/
5477
5478 GRE DEMULTIPLEXER DRIVER
5479 M:      Dmitry Kozlov <xeb@mail.ru>
5480 L:      netdev@vger.kernel.org
5481 S:      Maintained
5482 F:      net/ipv4/gre_demux.c
5483 F:      net/ipv4/gre_offload.c
5484 F:      include/net/gre.h
5485
5486 GRETH 10/100/1G Ethernet MAC device driver
5487 M:      Andreas Larsson <andreas@gaisler.com>
5488 L:      netdev@vger.kernel.org
5489 S:      Maintained
5490 F:      drivers/net/ethernet/aeroflex/
5491
5492 GREYBUS SUBSYSTEM
5493 M:      Johan Hovold <johan@kernel.org>
5494 M:      Alex Elder <elder@kernel.org>
5495 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5496 S:      Maintained
5497 F:      drivers/staging/greybus/
5498
5499 GREYBUS AUDIO PROTOCOLS DRIVERS
5500 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5501 M:      Mark Greer <mgreer@animalcreek.com>
5502 S:      Maintained
5503 F:      drivers/staging/greybus/audio_apbridgea.c
5504 F:      drivers/staging/greybus/audio_apbridgea.h
5505 F:      drivers/staging/greybus/audio_codec.c
5506 F:      drivers/staging/greybus/audio_codec.h
5507 F:      drivers/staging/greybus/audio_gb.c
5508 F:      drivers/staging/greybus/audio_manager.c
5509 F:      drivers/staging/greybus/audio_manager.h
5510 F:      drivers/staging/greybus/audio_manager_module.c
5511 F:      drivers/staging/greybus/audio_manager_private.h
5512 F:      drivers/staging/greybus/audio_manager_sysfs.c
5513 F:      drivers/staging/greybus/audio_module.c
5514 F:      drivers/staging/greybus/audio_topology.c
5515
5516 GREYBUS PROTOCOLS DRIVERS
5517 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5518 S:      Maintained
5519 F:      drivers/staging/greybus/sdio.c
5520 F:      drivers/staging/greybus/light.c
5521 F:      drivers/staging/greybus/gpio.c
5522 F:      drivers/staging/greybus/power_supply.c
5523 F:      drivers/staging/greybus/spi.c
5524 F:      drivers/staging/greybus/spilib.c
5525
5526 GREYBUS PROTOCOLS DRIVERS
5527 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5528 S:      Maintained
5529 F:      drivers/staging/greybus/loopback.c
5530 F:      drivers/staging/greybus/timesync.c
5531 F:      drivers/staging/greybus/timesync_platform.c
5532
5533 GREYBUS PROTOCOLS DRIVERS
5534 M:      Viresh Kumar <vireshk@kernel.org>
5535 S:      Maintained
5536 F:      drivers/staging/greybus/authentication.c
5537 F:      drivers/staging/greybus/bootrom.c
5538 F:      drivers/staging/greybus/firmware.h
5539 F:      drivers/staging/greybus/fw-core.c
5540 F:      drivers/staging/greybus/fw-download.c
5541 F:      drivers/staging/greybus/fw-managament.c
5542 F:      drivers/staging/greybus/greybus_authentication.h
5543 F:      drivers/staging/greybus/greybus_firmware.h
5544 F:      drivers/staging/greybus/hid.c
5545 F:      drivers/staging/greybus/i2c.c
5546 F:      drivers/staging/greybus/spi.c
5547 F:      drivers/staging/greybus/spilib.c
5548 F:      drivers/staging/greybus/spilib.h
5549
5550 GREYBUS PROTOCOLS DRIVERS
5551 M:      David Lin <dtwlin@gmail.com>
5552 S:      Maintained
5553 F:      drivers/staging/greybus/uart.c
5554 F:      drivers/staging/greybus/log.c
5555
5556 GREYBUS PLATFORM DRIVERS
5557 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5558 S:      Maintained
5559 F:      drivers/staging/greybus/arche-platform.c
5560 F:      drivers/staging/greybus/arche-apb-ctrl.c
5561 F:      drivers/staging/greybus/arche_platform.h
5562
5563 GS1662 VIDEO SERIALIZER
5564 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5565 L:      linux-media@vger.kernel.org
5566 T:      git git://linuxtv.org/media_tree.git
5567 S:      Maintained
5568 F:      drivers/media/spi/gs1662.c
5569
5570 GSPCA FINEPIX SUBDRIVER
5571 M:      Frank Zago <frank@zago.net>
5572 L:      linux-media@vger.kernel.org
5573 T:      git git://linuxtv.org/media_tree.git
5574 S:      Maintained
5575 F:      drivers/media/usb/gspca/finepix.c
5576
5577 GSPCA GL860 SUBDRIVER
5578 M:      Olivier Lorin <o.lorin@laposte.net>
5579 L:      linux-media@vger.kernel.org
5580 T:      git git://linuxtv.org/media_tree.git
5581 S:      Maintained
5582 F:      drivers/media/usb/gspca/gl860/
5583
5584 GSPCA M5602 SUBDRIVER
5585 M:      Erik Andren <erik.andren@gmail.com>
5586 L:      linux-media@vger.kernel.org
5587 T:      git git://linuxtv.org/media_tree.git
5588 S:      Maintained
5589 F:      drivers/media/usb/gspca/m5602/
5590
5591 GSPCA PAC207 SONIXB SUBDRIVER
5592 M:      Hans Verkuil <hverkuil@xs4all.nl>
5593 L:      linux-media@vger.kernel.org
5594 T:      git git://linuxtv.org/media_tree.git
5595 S:      Odd Fixes
5596 F:      drivers/media/usb/gspca/pac207.c
5597
5598 GSPCA SN9C20X SUBDRIVER
5599 M:      Brian Johnson <brijohn@gmail.com>
5600 L:      linux-media@vger.kernel.org
5601 T:      git git://linuxtv.org/media_tree.git
5602 S:      Maintained
5603 F:      drivers/media/usb/gspca/sn9c20x.c
5604
5605 GSPCA T613 SUBDRIVER
5606 M:      Leandro Costantino <lcostantino@gmail.com>
5607 L:      linux-media@vger.kernel.org
5608 T:      git git://linuxtv.org/media_tree.git
5609 S:      Maintained
5610 F:      drivers/media/usb/gspca/t613.c
5611
5612 GSPCA USB WEBCAM DRIVER
5613 M:      Hans Verkuil <hverkuil@xs4all.nl>
5614 L:      linux-media@vger.kernel.org
5615 T:      git git://linuxtv.org/media_tree.git
5616 S:      Odd Fixes
5617 F:      drivers/media/usb/gspca/
5618
5619 GUID PARTITION TABLE (GPT)
5620 M:      Davidlohr Bueso <dave@stgolabs.net>
5621 L:      linux-efi@vger.kernel.org
5622 S:      Maintained
5623 F:      block/partitions/efi.*
5624
5625 STK1160 USB VIDEO CAPTURE DRIVER
5626 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5627 L:      linux-media@vger.kernel.org
5628 T:      git git://linuxtv.org/media_tree.git
5629 S:      Maintained
5630 F:      drivers/media/usb/stk1160/
5631
5632 H8/300 ARCHITECTURE
5633 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5634 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5635 W:      http://uclinux-h8.sourceforge.jp
5636 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5637 S:      Maintained
5638 F:      arch/h8300/
5639 F:      drivers/clocksource/h8300_*.c
5640 F:      drivers/clk/h8300/
5641 F:      drivers/irqchip/irq-renesas-h8*.c
5642
5643 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5644 M:      Frank Seidel <frank@f-seidel.de>
5645 L:      platform-driver-x86@vger.kernel.org
5646 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5647 S:      Maintained
5648 F:      drivers/platform/x86/hdaps.c
5649
5650 HDPVR USB VIDEO ENCODER DRIVER
5651 M:      Hans Verkuil <hverkuil@xs4all.nl>
5652 L:      linux-media@vger.kernel.org
5653 T:      git git://linuxtv.org/media_tree.git
5654 W:      https://linuxtv.org
5655 S:      Odd Fixes
5656 F:      drivers/media/usb/hdpvr/
5657
5658 HWPOISON MEMORY FAILURE HANDLING
5659 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5660 L:      linux-mm@kvack.org
5661 S:      Maintained
5662 F:      mm/memory-failure.c
5663 F:      mm/hwpoison-inject.c
5664
5665 HYPERVISOR VIRTUAL CONSOLE DRIVER
5666 L:      linuxppc-dev@lists.ozlabs.org
5667 S:      Odd Fixes
5668 F:      drivers/tty/hvc/
5669
5670 HACKRF MEDIA DRIVER
5671 M:      Antti Palosaari <crope@iki.fi>
5672 L:      linux-media@vger.kernel.org
5673 W:      https://linuxtv.org
5674 W:      http://palosaari.fi/linux/
5675 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5676 T:      git git://linuxtv.org/anttip/media_tree.git
5677 S:      Maintained
5678 F:      drivers/media/usb/hackrf/
5679
5680 HARDWARE MONITORING
5681 M:      Jean Delvare <jdelvare@suse.com>
5682 M:      Guenter Roeck <linux@roeck-us.net>
5683 L:      linux-hwmon@vger.kernel.org
5684 W:      http://hwmon.wiki.kernel.org/
5685 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5687 S:      Maintained
5688 F:      Documentation/hwmon/
5689 F:      drivers/hwmon/
5690 F:      include/linux/hwmon*.h
5691
5692 HARDWARE RANDOM NUMBER GENERATOR CORE
5693 M:      Matt Mackall <mpm@selenic.com>
5694 M:      Herbert Xu <herbert@gondor.apana.org.au>
5695 L:      linux-crypto@vger.kernel.org
5696 S:      Odd fixes
5697 F:      Documentation/devicetree/bindings/rng/
5698 F:      Documentation/hw_random.txt
5699 F:      drivers/char/hw_random/
5700 F:      include/linux/hw_random.h
5701
5702 HARDWARE SPINLOCK CORE
5703 M:      Ohad Ben-Cohen <ohad@wizery.com>
5704 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5705 L:      linux-remoteproc@vger.kernel.org
5706 S:      Maintained
5707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5708 F:      Documentation/devicetree/bindings/hwlock/
5709 F:      Documentation/hwspinlock.txt
5710 F:      drivers/hwspinlock/
5711 F:      include/linux/hwspinlock.h
5712
5713 HARMONY SOUND DRIVER
5714 L:      linux-parisc@vger.kernel.org
5715 S:      Maintained
5716 F:      sound/parisc/harmony.*
5717
5718 HD29L2 MEDIA DRIVER
5719 M:      Antti Palosaari <crope@iki.fi>
5720 L:      linux-media@vger.kernel.org
5721 W:      https://linuxtv.org
5722 W:      http://palosaari.fi/linux/
5723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5724 T:      git git://linuxtv.org/anttip/media_tree.git
5725 S:      Maintained
5726 F:      drivers/media/dvb-frontends/hd29l2*
5727
5728 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5729 M:      Brian Boylston <brian.boylston@hpe.com>
5730 S:      Supported
5731 F:      Documentation/watchdog/hpwdt.txt
5732 F:      drivers/watchdog/hpwdt.c
5733
5734 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5735 M:      Don Brace <don.brace@microsemi.com>
5736 L:      esc.storagedev@microsemi.com
5737 L:      linux-scsi@vger.kernel.org
5738 S:      Supported
5739 F:      Documentation/scsi/hpsa.txt
5740 F:      drivers/scsi/hpsa*.[ch]
5741 F:      include/linux/cciss*.h
5742 F:      include/uapi/linux/cciss*.h
5743
5744 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5745 M:      Don Brace <don.brace@microsemi.com>
5746 L:      esc.storagedev@microsemi.com
5747 L:      linux-scsi@vger.kernel.org
5748 S:      Supported
5749 F:      Documentation/blockdev/cciss.txt
5750 F:      drivers/block/cciss*
5751 F:      include/linux/cciss_ioctl.h
5752 F:      include/uapi/linux/cciss_ioctl.h
5753
5754 HFI1 DRIVER
5755 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5756 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5757 L:      linux-rdma@vger.kernel.org
5758 S:      Supported
5759 F:      drivers/infiniband/hw/hfi1
5760
5761 HFS FILESYSTEM
5762 L:      linux-fsdevel@vger.kernel.org
5763 S:      Orphan
5764 F:      Documentation/filesystems/hfs.txt
5765 F:      fs/hfs/
5766
5767 HFSPLUS FILESYSTEM
5768 L:      linux-fsdevel@vger.kernel.org
5769 S:      Orphan
5770 F:      Documentation/filesystems/hfsplus.txt
5771 F:      fs/hfsplus/
5772
5773 HGA FRAMEBUFFER DRIVER
5774 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5775 L:      linux-nvidia@lists.surfsouth.com
5776 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5777 S:      Maintained
5778 F:      drivers/video/fbdev/hgafb.c
5779
5780 HIBERNATION (aka Software Suspend, aka swsusp)
5781 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5782 M:      Pavel Machek <pavel@ucw.cz>
5783 L:      linux-pm@vger.kernel.org
5784 B:      https://bugzilla.kernel.org
5785 S:      Supported
5786 F:      arch/x86/power/
5787 F:      drivers/base/power/
5788 F:      kernel/power/
5789 F:      include/linux/suspend.h
5790 F:      include/linux/freezer.h
5791 F:      include/linux/pm.h
5792 F:      arch/*/include/asm/suspend*.h
5793
5794 HID CORE LAYER
5795 M:      Jiri Kosina <jikos@kernel.org>
5796 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5797 L:      linux-input@vger.kernel.org
5798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5799 S:      Maintained
5800 F:      drivers/hid/
5801 F:      include/linux/hid*
5802 F:      include/uapi/linux/hid*
5803
5804 HID SENSOR HUB DRIVERS
5805 M:      Jiri Kosina <jikos@kernel.org>
5806 M:      Jonathan Cameron <jic23@kernel.org>
5807 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5808 L:      linux-input@vger.kernel.org
5809 L:      linux-iio@vger.kernel.org
5810 S:      Maintained
5811 F:      Documentation/hid/hid-sensor*
5812 F:      drivers/hid/hid-sensor-*
5813 F:      drivers/iio/*/hid-*
5814 F:      include/linux/hid-sensor-*
5815
5816 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5817 M:      Thomas Gleixner <tglx@linutronix.de>
5818 L:      linux-kernel@vger.kernel.org
5819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5820 S:      Maintained
5821 F:      Documentation/timers/
5822 F:      kernel/time/hrtimer.c
5823 F:      kernel/time/clockevents.c
5824 F:      kernel/time/tick*.*
5825 F:      kernel/time/timer_*.c
5826 F:      include/linux/clockchips.h
5827 F:      include/linux/hrtimer.h
5828
5829 HIGH-SPEED SCC DRIVER FOR AX.25
5830 L:      linux-hams@vger.kernel.org
5831 S:      Orphan
5832 F:      drivers/net/hamradio/dmascc.c
5833 F:      drivers/net/hamradio/scc.c
5834
5835 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5836 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5837 W:      http://www.highpoint-tech.com
5838 S:      Supported
5839 F:      Documentation/scsi/hptiop.txt
5840 F:      drivers/scsi/hptiop.c
5841
5842 HIPPI
5843 M:      Jes Sorensen <jes@trained-monkey.org>
5844 L:      linux-hippi@sunsite.dk
5845 S:      Maintained
5846 F:      include/linux/hippidevice.h
5847 F:      include/uapi/linux/if_hippi.h
5848 F:      net/802/hippi.c
5849 F:      drivers/net/hippi/
5850
5851 HISILICON NETWORK SUBSYSTEM DRIVER
5852 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5853 M:      Salil Mehta <salil.mehta@huawei.com>
5854 L:      netdev@vger.kernel.org
5855 W:      http://www.hisilicon.com
5856 S:      Maintained
5857 F:      drivers/net/ethernet/hisilicon/
5858 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5859
5860 HISILICON ROCE DRIVER
5861 M:      Lijun Ou <oulijun@huawei.com>
5862 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5863 L:      linux-rdma@vger.kernel.org
5864 S:      Maintained
5865 F:      drivers/infiniband/hw/hns/
5866 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5867
5868 HISILICON SAS Controller
5869 M:      John Garry <john.garry@huawei.com>
5870 W:      http://www.hisilicon.com
5871 S:      Supported
5872 F:      drivers/scsi/hisi_sas/
5873 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5874
5875 HOST AP DRIVER
5876 M:      Jouni Malinen <j@w1.fi>
5877 L:      linux-wireless@vger.kernel.org
5878 W:      http://w1.fi/hostap-driver.html
5879 S:      Obsolete
5880 F:      drivers/net/wireless/intersil/hostap/
5881
5882 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5883 L:      platform-driver-x86@vger.kernel.org
5884 S:      Orphan
5885 F:      drivers/platform/x86/tc1100-wmi.c
5886
5887 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5888 M:      Jaroslav Kysela <perex@perex.cz>
5889 S:      Maintained
5890 F:      drivers/net/ethernet/hp/hp100.*
5891
5892 HPET:   High Precision Event Timers driver
5893 M:      Clemens Ladisch <clemens@ladisch.de>
5894 S:      Maintained
5895 F:      Documentation/timers/hpet.txt
5896 F:      drivers/char/hpet.c
5897 F:      include/linux/hpet.h
5898 F:      include/uapi/linux/hpet.h
5899
5900 HPET:   x86
5901 S:      Orphan
5902 F:      arch/x86/kernel/hpet.c
5903 F:      arch/x86/include/asm/hpet.h
5904
5905 HPFS FILESYSTEM
5906 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5907 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5908 S:      Maintained
5909 F:      fs/hpfs/
5910
5911 HSI SUBSYSTEM
5912 M:      Sebastian Reichel <sre@kernel.org>
5913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5914 S:      Maintained
5915 F:      Documentation/ABI/testing/sysfs-bus-hsi
5916 F:      Documentation/device-drivers/serial-interfaces.rst
5917 F:      drivers/hsi/
5918 F:      include/linux/hsi/
5919 F:      include/uapi/linux/hsi/
5920
5921 HSO 3G MODEM DRIVER
5922 M:      Jan Dumon <j.dumon@option.com>
5923 W:      http://www.pharscape.org
5924 S:      Maintained
5925 F:      drivers/net/usb/hso.c
5926
5927 HSR NETWORK PROTOCOL
5928 M:      Arvid Brodin <arvid.brodin@alten.se>
5929 L:      netdev@vger.kernel.org
5930 S:      Maintained
5931 F:      net/hsr/
5932
5933 HTCPEN TOUCHSCREEN DRIVER
5934 M:      Pau Oliva Fora <pof@eslack.org>
5935 L:      linux-input@vger.kernel.org
5936 S:      Maintained
5937 F:      drivers/input/touchscreen/htcpen.c
5938
5939 HUGETLB FILESYSTEM
5940 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5941 S:      Maintained
5942 F:      fs/hugetlbfs/
5943
5944 HVA ST MEDIA DRIVER
5945 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5946 L:      linux-media@vger.kernel.org
5947 T:      git git://linuxtv.org/media_tree.git
5948 W:      https://linuxtv.org
5949 S:      Supported
5950 F:      drivers/media/platform/sti/hva
5951
5952 Hyper-V CORE AND DRIVERS
5953 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5954 M:      Haiyang Zhang <haiyangz@microsoft.com>
5955 L:      devel@linuxdriverproject.org
5956 S:      Maintained
5957 F:      arch/x86/include/asm/mshyperv.h
5958 F:      arch/x86/include/uapi/asm/hyperv.h
5959 F:      arch/x86/kernel/cpu/mshyperv.c
5960 F:      drivers/hid/hid-hyperv.c
5961 F:      drivers/hv/
5962 F:      drivers/input/serio/hyperv-keyboard.c
5963 F:      drivers/pci/host/pci-hyperv.c
5964 F:      drivers/net/hyperv/
5965 F:      drivers/scsi/storvsc_drv.c
5966 F:      drivers/uio/uio_hv_generic.c
5967 F:      drivers/video/fbdev/hyperv_fb.c
5968 F:      include/linux/hyperv.h
5969 F:      tools/hv/
5970 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5971
5972 I2C MUXES
5973 M:      Peter Rosin <peda@axentia.se>
5974 L:      linux-i2c@vger.kernel.org
5975 S:      Maintained
5976 F:      Documentation/i2c/i2c-topology
5977 F:      Documentation/i2c/muxes/
5978 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5979 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5980 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5981 F:      drivers/i2c/i2c-mux.c
5982 F:      drivers/i2c/muxes/
5983 F:      include/linux/i2c-mux.h
5984
5985 I2C OVER PARALLEL PORT
5986 M:      Jean Delvare <jdelvare@suse.com>
5987 L:      linux-i2c@vger.kernel.org
5988 S:      Maintained
5989 F:      Documentation/i2c/busses/i2c-parport
5990 F:      Documentation/i2c/busses/i2c-parport-light
5991 F:      drivers/i2c/busses/i2c-parport.c
5992 F:      drivers/i2c/busses/i2c-parport-light.c
5993
5994 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5995 M:      Jean Delvare <jdelvare@suse.com>
5996 L:      linux-i2c@vger.kernel.org
5997 S:      Maintained
5998 F:      Documentation/i2c/busses/i2c-ali1535
5999 F:      Documentation/i2c/busses/i2c-ali1563
6000 F:      Documentation/i2c/busses/i2c-ali15x3
6001 F:      Documentation/i2c/busses/i2c-amd756
6002 F:      Documentation/i2c/busses/i2c-amd8111
6003 F:      Documentation/i2c/busses/i2c-i801
6004 F:      Documentation/i2c/busses/i2c-nforce2
6005 F:      Documentation/i2c/busses/i2c-piix4
6006 F:      Documentation/i2c/busses/i2c-sis5595
6007 F:      Documentation/i2c/busses/i2c-sis630
6008 F:      Documentation/i2c/busses/i2c-sis96x
6009 F:      Documentation/i2c/busses/i2c-via
6010 F:      Documentation/i2c/busses/i2c-viapro
6011 F:      drivers/i2c/busses/i2c-ali1535.c
6012 F:      drivers/i2c/busses/i2c-ali1563.c
6013 F:      drivers/i2c/busses/i2c-ali15x3.c
6014 F:      drivers/i2c/busses/i2c-amd756.c
6015 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6016 F:      drivers/i2c/busses/i2c-amd8111.c
6017 F:      drivers/i2c/busses/i2c-i801.c
6018 F:      drivers/i2c/busses/i2c-isch.c
6019 F:      drivers/i2c/busses/i2c-nforce2.c
6020 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6021 F:      drivers/i2c/busses/i2c-piix4.c
6022 F:      drivers/i2c/busses/i2c-sis5595.c
6023 F:      drivers/i2c/busses/i2c-sis630.c
6024 F:      drivers/i2c/busses/i2c-sis96x.c
6025 F:      drivers/i2c/busses/i2c-via.c
6026 F:      drivers/i2c/busses/i2c-viapro.c
6027
6028 I2C/SMBUS ISMT DRIVER
6029 M:      Seth Heasley <seth.heasley@intel.com>
6030 M:      Neil Horman <nhorman@tuxdriver.com>
6031 L:      linux-i2c@vger.kernel.org
6032 F:      drivers/i2c/busses/i2c-ismt.c
6033 F:      Documentation/i2c/busses/i2c-ismt
6034
6035 I2C/SMBUS STUB DRIVER
6036 M:      Jean Delvare <jdelvare@suse.com>
6037 L:      linux-i2c@vger.kernel.org
6038 S:      Maintained
6039 F:      drivers/i2c/i2c-stub.c
6040
6041 I2C SUBSYSTEM
6042 M:      Wolfram Sang <wsa@the-dreams.de>
6043 L:      linux-i2c@vger.kernel.org
6044 W:      https://i2c.wiki.kernel.org/
6045 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6047 S:      Maintained
6048 F:      Documentation/devicetree/bindings/i2c/
6049 F:      Documentation/i2c/
6050 F:      drivers/i2c/
6051 F:      drivers/i2c/*/
6052 F:      include/linux/i2c.h
6053 F:      include/linux/i2c-*.h
6054 F:      include/uapi/linux/i2c.h
6055 F:      include/uapi/linux/i2c-*.h
6056
6057 I2C ACPI SUPPORT
6058 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6059 L:      linux-i2c@vger.kernel.org
6060 L:      linux-acpi@vger.kernel.org
6061 S:      Maintained
6062
6063 I2C-TAOS-EVM DRIVER
6064 M:      Jean Delvare <jdelvare@suse.com>
6065 L:      linux-i2c@vger.kernel.org
6066 S:      Maintained
6067 F:      Documentation/i2c/busses/i2c-taos-evm
6068 F:      drivers/i2c/busses/i2c-taos-evm.c
6069
6070 I2C-TINY-USB DRIVER
6071 M:      Till Harbaum <till@harbaum.org>
6072 L:      linux-i2c@vger.kernel.org
6073 W:      http://www.harbaum.org/till/i2c_tiny_usb
6074 S:      Maintained
6075 F:      drivers/i2c/busses/i2c-tiny-usb.c
6076
6077 i386 BOOT CODE
6078 M:      "H. Peter Anvin" <hpa@zytor.com>
6079 S:      Maintained
6080 F:      arch/x86/boot/
6081
6082 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6083 M:      "H. Peter Anvin" <hpa@zytor.com>
6084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6085 S:      Maintained
6086
6087 IA64 (Itanium) PLATFORM
6088 M:      Tony Luck <tony.luck@intel.com>
6089 M:      Fenghua Yu <fenghua.yu@intel.com>
6090 L:      linux-ia64@vger.kernel.org
6091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6092 S:      Maintained
6093 F:      arch/ia64/
6094
6095 IBM Power VMX Cryptographic instructions
6096 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6097 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6098 L:      linux-crypto@vger.kernel.org
6099 S:      Supported
6100 F:      drivers/crypto/vmx/Makefile
6101 F:      drivers/crypto/vmx/Kconfig
6102 F:      drivers/crypto/vmx/vmx.c
6103 F:      drivers/crypto/vmx/aes*
6104 F:      drivers/crypto/vmx/ghash*
6105 F:      drivers/crypto/vmx/ppc-xlate.pl
6106
6107 IBM Power in-Nest Crypto Acceleration
6108 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6109 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6110 L:      linux-crypto@vger.kernel.org
6111 S:      Supported
6112 F:      drivers/crypto/nx/Makefile
6113 F:      drivers/crypto/nx/Kconfig
6114 F:      drivers/crypto/nx/nx-aes*
6115 F:      drivers/crypto/nx/nx-sha*
6116 F:      drivers/crypto/nx/nx.*
6117 F:      drivers/crypto/nx/nx_csbcpb.h
6118 F:      drivers/crypto/nx/nx_debugfs.h
6119
6120 IBM Power 842 compression accelerator
6121 M:      Dan Streetman <ddstreet@ieee.org>
6122 S:      Supported
6123 F:      drivers/crypto/nx/Makefile
6124 F:      drivers/crypto/nx/Kconfig
6125 F:      drivers/crypto/nx/nx-842*
6126 F:      include/linux/sw842.h
6127 F:      crypto/842.c
6128 F:      lib/842/
6129
6130 IBM Power Linux RAID adapter
6131 M:      Brian King <brking@us.ibm.com>
6132 S:      Supported
6133 F:      drivers/scsi/ipr.*
6134
6135 IBM Power Virtual Ethernet Device Driver
6136 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6137 L:      netdev@vger.kernel.org
6138 S:      Supported
6139 F:      drivers/net/ethernet/ibm/ibmveth.*
6140
6141 IBM Power SRIOV Virtual NIC Device Driver
6142 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6143 M:      John Allen <jallen@linux.vnet.ibm.com>
6144 L:      netdev@vger.kernel.org
6145 S:      Supported
6146 F:      drivers/net/ethernet/ibm/ibmvnic.*
6147
6148 IBM Power Virtual SCSI Device Drivers
6149 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6150 L:      linux-scsi@vger.kernel.org
6151 S:      Supported
6152 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6153 F:      include/scsi/viosrp.h
6154
6155 IBM Power Virtual SCSI Device Target Driver
6156 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6157 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6158 L:      linux-scsi@vger.kernel.org
6159 L:      target-devel@vger.kernel.org
6160 S:      Supported
6161 F:      drivers/scsi/ibmvscsi_tgt/
6162
6163 IBM Power Virtual FC Device Drivers
6164 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6165 L:      linux-scsi@vger.kernel.org
6166 S:      Supported
6167 F:      drivers/scsi/ibmvscsi/ibmvfc*
6168
6169 IBM ServeRAID RAID DRIVER
6170 S:      Orphan
6171 F:      drivers/scsi/ips.*
6172
6173 ICH LPC AND GPIO DRIVER
6174 M:      Peter Tyser <ptyser@xes-inc.com>
6175 S:      Maintained
6176 F:      drivers/mfd/lpc_ich.c
6177 F:      drivers/gpio/gpio-ich.c
6178
6179 IDE SUBSYSTEM
6180 M:      "David S. Miller" <davem@davemloft.net>
6181 L:      linux-ide@vger.kernel.org
6182 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6184 S:      Maintained
6185 F:      Documentation/ide/
6186 F:      drivers/ide/
6187 F:      include/linux/ide.h
6188
6189 IDEAPAD LAPTOP EXTRAS DRIVER
6190 M:      Ike Panhc <ike.pan@canonical.com>
6191 L:      platform-driver-x86@vger.kernel.org
6192 W:      http://launchpad.net/ideapad-laptop
6193 S:      Maintained
6194 F:      drivers/platform/x86/ideapad-laptop.c
6195
6196 IDEAPAD LAPTOP SLIDEBAR DRIVER
6197 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6198 L:      linux-input@vger.kernel.org
6199 W:      https://github.com/o2genum/ideapad-slidebar
6200 S:      Maintained
6201 F:      drivers/input/misc/ideapad_slidebar.c
6202
6203 IDE/ATAPI DRIVERS
6204 M:      Borislav Petkov <bp@alien8.de>
6205 L:      linux-ide@vger.kernel.org
6206 S:      Maintained
6207 F:      Documentation/cdrom/ide-cd
6208 F:      drivers/ide/ide-cd*
6209
6210 IEEE 802.15.4 SUBSYSTEM
6211 M:      Alexander Aring <aar@pengutronix.de>
6212 M:      Stefan Schmidt <stefan@osg.samsung.com>
6213 L:      linux-wpan@vger.kernel.org
6214 W:      http://wpan.cakelab.org/
6215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6217 S:      Maintained
6218 F:      net/ieee802154/
6219 F:      net/mac802154/
6220 F:      drivers/net/ieee802154/
6221 F:      include/linux/nl802154.h
6222 F:      include/linux/ieee802154.h
6223 F:      include/net/nl802154.h
6224 F:      include/net/mac802154.h
6225 F:      include/net/af_ieee802154.h
6226 F:      include/net/cfg802154.h
6227 F:      include/net/ieee802154_netdev.h
6228 F:      Documentation/networking/ieee802154.txt
6229
6230 IGORPLUG-USB IR RECEIVER
6231 M:      Sean Young <sean@mess.org>
6232 L:      linux-media@vger.kernel.org
6233 S:      Maintained
6234 F:      drivers/media/rc/igorplugusb.c
6235
6236 IGUANAWORKS USB IR TRANSCEIVER
6237 M:      Sean Young <sean@mess.org>
6238 L:      linux-media@vger.kernel.org
6239 S:      Maintained
6240 F:      drivers/media/rc/iguanair.c
6241
6242 IIO DIGITAL POTENTIOMETER DAC
6243 M:      Peter Rosin <peda@axentia.se>
6244 L:      linux-iio@vger.kernel.org
6245 S:      Maintained
6246 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6247 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6248 F:      drivers/iio/dac/dpot-dac.c
6249
6250 IIO ENVELOPE DETECTOR
6251 M:      Peter Rosin <peda@axentia.se>
6252 L:      linux-iio@vger.kernel.org
6253 S:      Maintained
6254 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6255 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6256 F:      drivers/iio/adc/envelope-detector.c
6257
6258 IIO SUBSYSTEM AND DRIVERS
6259 M:      Jonathan Cameron <jic23@kernel.org>
6260 R:      Hartmut Knaack <knaack.h@gmx.de>
6261 R:      Lars-Peter Clausen <lars@metafoo.de>
6262 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6263 L:      linux-iio@vger.kernel.org
6264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6265 S:      Maintained
6266 F:      Documentation/devicetree/bindings/iio/
6267 F:      drivers/iio/
6268 F:      drivers/staging/iio/
6269 F:      include/linux/iio/
6270 F:      tools/iio/
6271
6272 IKANOS/ADI EAGLE ADSL USB DRIVER
6273 M:      Matthieu Castet <castet.matthieu@free.fr>
6274 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6275 S:      Maintained
6276 F:      drivers/usb/atm/ueagle-atm.c
6277
6278 IMGTEC ASCII LCD DRIVER
6279 M:      Paul Burton <paul.burton@imgtec.com>
6280 S:      Maintained
6281 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6282 F:      drivers/auxdisplay/img-ascii-lcd.c
6283
6284 INA209 HARDWARE MONITOR DRIVER
6285 M:      Guenter Roeck <linux@roeck-us.net>
6286 L:      linux-hwmon@vger.kernel.org
6287 S:      Maintained
6288 F:      Documentation/hwmon/ina209
6289 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6290 F:      drivers/hwmon/ina209.c
6291
6292 INA2XX HARDWARE MONITOR DRIVER
6293 M:      Guenter Roeck <linux@roeck-us.net>
6294 L:      linux-hwmon@vger.kernel.org
6295 S:      Maintained
6296 F:      Documentation/hwmon/ina2xx
6297 F:      drivers/hwmon/ina2xx.c
6298 F:      include/linux/platform_data/ina2xx.h
6299
6300 INDUSTRY PACK SUBSYSTEM (IPACK)
6301 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6302 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6303 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6304 L:      industrypack-devel@lists.sourceforge.net
6305 W:      http://industrypack.sourceforge.net
6306 S:      Maintained
6307 F:      drivers/ipack/
6308
6309 INGENIC JZ4780 DMA Driver
6310 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6311 S:      Maintained
6312 F:      drivers/dma/dma-jz4780.c
6313
6314 INGENIC JZ4780 NAND DRIVER
6315 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6316 L:      linux-mtd@lists.infradead.org
6317 S:      Maintained
6318 F:      drivers/mtd/nand/jz4780_*
6319
6320 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6321 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6322 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6323 L:      linux-ima-devel@lists.sourceforge.net
6324 L:      linux-ima-user@lists.sourceforge.net
6325 L:      linux-security-module@vger.kernel.org
6326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6327 S:      Supported
6328 F:      security/integrity/ima/
6329
6330 IMGTEC IR DECODER DRIVER
6331 M:      James Hogan <james.hogan@imgtec.com>
6332 S:      Maintained
6333 F:      drivers/media/rc/img-ir/
6334
6335 IMS TWINTURBO FRAMEBUFFER DRIVER
6336 L:      linux-fbdev@vger.kernel.org
6337 S:      Orphan
6338 F:      drivers/video/fbdev/imsttfb.c
6339
6340 INFINIBAND SUBSYSTEM
6341 M:      Doug Ledford <dledford@redhat.com>
6342 M:      Sean Hefty <sean.hefty@intel.com>
6343 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6344 L:      linux-rdma@vger.kernel.org
6345 W:      http://www.openfabrics.org/
6346 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6348 S:      Supported
6349 F:      Documentation/infiniband/
6350 F:      drivers/infiniband/
6351 F:      include/uapi/linux/if_infiniband.h
6352 F:      include/uapi/rdma/
6353 F:      include/rdma/
6354
6355 INOTIFY
6356 M:      John McCutchan <john@johnmccutchan.com>
6357 M:      Robert Love <rlove@rlove.org>
6358 M:      Eric Paris <eparis@parisplace.org>
6359 S:      Maintained
6360 F:      Documentation/filesystems/inotify.txt
6361 F:      fs/notify/inotify/
6362 F:      include/linux/inotify.h
6363 F:      include/uapi/linux/inotify.h
6364
6365 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6366 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6367 L:      linux-input@vger.kernel.org
6368 Q:      http://patchwork.kernel.org/project/linux-input/list/
6369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6370 S:      Maintained
6371 F:      drivers/input/
6372 F:      include/linux/input.h
6373 F:      include/uapi/linux/input.h
6374 F:      include/linux/input/
6375 F:      Documentation/devicetree/bindings/input/
6376
6377 INPUT MULTITOUCH (MT) PROTOCOL
6378 M:      Henrik Rydberg <rydberg@bitmath.org>
6379 L:      linux-input@vger.kernel.org
6380 S:      Odd fixes
6381 F:      Documentation/input/multi-touch-protocol.txt
6382 F:      drivers/input/input-mt.c
6383 K:      \b(ABS|SYN)_MT_
6384
6385 INTEL ASoC BDW/HSW DRIVERS
6386 M:      Jie Yang <yang.jie@linux.intel.com>
6387 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6388 S:      Supported
6389 F:      sound/soc/intel/common/sst-dsp*
6390 F:      sound/soc/intel/common/sst-firmware.c
6391 F:      sound/soc/intel/boards/broadwell.c
6392 F:      sound/soc/intel/haswell/
6393
6394 INTEL C600 SERIES SAS CONTROLLER DRIVER
6395 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6396 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6397 L:      linux-scsi@vger.kernel.org
6398 T:      git git://git.code.sf.net/p/intel-sas/isci
6399 S:      Supported
6400 F:      drivers/scsi/isci/
6401
6402 INTEL HID EVENT DRIVER
6403 M:      Alex Hung <alex.hung@canonical.com>
6404 L:      platform-driver-x86@vger.kernel.org
6405 S:      Maintained
6406 F:      drivers/platform/x86/intel-hid.c
6407
6408 INTEL VIRTUAL BUTTON DRIVER
6409 M:      AceLan Kao <acelan.kao@canonical.com>
6410 L:      platform-driver-x86@vger.kernel.org
6411 S:      Maintained
6412 F:      drivers/platform/x86/intel-vbtn.c
6413
6414 INTEL IDLE DRIVER
6415 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6416 M:      Len Brown <lenb@kernel.org>
6417 L:      linux-pm@vger.kernel.org
6418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6419 B:      https://bugzilla.kernel.org
6420 S:      Supported
6421 F:      drivers/idle/intel_idle.c
6422
6423 INTEL INTEGRATED SENSOR HUB DRIVER
6424 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6425 M:      Jiri Kosina <jikos@kernel.org>
6426 L:      linux-input@vger.kernel.org
6427 S:      Maintained
6428 F:      drivers/hid/intel-ish-hid/
6429
6430 INTEL PSTATE DRIVER
6431 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6432 M:      Len Brown <lenb@kernel.org>
6433 L:      linux-pm@vger.kernel.org
6434 S:      Supported
6435 F:      drivers/cpufreq/intel_pstate.c
6436
6437 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6438 M:      Maik Broemme <mbroemme@libmpq.org>
6439 L:      linux-fbdev@vger.kernel.org
6440 S:      Maintained
6441 F:      Documentation/fb/intelfb.txt
6442 F:      drivers/video/fbdev/intelfb/
6443
6444 INTEL 810/815 FRAMEBUFFER DRIVER
6445 M:      Antonino Daplas <adaplas@gmail.com>
6446 L:      linux-fbdev@vger.kernel.org
6447 S:      Maintained
6448 F:      drivers/video/fbdev/i810/
6449
6450 INTEL MENLOW THERMAL DRIVER
6451 M:      Sujith Thomas <sujith.thomas@intel.com>
6452 L:      platform-driver-x86@vger.kernel.org
6453 W:      https://01.org/linux-acpi
6454 S:      Supported
6455 F:      drivers/platform/x86/intel_menlow.c
6456
6457 INTEL I/OAT DMA DRIVER
6458 M:      Dave Jiang <dave.jiang@intel.com>
6459 R:      Dan Williams <dan.j.williams@intel.com>
6460 L:      dmaengine@vger.kernel.org
6461 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6462 S:      Supported
6463 F:      drivers/dma/ioat*
6464
6465 INTEL IOMMU (VT-d)
6466 M:      David Woodhouse <dwmw2@infradead.org>
6467 L:      iommu@lists.linux-foundation.org
6468 T:      git git://git.infradead.org/iommu-2.6.git
6469 S:      Supported
6470 F:      drivers/iommu/intel-iommu.c
6471 F:      include/linux/intel-iommu.h
6472
6473 INTEL IOP-ADMA DMA DRIVER
6474 R:      Dan Williams <dan.j.williams@intel.com>
6475 S:      Odd fixes
6476 F:      drivers/dma/iop-adma.c
6477
6478 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6479 M:      Krzysztof Halasa <khalasa@piap.pl>
6480 S:      Maintained
6481 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6482 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6483 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6484 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6485 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6486 F:      drivers/net/wan/ixp4xx_hss.c
6487
6488 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6489 M:      Deepak Saxena <dsaxena@plexity.net>
6490 S:      Maintained
6491 F:      drivers/char/hw_random/ixp4xx-rng.c
6492
6493 INTEL ETHERNET DRIVERS
6494 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6495 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6496 W:      http://www.intel.com/support/feedback.htm
6497 W:      http://e1000.sourceforge.net/
6498 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6501 S:      Supported
6502 F:      Documentation/networking/e100.txt
6503 F:      Documentation/networking/e1000.txt
6504 F:      Documentation/networking/e1000e.txt
6505 F:      Documentation/networking/igb.txt
6506 F:      Documentation/networking/igbvf.txt
6507 F:      Documentation/networking/ixgb.txt
6508 F:      Documentation/networking/ixgbe.txt
6509 F:      Documentation/networking/ixgbevf.txt
6510 F:      Documentation/networking/i40e.txt
6511 F:      Documentation/networking/i40evf.txt
6512 F:      drivers/net/ethernet/intel/
6513 F:      drivers/net/ethernet/intel/*/
6514
6515 INTEL RDMA RNIC DRIVER
6516 M:     Faisal Latif <faisal.latif@intel.com>
6517 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6518 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6519 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6520 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6521 L:     linux-rdma@vger.kernel.org
6522 S:     Supported
6523 F:     drivers/infiniband/hw/i40iw/
6524
6525 INTEL MERRIFIELD GPIO DRIVER
6526 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6527 L:      linux-gpio@vger.kernel.org
6528 S:      Maintained
6529 F:      drivers/gpio/gpio-merrifield.c
6530
6531 INTEL-MID GPIO DRIVER
6532 M:      David Cohen <david.a.cohen@linux.intel.com>
6533 L:      linux-gpio@vger.kernel.org
6534 S:      Maintained
6535 F:      drivers/gpio/gpio-intel-mid.c
6536
6537 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6538 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6539 L:      linux-wireless@vger.kernel.org
6540 S:      Maintained
6541 F:      Documentation/networking/README.ipw2100
6542 F:      Documentation/networking/README.ipw2200
6543 F:      drivers/net/wireless/intel/ipw2x00/
6544
6545 INTEL(R) TRACE HUB
6546 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6547 S:      Supported
6548 F:      Documentation/trace/intel_th.txt
6549 F:      drivers/hwtracing/intel_th/
6550
6551 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6552 M:      Ning Sun <ning.sun@intel.com>
6553 L:      tboot-devel@lists.sourceforge.net
6554 W:      http://tboot.sourceforge.net
6555 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6556 S:      Supported
6557 F:      Documentation/intel_txt.txt
6558 F:      include/linux/tboot.h
6559 F:      arch/x86/kernel/tboot.c
6560
6561 INTEL WIRELESS WIMAX CONNECTION 2400
6562 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6563 M:      linux-wimax@intel.com
6564 L:      wimax@linuxwimax.org (subscribers-only)
6565 S:      Supported
6566 W:      http://linuxwimax.org
6567 F:      Documentation/wimax/README.i2400m
6568 F:      drivers/net/wimax/i2400m/
6569 F:      include/uapi/linux/wimax/i2400m.h
6570
6571 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6572 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6573 L:      linux-wireless@vger.kernel.org
6574 S:      Supported
6575 F:      drivers/net/wireless/intel/iwlegacy/
6576
6577 INTEL WIRELESS WIFI LINK (iwlwifi)
6578 M:      Johannes Berg <johannes.berg@intel.com>
6579 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6580 M:      Luca Coelho <luciano.coelho@intel.com>
6581 M:      Intel Linux Wireless <linuxwifi@intel.com>
6582 L:      linux-wireless@vger.kernel.org
6583 W:      http://intellinuxwireless.org
6584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6585 S:      Supported
6586 F:      drivers/net/wireless/intel/iwlwifi/
6587
6588 INTEL MANAGEMENT ENGINE (mei)
6589 M:      Tomas Winkler <tomas.winkler@intel.com>
6590 L:      linux-kernel@vger.kernel.org
6591 S:      Supported
6592 F:      include/uapi/linux/mei.h
6593 F:      include/linux/mei_cl_bus.h
6594 F:      drivers/misc/mei/*
6595 F:      drivers/watchdog/mei_wdt.c
6596 F:      Documentation/misc-devices/mei/*
6597 F:      samples/mei/*
6598
6599 INTEL MIC DRIVERS (mic)
6600 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6601 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6602 S:      Supported
6603 W:      https://github.com/sudeepdutt/mic
6604 W:      http://software.intel.com/en-us/mic-developer
6605 F:      include/linux/mic_bus.h
6606 F:      include/linux/scif.h
6607 F:      include/uapi/linux/mic_common.h
6608 F:      include/uapi/linux/mic_ioctl.h
6609 F:      include/uapi/linux/scif_ioctl.h
6610 F:      drivers/misc/mic/
6611 F:      drivers/dma/mic_x100_dma.c
6612 F:      drivers/dma/mic_x100_dma.h
6613 F:      Documentation/mic/
6614
6615 INTEL PMC/P-Unit IPC DRIVER
6616 M:      Zha Qipeng<qipeng.zha@intel.com>
6617 L:      platform-driver-x86@vger.kernel.org
6618 S:      Maintained
6619 F:      drivers/platform/x86/intel_pmc_ipc.c
6620 F:      drivers/platform/x86/intel_punit_ipc.c
6621 F:      arch/x86/include/asm/intel_pmc_ipc.h
6622 F:      arch/x86/include/asm/intel_punit_ipc.h
6623
6624 INTEL TELEMETRY DRIVER
6625 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6626 L:      platform-driver-x86@vger.kernel.org
6627 S:      Maintained
6628 F:      arch/x86/include/asm/intel_telemetry.h
6629 F:      drivers/platform/x86/intel_telemetry*
6630
6631 INTEL PMC CORE DRIVER
6632 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6633 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6634 L:      platform-driver-x86@vger.kernel.org
6635 S:      Maintained
6636 F:      arch/x86/include/asm/pmc_core.h
6637 F:      drivers/platform/x86/intel_pmc_core*
6638
6639 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6640 M:      Linus Walleij <linus.walleij@linaro.org>
6641 L:      linux-iio@vger.kernel.org
6642 S:      Maintained
6643 F:      drivers/iio/gyro/mpu3050*
6644 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6645
6646 IOC3 ETHERNET DRIVER
6647 M:      Ralf Baechle <ralf@linux-mips.org>
6648 L:      linux-mips@linux-mips.org
6649 S:      Maintained
6650 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6651
6652 IOC3 SERIAL DRIVER
6653 M:      Pat Gefre <pfg@sgi.com>
6654 L:      linux-serial@vger.kernel.org
6655 S:      Maintained
6656 F:      drivers/tty/serial/ioc3_serial.c
6657
6658 IOMMU DRIVERS
6659 M:      Joerg Roedel <joro@8bytes.org>
6660 L:      iommu@lists.linux-foundation.org
6661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6662 S:      Maintained
6663 F:      Documentation/devicetree/bindings/iommu/
6664 F:      drivers/iommu/
6665
6666 IP MASQUERADING
6667 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6668 S:      Maintained
6669 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6670
6671 IPMI SUBSYSTEM
6672 M:      Corey Minyard <minyard@acm.org>
6673 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6674 W:      http://openipmi.sourceforge.net/
6675 S:      Supported
6676 F:      Documentation/IPMI.txt
6677 F:      drivers/char/ipmi/
6678 F:      include/linux/ipmi*
6679 F:      include/uapi/linux/ipmi*
6680
6681 QCOM AUDIO (ASoC) DRIVERS
6682 M:      Patrick Lai <plai@codeaurora.org>
6683 M:      Banajit Goswami <bgoswami@codeaurora.org>
6684 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6685 S:      Supported
6686 F:      sound/soc/qcom/
6687
6688 IPS SCSI RAID DRIVER
6689 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6690 L:      linux-scsi@vger.kernel.org
6691 W:      http://www.adaptec.com/
6692 S:      Maintained
6693 F:      drivers/scsi/ips*
6694
6695 IPVS
6696 M:      Wensong Zhang <wensong@linux-vs.org>
6697 M:      Simon Horman <horms@verge.net.au>
6698 M:      Julian Anastasov <ja@ssi.bg>
6699 L:      netdev@vger.kernel.org
6700 L:      lvs-devel@vger.kernel.org
6701 S:      Maintained
6702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6704 F:      Documentation/networking/ipvs-sysctl.txt
6705 F:      include/net/ip_vs.h
6706 F:      include/uapi/linux/ip_vs.h
6707 F:      net/netfilter/ipvs/
6708
6709 IPWIRELESS DRIVER
6710 M:      Jiri Kosina <jikos@kernel.org>
6711 M:      David Sterba <dsterba@suse.com>
6712 S:      Odd Fixes
6713 F:      drivers/tty/ipwireless/
6714
6715 IPX NETWORK LAYER
6716 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6717 L:      netdev@vger.kernel.org
6718 S:      Maintained
6719 F:      include/net/ipx.h
6720 F:      include/uapi/linux/ipx.h
6721 F:      net/ipx/
6722
6723 IRDA SUBSYSTEM
6724 M:      Samuel Ortiz <samuel@sortiz.org>
6725 L:      irda-users@lists.sourceforge.net (subscribers-only)
6726 L:      netdev@vger.kernel.org
6727 W:      http://irda.sourceforge.net/
6728 S:      Maintained
6729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6730 F:      Documentation/networking/irda.txt
6731 F:      drivers/net/irda/
6732 F:      include/net/irda/
6733 F:      net/irda/
6734
6735 IRQ SUBSYSTEM
6736 M:      Thomas Gleixner <tglx@linutronix.de>
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 F:      kernel/irq/
6741
6742 IRQCHIP DRIVERS
6743 M:      Thomas Gleixner <tglx@linutronix.de>
6744 M:      Jason Cooper <jason@lakedaemon.net>
6745 M:      Marc Zyngier <marc.zyngier@arm.com>
6746 L:      linux-kernel@vger.kernel.org
6747 S:      Maintained
6748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6749 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6750 F:      Documentation/devicetree/bindings/interrupt-controller/
6751 F:      drivers/irqchip/
6752
6753 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6754 M:      Marc Zyngier <marc.zyngier@arm.com>
6755 S:      Maintained
6756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6757 F:      Documentation/IRQ-domain.txt
6758 F:      include/linux/irqdomain.h
6759 F:      kernel/irq/irqdomain.c
6760 F:      kernel/irq/msi.c
6761
6762 ISA
6763 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6764 S:      Maintained
6765 F:      Documentation/isa.txt
6766 F:      drivers/base/isa.c
6767 F:      include/linux/isa.h
6768
6769 ISAPNP
6770 M:      Jaroslav Kysela <perex@perex.cz>
6771 S:      Maintained
6772 F:      Documentation/isapnp.txt
6773 F:      drivers/pnp/isapnp/
6774 F:      include/linux/isapnp.h
6775
6776 ISA RADIO MODULE
6777 M:      Hans Verkuil <hverkuil@xs4all.nl>
6778 L:      linux-media@vger.kernel.org
6779 T:      git git://linuxtv.org/media_tree.git
6780 W:      https://linuxtv.org
6781 S:      Maintained
6782 F:      drivers/media/radio/radio-isa*
6783
6784 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6785 M:      Peter Jones <pjones@redhat.com>
6786 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6787 S:      Maintained
6788 F:      drivers/firmware/iscsi_ibft*
6789
6790 ISCSI
6791 M:      Lee Duncan <lduncan@suse.com>
6792 M:      Chris Leech <cleech@redhat.com>
6793 L:      open-iscsi@googlegroups.com
6794 W:      www.open-iscsi.com
6795 S:      Maintained
6796 F:      drivers/scsi/*iscsi*
6797 F:      include/scsi/*iscsi*
6798
6799 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6800 M:      Or Gerlitz <ogerlitz@mellanox.com>
6801 M:      Sagi Grimberg <sagi@grimberg.me>
6802 M:      Roi Dayan <roid@mellanox.com>
6803 L:      linux-rdma@vger.kernel.org
6804 S:      Supported
6805 W:      http://www.openfabrics.org
6806 W:      www.open-iscsi.org
6807 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6808 F:      drivers/infiniband/ulp/iser/
6809
6810 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6811 M:      Sagi Grimberg <sagi@grimberg.me>
6812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6813 L:      linux-rdma@vger.kernel.org
6814 L:      target-devel@vger.kernel.org
6815 S:      Supported
6816 W:      http://www.linux-iscsi.org
6817 F:      drivers/infiniband/ulp/isert
6818
6819 ISDN SUBSYSTEM
6820 M:      Karsten Keil <isdn@linux-pingi.de>
6821 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6822 L:      netdev@vger.kernel.org
6823 W:      http://www.isdn4linux.de
6824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6825 S:      Maintained
6826 F:      Documentation/isdn/
6827 F:      drivers/isdn/
6828 F:      include/linux/isdn.h
6829 F:      include/linux/isdn/
6830 F:      include/uapi/linux/isdn.h
6831 F:      include/uapi/linux/isdn/
6832
6833 ISDN SUBSYSTEM (Eicon active card driver)
6834 M:      Armin Schindler <mac@melware.de>
6835 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6836 W:      http://www.melware.de
6837 S:      Maintained
6838 F:      drivers/isdn/hardware/eicon/
6839
6840 IT87 HARDWARE MONITORING DRIVER
6841 M:      Jean Delvare <jdelvare@suse.com>
6842 L:      linux-hwmon@vger.kernel.org
6843 S:      Maintained
6844 F:      Documentation/hwmon/it87
6845 F:      drivers/hwmon/it87.c
6846
6847 IT913X MEDIA DRIVER
6848 M:      Antti Palosaari <crope@iki.fi>
6849 L:      linux-media@vger.kernel.org
6850 W:      https://linuxtv.org
6851 W:      http://palosaari.fi/linux/
6852 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6853 T:      git git://linuxtv.org/anttip/media_tree.git
6854 S:      Maintained
6855 F:      drivers/media/tuners/it913x*
6856
6857 IVTV VIDEO4LINUX DRIVER
6858 M:      Andy Walls <awalls@md.metrocast.net>
6859 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6860 L:      linux-media@vger.kernel.org
6861 T:      git git://linuxtv.org/media_tree.git
6862 W:      http://www.ivtvdriver.org
6863 S:      Maintained
6864 F:      Documentation/media/v4l-drivers/ivtv*
6865 F:      drivers/media/pci/ivtv/
6866 F:      include/uapi/linux/ivtv*
6867
6868 IX2505V MEDIA DRIVER
6869 M:      Malcolm Priestley <tvboxspy@gmail.com>
6870 L:      linux-media@vger.kernel.org
6871 W:      https://linuxtv.org
6872 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6873 S:      Maintained
6874 F:      drivers/media/dvb-frontends/ix2505v*
6875
6876 JC42.4 TEMPERATURE SENSOR DRIVER
6877 M:      Guenter Roeck <linux@roeck-us.net>
6878 L:      linux-hwmon@vger.kernel.org
6879 S:      Maintained
6880 F:      drivers/hwmon/jc42.c
6881 F:      Documentation/hwmon/jc42
6882
6883 JFS FILESYSTEM
6884 M:      Dave Kleikamp <shaggy@kernel.org>
6885 L:      jfs-discussion@lists.sourceforge.net
6886 W:      http://jfs.sourceforge.net/
6887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6888 S:      Maintained
6889 F:      Documentation/filesystems/jfs.txt
6890 F:      fs/jfs/
6891
6892 JME NETWORK DRIVER
6893 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6894 L:      netdev@vger.kernel.org
6895 S:      Maintained
6896 F:      drivers/net/ethernet/jme.*
6897
6898 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6899 M:      David Woodhouse <dwmw2@infradead.org>
6900 L:      linux-mtd@lists.infradead.org
6901 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6902 S:      Maintained
6903 F:      fs/jffs2/
6904 F:      include/uapi/linux/jffs2.h
6905
6906 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6907 M:      "Theodore Ts'o" <tytso@mit.edu>
6908 M:      Jan Kara <jack@suse.com>
6909 L:      linux-ext4@vger.kernel.org
6910 S:      Maintained
6911 F:      fs/jbd2/
6912 F:      include/linux/jbd2.h
6913
6914 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6915 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6916 L:      linux-media@vger.kernel.org
6917 S:      Maintained
6918 F:      drivers/media/platform/rcar_jpu.c
6919
6920 JSM Neo PCI based serial card
6921 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6922 L:      linux-serial@vger.kernel.org
6923 S:      Maintained
6924 F:      drivers/tty/serial/jsm/
6925
6926 K10TEMP HARDWARE MONITORING DRIVER
6927 M:      Clemens Ladisch <clemens@ladisch.de>
6928 L:      linux-hwmon@vger.kernel.org
6929 S:      Maintained
6930 F:      Documentation/hwmon/k10temp
6931 F:      drivers/hwmon/k10temp.c
6932
6933 K8TEMP HARDWARE MONITORING DRIVER
6934 M:      Rudolf Marek <r.marek@assembler.cz>
6935 L:      linux-hwmon@vger.kernel.org
6936 S:      Maintained
6937 F:      Documentation/hwmon/k8temp
6938 F:      drivers/hwmon/k8temp.c
6939
6940 KASAN
6941 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6942 R:      Alexander Potapenko <glider@google.com>
6943 R:      Dmitry Vyukov <dvyukov@google.com>
6944 L:      kasan-dev@googlegroups.com
6945 S:      Maintained
6946 F:      arch/*/include/asm/kasan.h
6947 F:      arch/*/mm/kasan_init*
6948 F:      Documentation/dev-tools/kasan.rst
6949 F:      include/linux/kasan*.h
6950 F:      lib/test_kasan.c
6951 F:      mm/kasan/
6952 F:      scripts/Makefile.kasan
6953
6954 KCONFIG
6955 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6956 L:      linux-kbuild@vger.kernel.org
6957 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6958 S:      Maintained
6959 F:      Documentation/kbuild/kconfig-language.txt
6960 F:      scripts/kconfig/
6961
6962 KDUMP
6963 M:      Dave Young <dyoung@redhat.com>
6964 M:      Baoquan He <bhe@redhat.com>
6965 R:      Vivek Goyal <vgoyal@redhat.com>
6966 L:      kexec@lists.infradead.org
6967 W:      http://lse.sourceforge.net/kdump/
6968 S:      Maintained
6969 F:      Documentation/kdump/
6970
6971 KEENE FM RADIO TRANSMITTER DRIVER
6972 M:      Hans Verkuil <hverkuil@xs4all.nl>
6973 L:      linux-media@vger.kernel.org
6974 T:      git git://linuxtv.org/media_tree.git
6975 W:      https://linuxtv.org
6976 S:      Maintained
6977 F:      drivers/media/radio/radio-keene*
6978
6979 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6980 M:      Ian Kent <raven@themaw.net>
6981 L:      autofs@vger.kernel.org
6982 S:      Maintained
6983 F:      fs/autofs4/
6984
6985 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6986 M:      Michal Marek <mmarek@suse.com>
6987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6989 L:      linux-kbuild@vger.kernel.org
6990 S:      Maintained
6991 F:      Documentation/kbuild/
6992 F:      Makefile
6993 F:      scripts/Makefile.*
6994 F:      scripts/basic/
6995 F:      scripts/mk*
6996 F:      scripts/package/
6997
6998 KERNEL JANITORS
6999 L:      kernel-janitors@vger.kernel.org
7000 W:      http://kernelnewbies.org/KernelJanitors
7001 S:      Odd Fixes
7002
7003 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7004 M:      "J. Bruce Fields" <bfields@fieldses.org>
7005 M:      Jeff Layton <jlayton@poochiereds.net>
7006 L:      linux-nfs@vger.kernel.org
7007 W:      http://nfs.sourceforge.net/
7008 T:      git git://linux-nfs.org/~bfields/linux.git
7009 S:      Supported
7010 F:      fs/nfsd/
7011 F:      include/uapi/linux/nfsd/
7012 F:      fs/lockd/
7013 F:      fs/nfs_common/
7014 F:      net/sunrpc/
7015 F:      include/linux/lockd/
7016 F:      include/linux/sunrpc/
7017 F:      include/uapi/linux/sunrpc/
7018
7019 KERNEL SELFTEST FRAMEWORK
7020 M:      Shuah Khan <shuahkh@osg.samsung.com>
7021 M:      Shuah Khan <shuah@kernel.org>
7022 L:      linux-kselftest@vger.kernel.org
7023 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7024 S:      Maintained
7025 F:      tools/testing/selftests
7026
7027 KERNEL VIRTUAL MACHINE (KVM)
7028 M:      Paolo Bonzini <pbonzini@redhat.com>
7029 M:      Radim Krčmář <rkrcmar@redhat.com>
7030 L:      kvm@vger.kernel.org
7031 W:      http://www.linux-kvm.org
7032 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7033 S:      Supported
7034 F:      Documentation/*/kvm*.txt
7035 F:      Documentation/virtual/kvm/
7036 F:      arch/*/kvm/
7037 F:      arch/x86/kernel/kvm.c
7038 F:      arch/x86/kernel/kvmclock.c
7039 F:      arch/*/include/asm/kvm*
7040 F:      include/linux/kvm*
7041 F:      include/uapi/linux/kvm*
7042 F:      virt/kvm/
7043 F:      tools/kvm/
7044
7045 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7046 M:      Joerg Roedel <joro@8bytes.org>
7047 L:      kvm@vger.kernel.org
7048 W:      http://www.linux-kvm.org/
7049 S:      Maintained
7050 F:      arch/x86/include/asm/svm.h
7051 F:      arch/x86/kvm/svm.c
7052
7053 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7054 M:      Alexander Graf <agraf@suse.com>
7055 L:      kvm-ppc@vger.kernel.org
7056 W:      http://www.linux-kvm.org/
7057 T:      git git://github.com/agraf/linux-2.6.git
7058 S:      Supported
7059 F:      arch/powerpc/include/asm/kvm*
7060 F:      arch/powerpc/kvm/
7061
7062 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7063 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7064 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7065 L:      linux-s390@vger.kernel.org
7066 W:      http://www.ibm.com/developerworks/linux/linux390/
7067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7068 S:      Supported
7069 F:      Documentation/s390/kvm.txt
7070 F:      arch/s390/include/asm/kvm*
7071 F:      arch/s390/kvm/
7072
7073 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7074 M:      Christoffer Dall <christoffer.dall@linaro.org>
7075 M:      Marc Zyngier <marc.zyngier@arm.com>
7076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7077 L:      kvmarm@lists.cs.columbia.edu
7078 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7080 S:      Supported
7081 F:      arch/arm/include/uapi/asm/kvm*
7082 F:      arch/arm/include/asm/kvm*
7083 F:      arch/arm/kvm/
7084 F:      virt/kvm/arm/
7085 F:      include/kvm/arm_*
7086
7087 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7088 M:      Christoffer Dall <christoffer.dall@linaro.org>
7089 M:      Marc Zyngier <marc.zyngier@arm.com>
7090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7091 L:      kvmarm@lists.cs.columbia.edu
7092 S:      Maintained
7093 F:      arch/arm64/include/uapi/asm/kvm*
7094 F:      arch/arm64/include/asm/kvm*
7095 F:      arch/arm64/kvm/
7096
7097 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7098 M:      James Hogan <james.hogan@imgtec.com>
7099 L:      linux-mips@linux-mips.org
7100 S:      Supported
7101 F:      arch/mips/include/uapi/asm/kvm*
7102 F:      arch/mips/include/asm/kvm*
7103 F:      arch/mips/kvm/
7104
7105 KEXEC
7106 M:      Eric Biederman <ebiederm@xmission.com>
7107 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7108 L:      kexec@lists.infradead.org
7109 S:      Maintained
7110 F:      include/linux/kexec.h
7111 F:      include/uapi/linux/kexec.h
7112 F:      kernel/kexec*
7113
7114 KEYS/KEYRINGS:
7115 M:      David Howells <dhowells@redhat.com>
7116 L:      keyrings@vger.kernel.org
7117 S:      Maintained
7118 F:      Documentation/security/keys.txt
7119 F:      include/linux/key.h
7120 F:      include/linux/key-type.h
7121 F:      include/linux/keyctl.h
7122 F:      include/uapi/linux/keyctl.h
7123 F:      include/keys/
7124 F:      security/keys/
7125
7126 KEYS-TRUSTED
7127 M:      David Safford <safford@us.ibm.com>
7128 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7129 L:      linux-security-module@vger.kernel.org
7130 L:      keyrings@vger.kernel.org
7131 S:      Supported
7132 F:      Documentation/security/keys-trusted-encrypted.txt
7133 F:      include/keys/trusted-type.h
7134 F:      security/keys/trusted.c
7135 F:      security/keys/trusted.h
7136
7137 KEYS-ENCRYPTED
7138 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7139 M:      David Safford <safford@us.ibm.com>
7140 L:      linux-security-module@vger.kernel.org
7141 L:      keyrings@vger.kernel.org
7142 S:      Supported
7143 F:      Documentation/security/keys-trusted-encrypted.txt
7144 F:      include/keys/encrypted-type.h
7145 F:      security/keys/encrypted-keys/
7146
7147 KGDB / KDB /debug_core
7148 M:      Jason Wessel <jason.wessel@windriver.com>
7149 W:      http://kgdb.wiki.kernel.org/
7150 L:      kgdb-bugreport@lists.sourceforge.net
7151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7152 S:      Maintained
7153 F:      Documentation/DocBook/kgdb.tmpl
7154 F:      drivers/misc/kgdbts.c
7155 F:      drivers/tty/serial/kgdboc.c
7156 F:      include/linux/kdb.h
7157 F:      include/linux/kgdb.h
7158 F:      kernel/debug/
7159
7160 KMEMCHECK
7161 M:      Vegard Nossum <vegardno@ifi.uio.no>
7162 M:      Pekka Enberg <penberg@kernel.org>
7163 S:      Maintained
7164 F:      Documentation/dev-tools/kmemcheck.rst
7165 F:      arch/x86/include/asm/kmemcheck.h
7166 F:      arch/x86/mm/kmemcheck/
7167 F:      include/linux/kmemcheck.h
7168 F:      mm/kmemcheck.c
7169
7170 KMEMLEAK
7171 M:      Catalin Marinas <catalin.marinas@arm.com>
7172 S:      Maintained
7173 F:      Documentation/dev-tools/kmemleak.rst
7174 F:      include/linux/kmemleak.h
7175 F:      mm/kmemleak.c
7176 F:      mm/kmemleak-test.c
7177
7178 KPROBES
7179 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7180 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7181 M:      "David S. Miller" <davem@davemloft.net>
7182 M:      Masami Hiramatsu <mhiramat@kernel.org>
7183 S:      Maintained
7184 F:      Documentation/kprobes.txt
7185 F:      include/linux/kprobes.h
7186 F:      kernel/kprobes.c
7187
7188 KS0108 LCD CONTROLLER DRIVER
7189 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7190 W:      http://miguelojeda.es/auxdisplay.htm
7191 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7192 S:      Maintained
7193 F:      Documentation/auxdisplay/ks0108
7194 F:      drivers/auxdisplay/ks0108.c
7195 F:      include/linux/ks0108.h
7196
7197 L3MDEV
7198 M:      David Ahern <dsa@cumulusnetworks.com>
7199 L:      netdev@vger.kernel.org
7200 S:      Maintained
7201 F:      net/l3mdev
7202 F:      include/net/l3mdev.h
7203
7204 LANTIQ MIPS ARCHITECTURE
7205 M:      John Crispin <john@phrozen.org>
7206 L:      linux-mips@linux-mips.org
7207 S:      Maintained
7208 F:      arch/mips/lantiq
7209
7210 LAPB module
7211 L:      linux-x25@vger.kernel.org
7212 S:      Orphan
7213 F:      Documentation/networking/lapb-module.txt
7214 F:      include/*/lapb.h
7215 F:      net/lapb/
7216
7217 LASI 53c700 driver for PARISC
7218 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7219 L:      linux-scsi@vger.kernel.org
7220 S:      Maintained
7221 F:      Documentation/scsi/53c700.txt
7222 F:      drivers/scsi/53c700*
7223
7224 LED SUBSYSTEM
7225 M:      Richard Purdie <rpurdie@rpsys.net>
7226 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7227 M:      Pavel Machek <pavel@ucw.cz>
7228 L:      linux-leds@vger.kernel.org
7229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7230 S:      Maintained
7231 F:      Documentation/devicetree/bindings/leds/
7232 F:      drivers/leds/
7233 F:      include/linux/leds.h
7234
7235 LEGACY EEPROM DRIVER
7236 M:      Jean Delvare <jdelvare@suse.com>
7237 S:      Maintained
7238 F:      Documentation/misc-devices/eeprom
7239 F:      drivers/misc/eeprom/eeprom.c
7240
7241 LEGO USB Tower driver
7242 M:      Juergen Stuber <starblue@users.sourceforge.net>
7243 L:      legousb-devel@lists.sourceforge.net
7244 W:      http://legousb.sourceforge.net/
7245 S:      Maintained
7246 F:      drivers/usb/misc/legousbtower.c
7247
7248 LG2160 MEDIA DRIVER
7249 M:      Michael Krufky <mkrufky@linuxtv.org>
7250 L:      linux-media@vger.kernel.org
7251 W:      https://linuxtv.org
7252 W:      http://github.com/mkrufky
7253 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7254 T:      git git://linuxtv.org/mkrufky/tuners.git
7255 S:      Maintained
7256 F:      drivers/media/dvb-frontends/lg2160.*
7257
7258 LGDT3305 MEDIA DRIVER
7259 M:      Michael Krufky <mkrufky@linuxtv.org>
7260 L:      linux-media@vger.kernel.org
7261 W:      https://linuxtv.org
7262 W:      http://github.com/mkrufky
7263 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7264 T:      git git://linuxtv.org/mkrufky/tuners.git
7265 S:      Maintained
7266 F:      drivers/media/dvb-frontends/lgdt3305.*
7267
7268 LGUEST
7269 M:      Rusty Russell <rusty@rustcorp.com.au>
7270 L:      lguest@lists.ozlabs.org
7271 W:      http://lguest.ozlabs.org/
7272 S:      Odd Fixes
7273 F:      arch/x86/include/asm/lguest*.h
7274 F:      arch/x86/lguest/
7275 F:      drivers/lguest/
7276 F:      include/linux/lguest*.h
7277 F:      tools/lguest/
7278
7279 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7280 M:      Tejun Heo <tj@kernel.org>
7281 L:      linux-ide@vger.kernel.org
7282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7283 S:      Maintained
7284 F:      drivers/ata/
7285 F:      include/linux/ata.h
7286 F:      include/linux/libata.h
7287 F:      Documentation/devicetree/bindings/ata/
7288
7289 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7290 M:      Viresh Kumar <vireshk@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:      include/linux/pata_arasan_cf_data.h
7295 F:      drivers/ata/pata_arasan_cf.c
7296
7297 LIBATA PATA DRIVERS
7298 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.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/pata_*.c
7304 F:      drivers/ata/ata_generic.c
7305
7306 LIBATA SATA AHCI PLATFORM devices support
7307 M:      Hans de Goede <hdegoede@redhat.com>
7308 M:      Tejun Heo <tj@kernel.org>
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/ahci_platform.c
7313 F:      drivers/ata/libahci_platform.c
7314 F:      include/linux/ahci_platform.h
7315
7316 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7317 M:      Mikael Pettersson <mikpelinux@gmail.com>
7318 L:      linux-ide@vger.kernel.org
7319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7320 S:      Maintained
7321 F:      drivers/ata/sata_promise.*
7322
7323 LIBLOCKDEP
7324 M:      Sasha Levin <sasha.levin@oracle.com>
7325 S:      Maintained
7326 F:      tools/lib/lockdep/
7327
7328 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7329 M:      Dan Williams <dan.j.williams@intel.com>
7330 L:      linux-nvdimm@lists.01.org
7331 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7333 S:      Supported
7334 F:      drivers/nvdimm/*
7335 F:      include/linux/nd.h
7336 F:      include/linux/libnvdimm.h
7337 F:      include/uapi/linux/ndctl.h
7338
7339 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7340 M:      Ross Zwisler <ross.zwisler@linux.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/blk.c
7345 F:      drivers/nvdimm/region_devs.c
7346 F:      drivers/acpi/nfit*
7347
7348 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7349 M:      Vishal Verma <vishal.l.verma@intel.com>
7350 L:      linux-nvdimm@lists.01.org
7351 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7352 S:      Supported
7353 F:      drivers/nvdimm/btt*
7354
7355 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7356 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7357 L:      linux-nvdimm@lists.01.org
7358 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7359 S:      Supported
7360 F:      drivers/nvdimm/pmem.c
7361 F:      include/linux/pmem.h
7362 F:      arch/*/include/asm/pmem.h
7363
7364 LIGHTNVM PLATFORM SUPPORT
7365 M:      Matias Bjorling <mb@lightnvm.io>
7366 W:      http://github/OpenChannelSSD
7367 L:      linux-block@vger.kernel.org
7368 S:      Maintained
7369 F:      drivers/lightnvm/
7370 F:      include/linux/lightnvm.h
7371 F:      include/uapi/linux/lightnvm.h
7372
7373 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7374 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7375 M:      Paul Mackerras <paulus@samba.org>
7376 M:      Michael Ellerman <mpe@ellerman.id.au>
7377 W:      https://github.com/linuxppc/linux/wiki
7378 L:      linuxppc-dev@lists.ozlabs.org
7379 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7381 S:      Supported
7382 F:      Documentation/powerpc/
7383 F:      arch/powerpc/
7384 F:      drivers/char/tpm/tpm_ibmvtpm*
7385 F:      drivers/crypto/nx/
7386 F:      drivers/crypto/vmx/
7387 F:      drivers/net/ethernet/ibm/ibmveth.*
7388 F:      drivers/net/ethernet/ibm/ibmvnic.*
7389 F:      drivers/pci/hotplug/pnv_php.c
7390 F:      drivers/pci/hotplug/rpa*
7391 F:      drivers/scsi/ibmvscsi/
7392 F:      tools/testing/selftests/powerpc
7393 N:      opal
7394 N:      /pmac
7395 N:      powermac
7396 N:      powernv
7397 N:      [^a-z0-9]ps3
7398 N:      pseries
7399
7400 LINUX FOR POWER MACINTOSH
7401 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7402 W:      http://www.penguinppc.org/
7403 L:      linuxppc-dev@lists.ozlabs.org
7404 S:      Maintained
7405 F:      arch/powerpc/platforms/powermac/
7406 F:      drivers/macintosh/
7407
7408 LINUX FOR POWERPC EMBEDDED MPC5XXX
7409 M:      Anatolij Gustschin <agust@denx.de>
7410 L:      linuxppc-dev@lists.ozlabs.org
7411 T:      git git://git.denx.de/linux-denx-agust.git
7412 S:      Maintained
7413 F:      arch/powerpc/platforms/512x/
7414 F:      arch/powerpc/platforms/52xx/
7415
7416 LINUX FOR POWERPC EMBEDDED PPC4XX
7417 M:      Alistair Popple <alistair@popple.id.au>
7418 M:      Matt Porter <mporter@kernel.crashing.org>
7419 W:      http://www.penguinppc.org/
7420 L:      linuxppc-dev@lists.ozlabs.org
7421 S:      Maintained
7422 F:      arch/powerpc/platforms/40x/
7423 F:      arch/powerpc/platforms/44x/
7424
7425 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7426 L:      linuxppc-dev@lists.ozlabs.org
7427 S:      Orphan
7428 F:      arch/powerpc/*/*virtex*
7429 F:      arch/powerpc/*/*/*virtex*
7430
7431 LINUX FOR POWERPC EMBEDDED PPC8XX
7432 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7433 W:      http://www.penguinppc.org/
7434 L:      linuxppc-dev@lists.ozlabs.org
7435 S:      Maintained
7436 F:      arch/powerpc/platforms/8xx/
7437
7438 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7439 M:      Scott Wood <oss@buserror.net>
7440 M:      Kumar Gala <galak@kernel.crashing.org>
7441 W:      http://www.penguinppc.org/
7442 L:      linuxppc-dev@lists.ozlabs.org
7443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7444 S:      Maintained
7445 F:      arch/powerpc/platforms/83xx/
7446 F:      arch/powerpc/platforms/85xx/
7447
7448 LINUX FOR POWERPC PA SEMI PWRFICIENT
7449 L:      linuxppc-dev@lists.ozlabs.org
7450 S:      Orphan
7451 F:      arch/powerpc/platforms/pasemi/
7452 F:      drivers/*/*pasemi*
7453 F:      drivers/*/*/*pasemi*
7454
7455 LINUX SECURITY MODULE (LSM) FRAMEWORK
7456 M:      Chris Wright <chrisw@sous-sol.org>
7457 L:      linux-security-module@vger.kernel.org
7458 S:      Supported
7459
7460 LIS3LV02D ACCELEROMETER DRIVER
7461 M:      Eric Piel <eric.piel@tremplin-utc.net>
7462 S:      Maintained
7463 F:      Documentation/misc-devices/lis3lv02d
7464 F:      drivers/misc/lis3lv02d/
7465 F:      drivers/platform/x86/hp_accel.c
7466
7467 LIVE PATCHING
7468 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7469 M:      Jessica Yu <jeyu@redhat.com>
7470 M:      Jiri Kosina <jikos@kernel.org>
7471 M:      Miroslav Benes <mbenes@suse.cz>
7472 R:      Petr Mladek <pmladek@suse.com>
7473 S:      Maintained
7474 F:      kernel/livepatch/
7475 F:      include/linux/livepatch.h
7476 F:      arch/x86/include/asm/livepatch.h
7477 F:      arch/x86/kernel/livepatch.c
7478 F:      Documentation/livepatch/
7479 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7480 F:      samples/livepatch/
7481 L:      live-patching@vger.kernel.org
7482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7483
7484 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7485 M:      Kees Cook <keescook@chromium.org>
7486 S:      Maintained
7487 F:      drivers/misc/lkdtm*
7488
7489 LLC (802.2)
7490 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7491 S:      Maintained
7492 F:      include/linux/llc.h
7493 F:      include/uapi/linux/llc.h
7494 F:      include/net/llc*
7495 F:      net/llc/
7496
7497 LM73 HARDWARE MONITOR DRIVER
7498 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7499 L:      linux-hwmon@vger.kernel.org
7500 S:      Maintained
7501 F:      drivers/hwmon/lm73.c
7502
7503 LM78 HARDWARE MONITOR DRIVER
7504 M:      Jean Delvare <jdelvare@suse.com>
7505 L:      linux-hwmon@vger.kernel.org
7506 S:      Maintained
7507 F:      Documentation/hwmon/lm78
7508 F:      drivers/hwmon/lm78.c
7509
7510 LM83 HARDWARE MONITOR DRIVER
7511 M:      Jean Delvare <jdelvare@suse.com>
7512 L:      linux-hwmon@vger.kernel.org
7513 S:      Maintained
7514 F:      Documentation/hwmon/lm83
7515 F:      drivers/hwmon/lm83.c
7516
7517 LM90 HARDWARE MONITOR DRIVER
7518 M:      Jean Delvare <jdelvare@suse.com>
7519 L:      linux-hwmon@vger.kernel.org
7520 S:      Maintained
7521 F:      Documentation/hwmon/lm90
7522 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7523 F:      drivers/hwmon/lm90.c
7524
7525 LM95234 HARDWARE MONITOR DRIVER
7526 M:      Guenter Roeck <linux@roeck-us.net>
7527 L:      linux-hwmon@vger.kernel.org
7528 S:      Maintained
7529 F:      Documentation/hwmon/lm95234
7530 F:      drivers/hwmon/lm95234.c
7531
7532 LME2510 MEDIA DRIVER
7533 M:      Malcolm Priestley <tvboxspy@gmail.com>
7534 L:      linux-media@vger.kernel.org
7535 W:      https://linuxtv.org
7536 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7537 S:      Maintained
7538 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7539
7540 LOCKING PRIMITIVES
7541 M:      Peter Zijlstra <peterz@infradead.org>
7542 M:      Ingo Molnar <mingo@redhat.com>
7543 L:      linux-kernel@vger.kernel.org
7544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7545 S:      Maintained
7546 F:      Documentation/locking/
7547 F:      include/linux/lockdep.h
7548 F:      include/linux/spinlock*.h
7549 F:      arch/*/include/asm/spinlock*.h
7550 F:      include/linux/rwlock*.h
7551 F:      include/linux/mutex*.h
7552 F:      arch/*/include/asm/mutex*.h
7553 F:      include/linux/rwsem*.h
7554 F:      arch/*/include/asm/rwsem.h
7555 F:      include/linux/seqlock.h
7556 F:      lib/locking*.[ch]
7557 F:      kernel/locking/
7558
7559 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7560 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7561 L:      linux-ntfs-dev@lists.sourceforge.net
7562 W:      http://www.linux-ntfs.org/content/view/19/37/
7563 S:      Maintained
7564 F:      Documentation/ldm.txt
7565 F:      block/partitions/ldm.*
7566
7567 LogFS
7568 M:      Joern Engel <joern@logfs.org>
7569 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7570 L:      logfs@logfs.org
7571 W:      logfs.org
7572 S:      Maintained
7573 F:      fs/logfs/
7574
7575 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7576 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7577 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7578 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7579 L:      MPT-FusionLinux.pdl@broadcom.com
7580 L:      linux-scsi@vger.kernel.org
7581 W:      http://www.avagotech.com/support/
7582 S:      Supported
7583 F:      drivers/message/fusion/
7584 F:      drivers/scsi/mpt2sas/
7585 F:      drivers/scsi/mpt3sas/
7586
7587 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7588 M:      Matthew Wilcox <matthew@wil.cx>
7589 L:      linux-scsi@vger.kernel.org
7590 S:      Maintained
7591 F:      drivers/scsi/sym53c8xx_2/
7592
7593 LTC4261 HARDWARE MONITOR DRIVER
7594 M:      Guenter Roeck <linux@roeck-us.net>
7595 L:      linux-hwmon@vger.kernel.org
7596 S:      Maintained
7597 F:      Documentation/hwmon/ltc4261
7598 F:      drivers/hwmon/ltc4261.c
7599
7600 LTP (Linux Test Project)
7601 M:      Mike Frysinger <vapier@gentoo.org>
7602 M:      Cyril Hrubis <chrubis@suse.cz>
7603 M:      Wanlong Gao <wanlong.gao@gmail.com>
7604 M:      Jan Stancek <jstancek@redhat.com>
7605 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7606 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7607 L:      ltp@lists.linux.it (subscribers-only)
7608 W:      http://linux-test-project.github.io/
7609 T:      git git://github.com/linux-test-project/ltp.git
7610 S:      Maintained
7611
7612 M32R ARCHITECTURE
7613 W:      http://www.linux-m32r.org/
7614 S:      Orphan
7615 F:      arch/m32r/
7616
7617 M68K ARCHITECTURE
7618 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7619 L:      linux-m68k@lists.linux-m68k.org
7620 W:      http://www.linux-m68k.org/
7621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7622 S:      Maintained
7623 F:      arch/m68k/
7624 F:      drivers/zorro/
7625
7626 M68K ON APPLE MACINTOSH
7627 M:      Joshua Thompson <funaho@jurai.org>
7628 W:      http://www.mac.linux-m68k.org/
7629 L:      linux-m68k@lists.linux-m68k.org
7630 S:      Maintained
7631 F:      arch/m68k/mac/
7632
7633 M68K ON HP9000/300
7634 M:      Philip Blundell <philb@gnu.org>
7635 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7636 S:      Maintained
7637 F:      arch/m68k/hp300/
7638
7639 M88DS3103 MEDIA DRIVER
7640 M:      Antti Palosaari <crope@iki.fi>
7641 L:      linux-media@vger.kernel.org
7642 W:      https://linuxtv.org
7643 W:      http://palosaari.fi/linux/
7644 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7645 T:      git git://linuxtv.org/anttip/media_tree.git
7646 S:      Maintained
7647 F:      drivers/media/dvb-frontends/m88ds3103*
7648
7649 M88RS2000 MEDIA DRIVER
7650 M:      Malcolm Priestley <tvboxspy@gmail.com>
7651 L:      linux-media@vger.kernel.org
7652 W:      https://linuxtv.org
7653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7654 S:      Maintained
7655 F:      drivers/media/dvb-frontends/m88rs2000*
7656
7657 MA901 MASTERKIT USB FM RADIO DRIVER
7658 M:      Alexey Klimov <klimov.linux@gmail.com>
7659 L:      linux-media@vger.kernel.org
7660 T:      git git://linuxtv.org/media_tree.git
7661 S:      Maintained
7662 F:      drivers/media/radio/radio-ma901.c
7663
7664 MAC80211
7665 M:      Johannes Berg <johannes@sipsolutions.net>
7666 L:      linux-wireless@vger.kernel.org
7667 W:      http://wireless.kernel.org/
7668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7670 S:      Maintained
7671 F:      Documentation/networking/mac80211-injection.txt
7672 F:      include/net/mac80211.h
7673 F:      net/mac80211/
7674 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7675
7676 MACVLAN DRIVER
7677 M:      Patrick McHardy <kaber@trash.net>
7678 L:      netdev@vger.kernel.org
7679 S:      Maintained
7680 F:      drivers/net/macvlan.c
7681 F:      include/linux/if_macvlan.h
7682
7683 MAILBOX API
7684 M:      Jassi Brar <jassisinghbrar@gmail.com>
7685 L:      linux-kernel@vger.kernel.org
7686 S:      Maintained
7687 F:      drivers/mailbox/
7688 F:      include/linux/mailbox_client.h
7689 F:      include/linux/mailbox_controller.h
7690
7691 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7692 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7693 W:      http://www.kernel.org/doc/man-pages
7694 L:      linux-man@vger.kernel.org
7695 S:      Maintained
7696
7697 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7698 M:      Andrew Lunn <andrew@lunn.ch>
7699 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7700 L:      netdev@vger.kernel.org
7701 S:      Maintained
7702 F:      drivers/net/dsa/mv88e6xxx/
7703 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7704
7705 MARVELL ARMADA DRM SUPPORT
7706 M:      Russell King <rmk+kernel@armlinux.org.uk>
7707 S:      Maintained
7708 F:      drivers/gpu/drm/armada/
7709 F:      include/uapi/drm/armada_drm.h
7710 F:      Documentation/devicetree/bindings/display/armada/
7711
7712 MARVELL CRYPTO DRIVER
7713 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7714 M:      Arnaud Ebalard <arno@natisbad.org>
7715 F:      drivers/crypto/marvell/
7716 S:      Maintained
7717 L:      linux-crypto@vger.kernel.org
7718
7719 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7720 M:      Mirko Lindner <mlindner@marvell.com>
7721 M:      Stephen Hemminger <stephen@networkplumber.org>
7722 L:      netdev@vger.kernel.org
7723 S:      Maintained
7724 F:      drivers/net/ethernet/marvell/sk*
7725
7726 MARVELL LIBERTAS WIRELESS DRIVER
7727 L:      libertas-dev@lists.infradead.org
7728 S:      Orphan
7729 F:      drivers/net/wireless/marvell/libertas/
7730
7731 MARVELL MV643XX ETHERNET DRIVER
7732 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7733 L:      netdev@vger.kernel.org
7734 S:      Maintained
7735 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7736 F:      include/linux/mv643xx.h
7737
7738 MARVELL MVNETA ETHERNET DRIVER
7739 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7740 L:      netdev@vger.kernel.org
7741 S:      Maintained
7742 F:      drivers/net/ethernet/marvell/mvneta.*
7743
7744 MARVELL MWIFIEX WIRELESS DRIVER
7745 M:      Amitkumar Karwar <akarwar@marvell.com>
7746 M:      Nishant Sarmukadam <nishants@marvell.com>
7747 L:      linux-wireless@vger.kernel.org
7748 S:      Maintained
7749 F:      drivers/net/wireless/marvell/mwifiex/
7750
7751 MARVELL MWL8K WIRELESS DRIVER
7752 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7753 L:      linux-wireless@vger.kernel.org
7754 S:      Odd Fixes
7755 F:      drivers/net/wireless/marvell/mwl8k.c
7756
7757 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7758 M:      Nicolas Pitre <nico@fluxnic.net>
7759 S:      Odd Fixes
7760 F:      drivers/mmc/host/mvsdio.*
7761
7762 MATROX FRAMEBUFFER DRIVER
7763 L:      linux-fbdev@vger.kernel.org
7764 S:      Orphan
7765 F:      drivers/video/fbdev/matrox/matroxfb_*
7766 F:      include/uapi/linux/matroxfb.h
7767
7768 MAX16065 HARDWARE MONITOR DRIVER
7769 M:      Guenter Roeck <linux@roeck-us.net>
7770 L:      linux-hwmon@vger.kernel.org
7771 S:      Maintained
7772 F:      Documentation/hwmon/max16065
7773 F:      drivers/hwmon/max16065.c
7774
7775 MAX20751 HARDWARE MONITOR DRIVER
7776 M:      Guenter Roeck <linux@roeck-us.net>
7777 L:      linux-hwmon@vger.kernel.org
7778 S:      Maintained
7779 F:      Documentation/hwmon/max20751
7780 F:      drivers/hwmon/max20751.c
7781
7782 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7783 L:      linux-hwmon@vger.kernel.org
7784 S:      Orphan
7785 F:      Documentation/hwmon/max6650
7786 F:      drivers/hwmon/max6650.c
7787
7788 MAX6697 HARDWARE MONITOR DRIVER
7789 M:      Guenter Roeck <linux@roeck-us.net>
7790 L:      linux-hwmon@vger.kernel.org
7791 S:      Maintained
7792 F:      Documentation/hwmon/max6697
7793 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7794 F:      drivers/hwmon/max6697.c
7795 F:      include/linux/platform_data/max6697.h
7796
7797 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7798 M:      Peter Rosin <peda@axentia.se>
7799 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7800 S:      Maintained
7801 F:      Documentation/devicetree/bindings/sound/max9860.txt
7802 F:      sound/soc/codecs/max9860.*
7803
7804 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7805 M:      Krzysztof Kozlowski <krzk@kernel.org>
7806 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7807 L:      linux-pm@vger.kernel.org
7808 S:      Supported
7809 F:      drivers/power/supply/max14577_charger.c
7810 F:      drivers/power/supply/max77693_charger.c
7811
7812 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7813 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7814 L:      linux-kernel@vger.kernel.org
7815 S:      Supported
7816 F:      drivers/*/*max77802*.c
7817 F:      Documentation/devicetree/bindings/*/*max77802.txt
7818 F:      include/dt-bindings/*/*max77802.h
7819
7820 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7821 M:      Chanwoo Choi <cw00.choi@samsung.com>
7822 M:      Krzysztof Kozlowski <krzk@kernel.org>
7823 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7824 L:      linux-kernel@vger.kernel.org
7825 S:      Supported
7826 F:      drivers/*/max14577*.c
7827 F:      drivers/*/max77686*.c
7828 F:      drivers/*/max77693*.c
7829 F:      drivers/extcon/extcon-max14577.c
7830 F:      drivers/extcon/extcon-max77693.c
7831 F:      drivers/rtc/rtc-max77686.c
7832 F:      drivers/clk/clk-max77686.c
7833 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7834 F:      Documentation/devicetree/bindings/*/max77686.txt
7835 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7836 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7837 F:      include/linux/mfd/max14577*.h
7838 F:      include/linux/mfd/max77686*.h
7839 F:      include/linux/mfd/max77693*.h
7840
7841 MAXIRADIO FM RADIO RECEIVER DRIVER
7842 M:      Hans Verkuil <hverkuil@xs4all.nl>
7843 L:      linux-media@vger.kernel.org
7844 T:      git git://linuxtv.org/media_tree.git
7845 W:      https://linuxtv.org
7846 S:      Maintained
7847 F:      drivers/media/radio/radio-maxiradio*
7848
7849 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7850 M:      Peter Rosin <peda@axentia.se>
7851 L:      linux-iio@vger.kernel.org
7852 S:      Maintained
7853 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7854 F:      drivers/iio/potentiometer/mcp4531.c
7855
7856 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7857 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7858 L:      linux-iio@vger.kernel.org
7859 S:      Maintained
7860 F:      drivers/iio/dac/cio-dac.c
7861
7862 MEDIA DRIVERS FOR RENESAS - FCP
7863 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7864 L:      linux-media@vger.kernel.org
7865 L:      linux-renesas-soc@vger.kernel.org
7866 T:      git git://linuxtv.org/media_tree.git
7867 S:      Supported
7868 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7869 F:      drivers/media/platform/rcar-fcp.c
7870 F:      include/media/rcar-fcp.h
7871
7872 MEDIA DRIVERS FOR RENESAS - VIN
7873 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
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/rcar_vin.txt
7879 F:      drivers/media/platform/rcar-vin/
7880
7881 MEDIA DRIVERS FOR RENESAS - VSP1
7882 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7883 L:      linux-media@vger.kernel.org
7884 L:      linux-renesas-soc@vger.kernel.org
7885 T:      git git://linuxtv.org/media_tree.git
7886 S:      Supported
7887 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7888 F:      drivers/media/platform/vsp1/
7889
7890 MEDIA DRIVERS FOR HELENE
7891 M:      Abylay Ospan <aospan@netup.ru>
7892 L:      linux-media@vger.kernel.org
7893 W:      https://linuxtv.org
7894 W:      http://netup.tv/
7895 T:      git git://linuxtv.org/media_tree.git
7896 S:      Supported
7897 F:      drivers/media/dvb-frontends/helene*
7898
7899 MEDIA DRIVERS FOR ASCOT2E
7900 M:      Sergey Kozlov <serjk@netup.ru>
7901 M:      Abylay Ospan <aospan@netup.ru>
7902 L:      linux-media@vger.kernel.org
7903 W:      https://linuxtv.org
7904 W:      http://netup.tv/
7905 T:      git git://linuxtv.org/media_tree.git
7906 S:      Supported
7907 F:      drivers/media/dvb-frontends/ascot2e*
7908
7909 MEDIA DRIVERS FOR CXD2841ER
7910 M:      Sergey Kozlov <serjk@netup.ru>
7911 M:      Abylay Ospan <aospan@netup.ru>
7912 L:      linux-media@vger.kernel.org
7913 W:      https://linuxtv.org
7914 W:      http://netup.tv/
7915 T:      git git://linuxtv.org/media_tree.git
7916 S:      Supported
7917 F:      drivers/media/dvb-frontends/cxd2841er*
7918
7919 MEDIA DRIVERS FOR HORUS3A
7920 M:      Sergey Kozlov <serjk@netup.ru>
7921 M:      Abylay Ospan <aospan@netup.ru>
7922 L:      linux-media@vger.kernel.org
7923 W:      https://linuxtv.org
7924 W:      http://netup.tv/
7925 T:      git git://linuxtv.org/media_tree.git
7926 S:      Supported
7927 F:      drivers/media/dvb-frontends/horus3a*
7928
7929 MEDIA DRIVERS FOR LNBH25
7930 M:      Sergey Kozlov <serjk@netup.ru>
7931 M:      Abylay Ospan <aospan@netup.ru>
7932 L:      linux-media@vger.kernel.org
7933 W:      https://linuxtv.org
7934 W:      http://netup.tv/
7935 T:      git git://linuxtv.org/media_tree.git
7936 S:      Supported
7937 F:      drivers/media/dvb-frontends/lnbh25*
7938
7939 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7940 M:      Sergey Kozlov <serjk@netup.ru>
7941 M:      Abylay Ospan <aospan@netup.ru>
7942 L:      linux-media@vger.kernel.org
7943 W:      https://linuxtv.org
7944 W:      http://netup.tv/
7945 T:      git git://linuxtv.org/media_tree.git
7946 S:      Supported
7947 F:      drivers/media/pci/netup_unidvb/*
7948
7949 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7950 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7951 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7952 P:      LinuxTV.org Project
7953 L:      linux-media@vger.kernel.org
7954 W:      https://linuxtv.org
7955 Q:      http://patchwork.kernel.org/project/linux-media/list/
7956 T:      git git://linuxtv.org/media_tree.git
7957 S:      Maintained
7958 F:      Documentation/media/
7959 F:      drivers/media/
7960 F:      drivers/staging/media/
7961 F:      include/linux/platform_data/media/
7962 F:      include/media/
7963 F:      include/uapi/linux/dvb/
7964 F:      include/uapi/linux/videodev2.h
7965 F:      include/uapi/linux/media.h
7966 F:      include/uapi/linux/v4l2-*
7967 F:      include/uapi/linux/meye.h
7968 F:      include/uapi/linux/ivtv*
7969 F:      include/uapi/linux/uvcvideo.h
7970
7971 MEDIATEK ETHERNET DRIVER
7972 M:      Felix Fietkau <nbd@openwrt.org>
7973 M:      John Crispin <blogic@openwrt.org>
7974 L:      netdev@vger.kernel.org
7975 S:      Maintained
7976 F:      drivers/net/ethernet/mediatek/
7977
7978 MEDIATEK MT7601U WIRELESS LAN DRIVER
7979 M:      Jakub Kicinski <kubakici@wp.pl>
7980 L:      linux-wireless@vger.kernel.org
7981 S:      Maintained
7982 F:      drivers/net/wireless/mediatek/mt7601u/
7983
7984 MEGARAID SCSI/SAS DRIVERS
7985 M:      Kashyap Desai <kashyap.desai@broadcom.com>
7986 M:      Sumit Saxena <sumit.saxena@broadcom.com>
7987 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
7988 L:      megaraidlinux.pdl@broadcom.com
7989 L:      linux-scsi@vger.kernel.org
7990 W:      http://www.avagotech.com/support/
7991 S:      Maintained
7992 F:      Documentation/scsi/megaraid.txt
7993 F:      drivers/scsi/megaraid.*
7994 F:      drivers/scsi/megaraid/
7995
7996 MELFAS MIP4 TOUCHSCREEN DRIVER
7997 M:      Sangwon Jee <jeesw@melfas.com>
7998 W:      http://www.melfas.com
7999 S:      Supported
8000 F:      drivers/input/touchscreen/melfas_mip4.c
8001 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8002
8003 MELLANOX ETHERNET DRIVER (mlx4_en)
8004 M:      Tariq Toukan <tariqt@mellanox.com>
8005 L:      netdev@vger.kernel.org
8006 S:      Supported
8007 W:      http://www.mellanox.com
8008 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8009 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8010
8011 MELLANOX ETHERNET DRIVER (mlx5e)
8012 M:      Saeed Mahameed <saeedm@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/mlx5/core/en_*
8018
8019 MELLANOX ETHERNET SWITCH DRIVERS
8020 M:      Jiri Pirko <jiri@mellanox.com>
8021 M:      Ido Schimmel <idosch@mellanox.com>
8022 L:      netdev@vger.kernel.org
8023 S:      Supported
8024 W:      http://www.mellanox.com
8025 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8026 F:      drivers/net/ethernet/mellanox/mlxsw/
8027
8028 MELLANOX MLXCPLD LED DRIVER
8029 M:      Vadim Pasternak <vadimp@mellanox.com>
8030 L:      linux-leds@vger.kernel.org
8031 S:      Supported
8032 F:      drivers/leds/leds-mlxcpld.c
8033 F:      Documentation/leds/leds-mlxcpld.txt
8034
8035 MELLANOX PLATFORM DRIVER
8036 M:      Vadim Pasternak <vadimp@mellanox.com>
8037 L:      platform-driver-x86@vger.kernel.org
8038 S:      Supported
8039 F:      arch/x86/platform/mellanox/mlx-platform.c
8040
8041 SOFT-ROCE DRIVER (rxe)
8042 M:      Moni Shoua <monis@mellanox.com>
8043 L:      linux-rdma@vger.kernel.org
8044 S:      Supported
8045 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8046 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8047 F:      drivers/infiniband/sw/rxe/
8048 F:      include/uapi/rdma/rdma_user_rxe.h
8049
8050 MEMBARRIER SUPPORT
8051 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8052 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8053 L:      linux-kernel@vger.kernel.org
8054 S:      Supported
8055 F:      kernel/membarrier.c
8056 F:      include/uapi/linux/membarrier.h
8057
8058 MEMORY MANAGEMENT
8059 L:      linux-mm@kvack.org
8060 W:      http://www.linux-mm.org
8061 S:      Maintained
8062 F:      include/linux/mm.h
8063 F:      include/linux/gfp.h
8064 F:      include/linux/mmzone.h
8065 F:      include/linux/memory_hotplug.h
8066 F:      include/linux/vmalloc.h
8067 F:      mm/
8068
8069 MEMORY TECHNOLOGY DEVICES (MTD)
8070 M:      David Woodhouse <dwmw2@infradead.org>
8071 M:      Brian Norris <computersforpeace@gmail.com>
8072 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8073 M:      Marek Vasut <marek.vasut@gmail.com>
8074 M:      Richard Weinberger <richard@nod.at>
8075 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8076 L:      linux-mtd@lists.infradead.org
8077 W:      http://www.linux-mtd.infradead.org/
8078 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8079 T:      git git://git.infradead.org/linux-mtd.git
8080 T:      git git://git.infradead.org/l2-mtd.git
8081 S:      Maintained
8082 F:      Documentation/devicetree/bindings/mtd/
8083 F:      drivers/mtd/
8084 F:      include/linux/mtd/
8085 F:      include/uapi/mtd/
8086
8087 MEN A21 WATCHDOG DRIVER
8088 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8089 L:      linux-watchdog@vger.kernel.org
8090 S:      Maintained
8091 F:      drivers/watchdog/mena21_wdt.c
8092
8093 MEN CHAMELEON BUS (mcb)
8094 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8095 S:      Maintained
8096 F:      drivers/mcb/
8097 F:      include/linux/mcb.h
8098 F:      Documentation/men-chameleon-bus.txt
8099
8100 MEN F21BMC (Board Management Controller)
8101 M:      Andreas Werner <andreas.werner@men.de>
8102 S:      Supported
8103 F:      drivers/mfd/menf21bmc.c
8104 F:      drivers/watchdog/menf21bmc_wdt.c
8105 F:      drivers/leds/leds-menf21bmc.c
8106 F:      drivers/hwmon/menf21bmc_hwmon.c
8107 F:      Documentation/hwmon/menf21bmc
8108
8109 METAG ARCHITECTURE
8110 M:      James Hogan <james.hogan@imgtec.com>
8111 L:      linux-metag@vger.kernel.org
8112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8113 S:      Odd Fixes
8114 F:      arch/metag/
8115 F:      Documentation/metag/
8116 F:      Documentation/devicetree/bindings/metag/
8117 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8118 F:      drivers/clocksource/metag_generic.c
8119 F:      drivers/irqchip/irq-metag.c
8120 F:      drivers/irqchip/irq-metag-ext.c
8121 F:      drivers/tty/metag_da.c
8122
8123 MICROBLAZE ARCHITECTURE
8124 M:      Michal Simek <monstr@monstr.eu>
8125 W:      http://www.monstr.eu/fdt/
8126 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8127 S:      Supported
8128 F:      arch/microblaze/
8129
8130 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8131 M:      Richard Genoud <richard.genoud@gmail.com>
8132 S:      Maintained
8133 F:      drivers/tty/serial/atmel_serial.c
8134 F:      include/linux/atmel_serial.h
8135
8136 MICROCHIP / ATMEL ISC DRIVER
8137 M:      Songjun Wu <songjun.wu@microchip.com>
8138 L:      linux-media@vger.kernel.org
8139 S:      Supported
8140 F:      drivers/media/platform/atmel/atmel-isc.c
8141 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8142 F:      devicetree/bindings/media/atmel-isc.txt
8143
8144 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8145 M:      Chen Yu <yu.c.chen@intel.com>
8146 L:      platform-driver-x86@vger.kernel.org
8147 S:      Supported
8148 F:      drivers/platform/x86/surfacepro3_button.c
8149
8150 MICROTEK X6 SCANNER
8151 M:      Oliver Neukum <oliver@neukum.org>
8152 S:      Maintained
8153 F:      drivers/usb/image/microtek.*
8154
8155 MIPS
8156 M:      Ralf Baechle <ralf@linux-mips.org>
8157 L:      linux-mips@linux-mips.org
8158 W:      http://www.linux-mips.org/
8159 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8160 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8161 S:      Supported
8162 F:      Documentation/devicetree/bindings/mips/
8163 F:      Documentation/mips/
8164 F:      arch/mips/
8165
8166 MIPS/LOONGSON1 ARCHITECTURE
8167 M:      Keguang Zhang <keguang.zhang@gmail.com>
8168 L:      linux-mips@linux-mips.org
8169 S:      Maintained
8170 F:      arch/mips/loongson32/
8171 F:      arch/mips/include/asm/mach-loongson32/
8172 F:      drivers/*/*loongson1*
8173 F:      drivers/*/*/*loongson1*
8174
8175 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8176 M:      Hans Verkuil <hverkuil@xs4all.nl>
8177 L:      linux-media@vger.kernel.org
8178 T:      git git://linuxtv.org/media_tree.git
8179 W:      https://linuxtv.org
8180 S:      Odd Fixes
8181 F:      drivers/media/radio/radio-miropcm20*
8182
8183 MELLANOX MLX4 core VPI driver
8184 M:      Yishai Hadas <yishaih@mellanox.com>
8185 L:      netdev@vger.kernel.org
8186 L:      linux-rdma@vger.kernel.org
8187 W:      http://www.mellanox.com
8188 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8189 S:      Supported
8190 F:      drivers/net/ethernet/mellanox/mlx4/
8191 F:      include/linux/mlx4/
8192 F:      include/uapi/rdma/mlx4-abi.h
8193
8194 MELLANOX MLX4 IB driver
8195 M:      Yishai Hadas <yishaih@mellanox.com>
8196 L:      linux-rdma@vger.kernel.org
8197 W:      http://www.mellanox.com
8198 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8199 S:      Supported
8200 F:      drivers/infiniband/hw/mlx4/
8201 F:      include/linux/mlx4/
8202
8203 MELLANOX MLX5 core VPI driver
8204 M:      Saeed Mahameed <saeedm@mellanox.com>
8205 M:      Matan Barak <matanb@mellanox.com>
8206 M:      Leon Romanovsky <leonro@mellanox.com>
8207 L:      netdev@vger.kernel.org
8208 L:      linux-rdma@vger.kernel.org
8209 W:      http://www.mellanox.com
8210 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8211 S:      Supported
8212 F:      drivers/net/ethernet/mellanox/mlx5/core/
8213 F:      include/linux/mlx5/
8214 F:      include/uapi/rdma/mlx5-abi.h
8215
8216 MELLANOX MLX5 IB driver
8217 M:      Matan Barak <matanb@mellanox.com>
8218 M:      Leon Romanovsky <leonro@mellanox.com>
8219 L:      linux-rdma@vger.kernel.org
8220 W:      http://www.mellanox.com
8221 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8222 S:      Supported
8223 F:      drivers/infiniband/hw/mlx5/
8224 F:      include/linux/mlx5/
8225
8226 MELEXIS MLX90614 DRIVER
8227 M:      Crt Mori <cmo@melexis.com>
8228 L:      linux-iio@vger.kernel.org
8229 W:      http://www.melexis.com
8230 S:      Supported
8231 F:      drivers/iio/temperature/mlx90614.c
8232
8233 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8234 M:      Don Brace <don.brace@microsemi.com>
8235 L:      esc.storagedev@microsemi.com
8236 L:      linux-scsi@vger.kernel.org
8237 S:      Supported
8238 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8239 F:      drivers/scsi/smartpqi/Kconfig
8240 F:      drivers/scsi/smartpqi/Makefile
8241 F:      include/linux/cciss*.h
8242 F:      include/uapi/linux/cciss*.h
8243 F:      Documentation/scsi/smartpqi.txt
8244
8245 MN88472 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/mn88472*
8253
8254 MN88473 MEDIA DRIVER
8255 M:      Antti Palosaari <crope@iki.fi>
8256 L:      linux-media@vger.kernel.org
8257 W:      https://linuxtv.org
8258 W:      http://palosaari.fi/linux/
8259 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8260 S:      Maintained
8261 F:      drivers/media/dvb-frontends/mn88473*
8262
8263 MODULE SUPPORT
8264 M:      Jessica Yu <jeyu@redhat.com>
8265 M:      Rusty Russell <rusty@rustcorp.com.au>
8266 S:      Maintained
8267 F:      include/linux/module.h
8268 F:      kernel/module.c
8269
8270 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8271 W:      http://popies.net/meye/
8272 S:      Orphan
8273 F:      Documentation/media/v4l-drivers/meye*
8274 F:      drivers/media/pci/meye/
8275 F:      include/uapi/linux/meye.h
8276
8277 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8278 M:      Jiri Slaby <jirislaby@gmail.com>
8279 S:      Maintained
8280 F:      Documentation/serial/moxa-smartio
8281 F:      drivers/tty/mxser.*
8282
8283 MR800 AVERMEDIA USB FM RADIO DRIVER
8284 M:      Alexey Klimov <klimov.linux@gmail.com>
8285 L:      linux-media@vger.kernel.org
8286 T:      git git://linuxtv.org/media_tree.git
8287 S:      Maintained
8288 F:      drivers/media/radio/radio-mr800.c
8289
8290 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8291 M:      Alan Ott <alan@signal11.us>
8292 L:      linux-wpan@vger.kernel.org
8293 S:      Maintained
8294 F:      drivers/net/ieee802154/mrf24j40.c
8295 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8296
8297 MSI LAPTOP SUPPORT
8298 M:      "Lee, Chun-Yi" <jlee@suse.com>
8299 L:      platform-driver-x86@vger.kernel.org
8300 S:      Maintained
8301 F:      drivers/platform/x86/msi-laptop.c
8302
8303 MSI WMI SUPPORT
8304 L:      platform-driver-x86@vger.kernel.org
8305 S:      Orphan
8306 F:      drivers/platform/x86/msi-wmi.c
8307
8308 MSI001 MEDIA DRIVER
8309 M:      Antti Palosaari <crope@iki.fi>
8310 L:      linux-media@vger.kernel.org
8311 W:      https://linuxtv.org
8312 W:      http://palosaari.fi/linux/
8313 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8314 T:      git git://linuxtv.org/anttip/media_tree.git
8315 S:      Maintained
8316 F:      drivers/media/tuners/msi001*
8317
8318 MSI2500 MEDIA DRIVER
8319 M:      Antti Palosaari <crope@iki.fi>
8320 L:      linux-media@vger.kernel.org
8321 W:      https://linuxtv.org
8322 W:      http://palosaari.fi/linux/
8323 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8324 T:      git git://linuxtv.org/anttip/media_tree.git
8325 S:      Maintained
8326 F:      drivers/media/usb/msi2500/
8327
8328 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8329 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8330 L:      linux-mtd@lists.infradead.org
8331 S:      Maintained
8332 F:      drivers/mtd/devices/docg3*
8333
8334 MT9M032 APTINA SENSOR DRIVER
8335 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8336 L:      linux-media@vger.kernel.org
8337 T:      git git://linuxtv.org/media_tree.git
8338 S:      Maintained
8339 F:      drivers/media/i2c/mt9m032.c
8340 F:      include/media/i2c/mt9m032.h
8341
8342 MT9P031 APTINA CAMERA SENSOR
8343 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8344 L:      linux-media@vger.kernel.org
8345 T:      git git://linuxtv.org/media_tree.git
8346 S:      Maintained
8347 F:      drivers/media/i2c/mt9p031.c
8348 F:      include/media/i2c/mt9p031.h
8349
8350 MT9T001 APTINA CAMERA SENSOR
8351 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8352 L:      linux-media@vger.kernel.org
8353 T:      git git://linuxtv.org/media_tree.git
8354 S:      Maintained
8355 F:      drivers/media/i2c/mt9t001.c
8356 F:      include/media/i2c/mt9t001.h
8357
8358 MT9V032 APTINA CAMERA SENSOR
8359 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8360 L:      linux-media@vger.kernel.org
8361 T:      git git://linuxtv.org/media_tree.git
8362 S:      Maintained
8363 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8364 F:      drivers/media/i2c/mt9v032.c
8365 F:      include/media/i2c/mt9v032.h
8366
8367 MULTIFUNCTION DEVICES (MFD)
8368 M:      Lee Jones <lee.jones@linaro.org>
8369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8370 S:      Supported
8371 F:      Documentation/devicetree/bindings/mfd/
8372 F:      drivers/mfd/
8373 F:      include/linux/mfd/
8374
8375 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8376 M:      Ulf Hansson <ulf.hansson@linaro.org>
8377 L:      linux-mmc@vger.kernel.org
8378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8379 S:      Maintained
8380 F:      Documentation/devicetree/bindings/mmc/
8381 F:      drivers/mmc/
8382 F:      include/linux/mmc/
8383 F:      include/uapi/linux/mmc/
8384
8385 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8386 S:      Orphan
8387 F:      drivers/mmc/host/mmc_spi.c
8388 F:      include/linux/spi/mmc_spi.h
8389
8390 MULTISOUND SOUND DRIVER
8391 M:      Andrew Veliath <andrewtv@usa.net>
8392 S:      Maintained
8393 F:      Documentation/sound/oss/MultiSound
8394 F:      sound/oss/msnd*
8395
8396 MULTITECH MULTIPORT CARD (ISICOM)
8397 S:      Orphan
8398 F:      drivers/tty/isicom.c
8399 F:      include/linux/isicom.h
8400
8401 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8402 M:      Bin Liu <b-liu@ti.com>
8403 L:      linux-usb@vger.kernel.org
8404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8405 S:      Maintained
8406 F:      drivers/usb/musb/
8407
8408 MXL5007T MEDIA DRIVER
8409 M:      Michael Krufky <mkrufky@linuxtv.org>
8410 L:      linux-media@vger.kernel.org
8411 W:      https://linuxtv.org
8412 W:      http://github.com/mkrufky
8413 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8414 T:      git git://linuxtv.org/mkrufky/tuners.git
8415 S:      Maintained
8416 F:      drivers/media/tuners/mxl5007t.*
8417
8418 MXSFB DRM DRIVER
8419 M:      Marek Vasut <marex@denx.de>
8420 S:      Supported
8421 F:      drivers/gpu/drm/mxsfb/
8422 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8423
8424 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8425 M:      Hyong-Youb Kim <hykim@myri.com>
8426 L:      netdev@vger.kernel.org
8427 W:      https://www.myricom.com/support/downloads/myri10ge.html
8428 S:      Supported
8429 F:      drivers/net/ethernet/myricom/myri10ge/
8430
8431 NAND FLASH SUBSYSTEM
8432 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8433 R:      Richard Weinberger <richard@nod.at>
8434 L:      linux-mtd@lists.infradead.org
8435 W:      http://www.linux-mtd.infradead.org/
8436 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8437 T:      git git://github.com/linux-nand/linux.git
8438 S:      Maintained
8439 F:      drivers/mtd/nand/
8440 F:      include/linux/mtd/nand*.h
8441
8442 NATSEMI ETHERNET DRIVER (DP8381x)
8443 S:      Orphan
8444 F:      drivers/net/ethernet/natsemi/natsemi.c
8445
8446 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8447 M:      Daniel Mack <zonque@gmail.com>
8448 S:      Maintained
8449 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8450 W:      http://www.native-instruments.com
8451 F:      sound/usb/caiaq/
8452
8453 NCP FILESYSTEM
8454 M:      Petr Vandrovec <petr@vandrovec.name>
8455 S:      Odd Fixes
8456 F:      fs/ncpfs/
8457
8458 NCR 5380 SCSI DRIVERS
8459 M:      Finn Thain <fthain@telegraphics.com.au>
8460 M:      Michael Schmitz <schmitzmic@gmail.com>
8461 L:      linux-scsi@vger.kernel.org
8462 S:      Maintained
8463 F:      Documentation/scsi/g_NCR5380.txt
8464 F:      drivers/scsi/NCR5380.*
8465 F:      drivers/scsi/arm/cumana_1.c
8466 F:      drivers/scsi/arm/oak.c
8467 F:      drivers/scsi/atari_scsi.*
8468 F:      drivers/scsi/dmx3191d.c
8469 F:      drivers/scsi/g_NCR5380.*
8470 F:      drivers/scsi/mac_scsi.*
8471 F:      drivers/scsi/sun3_scsi.*
8472 F:      drivers/scsi/sun3_scsi_vme.c
8473
8474 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8475 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8476 L:      linux-scsi@vger.kernel.org
8477 S:      Maintained
8478 F:      drivers/scsi/NCR_D700.*
8479
8480 NCT6775 HARDWARE MONITOR DRIVER
8481 M:      Guenter Roeck <linux@roeck-us.net>
8482 L:      linux-hwmon@vger.kernel.org
8483 S:      Maintained
8484 F:      Documentation/hwmon/nct6775
8485 F:      drivers/hwmon/nct6775.c
8486
8487 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8488 M:      Faisal Latif <faisal.latif@intel.com>
8489 L:      linux-rdma@vger.kernel.org
8490 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8491 S:      Supported
8492 F:      drivers/infiniband/hw/nes/
8493 F:      include/uapi/rdma/nes-abi.h
8494
8495 NETEM NETWORK EMULATOR
8496 M:      Stephen Hemminger <stephen@networkplumber.org>
8497 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8498 S:      Maintained
8499 F:      net/sched/sch_netem.c
8500
8501 NETERION 10GbE DRIVERS (s2io/vxge)
8502 M:      Jon Mason <jdmason@kudzu.us>
8503 L:      netdev@vger.kernel.org
8504 S:      Supported
8505 F:      Documentation/networking/s2io.txt
8506 F:      Documentation/networking/vxge.txt
8507 F:      drivers/net/ethernet/neterion/
8508
8509 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8510 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8511 M:      Patrick McHardy <kaber@trash.net>
8512 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8513 L:      netfilter-devel@vger.kernel.org
8514 L:      coreteam@netfilter.org
8515 W:      http://www.netfilter.org/
8516 W:      http://www.iptables.org/
8517 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8520 S:      Supported
8521 F:      include/linux/netfilter*
8522 F:      include/linux/netfilter/
8523 F:      include/net/netfilter/
8524 F:      include/uapi/linux/netfilter*
8525 F:      include/uapi/linux/netfilter/
8526 F:      net/*/netfilter.c
8527 F:      net/*/netfilter/
8528 F:      net/netfilter/
8529 F:      net/bridge/br_netfilter*.c
8530
8531 NETLABEL
8532 M:      Paul Moore <paul@paul-moore.com>
8533 W:      http://netlabel.sf.net
8534 L:      netdev@vger.kernel.org
8535 S:      Maintained
8536 F:      Documentation/netlabel/
8537 F:      include/net/netlabel.h
8538 F:      net/netlabel/
8539
8540 NETROM NETWORK LAYER
8541 M:      Ralf Baechle <ralf@linux-mips.org>
8542 L:      linux-hams@vger.kernel.org
8543 W:      http://www.linux-ax25.org/
8544 S:      Maintained
8545 F:      include/net/netrom.h
8546 F:      include/uapi/linux/netrom.h
8547 F:      net/netrom/
8548
8549 NETRONOME ETHERNET DRIVERS
8550 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8551 L:      oss-drivers@netronome.com
8552 S:      Maintained
8553 F:      drivers/net/ethernet/netronome/
8554
8555 NETWORK BLOCK DEVICE (NBD)
8556 M:      Markus Pargmann <mpa@pengutronix.de>
8557 S:      Maintained
8558 L:      nbd-general@lists.sourceforge.net
8559 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8560 F:      Documentation/blockdev/nbd.txt
8561 F:      drivers/block/nbd.c
8562 F:      include/uapi/linux/nbd.h
8563
8564 NETWORK DROP MONITOR
8565 M:      Neil Horman <nhorman@tuxdriver.com>
8566 L:      netdev@vger.kernel.org
8567 S:      Maintained
8568 W:      https://fedorahosted.org/dropwatch/
8569 F:      net/core/drop_monitor.c
8570
8571 NETWORKING [DSA]
8572 M:      Andrew Lunn <andrew@lunn.ch>
8573 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8574 M:      Florian Fainelli <f.fainelli@gmail.com>
8575 S:      Maintained
8576 F:      net/dsa/
8577 F:      include/net/dsa.h
8578 F:      drivers/net/dsa/
8579
8580 NETWORKING [GENERAL]
8581 M:      "David S. Miller" <davem@davemloft.net>
8582 L:      netdev@vger.kernel.org
8583 W:      http://www.linuxfoundation.org/en/Net
8584 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8587 S:      Maintained
8588 F:      net/
8589 F:      include/net/
8590 F:      include/linux/in.h
8591 F:      include/linux/net.h
8592 F:      include/linux/netdevice.h
8593 F:      include/uapi/linux/in.h
8594 F:      include/uapi/linux/net.h
8595 F:      include/uapi/linux/netdevice.h
8596 F:      include/uapi/linux/net_namespace.h
8597 F:      tools/net/
8598 F:      tools/testing/selftests/net/
8599 F:      lib/random32.c
8600
8601 NETWORKING [IPv4/IPv6]
8602 M:      "David S. Miller" <davem@davemloft.net>
8603 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8604 M:      James Morris <jmorris@namei.org>
8605 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8606 M:      Patrick McHardy <kaber@trash.net>
8607 L:      netdev@vger.kernel.org
8608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8609 S:      Maintained
8610 F:      net/ipv4/
8611 F:      net/ipv6/
8612 F:      include/net/ip*
8613 F:      arch/x86/net/*
8614
8615 NETWORKING [IPSEC]
8616 M:      Steffen Klassert <steffen.klassert@secunet.com>
8617 M:      Herbert Xu <herbert@gondor.apana.org.au>
8618 M:      "David S. Miller" <davem@davemloft.net>
8619 L:      netdev@vger.kernel.org
8620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8622 S:      Maintained
8623 F:      net/core/flow.c
8624 F:      net/xfrm/
8625 F:      net/key/
8626 F:      net/ipv4/xfrm*
8627 F:      net/ipv4/esp4.c
8628 F:      net/ipv4/ah4.c
8629 F:      net/ipv4/ipcomp.c
8630 F:      net/ipv4/ip_vti.c
8631 F:      net/ipv6/xfrm*
8632 F:      net/ipv6/esp6.c
8633 F:      net/ipv6/ah6.c
8634 F:      net/ipv6/ipcomp6.c
8635 F:      net/ipv6/ip6_vti.c
8636 F:      include/uapi/linux/xfrm.h
8637 F:      include/net/xfrm.h
8638
8639 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8640 M:      Paul Moore <paul@paul-moore.com>
8641 L:      netdev@vger.kernel.org
8642 S:      Maintained
8643
8644 NETWORKING [WIRELESS]
8645 L:      linux-wireless@vger.kernel.org
8646 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8647
8648 NETWORKING DRIVERS
8649 L:      netdev@vger.kernel.org
8650 W:      http://www.linuxfoundation.org/en/Net
8651 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8654 S:      Odd Fixes
8655 F:      Documentation/devicetree/bindings/net/
8656 F:      drivers/net/
8657 F:      include/linux/if_*
8658 F:      include/linux/netdevice.h
8659 F:      include/linux/etherdevice.h
8660 F:      include/linux/fcdevice.h
8661 F:      include/linux/fddidevice.h
8662 F:      include/linux/hippidevice.h
8663 F:      include/linux/inetdevice.h
8664 F:      include/uapi/linux/if_*
8665 F:      include/uapi/linux/netdevice.h
8666
8667 NETWORKING DRIVERS (WIRELESS)
8668 M:      Kalle Valo <kvalo@codeaurora.org>
8669 L:      linux-wireless@vger.kernel.org
8670 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8673 S:      Maintained
8674 F:      Documentation/devicetree/bindings/net/wireless/
8675 F:      drivers/net/wireless/
8676
8677 NETXEN (1/10) GbE SUPPORT
8678 M:      Manish Chopra <manish.chopra@cavium.com>
8679 M:      Rahul Verma <rahul.verma@cavium.com>
8680 M:      Dept-GELinuxNICDev@cavium.com
8681 L:      netdev@vger.kernel.org
8682 S:      Supported
8683 F:      drivers/net/ethernet/qlogic/netxen/
8684
8685 NFC SUBSYSTEM
8686 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8687 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8688 M:      Samuel Ortiz <sameo@linux.intel.com>
8689 L:      linux-wireless@vger.kernel.org
8690 L:      linux-nfc@lists.01.org (subscribers-only)
8691 S:      Supported
8692 F:      net/nfc/
8693 F:      include/net/nfc/
8694 F:      include/uapi/linux/nfc.h
8695 F:      drivers/nfc/
8696 F:      include/linux/platform_data/nfcmrvl.h
8697 F:      include/linux/platform_data/nxp-nci.h
8698 F:      include/linux/platform_data/pn544.h
8699 F:      include/linux/platform_data/st21nfca.h
8700 F:      include/linux/platform_data/st-nci.h
8701 F:      Documentation/devicetree/bindings/net/nfc/
8702
8703 NFS, SUNRPC, AND LOCKD CLIENTS
8704 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8705 M:      Anna Schumaker <anna.schumaker@netapp.com>
8706 L:      linux-nfs@vger.kernel.org
8707 W:      http://client.linux-nfs.org
8708 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8709 S:      Maintained
8710 F:      fs/lockd/
8711 F:      fs/nfs/
8712 F:      fs/nfs_common/
8713 F:      net/sunrpc/
8714 F:      include/linux/lockd/
8715 F:      include/linux/nfs*
8716 F:      include/linux/sunrpc/
8717 F:      include/uapi/linux/nfs*
8718 F:      include/uapi/linux/sunrpc/
8719
8720 NILFS2 FILESYSTEM
8721 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8722 L:      linux-nilfs@vger.kernel.org
8723 W:      http://nilfs.sourceforge.net/
8724 W:      http://nilfs.osdn.jp/
8725 T:      git git://github.com/konis/nilfs2.git
8726 S:      Supported
8727 F:      Documentation/filesystems/nilfs2.txt
8728 F:      fs/nilfs2/
8729 F:      include/trace/events/nilfs2.h
8730 F:      include/uapi/linux/nilfs2_api.h
8731 F:      include/uapi/linux/nilfs2_ondisk.h
8732
8733 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8734 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8735 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8736 S:      Maintained
8737 F:      Documentation/scsi/NinjaSCSI.txt
8738 F:      drivers/scsi/pcmcia/nsp_*
8739
8740 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8741 M:      GOTO Masanori <gotom@debian.or.jp>
8742 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8743 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8744 S:      Maintained
8745 F:      Documentation/scsi/NinjaSCSI.txt
8746 F:      drivers/scsi/nsp32*
8747
8748 NIOS2 ARCHITECTURE
8749 M:      Ley Foon Tan <lftan@altera.com>
8750 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8752 S:      Maintained
8753 F:      arch/nios2/
8754
8755 NOKIA N900 POWER SUPPLY DRIVERS
8756 R:      Pali Rohár <pali.rohar@gmail.com>
8757 F:      include/linux/power/bq2415x_charger.h
8758 F:      include/linux/power/bq27xxx_battery.h
8759 F:      include/linux/power/isp1704_charger.h
8760 F:      drivers/power/supply/bq2415x_charger.c
8761 F:      drivers/power/supply/bq27xxx_battery.c
8762 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8763 F:      drivers/power/supply/isp1704_charger.c
8764 F:      drivers/power/supply/rx51_battery.c
8765
8766 NTB DRIVER CORE
8767 M:      Jon Mason <jdmason@kudzu.us>
8768 M:      Dave Jiang <dave.jiang@intel.com>
8769 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8770 L:      linux-ntb@googlegroups.com
8771 S:      Supported
8772 W:      https://github.com/jonmason/ntb/wiki
8773 T:      git git://github.com/jonmason/ntb.git
8774 F:      drivers/ntb/
8775 F:      drivers/net/ntb_netdev.c
8776 F:      include/linux/ntb.h
8777 F:      include/linux/ntb_transport.h
8778 F:      tools/testing/selftests/ntb/
8779
8780 NTB INTEL DRIVER
8781 M:      Jon Mason <jdmason@kudzu.us>
8782 M:      Dave Jiang <dave.jiang@intel.com>
8783 L:      linux-ntb@googlegroups.com
8784 S:      Supported
8785 W:      https://github.com/jonmason/ntb/wiki
8786 T:      git git://github.com/jonmason/ntb.git
8787 F:      drivers/ntb/hw/intel/
8788
8789 NTB AMD DRIVER
8790 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8791 L:      linux-ntb@googlegroups.com
8792 S:      Supported
8793 F:      drivers/ntb/hw/amd/
8794
8795 NTFS FILESYSTEM
8796 M:      Anton Altaparmakov <anton@tuxera.com>
8797 L:      linux-ntfs-dev@lists.sourceforge.net
8798 W:      http://www.tuxera.com/
8799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8800 S:      Supported
8801 F:      Documentation/filesystems/ntfs.txt
8802 F:      fs/ntfs/
8803
8804 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8805 M:      Antonino Daplas <adaplas@gmail.com>
8806 L:      linux-fbdev@vger.kernel.org
8807 S:      Maintained
8808 F:      drivers/video/fbdev/riva/
8809 F:      drivers/video/fbdev/nvidia/
8810
8811 NVM EXPRESS DRIVER
8812 M:      Keith Busch <keith.busch@intel.com>
8813 M:      Jens Axboe <axboe@fb.com>
8814 L:      linux-nvme@lists.infradead.org
8815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8816 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8817 S:      Supported
8818 F:      drivers/nvme/host/
8819 F:      include/linux/nvme.h
8820
8821 NVM EXPRESS TARGET DRIVER
8822 M:      Christoph Hellwig <hch@lst.de>
8823 M:      Sagi Grimberg <sagi@grimberg.me>
8824 L:      linux-nvme@lists.infradead.org
8825 S:      Supported
8826 F:      drivers/nvme/target/
8827
8828 NVM EXPRESS FC TRANSPORT DRIVERS
8829 M:      James Smart <james.smart@broadcom.com>
8830 L:      linux-nvme@lists.infradead.org
8831 S:      Supported
8832 F:      include/linux/nvme-fc.h
8833 F:      include/linux/nvme-fc-driver.h
8834 F:      drivers/nvme/host/fc.c
8835 F:      drivers/nvme/target/fc.c
8836 F:      drivers/nvme/target/fcloop.c
8837
8838 NVMEM FRAMEWORK
8839 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8840 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8841 S:      Maintained
8842 F:      drivers/nvmem/
8843 F:      Documentation/devicetree/bindings/nvmem/
8844 F:      include/linux/nvmem-consumer.h
8845 F:      include/linux/nvmem-provider.h
8846
8847 NXP-NCI NFC DRIVER
8848 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8849 R:      Charles Gorand <charles.gorand@effinnov.com>
8850 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8851 S:      Supported
8852 F:      drivers/nfc/nxp-nci
8853
8854 NXP TDA998X DRM DRIVER
8855 M:      Russell King <rmk+kernel@armlinux.org.uk>
8856 S:      Supported
8857 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8858 F:      include/drm/i2c/tda998x.h
8859
8860 NXP TFA9879 DRIVER
8861 M:      Peter Rosin <peda@axentia.se>
8862 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8863 S:      Maintained
8864 F:      sound/soc/codecs/tfa9879*
8865
8866 OBJTOOL
8867 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8868 S:      Supported
8869 F:      tools/objtool/
8870
8871 OMAP SUPPORT
8872 M:      Tony Lindgren <tony@atomide.com>
8873 L:      linux-omap@vger.kernel.org
8874 W:      http://www.muru.com/linux/omap/
8875 W:      http://linux.omap.com/
8876 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8878 S:      Maintained
8879 F:      arch/arm/*omap*/
8880 F:      arch/arm/configs/omap1_defconfig
8881 F:      arch/arm/configs/omap2plus_defconfig
8882 F:      drivers/i2c/busses/i2c-omap.c
8883 F:      drivers/irqchip/irq-omap-intc.c
8884 F:      drivers/mfd/*omap*.c
8885 F:      drivers/mfd/menelaus.c
8886 F:      drivers/mfd/palmas.c
8887 F:      drivers/mfd/tps65217.c
8888 F:      drivers/mfd/tps65218.c
8889 F:      drivers/mfd/tps65910.c
8890 F:      drivers/mfd/twl-core.[ch]
8891 F:      drivers/mfd/twl4030*.c
8892 F:      drivers/mfd/twl6030*.c
8893 F:      drivers/mfd/twl6040*.c
8894 F:      drivers/regulator/palmas-regulator*.c
8895 F:      drivers/regulator/pbias-regulator.c
8896 F:      drivers/regulator/tps65217-regulator.c
8897 F:      drivers/regulator/tps65218-regulator.c
8898 F:      drivers/regulator/tps65910-regulator.c
8899 F:      drivers/regulator/twl-regulator.c
8900 F:      drivers/regulator/twl6030-regulator.c
8901 F:      include/linux/i2c-omap.h
8902
8903 OMAP DEVICE TREE SUPPORT
8904 M:      Benoît Cousson <bcousson@baylibre.com>
8905 M:      Tony Lindgren <tony@atomide.com>
8906 L:      linux-omap@vger.kernel.org
8907 L:      devicetree@vger.kernel.org
8908 S:      Maintained
8909 F:      arch/arm/boot/dts/*omap*
8910 F:      arch/arm/boot/dts/*am3*
8911 F:      arch/arm/boot/dts/*am4*
8912 F:      arch/arm/boot/dts/*am5*
8913 F:      arch/arm/boot/dts/*dra7*
8914
8915 OMAP CLOCK FRAMEWORK SUPPORT
8916 M:      Paul Walmsley <paul@pwsan.com>
8917 L:      linux-omap@vger.kernel.org
8918 S:      Maintained
8919 F:      arch/arm/*omap*/*clock*
8920
8921 OMAP POWER MANAGEMENT SUPPORT
8922 M:      Kevin Hilman <khilman@kernel.org>
8923 L:      linux-omap@vger.kernel.org
8924 S:      Maintained
8925 F:      arch/arm/*omap*/*pm*
8926 F:      drivers/cpufreq/omap-cpufreq.c
8927
8928 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8929 M:      Rajendra Nayak <rnayak@codeaurora.org>
8930 M:      Paul Walmsley <paul@pwsan.com>
8931 L:      linux-omap@vger.kernel.org
8932 S:      Maintained
8933 F:      arch/arm/mach-omap2/prm*
8934
8935 OMAP AUDIO SUPPORT
8936 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8937 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8938 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8939 L:      linux-omap@vger.kernel.org
8940 S:      Maintained
8941 F:      sound/soc/omap/
8942
8943 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8944 M:      Roger Quadros <rogerq@ti.com>
8945 M:      Tony Lindgren <tony@atomide.com>
8946 L:      linux-omap@vger.kernel.org
8947 S:      Maintained
8948 F:      drivers/memory/omap-gpmc.c
8949 F:      arch/arm/mach-omap2/*gpmc*
8950
8951 OMAP FRAMEBUFFER SUPPORT
8952 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8953 L:      linux-fbdev@vger.kernel.org
8954 L:      linux-omap@vger.kernel.org
8955 S:      Maintained
8956 F:      drivers/video/fbdev/omap/
8957
8958 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8959 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8960 L:      linux-omap@vger.kernel.org
8961 L:      linux-fbdev@vger.kernel.org
8962 S:      Maintained
8963 F:      drivers/video/fbdev/omap2/
8964 F:      Documentation/arm/OMAP/DSS
8965
8966 OMAP HARDWARE SPINLOCK SUPPORT
8967 M:      Ohad Ben-Cohen <ohad@wizery.com>
8968 L:      linux-omap@vger.kernel.org
8969 S:      Maintained
8970 F:      drivers/hwspinlock/omap_hwspinlock.c
8971
8972 OMAP MMC SUPPORT
8973 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8974 L:      linux-omap@vger.kernel.org
8975 S:      Maintained
8976 F:      drivers/mmc/host/omap.c
8977
8978 OMAP HS MMC SUPPORT
8979 L:      linux-mmc@vger.kernel.org
8980 L:      linux-omap@vger.kernel.org
8981 S:      Orphan
8982 F:      drivers/mmc/host/omap_hsmmc.c
8983
8984 OMAP RANDOM NUMBER GENERATOR SUPPORT
8985 M:      Deepak Saxena <dsaxena@plexity.net>
8986 S:      Maintained
8987 F:      drivers/char/hw_random/omap-rng.c
8988
8989 OMAP HWMOD SUPPORT
8990 M:      Benoît Cousson <bcousson@baylibre.com>
8991 M:      Paul Walmsley <paul@pwsan.com>
8992 L:      linux-omap@vger.kernel.org
8993 S:      Maintained
8994 F:      arch/arm/mach-omap2/omap_hwmod.*
8995
8996 OMAP HWMOD DATA
8997 M:      Paul Walmsley <paul@pwsan.com>
8998 L:      linux-omap@vger.kernel.org
8999 S:      Maintained
9000 F:      arch/arm/mach-omap2/omap_hwmod*data*
9001
9002 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9003 M:      Benoît Cousson <bcousson@baylibre.com>
9004 L:      linux-omap@vger.kernel.org
9005 S:      Maintained
9006 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9007
9008 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9009 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9010 L:      linux-media@vger.kernel.org
9011 S:      Maintained
9012 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9013 F:      drivers/media/platform/omap3isp/
9014 F:      drivers/staging/media/omap4iss/
9015
9016 OMAP USB SUPPORT
9017 L:      linux-usb@vger.kernel.org
9018 L:      linux-omap@vger.kernel.org
9019 S:      Orphan
9020 F:      drivers/usb/*/*omap*
9021 F:      arch/arm/*omap*/usb*
9022
9023 OMAP GPIO DRIVER
9024 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9025 M:      Santosh Shilimkar <ssantosh@kernel.org>
9026 M:      Kevin Hilman <khilman@kernel.org>
9027 L:      linux-omap@vger.kernel.org
9028 S:      Maintained
9029 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9030 F:      drivers/gpio/gpio-omap.c
9031
9032 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9033 M:      Mark Jackson <mpfj@newflow.co.uk>
9034 L:      linux-omap@vger.kernel.org
9035 S:      Maintained
9036 F:      arch/arm/boot/dts/am335x-nano.dts
9037
9038 OMFS FILESYSTEM
9039 M:      Bob Copeland <me@bobcopeland.com>
9040 L:      linux-karma-devel@lists.sourceforge.net
9041 S:      Maintained
9042 F:      Documentation/filesystems/omfs.txt
9043 F:      fs/omfs/
9044
9045 OMNIKEY CARDMAN 4000 DRIVER
9046 M:      Harald Welte <laforge@gnumonks.org>
9047 S:      Maintained
9048 F:      drivers/char/pcmcia/cm4000_cs.c
9049 F:      include/linux/cm4000_cs.h
9050 F:      include/uapi/linux/cm4000_cs.h
9051
9052 OMNIKEY CARDMAN 4040 DRIVER
9053 M:      Harald Welte <laforge@gnumonks.org>
9054 S:      Maintained
9055 F:      drivers/char/pcmcia/cm4040_cs.*
9056
9057 OMNIVISION OV7670 SENSOR DRIVER
9058 M:      Jonathan Corbet <corbet@lwn.net>
9059 L:      linux-media@vger.kernel.org
9060 T:      git git://linuxtv.org/media_tree.git
9061 S:      Maintained
9062 F:      drivers/media/i2c/ov7670.c
9063
9064 ONENAND FLASH DRIVER
9065 M:      Kyungmin Park <kyungmin.park@samsung.com>
9066 L:      linux-mtd@lists.infradead.org
9067 S:      Maintained
9068 F:      drivers/mtd/onenand/
9069 F:      include/linux/mtd/onenand*.h
9070
9071 ONSTREAM SCSI TAPE DRIVER
9072 M:      Willem Riede <osst@riede.org>
9073 L:      osst-users@lists.sourceforge.net
9074 L:      linux-scsi@vger.kernel.org
9075 S:      Maintained
9076 F:      Documentation/scsi/osst.txt
9077 F:      drivers/scsi/osst.*
9078 F:      drivers/scsi/osst_*.h
9079 F:      drivers/scsi/st.h
9080
9081 OPENCORES I2C BUS DRIVER
9082 M:      Peter Korsgaard <jacmet@sunsite.dk>
9083 L:      linux-i2c@vger.kernel.org
9084 S:      Maintained
9085 F:      Documentation/i2c/busses/i2c-ocores
9086 F:      drivers/i2c/busses/i2c-ocores.c
9087
9088 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9089 M:      Rob Herring <robh+dt@kernel.org>
9090 M:      Frank Rowand <frowand.list@gmail.com>
9091 L:      devicetree@vger.kernel.org
9092 W:      http://www.devicetree.org/
9093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9094 S:      Maintained
9095 F:      drivers/of/
9096 F:      include/linux/of*.h
9097 F:      scripts/dtc/
9098
9099 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9100 M:      Rob Herring <robh+dt@kernel.org>
9101 M:      Mark Rutland <mark.rutland@arm.com>
9102 L:      devicetree@vger.kernel.org
9103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9104 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9105 S:      Maintained
9106 F:      Documentation/devicetree/
9107 F:      arch/*/boot/dts/
9108 F:      include/dt-bindings/
9109
9110 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9111 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9112 L:      devicetree@vger.kernel.org
9113 S:      Maintained
9114 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9115 F:      Documentation/devicetree/overlay-notes.txt
9116 F:      drivers/of/overlay.c
9117 F:      drivers/of/resolver.c
9118
9119 OPENRISC ARCHITECTURE
9120 M:      Jonas Bonn <jonas@southpole.se>
9121 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9122 M:      Stafford Horne <shorne@gmail.com>
9123 L:      openrisc@lists.librecores.org
9124 W:      http://openrisc.io
9125 S:      Maintained
9126 F:      arch/openrisc/
9127
9128 OPENVSWITCH
9129 M:      Pravin Shelar <pshelar@nicira.com>
9130 L:      netdev@vger.kernel.org
9131 L:      dev@openvswitch.org
9132 W:      http://openvswitch.org
9133 S:      Maintained
9134 F:      net/openvswitch/
9135 F:      include/uapi/linux/openvswitch.h
9136
9137 OPERATING PERFORMANCE POINTS (OPP)
9138 M:      Viresh Kumar <vireshk@kernel.org>
9139 M:      Nishanth Menon <nm@ti.com>
9140 M:      Stephen Boyd <sboyd@codeaurora.org>
9141 L:      linux-pm@vger.kernel.org
9142 S:      Maintained
9143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9144 F:      drivers/base/power/opp/
9145 F:      include/linux/pm_opp.h
9146 F:      Documentation/power/opp.txt
9147 F:      Documentation/devicetree/bindings/opp/
9148
9149 OPL4 DRIVER
9150 M:      Clemens Ladisch <clemens@ladisch.de>
9151 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9152 T:      git git://git.alsa-project.org/alsa-kernel.git
9153 S:      Maintained
9154 F:      sound/drivers/opl4/
9155
9156 OPROFILE
9157 M:      Robert Richter <rric@kernel.org>
9158 L:      oprofile-list@lists.sf.net
9159 S:      Maintained
9160 F:      arch/*/include/asm/oprofile*.h
9161 F:      arch/*/oprofile/
9162 F:      drivers/oprofile/
9163 F:      include/linux/oprofile.h
9164
9165 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9166 M:      Mark Fasheh <mfasheh@versity.com>
9167 M:      Joel Becker <jlbec@evilplan.org>
9168 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9169 W:      http://ocfs2.wiki.kernel.org
9170 S:      Supported
9171 F:      Documentation/filesystems/ocfs2.txt
9172 F:      Documentation/filesystems/dlmfs.txt
9173 F:      fs/ocfs2/
9174
9175 ORINOCO DRIVER
9176 L:      linux-wireless@vger.kernel.org
9177 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9178 W:      http://www.nongnu.org/orinoco/
9179 S:      Orphan
9180 F:      drivers/net/wireless/intersil/orinoco/
9181
9182 OSD LIBRARY and FILESYSTEM
9183 M:      Boaz Harrosh <ooo@electrozaur.com>
9184 M:      Benny Halevy <bhalevy@primarydata.com>
9185 L:      osd-dev@open-osd.org
9186 W:      http://open-osd.org
9187 T:      git git://git.open-osd.org/open-osd.git
9188 S:      Maintained
9189 F:      drivers/scsi/osd/
9190 F:      include/scsi/osd_*
9191 F:      fs/exofs/
9192
9193 OVERLAY FILESYSTEM
9194 M:      Miklos Szeredi <miklos@szeredi.hu>
9195 L:      linux-unionfs@vger.kernel.org
9196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9197 S:      Supported
9198 F:      fs/overlayfs/
9199 F:      Documentation/filesystems/overlayfs.txt
9200
9201 ORANGEFS FILESYSTEM
9202 M:      Mike Marshall <hubcap@omnibond.com>
9203 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9205 S:      Supported
9206 F:      fs/orangefs/
9207 F:      Documentation/filesystems/orangefs.txt
9208
9209 P54 WIRELESS DRIVER
9210 M:      Christian Lamparter <chunkeey@googlemail.com>
9211 L:      linux-wireless@vger.kernel.org
9212 W:      http://wireless.kernel.org/en/users/Drivers/p54
9213 S:      Maintained
9214 F:      drivers/net/wireless/intersil/p54/
9215
9216 PA SEMI ETHERNET DRIVER
9217 L:      netdev@vger.kernel.org
9218 S:      Orphan
9219 F:      drivers/net/ethernet/pasemi/*
9220
9221 PA SEMI SMBUS DRIVER
9222 L:      linux-i2c@vger.kernel.org
9223 S:      Orphan
9224 F:      drivers/i2c/busses/i2c-pasemi.c
9225
9226 PADATA PARALLEL EXECUTION MECHANISM
9227 M:      Steffen Klassert <steffen.klassert@secunet.com>
9228 L:      linux-crypto@vger.kernel.org
9229 S:      Maintained
9230 F:      kernel/padata.c
9231 F:      include/linux/padata.h
9232 F:      Documentation/padata.txt
9233
9234 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9235 M:      Harald Welte <laforge@gnumonks.org>
9236 L:      platform-driver-x86@vger.kernel.org
9237 S:      Maintained
9238 F:      drivers/platform/x86/panasonic-laptop.c
9239
9240 PANASONIC MN10300/AM33/AM34 PORT
9241 M:      David Howells <dhowells@redhat.com>
9242 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9243 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9244 S:      Maintained
9245 F:      Documentation/mn10300/
9246 F:      arch/mn10300/
9247
9248 PARALLEL LCD/KEYPAD PANEL DRIVER
9249 M:      Willy Tarreau <willy@haproxy.com>
9250 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9251 S:      Odd Fixes
9252 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9253 F:      drivers/misc/panel.c
9254
9255 PARALLEL PORT SUBSYSTEM
9256 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9257 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9258 L:      linux-parport@lists.infradead.org (subscribers-only)
9259 S:      Maintained
9260 F:      drivers/parport/
9261 F:      include/linux/parport*.h
9262 F:      drivers/char/ppdev.c
9263 F:      include/uapi/linux/ppdev.h
9264 F:      Documentation/parport*.txt
9265
9266 PARAVIRT_OPS INTERFACE
9267 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9268 M:      Chris Wright <chrisw@sous-sol.org>
9269 M:      Alok Kataria <akataria@vmware.com>
9270 M:      Rusty Russell <rusty@rustcorp.com.au>
9271 L:      virtualization@lists.linux-foundation.org
9272 S:      Supported
9273 F:      Documentation/virtual/paravirt_ops.txt
9274 F:      arch/*/kernel/paravirt*
9275 F:      arch/*/include/asm/paravirt.h
9276 F:      include/linux/hypervisor.h
9277
9278 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9279 M:      Tim Waugh <tim@cyberelk.net>
9280 L:      linux-parport@lists.infradead.org (subscribers-only)
9281 S:      Maintained
9282 F:      Documentation/blockdev/paride.txt
9283 F:      drivers/block/paride/
9284
9285 PARISC ARCHITECTURE
9286 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9287 M:      Helge Deller <deller@gmx.de>
9288 L:      linux-parisc@vger.kernel.org
9289 W:      http://www.parisc-linux.org/
9290 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9293 S:      Maintained
9294 F:      arch/parisc/
9295 F:      Documentation/parisc/
9296 F:      drivers/parisc/
9297 F:      drivers/char/agp/parisc-agp.c
9298 F:      drivers/input/serio/gscps2.c
9299 F:      drivers/parport/parport_gsc.*
9300 F:      drivers/tty/serial/8250/8250_gsc.c
9301 F:      drivers/video/fbdev/sti*
9302 F:      drivers/video/console/sti*
9303 F:      drivers/video/logo/logo_parisc*
9304
9305 PC87360 HARDWARE MONITORING DRIVER
9306 M:      Jim Cromie <jim.cromie@gmail.com>
9307 L:      linux-hwmon@vger.kernel.org
9308 S:      Maintained
9309 F:      Documentation/hwmon/pc87360
9310 F:      drivers/hwmon/pc87360.c
9311
9312 PC8736x GPIO DRIVER
9313 M:      Jim Cromie <jim.cromie@gmail.com>
9314 S:      Maintained
9315 F:      drivers/char/pc8736x_gpio.c
9316
9317 PC87427 HARDWARE MONITORING DRIVER
9318 M:      Jean Delvare <jdelvare@suse.com>
9319 L:      linux-hwmon@vger.kernel.org
9320 S:      Maintained
9321 F:      Documentation/hwmon/pc87427
9322 F:      drivers/hwmon/pc87427.c
9323
9324 PCA9532 LED DRIVER
9325 M:      Riku Voipio <riku.voipio@iki.fi>
9326 S:      Maintained
9327 F:      drivers/leds/leds-pca9532.c
9328 F:      include/linux/leds-pca9532.h
9329
9330 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9331 M:      Guenter Roeck <linux@roeck-us.net>
9332 L:      linux-i2c@vger.kernel.org
9333 S:      Maintained
9334 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9335
9336 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9337 M:      Khalid Aziz <khalid@gonehiking.org>
9338 S:      Maintained
9339 F:      drivers/firmware/pcdp.*
9340
9341 PCI ERROR RECOVERY
9342 M:      Linas Vepstas <linasvepstas@gmail.com>
9343 L:      linux-pci@vger.kernel.org
9344 S:      Supported
9345 F:      Documentation/PCI/pci-error-recovery.txt
9346
9347 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9348 M:      Russell Currey <ruscur@russell.cc>
9349 L:      linuxppc-dev@lists.ozlabs.org
9350 S:      Supported
9351 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9352 F:      arch/powerpc/kernel/eeh*.c
9353 F:      arch/powerpc/platforms/*/eeh*.c
9354 F:      arch/powerpc/include/*/eeh*.h
9355
9356 PCI SUBSYSTEM
9357 M:      Bjorn Helgaas <bhelgaas@google.com>
9358 L:      linux-pci@vger.kernel.org
9359 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9361 S:      Supported
9362 F:      Documentation/devicetree/bindings/pci/
9363 F:      Documentation/PCI/
9364 F:      drivers/pci/
9365 F:      include/linux/pci*
9366 F:      arch/x86/pci/
9367 F:      arch/x86/kernel/quirks.c
9368
9369 PCI DRIVER FOR ALTERA PCIE IP
9370 M:      Ley Foon Tan <lftan@altera.com>
9371 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9372 L:      linux-pci@vger.kernel.org
9373 S:      Supported
9374 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9375 F:      drivers/pci/host/pcie-altera.c
9376
9377 PCI DRIVER FOR ARM VERSATILE PLATFORM
9378 M:      Rob Herring <robh@kernel.org>
9379 L:      linux-pci@vger.kernel.org
9380 L:      linux-arm-kernel@lists.infradead.org
9381 S:      Maintained
9382 F:      Documentation/devicetree/bindings/pci/versatile.txt
9383 F:      drivers/pci/host/pci-versatile.c
9384
9385 PCI DRIVER FOR ARMADA 8K
9386 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9387 L:      linux-pci@vger.kernel.org
9388 L:      linux-arm-kernel@lists.infradead.org
9389 S:      Maintained
9390 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9391 F:      drivers/pci/host/pcie-armada8k.c
9392
9393 PCI DRIVER FOR APPLIEDMICRO XGENE
9394 M:      Tanmay Inamdar <tinamdar@apm.com>
9395 L:      linux-pci@vger.kernel.org
9396 L:      linux-arm-kernel@lists.infradead.org
9397 S:      Maintained
9398 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9399 F:      drivers/pci/host/pci-xgene.c
9400
9401 PCI DRIVER FOR FREESCALE LAYERSCAPE
9402 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9403 M:      Mingkai Hu <mingkai.hu@freescale.com>
9404 M:      Roy Zang <tie-fei.zang@freescale.com>
9405 L:      linuxppc-dev@lists.ozlabs.org
9406 L:      linux-pci@vger.kernel.org
9407 L:      linux-arm-kernel@lists.infradead.org
9408 S:      Maintained
9409 F:      drivers/pci/host/*layerscape*
9410
9411 PCI DRIVER FOR IMX6
9412 M:      Richard Zhu <hongxing.zhu@nxp.com>
9413 M:      Lucas Stach <l.stach@pengutronix.de>
9414 L:      linux-pci@vger.kernel.org
9415 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9416 S:      Maintained
9417 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9418 F:      drivers/pci/host/*imx6*
9419
9420 PCI DRIVER FOR TI KEYSTONE
9421 M:      Murali Karicheri <m-karicheri2@ti.com>
9422 L:      linux-pci@vger.kernel.org
9423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9424 S:      Maintained
9425 F:      drivers/pci/host/*keystone*
9426
9427 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9428 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9429 M:      Jason Cooper <jason@lakedaemon.net>
9430 L:      linux-pci@vger.kernel.org
9431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9432 S:      Maintained
9433 F:      drivers/pci/host/*mvebu*
9434
9435 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9436 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9437 L:      linux-pci@vger.kernel.org
9438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9439 S:      Maintained
9440 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9441 F:      drivers/pci/host/pci-aardvark.c
9442
9443 PCI DRIVER FOR NVIDIA TEGRA
9444 M:      Thierry Reding <thierry.reding@gmail.com>
9445 L:      linux-tegra@vger.kernel.org
9446 L:      linux-pci@vger.kernel.org
9447 S:      Supported
9448 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9449 F:      drivers/pci/host/pci-tegra.c
9450
9451 PCI DRIVER FOR TI DRA7XX
9452 M:      Kishon Vijay Abraham I <kishon@ti.com>
9453 L:      linux-omap@vger.kernel.org
9454 L:      linux-pci@vger.kernel.org
9455 S:      Supported
9456 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9457 F:      drivers/pci/host/pci-dra7xx.c
9458
9459 PCI DRIVER FOR RENESAS R-CAR
9460 M:      Simon Horman <horms@verge.net.au>
9461 L:      linux-pci@vger.kernel.org
9462 L:      linux-renesas-soc@vger.kernel.org
9463 S:      Maintained
9464 F:      drivers/pci/host/*rcar*
9465
9466 PCI DRIVER FOR SAMSUNG EXYNOS
9467 M:      Jingoo Han <jingoohan1@gmail.com>
9468 L:      linux-pci@vger.kernel.org
9469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9470 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9471 S:      Maintained
9472 F:      drivers/pci/host/pci-exynos.c
9473
9474 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9475 M:      Jingoo Han <jingoohan1@gmail.com>
9476 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9477 L:      linux-pci@vger.kernel.org
9478 S:      Maintained
9479 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9480 F:      drivers/pci/host/*designware*
9481
9482 PCI DRIVER FOR GENERIC OF HOSTS
9483 M:      Will Deacon <will.deacon@arm.com>
9484 L:      linux-pci@vger.kernel.org
9485 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9486 S:      Maintained
9487 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9488 F:      drivers/pci/host/pci-host-common.c
9489 F:      drivers/pci/host/pci-host-generic.c
9490
9491 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9492 M:      Keith Busch <keith.busch@intel.com>
9493 L:      linux-pci@vger.kernel.org
9494 S:      Supported
9495 F:      drivers/pci/host/vmd.c
9496
9497 PCIE DRIVER FOR ST SPEAR13XX
9498 M:      Pratyush Anand <pratyush.anand@gmail.com>
9499 L:      linux-pci@vger.kernel.org
9500 S:      Maintained
9501 F:      drivers/pci/host/*spear*
9502
9503 PCI MSI DRIVER FOR ALTERA MSI IP
9504 M:      Ley Foon Tan <lftan@altera.com>
9505 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9506 L:      linux-pci@vger.kernel.org
9507 S:      Supported
9508 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9509 F:      drivers/pci/host/pcie-altera-msi.c
9510
9511 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9512 M:      Duc Dang <dhdang@apm.com>
9513 L:      linux-pci@vger.kernel.org
9514 L:      linux-arm-kernel@lists.infradead.org
9515 S:      Maintained
9516 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9517 F:      drivers/pci/host/pci-xgene-msi.c
9518
9519 PCIE DRIVER FOR AXIS ARTPEC
9520 M:      Niklas Cassel <niklas.cassel@axis.com>
9521 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9522 L:      linux-arm-kernel@axis.com
9523 L:      linux-pci@vger.kernel.org
9524 S:      Maintained
9525 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9526 F:      drivers/pci/host/*artpec*
9527
9528 PCIE DRIVER FOR HISILICON
9529 M:      Zhou Wang <wangzhou1@hisilicon.com>
9530 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9531 L:      linux-pci@vger.kernel.org
9532 S:      Maintained
9533 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9534 F:      drivers/pci/host/pcie-hisi.c
9535
9536 PCIE DRIVER FOR ROCKCHIP
9537 M:      Shawn Lin <shawn.lin@rock-chips.com>
9538 M:      Wenrui Li <wenrui.li@rock-chips.com>
9539 L:      linux-pci@vger.kernel.org
9540 L:      linux-rockchip@lists.infradead.org
9541 S:      Maintained
9542 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9543 F:      drivers/pci/host/pcie-rockchip.c
9544
9545 PCIE DRIVER FOR QUALCOMM MSM
9546 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9547 L:     linux-pci@vger.kernel.org
9548 L:     linux-arm-msm@vger.kernel.org
9549 S:     Maintained
9550 F:     drivers/pci/host/*qcom*
9551
9552 PCIE DRIVER FOR CAVIUM THUNDERX
9553 M:      David Daney <david.daney@cavium.com>
9554 L:      linux-pci@vger.kernel.org
9555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9556 S:      Supported
9557 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9558 F:      drivers/pci/host/pci-thunder-*
9559
9560 PCMCIA SUBSYSTEM
9561 P:      Linux PCMCIA Team
9562 L:      linux-pcmcia@lists.infradead.org
9563 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9565 S:      Maintained
9566 F:      Documentation/pcmcia/
9567 F:      tools/pcmcia/
9568 F:      drivers/pcmcia/
9569 F:      include/pcmcia/
9570
9571 PCNET32 NETWORK DRIVER
9572 M:      Don Fry <pcnet32@frontier.com>
9573 L:      netdev@vger.kernel.org
9574 S:      Maintained
9575 F:      drivers/net/ethernet/amd/pcnet32.c
9576
9577 PCRYPT PARALLEL CRYPTO ENGINE
9578 M:      Steffen Klassert <steffen.klassert@secunet.com>
9579 L:      linux-crypto@vger.kernel.org
9580 S:      Maintained
9581 F:      crypto/pcrypt.c
9582 F:      include/crypto/pcrypt.h
9583
9584 PER-CPU MEMORY ALLOCATOR
9585 M:      Tejun Heo <tj@kernel.org>
9586 M:      Christoph Lameter <cl@linux.com>
9587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9588 S:      Maintained
9589 F:      include/linux/percpu*.h
9590 F:      mm/percpu*.c
9591 F:      arch/*/include/asm/percpu.h
9592
9593 PER-TASK DELAY ACCOUNTING
9594 M:      Balbir Singh <bsingharora@gmail.com>
9595 S:      Maintained
9596 F:      include/linux/delayacct.h
9597 F:      kernel/delayacct.c
9598
9599 PERFORMANCE EVENTS SUBSYSTEM
9600 M:      Peter Zijlstra <peterz@infradead.org>
9601 M:      Ingo Molnar <mingo@redhat.com>
9602 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9603 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9604 L:      linux-kernel@vger.kernel.org
9605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9606 S:      Supported
9607 F:      kernel/events/*
9608 F:      include/linux/perf_event.h
9609 F:      include/uapi/linux/perf_event.h
9610 F:      arch/*/kernel/perf_event*.c
9611 F:      arch/*/kernel/*/perf_event*.c
9612 F:      arch/*/kernel/*/*/perf_event*.c
9613 F:      arch/*/include/asm/perf_event.h
9614 F:      arch/*/kernel/perf_callchain.c
9615 F:      arch/*/events/*
9616 F:      tools/perf/
9617
9618 PERSONALITY HANDLING
9619 M:      Christoph Hellwig <hch@infradead.org>
9620 L:      linux-abi-devel@lists.sourceforge.net
9621 S:      Maintained
9622 F:      include/linux/personality.h
9623 F:      include/uapi/linux/personality.h
9624
9625 PHONET PROTOCOL
9626 M:      Remi Denis-Courmont <courmisch@gmail.com>
9627 S:      Supported
9628 F:      Documentation/networking/phonet.txt
9629 F:      include/linux/phonet.h
9630 F:      include/net/phonet/
9631 F:      include/uapi/linux/phonet.h
9632 F:      net/phonet/
9633
9634 PHRAM MTD DRIVER
9635 M:      Joern Engel <joern@lazybastard.org>
9636 L:      linux-mtd@lists.infradead.org
9637 S:      Maintained
9638 F:      drivers/mtd/devices/phram.c
9639
9640 PICOLCD HID DRIVER
9641 M:      Bruno Prémont <bonbons@linux-vserver.org>
9642 L:      linux-input@vger.kernel.org
9643 S:      Maintained
9644 F:      drivers/hid/hid-picolcd*
9645
9646 PICOXCELL SUPPORT
9647 M:      Jamie Iles <jamie@jamieiles.com>
9648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9649 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9650 S:      Supported
9651 F:      arch/arm/boot/dts/picoxcell*
9652 F:      arch/arm/mach-picoxcell/
9653 F:      drivers/crypto/picoxcell*
9654
9655 PIN CONTROL SUBSYSTEM
9656 M:      Linus Walleij <linus.walleij@linaro.org>
9657 L:      linux-gpio@vger.kernel.org
9658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9659 S:      Maintained
9660 F:      Documentation/devicetree/bindings/pinctrl/
9661 F:      Documentation/pinctrl.txt
9662 F:      drivers/pinctrl/
9663 F:      include/linux/pinctrl/
9664
9665 PIN CONTROLLER - ATMEL AT91
9666 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9667 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9668 S:      Maintained
9669 F:      drivers/pinctrl/pinctrl-at91.*
9670
9671 PIN CONTROLLER - ATMEL AT91 PIO4
9672 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9673 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9674 L:      linux-gpio@vger.kernel.org
9675 S:      Supported
9676 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9677
9678 PIN CONTROLLER - INTEL
9679 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9680 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9681 S:      Maintained
9682 F:      drivers/pinctrl/intel/
9683
9684 PIN CONTROLLER - RENESAS
9685 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9686 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9687 L:      linux-renesas-soc@vger.kernel.org
9688 S:      Maintained
9689 F:      drivers/pinctrl/sh-pfc/
9690
9691 PIN CONTROLLER - SAMSUNG
9692 M:      Tomasz Figa <tomasz.figa@gmail.com>
9693 M:      Krzysztof Kozlowski <krzk@kernel.org>
9694 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9695 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9696 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9697 S:      Maintained
9698 F:      drivers/pinctrl/samsung/
9699 F:      include/dt-bindings/pinctrl/samsung.h
9700 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9701
9702 PIN CONTROLLER - SINGLE
9703 M:      Tony Lindgren <tony@atomide.com>
9704 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9706 L:      linux-omap@vger.kernel.org
9707 S:      Maintained
9708 F:      drivers/pinctrl/pinctrl-single.c
9709
9710 PIN CONTROLLER - ST SPEAR
9711 M:      Viresh Kumar <vireshk@kernel.org>
9712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9713 W:      http://www.st.com/spear
9714 S:      Maintained
9715 F:      drivers/pinctrl/spear/
9716
9717 PISTACHIO SOC SUPPORT
9718 M:      James Hartley <james.hartley@imgtec.com>
9719 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9720 L:      linux-mips@linux-mips.org
9721 S:      Maintained
9722 F:      arch/mips/pistachio/
9723 F:      arch/mips/include/asm/mach-pistachio/
9724 F:      arch/mips/boot/dts/pistachio/
9725 F:      arch/mips/configs/pistachio*_defconfig
9726
9727 PKTCDVD DRIVER
9728 S:      Orphan
9729 M:      linux-block@vger.kernel.org
9730 F:      drivers/block/pktcdvd.c
9731 F:      include/linux/pktcdvd.h
9732 F:      include/uapi/linux/pktcdvd.h
9733
9734 PKUNITY SOC DRIVERS
9735 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9736 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9737 S:      Maintained
9738 T:      git git://github.com/gxt/linux.git
9739 F:      drivers/input/serio/i8042-unicore32io.h
9740 F:      drivers/i2c/busses/i2c-puv3.c
9741 F:      drivers/video/fbdev/fb-puv3.c
9742 F:      drivers/rtc/rtc-puv3.c
9743
9744 PMBUS HARDWARE MONITORING DRIVERS
9745 M:      Guenter Roeck <linux@roeck-us.net>
9746 L:      linux-hwmon@vger.kernel.org
9747 W:      http://hwmon.wiki.kernel.org/
9748 W:      http://www.roeck-us.net/linux/drivers/
9749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9750 S:      Maintained
9751 F:      Documentation/hwmon/pmbus
9752 F:      drivers/hwmon/pmbus/
9753 F:      include/linux/i2c/pmbus.h
9754
9755 PMC SIERRA MaxRAID DRIVER
9756 L:      linux-scsi@vger.kernel.org
9757 W:      http://www.pmc-sierra.com/
9758 S:      Orphan
9759 F:      drivers/scsi/pmcraid.*
9760
9761 PMC SIERRA PM8001 DRIVER
9762 M:      Jack Wang <jinpu.wang@profitbricks.com>
9763 M:      lindar_liu@usish.com
9764 L:      pmchba@pmcs.com
9765 L:      linux-scsi@vger.kernel.org
9766 S:      Supported
9767 F:      drivers/scsi/pm8001/
9768
9769 POSIX CLOCKS and TIMERS
9770 M:      Thomas Gleixner <tglx@linutronix.de>
9771 L:      linux-kernel@vger.kernel.org
9772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9773 S:      Maintained
9774 F:      fs/timerfd.c
9775 F:      include/linux/timer*
9776 F:      kernel/time/*timer*
9777
9778 POWER MANAGEMENT CORE
9779 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9780 L:      linux-pm@vger.kernel.org
9781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9782 B:      https://bugzilla.kernel.org
9783 S:      Supported
9784 F:      drivers/base/power/
9785 F:      include/linux/pm.h
9786 F:      include/linux/pm_*
9787 F:      include/linux/powercap.h
9788 F:      drivers/powercap/
9789
9790 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9791 M:      Sebastian Reichel <sre@kernel.org>
9792 L:      linux-pm@vger.kernel.org
9793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9794 S:      Maintained
9795 F:      Documentation/devicetree/bindings/power/supply/
9796 F:      include/linux/power_supply.h
9797 F:      drivers/power/supply/
9798
9799 POWER STATE COORDINATION INTERFACE (PSCI)
9800 M:      Mark Rutland <mark.rutland@arm.com>
9801 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9802 L:      linux-arm-kernel@lists.infradead.org
9803 S:      Maintained
9804 F:      drivers/firmware/psci.c
9805 F:      include/linux/psci.h
9806 F:      include/uapi/linux/psci.h
9807
9808 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9809 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9810 L:      linuxppc-dev@lists.ozlabs.org
9811 S:      Maintained
9812 F:      drivers/char/powernv-op-panel.c
9813
9814 PNP SUPPORT
9815 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9816 S:      Maintained
9817 F:      drivers/pnp/
9818
9819 PPP PROTOCOL DRIVERS AND COMPRESSORS
9820 M:      Paul Mackerras <paulus@samba.org>
9821 L:      linux-ppp@vger.kernel.org
9822 S:      Maintained
9823 F:      drivers/net/ppp/ppp_*
9824
9825 PPP OVER ATM (RFC 2364)
9826 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9827 S:      Maintained
9828 F:      net/atm/pppoatm.c
9829 F:      include/uapi/linux/atmppp.h
9830
9831 PPP OVER ETHERNET
9832 M:      Michal Ostrowski <mostrows@earthlink.net>
9833 S:      Maintained
9834 F:      drivers/net/ppp/pppoe.c
9835 F:      drivers/net/ppp/pppox.c
9836
9837 PPP OVER L2TP
9838 M:      James Chapman <jchapman@katalix.com>
9839 S:      Maintained
9840 F:      net/l2tp/l2tp_ppp.c
9841 F:      include/linux/if_pppol2tp.h
9842 F:      include/uapi/linux/if_pppol2tp.h
9843
9844 PPS SUPPORT
9845 M:      Rodolfo Giometti <giometti@enneenne.com>
9846 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9847 L:      linuxpps@ml.enneenne.com (subscribers-only)
9848 S:      Maintained
9849 F:      Documentation/pps/
9850 F:      drivers/pps/
9851 F:      include/linux/pps*.h
9852
9853 PPTP DRIVER
9854 M:      Dmitry Kozlov <xeb@mail.ru>
9855 L:      netdev@vger.kernel.org
9856 S:      Maintained
9857 F:      drivers/net/ppp/pptp.c
9858 W:      http://sourceforge.net/projects/accel-pptp
9859
9860 PREEMPTIBLE KERNEL
9861 M:      Robert Love <rml@tech9.net>
9862 L:      kpreempt-tech@lists.sourceforge.net
9863 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9864 S:      Supported
9865 F:      Documentation/preempt-locking.txt
9866 F:      include/linux/preempt.h
9867
9868 PRISM54 WIRELESS DRIVER
9869 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9870 L:      linux-wireless@vger.kernel.org
9871 W:      http://wireless.kernel.org/en/users/Drivers/p54
9872 S:      Obsolete
9873 F:      drivers/net/wireless/intersil/prism54/
9874
9875 PS3 NETWORK SUPPORT
9876 M:      Geoff Levand <geoff@infradead.org>
9877 L:      netdev@vger.kernel.org
9878 L:      linuxppc-dev@lists.ozlabs.org
9879 S:      Maintained
9880 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9881
9882 PS3 PLATFORM SUPPORT
9883 M:      Geoff Levand <geoff@infradead.org>
9884 L:      linuxppc-dev@lists.ozlabs.org
9885 S:      Maintained
9886 F:      arch/powerpc/boot/ps3*
9887 F:      arch/powerpc/include/asm/lv1call.h
9888 F:      arch/powerpc/include/asm/ps3*.h
9889 F:      arch/powerpc/platforms/ps3/
9890 F:      drivers/*/ps3*
9891 F:      drivers/ps3/
9892 F:      drivers/rtc/rtc-ps3.c
9893 F:      drivers/usb/host/*ps3.c
9894 F:      sound/ppc/snd_ps3*
9895
9896 PS3VRAM DRIVER
9897 M:      Jim Paris <jim@jtan.com>
9898 M:      Geoff Levand <geoff@infradead.org>
9899 L:      linuxppc-dev@lists.ozlabs.org
9900 S:      Maintained
9901 F:      drivers/block/ps3vram.c
9902
9903 PSTORE FILESYSTEM
9904 M:      Anton Vorontsov <anton@enomsg.org>
9905 M:      Colin Cross <ccross@android.com>
9906 M:      Kees Cook <keescook@chromium.org>
9907 M:      Tony Luck <tony.luck@intel.com>
9908 S:      Maintained
9909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9910 F:      fs/pstore/
9911 F:      include/linux/pstore*
9912 F:      drivers/firmware/efi/efi-pstore.c
9913 F:      drivers/acpi/apei/erst.c
9914
9915 PTP HARDWARE CLOCK SUPPORT
9916 M:      Richard Cochran <richardcochran@gmail.com>
9917 L:      netdev@vger.kernel.org
9918 S:      Maintained
9919 W:      http://linuxptp.sourceforge.net/
9920 F:      Documentation/ABI/testing/sysfs-ptp
9921 F:      Documentation/ptp/*
9922 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9923 F:      drivers/net/phy/dp83640*
9924 F:      drivers/ptp/*
9925 F:      include/linux/ptp_cl*
9926
9927 PTRACE SUPPORT
9928 M:      Roland McGrath <roland@hack.frob.com>
9929 M:      Oleg Nesterov <oleg@redhat.com>
9930 S:      Maintained
9931 F:      include/asm-generic/syscall.h
9932 F:      include/linux/ptrace.h
9933 F:      include/linux/regset.h
9934 F:      include/linux/tracehook.h
9935 F:      include/uapi/linux/ptrace.h
9936 F:      kernel/ptrace.c
9937
9938 PULSE8-CEC DRIVER
9939 M:      Hans Verkuil <hverkuil@xs4all.nl>
9940 L:      linux-media@vger.kernel.org
9941 T:      git git://linuxtv.org/media_tree.git
9942 S:      Maintained
9943 F:      drivers/staging/media/pulse8-cec
9944
9945 PVRUSB2 VIDEO4LINUX DRIVER
9946 M:      Mike Isely <isely@pobox.com>
9947 L:      pvrusb2@isely.net       (subscribers-only)
9948 L:      linux-media@vger.kernel.org
9949 W:      http://www.isely.net/pvrusb2/
9950 T:      git git://linuxtv.org/media_tree.git
9951 S:      Maintained
9952 F:      Documentation/media/v4l-drivers/pvrusb2*
9953 F:      drivers/media/usb/pvrusb2/
9954
9955 PWC WEBCAM DRIVER
9956 M:      Hans Verkuil <hverkuil@xs4all.nl>
9957 L:      linux-media@vger.kernel.org
9958 T:      git git://linuxtv.org/media_tree.git
9959 S:      Odd Fixes
9960 F:      drivers/media/usb/pwc/*
9961
9962 PWM FAN DRIVER
9963 M:      Kamil Debski <kamil@wypas.org>
9964 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9965 L:      linux-hwmon@vger.kernel.org
9966 S:      Supported
9967 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9968 F:      Documentation/hwmon/pwm-fan
9969 F:      drivers/hwmon/pwm-fan.c
9970
9971 PWM SUBSYSTEM
9972 M:      Thierry Reding <thierry.reding@gmail.com>
9973 L:      linux-pwm@vger.kernel.org
9974 S:      Maintained
9975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9976 F:      Documentation/pwm.txt
9977 F:      Documentation/devicetree/bindings/pwm/
9978 F:      include/linux/pwm.h
9979 F:      drivers/pwm/
9980 F:      drivers/video/backlight/pwm_bl.c
9981 F:      include/linux/pwm_backlight.h
9982
9983 PXA2xx/PXA3xx SUPPORT
9984 M:      Daniel Mack <daniel@zonque.org>
9985 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9986 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9988 T:      git git://github.com/hzhuang1/linux.git
9989 T:      git git://github.com/rjarzmik/linux.git
9990 S:      Maintained
9991 F:      arch/arm/boot/dts/pxa*
9992 F:      arch/arm/mach-pxa/
9993 F:      drivers/dma/pxa*
9994 F:      drivers/pcmcia/pxa2xx*
9995 F:      drivers/pinctrl/pxa/
9996 F:      drivers/spi/spi-pxa2xx*
9997 F:      drivers/usb/gadget/udc/pxa2*
9998 F:      include/sound/pxa2xx-lib.h
9999 F:      sound/arm/pxa*
10000 F:      sound/soc/pxa/
10001
10002 PXA GPIO DRIVER
10003 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10004 L:      linux-gpio@vger.kernel.org
10005 S:      Maintained
10006 F:      drivers/gpio/gpio-pxa.c
10007
10008 PXA3xx NAND FLASH DRIVER
10009 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10010 L:      linux-mtd@lists.infradead.org
10011 S:      Maintained
10012 F:      drivers/mtd/nand/pxa3xx_nand.c
10013
10014 MMP SUPPORT
10015 M:      Eric Miao <eric.y.miao@gmail.com>
10016 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10018 T:      git git://github.com/hzhuang1/linux.git
10019 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10020 S:      Maintained
10021 F:      arch/arm/boot/dts/mmp*
10022 F:      arch/arm/mach-mmp/
10023
10024 PXA MMCI DRIVER
10025 S:      Orphan
10026
10027 PXA RTC DRIVER
10028 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10029 L:      rtc-linux@googlegroups.com
10030 S:      Maintained
10031
10032 QAT DRIVER
10033 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10034 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10035 L:      qat-linux@intel.com
10036 S:      Supported
10037 F:      drivers/crypto/qat/
10038
10039 QIB DRIVER
10040 M:      Mike Marciniszyn <infinipath@intel.com>
10041 L:      linux-rdma@vger.kernel.org
10042 S:      Supported
10043 F:      drivers/infiniband/hw/qib/
10044
10045 QLOGIC QLA1280 SCSI DRIVER
10046 M:      Michael Reed <mdr@sgi.com>
10047 L:      linux-scsi@vger.kernel.org
10048 S:      Maintained
10049 F:      drivers/scsi/qla1280.[ch]
10050
10051 QLOGIC QLA2XXX FC-SCSI DRIVER
10052 M:      qla2xxx-upstream@qlogic.com
10053 L:      linux-scsi@vger.kernel.org
10054 S:      Supported
10055 F:      Documentation/scsi/LICENSE.qla2xxx
10056 F:      drivers/scsi/qla2xxx/
10057
10058 QLOGIC QLA4XXX iSCSI DRIVER
10059 M:      QLogic-Storage-Upstream@qlogic.com
10060 L:      linux-scsi@vger.kernel.org
10061 S:      Supported
10062 F:      Documentation/scsi/LICENSE.qla4xxx
10063 F:      drivers/scsi/qla4xxx/
10064
10065 QLOGIC QLA3XXX NETWORK DRIVER
10066 M:      Dept-GELinuxNICDev@cavium.com
10067 L:      netdev@vger.kernel.org
10068 S:      Supported
10069 F:      Documentation/networking/LICENSE.qla3xxx
10070 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10071
10072 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10073 M:      Harish Patil <harish.patil@cavium.com>
10074 M:      Manish Chopra <manish.chopra@cavium.com>
10075 M:      Dept-GELinuxNICDev@cavium.com
10076 L:      netdev@vger.kernel.org
10077 S:      Supported
10078 F:      drivers/net/ethernet/qlogic/qlcnic/
10079
10080 QLOGIC QLGE 10Gb ETHERNET DRIVER
10081 M:      Harish Patil <harish.patil@cavium.com>
10082 M:      Manish Chopra <manish.chopra@cavium.com>
10083 M:      Dept-GELinuxNICDev@cavium.com
10084 L:      netdev@vger.kernel.org
10085 S:      Supported
10086 F:      drivers/net/ethernet/qlogic/qlge/
10087
10088 QLOGIC QL4xxx ETHERNET DRIVER
10089 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10090 M:      Ariel Elior <Ariel.Elior@cavium.com>
10091 M:      everest-linux-l2@cavium.com
10092 L:      netdev@vger.kernel.org
10093 S:      Supported
10094 F:      drivers/net/ethernet/qlogic/qed/
10095 F:      include/linux/qed/
10096 F:      drivers/net/ethernet/qlogic/qede/
10097
10098 QNX4 FILESYSTEM
10099 M:      Anders Larsen <al@alarsen.net>
10100 W:      http://www.alarsen.net/linux/qnx4fs/
10101 S:      Maintained
10102 F:      fs/qnx4/
10103 F:      include/uapi/linux/qnx4_fs.h
10104 F:      include/uapi/linux/qnxtypes.h
10105
10106 QORIQ DPAA2 FSL-MC BUS DRIVER
10107 M:      Stuart Yoder <stuart.yoder@nxp.com>
10108 L:      linux-kernel@vger.kernel.org
10109 S:      Maintained
10110 F:      drivers/staging/fsl-mc/
10111
10112 QT1010 MEDIA DRIVER
10113 M:      Antti Palosaari <crope@iki.fi>
10114 L:      linux-media@vger.kernel.org
10115 W:      https://linuxtv.org
10116 W:      http://palosaari.fi/linux/
10117 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10118 T:      git git://linuxtv.org/anttip/media_tree.git
10119 S:      Maintained
10120 F:      drivers/media/tuners/qt1010*
10121
10122 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10123 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10124 L:      linux-wireless@vger.kernel.org
10125 L:      ath9k-devel@lists.ath9k.org
10126 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10127 S:      Supported
10128 F:      drivers/net/wireless/ath/ath9k/
10129
10130 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10131 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10132 L:      ath10k@lists.infradead.org
10133 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10135 S:      Supported
10136 F:      drivers/net/wireless/ath/ath10k/
10137
10138 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10139 M:      Timur Tabi <timur@codeaurora.org>
10140 L:      netdev@vger.kernel.org
10141 S:      Supported
10142 F:      drivers/net/ethernet/qualcomm/emac/
10143
10144 QUALCOMM HEXAGON ARCHITECTURE
10145 M:      Richard Kuo <rkuo@codeaurora.org>
10146 L:      linux-hexagon@vger.kernel.org
10147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10148 S:      Supported
10149 F:      arch/hexagon/
10150
10151 QUALCOMM WCN36XX WIRELESS DRIVER
10152 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10153 L:      wcn36xx@lists.infradead.org
10154 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10155 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10156 S:      Supported
10157 F:      drivers/net/wireless/ath/wcn36xx/
10158
10159 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10160 M:      Gabriel Somlo <somlo@cmu.edu>
10161 M:      "Michael S. Tsirkin" <mst@redhat.com>
10162 L:      qemu-devel@nongnu.org
10163 S:      Maintained
10164 F:      drivers/firmware/qemu_fw_cfg.c
10165
10166 RADOS BLOCK DEVICE (RBD)
10167 M:      Ilya Dryomov <idryomov@gmail.com>
10168 M:      Sage Weil <sage@redhat.com>
10169 M:      Alex Elder <elder@kernel.org>
10170 L:      ceph-devel@vger.kernel.org
10171 W:      http://ceph.com/
10172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10173 T:      git git://github.com/ceph/ceph-client.git
10174 S:      Supported
10175 F:      Documentation/ABI/testing/sysfs-bus-rbd
10176 F:      drivers/block/rbd.c
10177 F:      drivers/block/rbd_types.h
10178
10179 RADEON FRAMEBUFFER DISPLAY DRIVER
10180 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10181 L:      linux-fbdev@vger.kernel.org
10182 S:      Maintained
10183 F:      drivers/video/fbdev/aty/radeon*
10184 F:      include/uapi/linux/radeonfb.h
10185
10186 RADIOSHARK RADIO DRIVER
10187 M:      Hans Verkuil <hverkuil@xs4all.nl>
10188 L:      linux-media@vger.kernel.org
10189 T:      git git://linuxtv.org/media_tree.git
10190 S:      Maintained
10191 F:      drivers/media/radio/radio-shark.c
10192
10193 RADIOSHARK2 RADIO DRIVER
10194 M:      Hans Verkuil <hverkuil@xs4all.nl>
10195 L:      linux-media@vger.kernel.org
10196 T:      git git://linuxtv.org/media_tree.git
10197 S:      Maintained
10198 F:      drivers/media/radio/radio-shark2.c
10199 F:      drivers/media/radio/radio-tea5777.c
10200
10201 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10202 M:      Paul Mackerras <paulus@samba.org>
10203 L:      linux-fbdev@vger.kernel.org
10204 S:      Maintained
10205 F:      drivers/video/fbdev/aty/aty128fb.c
10206
10207 RALINK MIPS ARCHITECTURE
10208 M:      John Crispin <john@phrozen.org>
10209 L:      linux-mips@linux-mips.org
10210 S:      Maintained
10211 F:      arch/mips/ralink
10212
10213 RALINK RT2X00 WIRELESS LAN DRIVER
10214 P:      rt2x00 project
10215 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10216 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10217 L:      linux-wireless@vger.kernel.org
10218 S:      Maintained
10219 F:      drivers/net/wireless/ralink/rt2x00/
10220
10221 RAMDISK RAM BLOCK DEVICE DRIVER
10222 M:      Jens Axboe <axboe@kernel.dk>
10223 S:      Maintained
10224 F:      Documentation/blockdev/ramdisk.txt
10225 F:      drivers/block/brd.c
10226
10227 RANDOM NUMBER DRIVER
10228 M:      "Theodore Ts'o" <tytso@mit.edu>
10229 S:      Maintained
10230 F:      drivers/char/random.c
10231
10232 RAPIDIO SUBSYSTEM
10233 M:      Matt Porter <mporter@kernel.crashing.org>
10234 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10235 S:      Maintained
10236 F:      drivers/rapidio/
10237
10238 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10239 L:      linux-wireless@vger.kernel.org
10240 S:      Orphan
10241 F:      drivers/net/wireless/ray*
10242
10243 RCUTORTURE MODULE
10244 M:      Josh Triplett <josh@joshtriplett.org>
10245 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10246 L:      linux-kernel@vger.kernel.org
10247 S:      Supported
10248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10249 F:      Documentation/RCU/torture.txt
10250 F:      kernel/rcu/rcutorture.c
10251
10252 RCUTORTURE TEST FRAMEWORK
10253 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10254 M:      Josh Triplett <josh@joshtriplett.org>
10255 R:      Steven Rostedt <rostedt@goodmis.org>
10256 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10257 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10258 L:      linux-kernel@vger.kernel.org
10259 S:      Supported
10260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10261 F:      tools/testing/selftests/rcutorture
10262
10263 RDC R-321X SoC
10264 M:      Florian Fainelli <florian@openwrt.org>
10265 S:      Maintained
10266
10267 RDC R6040 FAST ETHERNET DRIVER
10268 M:      Florian Fainelli <f.fainelli@gmail.com>
10269 L:      netdev@vger.kernel.org
10270 S:      Maintained
10271 F:      drivers/net/ethernet/rdc/r6040.c
10272
10273 RDS - RELIABLE DATAGRAM SOCKETS
10274 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10275 L:      netdev@vger.kernel.org
10276 L:      linux-rdma@vger.kernel.org
10277 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10278 W:      https://oss.oracle.com/projects/rds/
10279 S:      Supported
10280 F:      net/rds/
10281 F:      Documentation/networking/rds.txt
10282
10283 RDMAVT - RDMA verbs software
10284 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10285 L:      linux-rdma@vger.kernel.org
10286 S:      Supported
10287 F:      drivers/infiniband/sw/rdmavt
10288
10289 READ-COPY UPDATE (RCU)
10290 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10291 M:      Josh Triplett <josh@joshtriplett.org>
10292 R:      Steven Rostedt <rostedt@goodmis.org>
10293 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10294 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10295 L:      linux-kernel@vger.kernel.org
10296 W:      http://www.rdrop.com/users/paulmck/RCU/
10297 S:      Supported
10298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10299 F:      Documentation/RCU/
10300 X:      Documentation/RCU/torture.txt
10301 F:      include/linux/rcu*
10302 X:      include/linux/srcu.h
10303 F:      kernel/rcu/
10304 X:      kernel/torture.c
10305
10306 REAL TIME CLOCK (RTC) SUBSYSTEM
10307 M:      Alessandro Zummo <a.zummo@towertech.it>
10308 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10309 L:      rtc-linux@googlegroups.com
10310 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10312 S:      Maintained
10313 F:      Documentation/devicetree/bindings/rtc/
10314 F:      Documentation/rtc.txt
10315 F:      drivers/rtc/
10316 F:      include/linux/rtc.h
10317 F:      include/uapi/linux/rtc.h
10318 F:      include/linux/rtc/
10319 F:      include/linux/platform_data/rtc-*
10320 F:      tools/testing/selftests/timers/rtctest.c
10321
10322 REALTEK AUDIO CODECS
10323 M:      Bard Liao <bardliao@realtek.com>
10324 M:      Oder Chiou <oder_chiou@realtek.com>
10325 S:      Maintained
10326 F:      sound/soc/codecs/rt*
10327 F:      include/sound/rt*.h
10328
10329 REISERFS FILE SYSTEM
10330 L:      reiserfs-devel@vger.kernel.org
10331 S:      Supported
10332 F:      fs/reiserfs/
10333
10334 REGISTER MAP ABSTRACTION
10335 M:      Mark Brown <broonie@kernel.org>
10336 L:      linux-kernel@vger.kernel.org
10337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10338 S:      Supported
10339 F:      Documentation/devicetree/bindings/regmap/
10340 F:      drivers/base/regmap/
10341 F:      include/linux/regmap.h
10342
10343 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10344 M:      Ohad Ben-Cohen <ohad@wizery.com>
10345 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10346 L:      linux-remoteproc@vger.kernel.org
10347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10348 S:      Maintained
10349 F:      Documentation/devicetree/bindings/remoteproc/
10350 F:      Documentation/remoteproc.txt
10351 F:      drivers/remoteproc/
10352 F:      include/linux/remoteproc.h
10353
10354 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10355 M:      Ohad Ben-Cohen <ohad@wizery.com>
10356 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10357 L:      linux-remoteproc@vger.kernel.org
10358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10359 S:      Maintained
10360 F:      drivers/rpmsg/
10361 F:      Documentation/rpmsg.txt
10362 F:      include/linux/rpmsg.h
10363
10364 RENESAS CLOCK DRIVERS
10365 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10366 L:      linux-renesas-soc@vger.kernel.org
10367 S:      Supported
10368 F:      drivers/clk/renesas/
10369
10370 RENESAS ETHERNET DRIVERS
10371 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10372 L:      netdev@vger.kernel.org
10373 L:      linux-renesas-soc@vger.kernel.org
10374 F:      drivers/net/ethernet/renesas/
10375 F:      include/linux/sh_eth.h
10376
10377 RENESAS USB2 PHY DRIVER
10378 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10379 L:      linux-renesas-soc@vger.kernel.org
10380 S:      Maintained
10381 F:      drivers/phy/phy-rcar-gen3-usb2.c
10382
10383 RESET CONTROLLER FRAMEWORK
10384 M:      Philipp Zabel <p.zabel@pengutronix.de>
10385 T:      git git://git.pengutronix.de/git/pza/linux
10386 S:      Maintained
10387 F:      drivers/reset/
10388 F:      Documentation/devicetree/bindings/reset/
10389 F:      include/dt-bindings/reset/
10390 F:      include/linux/reset.h
10391 F:      include/linux/reset-controller.h
10392
10393 RFKILL
10394 M:      Johannes Berg <johannes@sipsolutions.net>
10395 L:      linux-wireless@vger.kernel.org
10396 W:      http://wireless.kernel.org/
10397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10399 S:      Maintained
10400 F:      Documentation/rfkill.txt
10401 F:      net/rfkill/
10402
10403 RHASHTABLE
10404 M:      Thomas Graf <tgraf@suug.ch>
10405 M:      Herbert Xu <herbert@gondor.apana.org.au>
10406 L:      netdev@vger.kernel.org
10407 S:      Maintained
10408 F:      lib/rhashtable.c
10409 F:      include/linux/rhashtable.h
10410
10411 RICOH SMARTMEDIA/XD DRIVER
10412 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10413 S:      Maintained
10414 F:      drivers/mtd/nand/r852.c
10415 F:      drivers/mtd/nand/r852.h
10416
10417 RICOH R5C592 MEMORYSTICK DRIVER
10418 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10419 S:      Maintained
10420 F:      drivers/memstick/host/r592.*
10421
10422 ROCCAT DRIVERS
10423 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10424 W:      http://sourceforge.net/projects/roccat/
10425 S:      Maintained
10426 F:      drivers/hid/hid-roccat*
10427 F:      include/linux/hid-roccat*
10428 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10429
10430 ROCKER DRIVER
10431 M:      Jiri Pirko <jiri@resnulli.us>
10432 L:      netdev@vger.kernel.org
10433 S:      Supported
10434 F:      drivers/net/ethernet/rocker/
10435
10436 ROCKETPORT DRIVER
10437 P:      Comtrol Corp.
10438 W:      http://www.comtrol.com
10439 S:      Maintained
10440 F:      Documentation/serial/rocket.txt
10441 F:      drivers/tty/rocket*
10442
10443 ROCKETPORT EXPRESS/INFINITY DRIVER
10444 M:      Kevin Cernekee <cernekee@gmail.com>
10445 L:      linux-serial@vger.kernel.org
10446 S:      Odd Fixes
10447 F:      drivers/tty/serial/rp2.*
10448
10449 ROSE NETWORK LAYER
10450 M:      Ralf Baechle <ralf@linux-mips.org>
10451 L:      linux-hams@vger.kernel.org
10452 W:      http://www.linux-ax25.org/
10453 S:      Maintained
10454 F:      include/net/rose.h
10455 F:      include/uapi/linux/rose.h
10456 F:      net/rose/
10457
10458 RTL2830 MEDIA DRIVER
10459 M:      Antti Palosaari <crope@iki.fi>
10460 L:      linux-media@vger.kernel.org
10461 W:      https://linuxtv.org
10462 W:      http://palosaari.fi/linux/
10463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10464 T:      git git://linuxtv.org/anttip/media_tree.git
10465 S:      Maintained
10466 F:      drivers/media/dvb-frontends/rtl2830*
10467
10468 RTL2832 MEDIA DRIVER
10469 M:      Antti Palosaari <crope@iki.fi>
10470 L:      linux-media@vger.kernel.org
10471 W:      https://linuxtv.org
10472 W:      http://palosaari.fi/linux/
10473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10474 T:      git git://linuxtv.org/anttip/media_tree.git
10475 S:      Maintained
10476 F:      drivers/media/dvb-frontends/rtl2832*
10477
10478 RTL2832_SDR MEDIA DRIVER
10479 M:      Antti Palosaari <crope@iki.fi>
10480 L:      linux-media@vger.kernel.org
10481 W:      https://linuxtv.org
10482 W:      http://palosaari.fi/linux/
10483 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10484 T:      git git://linuxtv.org/anttip/media_tree.git
10485 S:      Maintained
10486 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10487
10488 RTL8180 WIRELESS DRIVER
10489 L:      linux-wireless@vger.kernel.org
10490 W:      http://wireless.kernel.org/
10491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10492 S:      Orphan
10493 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10494
10495 RTL8187 WIRELESS DRIVER
10496 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10497 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10498 M:      Larry Finger <Larry.Finger@lwfinger.net>
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/rtl818x/rtl8187/
10504
10505 RTL8192CE WIRELESS DRIVER
10506 M:      Larry Finger <Larry.Finger@lwfinger.net>
10507 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10508 L:      linux-wireless@vger.kernel.org
10509 W:      http://wireless.kernel.org/
10510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10511 S:      Maintained
10512 F:      drivers/net/wireless/realtek/rtlwifi/
10513 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10514
10515 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10516 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10517 L:      linux-wireless@vger.kernel.org
10518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10519 S:      Maintained
10520 F:      drivers/net/wireless/realtek/rtl8xxxu/
10521
10522 S3 SAVAGE FRAMEBUFFER DRIVER
10523 M:      Antonino Daplas <adaplas@gmail.com>
10524 L:      linux-fbdev@vger.kernel.org
10525 S:      Maintained
10526 F:      drivers/video/fbdev/savage/
10527
10528 S390
10529 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10530 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10531 L:      linux-s390@vger.kernel.org
10532 W:      http://www.ibm.com/developerworks/linux/linux390/
10533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10534 S:      Supported
10535 F:      arch/s390/
10536 F:      drivers/s390/
10537 F:      Documentation/s390/
10538 F:      Documentation/DocBook/s390*
10539
10540 S390 COMMON I/O LAYER
10541 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10542 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10543 L:      linux-s390@vger.kernel.org
10544 W:      http://www.ibm.com/developerworks/linux/linux390/
10545 S:      Supported
10546 F:      drivers/s390/cio/
10547
10548 S390 DASD DRIVER
10549 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10550 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10551 L:      linux-s390@vger.kernel.org
10552 W:      http://www.ibm.com/developerworks/linux/linux390/
10553 S:      Supported
10554 F:      drivers/s390/block/dasd*
10555 F:      block/partitions/ibm.c
10556
10557 S390 NETWORK DRIVERS
10558 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10559 L:      linux-s390@vger.kernel.org
10560 W:      http://www.ibm.com/developerworks/linux/linux390/
10561 S:      Supported
10562 F:      drivers/s390/net/
10563
10564 S390 PCI SUBSYSTEM
10565 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10566 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10567 L:      linux-s390@vger.kernel.org
10568 W:      http://www.ibm.com/developerworks/linux/linux390/
10569 S:      Supported
10570 F:      arch/s390/pci/
10571 F:      drivers/pci/hotplug/s390_pci_hpc.c
10572
10573 S390 ZCRYPT DRIVER
10574 M:      Harald Freudenberger <freude@de.ibm.com>
10575 L:      linux-s390@vger.kernel.org
10576 W:      http://www.ibm.com/developerworks/linux/linux390/
10577 S:      Supported
10578 F:      drivers/s390/crypto/
10579
10580 S390 ZFCP DRIVER
10581 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10582 L:      linux-s390@vger.kernel.org
10583 W:      http://www.ibm.com/developerworks/linux/linux390/
10584 S:      Supported
10585 F:      drivers/s390/scsi/zfcp_*
10586
10587 S390 IUCV NETWORK LAYER
10588 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10589 L:      linux-s390@vger.kernel.org
10590 W:      http://www.ibm.com/developerworks/linux/linux390/
10591 S:      Supported
10592 F:      drivers/s390/net/*iucv*
10593 F:      include/net/iucv/
10594 F:      net/iucv/
10595
10596 S390 IOMMU (PCI)
10597 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10598 L:      linux-s390@vger.kernel.org
10599 W:      http://www.ibm.com/developerworks/linux/linux390/
10600 S:      Supported
10601 F:      drivers/iommu/s390-iommu.c
10602
10603 S3C24XX SD/MMC Driver
10604 M:      Ben Dooks <ben-linux@fluff.org>
10605 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10606 S:      Supported
10607 F:      drivers/mmc/host/s3cmci.*
10608
10609 SAA6588 RDS RECEIVER DRIVER
10610 M:      Hans Verkuil <hverkuil@xs4all.nl>
10611 L:      linux-media@vger.kernel.org
10612 T:      git git://linuxtv.org/media_tree.git
10613 W:      https://linuxtv.org
10614 S:      Odd Fixes
10615 F:      drivers/media/i2c/saa6588*
10616
10617 SAA7134 VIDEO4LINUX DRIVER
10618 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10619 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10620 L:      linux-media@vger.kernel.org
10621 W:      https://linuxtv.org
10622 T:      git git://linuxtv.org/media_tree.git
10623 S:      Odd fixes
10624 F:      Documentation/media/v4l-drivers/saa7134*
10625 F:      drivers/media/pci/saa7134/
10626
10627 SAA7146 VIDEO4LINUX-2 DRIVER
10628 M:      Hans Verkuil <hverkuil@xs4all.nl>
10629 L:      linux-media@vger.kernel.org
10630 T:      git git://linuxtv.org/media_tree.git
10631 S:      Maintained
10632 F:      drivers/media/common/saa7146/
10633 F:      drivers/media/pci/saa7146/
10634 F:      include/media/saa7146*
10635
10636 SAMSUNG LAPTOP DRIVER
10637 M:      Corentin Chary <corentin.chary@gmail.com>
10638 L:      platform-driver-x86@vger.kernel.org
10639 S:      Maintained
10640 F:      drivers/platform/x86/samsung-laptop.c
10641
10642 SAMSUNG AUDIO (ASoC) DRIVERS
10643 M:      Krzysztof Kozlowski <krzk@kernel.org>
10644 M:      Sangbeom Kim <sbkim73@samsung.com>
10645 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10646 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10647 S:      Supported
10648 F:      sound/soc/samsung/
10649
10650 SAMSUNG FRAMEBUFFER DRIVER
10651 M:      Jingoo Han <jingoohan1@gmail.com>
10652 L:      linux-fbdev@vger.kernel.org
10653 S:      Maintained
10654 F:      drivers/video/fbdev/s3c-fb.c
10655
10656 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10657 M:      Sangbeom Kim <sbkim73@samsung.com>
10658 M:      Krzysztof Kozlowski <krzk@kernel.org>
10659 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10660 L:      linux-kernel@vger.kernel.org
10661 L:      linux-samsung-soc@vger.kernel.org
10662 S:      Supported
10663 F:      drivers/mfd/sec*.c
10664 F:      drivers/regulator/s2m*.c
10665 F:      drivers/regulator/s5m*.c
10666 F:      drivers/clk/clk-s2mps11.c
10667 F:      drivers/rtc/rtc-s5m.c
10668 F:      include/linux/mfd/samsung/
10669 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10670 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10671 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10672 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10673
10674 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10675 M:      Kyungmin Park <kyungmin.park@samsung.com>
10676 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10677 L:      linux-media@vger.kernel.org
10678 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10679 S:      Supported
10680 F:      drivers/media/platform/exynos4-is/
10681
10682 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10683 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10684 L:      linux-media@vger.kernel.org
10685 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10686 S:      Maintained
10687 F:      drivers/media/platform/s3c-camif/
10688 F:      include/media/drv-intf/s3c_camif.h
10689
10690 SAMSUNG S5C73M3 CAMERA DRIVER
10691 M:      Kyungmin Park <kyungmin.park@samsung.com>
10692 M:      Andrzej Hajda <a.hajda@samsung.com>
10693 L:      linux-media@vger.kernel.org
10694 S:      Supported
10695 F:      drivers/media/i2c/s5c73m3/*
10696
10697 SAMSUNG S5K5BAF CAMERA DRIVER
10698 M:      Kyungmin Park <kyungmin.park@samsung.com>
10699 M:      Andrzej Hajda <a.hajda@samsung.com>
10700 L:      linux-media@vger.kernel.org
10701 S:      Supported
10702 F:      drivers/media/i2c/s5k5baf.c
10703
10704 SAMSUNG S3FWRN5 NFC DRIVER
10705 M:      Robert Baldyga <r.baldyga@samsung.com>
10706 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10707 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10708 S:      Supported
10709 F:      drivers/nfc/s3fwrn5
10710
10711 SAMSUNG SOC CLOCK DRIVERS
10712 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10713 M:      Tomasz Figa <tomasz.figa@gmail.com>
10714 M:      Chanwoo Choi <cw00.choi@samsung.com>
10715 S:      Supported
10716 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10717 F:      drivers/clk/samsung/
10718 F:      include/dt-bindings/clock/exynos*.h
10719 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10720
10721 SAMSUNG SPI DRIVERS
10722 M:      Kukjin Kim <kgene@kernel.org>
10723 M:      Krzysztof Kozlowski <krzk@kernel.org>
10724 M:      Andi Shyti <andi.shyti@samsung.com>
10725 L:      linux-spi@vger.kernel.org
10726 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10727 S:      Maintained
10728 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10729 F:      drivers/spi/spi-s3c*
10730 F:      include/linux/platform_data/spi-s3c64xx.h
10731
10732 SAMSUNG SXGBE DRIVERS
10733 M:      Byungho An <bh74.an@samsung.com>
10734 M:      Girish K S <ks.giri@samsung.com>
10735 M:      Vipul Pandya <vipul.pandya@samsung.com>
10736 S:      Supported
10737 L:      netdev@vger.kernel.org
10738 F:      drivers/net/ethernet/samsung/sxgbe/
10739
10740 SAMSUNG THERMAL DRIVER
10741 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10742 L:      linux-pm@vger.kernel.org
10743 L:      linux-samsung-soc@vger.kernel.org
10744 S:      Supported
10745 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10746 F:      drivers/thermal/samsung/
10747
10748 SAMSUNG USB2 PHY DRIVER
10749 M:      Kamil Debski <kamil@wypas.org>
10750 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10751 L:      linux-kernel@vger.kernel.org
10752 S:      Supported
10753 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10754 F:      Documentation/phy/samsung-usb2.txt
10755 F:      drivers/phy/phy-exynos4210-usb2.c
10756 F:      drivers/phy/phy-exynos4x12-usb2.c
10757 F:      drivers/phy/phy-exynos5250-usb2.c
10758 F:      drivers/phy/phy-s5pv210-usb2.c
10759 F:      drivers/phy/phy-samsung-usb2.c
10760 F:      drivers/phy/phy-samsung-usb2.h
10761
10762 SERIAL DRIVERS
10763 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10764 L:      linux-serial@vger.kernel.org
10765 S:      Maintained
10766 F:      Documentation/devicetree/bindings/serial/
10767 F:      drivers/tty/serial/
10768
10769 STI CEC DRIVER
10770 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10771 L:      kernel@stlinux.com
10772 S:      Maintained
10773 F:      drivers/staging/media/st-cec/
10774 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10775
10776 SYNOPSYS DESIGNWARE DMAC DRIVER
10777 M:      Viresh Kumar <vireshk@kernel.org>
10778 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10779 S:      Maintained
10780 F:      include/linux/dma/dw.h
10781 F:      include/linux/platform_data/dma-dw.h
10782 F:      drivers/dma/dw/
10783
10784 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10785 M: Lars Persson <lars.persson@axis.com>
10786 L: netdev@vger.kernel.org
10787 S: Supported
10788 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10789 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10790
10791 SYNOPSYS DESIGNWARE I2C DRIVER
10792 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10793 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10794 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10795 L:      linux-i2c@vger.kernel.org
10796 S:      Maintained
10797 F:      drivers/i2c/busses/i2c-designware-*
10798 F:      include/linux/platform_data/i2c-designware.h
10799
10800 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10801 M:      Jaehoon Chung <jh80.chung@samsung.com>
10802 L:      linux-mmc@vger.kernel.org
10803 S:      Maintained
10804 F:      include/linux/mmc/dw_mmc.h
10805 F:      drivers/mmc/host/dw_mmc*
10806
10807 SYSTEM TRACE MODULE CLASS
10808 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10809 S:      Maintained
10810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10811 F:      Documentation/trace/stm.txt
10812 F:      drivers/hwtracing/stm/
10813 F:      include/linux/stm.h
10814 F:      include/uapi/linux/stm.h
10815
10816 THUNDERBOLT DRIVER
10817 M:      Andreas Noever <andreas.noever@gmail.com>
10818 S:      Maintained
10819 F:      drivers/thunderbolt/
10820
10821 TI BQ27XXX POWER SUPPLY DRIVER
10822 R:      Andrew F. Davis <afd@ti.com>
10823 F:      include/linux/power/bq27xxx_battery.h
10824 F:      drivers/power/supply/bq27xxx_battery.c
10825 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10826
10827 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10828 M:      John Stultz <john.stultz@linaro.org>
10829 M:      Thomas Gleixner <tglx@linutronix.de>
10830 L:      linux-kernel@vger.kernel.org
10831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10832 S:      Supported
10833 F:      include/linux/clocksource.h
10834 F:      include/linux/time.h
10835 F:      include/linux/timex.h
10836 F:      include/uapi/linux/time.h
10837 F:      include/uapi/linux/timex.h
10838 F:      kernel/time/clocksource.c
10839 F:      kernel/time/time*.c
10840 F:      kernel/time/alarmtimer.c
10841 F:      kernel/time/ntp.c
10842 F:      tools/testing/selftests/timers/
10843
10844 SC1200 WDT DRIVER
10845 M:      Zwane Mwaikambo <zwanem@gmail.com>
10846 S:      Maintained
10847 F:      drivers/watchdog/sc1200wdt.c
10848
10849 SCHEDULER
10850 M:      Ingo Molnar <mingo@redhat.com>
10851 M:      Peter Zijlstra <peterz@infradead.org>
10852 L:      linux-kernel@vger.kernel.org
10853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10854 S:      Maintained
10855 F:      kernel/sched/
10856 F:      include/linux/sched.h
10857 F:      include/uapi/linux/sched.h
10858 F:      include/linux/wait.h
10859
10860 SCORE ARCHITECTURE
10861 M:      Chen Liqin <liqin.linux@gmail.com>
10862 M:      Lennox Wu <lennox.wu@gmail.com>
10863 W:      http://www.sunplus.com
10864 S:      Supported
10865 F:      arch/score/
10866
10867 SCR24X CHIP CARD INTERFACE DRIVER
10868 M:      Lubomir Rintel <lkundrak@v3.sk>
10869 S:      Supported
10870 F:      drivers/char/pcmcia/scr24x_cs.c
10871
10872 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10873 M:      Sudeep Holla <sudeep.holla@arm.com>
10874 L:      linux-arm-kernel@lists.infradead.org
10875 S:      Maintained
10876 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10877 F:      drivers/clk/clk-scpi.c
10878 F:      drivers/cpufreq/scpi-cpufreq.c
10879 F:      drivers/firmware/arm_scpi.c
10880 F:      include/linux/scpi_protocol.h
10881
10882 SCSI CDROM DRIVER
10883 M:      Jens Axboe <axboe@kernel.dk>
10884 L:      linux-scsi@vger.kernel.org
10885 W:      http://www.kernel.dk
10886 S:      Maintained
10887 F:      drivers/scsi/sr*
10888
10889 SCSI RDMA PROTOCOL (SRP) INITIATOR
10890 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10891 L:      linux-rdma@vger.kernel.org
10892 S:      Supported
10893 W:      http://www.openfabrics.org
10894 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10896 F:      drivers/infiniband/ulp/srp/
10897 F:      include/scsi/srp.h
10898
10899 SCSI SG DRIVER
10900 M:      Doug Gilbert <dgilbert@interlog.com>
10901 L:      linux-scsi@vger.kernel.org
10902 W:      http://sg.danny.cz/sg
10903 S:      Maintained
10904 F:      Documentation/scsi/scsi-generic.txt
10905 F:      drivers/scsi/sg.c
10906 F:      include/scsi/sg.h
10907
10908 SCSI SUBSYSTEM
10909 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10911 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10913 L:      linux-scsi@vger.kernel.org
10914 S:      Maintained
10915 F:      Documentation/devicetree/bindings/scsi/
10916 F:      drivers/scsi/
10917 F:      include/scsi/
10918
10919 SCSI TAPE DRIVER
10920 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10921 L:      linux-scsi@vger.kernel.org
10922 S:      Maintained
10923 F:      Documentation/scsi/st.txt
10924 F:      drivers/scsi/st.*
10925 F:      drivers/scsi/st_*.h
10926
10927 SCTP PROTOCOL
10928 M:      Vlad Yasevich <vyasevich@gmail.com>
10929 M:      Neil Horman <nhorman@tuxdriver.com>
10930 L:      linux-sctp@vger.kernel.org
10931 W:      http://lksctp.sourceforge.net
10932 S:      Maintained
10933 F:      Documentation/networking/sctp.txt
10934 F:      include/linux/sctp.h
10935 F:      include/uapi/linux/sctp.h
10936 F:      include/net/sctp/
10937 F:      net/sctp/
10938
10939 SCx200 CPU SUPPORT
10940 M:      Jim Cromie <jim.cromie@gmail.com>
10941 S:      Odd Fixes
10942 F:      Documentation/i2c/busses/scx200_acb
10943 F:      arch/x86/platform/scx200/
10944 F:      drivers/watchdog/scx200_wdt.c
10945 F:      drivers/i2c/busses/scx200*
10946 F:      drivers/mtd/maps/scx200_docflash.c
10947 F:      include/linux/scx200.h
10948
10949 SCx200 GPIO DRIVER
10950 M:      Jim Cromie <jim.cromie@gmail.com>
10951 S:      Maintained
10952 F:      drivers/char/scx200_gpio.c
10953 F:      include/linux/scx200_gpio.h
10954
10955 SCx200 HRT CLOCKSOURCE DRIVER
10956 M:      Jim Cromie <jim.cromie@gmail.com>
10957 S:      Maintained
10958 F:      drivers/clocksource/scx200_hrt.c
10959
10960 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10961 M:      Sascha Sommer <saschasommer@freenet.de>
10962 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10963 S:      Maintained
10964 F:      drivers/mmc/host/sdricoh_cs.c
10965
10966 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10967 M:      Adrian Hunter <adrian.hunter@intel.com>
10968 L:      linux-mmc@vger.kernel.org
10969 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10970 S:      Maintained
10971 F:      drivers/mmc/host/sdhci*
10972 F:      include/linux/mmc/sdhci*
10973
10974 SECURE COMPUTING
10975 M:      Kees Cook <keescook@chromium.org>
10976 R:      Andy Lutomirski <luto@amacapital.net>
10977 R:      Will Drewry <wad@chromium.org>
10978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10979 S:      Supported
10980 F:      kernel/seccomp.c
10981 F:      include/uapi/linux/seccomp.h
10982 F:      include/linux/seccomp.h
10983 F:      tools/testing/selftests/seccomp/*
10984 K:      \bsecure_computing
10985 K:      \bTIF_SECCOMP\b
10986
10987 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10988 M:      Al Cooper <alcooperx@gmail.com>
10989 L:      linux-mmc@vger.kernel.org
10990 L:      bcm-kernel-feedback-list@broadcom.com
10991 S:      Maintained
10992 F:      drivers/mmc/host/sdhci-brcmstb*
10993
10994 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10995 M:      Ben Dooks <ben-linux@fluff.org>
10996 M:      Jaehoon Chung <jh80.chung@samsung.com>
10997 L:      linux-mmc@vger.kernel.org
10998 S:      Maintained
10999 F:      drivers/mmc/host/sdhci-s3c*
11000
11001 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11002 M:      Viresh Kumar <vireshk@kernel.org>
11003 L:      linux-mmc@vger.kernel.org
11004 S:      Maintained
11005 F:      drivers/mmc/host/sdhci-spear.c
11006
11007 SECURITY SUBSYSTEM
11008 M:      James Morris <james.l.morris@oracle.com>
11009 M:      "Serge E. Hallyn" <serge@hallyn.com>
11010 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11012 W:      http://kernsec.org/
11013 S:      Supported
11014 F:      security/
11015
11016 SECURITY CONTACT
11017 M:      Security Officers <security@kernel.org>
11018 S:      Supported
11019
11020 SELINUX SECURITY MODULE
11021 M:      Paul Moore <paul@paul-moore.com>
11022 M:      Stephen Smalley <sds@tycho.nsa.gov>
11023 M:      Eric Paris <eparis@parisplace.org>
11024 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11025 W:      http://selinuxproject.org
11026 T:      git git://git.infradead.org/users/pcmoore/selinux
11027 S:      Supported
11028 F:      include/linux/selinux*
11029 F:      security/selinux/
11030 F:      scripts/selinux/
11031
11032 APPARMOR SECURITY MODULE
11033 M:      John Johansen <john.johansen@canonical.com>
11034 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11035 W:      apparmor.wiki.kernel.org
11036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11037 S:      Supported
11038 F:      security/apparmor/
11039
11040 LOADPIN SECURITY MODULE
11041 M:      Kees Cook <keescook@chromium.org>
11042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11043 S:      Supported
11044 F:      security/loadpin/
11045
11046 YAMA SECURITY MODULE
11047 M:      Kees Cook <keescook@chromium.org>
11048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11049 S:      Supported
11050 F:      security/yama/
11051
11052 SENSABLE PHANTOM
11053 M:      Jiri Slaby <jirislaby@gmail.com>
11054 S:      Maintained
11055 F:      drivers/misc/phantom.c
11056 F:      include/uapi/linux/phantom.h
11057
11058 Emulex 10Gbps iSCSI - OneConnect DRIVER
11059 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11060 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11061 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11062 L:      linux-scsi@vger.kernel.org
11063 W:      http://www.broadcom.com
11064 S:      Supported
11065 F:      drivers/scsi/be2iscsi/
11066
11067 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11068 M:      Sathya Perla <sathya.perla@broadcom.com>
11069 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11070 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11071 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11072 L:      netdev@vger.kernel.org
11073 W:      http://www.emulex.com
11074 S:      Supported
11075 F:      drivers/net/ethernet/emulex/benet/
11076
11077 EMULEX ONECONNECT ROCE DRIVER
11078 M:      Selvin Xavier <selvin.xavier@avagotech.com>
11079 M:      Devesh Sharma <devesh.sharma@avagotech.com>
11080 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
11081 L:      linux-rdma@vger.kernel.org
11082 W:      http://www.emulex.com
11083 S:      Supported
11084 F:      drivers/infiniband/hw/ocrdma/
11085 F:      include/uapi/rdma/ocrdma-abi.h
11086
11087 SFC NETWORK DRIVER
11088 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11089 M:      Edward Cree <ecree@solarflare.com>
11090 M:      Bert Kenward <bkenward@solarflare.com>
11091 L:      netdev@vger.kernel.org
11092 S:      Supported
11093 F:      drivers/net/ethernet/sfc/
11094
11095 SGI GRU DRIVER
11096 M:      Dimitri Sivanich <sivanich@sgi.com>
11097 S:      Maintained
11098 F:      drivers/misc/sgi-gru/
11099
11100 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11101 M:      Pat Gefre <pfg@sgi.com>
11102 L:      linux-ia64@vger.kernel.org
11103 S:      Supported
11104 F:      Documentation/ia64/serial.txt
11105 F:      drivers/tty/serial/ioc?_serial.c
11106 F:      include/linux/ioc?.h
11107
11108 SGI XP/XPC/XPNET DRIVER
11109 M:      Cliff Whickman <cpw@sgi.com>
11110 M:      Robin Holt <robinmholt@gmail.com>
11111 S:      Maintained
11112 F:      drivers/misc/sgi-xp/
11113
11114 SI2157 MEDIA DRIVER
11115 M:      Antti Palosaari <crope@iki.fi>
11116 L:      linux-media@vger.kernel.org
11117 W:      https://linuxtv.org
11118 W:      http://palosaari.fi/linux/
11119 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11120 T:      git git://linuxtv.org/anttip/media_tree.git
11121 S:      Maintained
11122 F:      drivers/media/tuners/si2157*
11123
11124 SI2168 MEDIA DRIVER
11125 M:      Antti Palosaari <crope@iki.fi>
11126 L:      linux-media@vger.kernel.org
11127 W:      https://linuxtv.org
11128 W:      http://palosaari.fi/linux/
11129 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11130 T:      git git://linuxtv.org/anttip/media_tree.git
11131 S:      Maintained
11132 F:      drivers/media/dvb-frontends/si2168*
11133
11134 SI470X FM RADIO RECEIVER I2C DRIVER
11135 M:      Hans Verkuil <hverkuil@xs4all.nl>
11136 L:      linux-media@vger.kernel.org
11137 T:      git git://linuxtv.org/media_tree.git
11138 W:      https://linuxtv.org
11139 S:      Odd Fixes
11140 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11141
11142 SI470X FM RADIO RECEIVER USB DRIVER
11143 M:      Hans Verkuil <hverkuil@xs4all.nl>
11144 L:      linux-media@vger.kernel.org
11145 T:      git git://linuxtv.org/media_tree.git
11146 W:      https://linuxtv.org
11147 S:      Maintained
11148 F:      drivers/media/radio/si470x/radio-si470x-common.c
11149 F:      drivers/media/radio/si470x/radio-si470x.h
11150 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11151
11152 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11153 M:      Eduardo Valentin <edubezval@gmail.com>
11154 L:      linux-media@vger.kernel.org
11155 T:      git git://linuxtv.org/media_tree.git
11156 W:      https://linuxtv.org
11157 S:      Odd Fixes
11158 F:      drivers/media/radio/si4713/si4713.?
11159
11160 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11161 M:      Eduardo Valentin <edubezval@gmail.com>
11162 L:      linux-media@vger.kernel.org
11163 T:      git git://linuxtv.org/media_tree.git
11164 W:      https://linuxtv.org
11165 S:      Odd Fixes
11166 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11167
11168 SI4713 FM RADIO TRANSMITTER USB DRIVER
11169 M:      Hans Verkuil <hverkuil@xs4all.nl>
11170 L:      linux-media@vger.kernel.org
11171 T:      git git://linuxtv.org/media_tree.git
11172 W:      https://linuxtv.org
11173 S:      Maintained
11174 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11175
11176 SIANO DVB DRIVER
11177 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11178 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11179 L:      linux-media@vger.kernel.org
11180 W:      https://linuxtv.org
11181 T:      git git://linuxtv.org/media_tree.git
11182 S:      Odd fixes
11183 F:      drivers/media/common/siano/
11184 F:      drivers/media/usb/siano/
11185 F:      drivers/media/usb/siano/
11186 F:      drivers/media/mmc/siano/
11187
11188 SIMPLEFB FB DRIVER
11189 M:      Hans de Goede <hdegoede@redhat.com>
11190 L:      linux-fbdev@vger.kernel.org
11191 S:      Maintained
11192 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11193 F:      drivers/video/fbdev/simplefb.c
11194 F:      include/linux/platform_data/simplefb.h
11195
11196 SH_VEU V4L2 MEM2MEM DRIVER
11197 L:      linux-media@vger.kernel.org
11198 S:      Orphan
11199 F:      drivers/media/platform/sh_veu.c
11200
11201 SH_VOU V4L2 OUTPUT DRIVER
11202 L:      linux-media@vger.kernel.org
11203 S:      Orphan
11204 F:      drivers/media/platform/sh_vou.c
11205 F:      include/media/drv-intf/sh_vou.h
11206
11207 SIMPLE FIRMWARE INTERFACE (SFI)
11208 M:      Len Brown <lenb@kernel.org>
11209 L:      sfi-devel@simplefirmware.org
11210 W:      http://simplefirmware.org/
11211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11212 S:      Supported
11213 F:      arch/x86/platform/sfi/
11214 F:      drivers/sfi/
11215 F:      include/linux/sfi*.h
11216
11217 SIMTEC EB110ATX (Chalice CATS)
11218 P:      Ben Dooks
11219 P:      Vincent Sanders <vince@simtec.co.uk>
11220 M:      Simtec Linux Team <linux@simtec.co.uk>
11221 W:      http://www.simtec.co.uk/products/EB110ATX/
11222 S:      Supported
11223
11224 SIMTEC EB2410ITX (BAST)
11225 P:      Ben Dooks
11226 P:      Vincent Sanders <vince@simtec.co.uk>
11227 M:      Simtec Linux Team <linux@simtec.co.uk>
11228 W:      http://www.simtec.co.uk/products/EB2410ITX/
11229 S:      Supported
11230 F:      arch/arm/mach-s3c24xx/mach-bast.c
11231 F:      arch/arm/mach-s3c24xx/bast-ide.c
11232 F:      arch/arm/mach-s3c24xx/bast-irq.c
11233
11234 TI DAVINCI MACHINE SUPPORT
11235 M:      Sekhar Nori <nsekhar@ti.com>
11236 M:      Kevin Hilman <khilman@kernel.org>
11237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11239 S:      Supported
11240 F:      arch/arm/mach-davinci/
11241 F:      drivers/i2c/busses/i2c-davinci.c
11242
11243 TI DAVINCI SERIES MEDIA DRIVER
11244 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11245 L:      linux-media@vger.kernel.org
11246 W:      https://linuxtv.org
11247 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11248 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11249 S:      Maintained
11250 F:      drivers/media/platform/davinci/
11251 F:      include/media/davinci/
11252
11253 TI AM437X VPFE 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/platform/am437x/
11261
11262 OV2659 OMNIVISION SENSOR DRIVER
11263 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11264 L:      linux-media@vger.kernel.org
11265 W:      https://linuxtv.org
11266 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11267 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11268 S:      Maintained
11269 F:      drivers/media/i2c/ov2659.c
11270 F:      include/media/i2c/ov2659.h
11271
11272 SILICON MOTION SM712 FRAME BUFFER DRIVER
11273 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11274 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11275 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11276 L:      linux-fbdev@vger.kernel.org
11277 S:      Maintained
11278 F:      drivers/video/fbdev/sm712*
11279 F:      Documentation/fb/sm712fb.txt
11280
11281 SIS 190 ETHERNET DRIVER
11282 M:      Francois Romieu <romieu@fr.zoreil.com>
11283 L:      netdev@vger.kernel.org
11284 S:      Maintained
11285 F:      drivers/net/ethernet/sis/sis190.c
11286
11287 SIS 900/7016 FAST ETHERNET DRIVER
11288 M:      Daniele Venzano <venza@brownhat.org>
11289 W:      http://www.brownhat.org/sis900.html
11290 L:      netdev@vger.kernel.org
11291 S:      Maintained
11292 F:      drivers/net/ethernet/sis/sis900.*
11293
11294 SIS FRAMEBUFFER DRIVER
11295 M:      Thomas Winischhofer <thomas@winischhofer.net>
11296 W:      http://www.winischhofer.net/linuxsisvga.shtml
11297 S:      Maintained
11298 F:      Documentation/fb/sisfb.txt
11299 F:      drivers/video/fbdev/sis/
11300 F:      include/video/sisfb.h
11301
11302 SIS USB2VGA DRIVER
11303 M:      Thomas Winischhofer <thomas@winischhofer.net>
11304 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11305 S:      Maintained
11306 F:      drivers/usb/misc/sisusbvga/
11307
11308 SLAB ALLOCATOR
11309 M:      Christoph Lameter <cl@linux.com>
11310 M:      Pekka Enberg <penberg@kernel.org>
11311 M:      David Rientjes <rientjes@google.com>
11312 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11313 M:      Andrew Morton <akpm@linux-foundation.org>
11314 L:      linux-mm@kvack.org
11315 S:      Maintained
11316 F:      include/linux/sl?b*.h
11317 F:      mm/sl?b*
11318
11319 SLEEPABLE READ-COPY UPDATE (SRCU)
11320 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11321 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11322 M:      Josh Triplett <josh@joshtriplett.org>
11323 R:      Steven Rostedt <rostedt@goodmis.org>
11324 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11325 L:      linux-kernel@vger.kernel.org
11326 W:      http://www.rdrop.com/users/paulmck/RCU/
11327 S:      Supported
11328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11329 F:      include/linux/srcu.h
11330 F:      kernel/rcu/srcu.c
11331
11332 SMACK SECURITY MODULE
11333 M:      Casey Schaufler <casey@schaufler-ca.com>
11334 L:      linux-security-module@vger.kernel.org
11335 W:      http://schaufler-ca.com
11336 T:      git git://github.com/cschaufler/smack-next
11337 S:      Maintained
11338 F:      Documentation/security/Smack.txt
11339 F:      security/smack/
11340
11341 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11342 M:      Kevin Hilman <khilman@kernel.org>
11343 M:      Nishanth Menon <nm@ti.com>
11344 S:      Maintained
11345 F:      drivers/power/avs/
11346 F:      include/linux/power/smartreflex.h
11347 L:      linux-pm@vger.kernel.org
11348
11349 SMC91x ETHERNET DRIVER
11350 M:      Nicolas Pitre <nico@fluxnic.net>
11351 S:      Odd Fixes
11352 F:      drivers/net/ethernet/smsc/smc91x.*
11353
11354 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11355 M:      Sakari Ailus <sakari.ailus@iki.fi>
11356 L:      linux-media@vger.kernel.org
11357 S:      Maintained
11358 F:      drivers/media/i2c/smiapp/
11359 F:      include/media/i2c/smiapp.h
11360 F:      drivers/media/i2c/smiapp-pll.c
11361 F:      drivers/media/i2c/smiapp-pll.h
11362 F:      include/uapi/linux/smiapp.h
11363 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11364
11365 SMM665 HARDWARE MONITOR DRIVER
11366 M:      Guenter Roeck <linux@roeck-us.net>
11367 L:      linux-hwmon@vger.kernel.org
11368 S:      Maintained
11369 F:      Documentation/hwmon/smm665
11370 F:      drivers/hwmon/smm665.c
11371
11372 SMSC EMC2103 HARDWARE MONITOR DRIVER
11373 M:      Steve Glendinning <steve.glendinning@shawell.net>
11374 L:      linux-hwmon@vger.kernel.org
11375 S:      Maintained
11376 F:      Documentation/hwmon/emc2103
11377 F:      drivers/hwmon/emc2103.c
11378
11379 SMSC SCH5627 HARDWARE MONITOR DRIVER
11380 M:      Hans de Goede <hdegoede@redhat.com>
11381 L:      linux-hwmon@vger.kernel.org
11382 S:      Supported
11383 F:      Documentation/hwmon/sch5627
11384 F:      drivers/hwmon/sch5627.c
11385
11386 SMSC47B397 HARDWARE MONITOR DRIVER
11387 M:      Jean Delvare <jdelvare@suse.com>
11388 L:      linux-hwmon@vger.kernel.org
11389 S:      Maintained
11390 F:      Documentation/hwmon/smsc47b397
11391 F:      drivers/hwmon/smsc47b397.c
11392
11393 SMSC911x ETHERNET DRIVER
11394 M:      Steve Glendinning <steve.glendinning@shawell.net>
11395 L:      netdev@vger.kernel.org
11396 S:      Maintained
11397 F:      include/linux/smsc911x.h
11398 F:      drivers/net/ethernet/smsc/smsc911x.*
11399
11400 SMSC9420 PCI ETHERNET DRIVER
11401 M:      Steve Glendinning <steve.glendinning@shawell.net>
11402 L:      netdev@vger.kernel.org
11403 S:      Maintained
11404 F:      drivers/net/ethernet/smsc/smsc9420.*
11405
11406 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11407 M:      Steve Glendinning <steve.glendinning@shawell.net>
11408 L:      linux-fbdev@vger.kernel.org
11409 S:      Maintained
11410 F:      drivers/video/fbdev/smscufx.c
11411
11412 SOC-CAMERA V4L2 SUBSYSTEM
11413 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11414 L:      linux-media@vger.kernel.org
11415 T:      git git://linuxtv.org/media_tree.git
11416 S:      Maintained
11417 F:      include/media/soc*
11418 F:      drivers/media/i2c/soc_camera/
11419 F:      drivers/media/platform/soc_camera/
11420
11421 SOEKRIS NET48XX LED SUPPORT
11422 M:      Chris Boot <bootc@bootc.net>
11423 S:      Maintained
11424 F:      drivers/leds/leds-net48xx.c
11425
11426 SOFTLOGIC 6x10 MPEG CODEC
11427 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11428 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11429 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11430 M:      Ismael Luceno <ismael@iodev.co.uk>
11431 L:      linux-media@vger.kernel.org
11432 S:      Supported
11433 F:      drivers/media/pci/solo6x10/
11434
11435 SOFTWARE RAID (Multiple Disks) SUPPORT
11436 M:      Shaohua Li <shli@kernel.org>
11437 L:      linux-raid@vger.kernel.org
11438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11439 S:      Supported
11440 F:      drivers/md/
11441 F:      include/linux/raid/
11442 F:      include/uapi/linux/raid/
11443
11444 SONIC NETWORK DRIVER
11445 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11446 L:      netdev@vger.kernel.org
11447 S:      Maintained
11448 F:      drivers/net/ethernet/natsemi/sonic.*
11449
11450 SONICS SILICON BACKPLANE DRIVER (SSB)
11451 M:      Michael Buesch <m@bues.ch>
11452 L:      linux-wireless@vger.kernel.org
11453 S:      Maintained
11454 F:      drivers/ssb/
11455 F:      include/linux/ssb/
11456
11457 SONY VAIO CONTROL DEVICE DRIVER
11458 M:      Mattia Dongili <malattia@linux.it>
11459 L:      platform-driver-x86@vger.kernel.org
11460 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11461 S:      Maintained
11462 F:      Documentation/laptops/sony-laptop.txt
11463 F:      drivers/char/sonypi.c
11464 F:      drivers/platform/x86/sony-laptop.c
11465 F:      include/linux/sony-laptop.h
11466
11467 SONY MEMORYSTICK CARD SUPPORT
11468 M:      Alex Dubov <oakad@yahoo.com>
11469 W:      http://tifmxx.berlios.de/
11470 S:      Maintained
11471 F:      drivers/memstick/host/tifm_ms.c
11472
11473 SONY MEMORYSTICK STANDARD SUPPORT
11474 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11475 S:      Maintained
11476 F:      drivers/memstick/core/ms_block.*
11477
11478 SOUND
11479 M:      Jaroslav Kysela <perex@perex.cz>
11480 M:      Takashi Iwai <tiwai@suse.com>
11481 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11482 W:      http://www.alsa-project.org/
11483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11484 T:      git git://git.alsa-project.org/alsa-kernel.git
11485 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11486 S:      Maintained
11487 F:      Documentation/sound/
11488 F:      include/sound/
11489 F:      include/uapi/sound/
11490 F:      sound/
11491
11492 SOUND - COMPRESSED AUDIO
11493 M:      Vinod Koul <vinod.koul@intel.com>
11494 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11496 S:      Supported
11497 F:      Documentation/sound/alsa/compress_offload.txt
11498 F:      include/sound/compress_driver.h
11499 F:      include/uapi/sound/compress_*
11500 F:      sound/core/compress_offload.c
11501 F:      sound/soc/soc-compress.c
11502
11503 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11504 M:      Liam Girdwood <lgirdwood@gmail.com>
11505 M:      Mark Brown <broonie@kernel.org>
11506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11507 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11508 W:      http://alsa-project.org/main/index.php/ASoC
11509 S:      Supported
11510 F:      Documentation/devicetree/bindings/sound/
11511 F:      Documentation/sound/alsa/soc/
11512 F:      sound/soc/
11513 F:      include/sound/soc*
11514
11515 SOUND - DMAENGINE HELPERS
11516 M:      Lars-Peter Clausen <lars@metafoo.de>
11517 S:      Supported
11518 F:      include/sound/dmaengine_pcm.h
11519 F:      sound/core/pcm_dmaengine.c
11520 F:      sound/soc/soc-generic-dmaengine-pcm.c
11521
11522 SP2 MEDIA DRIVER
11523 M:      Olli Salonen <olli.salonen@iki.fi>
11524 L:      linux-media@vger.kernel.org
11525 W:      https://linuxtv.org
11526 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11527 S:      Maintained
11528 F:      drivers/media/dvb-frontends/sp2*
11529
11530 SPARC + UltraSPARC (sparc/sparc64)
11531 M:      "David S. Miller" <davem@davemloft.net>
11532 L:      sparclinux@vger.kernel.org
11533 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
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:      arch/sparc/
11538 F:      drivers/sbus/
11539
11540 SPARC SERIAL DRIVERS
11541 M:      "David S. Miller" <davem@davemloft.net>
11542 L:      sparclinux@vger.kernel.org
11543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11545 S:      Maintained
11546 F:      include/linux/sunserialcore.h
11547 F:      drivers/tty/serial/suncore.c
11548 F:      drivers/tty/serial/sunhv.c
11549 F:      drivers/tty/serial/sunsab.c
11550 F:      drivers/tty/serial/sunsab.h
11551 F:      drivers/tty/serial/sunsu.c
11552 F:      drivers/tty/serial/sunzilog.c
11553 F:      drivers/tty/serial/sunzilog.h
11554
11555 SPARSE CHECKER
11556 M:      "Christopher Li" <sparse@chrisli.org>
11557 L:      linux-sparse@vger.kernel.org
11558 W:      https://sparse.wiki.kernel.org/
11559 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11560 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11561 S:      Maintained
11562 F:      include/linux/compiler.h
11563
11564 SPEAR PLATFORM SUPPORT
11565 M:      Viresh Kumar <vireshk@kernel.org>
11566 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11568 W:      http://www.st.com/spear
11569 S:      Maintained
11570 F:      arch/arm/boot/dts/spear*
11571 F:      arch/arm/mach-spear/
11572
11573 SPEAR CLOCK FRAMEWORK SUPPORT
11574 M:      Viresh Kumar <vireshk@kernel.org>
11575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11576 W:      http://www.st.com/spear
11577 S:      Maintained
11578 F:      drivers/clk/spear/
11579
11580 SPI NOR SUBSYSTEM
11581 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11582 M:      Marek Vasut <marek.vasut@gmail.com>
11583 L:      linux-mtd@lists.infradead.org
11584 W:      http://www.linux-mtd.infradead.org/
11585 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11586 T:      git git://github.com/spi-nor/linux.git
11587 S:      Maintained
11588 F:      drivers/mtd/spi-nor/
11589 F:      include/linux/mtd/spi-nor.h
11590
11591 SPI SUBSYSTEM
11592 M:      Mark Brown <broonie@kernel.org>
11593 L:      linux-spi@vger.kernel.org
11594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11595 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11596 S:      Maintained
11597 F:      Documentation/devicetree/bindings/spi/
11598 F:      Documentation/spi/
11599 F:      drivers/spi/
11600 F:      include/linux/spi/
11601 F:      include/uapi/linux/spi/
11602 F:      tools/spi/
11603
11604 SPIDERNET NETWORK DRIVER for CELL
11605 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11606 L:      netdev@vger.kernel.org
11607 S:      Supported
11608 F:      Documentation/networking/spider_net.txt
11609 F:      drivers/net/ethernet/toshiba/spider_net*
11610
11611 SPU FILE SYSTEM
11612 M:      Jeremy Kerr <jk@ozlabs.org>
11613 L:      linuxppc-dev@lists.ozlabs.org
11614 W:      http://www.ibm.com/developerworks/power/cell/
11615 S:      Supported
11616 F:      Documentation/filesystems/spufs.txt
11617 F:      arch/powerpc/platforms/cell/spufs/
11618
11619 SQUASHFS FILE SYSTEM
11620 M:      Phillip Lougher <phillip@squashfs.org.uk>
11621 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11622 W:      http://squashfs.org.uk
11623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11624 S:      Maintained
11625 F:      Documentation/filesystems/squashfs.txt
11626 F:      fs/squashfs/
11627
11628 SRM (Alpha) environment access
11629 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11630 S:      Maintained
11631 F:      arch/alpha/kernel/srm_env.c
11632
11633 STABLE BRANCH
11634 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11635 L:      stable@vger.kernel.org
11636 S:      Supported
11637 F:      Documentation/process/stable-kernel-rules.rst
11638
11639 STAGING SUBSYSTEM
11640 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11642 L:      devel@driverdev.osuosl.org
11643 S:      Supported
11644 F:      drivers/staging/
11645
11646 STAGING - COMEDI
11647 M:      Ian Abbott <abbotti@mev.co.uk>
11648 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11649 S:      Odd Fixes
11650 F:      drivers/staging/comedi/
11651
11652 STAGING - FLARION FT1000 DRIVERS
11653 M:      Marek Belisko <marek.belisko@gmail.com>
11654 S:      Odd Fixes
11655 F:      drivers/staging/ft1000/
11656
11657 STAGING - INDUSTRIAL IO
11658 M:      Jonathan Cameron <jic23@kernel.org>
11659 L:      linux-iio@vger.kernel.org
11660 S:      Odd Fixes
11661 F:      Documentation/devicetree/bindings/staging/iio/
11662 F:      drivers/staging/iio/
11663
11664 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11665 M:      Jarod Wilson <jarod@wilsonet.com>
11666 W:      http://www.lirc.org/
11667 S:      Odd Fixes
11668 F:      drivers/staging/media/lirc/
11669
11670 STAGING - LUSTRE PARALLEL FILESYSTEM
11671 M:      Oleg Drokin <oleg.drokin@intel.com>
11672 M:      Andreas Dilger <andreas.dilger@intel.com>
11673 M:      James Simmons <jsimmons@infradead.org>
11674 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11675 W:      http://wiki.lustre.org/
11676 S:      Maintained
11677 F:      drivers/staging/lustre
11678
11679 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11680 M:      Marc Dietrich <marvin24@gmx.de>
11681 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11682 L:      linux-tegra@vger.kernel.org
11683 S:      Maintained
11684 F:      drivers/staging/nvec/
11685
11686 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11687 M:      Jens Frederich <jfrederich@gmail.com>
11688 M:      Daniel Drake <dsd@laptop.org>
11689 M:      Jon Nettleton <jon.nettleton@gmail.com>
11690 W:      http://wiki.laptop.org/go/DCON
11691 S:      Maintained
11692 F:      drivers/staging/olpc_dcon/
11693
11694 STAGING - REALTEK RTL8712U DRIVERS
11695 M:      Larry Finger <Larry.Finger@lwfinger.net>
11696 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11697 S:      Odd Fixes
11698 F:      drivers/staging/rtl8712/
11699
11700 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11701 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11702 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11703 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11704 L:      linux-fbdev@vger.kernel.org
11705 S:      Maintained
11706 F:      drivers/staging/sm750fb/
11707
11708 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11709 M:      William Hubbs <w.d.hubbs@gmail.com>
11710 M:      Chris Brannon <chris@the-brannons.com>
11711 M:      Kirk Reiser <kirk@reisers.ca>
11712 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11713 L:      speakup@linux-speakup.org
11714 W:      http://www.linux-speakup.org/
11715 S:      Odd Fixes
11716 F:      drivers/staging/speakup/
11717
11718 STAGING - VIA VT665X DRIVERS
11719 M:      Forest Bond <forest@alittletooquiet.net>
11720 S:      Odd Fixes
11721 F:      drivers/staging/vt665?/
11722
11723 STAGING - WILC1000 WIFI DRIVER
11724 M:      Aditya Shankar <aditya.shankar@microchip.com>
11725 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11726 L:      linux-wireless@vger.kernel.org
11727 S:      Supported
11728 F:      drivers/staging/wilc1000/
11729
11730 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11731 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11732 S:      Odd Fixes
11733 F:      drivers/staging/xgifb/
11734
11735 STARFIRE/DURALAN NETWORK DRIVER
11736 M:      Ion Badulescu <ionut@badula.org>
11737 S:      Odd Fixes
11738 F:      drivers/net/ethernet/adaptec/starfire*
11739
11740 SUN3/3X
11741 M:      Sam Creasey <sammy@sammy.net>
11742 W:      http://sammy.net/sun3/
11743 S:      Maintained
11744 F:      arch/m68k/kernel/*sun3*
11745 F:      arch/m68k/sun3*/
11746 F:      arch/m68k/include/asm/sun3*
11747 F:      drivers/net/ethernet/i825xx/sun3*
11748
11749 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11750 M:      Hans de Goede <hdegoede@redhat.com>
11751 L:      linux-input@vger.kernel.org
11752 S:      Maintained
11753 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11754 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11755
11756 SUNDANCE NETWORK DRIVER
11757 M:      Denis Kirjanov <kda@linux-powerpc.org>
11758 L:      netdev@vger.kernel.org
11759 S:      Maintained
11760 F:      drivers/net/ethernet/dlink/sundance.c
11761
11762 SUPERH
11763 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11764 M:      Rich Felker <dalias@libc.org>
11765 L:      linux-sh@vger.kernel.org
11766 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11767 S:      Maintained
11768 F:      Documentation/sh/
11769 F:      arch/sh/
11770 F:      drivers/sh/
11771
11772 SUSPEND TO RAM
11773 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11774 M:      Len Brown <len.brown@intel.com>
11775 M:      Pavel Machek <pavel@ucw.cz>
11776 L:      linux-pm@vger.kernel.org
11777 B:      https://bugzilla.kernel.org
11778 S:      Supported
11779 F:      Documentation/power/
11780 F:      arch/x86/kernel/acpi/
11781 F:      drivers/base/power/
11782 F:      kernel/power/
11783 F:      include/linux/suspend.h
11784 F:      include/linux/freezer.h
11785 F:      include/linux/pm.h
11786
11787 SVGA HANDLING
11788 M:      Martin Mares <mj@ucw.cz>
11789 L:      linux-video@atrey.karlin.mff.cuni.cz
11790 S:      Maintained
11791 F:      Documentation/svga.txt
11792 F:      arch/x86/boot/video*
11793
11794 SWIOTLB SUBSYSTEM
11795 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11796 L:      linux-kernel@vger.kernel.org
11797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11798 S:      Supported
11799 F:      lib/swiotlb.c
11800 F:      arch/*/kernel/pci-swiotlb.c
11801 F:      include/linux/swiotlb.h
11802
11803 SWITCHDEV
11804 M:      Jiri Pirko <jiri@resnulli.us>
11805 L:      netdev@vger.kernel.org
11806 S:      Supported
11807 F:      net/switchdev/
11808 F:      include/net/switchdev.h
11809
11810 SYNOPSYS ARC ARCHITECTURE
11811 M:      Vineet Gupta <vgupta@synopsys.com>
11812 L:      linux-snps-arc@lists.infradead.org
11813 S:      Supported
11814 F:      arch/arc/
11815 F:      Documentation/devicetree/bindings/arc/*
11816 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11817 F:      drivers/tty/serial/arc_uart.c
11818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11819
11820 SYNOPSYS ARC SDP platform support
11821 M:      Alexey Brodkin <abrodkin@synopsys.com>
11822 S:      Supported
11823 F:      arch/arc/plat-axs10x
11824 F:      arch/arc/boot/dts/ax*
11825 F:      Documentation/devicetree/bindings/arc/axs10*
11826
11827 SYSTEM CONFIGURATION (SYSCON)
11828 M:      Lee Jones <lee.jones@linaro.org>
11829 M:      Arnd Bergmann <arnd@arndb.de>
11830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11831 S:      Supported
11832 F:      drivers/mfd/syscon.c
11833
11834 SYSTEM RESET/SHUTDOWN DRIVERS
11835 M:      Sebastian Reichel <sre@kernel.org>
11836 L:      linux-pm@vger.kernel.org
11837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11838 S:      Maintained
11839 F:      Documentation/devicetree/bindings/power/reset/
11840 F:      drivers/power/reset/
11841
11842 SYSV FILESYSTEM
11843 M:      Christoph Hellwig <hch@infradead.org>
11844 S:      Maintained
11845 F:      Documentation/filesystems/sysv-fs.txt
11846 F:      fs/sysv/
11847 F:      include/linux/sysv_fs.h
11848
11849 TARGET SUBSYSTEM
11850 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11851 L:      linux-scsi@vger.kernel.org
11852 L:      target-devel@vger.kernel.org
11853 W:      http://www.linux-iscsi.org
11854 W:      http://groups.google.com/group/linux-iscsi-target-dev
11855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11856 S:      Supported
11857 F:      drivers/target/
11858 F:      include/target/
11859 F:      Documentation/target/
11860
11861 TASKSTATS STATISTICS INTERFACE
11862 M:      Balbir Singh <bsingharora@gmail.com>
11863 S:      Maintained
11864 F:      Documentation/accounting/taskstats*
11865 F:      include/linux/taskstats*
11866 F:      kernel/taskstats.c
11867
11868 TC CLASSIFIER
11869 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11870 L:      netdev@vger.kernel.org
11871 S:      Maintained
11872 F:      include/net/pkt_cls.h
11873 F:      include/uapi/linux/pkt_cls.h
11874 F:      net/sched/
11875
11876 TCP LOW PRIORITY MODULE
11877 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11878 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11879 W:      http://tcp-lp-mod.sourceforge.net/
11880 S:      Maintained
11881 F:      net/ipv4/tcp_lp.c
11882
11883 TDA10071 MEDIA DRIVER
11884 M:      Antti Palosaari <crope@iki.fi>
11885 L:      linux-media@vger.kernel.org
11886 W:      https://linuxtv.org
11887 W:      http://palosaari.fi/linux/
11888 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11889 T:      git git://linuxtv.org/anttip/media_tree.git
11890 S:      Maintained
11891 F:      drivers/media/dvb-frontends/tda10071*
11892
11893 TDA18212 MEDIA DRIVER
11894 M:      Antti Palosaari <crope@iki.fi>
11895 L:      linux-media@vger.kernel.org
11896 W:      https://linuxtv.org
11897 W:      http://palosaari.fi/linux/
11898 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11899 T:      git git://linuxtv.org/anttip/media_tree.git
11900 S:      Maintained
11901 F:      drivers/media/tuners/tda18212*
11902
11903 TDA18218 MEDIA DRIVER
11904 M:      Antti Palosaari <crope@iki.fi>
11905 L:      linux-media@vger.kernel.org
11906 W:      https://linuxtv.org
11907 W:      http://palosaari.fi/linux/
11908 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11909 T:      git git://linuxtv.org/anttip/media_tree.git
11910 S:      Maintained
11911 F:      drivers/media/tuners/tda18218*
11912
11913 TDA18271 MEDIA DRIVER
11914 M:      Michael Krufky <mkrufky@linuxtv.org>
11915 L:      linux-media@vger.kernel.org
11916 W:      https://linuxtv.org
11917 W:      http://github.com/mkrufky
11918 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11919 T:      git git://linuxtv.org/mkrufky/tuners.git
11920 S:      Maintained
11921 F:      drivers/media/tuners/tda18271*
11922
11923 TDA827x MEDIA DRIVER
11924 M:      Michael Krufky <mkrufky@linuxtv.org>
11925 L:      linux-media@vger.kernel.org
11926 W:      https://linuxtv.org
11927 W:      http://github.com/mkrufky
11928 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11929 T:      git git://linuxtv.org/mkrufky/tuners.git
11930 S:      Maintained
11931 F:      drivers/media/tuners/tda8290.*
11932
11933 TDA8290 MEDIA DRIVER
11934 M:      Michael Krufky <mkrufky@linuxtv.org>
11935 L:      linux-media@vger.kernel.org
11936 W:      https://linuxtv.org
11937 W:      http://github.com/mkrufky
11938 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11939 T:      git git://linuxtv.org/mkrufky/tuners.git
11940 S:      Maintained
11941 F:      drivers/media/tuners/tda8290.*
11942
11943 TDA9840 MEDIA DRIVER
11944 M:      Hans Verkuil <hverkuil@xs4all.nl>
11945 L:      linux-media@vger.kernel.org
11946 T:      git git://linuxtv.org/media_tree.git
11947 W:      https://linuxtv.org
11948 S:      Maintained
11949 F:      drivers/media/i2c/tda9840*
11950
11951 TEA5761 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:      Odd fixes
11958 F:      drivers/media/tuners/tea5761.*
11959
11960 TEA5767 TUNER DRIVER
11961 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11962 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11963 L:      linux-media@vger.kernel.org
11964 W:      https://linuxtv.org
11965 T:      git git://linuxtv.org/media_tree.git
11966 S:      Maintained
11967 F:      drivers/media/tuners/tea5767.*
11968
11969 TEA6415C MEDIA DRIVER
11970 M:      Hans Verkuil <hverkuil@xs4all.nl>
11971 L:      linux-media@vger.kernel.org
11972 T:      git git://linuxtv.org/media_tree.git
11973 W:      https://linuxtv.org
11974 S:      Maintained
11975 F:      drivers/media/i2c/tea6415c*
11976
11977 TEA6420 MEDIA DRIVER
11978 M:      Hans Verkuil <hverkuil@xs4all.nl>
11979 L:      linux-media@vger.kernel.org
11980 T:      git git://linuxtv.org/media_tree.git
11981 W:      https://linuxtv.org
11982 S:      Maintained
11983 F:      drivers/media/i2c/tea6420*
11984
11985 TEAM DRIVER
11986 M:      Jiri Pirko <jiri@resnulli.us>
11987 L:      netdev@vger.kernel.org
11988 S:      Supported
11989 F:      drivers/net/team/
11990 F:      include/linux/if_team.h
11991 F:      include/uapi/linux/if_team.h
11992
11993 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11994 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11995 S:      Maintained
11996 F:      arch/x86/platform/ts5500/
11997
11998 TECHNOTREND USB IR RECEIVER
11999 M:      Sean Young <sean@mess.org>
12000 L:      linux-media@vger.kernel.org
12001 S:      Maintained
12002 F:      drivers/media/rc/ttusbir.c
12003
12004 TEGRA ARCHITECTURE SUPPORT
12005 M:      Stephen Warren <swarren@wwwdotorg.org>
12006 M:      Thierry Reding <thierry.reding@gmail.com>
12007 M:      Alexandre Courbot <gnurou@gmail.com>
12008 L:      linux-tegra@vger.kernel.org
12009 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12011 S:      Supported
12012 N:      [^a-z]tegra
12013
12014 TEGRA CLOCK DRIVER
12015 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12016 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12017 S:      Supported
12018 F:      drivers/clk/tegra/
12019
12020 TEGRA DMA DRIVERS
12021 M:      Laxman Dewangan <ldewangan@nvidia.com>
12022 M:      Jon Hunter <jonathanh@nvidia.com>
12023 S:      Supported
12024 F:      drivers/dma/tegra*
12025
12026 TEGRA I2C DRIVER
12027 M:      Laxman Dewangan <ldewangan@nvidia.com>
12028 S:      Supported
12029 F:      drivers/i2c/busses/i2c-tegra.c
12030
12031 TEGRA IOMMU DRIVERS
12032 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12033 S:      Supported
12034 F:      drivers/iommu/tegra*
12035
12036 TEGRA KBC DRIVER
12037 M:      Rakesh Iyer <riyer@nvidia.com>
12038 M:      Laxman Dewangan <ldewangan@nvidia.com>
12039 S:      Supported
12040 F:      drivers/input/keyboard/tegra-kbc.c
12041
12042 TEGRA PWM DRIVER
12043 M:      Thierry Reding <thierry.reding@gmail.com>
12044 S:      Supported
12045 F:      drivers/pwm/pwm-tegra.c
12046
12047 TEGRA SERIAL DRIVER
12048 M:      Laxman Dewangan <ldewangan@nvidia.com>
12049 S:      Supported
12050 F:      drivers/tty/serial/serial-tegra.c
12051
12052 TEGRA SPI DRIVER
12053 M:      Laxman Dewangan <ldewangan@nvidia.com>
12054 S:      Supported
12055 F:      drivers/spi/spi-tegra*
12056
12057 TEHUTI ETHERNET DRIVER
12058 M:      Andy Gospodarek <andy@greyhouse.net>
12059 L:      netdev@vger.kernel.org
12060 S:      Supported
12061 F:      drivers/net/ethernet/tehuti/*
12062
12063 Telecom Clock Driver for MCPL0010
12064 M:      Mark Gross <mark.gross@intel.com>
12065 S:      Supported
12066 F:      drivers/char/tlclk.c
12067
12068 TENSILICA XTENSA PORT (xtensa)
12069 M:      Chris Zankel <chris@zankel.net>
12070 M:      Max Filippov <jcmvbkbc@gmail.com>
12071 L:      linux-xtensa@linux-xtensa.org
12072 T:      git git://github.com/czankel/xtensa-linux.git
12073 S:      Maintained
12074 F:      arch/xtensa/
12075 F:      drivers/irqchip/irq-xtensa-*
12076
12077 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12078 M:      Hans Verkuil <hverkuil@xs4all.nl>
12079 L:      linux-media@vger.kernel.org
12080 T:      git git://linuxtv.org/media_tree.git
12081 W:      https://linuxtv.org
12082 S:      Maintained
12083 F:      drivers/media/radio/radio-raremono.c
12084
12085 THERMAL
12086 M:      Zhang Rui <rui.zhang@intel.com>
12087 M:      Eduardo Valentin <edubezval@gmail.com>
12088 L:      linux-pm@vger.kernel.org
12089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12091 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12092 S:      Supported
12093 F:      drivers/thermal/
12094 F:      include/linux/thermal.h
12095 F:      include/uapi/linux/thermal.h
12096 F:      include/linux/cpu_cooling.h
12097 F:      Documentation/devicetree/bindings/thermal/
12098
12099 THERMAL/CPU_COOLING
12100 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12101 M:      Viresh Kumar <viresh.kumar@linaro.org>
12102 M:      Javi Merino <javi.merino@kernel.org>
12103 L:      linux-pm@vger.kernel.org
12104 S:      Supported
12105 F:      Documentation/thermal/cpu-cooling-api.txt
12106 F:      drivers/thermal/cpu_cooling.c
12107 F:      include/linux/cpu_cooling.h
12108
12109 THINKPAD ACPI EXTRAS DRIVER
12110 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12111 L:      ibm-acpi-devel@lists.sourceforge.net
12112 L:      platform-driver-x86@vger.kernel.org
12113 W:      http://ibm-acpi.sourceforge.net
12114 W:      http://thinkwiki.org/wiki/Ibm-acpi
12115 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12116 S:      Maintained
12117 F:      drivers/platform/x86/thinkpad_acpi.c
12118
12119 TI BANDGAP AND THERMAL DRIVER
12120 M:      Eduardo Valentin <edubezval@gmail.com>
12121 M:      Keerthy <j-keerthy@ti.com>
12122 L:      linux-pm@vger.kernel.org
12123 L:      linux-omap@vger.kernel.org
12124 S:      Maintained
12125 F:      drivers/thermal/ti-soc-thermal/
12126
12127 TI VPE/CAL DRIVERS
12128 M:      Benoit Parrot <bparrot@ti.com>
12129 L:      linux-media@vger.kernel.org
12130 W:      http://linuxtv.org/
12131 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12132 S:      Maintained
12133 F:      drivers/media/platform/ti-vpe/
12134
12135 TI CDCE706 CLOCK DRIVER
12136 M:      Max Filippov <jcmvbkbc@gmail.com>
12137 S:      Maintained
12138 F:      drivers/clk/clk-cdce706.c
12139
12140 TI CLOCK DRIVER
12141 M:      Tero Kristo <t-kristo@ti.com>
12142 L:      linux-omap@vger.kernel.org
12143 S:      Maintained
12144 F:      drivers/clk/ti/
12145 F:      include/linux/clk/ti.h
12146
12147 TI ETHERNET SWITCH DRIVER (CPSW)
12148 M:      Mugunthan V N <mugunthanvnm@ti.com>
12149 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12150 L:      linux-omap@vger.kernel.org
12151 L:      netdev@vger.kernel.org
12152 S:      Maintained
12153 F:      drivers/net/ethernet/ti/cpsw*
12154 F:      drivers/net/ethernet/ti/davinci*
12155
12156 TI FLASH MEDIA INTERFACE DRIVER
12157 M:      Alex Dubov <oakad@yahoo.com>
12158 S:      Maintained
12159 F:      drivers/misc/tifm*
12160 F:      drivers/mmc/host/tifm_sd.c
12161 F:      include/linux/tifm.h
12162
12163 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12164 M:      Santosh Shilimkar <ssantosh@kernel.org>
12165 L:      linux-kernel@vger.kernel.org
12166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12167 S:      Maintained
12168 F:      drivers/soc/ti/*
12169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12170
12171
12172 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12173 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12174 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12175 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12176 S:      Maintained
12177 F:      sound/soc/codecs/lm49453*
12178 F:      sound/soc/codecs/isabelle*
12179
12180 TI LP855x BACKLIGHT DRIVER
12181 M:      Milo Kim <milo.kim@ti.com>
12182 S:      Maintained
12183 F:      Documentation/backlight/lp855x-driver.txt
12184 F:      drivers/video/backlight/lp855x_bl.c
12185 F:      include/linux/platform_data/lp855x.h
12186
12187 TI LP8727 CHARGER DRIVER
12188 M:      Milo Kim <milo.kim@ti.com>
12189 S:      Maintained
12190 F:      drivers/power/supply/lp8727_charger.c
12191 F:      include/linux/platform_data/lp8727.h
12192
12193 TI LP8788 MFD DRIVER
12194 M:      Milo Kim <milo.kim@ti.com>
12195 S:      Maintained
12196 F:      drivers/iio/adc/lp8788_adc.c
12197 F:      drivers/leds/leds-lp8788.c
12198 F:      drivers/mfd/lp8788*.c
12199 F:      drivers/power/supply/lp8788-charger.c
12200 F:      drivers/regulator/lp8788-*.c
12201 F:      include/linux/mfd/lp8788*.h
12202
12203 TI NETCP ETHERNET DRIVER
12204 M:      Wingman Kwok <w-kwok2@ti.com>
12205 M:      Murali Karicheri <m-karicheri2@ti.com>
12206 L:      netdev@vger.kernel.org
12207 S:      Maintained
12208 F:      drivers/net/ethernet/ti/netcp*
12209
12210 TI TAS571X FAMILY ASoC CODEC DRIVER
12211 M:      Kevin Cernekee <cernekee@chromium.org>
12212 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12213 S:      Odd Fixes
12214 F:      sound/soc/codecs/tas571x*
12215
12216 TI TWL4030 SERIES SOC CODEC DRIVER
12217 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12218 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12219 S:      Maintained
12220 F:      sound/soc/codecs/twl4030*
12221
12222 TI WILINK WIRELESS DRIVERS
12223 L:      linux-wireless@vger.kernel.org
12224 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12225 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12227 S:      Orphan
12228 F:      drivers/net/wireless/ti/
12229 F:      include/linux/wl12xx.h
12230
12231 TIPC NETWORK LAYER
12232 M:      Jon Maloy <jon.maloy@ericsson.com>
12233 M:      Ying Xue <ying.xue@windriver.com>
12234 L:      netdev@vger.kernel.org (core kernel code)
12235 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12236 W:      http://tipc.sourceforge.net/
12237 S:      Maintained
12238 F:      include/uapi/linux/tipc*.h
12239 F:      net/tipc/
12240
12241 TILE ARCHITECTURE
12242 M:      Chris Metcalf <cmetcalf@mellanox.com>
12243 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12245 S:      Supported
12246 F:      arch/tile/
12247 F:      drivers/char/tile-srom.c
12248 F:      drivers/edac/tile_edac.c
12249 F:      drivers/net/ethernet/tile/
12250 F:      drivers/rtc/rtc-tile.c
12251 F:      drivers/tty/hvc/hvc_tile.c
12252 F:      drivers/tty/serial/tilegx.c
12253 F:      drivers/usb/host/*-tilegx.c
12254 F:      include/linux/usb/tilegx.h
12255
12256 TLAN NETWORK DRIVER
12257 M:      Samuel Chessman <chessman@tux.org>
12258 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12259 W:      http://sourceforge.net/projects/tlan/
12260 S:      Maintained
12261 F:      Documentation/networking/tlan.txt
12262 F:      drivers/net/ethernet/ti/tlan.*
12263
12264 TOMOYO SECURITY MODULE
12265 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12266 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12267 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12268 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12269 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12270 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12271 W:      http://tomoyo.sourceforge.jp/
12272 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12273 S:      Maintained
12274 F:      security/tomoyo/
12275
12276 TOPSTAR LAPTOP EXTRAS DRIVER
12277 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12278 L:      platform-driver-x86@vger.kernel.org
12279 S:      Maintained
12280 F:      drivers/platform/x86/topstar-laptop.c
12281
12282 TOSHIBA ACPI EXTRAS DRIVER
12283 M:      Azael Avalos <coproscefalo@gmail.com>
12284 L:      platform-driver-x86@vger.kernel.org
12285 S:      Maintained
12286 F:      drivers/platform/x86/toshiba_acpi.c
12287
12288 TOSHIBA BLUETOOTH DRIVER
12289 M:      Azael Avalos <coproscefalo@gmail.com>
12290 L:      platform-driver-x86@vger.kernel.org
12291 S:      Maintained
12292 F:      drivers/platform/x86/toshiba_bluetooth.c
12293
12294 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12295 M:      Azael Avalos <coproscefalo@gmail.com>
12296 L:      platform-driver-x86@vger.kernel.org
12297 S:      Maintained
12298 F:      drivers/platform/x86/toshiba_haps.c
12299
12300 TOSHIBA WMI HOTKEYS DRIVER
12301 M:      Azael Avalos <coproscefalo@gmail.com>
12302 L:      platform-driver-x86@vger.kernel.org
12303 S:      Maintained
12304 F:      drivers/platform/x86/toshiba-wmi.c
12305
12306 TOSHIBA SMM DRIVER
12307 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12308 W:      http://www.buzzard.org.uk/toshiba/
12309 S:      Maintained
12310 F:      drivers/char/toshiba.c
12311 F:      include/linux/toshiba.h
12312 F:      include/uapi/linux/toshiba.h
12313
12314 TOSHIBA TC358743 DRIVER
12315 M:      Mats Randgaard <matrandg@cisco.com>
12316 L:      linux-media@vger.kernel.org
12317 S:      Maintained
12318 F:      drivers/media/i2c/tc358743*
12319 F:      include/media/i2c/tc358743.h
12320
12321 TMIO/SDHI MMC DRIVER
12322 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12323 L:      linux-mmc@vger.kernel.org
12324 S:      Supported
12325 F:      drivers/mmc/host/tmio_mmc*
12326 F:      drivers/mmc/host/sh_mobile_sdhi.c
12327 F:      include/linux/mfd/tmio.h
12328
12329 TMP401 HARDWARE MONITOR DRIVER
12330 M:      Guenter Roeck <linux@roeck-us.net>
12331 L:      linux-hwmon@vger.kernel.org
12332 S:      Maintained
12333 F:      Documentation/hwmon/tmp401
12334 F:      drivers/hwmon/tmp401.c
12335
12336 TMPFS (SHMEM FILESYSTEM)
12337 M:      Hugh Dickins <hughd@google.com>
12338 L:      linux-mm@kvack.org
12339 S:      Maintained
12340 F:      include/linux/shmem_fs.h
12341 F:      mm/shmem.c
12342
12343 TM6000 VIDEO4LINUX DRIVER
12344 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12345 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12346 L:      linux-media@vger.kernel.org
12347 W:      https://linuxtv.org
12348 T:      git git://linuxtv.org/media_tree.git
12349 S:      Odd fixes
12350 F:      drivers/media/usb/tm6000/
12351 F:      Documentation/media/v4l-drivers/tm6000*
12352
12353 TW5864 VIDEO4LINUX DRIVER
12354 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12355 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12356 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12357 L:      linux-media@vger.kernel.org
12358 S:      Supported
12359 F:      drivers/media/pci/tw5864/
12360
12361 TW68 VIDEO4LINUX DRIVER
12362 M:      Hans Verkuil <hverkuil@xs4all.nl>
12363 L:      linux-media@vger.kernel.org
12364 T:      git git://linuxtv.org/media_tree.git
12365 W:      https://linuxtv.org
12366 S:      Odd Fixes
12367 F:      drivers/media/pci/tw68/
12368
12369 TW686X VIDEO4LINUX DRIVER
12370 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12371 L:      linux-media@vger.kernel.org
12372 T:      git git://linuxtv.org/media_tree.git
12373 W:      http://linuxtv.org
12374 S:      Maintained
12375 F:      drivers/media/pci/tw686x/
12376
12377 TPM DEVICE DRIVER
12378 M:      Peter Huewe <peterhuewe@gmx.de>
12379 M:      Marcel Selhorst <tpmdd@selhorst.net>
12380 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12381 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12382 W:      http://tpmdd.sourceforge.net
12383 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12384 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12385 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12386 S:      Maintained
12387 F:      drivers/char/tpm/
12388
12389 TPM IBM_VTPM DEVICE DRIVER
12390 M:      Ashley Lai <ashleydlai@gmail.com>
12391 W:      http://tpmdd.sourceforge.net
12392 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12393 S:      Maintained
12394 F:      drivers/char/tpm/tpm_ibmvtpm*
12395
12396 TRACING
12397 M:      Steven Rostedt <rostedt@goodmis.org>
12398 M:      Ingo Molnar <mingo@redhat.com>
12399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12400 S:      Maintained
12401 F:      Documentation/trace/ftrace.txt
12402 F:      arch/*/*/*/ftrace.h
12403 F:      arch/*/kernel/ftrace.c
12404 F:      include/*/ftrace.h
12405 F:      include/linux/trace*.h
12406 F:      include/trace/
12407 F:      kernel/trace/
12408 F:      tools/testing/selftests/ftrace/
12409
12410 TRACING MMIO ACCESSES (MMIOTRACE)
12411 M:      Steven Rostedt <rostedt@goodmis.org>
12412 M:      Ingo Molnar <mingo@kernel.org>
12413 R:      Karol Herbst <karolherbst@gmail.com>
12414 R:      Pekka Paalanen <ppaalanen@gmail.com>
12415 S:      Maintained
12416 L:      linux-kernel@vger.kernel.org
12417 L:      nouveau@lists.freedesktop.org
12418 F:      kernel/trace/trace_mmiotrace.c
12419 F:      include/linux/mmiotrace.h
12420 F:      arch/x86/mm/kmmio.c
12421 F:      arch/x86/mm/mmio-mod.c
12422 F:      arch/x86/mm/testmmiotrace.c
12423
12424 TRIVIAL PATCHES
12425 M:      Jiri Kosina <trivial@kernel.org>
12426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12427 S:      Maintained
12428 K:      ^Subject:.*(?i)trivial
12429
12430 TTY LAYER
12431 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12432 M:      Jiri Slaby <jslaby@suse.com>
12433 S:      Supported
12434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12435 F:      Documentation/serial/
12436 F:      drivers/tty/
12437 F:      drivers/tty/serial/serial_core.c
12438 F:      include/linux/serial_core.h
12439 F:      include/linux/serial.h
12440 F:      include/linux/tty.h
12441 F:      include/uapi/linux/serial_core.h
12442 F:      include/uapi/linux/serial.h
12443 F:      include/uapi/linux/tty.h
12444
12445 TUA9001 MEDIA DRIVER
12446 M:      Antti Palosaari <crope@iki.fi>
12447 L:      linux-media@vger.kernel.org
12448 W:      https://linuxtv.org
12449 W:      http://palosaari.fi/linux/
12450 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12451 T:      git git://linuxtv.org/anttip/media_tree.git
12452 S:      Maintained
12453 F:      drivers/media/tuners/tua9001*
12454
12455 TULIP NETWORK DRIVERS
12456 L:      netdev@vger.kernel.org
12457 L:      linux-parisc@vger.kernel.org
12458 S:      Orphan
12459 F:      drivers/net/ethernet/dec/tulip/
12460
12461 TUN/TAP driver
12462 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12463 W:      http://vtun.sourceforge.net/tun
12464 S:      Maintained
12465 F:      Documentation/networking/tuntap.txt
12466 F:      arch/um/os-Linux/drivers/
12467
12468 TURBOCHANNEL SUBSYSTEM
12469 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12470 M:      Ralf Baechle <ralf@linux-mips.org>
12471 L:      linux-mips@linux-mips.org
12472 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12473 S:      Maintained
12474 F:      drivers/tc/
12475 F:      include/linux/tc.h
12476
12477 UBI FILE SYSTEM (UBIFS)
12478 M:      Richard Weinberger <richard@nod.at>
12479 M:      Artem Bityutskiy <dedekind1@gmail.com>
12480 M:      Adrian Hunter <adrian.hunter@intel.com>
12481 L:      linux-mtd@lists.infradead.org
12482 T:      git git://git.infradead.org/ubifs-2.6.git
12483 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12484 S:      Supported
12485 F:      Documentation/filesystems/ubifs.txt
12486 F:      fs/ubifs/
12487
12488 UCLINUX (M68KNOMMU AND COLDFIRE)
12489 M:      Greg Ungerer <gerg@linux-m68k.org>
12490 W:      http://www.linux-m68k.org/
12491 W:      http://www.uclinux.org/
12492 L:      linux-m68k@lists.linux-m68k.org
12493 L:      uclinux-dev@uclinux.org  (subscribers-only)
12494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12495 S:      Maintained
12496 F:      arch/m68k/coldfire/
12497 F:      arch/m68k/68*/
12498 F:      arch/m68k/*/*_no.*
12499 F:      arch/m68k/include/asm/*_no.*
12500
12501 UDF FILESYSTEM
12502 M:      Jan Kara <jack@suse.com>
12503 S:      Maintained
12504 F:      Documentation/filesystems/udf.txt
12505 F:      fs/udf/
12506
12507 UDRAW TABLET
12508 M:      Bastien Nocera <hadess@hadess.net>
12509 L:      linux-input@vger.kernel.org
12510 S:      Maintained
12511 F:      drivers/hid/hid-udraw.c
12512
12513 UFS FILESYSTEM
12514 M:      Evgeniy Dushistov <dushistov@mail.ru>
12515 S:      Maintained
12516 F:      Documentation/filesystems/ufs.txt
12517 F:      fs/ufs/
12518
12519 UHID USERSPACE HID IO DRIVER:
12520 M:      David Herrmann <dh.herrmann@googlemail.com>
12521 L:      linux-input@vger.kernel.org
12522 S:      Maintained
12523 F:      drivers/hid/uhid.c
12524 F:      include/uapi/linux/uhid.h
12525
12526 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12527 L:      linux-usb@vger.kernel.org
12528 S:      Orphan
12529 F:      drivers/uwb/
12530 F:      include/linux/uwb.h
12531 F:      include/linux/uwb/
12532
12533 UNICORE32 ARCHITECTURE:
12534 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12535 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12536 S:      Maintained
12537 T:      git git://github.com/gxt/linux.git
12538 F:      arch/unicore32/
12539
12540 UNIFDEF
12541 M:      Tony Finch <dot@dotat.at>
12542 W:      http://dotat.at/prog/unifdef
12543 S:      Maintained
12544 F:      scripts/unifdef.c
12545
12546 UNIFORM CDROM DRIVER
12547 M:      Jens Axboe <axboe@kernel.dk>
12548 W:      http://www.kernel.dk
12549 S:      Maintained
12550 F:      Documentation/cdrom/
12551 F:      drivers/cdrom/cdrom.c
12552 F:      include/linux/cdrom.h
12553 F:      include/uapi/linux/cdrom.h
12554
12555 UNISYS S-PAR DRIVERS
12556 M:      David Kershner <david.kershner@unisys.com>
12557 L:      sparmaintainer@unisys.com (Unisys internal)
12558 S:      Supported
12559 F:      drivers/staging/unisys/
12560
12561 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12562 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12563 L:      linux-scsi@vger.kernel.org
12564 S:      Supported
12565 F:      Documentation/scsi/ufs.txt
12566 F:      drivers/scsi/ufs/
12567
12568 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12569 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
12570 M:      Prabu Thangamuthu <prabut@synopsys.com>
12571 L:      linux-scsi@vger.kernel.org
12572 S:      Supported
12573 F:      drivers/scsi/ufs/*dwc*
12574
12575 UNSORTED BLOCK IMAGES (UBI)
12576 M:      Artem Bityutskiy <dedekind1@gmail.com>
12577 M:      Richard Weinberger <richard@nod.at>
12578 W:      http://www.linux-mtd.infradead.org/
12579 L:      linux-mtd@lists.infradead.org
12580 T:      git git://git.infradead.org/ubifs-2.6.git
12581 S:      Supported
12582 F:      drivers/mtd/ubi/
12583 F:      include/linux/mtd/ubi.h
12584 F:      include/uapi/mtd/ubi-user.h
12585
12586 USB ACM DRIVER
12587 M:      Oliver Neukum <oneukum@suse.com>
12588 L:      linux-usb@vger.kernel.org
12589 S:      Maintained
12590 F:      Documentation/usb/acm.txt
12591 F:      drivers/usb/class/cdc-acm.*
12592
12593 USB AR5523 WIRELESS DRIVER
12594 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12595 L:      linux-wireless@vger.kernel.org
12596 S:      Maintained
12597 F:      drivers/net/wireless/ath/ar5523/
12598
12599 USB ATTACHED SCSI
12600 M:      Oliver Neukum <oneukum@suse.com>
12601 L:      linux-usb@vger.kernel.org
12602 L:      linux-scsi@vger.kernel.org
12603 S:      Maintained
12604 F:      drivers/usb/storage/uas.c
12605
12606 USB CDC ETHERNET DRIVER
12607 M:      Oliver Neukum <oliver@neukum.org>
12608 L:      linux-usb@vger.kernel.org
12609 S:      Maintained
12610 F:      drivers/net/usb/cdc_*.c
12611 F:      include/uapi/linux/usb/cdc.h
12612
12613 USB CHAOSKEY DRIVER
12614 M:      Keith Packard <keithp@keithp.com>
12615 L:      linux-usb@vger.kernel.org
12616 S:      Maintained
12617 F:      drivers/usb/misc/chaoskey.c
12618
12619 USB CYPRESS C67X00 DRIVER
12620 M:      Peter Korsgaard <jacmet@sunsite.dk>
12621 L:      linux-usb@vger.kernel.org
12622 S:      Maintained
12623 F:      drivers/usb/c67x00/
12624
12625 USB DAVICOM DM9601 DRIVER
12626 M:      Peter Korsgaard <jacmet@sunsite.dk>
12627 L:      netdev@vger.kernel.org
12628 W:      http://www.linux-usb.org/usbnet
12629 S:      Maintained
12630 F:      drivers/net/usb/dm9601.c
12631
12632 USB DIAMOND RIO500 DRIVER
12633 M:      Cesar Miquel <miquel@df.uba.ar>
12634 L:      rio500-users@lists.sourceforge.net
12635 W:      http://rio500.sourceforge.net
12636 S:      Maintained
12637 F:      drivers/usb/misc/rio500*
12638
12639 USB EHCI DRIVER
12640 M:      Alan Stern <stern@rowland.harvard.edu>
12641 L:      linux-usb@vger.kernel.org
12642 S:      Maintained
12643 F:      Documentation/usb/ehci.txt
12644 F:      drivers/usb/host/ehci*
12645
12646 USB GADGET/PERIPHERAL SUBSYSTEM
12647 M:      Felipe Balbi <balbi@kernel.org>
12648 L:      linux-usb@vger.kernel.org
12649 W:      http://www.linux-usb.org/gadget
12650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12651 S:      Maintained
12652 F:      drivers/usb/gadget/
12653 F:      include/linux/usb/gadget*
12654
12655 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12656 M:      Jiri Kosina <jikos@kernel.org>
12657 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12658 L:      linux-usb@vger.kernel.org
12659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12660 S:      Maintained
12661 F:      Documentation/hid/hiddev.txt
12662 F:      drivers/hid/usbhid/
12663
12664 USB ISP116X DRIVER
12665 M:      Olav Kongas <ok@artecdesign.ee>
12666 L:      linux-usb@vger.kernel.org
12667 S:      Maintained
12668 F:      drivers/usb/host/isp116x*
12669 F:      include/linux/usb/isp116x.h
12670
12671 USB LAN78XX ETHERNET DRIVER
12672 M:      Woojung Huh <woojung.huh@microchip.com>
12673 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12674 L:      netdev@vger.kernel.org
12675 S:      Maintained
12676 F:      drivers/net/usb/lan78xx.*
12677
12678 USB MASS STORAGE DRIVER
12679 M:      Alan Stern <stern@rowland.harvard.edu>
12680 L:      linux-usb@vger.kernel.org
12681 L:      usb-storage@lists.one-eyed-alien.net
12682 S:      Maintained
12683 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12684 F:      drivers/usb/storage/
12685
12686 USB MIDI DRIVER
12687 M:      Clemens Ladisch <clemens@ladisch.de>
12688 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12689 T:      git git://git.alsa-project.org/alsa-kernel.git
12690 S:      Maintained
12691 F:      sound/usb/midi.*
12692
12693 USB NETWORKING DRIVERS
12694 L:      linux-usb@vger.kernel.org
12695 S:      Odd Fixes
12696 F:      drivers/net/usb/
12697
12698 USB OHCI DRIVER
12699 M:      Alan Stern <stern@rowland.harvard.edu>
12700 L:      linux-usb@vger.kernel.org
12701 S:      Maintained
12702 F:      Documentation/usb/ohci.txt
12703 F:      drivers/usb/host/ohci*
12704
12705 USB OTG FSM (Finite State Machine)
12706 M:      Peter Chen <Peter.Chen@nxp.com>
12707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12708 L:      linux-usb@vger.kernel.org
12709 S:      Maintained
12710 F:      drivers/usb/common/usb-otg-fsm.c
12711
12712 USB OVER IP DRIVER
12713 M:      Valentina Manea <valentina.manea.m@gmail.com>
12714 M:      Shuah Khan <shuahkh@osg.samsung.com>
12715 M:      Shuah Khan <shuah@kernel.org>
12716 L:      linux-usb@vger.kernel.org
12717 S:      Maintained
12718 F:      Documentation/usb/usbip_protocol.txt
12719 F:      drivers/usb/usbip/
12720 F:      tools/usb/usbip/
12721
12722 USB PEGASUS DRIVER
12723 M:      Petko Manolov <petkan@nucleusys.com>
12724 L:      linux-usb@vger.kernel.org
12725 L:      netdev@vger.kernel.org
12726 T:      git git://github.com/petkan/pegasus.git
12727 W:      https://github.com/petkan/pegasus
12728 S:      Maintained
12729 F:      drivers/net/usb/pegasus.*
12730
12731 USB PHY LAYER
12732 M:      Felipe Balbi <balbi@kernel.org>
12733 L:      linux-usb@vger.kernel.org
12734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12735 S:      Maintained
12736 F:      drivers/usb/phy/
12737
12738 USB PRINTER DRIVER (usblp)
12739 M:      Pete Zaitcev <zaitcev@redhat.com>
12740 L:      linux-usb@vger.kernel.org
12741 S:      Supported
12742 F:      drivers/usb/class/usblp.c
12743
12744 USB QMI WWAN NETWORK DRIVER
12745 M:      Bjørn Mork <bjorn@mork.no>
12746 L:      netdev@vger.kernel.org
12747 S:      Maintained
12748 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12749 F:      drivers/net/usb/qmi_wwan.c
12750
12751 USB RTL8150 DRIVER
12752 M:      Petko Manolov <petkan@nucleusys.com>
12753 L:      linux-usb@vger.kernel.org
12754 L:      netdev@vger.kernel.org
12755 T:      git git://github.com/petkan/rtl8150.git
12756 W:      https://github.com/petkan/rtl8150
12757 S:      Maintained
12758 F:      drivers/net/usb/rtl8150.c
12759
12760 USB SERIAL SUBSYSTEM
12761 M:      Johan Hovold <johan@kernel.org>
12762 L:      linux-usb@vger.kernel.org
12763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12764 S:      Maintained
12765 F:      Documentation/usb/usb-serial.txt
12766 F:      drivers/usb/serial/
12767 F:      include/linux/usb/serial.h
12768
12769 USB SMSC75XX ETHERNET DRIVER
12770 M:      Steve Glendinning <steve.glendinning@shawell.net>
12771 L:      netdev@vger.kernel.org
12772 S:      Maintained
12773 F:      drivers/net/usb/smsc75xx.*
12774
12775 USB SMSC95XX ETHERNET DRIVER
12776 M:      Steve Glendinning <steve.glendinning@shawell.net>
12777 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12778 L:      netdev@vger.kernel.org
12779 S:      Maintained
12780 F:      drivers/net/usb/smsc95xx.*
12781
12782 USB SUBSYSTEM
12783 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12784 L:      linux-usb@vger.kernel.org
12785 W:      http://www.linux-usb.org
12786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12787 S:      Supported
12788 F:      Documentation/devicetree/bindings/usb/
12789 F:      Documentation/usb/
12790 F:      drivers/usb/
12791 F:      include/linux/usb.h
12792 F:      include/linux/usb/
12793
12794 USB UHCI DRIVER
12795 M:      Alan Stern <stern@rowland.harvard.edu>
12796 L:      linux-usb@vger.kernel.org
12797 S:      Maintained
12798 F:      drivers/usb/host/uhci*
12799
12800 USB "USBNET" DRIVER FRAMEWORK
12801 M:      Oliver Neukum <oneukum@suse.com>
12802 L:      netdev@vger.kernel.org
12803 W:      http://www.linux-usb.org/usbnet
12804 S:      Maintained
12805 F:      drivers/net/usb/usbnet.c
12806 F:      include/linux/usb/usbnet.h
12807
12808 USB VIDEO CLASS
12809 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12810 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12811 L:      linux-media@vger.kernel.org
12812 T:      git git://linuxtv.org/media_tree.git
12813 W:      http://www.ideasonboard.org/uvc/
12814 S:      Maintained
12815 F:      drivers/media/usb/uvc/
12816 F:      include/uapi/linux/uvcvideo.h
12817
12818 USB VISION DRIVER
12819 M:      Hans Verkuil <hverkuil@xs4all.nl>
12820 L:      linux-media@vger.kernel.org
12821 T:      git git://linuxtv.org/media_tree.git
12822 W:      https://linuxtv.org
12823 S:      Odd Fixes
12824 F:      drivers/media/usb/usbvision/
12825
12826 USB WEBCAM GADGET
12827 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12828 L:      linux-usb@vger.kernel.org
12829 S:      Maintained
12830 F:      drivers/usb/gadget/function/*uvc*
12831 F:      drivers/usb/gadget/legacy/webcam.c
12832
12833 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12834 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12835 L:      linux-wireless@vger.kernel.org
12836 S:      Maintained
12837 F:      drivers/net/wireless/rndis_wlan.c
12838
12839 USB XHCI DRIVER
12840 M:      Mathias Nyman <mathias.nyman@intel.com>
12841 L:      linux-usb@vger.kernel.org
12842 S:      Supported
12843 F:      drivers/usb/host/xhci*
12844 F:      drivers/usb/host/pci-quirks*
12845
12846 USB ZD1201 DRIVER
12847 L:      linux-wireless@vger.kernel.org
12848 W:      http://linux-lc100020.sourceforge.net
12849 S:      Orphan
12850 F:      drivers/net/wireless/zydas/zd1201.*
12851
12852 USB ZR364XX DRIVER
12853 M:      Antoine Jacquet <royale@zerezo.com>
12854 L:      linux-usb@vger.kernel.org
12855 L:      linux-media@vger.kernel.org
12856 T:      git git://linuxtv.org/media_tree.git
12857 W:      http://royale.zerezo.com/zr364xx/
12858 S:      Maintained
12859 F:      Documentation/media/v4l-drivers/zr364xx*
12860 F:      drivers/media/usb/zr364xx/
12861
12862 ULPI BUS
12863 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12864 L:      linux-usb@vger.kernel.org
12865 S:      Maintained
12866 F:      drivers/usb/common/ulpi.c
12867 F:      include/linux/ulpi/
12868
12869 USER-MODE LINUX (UML)
12870 M:      Jeff Dike <jdike@addtoit.com>
12871 M:      Richard Weinberger <richard@nod.at>
12872 L:      user-mode-linux-devel@lists.sourceforge.net
12873 L:      user-mode-linux-user@lists.sourceforge.net
12874 W:      http://user-mode-linux.sourceforge.net
12875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12876 S:      Maintained
12877 F:      Documentation/virtual/uml/
12878 F:      arch/um/
12879 F:      arch/x86/um/
12880 F:      fs/hostfs/
12881 F:      fs/hppfs/
12882
12883 USERSPACE I/O (UIO)
12884 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12885 S:      Maintained
12886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12887 F:      Documentation/DocBook/uio-howto.tmpl
12888 F:      drivers/uio/
12889 F:      include/linux/uio*.h
12890
12891 UTIL-LINUX PACKAGE
12892 M:      Karel Zak <kzak@redhat.com>
12893 L:      util-linux@vger.kernel.org
12894 W:      http://en.wikipedia.org/wiki/Util-linux
12895 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12896 S:      Maintained
12897
12898 UVESAFB DRIVER
12899 M:      Michal Januszewski <spock@gentoo.org>
12900 L:      linux-fbdev@vger.kernel.org
12901 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12902 S:      Maintained
12903 F:      Documentation/fb/uvesafb.txt
12904 F:      drivers/video/fbdev/uvesafb.*
12905
12906 VF610 NAND DRIVER
12907 M:      Stefan Agner <stefan@agner.ch>
12908 L:      linux-mtd@lists.infradead.org
12909 S:      Supported
12910 F:      drivers/mtd/nand/vf610_nfc.c
12911
12912 VFAT/FAT/MSDOS FILESYSTEM
12913 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12914 S:      Maintained
12915 F:      Documentation/filesystems/vfat.txt
12916 F:      fs/fat/
12917
12918 VFIO DRIVER
12919 M:      Alex Williamson <alex.williamson@redhat.com>
12920 L:      kvm@vger.kernel.org
12921 T:      git git://github.com/awilliam/linux-vfio.git
12922 S:      Maintained
12923 F:      Documentation/vfio.txt
12924 F:      drivers/vfio/
12925 F:      include/linux/vfio.h
12926 F:      include/uapi/linux/vfio.h
12927
12928 VFIO MEDIATED DEVICE DRIVERS
12929 M:      Kirti Wankhede <kwankhede@nvidia.com>
12930 L:      kvm@vger.kernel.org
12931 S:      Maintained
12932 F:      Documentation/vfio-mediated-device.txt
12933 F:      drivers/vfio/mdev/
12934 F:      include/linux/mdev.h
12935 F:      samples/vfio-mdev/
12936
12937 VFIO PLATFORM DRIVER
12938 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12939 L:      kvm@vger.kernel.org
12940 S:      Maintained
12941 F:      drivers/vfio/platform/
12942
12943 VIDEOBUF2 FRAMEWORK
12944 M:      Pawel Osciak <pawel@osciak.com>
12945 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12946 M:      Kyungmin Park <kyungmin.park@samsung.com>
12947 L:      linux-media@vger.kernel.org
12948 S:      Maintained
12949 F:      drivers/media/v4l2-core/videobuf2-*
12950 F:      include/media/videobuf2-*
12951
12952 VIRTIO AND VHOST VSOCK DRIVER
12953 M:      Stefan Hajnoczi <stefanha@redhat.com>
12954 L:      kvm@vger.kernel.org
12955 L:      virtualization@lists.linux-foundation.org
12956 L:      netdev@vger.kernel.org
12957 S:      Maintained
12958 F:      include/linux/virtio_vsock.h
12959 F:      include/uapi/linux/virtio_vsock.h
12960 F:      net/vmw_vsock/virtio_transport_common.c
12961 F:      net/vmw_vsock/virtio_transport.c
12962 F:      drivers/vhost/vsock.c
12963 F:      drivers/vhost/vsock.h
12964
12965 VIRTUAL SERIO DEVICE DRIVER
12966 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12967 S:      Maintained
12968 F:      drivers/input/serio/userio.c
12969 F:      include/uapi/linux/userio.h
12970
12971 VIRTIO CONSOLE DRIVER
12972 M:      Amit Shah <amit.shah@redhat.com>
12973 L:      virtualization@lists.linux-foundation.org
12974 S:      Maintained
12975 F:      drivers/char/virtio_console.c
12976 F:      include/linux/virtio_console.h
12977 F:      include/uapi/linux/virtio_console.h
12978
12979 VIRTIO CORE, NET AND BLOCK DRIVERS
12980 M:      "Michael S. Tsirkin" <mst@redhat.com>
12981 M:      Jason Wang <jasowang@redhat.com>
12982 L:      virtualization@lists.linux-foundation.org
12983 S:      Maintained
12984 F:      Documentation/devicetree/bindings/virtio/
12985 F:      drivers/virtio/
12986 F:      tools/virtio/
12987 F:      drivers/net/virtio_net.c
12988 F:      drivers/block/virtio_blk.c
12989 F:      include/linux/virtio_*.h
12990 F:      include/uapi/linux/virtio_*.h
12991
12992 VIRTIO DRIVERS FOR S390
12993 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12994 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12995 L:      linux-s390@vger.kernel.org
12996 L:      virtualization@lists.linux-foundation.org
12997 L:      kvm@vger.kernel.org
12998 S:      Supported
12999 F:      drivers/s390/virtio/
13000
13001 VIRTIO GPU DRIVER
13002 M:      David Airlie <airlied@linux.ie>
13003 M:      Gerd Hoffmann <kraxel@redhat.com>
13004 L:      dri-devel@lists.freedesktop.org
13005 L:      virtualization@lists.linux-foundation.org
13006 S:      Maintained
13007 F:      drivers/gpu/drm/virtio/
13008 F:      include/uapi/linux/virtio_gpu.h
13009
13010 VIRTIO HOST (VHOST)
13011 M:      "Michael S. Tsirkin" <mst@redhat.com>
13012 M:      Jason Wang <jasowang@redhat.com>
13013 L:      kvm@vger.kernel.org
13014 L:      virtualization@lists.linux-foundation.org
13015 L:      netdev@vger.kernel.org
13016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13017 S:      Maintained
13018 F:      drivers/vhost/
13019 F:      include/uapi/linux/vhost.h
13020
13021 VIRTIO INPUT DRIVER
13022 M:      Gerd Hoffmann <kraxel@redhat.com>
13023 S:      Maintained
13024 F:      drivers/virtio/virtio_input.c
13025 F:      include/uapi/linux/virtio_input.h
13026
13027 VIA RHINE NETWORK DRIVER
13028 S:      Orphan
13029 F:      drivers/net/ethernet/via/via-rhine.c
13030
13031 VIA SD/MMC CARD CONTROLLER DRIVER
13032 M:      Bruce Chang <brucechang@via.com.tw>
13033 M:      Harald Welte <HaraldWelte@viatech.com>
13034 S:      Maintained
13035 F:      drivers/mmc/host/via-sdmmc.c
13036
13037 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13038 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13039 L:      linux-fbdev@vger.kernel.org
13040 S:      Maintained
13041 F:      include/linux/via-core.h
13042 F:      include/linux/via-gpio.h
13043 F:      include/linux/via_i2c.h
13044 F:      drivers/video/fbdev/via/
13045
13046 VIA VELOCITY NETWORK DRIVER
13047 M:      Francois Romieu <romieu@fr.zoreil.com>
13048 L:      netdev@vger.kernel.org
13049 S:      Maintained
13050 F:      drivers/net/ethernet/via/via-velocity.*
13051
13052 VIRT LIB
13053 M:      Alex Williamson <alex.williamson@redhat.com>
13054 M:      Paolo Bonzini <pbonzini@redhat.com>
13055 L:      kvm@vger.kernel.org
13056 S:      Supported
13057 F:      virt/lib/
13058
13059 VIVID VIRTUAL VIDEO DRIVER
13060 M:      Hans Verkuil <hverkuil@xs4all.nl>
13061 L:      linux-media@vger.kernel.org
13062 T:      git git://linuxtv.org/media_tree.git
13063 W:      https://linuxtv.org
13064 S:      Maintained
13065 F:      drivers/media/platform/vivid/*
13066
13067 VLAN (802.1Q)
13068 M:      Patrick McHardy <kaber@trash.net>
13069 L:      netdev@vger.kernel.org
13070 S:      Maintained
13071 F:      drivers/net/macvlan.c
13072 F:      include/linux/if_*vlan.h
13073 F:      net/8021q/
13074
13075 VLYNQ BUS
13076 M:      Florian Fainelli <f.fainelli@gmail.com>
13077 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13078 S:      Maintained
13079 F:      drivers/vlynq/vlynq.c
13080 F:      include/linux/vlynq.h
13081
13082 VME SUBSYSTEM
13083 M:      Martyn Welch <martyn@welchs.me.uk>
13084 M:      Manohar Vanga <manohar.vanga@gmail.com>
13085 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13086 L:      devel@driverdev.osuosl.org
13087 S:      Maintained
13088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13089 F:      Documentation/driver-api/vme.rst
13090 F:      drivers/staging/vme/
13091 F:      drivers/vme/
13092 F:      include/linux/vme*
13093
13094 VMWARE HYPERVISOR INTERFACE
13095 M:      Alok Kataria <akataria@vmware.com>
13096 L:      virtualization@lists.linux-foundation.org
13097 S:      Supported
13098 F:      arch/x86/kernel/cpu/vmware.c
13099
13100 VMWARE BALLOON DRIVER
13101 M:      Xavier Deguillard <xdeguillard@vmware.com>
13102 M:      Philip Moltmann <moltmann@vmware.com>
13103 M:      "VMware, Inc." <pv-drivers@vmware.com>
13104 L:      linux-kernel@vger.kernel.org
13105 S:      Maintained
13106 F:      drivers/misc/vmw_balloon.c
13107
13108 VMWARE VMMOUSE SUBDRIVER
13109 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13110 M:      "VMware, Inc." <pv-drivers@vmware.com>
13111 L:      linux-input@vger.kernel.org
13112 S:      Maintained
13113 F:      drivers/input/mouse/vmmouse.c
13114 F:      drivers/input/mouse/vmmouse.h
13115
13116 VMWARE VMXNET3 ETHERNET DRIVER
13117 M:      Shrikrishna Khare <skhare@vmware.com>
13118 M:      "VMware, Inc." <pv-drivers@vmware.com>
13119 L:      netdev@vger.kernel.org
13120 S:      Maintained
13121 F:      drivers/net/vmxnet3/
13122
13123 VMware PVSCSI driver
13124 M:      Jim Gill <jgill@vmware.com>
13125 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13126 L:      linux-scsi@vger.kernel.org
13127 S:      Maintained
13128 F:      drivers/scsi/vmw_pvscsi.c
13129 F:      drivers/scsi/vmw_pvscsi.h
13130
13131 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13132 M:      Liam Girdwood <lgirdwood@gmail.com>
13133 M:      Mark Brown <broonie@kernel.org>
13134 L:      linux-kernel@vger.kernel.org
13135 W:      http://www.slimlogic.co.uk/?p=48
13136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13137 S:      Supported
13138 F:      Documentation/devicetree/bindings/regulator/
13139 F:      drivers/regulator/
13140 F:      include/dt-bindings/regulator/
13141 F:      include/linux/regulator/
13142
13143 VRF
13144 M:      David Ahern <dsa@cumulusnetworks.com>
13145 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13146 L:      netdev@vger.kernel.org
13147 S:      Maintained
13148 F:      drivers/net/vrf.c
13149 F:      Documentation/networking/vrf.txt
13150
13151 VT1211 HARDWARE MONITOR DRIVER
13152 M:      Juerg Haefliger <juergh@gmail.com>
13153 L:      linux-hwmon@vger.kernel.org
13154 S:      Maintained
13155 F:      Documentation/hwmon/vt1211
13156 F:      drivers/hwmon/vt1211.c
13157
13158 VT8231 HARDWARE MONITOR DRIVER
13159 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13160 L:      linux-hwmon@vger.kernel.org
13161 S:      Maintained
13162 F:      drivers/hwmon/vt8231.c
13163
13164 VUB300 USB to SDIO/SD/MMC bridge chip
13165 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13166 L:      linux-mmc@vger.kernel.org
13167 L:      linux-usb@vger.kernel.org
13168 S:      Supported
13169 F:      drivers/mmc/host/vub300.c
13170
13171 W1 DALLAS'S 1-WIRE BUS
13172 M:      Evgeniy Polyakov <zbr@ioremap.net>
13173 S:      Maintained
13174 F:      Documentation/w1/
13175 F:      drivers/w1/
13176
13177 W83791D HARDWARE MONITORING DRIVER
13178 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13179 L:      linux-hwmon@vger.kernel.org
13180 S:      Maintained
13181 F:      Documentation/hwmon/w83791d
13182 F:      drivers/hwmon/w83791d.c
13183
13184 W83793 HARDWARE MONITORING DRIVER
13185 M:      Rudolf Marek <r.marek@assembler.cz>
13186 L:      linux-hwmon@vger.kernel.org
13187 S:      Maintained
13188 F:      Documentation/hwmon/w83793
13189 F:      drivers/hwmon/w83793.c
13190
13191 W83795 HARDWARE MONITORING DRIVER
13192 M:      Jean Delvare <jdelvare@suse.com>
13193 L:      linux-hwmon@vger.kernel.org
13194 S:      Maintained
13195 F:      drivers/hwmon/w83795.c
13196
13197 W83L51xD SD/MMC CARD INTERFACE DRIVER
13198 M:      Pierre Ossman <pierre@ossman.eu>
13199 S:      Maintained
13200 F:      drivers/mmc/host/wbsd.*
13201
13202 WACOM PROTOCOL 4 SERIAL TABLETS
13203 M:      Julian Squires <julian@cipht.net>
13204 M:      Hans de Goede <hdegoede@redhat.com>
13205 L:      linux-input@vger.kernel.org
13206 S:      Maintained
13207 F:      drivers/input/tablet/wacom_serial4.c
13208
13209 WATCHDOG DEVICE DRIVERS
13210 M:      Wim Van Sebroeck <wim@iguana.be>
13211 R:      Guenter Roeck <linux@roeck-us.net>
13212 L:      linux-watchdog@vger.kernel.org
13213 W:      http://www.linux-watchdog.org/
13214 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13215 S:      Maintained
13216 F:      Documentation/devicetree/bindings/watchdog/
13217 F:      Documentation/watchdog/
13218 F:      drivers/watchdog/
13219 F:      include/linux/watchdog.h
13220 F:      include/uapi/linux/watchdog.h
13221
13222 WIIMOTE HID DRIVER
13223 M:      David Herrmann <dh.herrmann@googlemail.com>
13224 L:      linux-input@vger.kernel.org
13225 S:      Maintained
13226 F:      drivers/hid/hid-wiimote*
13227
13228 WINBOND CIR DRIVER
13229 M:      David Härdeman <david@hardeman.nu>
13230 S:      Maintained
13231 F:      drivers/media/rc/winbond-cir.c
13232
13233 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13234 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13235 L:      linux-watchdog@vger.kernel.org
13236 S:      Maintained
13237 F:      drivers/watchdog/ebc-c384_wdt.c
13238
13239 WINSYSTEMS WS16C48 GPIO DRIVER
13240 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13241 L:      linux-gpio@vger.kernel.org
13242 S:      Maintained
13243 F:      drivers/gpio/gpio-ws16c48.c
13244
13245 WIMAX STACK
13246 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13247 M:      linux-wimax@intel.com
13248 L:      wimax@linuxwimax.org (subscribers-only)
13249 S:      Supported
13250 W:      http://linuxwimax.org
13251 F:      Documentation/wimax/README.wimax
13252 F:      include/linux/wimax/debug.h
13253 F:      include/net/wimax.h
13254 F:      include/uapi/linux/wimax.h
13255 F:      net/wimax/
13256
13257 WISTRON LAPTOP BUTTON DRIVER
13258 M:      Miloslav Trmac <mitr@volny.cz>
13259 S:      Maintained
13260 F:      drivers/input/misc/wistron_btns.c
13261
13262 WL3501 WIRELESS PCMCIA CARD DRIVER
13263 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13264 L:      linux-wireless@vger.kernel.org
13265 W:      http://oops.ghostprotocols.net:81/blog
13266 S:      Maintained
13267 F:      drivers/net/wireless/wl3501*
13268
13269 WOLFSON MICROELECTRONICS DRIVERS
13270 L:      patches@opensource.wolfsonmicro.com
13271 T:      git https://github.com/CirrusLogic/linux-drivers.git
13272 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13273 S:      Supported
13274 F:      Documentation/hwmon/wm83??
13275 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13276 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13277 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13278 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13279 F:      drivers/clk/clk-wm83*.c
13280 F:      drivers/extcon/extcon-arizona.c
13281 F:      drivers/leds/leds-wm83*.c
13282 F:      drivers/gpio/gpio-*wm*.c
13283 F:      drivers/gpio/gpio-arizona.c
13284 F:      drivers/hwmon/wm83??-hwmon.c
13285 F:      drivers/input/misc/wm831x-on.c
13286 F:      drivers/input/touchscreen/wm831x-ts.c
13287 F:      drivers/input/touchscreen/wm97*.c
13288 F:      drivers/mfd/arizona*
13289 F:      drivers/mfd/wm*.c
13290 F:      drivers/mfd/cs47l24*
13291 F:      drivers/power/supply/wm83*.c
13292 F:      drivers/rtc/rtc-wm83*.c
13293 F:      drivers/regulator/wm8*.c
13294 F:      drivers/video/backlight/wm83*_bl.c
13295 F:      drivers/watchdog/wm83*_wdt.c
13296 F:      include/linux/mfd/arizona/
13297 F:      include/linux/mfd/wm831x/
13298 F:      include/linux/mfd/wm8350/
13299 F:      include/linux/mfd/wm8400*
13300 F:      include/linux/wm97xx.h
13301 F:      include/sound/wm????.h
13302 F:      sound/soc/codecs/arizona.?
13303 F:      sound/soc/codecs/wm*
13304 F:      sound/soc/codecs/cs47l24*
13305
13306 WORKQUEUE
13307 M:      Tejun Heo <tj@kernel.org>
13308 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13310 S:      Maintained
13311 F:      include/linux/workqueue.h
13312 F:      kernel/workqueue.c
13313 F:      Documentation/core-api/workqueue.rst
13314
13315 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13316 M:      Chen-Yu Tsai <wens@csie.org>
13317 L:      linux-kernel@vger.kernel.org
13318 S:      Maintained
13319 N:      axp[128]
13320
13321 X.25 NETWORK LAYER
13322 M:      Andrew Hendry <andrew.hendry@gmail.com>
13323 L:      linux-x25@vger.kernel.org
13324 S:      Odd Fixes
13325 F:      Documentation/networking/x25*
13326 F:      include/net/x25*
13327 F:      net/x25/
13328
13329 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13330 M:      Thomas Gleixner <tglx@linutronix.de>
13331 M:      Ingo Molnar <mingo@redhat.com>
13332 M:      "H. Peter Anvin" <hpa@zytor.com>
13333 M:      x86@kernel.org
13334 L:      linux-kernel@vger.kernel.org
13335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13336 S:      Maintained
13337 F:      Documentation/x86/
13338 F:      arch/x86/
13339
13340 X86 PLATFORM DRIVERS
13341 M:      Darren Hart <dvhart@infradead.org>
13342 L:      platform-driver-x86@vger.kernel.org
13343 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13344 S:      Maintained
13345 F:      drivers/platform/x86/
13346 F:      drivers/platform/olpc/
13347
13348 X86 MCE INFRASTRUCTURE
13349 M:      Tony Luck <tony.luck@intel.com>
13350 M:      Borislav Petkov <bp@alien8.de>
13351 L:      linux-edac@vger.kernel.org
13352 S:      Maintained
13353 F:      arch/x86/kernel/cpu/mcheck/*
13354
13355 X86 MICROCODE UPDATE SUPPORT
13356 M:      Borislav Petkov <bp@alien8.de>
13357 S:      Maintained
13358 F:      arch/x86/kernel/cpu/microcode/*
13359
13360 X86 VDSO
13361 M:      Andy Lutomirski <luto@amacapital.net>
13362 L:      linux-kernel@vger.kernel.org
13363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13364 S:      Maintained
13365 F:      arch/x86/entry/vdso/
13366
13367 XC2028/3028 TUNER DRIVER
13368 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13369 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13370 L:      linux-media@vger.kernel.org
13371 W:      https://linuxtv.org
13372 T:      git git://linuxtv.org/media_tree.git
13373 S:      Maintained
13374 F:      drivers/media/tuners/tuner-xc2028.*
13375
13376 XEN HYPERVISOR INTERFACE
13377 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13378 M:      Juergen Gross <jgross@suse.com>
13379 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13381 S:      Supported
13382 F:      arch/x86/xen/
13383 F:      drivers/*/xen-*front.c
13384 F:      drivers/xen/
13385 F:      arch/x86/include/asm/xen/
13386 F:      include/xen/
13387 F:      include/uapi/xen/
13388
13389 XEN HYPERVISOR ARM
13390 M:      Stefano Stabellini <sstabellini@kernel.org>
13391 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13392 S:      Maintained
13393 F:      arch/arm/xen/
13394 F:      arch/arm/include/asm/xen/
13395
13396 XEN HYPERVISOR ARM64
13397 M:      Stefano Stabellini <sstabellini@kernel.org>
13398 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13399 S:      Maintained
13400 F:      arch/arm64/xen/
13401 F:      arch/arm64/include/asm/xen/
13402
13403 XEN NETWORK BACKEND DRIVER
13404 M:      Wei Liu <wei.liu2@citrix.com>
13405 M:      Paul Durrant <paul.durrant@citrix.com>
13406 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13407 L:      netdev@vger.kernel.org
13408 S:      Supported
13409 F:      drivers/net/xen-netback/*
13410
13411 XEN PCI SUBSYSTEM
13412 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13413 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13414 S:      Supported
13415 F:      arch/x86/pci/*xen*
13416 F:      drivers/pci/*xen*
13417
13418 XEN BLOCK SUBSYSTEM
13419 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13420 M:      Roger Pau Monné <roger.pau@citrix.com>
13421 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13422 S:      Supported
13423 F:      drivers/block/xen-blkback/*
13424 F:      drivers/block/xen*
13425
13426 XEN PVSCSI DRIVERS
13427 M:      Juergen Gross <jgross@suse.com>
13428 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13429 L:      linux-scsi@vger.kernel.org
13430 S:      Supported
13431 F:      drivers/scsi/xen-scsifront.c
13432 F:      drivers/xen/xen-scsiback.c
13433 F:      include/xen/interface/io/vscsiif.h
13434
13435 XEN SWIOTLB SUBSYSTEM
13436 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13437 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13438 S:      Supported
13439 F:      arch/x86/xen/*swiotlb*
13440 F:      drivers/xen/*swiotlb*
13441
13442 XFS FILESYSTEM
13443 M:      Dave Chinner <david@fromorbit.com>
13444 M:      linux-xfs@vger.kernel.org
13445 L:      linux-xfs@vger.kernel.org
13446 W:      http://xfs.org/
13447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13448 S:      Supported
13449 F:      Documentation/filesystems/xfs.txt
13450 F:      fs/xfs/
13451
13452 XILINX AXI ETHERNET DRIVER
13453 M:      Anirudha Sarangi <anirudh@xilinx.com>
13454 M:      John Linn <John.Linn@xilinx.com>
13455 S:      Maintained
13456 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13457
13458 XILINX UARTLITE SERIAL DRIVER
13459 M:      Peter Korsgaard <jacmet@sunsite.dk>
13460 L:      linux-serial@vger.kernel.org
13461 S:      Maintained
13462 F:      drivers/tty/serial/uartlite.c
13463
13464 XILINX VIDEO IP CORES
13465 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13466 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13467 L:      linux-media@vger.kernel.org
13468 T:      git git://linuxtv.org/media_tree.git
13469 S:      Supported
13470 F:      Documentation/devicetree/bindings/media/xilinx/
13471 F:      drivers/media/platform/xilinx/
13472 F:      include/uapi/linux/xilinx-v4l2-controls.h
13473
13474 XILLYBUS DRIVER
13475 M:      Eli Billauer <eli.billauer@gmail.com>
13476 L:      linux-kernel@vger.kernel.org
13477 S:      Supported
13478 F:      drivers/char/xillybus/
13479
13480 XTENSA XTFPGA PLATFORM SUPPORT
13481 M:      Max Filippov <jcmvbkbc@gmail.com>
13482 L:      linux-xtensa@linux-xtensa.org
13483 S:      Maintained
13484 F:      drivers/spi/spi-xtensa-xtfpga.c
13485 F:      sound/soc/xtensa/xtfpga-i2s.c
13486
13487 YAM DRIVER FOR AX.25
13488 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13489 L:      linux-hams@vger.kernel.org
13490 S:      Maintained
13491 F:      drivers/net/hamradio/yam*
13492 F:      include/linux/yam.h
13493
13494 YEALINK PHONE DRIVER
13495 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13496 L:      usbb2k-api-dev@nongnu.org
13497 S:      Maintained
13498 F:      Documentation/input/yealink.txt
13499 F:      drivers/input/misc/yealink.*
13500
13501 Z8530 DRIVER FOR AX.25
13502 M:      Joerg Reuter <jreuter@yaina.de>
13503 W:      http://yaina.de/jreuter/
13504 W:      http://www.qsl.net/dl1bke/
13505 L:      linux-hams@vger.kernel.org
13506 S:      Maintained
13507 F:      Documentation/networking/z8530drv.txt
13508 F:      drivers/net/hamradio/*scc.c
13509 F:      drivers/net/hamradio/z8530.h
13510
13511 ZBUD COMPRESSED PAGE ALLOCATOR
13512 M:      Seth Jennings <sjenning@redhat.com>
13513 L:      linux-mm@kvack.org
13514 S:      Maintained
13515 F:      mm/zbud.c
13516 F:      include/linux/zbud.h
13517
13518 ZD1211RW WIRELESS DRIVER
13519 M:      Daniel Drake <dsd@gentoo.org>
13520 M:      Ulrich Kunitz <kune@deine-taler.de>
13521 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13522 L:      linux-wireless@vger.kernel.org
13523 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13524 S:      Maintained
13525 F:      drivers/net/wireless/zydas/zd1211rw/
13526
13527 ZPOOL COMPRESSED PAGE STORAGE API
13528 M:      Dan Streetman <ddstreet@ieee.org>
13529 L:      linux-mm@kvack.org
13530 S:      Maintained
13531 F:      mm/zpool.c
13532 F:      include/linux/zpool.h
13533
13534 ZR36067 VIDEO FOR LINUX DRIVER
13535 L:      mjpeg-users@lists.sourceforge.net
13536 L:      linux-media@vger.kernel.org
13537 W:      http://mjpeg.sourceforge.net/driver-zoran/
13538 T:      hg https://linuxtv.org/hg/v4l-dvb
13539 S:      Odd Fixes
13540 F:      drivers/media/pci/zoran/
13541
13542 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13543 M:      Minchan Kim <minchan@kernel.org>
13544 M:      Nitin Gupta <ngupta@vflare.org>
13545 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13546 L:      linux-kernel@vger.kernel.org
13547 S:      Maintained
13548 F:      drivers/block/zram/
13549 F:      Documentation/blockdev/zram.txt
13550
13551 ZS DECSTATION Z85C30 SERIAL DRIVER
13552 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13553 S:      Maintained
13554 F:      drivers/tty/serial/zs.*
13555
13556 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13557 M:      Minchan Kim <minchan@kernel.org>
13558 M:      Nitin Gupta <ngupta@vflare.org>
13559 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13560 L:      linux-mm@kvack.org
13561 S:      Maintained
13562 F:      mm/zsmalloc.c
13563 F:      include/linux/zsmalloc.h
13564 F:      Documentation/vm/zsmalloc.txt
13565
13566 ZSWAP COMPRESSED SWAP CACHING
13567 M:      Seth Jennings <sjenning@redhat.com>
13568 L:      linux-mm@kvack.org
13569 S:      Maintained
13570 F:      mm/zswap.c
13571
13572 THE REST
13573 M:      Linus Torvalds <torvalds@linux-foundation.org>
13574 L:      linux-kernel@vger.kernel.org
13575 Q:      http://patchwork.kernel.org/project/LKML/list/
13576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13577 S:      Buried alive in reporters
13578 F:      *
13579 F:      */