Merge branch 'misc' into for-linus
[linux-2.6-microblaze.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 <aradford@gmail.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 AZ6007 DVB DRIVER
2348 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2349 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2350 L:      linux-media@vger.kernel.org
2351 W:      https://linuxtv.org
2352 T:      git git://linuxtv.org/media_tree.git
2353 S:      Maintained
2354 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2355
2356 AZTECH FM RADIO RECEIVER DRIVER
2357 M:      Hans Verkuil <hverkuil@xs4all.nl>
2358 L:      linux-media@vger.kernel.org
2359 T:      git git://linuxtv.org/media_tree.git
2360 W:      https://linuxtv.org
2361 S:      Maintained
2362 F:      drivers/media/radio/radio-aztech*
2363
2364 B43 WIRELESS DRIVER
2365 L:      linux-wireless@vger.kernel.org
2366 L:      b43-dev@lists.infradead.org
2367 W:      http://wireless.kernel.org/en/users/Drivers/b43
2368 S:      Odd Fixes
2369 F:      drivers/net/wireless/broadcom/b43/
2370
2371 B43LEGACY WIRELESS DRIVER
2372 M:      Larry Finger <Larry.Finger@lwfinger.net>
2373 L:      linux-wireless@vger.kernel.org
2374 L:      b43-dev@lists.infradead.org
2375 W:      http://wireless.kernel.org/en/users/Drivers/b43
2376 S:      Maintained
2377 F:      drivers/net/wireless/broadcom/b43legacy/
2378
2379 BACKLIGHT CLASS/SUBSYSTEM
2380 M:      Jingoo Han <jingoohan1@gmail.com>
2381 M:      Lee Jones <lee.jones@linaro.org>
2382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2383 S:      Maintained
2384 F:      drivers/video/backlight/
2385 F:      include/linux/backlight.h
2386
2387 BATMAN ADVANCED
2388 M:      Marek Lindner <mareklindner@neomailbox.ch>
2389 M:      Simon Wunderlich <sw@simonwunderlich.de>
2390 M:      Antonio Quartulli <a@unstable.cc>
2391 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2392 W:      https://www.open-mesh.org/
2393 Q:      https://patchwork.open-mesh.org/project/batman/list/
2394 S:      Maintained
2395 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2396 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2397 F:      Documentation/networking/batman-adv.txt
2398 F:      include/uapi/linux/batman_adv.h
2399 F:      net/batman-adv/
2400
2401 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2402 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2403 L:      linux-hams@vger.kernel.org
2404 W:      http://www.baycom.org/~tom/ham/ham.html
2405 S:      Maintained
2406 F:      drivers/net/hamradio/baycom*
2407
2408 BCACHE (BLOCK LAYER CACHE)
2409 M:      Kent Overstreet <kent.overstreet@gmail.com>
2410 L:      linux-bcache@vger.kernel.org
2411 W:      http://bcache.evilpiepirate.org
2412 S:      Orphan
2413 F:      drivers/md/bcache/
2414
2415 BDISP ST MEDIA DRIVER
2416 M:      Fabien Dessenne <fabien.dessenne@st.com>
2417 L:      linux-media@vger.kernel.org
2418 T:      git git://linuxtv.org/media_tree.git
2419 W:      https://linuxtv.org
2420 S:      Supported
2421 F:      drivers/media/platform/sti/bdisp
2422
2423 BEFS FILE SYSTEM
2424 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2425 M:      Salah Triki <salah.triki@gmail.com>
2426 S:      Maintained
2427 T:      git git://github.com/luisbg/linux-befs.git
2428 F:      Documentation/filesystems/befs.txt
2429 F:      fs/befs/
2430
2431 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2432 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2433 L:      netdev@vger.kernel.org
2434 S:      Maintained
2435 F:      drivers/net/ethernet/ec_bhf.c
2436
2437 BFS FILE SYSTEM
2438 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2439 S:      Maintained
2440 F:      Documentation/filesystems/bfs.txt
2441 F:      fs/bfs/
2442 F:      include/uapi/linux/bfs_fs.h
2443
2444 BLACKFIN ARCHITECTURE
2445 M:      Steven Miao <realmz6@gmail.com>
2446 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2447 T:      git git://git.code.sf.net/p/adi-linux/code
2448 W:      http://blackfin.uclinux.org
2449 S:      Supported
2450 F:      arch/blackfin/
2451
2452 BLACKFIN EMAC DRIVER
2453 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2454 W:      http://blackfin.uclinux.org
2455 S:      Supported
2456 F:      drivers/net/ethernet/adi/
2457
2458 BLACKFIN RTC DRIVER
2459 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2460 W:      http://blackfin.uclinux.org
2461 S:      Supported
2462 F:      drivers/rtc/rtc-bfin.c
2463
2464 BLACKFIN SDH DRIVER
2465 M:      Sonic Zhang <sonic.zhang@analog.com>
2466 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2467 W:      http://blackfin.uclinux.org
2468 S:      Supported
2469 F:      drivers/mmc/host/bfin_sdh.c
2470
2471 BLACKFIN SERIAL 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/tty/serial/bfin_uart.c
2477
2478 BLACKFIN WATCHDOG DRIVER
2479 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2480 W:      http://blackfin.uclinux.org
2481 S:      Supported
2482 F:      drivers/watchdog/bfin_wdt.c
2483
2484 BLACKFIN I2C TWI DRIVER
2485 M:      Sonic Zhang <sonic.zhang@analog.com>
2486 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2487 W:      http://blackfin.uclinux.org/
2488 S:      Supported
2489 F:      drivers/i2c/busses/i2c-bfin-twi.c
2490
2491 BLACKFIN MEDIA DRIVER
2492 M:      Scott Jiang <scott.jiang.linux@gmail.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/media/platform/blackfin/
2497 F:      drivers/media/i2c/adv7183*
2498 F:      drivers/media/i2c/vs6624*
2499
2500 BLINKM RGB LED DRIVER
2501 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2502 S:      Maintained
2503 F:      drivers/leds/leds-blinkm.c
2504
2505 BLOCK LAYER
2506 M:      Jens Axboe <axboe@kernel.dk>
2507 L:      linux-block@vger.kernel.org
2508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2509 S:      Maintained
2510 F:      block/
2511 F:      kernel/trace/blktrace.c
2512 F:      lib/sbitmap.c
2513
2514 BLOCK2MTD DRIVER
2515 M:      Joern Engel <joern@lazybastard.org>
2516 L:      linux-mtd@lists.infradead.org
2517 S:      Maintained
2518 F:      drivers/mtd/devices/block2mtd.c
2519
2520 BLUETOOTH DRIVERS
2521 M:      Marcel Holtmann <marcel@holtmann.org>
2522 M:      Gustavo Padovan <gustavo@padovan.org>
2523 M:      Johan Hedberg <johan.hedberg@gmail.com>
2524 L:      linux-bluetooth@vger.kernel.org
2525 W:      http://www.bluez.org/
2526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2528 S:      Maintained
2529 F:      drivers/bluetooth/
2530
2531 BLUETOOTH SUBSYSTEM
2532 M:      Marcel Holtmann <marcel@holtmann.org>
2533 M:      Gustavo Padovan <gustavo@padovan.org>
2534 M:      Johan Hedberg <johan.hedberg@gmail.com>
2535 L:      linux-bluetooth@vger.kernel.org
2536 W:      http://www.bluez.org/
2537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2539 S:      Maintained
2540 F:      net/bluetooth/
2541 F:      include/net/bluetooth/
2542
2543 BONDING DRIVER
2544 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2545 M:      Veaceslav Falico <vfalico@gmail.com>
2546 M:      Andy Gospodarek <andy@greyhouse.net>
2547 L:      netdev@vger.kernel.org
2548 W:      http://sourceforge.net/projects/bonding/
2549 S:      Supported
2550 F:      drivers/net/bonding/
2551 F:      include/uapi/linux/if_bonding.h
2552
2553 BPF (Safe dynamic programs and tools)
2554 M:      Alexei Starovoitov <ast@kernel.org>
2555 L:      netdev@vger.kernel.org
2556 L:      linux-kernel@vger.kernel.org
2557 S:      Supported
2558 F:      kernel/bpf/
2559 F:      tools/testing/selftests/bpf/
2560 F:      lib/test_bpf.c
2561
2562 BROADCOM B44 10/100 ETHERNET DRIVER
2563 M:      Michael Chan <michael.chan@broadcom.com>
2564 L:      netdev@vger.kernel.org
2565 S:      Supported
2566 F:      drivers/net/ethernet/broadcom/b44.*
2567
2568 BROADCOM B53 ETHERNET SWITCH DRIVER
2569 M:      Florian Fainelli <f.fainelli@gmail.com>
2570 L:      netdev@vger.kernel.org
2571 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2572 S:      Supported
2573 F:      drivers/net/dsa/b53/*
2574 F:      include/linux/platform_data/b53.h
2575
2576 BROADCOM GENET ETHERNET DRIVER
2577 M:      Florian Fainelli <f.fainelli@gmail.com>
2578 L:      netdev@vger.kernel.org
2579 S:      Supported
2580 F:      drivers/net/ethernet/broadcom/genet/
2581
2582 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2583 M:      Rasesh Mody <rasesh.mody@cavium.com>
2584 M:      Harish Patil <harish.patil@cavium.com>
2585 M:      Dept-GELinuxNICDev@cavium.com
2586 L:      netdev@vger.kernel.org
2587 S:      Supported
2588 F:      drivers/net/ethernet/broadcom/bnx2.*
2589 F:      drivers/net/ethernet/broadcom/bnx2_*
2590
2591 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2592 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2593 M:      Ariel Elior <ariel.elior@cavium.com>
2594 M:      everest-linux-l2@cavium.com
2595 L:      netdev@vger.kernel.org
2596 S:      Supported
2597 F:      drivers/net/ethernet/broadcom/bnx2x/
2598
2599 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2600 M:      Florian Fainelli <f.fainelli@gmail.com>
2601 M:      Ray Jui <rjui@broadcom.com>
2602 M:      Scott Branden <sbranden@broadcom.com>
2603 M:      bcm-kernel-feedback-list@broadcom.com
2604 T:      git git://github.com/broadcom/mach-bcm
2605 S:      Maintained
2606 N:      bcm281*
2607 N:      bcm113*
2608 N:      bcm216*
2609 N:      kona
2610 F:      arch/arm/mach-bcm/
2611
2612 BROADCOM BCM2835 ARM ARCHITECTURE
2613 M:      Stephen Warren <swarren@wwwdotorg.org>
2614 M:      Lee Jones <lee@kernel.org>
2615 M:      Eric Anholt <eric@anholt.net>
2616 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2619 S:      Maintained
2620 N:      bcm2835
2621 F:      drivers/staging/vc04_services
2622
2623 BROADCOM BCM47XX MIPS ARCHITECTURE
2624 M:      Hauke Mehrtens <hauke@hauke-m.de>
2625 M:      Rafał Miłecki <zajec5@gmail.com>
2626 L:      linux-mips@linux-mips.org
2627 S:      Maintained
2628 F:      Documentation/devicetree/bindings/mips/brcm/
2629 F:      arch/mips/bcm47xx/*
2630 F:      arch/mips/include/asm/mach-bcm47xx/*
2631
2632 BROADCOM BCM5301X ARM ARCHITECTURE
2633 M:      Hauke Mehrtens <hauke@hauke-m.de>
2634 M:      Rafał Miłecki <zajec5@gmail.com>
2635 M:      bcm-kernel-feedback-list@broadcom.com
2636 L:      linux-arm-kernel@lists.infradead.org
2637 S:      Maintained
2638 F:      arch/arm/mach-bcm/bcm_5301x.c
2639 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2640 F:      arch/arm/boot/dts/bcm470*
2641
2642 BROADCOM BCM53573 ARM ARCHITECTURE
2643 M:      Rafał Miłecki <rafal@milecki.pl>
2644 L:      linux-arm-kernel@lists.infradead.org
2645 S:      Maintained
2646 F:      arch/arm/boot/dts/bcm53573*
2647 F:      arch/arm/boot/dts/bcm47189*
2648
2649 BROADCOM BCM63XX ARM ARCHITECTURE
2650 M:      Florian Fainelli <f.fainelli@gmail.com>
2651 M:      bcm-kernel-feedback-list@broadcom.com
2652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2653 T:      git git://github.com/broadcom/stblinux.git
2654 S:      Maintained
2655 N:      bcm63xx
2656
2657 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2658 M:      Kevin Cernekee <cernekee@gmail.com>
2659 L:      linux-usb@vger.kernel.org
2660 S:      Maintained
2661 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2662
2663 BROADCOM BCM7XXX ARM ARCHITECTURE
2664 M:      Brian Norris <computersforpeace@gmail.com>
2665 M:      Gregory Fong <gregory.0xf0@gmail.com>
2666 M:      Florian Fainelli <f.fainelli@gmail.com>
2667 M:      bcm-kernel-feedback-list@broadcom.com
2668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2669 T:      git git://github.com/broadcom/stblinux.git
2670 S:      Maintained
2671 F:      arch/arm/mach-bcm/*brcmstb*
2672 F:      arch/arm/boot/dts/bcm7*.dts*
2673 F:      drivers/bus/brcmstb_gisb.c
2674 N:      brcmstb
2675
2676 BROADCOM BMIPS MIPS ARCHITECTURE
2677 M:      Kevin Cernekee <cernekee@gmail.com>
2678 M:      Florian Fainelli <f.fainelli@gmail.com>
2679 L:      linux-mips@linux-mips.org
2680 T:      git git://github.com/broadcom/stblinux.git
2681 S:      Maintained
2682 F:      arch/mips/bmips/*
2683 F:      arch/mips/include/asm/mach-bmips/*
2684 F:      arch/mips/kernel/*bmips*
2685 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2686 F:      drivers/irqchip/irq-bcm63*
2687 F:      drivers/irqchip/irq-bcm7*
2688 F:      drivers/irqchip/irq-brcmstb*
2689 F:      include/linux/bcm963xx_nvram.h
2690 F:      include/linux/bcm963xx_tag.h
2691
2692 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2693 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2694 M:      Prashant Sreedharan <prashant@broadcom.com>
2695 M:      Michael Chan <mchan@broadcom.com>
2696 L:      netdev@vger.kernel.org
2697 S:      Supported
2698 F:      drivers/net/ethernet/broadcom/tg3.*
2699
2700 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2701 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2702 M:      Franky Lin <franky.lin@broadcom.com>
2703 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2704 L:      linux-wireless@vger.kernel.org
2705 L:      brcm80211-dev-list.pdl@broadcom.com
2706 S:      Supported
2707 F:      drivers/net/wireless/broadcom/brcm80211/
2708
2709 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2710 M:      QLogic-Storage-Upstream@qlogic.com
2711 L:      linux-scsi@vger.kernel.org
2712 S:      Supported
2713 F:      drivers/scsi/bnx2fc/
2714
2715 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2716 M:      QLogic-Storage-Upstream@qlogic.com
2717 L:      linux-scsi@vger.kernel.org
2718 S:      Supported
2719 F:      drivers/scsi/bnx2i/
2720
2721 BROADCOM IPROC ARM ARCHITECTURE
2722 M:      Ray Jui <rjui@broadcom.com>
2723 M:      Scott Branden <sbranden@broadcom.com>
2724 M:      Jon Mason <jonmason@broadcom.com>
2725 M:      bcm-kernel-feedback-list@broadcom.com
2726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2727 T:      git git://github.com/broadcom/cygnus-linux.git
2728 S:      Maintained
2729 N:      iproc
2730 N:      cygnus
2731 N:      bcm[-_]nsp
2732 N:      bcm9113*
2733 N:      bcm9583*
2734 N:      bcm9585*
2735 N:      bcm9586*
2736 N:      bcm988312
2737 N:      bcm113*
2738 N:      bcm583*
2739 N:      bcm585*
2740 N:      bcm586*
2741 N:      bcm88312
2742 F:      arch/arm64/boot/dts/broadcom/ns2*
2743 F:      drivers/clk/bcm/clk-ns*
2744 F:      drivers/pinctrl/bcm/pinctrl-ns*
2745
2746 BROADCOM BRCMSTB GPIO DRIVER
2747 M:      Gregory Fong <gregory.0xf0@gmail.com>
2748 L:      bcm-kernel-feedback-list@broadcom.com
2749 S:      Supported
2750 F:      drivers/gpio/gpio-brcmstb.c
2751 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2752
2753 BROADCOM KONA GPIO DRIVER
2754 M:      Ray Jui <rjui@broadcom.com>
2755 L:      bcm-kernel-feedback-list@broadcom.com
2756 S:      Supported
2757 F:      drivers/gpio/gpio-bcm-kona.c
2758 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2759
2760 BROADCOM NVRAM DRIVER
2761 M:      Rafał Miłecki <zajec5@gmail.com>
2762 L:      linux-mips@linux-mips.org
2763 S:      Maintained
2764 F:      drivers/firmware/broadcom/*
2765
2766 BROADCOM STB NAND FLASH DRIVER
2767 M:      Brian Norris <computersforpeace@gmail.com>
2768 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2769 L:      linux-mtd@lists.infradead.org
2770 L:      bcm-kernel-feedback-list@broadcom.com
2771 S:      Maintained
2772 F:      drivers/mtd/nand/brcmnand/
2773
2774 BROADCOM STB AVS CPUFREQ DRIVER
2775 M:      Markus Mayer <mmayer@broadcom.com>
2776 M:      bcm-kernel-feedback-list@broadcom.com
2777 L:      linux-pm@vger.kernel.org
2778 S:      Maintained
2779 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2780 F:      drivers/cpufreq/brcmstb*
2781
2782 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2783 M:      Rafał Miłecki <zajec5@gmail.com>
2784 L:      linux-wireless@vger.kernel.org
2785 S:      Maintained
2786 F:      drivers/bcma/
2787 F:      include/linux/bcma/
2788
2789 BROADCOM SYSTEMPORT ETHERNET DRIVER
2790 M:      Florian Fainelli <f.fainelli@gmail.com>
2791 L:      netdev@vger.kernel.org
2792 S:      Supported
2793 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2794
2795 BROADCOM VULCAN ARM64 SOC
2796 M:      Jayachandran C. <jchandra@broadcom.com>
2797 M:      bcm-kernel-feedback-list@broadcom.com
2798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2799 S:      Maintained
2800 F:      arch/arm64/boot/dts/broadcom/vulcan*
2801
2802 BROCADE BFA FC SCSI DRIVER
2803 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2804 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2805 L:      linux-scsi@vger.kernel.org
2806 S:      Supported
2807 F:      drivers/scsi/bfa/
2808
2809 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2810 M:      Rasesh Mody <rasesh.mody@cavium.com>
2811 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2812 M:      Dept-GELinuxNICDev@cavium.com
2813 L:      netdev@vger.kernel.org
2814 S:      Supported
2815 F:      drivers/net/ethernet/brocade/bna/
2816
2817 BSG (block layer generic sg v4 driver)
2818 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2819 L:      linux-scsi@vger.kernel.org
2820 S:      Supported
2821 F:      block/bsg.c
2822 F:      include/linux/bsg.h
2823 F:      include/uapi/linux/bsg.h
2824
2825 BT87X AUDIO DRIVER
2826 M:      Clemens Ladisch <clemens@ladisch.de>
2827 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2828 T:      git git://git.alsa-project.org/alsa-kernel.git
2829 S:      Maintained
2830 F:      Documentation/sound/alsa/Bt87x.txt
2831 F:      sound/pci/bt87x.c
2832
2833 BT8XXGPIO DRIVER
2834 M:      Michael Buesch <m@bues.ch>
2835 W:      http://bu3sch.de/btgpio.php
2836 S:      Maintained
2837 F:      drivers/gpio/gpio-bt8xx.c
2838
2839 BTRFS FILE SYSTEM
2840 M:      Chris Mason <clm@fb.com>
2841 M:      Josef Bacik <jbacik@fb.com>
2842 M:      David Sterba <dsterba@suse.com>
2843 L:      linux-btrfs@vger.kernel.org
2844 W:      http://btrfs.wiki.kernel.org/
2845 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2847 S:      Maintained
2848 F:      Documentation/filesystems/btrfs.txt
2849 F:      fs/btrfs/
2850
2851 BTTV VIDEO4LINUX DRIVER
2852 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2853 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2854 L:      linux-media@vger.kernel.org
2855 W:      https://linuxtv.org
2856 T:      git git://linuxtv.org/media_tree.git
2857 S:      Odd fixes
2858 F:      Documentation/media/v4l-drivers/bttv*
2859 F:      drivers/media/pci/bt8xx/bttv*
2860
2861 BUSLOGIC SCSI DRIVER
2862 M:      Khalid Aziz <khalid@gonehiking.org>
2863 L:      linux-scsi@vger.kernel.org
2864 S:      Maintained
2865 F:      drivers/scsi/BusLogic.*
2866 F:      drivers/scsi/FlashPoint.*
2867
2868 C-MEDIA CMI8788 DRIVER
2869 M:      Clemens Ladisch <clemens@ladisch.de>
2870 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2871 T:      git git://git.alsa-project.org/alsa-kernel.git
2872 S:      Maintained
2873 F:      sound/pci/oxygen/
2874
2875 C6X ARCHITECTURE
2876 M:      Mark Salter <msalter@redhat.com>
2877 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2878 L:      linux-c6x-dev@linux-c6x.org
2879 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2880 S:      Maintained
2881 F:      arch/c6x/
2882
2883 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2884 M:      David Howells <dhowells@redhat.com>
2885 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2886 S:      Supported
2887 F:      Documentation/filesystems/caching/cachefiles.txt
2888 F:      fs/cachefiles/
2889
2890 CADET FM/AM RADIO RECEIVER DRIVER
2891 M:      Hans Verkuil <hverkuil@xs4all.nl>
2892 L:      linux-media@vger.kernel.org
2893 T:      git git://linuxtv.org/media_tree.git
2894 W:      https://linuxtv.org
2895 S:      Maintained
2896 F:      drivers/media/radio/radio-cadet*
2897
2898 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2899 M:      Jonathan Corbet <corbet@lwn.net>
2900 L:      linux-media@vger.kernel.org
2901 T:      git git://linuxtv.org/media_tree.git
2902 S:      Maintained
2903 F:      Documentation/media/v4l-drivers/cafe_ccic*
2904 F:      drivers/media/platform/marvell-ccic/
2905
2906 CAIF NETWORK LAYER
2907 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2908 L:      netdev@vger.kernel.org
2909 S:      Supported
2910 F:      Documentation/networking/caif/
2911 F:      drivers/net/caif/
2912 F:      include/uapi/linux/caif/
2913 F:      include/net/caif/
2914 F:      net/caif/
2915
2916 CALGARY x86-64 IOMMU
2917 M:      Muli Ben-Yehuda <mulix@mulix.org>
2918 M:      Jon Mason <jdmason@kudzu.us>
2919 L:      iommu@lists.linux-foundation.org
2920 S:      Maintained
2921 F:      arch/x86/kernel/pci-calgary_64.c
2922 F:      arch/x86/kernel/tce_64.c
2923 F:      arch/x86/include/asm/calgary.h
2924 F:      arch/x86/include/asm/tce.h
2925
2926 CAN NETWORK LAYER
2927 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2928 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2929 L:      linux-can@vger.kernel.org
2930 W:      https://github.com/linux-can
2931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2933 S:      Maintained
2934 F:      Documentation/networking/can.txt
2935 F:      net/can/
2936 F:      include/linux/can/core.h
2937 F:      include/uapi/linux/can.h
2938 F:      include/uapi/linux/can/bcm.h
2939 F:      include/uapi/linux/can/raw.h
2940 F:      include/uapi/linux/can/gw.h
2941
2942 CAN NETWORK DRIVERS
2943 M:      Wolfgang Grandegger <wg@grandegger.com>
2944 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2945 L:      linux-can@vger.kernel.org
2946 W:      https://github.com/linux-can
2947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2949 S:      Maintained
2950 F:      Documentation/devicetree/bindings/net/can/
2951 F:      drivers/net/can/
2952 F:      include/linux/can/dev.h
2953 F:      include/linux/can/platform/
2954 F:      include/uapi/linux/can/error.h
2955 F:      include/uapi/linux/can/netlink.h
2956
2957 CAPABILITIES
2958 M:      Serge Hallyn <serge@hallyn.com>
2959 L:      linux-security-module@vger.kernel.org
2960 S:      Supported
2961 F:      include/linux/capability.h
2962 F:      include/uapi/linux/capability.h
2963 F:      security/commoncap.c
2964 F:      kernel/capability.c
2965
2966 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2967 M:      Kevin Tsai <ktsai@capellamicro.com>
2968 S:      Maintained
2969 F:      drivers/iio/light/cm*
2970 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2971
2972 CAVIUM I2C DRIVER
2973 M:      Jan Glauber <jglauber@cavium.com>
2974 M:      David Daney <david.daney@cavium.com>
2975 W:      http://www.cavium.com
2976 S:      Supported
2977 F:      drivers/i2c/busses/i2c-octeon*
2978 F:      drivers/i2c/busses/i2c-thunderx*
2979
2980 CAVIUM LIQUIDIO NETWORK DRIVER
2981 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2982 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2983 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2984 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2985 L:     netdev@vger.kernel.org
2986 W:     http://www.cavium.com
2987 S:     Supported
2988 F:     drivers/net/ethernet/cavium/liquidio/
2989
2990 CC2520 IEEE-802.15.4 RADIO DRIVER
2991 M:      Varka Bhadram <varkabhadram@gmail.com>
2992 L:      linux-wpan@vger.kernel.org
2993 S:      Maintained
2994 F:      drivers/net/ieee802154/cc2520.c
2995 F:      include/linux/spi/cc2520.h
2996 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2997
2998 CEC DRIVER
2999 M:      Hans Verkuil <hans.verkuil@cisco.com>
3000 L:      linux-media@vger.kernel.org
3001 T:      git git://linuxtv.org/media_tree.git
3002 W:      http://linuxtv.org
3003 S:      Supported
3004 F:      Documentation/cec.txt
3005 F:      Documentation/media/uapi/cec
3006 F:      drivers/staging/media/cec/
3007 F:      drivers/media/cec-edid.c
3008 F:      drivers/media/rc/keymaps/rc-cec.c
3009 F:      include/media/cec.h
3010 F:      include/media/cec-edid.h
3011 F:      include/linux/cec.h
3012 F:      include/linux/cec-funcs.h
3013
3014 CELL BROADBAND ENGINE ARCHITECTURE
3015 M:      Arnd Bergmann <arnd@arndb.de>
3016 L:      linuxppc-dev@lists.ozlabs.org
3017 W:      http://www.ibm.com/developerworks/power/cell/
3018 S:      Supported
3019 F:      arch/powerpc/include/asm/cell*.h
3020 F:      arch/powerpc/include/asm/spu*.h
3021 F:      arch/powerpc/include/uapi/asm/spu*.h
3022 F:      arch/powerpc/oprofile/*cell*
3023 F:      arch/powerpc/platforms/cell/
3024
3025 CEPH COMMON CODE (LIBCEPH)
3026 M:      Ilya Dryomov <idryomov@gmail.com>
3027 M:      "Yan, Zheng" <zyan@redhat.com>
3028 M:      Sage Weil <sage@redhat.com>
3029 L:      ceph-devel@vger.kernel.org
3030 W:      http://ceph.com/
3031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3032 T:      git git://github.com/ceph/ceph-client.git
3033 S:      Supported
3034 F:      net/ceph/
3035 F:      include/linux/ceph/
3036 F:      include/linux/crush/
3037
3038 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3039 M:      "Yan, Zheng" <zyan@redhat.com>
3040 M:      Sage Weil <sage@redhat.com>
3041 M:      Ilya Dryomov <idryomov@gmail.com>
3042 L:      ceph-devel@vger.kernel.org
3043 W:      http://ceph.com/
3044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3045 T:      git git://github.com/ceph/ceph-client.git
3046 S:      Supported
3047 F:      Documentation/filesystems/ceph.txt
3048 F:      fs/ceph/
3049
3050 CERTIFICATE HANDLING:
3051 M:      David Howells <dhowells@redhat.com>
3052 M:      David Woodhouse <dwmw2@infradead.org>
3053 L:      keyrings@vger.kernel.org
3054 S:      Maintained
3055 F:      Documentation/module-signing.txt
3056 F:      certs/
3057 F:      scripts/sign-file.c
3058 F:      scripts/extract-cert.c
3059
3060 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3061 L:      linux-usb@vger.kernel.org
3062 S:      Orphan
3063 F:      Documentation/usb/WUSB-Design-overview.txt
3064 F:      Documentation/usb/wusb-cbaf
3065 F:      drivers/usb/host/hwa-hc.c
3066 F:      drivers/usb/host/whci/
3067 F:      drivers/usb/wusbcore/
3068 F:      include/linux/usb/wusb*
3069
3070 HT16K33 LED CONTROLLER DRIVER
3071 M:      Robin van der Gracht <robin@protonic.nl>
3072 S:      Maintained
3073 F:      drivers/auxdisplay/ht16k33.c
3074 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3075
3076 CFAG12864B LCD DRIVER
3077 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3078 W:      http://miguelojeda.es/auxdisplay.htm
3079 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3080 S:      Maintained
3081 F:      drivers/auxdisplay/cfag12864b.c
3082 F:      include/linux/cfag12864b.h
3083
3084 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3085 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3086 W:      http://miguelojeda.es/auxdisplay.htm
3087 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3088 S:      Maintained
3089 F:      drivers/auxdisplay/cfag12864bfb.c
3090 F:      include/linux/cfag12864b.h
3091
3092 CFG80211 and NL80211
3093 M:      Johannes Berg <johannes@sipsolutions.net>
3094 L:      linux-wireless@vger.kernel.org
3095 W:      http://wireless.kernel.org/
3096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3098 S:      Maintained
3099 F:      include/uapi/linux/nl80211.h
3100 F:      include/net/cfg80211.h
3101 F:      net/wireless/*
3102 X:      net/wireless/wext*
3103
3104 CHAR and MISC DRIVERS
3105 M:      Arnd Bergmann <arnd@arndb.de>
3106 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3108 S:      Supported
3109 F:      drivers/char/*
3110 F:      drivers/misc/*
3111 F:      include/linux/miscdevice.h
3112
3113 CHECKPATCH
3114 M:      Andy Whitcroft <apw@canonical.com>
3115 M:      Joe Perches <joe@perches.com>
3116 S:      Maintained
3117 F:      scripts/checkpatch.pl
3118
3119 CHINESE DOCUMENTATION
3120 M:      Harry Wei <harryxiyou@gmail.com>
3121 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3122 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3123 S:      Maintained
3124 F:      Documentation/translations/zh_CN/
3125
3126 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3127 M:      Peter Chen <Peter.Chen@nxp.com>
3128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3129 L:      linux-usb@vger.kernel.org
3130 S:      Maintained
3131 F:      drivers/usb/chipidea/
3132
3133 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3134 M:      Hans de Goede <hdegoede@redhat.com>
3135 L:      linux-input@vger.kernel.org
3136 S:      Maintained
3137 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3138 F:      drivers/input/touchscreen/chipone_icn8318.c
3139
3140 CHROME HARDWARE PLATFORM SUPPORT
3141 M:      Olof Johansson <olof@lixom.net>
3142 S:      Maintained
3143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3144 F:      drivers/platform/chrome/
3145
3146 CISCO VIC ETHERNET NIC DRIVER
3147 M:      Christian Benvenuti <benve@cisco.com>
3148 M:      Sujith Sankar <ssujith@cisco.com>
3149 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3150 M:      Neel Patel <neepatel@cisco.com>
3151 S:      Supported
3152 F:      drivers/net/ethernet/cisco/enic/
3153
3154 CISCO VIC LOW LATENCY NIC DRIVER
3155 M:      Christian Benvenuti <benve@cisco.com>
3156 M:      Dave Goodell <dgoodell@cisco.com>
3157 S:      Supported
3158 F:      drivers/infiniband/hw/usnic/
3159
3160 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3161 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3162 L:      netdev@vger.kernel.org
3163 S:      Maintained
3164 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3165
3166 CIRRUS LOGIC AUDIO CODEC DRIVERS
3167 M:      Brian Austin <brian.austin@cirrus.com>
3168 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3169 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3170 S:      Maintained
3171 F:      sound/soc/codecs/cs*
3172
3173 CLEANCACHE API
3174 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3175 L:      linux-kernel@vger.kernel.org
3176 S:      Maintained
3177 F:      mm/cleancache.c
3178 F:      include/linux/cleancache.h
3179
3180 CLK API
3181 M:      Russell King <linux@armlinux.org.uk>
3182 L:      linux-clk@vger.kernel.org
3183 S:      Maintained
3184 F:      include/linux/clk.h
3185
3186 CLOCKSOURCE, CLOCKEVENT DRIVERS
3187 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3188 M:      Thomas Gleixner <tglx@linutronix.de>
3189 L:      linux-kernel@vger.kernel.org
3190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3191 S:      Supported
3192 F:      drivers/clocksource
3193
3194 CISCO FCOE HBA DRIVER
3195 M:      Satish Kharat <satishkh@cisco.com>
3196 M:      Sesidhar Baddela <sebaddel@cisco.com>
3197 M:      Karan Tilak Kumar <kartilak@cisco.com>
3198 L:      linux-scsi@vger.kernel.org
3199 S:      Supported
3200 F:      drivers/scsi/fnic/
3201
3202 CISCO SCSI HBA DRIVER
3203 M:      Karan Tilak Kumar <kartilak@cisco.com>
3204 M:      Sesidhar Baddela <sebaddel@cisco.com>
3205 L:      linux-scsi@vger.kernel.org
3206 S:      Supported
3207 F:      drivers/scsi/snic/
3208
3209 CMPC ACPI DRIVER
3210 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3211 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3212 L:      platform-driver-x86@vger.kernel.org
3213 S:      Supported
3214 F:      drivers/platform/x86/classmate-laptop.c
3215
3216 COBALT MEDIA DRIVER
3217 M:      Hans Verkuil <hans.verkuil@cisco.com>
3218 L:      linux-media@vger.kernel.org
3219 T:      git git://linuxtv.org/media_tree.git
3220 W:      https://linuxtv.org
3221 S:      Supported
3222 F:      drivers/media/pci/cobalt/
3223
3224 COCCINELLE/Semantic Patches (SmPL)
3225 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3226 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3227 M:      Nicolas Palix <nicolas.palix@imag.fr>
3228 M:      Michal Marek <mmarek@suse.com>
3229 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3231 W:      http://coccinelle.lip6.fr/
3232 S:      Supported
3233 F:      Documentation/dev-tools/coccinelle.rst
3234 F:      scripts/coccinelle/
3235 F:      scripts/coccicheck
3236
3237 CODA FILE SYSTEM
3238 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3239 M:      coda@cs.cmu.edu
3240 L:      codalist@coda.cs.cmu.edu
3241 W:      http://www.coda.cs.cmu.edu/
3242 S:      Maintained
3243 F:      Documentation/filesystems/coda.txt
3244 F:      fs/coda/
3245 F:      include/linux/coda*.h
3246 F:      include/uapi/linux/coda*.h
3247
3248 CODA V4L2 MEM2MEM DRIVER
3249 M:      Philipp Zabel <p.zabel@pengutronix.de>
3250 L:      linux-media@vger.kernel.org
3251 S:      Maintained
3252 F:      Documentation/devicetree/bindings/media/coda.txt
3253 F:      drivers/media/platform/coda/
3254
3255 COMMON CLK FRAMEWORK
3256 M:      Michael Turquette <mturquette@baylibre.com>
3257 M:      Stephen Boyd <sboyd@codeaurora.org>
3258 L:      linux-clk@vger.kernel.org
3259 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3261 S:      Maintained
3262 F:      Documentation/devicetree/bindings/clock/
3263 F:      drivers/clk/
3264 X:      drivers/clk/clkdev.c
3265 F:      include/linux/clk-pr*
3266 F:      include/linux/clk/
3267
3268 COMMON INTERNET FILE SYSTEM (CIFS)
3269 M:      Steve French <sfrench@samba.org>
3270 L:      linux-cifs@vger.kernel.org
3271 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3272 W:      http://linux-cifs.samba.org/
3273 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3274 S:      Supported
3275 F:      Documentation/filesystems/cifs/
3276 F:      fs/cifs/
3277
3278 COMPACTPCI HOTPLUG CORE
3279 M:      Scott Murray <scott@spiteful.org>
3280 L:      linux-pci@vger.kernel.org
3281 S:      Maintained
3282 F:      drivers/pci/hotplug/cpci_hotplug*
3283
3284 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3285 M:      Scott Murray <scott@spiteful.org>
3286 L:      linux-pci@vger.kernel.org
3287 S:      Maintained
3288 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3289
3290 COMPACTPCI HOTPLUG GENERIC DRIVER
3291 M:      Scott Murray <scott@spiteful.org>
3292 L:      linux-pci@vger.kernel.org
3293 S:      Maintained
3294 F:      drivers/pci/hotplug/cpcihp_generic.c
3295
3296 COMPAL LAPTOP SUPPORT
3297 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3298 L:      platform-driver-x86@vger.kernel.org
3299 S:      Maintained
3300 F:      drivers/platform/x86/compal-laptop.c
3301
3302 CONEXANT ACCESSRUNNER USB DRIVER
3303 L:      accessrunner-general@lists.sourceforge.net
3304 W:      http://accessrunner.sourceforge.net/
3305 S:      Orphan
3306 F:      drivers/usb/atm/cxacru.c
3307
3308 CONFIGFS
3309 M:      Joel Becker <jlbec@evilplan.org>
3310 M:      Christoph Hellwig <hch@lst.de>
3311 T:      git git://git.infradead.org/users/hch/configfs.git
3312 S:      Supported
3313 F:      fs/configfs/
3314 F:      include/linux/configfs.h
3315
3316 CONNECTOR
3317 M:      Evgeniy Polyakov <zbr@ioremap.net>
3318 L:      netdev@vger.kernel.org
3319 S:      Maintained
3320 F:      drivers/connector/
3321
3322 CONTROL GROUP (CGROUP)
3323 M:      Tejun Heo <tj@kernel.org>
3324 M:      Li Zefan <lizefan@huawei.com>
3325 M:      Johannes Weiner <hannes@cmpxchg.org>
3326 L:      cgroups@vger.kernel.org
3327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3328 S:      Maintained
3329 F:      Documentation/cgroup*
3330 F:      include/linux/cgroup*
3331 F:      kernel/cgroup*
3332
3333 CONTROL GROUP - CPUSET
3334 M:      Li Zefan <lizefan@huawei.com>
3335 L:      cgroups@vger.kernel.org
3336 W:      http://www.bullopensource.org/cpuset/
3337 W:      http://oss.sgi.com/projects/cpusets/
3338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3339 S:      Maintained
3340 F:      Documentation/cgroup-v1/cpusets.txt
3341 F:      include/linux/cpuset.h
3342 F:      kernel/cpuset.c
3343
3344 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3345 M:      Johannes Weiner <hannes@cmpxchg.org>
3346 M:      Michal Hocko <mhocko@kernel.org>
3347 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3348 L:      cgroups@vger.kernel.org
3349 L:      linux-mm@kvack.org
3350 S:      Maintained
3351 F:      mm/memcontrol.c
3352 F:      mm/swap_cgroup.c
3353
3354 CORETEMP HARDWARE MONITORING DRIVER
3355 M:      Fenghua Yu <fenghua.yu@intel.com>
3356 L:      linux-hwmon@vger.kernel.org
3357 S:      Maintained
3358 F:      Documentation/hwmon/coretemp
3359 F:      drivers/hwmon/coretemp.c
3360
3361 COSA/SRP SYNC SERIAL DRIVER
3362 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3363 W:      http://www.fi.muni.cz/~kas/cosa/
3364 S:      Maintained
3365 F:      drivers/net/wan/cosa*
3366
3367 CPMAC ETHERNET DRIVER
3368 M:      Florian Fainelli <f.fainelli@gmail.com>
3369 L:      netdev@vger.kernel.org
3370 S:      Maintained
3371 F:      drivers/net/ethernet/ti/cpmac.c
3372
3373 CPU FREQUENCY DRIVERS
3374 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3375 M:      Viresh Kumar <viresh.kumar@linaro.org>
3376 L:      linux-pm@vger.kernel.org
3377 S:      Maintained
3378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3379 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3380 B:      https://bugzilla.kernel.org
3381 F:      Documentation/cpu-freq/
3382 F:      drivers/cpufreq/
3383 F:      include/linux/cpufreq.h
3384
3385 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3386 M:      Viresh Kumar <viresh.kumar@linaro.org>
3387 M:      Sudeep Holla <sudeep.holla@arm.com>
3388 L:      linux-pm@vger.kernel.org
3389 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3390 S:      Maintained
3391 F:      drivers/cpufreq/arm_big_little.h
3392 F:      drivers/cpufreq/arm_big_little.c
3393 F:      drivers/cpufreq/arm_big_little_dt.c
3394
3395 CPUIDLE DRIVER - ARM BIG LITTLE
3396 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3397 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3398 L:      linux-pm@vger.kernel.org
3399 L:      linux-arm-kernel@lists.infradead.org
3400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3401 S:      Maintained
3402 F:      drivers/cpuidle/cpuidle-big_little.c
3403
3404 CPUIDLE DRIVER - ARM EXYNOS
3405 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3406 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3407 M:      Kukjin Kim <kgene@kernel.org>
3408 L:      linux-pm@vger.kernel.org
3409 L:      linux-samsung-soc@vger.kernel.org
3410 S:      Supported
3411 F:      drivers/cpuidle/cpuidle-exynos.c
3412 F:      arch/arm/mach-exynos/pm.c
3413
3414 CPUIDLE DRIVERS
3415 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3416 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3417 L:      linux-pm@vger.kernel.org
3418 S:      Maintained
3419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3420 B:      https://bugzilla.kernel.org
3421 F:      drivers/cpuidle/*
3422 F:      include/linux/cpuidle.h
3423
3424 CPUID/MSR DRIVER
3425 M:      "H. Peter Anvin" <hpa@zytor.com>
3426 S:      Maintained
3427 F:      arch/x86/kernel/cpuid.c
3428 F:      arch/x86/kernel/msr.c
3429
3430 CPU POWER MONITORING SUBSYSTEM
3431 M:      Thomas Renninger <trenn@suse.com>
3432 L:      linux-pm@vger.kernel.org
3433 S:      Maintained
3434 F:      tools/power/cpupower/
3435
3436 CRAMFS FILESYSTEM
3437 W:      http://sourceforge.net/projects/cramfs/
3438 S:      Orphan / Obsolete
3439 F:      Documentation/filesystems/cramfs.txt
3440 F:      fs/cramfs/
3441
3442 CRIS PORT
3443 M:      Mikael Starvik <starvik@axis.com>
3444 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3445 L:      linux-cris-kernel@axis.com
3446 W:      http://developer.axis.com
3447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3448 S:      Maintained
3449 F:      arch/cris/
3450 F:      drivers/tty/serial/crisv10.*
3451
3452 CRYPTO API
3453 M:      Herbert Xu <herbert@gondor.apana.org.au>
3454 M:      "David S. Miller" <davem@davemloft.net>
3455 L:      linux-crypto@vger.kernel.org
3456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3458 S:      Maintained
3459 F:      Documentation/crypto/
3460 F:      Documentation/devicetree/bindings/crypto/
3461 F:      Documentation/DocBook/crypto-API.tmpl
3462 F:      arch/*/crypto/
3463 F:      crypto/
3464 F:      drivers/crypto/
3465 F:      include/crypto/
3466
3467 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3468 M:      Neil Horman <nhorman@tuxdriver.com>
3469 L:      linux-crypto@vger.kernel.org
3470 S:      Maintained
3471 F:      crypto/ansi_cprng.c
3472 F:      crypto/rng.c
3473
3474 CS3308 MEDIA DRIVER
3475 M:      Hans Verkuil <hverkuil@xs4all.nl>
3476 L:      linux-media@vger.kernel.org
3477 T:      git git://linuxtv.org/media_tree.git
3478 W:      http://linuxtv.org
3479 S:      Odd Fixes
3480 F:      drivers/media/i2c/cs3308.c
3481 F:      drivers/media/i2c/cs3308.h
3482
3483 CS5535 Audio ALSA driver
3484 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3485 S:      Maintained
3486 F:      sound/pci/cs5535audio/
3487
3488 CW1200 WLAN driver
3489 M:      Solomon Peachy <pizza@shaftnet.org>
3490 S:      Maintained
3491 F:      drivers/net/wireless/st/cw1200/
3492
3493 CX18 VIDEO4LINUX DRIVER
3494 M:      Andy Walls <awalls@md.metrocast.net>
3495 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3496 L:      linux-media@vger.kernel.org
3497 T:      git git://linuxtv.org/media_tree.git
3498 W:      https://linuxtv.org
3499 W:      http://www.ivtvdriver.org/index.php/Cx18
3500 S:      Maintained
3501 F:      Documentation/media/v4l-drivers/cx18*
3502 F:      drivers/media/pci/cx18/
3503 F:      include/uapi/linux/ivtv*
3504
3505 CX2341X MPEG ENCODER HELPER MODULE
3506 M:      Hans Verkuil <hverkuil@xs4all.nl>
3507 L:      linux-media@vger.kernel.org
3508 T:      git git://linuxtv.org/media_tree.git
3509 W:      https://linuxtv.org
3510 S:      Maintained
3511 F:      drivers/media/common/cx2341x*
3512 F:      include/media/cx2341x*
3513
3514 CX24120 MEDIA DRIVER
3515 M:      Jemma Denson <jdenson@gmail.com>
3516 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3517 L:      linux-media@vger.kernel.org
3518 W:      https://linuxtv.org
3519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3520 S:      Maintained
3521 F:      drivers/media/dvb-frontends/cx24120*
3522
3523 CX88 VIDEO4LINUX DRIVER
3524 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3525 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3526 L:      linux-media@vger.kernel.org
3527 W:      https://linuxtv.org
3528 T:      git git://linuxtv.org/media_tree.git
3529 S:      Odd fixes
3530 F:      Documentation/media/v4l-drivers/cx88*
3531 F:      drivers/media/pci/cx88/
3532
3533 CXD2820R MEDIA DRIVER
3534 M:      Antti Palosaari <crope@iki.fi>
3535 L:      linux-media@vger.kernel.org
3536 W:      https://linuxtv.org
3537 W:      http://palosaari.fi/linux/
3538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3539 T:      git git://linuxtv.org/anttip/media_tree.git
3540 S:      Maintained
3541 F:      drivers/media/dvb-frontends/cxd2820r*
3542
3543 CXGB3 ETHERNET DRIVER (CXGB3)
3544 M:      Santosh Raspatur <santosh@chelsio.com>
3545 L:      netdev@vger.kernel.org
3546 W:      http://www.chelsio.com
3547 S:      Supported
3548 F:      drivers/net/ethernet/chelsio/cxgb3/
3549
3550 CXGB3 ISCSI DRIVER (CXGB3I)
3551 M:      Karen Xie <kxie@chelsio.com>
3552 L:      linux-scsi@vger.kernel.org
3553 W:      http://www.chelsio.com
3554 S:      Supported
3555 F:      drivers/scsi/cxgbi/cxgb3i
3556
3557 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3558 M:      Steve Wise <swise@chelsio.com>
3559 L:      linux-rdma@vger.kernel.org
3560 W:      http://www.openfabrics.org
3561 S:      Supported
3562 F:      drivers/infiniband/hw/cxgb3/
3563 F:      include/uapi/rdma/cxgb3-abi.h
3564
3565 CXGB4 ETHERNET DRIVER (CXGB4)
3566 M:      Hariprasad S <hariprasad@chelsio.com>
3567 L:      netdev@vger.kernel.org
3568 W:      http://www.chelsio.com
3569 S:      Supported
3570 F:      drivers/net/ethernet/chelsio/cxgb4/
3571
3572 CXGB4 ISCSI DRIVER (CXGB4I)
3573 M:      Karen Xie <kxie@chelsio.com>
3574 L:      linux-scsi@vger.kernel.org
3575 W:      http://www.chelsio.com
3576 S:      Supported
3577 F:      drivers/scsi/cxgbi/cxgb4i
3578
3579 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3580 M:      Steve Wise <swise@chelsio.com>
3581 L:      linux-rdma@vger.kernel.org
3582 W:      http://www.openfabrics.org
3583 S:      Supported
3584 F:      drivers/infiniband/hw/cxgb4/
3585 F:      include/uapi/rdma/cxgb4-abi.h
3586
3587 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3588 M:      Casey Leedom <leedom@chelsio.com>
3589 L:      netdev@vger.kernel.org
3590 W:      http://www.chelsio.com
3591 S:      Supported
3592 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3593
3594 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3595 M:      Ian Munsie <imunsie@au1.ibm.com>
3596 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3597 L:      linuxppc-dev@lists.ozlabs.org
3598 S:      Supported
3599 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3600 F:      drivers/misc/cxl/
3601 F:      include/misc/cxl*
3602 F:      include/uapi/misc/cxl.h
3603 F:      Documentation/powerpc/cxl.txt
3604 F:      Documentation/ABI/testing/sysfs-class-cxl
3605
3606 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3607 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3608 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3609 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3610 L:      linux-scsi@vger.kernel.org
3611 S:      Supported
3612 F:      drivers/scsi/cxlflash/
3613 F:      include/uapi/scsi/cxlflash_ioctls.h
3614 F:      Documentation/powerpc/cxlflash.txt
3615
3616 STMMAC ETHERNET DRIVER
3617 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3618 M:      Alexandre Torgue <alexandre.torgue@st.com>
3619 L:      netdev@vger.kernel.org
3620 W:      http://www.stlinux.com
3621 S:      Supported
3622 F:      drivers/net/ethernet/stmicro/stmmac/
3623
3624 CYBERPRO FB DRIVER
3625 M:      Russell King <linux@armlinux.org.uk>
3626 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3627 W:      http://www.armlinux.org.uk/
3628 S:      Maintained
3629 F:      drivers/video/fbdev/cyber2000fb.*
3630
3631 CYCLADES ASYNC MUX DRIVER
3632 W:      http://www.cyclades.com/
3633 S:      Orphan
3634 F:      drivers/tty/cyclades.c
3635 F:      include/linux/cyclades.h
3636 F:      include/uapi/linux/cyclades.h
3637
3638 CYCLADES PC300 DRIVER
3639 W:      http://www.cyclades.com/
3640 S:      Orphan
3641 F:      drivers/net/wan/pc300*
3642
3643 CYPRESS_FIRMWARE MEDIA DRIVER
3644 M:      Antti Palosaari <crope@iki.fi>
3645 L:      linux-media@vger.kernel.org
3646 W:      https://linuxtv.org
3647 W:      http://palosaari.fi/linux/
3648 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3649 T:      git git://linuxtv.org/anttip/media_tree.git
3650 S:      Maintained
3651 F:      drivers/media/common/cypress_firmware*
3652
3653 CYTTSP TOUCHSCREEN DRIVER
3654 M:      Ferruh Yigit <fery@cypress.com>
3655 L:      linux-input@vger.kernel.org
3656 S:      Supported
3657 F:      drivers/input/touchscreen/cyttsp*
3658 F:      include/linux/input/cyttsp.h
3659
3660 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3661 M:      Joshua Kinard <kumba@gentoo.org>
3662 S:      Maintained
3663 F:      drivers/rtc/rtc-ds1685.c
3664 F:      include/linux/rtc/ds1685.h
3665
3666 DAMA SLAVE for AX.25
3667 M:      Joerg Reuter <jreuter@yaina.de>
3668 W:      http://yaina.de/jreuter/
3669 W:      http://www.qsl.net/dl1bke/
3670 L:      linux-hams@vger.kernel.org
3671 S:      Maintained
3672 F:      net/ax25/af_ax25.c
3673 F:      net/ax25/ax25_dev.c
3674 F:      net/ax25/ax25_ds_*
3675 F:      net/ax25/ax25_in.c
3676 F:      net/ax25/ax25_out.c
3677 F:      net/ax25/ax25_timer.c
3678 F:      net/ax25/sysctl_net_ax25.c
3679
3680 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3681 L:      netdev@vger.kernel.org
3682 S:      Orphan
3683 F:      Documentation/networking/dmfe.txt
3684 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3685
3686 DC390/AM53C974 SCSI driver
3687 M:      Hannes Reinecke <hare@suse.com>
3688 L:      linux-scsi@vger.kernel.org
3689 S:      Maintained
3690 F:      drivers/scsi/am53c974.c
3691
3692 DC395x SCSI driver
3693 M:      Oliver Neukum <oliver@neukum.org>
3694 M:      Ali Akcaagac <aliakc@web.de>
3695 M:      Jamie Lenehan <lenehan@twibble.org>
3696 L:      dc395x@twibble.org
3697 W:      http://twibble.org/dist/dc395x/
3698 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3699 S:      Maintained
3700 F:      Documentation/scsi/dc395x.txt
3701 F:      drivers/scsi/dc395x.*
3702
3703 DCCP PROTOCOL
3704 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3705 L:      dccp@vger.kernel.org
3706 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3707 S:      Maintained
3708 F:      include/linux/dccp.h
3709 F:      include/uapi/linux/dccp.h
3710 F:      include/linux/tfrc.h
3711 F:      net/dccp/
3712
3713 DECnet NETWORK LAYER
3714 W:      http://linux-decnet.sourceforge.net
3715 L:      linux-decnet-user@lists.sourceforge.net
3716 S:      Orphan
3717 F:      Documentation/networking/decnet.txt
3718 F:      net/decnet/
3719
3720 DECSTATION PLATFORM SUPPORT
3721 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3722 L:      linux-mips@linux-mips.org
3723 W:      http://www.linux-mips.org/wiki/DECstation
3724 S:      Maintained
3725 F:      arch/mips/dec/
3726 F:      arch/mips/include/asm/dec/
3727 F:      arch/mips/include/asm/mach-dec/
3728
3729 DEFXX FDDI NETWORK DRIVER
3730 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3731 S:      Maintained
3732 F:      drivers/net/fddi/defxx.*
3733
3734 DELL LAPTOP DRIVER
3735 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3736 M:      Pali Rohár <pali.rohar@gmail.com>
3737 L:      platform-driver-x86@vger.kernel.org
3738 S:      Maintained
3739 F:      drivers/platform/x86/dell-laptop.c
3740
3741 DELL LAPTOP RBTN DRIVER
3742 M:      Pali Rohár <pali.rohar@gmail.com>
3743 S:      Maintained
3744 F:      drivers/platform/x86/dell-rbtn.*
3745
3746 DELL LAPTOP FREEFALL DRIVER
3747 M:      Pali Rohár <pali.rohar@gmail.com>
3748 S:      Maintained
3749 F:      drivers/platform/x86/dell-smo8800.c
3750
3751 DELL LAPTOP SMM DRIVER
3752 M:      Pali Rohár <pali.rohar@gmail.com>
3753 S:      Maintained
3754 F:      drivers/hwmon/dell-smm-hwmon.c
3755 F:      include/uapi/linux/i8k.h
3756
3757 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3758 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3759 S:      Maintained
3760 F:      Documentation/dcdbas.txt
3761 F:      drivers/firmware/dcdbas.*
3762
3763 DELL WMI EXTRAS DRIVER
3764 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3765 M:      Pali Rohár <pali.rohar@gmail.com>
3766 S:      Maintained
3767 F:      drivers/platform/x86/dell-wmi.c
3768
3769 DESIGNWARE USB2 DRD IP DRIVER
3770 M:      John Youn <johnyoun@synopsys.com>
3771 L:      linux-usb@vger.kernel.org
3772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3773 S:      Maintained
3774 F:      drivers/usb/dwc2/
3775
3776 DESIGNWARE USB3 DRD IP DRIVER
3777 M:      Felipe Balbi <balbi@kernel.org>
3778 L:      linux-usb@vger.kernel.org
3779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3780 S:      Maintained
3781 F:      drivers/usb/dwc3/
3782
3783 DEVICE COREDUMP (DEV_COREDUMP)
3784 M:      Johannes Berg <johannes@sipsolutions.net>
3785 L:      linux-kernel@vger.kernel.org
3786 S:      Maintained
3787 F:      drivers/base/devcoredump.c
3788 F:      include/linux/devcoredump.h
3789
3790 DEVICE FREQUENCY (DEVFREQ)
3791 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3792 M:      Kyungmin Park <kyungmin.park@samsung.com>
3793 L:      linux-pm@vger.kernel.org
3794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3795 S:      Maintained
3796 F:      drivers/devfreq/
3797 F:      include/linux/devfreq.h
3798 F:      Documentation/devicetree/bindings/devfreq/
3799
3800 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3801 M:      Chanwoo Choi <cw00.choi@samsung.com>
3802 L:      linux-pm@vger.kernel.org
3803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3804 S:      Supported
3805 F:      drivers/devfreq/event/
3806 F:      drivers/devfreq/devfreq-event.c
3807 F:      include/linux/devfreq-event.h
3808 F:      Documentation/devicetree/bindings/devfreq/event/
3809
3810 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3811 M:      Chanwoo Choi <cw00.choi@samsung.com>
3812 L:      linux-pm@vger.kernel.org
3813 L:      linux-samsung-soc@vger.kernel.org
3814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3815 S:      Maintained
3816 F:      drivers/devfreq/exynos-bus.c
3817 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3818
3819 DEVICE NUMBER REGISTRY
3820 M:      Torben Mathiasen <device@lanana.org>
3821 W:      http://lanana.org/docs/device-list/index.html
3822 S:      Maintained
3823
3824 DEVICE-MAPPER  (LVM)
3825 M:      Alasdair Kergon <agk@redhat.com>
3826 M:      Mike Snitzer <snitzer@redhat.com>
3827 M:      dm-devel@redhat.com
3828 L:      dm-devel@redhat.com
3829 W:      http://sources.redhat.com/dm
3830 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3832 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3833 S:      Maintained
3834 F:      Documentation/device-mapper/
3835 F:      drivers/md/dm*
3836 F:      drivers/md/persistent-data/
3837 F:      include/linux/device-mapper.h
3838 F:      include/linux/dm-*.h
3839 F:      include/uapi/linux/dm-*.h
3840
3841 DEVLINK
3842 M:      Jiri Pirko <jiri@mellanox.com>
3843 L:      netdev@vger.kernel.org
3844 S:      Supported
3845 F:      net/core/devlink.c
3846 F:      include/net/devlink.h
3847 F:      include/uapi/linux/devlink.h
3848
3849 DIALOG SEMICONDUCTOR DRIVERS
3850 M:      Support Opensource <support.opensource@diasemi.com>
3851 W:      http://www.dialog-semiconductor.com/products
3852 S:      Supported
3853 F:      Documentation/hwmon/da90??
3854 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3855 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3856 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3857 F:      drivers/gpio/gpio-da90??.c
3858 F:      drivers/hwmon/da90??-hwmon.c
3859 F:      drivers/iio/adc/da91??-*.c
3860 F:      drivers/input/misc/da90??_onkey.c
3861 F:      drivers/input/touchscreen/da9052_tsi.c
3862 F:      drivers/leds/leds-da90??.c
3863 F:      drivers/mfd/da903x.c
3864 F:      drivers/mfd/da90??-*.c
3865 F:      drivers/mfd/da91??-*.c
3866 F:      drivers/power/supply/da9052-battery.c
3867 F:      drivers/power/supply/da91??-*.c
3868 F:      drivers/regulator/da903x.c
3869 F:      drivers/regulator/da9???-regulator.[ch]
3870 F:      drivers/rtc/rtc-da90??.c
3871 F:      drivers/video/backlight/da90??_bl.c
3872 F:      drivers/watchdog/da90??_wdt.c
3873 F:      include/linux/mfd/da903x.h
3874 F:      include/linux/mfd/da9052/
3875 F:      include/linux/mfd/da9055/
3876 F:      include/linux/mfd/da9062/
3877 F:      include/linux/mfd/da9063/
3878 F:      include/linux/mfd/da9150/
3879 F:      include/linux/regulator/da9211.h
3880 F:      include/sound/da[79]*.h
3881 F:      sound/soc/codecs/da[79]*.[ch]
3882
3883 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3884 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3885 L:      linux-gpio@vger.kernel.org
3886 S:      Maintained
3887 F:      drivers/gpio/gpio-gpio-mm.c
3888
3889 DIGI NEO AND CLASSIC PCI PRODUCTS
3890 M:      Lidza Louina <lidza.louina@gmail.com>
3891 M:      Mark Hounschell <markh@compro.net>
3892 L:      driverdev-devel@linuxdriverproject.org
3893 S:      Maintained
3894 F:      drivers/staging/dgnc/
3895
3896 DIOLAN U2C-12 I2C DRIVER
3897 M:      Guenter Roeck <linux@roeck-us.net>
3898 L:      linux-i2c@vger.kernel.org
3899 S:      Maintained
3900 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3901
3902 DIRECT ACCESS (DAX)
3903 M:      Matthew Wilcox <willy@linux.intel.com>
3904 L:      linux-fsdevel@vger.kernel.org
3905 S:      Supported
3906 F:      fs/dax.c
3907
3908 DIRECTORY NOTIFICATION (DNOTIFY)
3909 M:      Eric Paris <eparis@parisplace.org>
3910 S:      Maintained
3911 F:      Documentation/filesystems/dnotify.txt
3912 F:      fs/notify/dnotify/
3913 F:      include/linux/dnotify.h
3914
3915 DISK GEOMETRY AND PARTITION HANDLING
3916 M:      Andries Brouwer <aeb@cwi.nl>
3917 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3918 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3919 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3920 S:      Maintained
3921
3922 DISKQUOTA
3923 M:      Jan Kara <jack@suse.com>
3924 S:      Maintained
3925 F:      Documentation/filesystems/quota.txt
3926 F:      fs/quota/
3927 F:      include/linux/quota*.h
3928 F:      include/uapi/linux/quota*.h
3929
3930 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3931 M:      Bernie Thompson <bernie@plugable.com>
3932 L:      linux-fbdev@vger.kernel.org
3933 S:      Maintained
3934 W:      http://plugable.com/category/projects/udlfb/
3935 F:      drivers/video/fbdev/udlfb.c
3936 F:      include/video/udlfb.h
3937 F:      Documentation/fb/udlfb.txt
3938
3939 DISTRIBUTED LOCK MANAGER (DLM)
3940 M:      Christine Caulfield <ccaulfie@redhat.com>
3941 M:      David Teigland <teigland@redhat.com>
3942 L:      cluster-devel@redhat.com
3943 W:      http://sources.redhat.com/cluster/
3944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3945 S:      Supported
3946 F:      fs/dlm/
3947
3948 DMA BUFFER SHARING FRAMEWORK
3949 M:      Sumit Semwal <sumit.semwal@linaro.org>
3950 S:      Maintained
3951 L:      linux-media@vger.kernel.org
3952 L:      dri-devel@lists.freedesktop.org
3953 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3954 F:      drivers/dma-buf/
3955 F:      include/linux/dma-buf*
3956 F:      include/linux/reservation.h
3957 F:      include/linux/*fence.h
3958 F:      Documentation/dma-buf-sharing.txt
3959 T:      git git://anongit.freedesktop.org/drm/drm-misc
3960
3961 SYNC FILE FRAMEWORK
3962 M:      Sumit Semwal <sumit.semwal@linaro.org>
3963 R:      Gustavo Padovan <gustavo@padovan.org>
3964 S:      Maintained
3965 L:      linux-media@vger.kernel.org
3966 L:      dri-devel@lists.freedesktop.org
3967 F:      drivers/dma-buf/sync_*
3968 F:      drivers/dma-buf/sw_sync.c
3969 F:      include/linux/sync_file.h
3970 F:      include/uapi/linux/sync_file.h
3971 F:      Documentation/sync_file.txt
3972 T:      git git://anongit.freedesktop.org/drm/drm-misc
3973
3974 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3975 M:      Vinod Koul <vinod.koul@intel.com>
3976 L:      dmaengine@vger.kernel.org
3977 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3978 S:      Maintained
3979 F:      drivers/dma/
3980 F:      include/linux/dmaengine.h
3981 F:      Documentation/devicetree/bindings/dma/
3982 F:      Documentation/dmaengine/
3983 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3984
3985 DME1737 HARDWARE MONITOR DRIVER
3986 M:      Juerg Haefliger <juergh@gmail.com>
3987 L:      linux-hwmon@vger.kernel.org
3988 S:      Maintained
3989 F:      Documentation/hwmon/dme1737
3990 F:      drivers/hwmon/dme1737.c
3991
3992 DMI/SMBIOS SUPPORT
3993 M:      Jean Delvare <jdelvare@suse.com>
3994 S:      Maintained
3995 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3996 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3997 F:      drivers/firmware/dmi-id.c
3998 F:      drivers/firmware/dmi_scan.c
3999 F:      include/linux/dmi.h
4000
4001 DOCUMENTATION
4002 M:      Jonathan Corbet <corbet@lwn.net>
4003 L:      linux-doc@vger.kernel.org
4004 S:      Maintained
4005 F:      Documentation/
4006 F:      scripts/docproc.c
4007 F:      scripts/kernel-doc*
4008 X:      Documentation/ABI/
4009 X:      Documentation/devicetree/
4010 X:      Documentation/acpi
4011 X:      Documentation/power
4012 X:      Documentation/spi
4013 X:      Documentation/media
4014 T:      git git://git.lwn.net/linux.git docs-next
4015
4016 DOUBLETALK DRIVER
4017 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4018 L:      blinux-list@redhat.com
4019 S:      Maintained
4020 F:      drivers/char/dtlk.c
4021 F:      include/linux/dtlk.h
4022
4023 DPT_I2O SCSI RAID DRIVER
4024 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4025 L:      linux-scsi@vger.kernel.org
4026 W:      http://www.adaptec.com/
4027 S:      Maintained
4028 F:      drivers/scsi/dpt*
4029 F:      drivers/scsi/dpt/
4030
4031 DRBD DRIVER
4032 M:      Philipp Reisner <philipp.reisner@linbit.com>
4033 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4034 L:      drbd-dev@lists.linbit.com
4035 W:      http://www.drbd.org
4036 T:      git git://git.linbit.com/linux-drbd.git
4037 T:      git git://git.linbit.com/drbd-8.4.git
4038 S:      Supported
4039 F:      drivers/block/drbd/
4040 F:      lib/lru_cache.c
4041 F:      Documentation/blockdev/drbd/
4042
4043 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4044 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4046 S:      Supported
4047 F:      Documentation/kobject.txt
4048 F:      drivers/base/
4049 F:      fs/debugfs/
4050 F:      fs/kernfs/
4051 F:      fs/sysfs/
4052 F:      include/linux/debugfs.h
4053 F:      include/linux/kobj*
4054 F:      lib/kobj*
4055
4056 DRM DRIVERS
4057 M:      David Airlie <airlied@linux.ie>
4058 L:      dri-devel@lists.freedesktop.org
4059 T:      git git://people.freedesktop.org/~airlied/linux
4060 B:      https://bugs.freedesktop.org/
4061 C:      irc://chat.freenode.net/dri-devel
4062 S:      Maintained
4063 F:      drivers/gpu/drm/
4064 F:      drivers/gpu/vga/
4065 F:      Documentation/devicetree/bindings/display/
4066 F:      Documentation/devicetree/bindings/gpu/
4067 F:      Documentation/devicetree/bindings/video/
4068 F:      Documentation/gpu/
4069 F:      include/drm/
4070 F:      include/uapi/drm/
4071
4072 DRM DRIVERS AND MISC GPU PATCHES
4073 M:      Daniel Vetter <daniel.vetter@intel.com>
4074 M:      Jani Nikula <jani.nikula@linux.intel.com>
4075 M:      Sean Paul <seanpaul@chromium.org>
4076 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4077 S:      Maintained
4078 T:      git git://anongit.freedesktop.org/drm/drm-misc
4079 F:      Documentation/gpu/
4080 F:      drivers/gpu/vga/
4081 F:      drivers/gpu/drm/*
4082 F:      include/drm/drm*
4083 F:      include/uapi/drm/drm*
4084
4085 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4086 M:      Dave Airlie <airlied@redhat.com>
4087 S:      Odd Fixes
4088 F:      drivers/gpu/drm/ast/
4089
4090 DRM DRIVERS FOR BRIDGE CHIPS
4091 M:      Archit Taneja <architt@codeaurora.org>
4092 S:      Maintained
4093 T:      git git://anongit.freedesktop.org/drm/drm-misc
4094 F:      drivers/gpu/drm/bridge/
4095
4096 DRM DRIVER FOR BOCHS VIRTUAL GPU
4097 M:      Gerd Hoffmann <kraxel@redhat.com>
4098 S:      Odd Fixes
4099 F:      drivers/gpu/drm/bochs/
4100
4101 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4102 M:      Dave Airlie <airlied@redhat.com>
4103 S:      Odd Fixes
4104 F:      drivers/gpu/drm/cirrus/
4105
4106 RADEON and AMDGPU DRM DRIVERS
4107 M:      Alex Deucher <alexander.deucher@amd.com>
4108 M:      Christian König <christian.koenig@amd.com>
4109 L:      dri-devel@lists.freedesktop.org
4110 T:      git git://people.freedesktop.org/~agd5f/linux
4111 S:      Supported
4112 F:      drivers/gpu/drm/radeon/
4113 F:      include/uapi/drm/radeon_drm.h
4114 F:      drivers/gpu/drm/amd/
4115 F:      include/uapi/drm/amdgpu_drm.h
4116
4117 DRM PANEL DRIVERS
4118 M:      Thierry Reding <thierry.reding@gmail.com>
4119 L:      dri-devel@lists.freedesktop.org
4120 T:      git git://anongit.freedesktop.org/tegra/linux.git
4121 S:      Maintained
4122 F:      drivers/gpu/drm/drm_panel.c
4123 F:      drivers/gpu/drm/panel/
4124 F:      include/drm/drm_panel.h
4125 F:      Documentation/devicetree/bindings/display/panel/
4126
4127 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4128 M:      Daniel Vetter <daniel.vetter@intel.com>
4129 M:      Jani Nikula <jani.nikula@linux.intel.com>
4130 L:      intel-gfx@lists.freedesktop.org
4131 W:      https://01.org/linuxgraphics/
4132 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4133 C:      irc://chat.freenode.net/intel-gfx
4134 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4135 T:      git git://anongit.freedesktop.org/drm-intel
4136 S:      Supported
4137 F:      drivers/gpu/drm/i915/
4138 F:      include/drm/i915*
4139 F:      include/uapi/drm/i915_drm.h
4140 F:      Documentation/gpu/i915.rst
4141
4142 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4143 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4144 M:      Zhi Wang <zhi.a.wang@intel.com>
4145 L:      igvt-g-dev@lists.01.org
4146 L:      intel-gfx@lists.freedesktop.org
4147 W:      https://01.org/igvt-g
4148 T:      git https://github.com/01org/gvt-linux.git
4149 S:      Supported
4150 F:      drivers/gpu/drm/i915/gvt/
4151
4152 DRM DRIVERS FOR ATMEL HLCDC
4153 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4154 L:      dri-devel@lists.freedesktop.org
4155 S:      Supported
4156 F:      drivers/gpu/drm/atmel-hlcdc/
4157 F:      Documentation/devicetree/bindings/drm/atmel/
4158
4159 DRM DRIVERS FOR ALLWINNER A10
4160 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4161 L:      dri-devel@lists.freedesktop.org
4162 S:      Supported
4163 F:      drivers/gpu/drm/sun4i/
4164 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4165
4166 DRM DRIVERS FOR AMLOGIC SOCS
4167 M:      Neil Armstrong <narmstrong@baylibre.com>
4168 L:      dri-devel@lists.freedesktop.org
4169 L:      linux-amlogic@lists.infradead.org
4170 W:      http://linux-meson.com/
4171 S:      Supported
4172 F:      drivers/gpu/drm/meson/
4173 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4174
4175 DRM DRIVERS FOR EXYNOS
4176 M:      Inki Dae <inki.dae@samsung.com>
4177 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4178 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4179 M:      Kyungmin Park <kyungmin.park@samsung.com>
4180 L:      dri-devel@lists.freedesktop.org
4181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4182 S:      Supported
4183 F:      drivers/gpu/drm/exynos/
4184 F:      include/uapi/drm/exynos_drm.h
4185 F:      Documentation/devicetree/bindings/display/exynos/
4186
4187 DRM DRIVERS FOR FREESCALE DCU
4188 M:      Stefan Agner <stefan@agner.ch>
4189 M:      Alison Wang <alison.wang@freescale.com>
4190 L:      dri-devel@lists.freedesktop.org
4191 S:      Supported
4192 F:      drivers/gpu/drm/fsl-dcu/
4193 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4194 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4195 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4196
4197 DRM DRIVERS FOR FREESCALE IMX
4198 M:      Philipp Zabel <p.zabel@pengutronix.de>
4199 L:      dri-devel@lists.freedesktop.org
4200 S:      Maintained
4201 F:      drivers/gpu/drm/imx/
4202 F:      drivers/gpu/ipu-v3/
4203 F:      Documentation/devicetree/bindings/display/imx/
4204
4205 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4206 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4207 L:      dri-devel@lists.freedesktop.org
4208 T:      git git://github.com/patjak/drm-gma500
4209 S:      Maintained
4210 F:      drivers/gpu/drm/gma500/
4211
4212 DRM DRIVERS FOR HISILICON
4213 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4214 M:      Rongrong Zou <zourongrong@gmail.com>
4215 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4216 R:      Chen Feng <puck.chen@hisilicon.com>
4217 L:      dri-devel@lists.freedesktop.org
4218 T:      git git://github.com/xin3liang/linux.git
4219 S:      Maintained
4220 F:      drivers/gpu/drm/hisilicon/
4221 F:      Documentation/devicetree/bindings/display/hisilicon/
4222
4223 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4224 S:      Orphan / Obsolete
4225 F:      drivers/gpu/drm/i810/
4226 F:      include/uapi/drm/i810_drm.h
4227
4228 DRM DRIVERS FOR MEDIATEK
4229 M:      CK Hu <ck.hu@mediatek.com>
4230 M:      Philipp Zabel <p.zabel@pengutronix.de>
4231 L:      dri-devel@lists.freedesktop.org
4232 S:      Supported
4233 F:      drivers/gpu/drm/mediatek/
4234 F:      Documentation/devicetree/bindings/display/mediatek/
4235
4236 DRM DRIVER FOR MSM ADRENO GPU
4237 M:      Rob Clark <robdclark@gmail.com>
4238 L:      linux-arm-msm@vger.kernel.org
4239 L:      dri-devel@lists.freedesktop.org
4240 L:      freedreno@lists.freedesktop.org
4241 T:      git git://people.freedesktop.org/~robclark/linux
4242 S:      Maintained
4243 F:      drivers/gpu/drm/msm/
4244 F:      include/uapi/drm/msm_drm.h
4245 F:      Documentation/devicetree/bindings/display/msm/
4246
4247 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4248 M:      Ben Skeggs <bskeggs@redhat.com>
4249 L:      dri-devel@lists.freedesktop.org
4250 L:      nouveau@lists.freedesktop.org
4251 T:      git git://github.com/skeggsb/linux
4252 S:      Supported
4253 F:      drivers/gpu/drm/nouveau/
4254 F:      include/uapi/drm/nouveau_drm.h
4255
4256 DRM DRIVERS FOR NVIDIA TEGRA
4257 M:      Thierry Reding <thierry.reding@gmail.com>
4258 L:      dri-devel@lists.freedesktop.org
4259 L:      linux-tegra@vger.kernel.org
4260 T:      git git://anongit.freedesktop.org/tegra/linux.git
4261 S:      Supported
4262 F:      drivers/gpu/drm/tegra/
4263 F:      drivers/gpu/host1x/
4264 F:      include/linux/host1x.h
4265 F:      include/uapi/drm/tegra_drm.h
4266 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4267
4268 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4269 S:      Orphan / Obsolete
4270 F:      drivers/gpu/drm/mga/
4271 F:      include/uapi/drm/mga_drm.h
4272
4273 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4274 M:      Dave Airlie <airlied@redhat.com>
4275 S:      Odd Fixes
4276 F:      drivers/gpu/drm/mgag200/
4277
4278 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4279 S:      Orphan / Obsolete
4280 F:      drivers/gpu/drm/r128/
4281 F:      include/uapi/drm/r128_drm.h
4282
4283 DRM DRIVERS FOR RENESAS
4284 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4285 L:      dri-devel@lists.freedesktop.org
4286 L:      linux-renesas-soc@vger.kernel.org
4287 T:      git git://linuxtv.org/pinchartl/fbdev
4288 S:      Supported
4289 F:      drivers/gpu/drm/rcar-du/
4290 F:      drivers/gpu/drm/shmobile/
4291 F:      include/linux/platform_data/shmob_drm.h
4292 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4293
4294 DRM DRIVER FOR QXL VIRTUAL GPU
4295 M:      Dave Airlie <airlied@redhat.com>
4296 S:      Odd Fixes
4297 F:      drivers/gpu/drm/qxl/
4298 F:      include/uapi/drm/qxl_drm.h
4299
4300 DRM DRIVERS FOR ROCKCHIP
4301 M:      Mark Yao <mark.yao@rock-chips.com>
4302 L:      dri-devel@lists.freedesktop.org
4303 S:      Maintained
4304 F:      drivers/gpu/drm/rockchip/
4305 F:      Documentation/devicetree/bindings/display/rockchip/
4306
4307 DRM DRIVER FOR SAVAGE VIDEO CARDS
4308 S:      Orphan / Obsolete
4309 F:      drivers/gpu/drm/savage/
4310 F:      include/uapi/drm/savage_drm.h
4311
4312 DRM DRIVER FOR SIS VIDEO CARDS
4313 S:      Orphan / Obsolete
4314 F:      drivers/gpu/drm/sis/
4315 F:      include/uapi/drm/sis_drm.h
4316
4317 DRM DRIVERS FOR STI
4318 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4319 M:      Vincent Abriou <vincent.abriou@st.com>
4320 L:      dri-devel@lists.freedesktop.org
4321 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4322 S:      Maintained
4323 F:      drivers/gpu/drm/sti
4324 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4325
4326 DRM DRIVER FOR TDFX VIDEO CARDS
4327 S:      Orphan / Obsolete
4328 F:      drivers/gpu/drm/tdfx/
4329
4330 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4331 M:      Dave Airlie <airlied@redhat.com>
4332 S:      Odd Fixes
4333 F:      drivers/gpu/drm/udl/
4334
4335 DRM DRIVERS FOR VIVANTE GPU IP
4336 M:      Lucas Stach <l.stach@pengutronix.de>
4337 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4338 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4339 L:      etnaviv@lists.freedesktop.org
4340 L:      dri-devel@lists.freedesktop.org
4341 S:      Maintained
4342 F:      drivers/gpu/drm/etnaviv/
4343 F:      include/uapi/drm/etnaviv_drm.h
4344 F:      Documentation/devicetree/bindings/display/etnaviv/
4345
4346 DRM DRIVER FOR VMWARE VIRTUAL GPU
4347 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4348 M:      Sinclair Yeh <syeh@vmware.com>
4349 M:      Thomas Hellstrom <thellstrom@vmware.com>
4350 L:      dri-devel@lists.freedesktop.org
4351 T:      git git://people.freedesktop.org/~syeh/repos_linux
4352 T:      git git://people.freedesktop.org/~thomash/linux
4353 S:      Supported
4354 F:      drivers/gpu/drm/vmwgfx/
4355 F:      include/uapi/drm/vmwgfx_drm.h
4356
4357 DRM DRIVERS FOR VC4
4358 M:      Eric Anholt <eric@anholt.net>
4359 T:      git git://github.com/anholt/linux
4360 S:      Supported
4361 F:      drivers/gpu/drm/vc4/
4362 F:      include/uapi/drm/vc4_drm.h
4363 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4364
4365 DRM DRIVERS FOR TI OMAP
4366 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4367 L:      dri-devel@lists.freedesktop.org
4368 S:      Maintained
4369 F:      drivers/gpu/drm/omapdrm/
4370 F:      Documentation/devicetree/bindings/display/ti/
4371
4372 DRM DRIVERS FOR TI LCDC
4373 M:      Jyri Sarha <jsarha@ti.com>
4374 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4375 L:      dri-devel@lists.freedesktop.org
4376 S:      Maintained
4377 F:      drivers/gpu/drm/tilcdc/
4378 F:      Documentation/devicetree/bindings/display/tilcdc/
4379
4380 DRM DRIVERS FOR ZTE ZX
4381 M:      Shawn Guo <shawnguo@kernel.org>
4382 L:      dri-devel@lists.freedesktop.org
4383 S:      Maintained
4384 F:      drivers/gpu/drm/zte/
4385 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4386
4387 DSBR100 USB FM RADIO DRIVER
4388 M:      Alexey Klimov <klimov.linux@gmail.com>
4389 L:      linux-media@vger.kernel.org
4390 T:      git git://linuxtv.org/media_tree.git
4391 S:      Maintained
4392 F:      drivers/media/radio/dsbr100.c
4393
4394 DSCC4 DRIVER
4395 M:      Francois Romieu <romieu@fr.zoreil.com>
4396 L:      netdev@vger.kernel.org
4397 S:      Maintained
4398 F:      drivers/net/wan/dscc4.c
4399
4400 DT3155 MEDIA DRIVER
4401 M:      Hans Verkuil <hverkuil@xs4all.nl>
4402 L:      linux-media@vger.kernel.org
4403 T:      git git://linuxtv.org/media_tree.git
4404 W:      https://linuxtv.org
4405 S:      Odd Fixes
4406 F:      drivers/media/pci/dt3155/
4407
4408 DVB_USB_AF9015 MEDIA DRIVER
4409 M:      Antti Palosaari <crope@iki.fi>
4410 L:      linux-media@vger.kernel.org
4411 W:      https://linuxtv.org
4412 W:      http://palosaari.fi/linux/
4413 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4414 T:      git git://linuxtv.org/anttip/media_tree.git
4415 S:      Maintained
4416 F:      drivers/media/usb/dvb-usb-v2/af9015*
4417
4418 DVB_USB_AF9035 MEDIA DRIVER
4419 M:      Antti Palosaari <crope@iki.fi>
4420 L:      linux-media@vger.kernel.org
4421 W:      https://linuxtv.org
4422 W:      http://palosaari.fi/linux/
4423 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4424 T:      git git://linuxtv.org/anttip/media_tree.git
4425 S:      Maintained
4426 F:      drivers/media/usb/dvb-usb-v2/af9035*
4427
4428 DVB_USB_ANYSEE MEDIA DRIVER
4429 M:      Antti Palosaari <crope@iki.fi>
4430 L:      linux-media@vger.kernel.org
4431 W:      https://linuxtv.org
4432 W:      http://palosaari.fi/linux/
4433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4434 T:      git git://linuxtv.org/anttip/media_tree.git
4435 S:      Maintained
4436 F:      drivers/media/usb/dvb-usb-v2/anysee*
4437
4438 DVB_USB_AU6610 MEDIA DRIVER
4439 M:      Antti Palosaari <crope@iki.fi>
4440 L:      linux-media@vger.kernel.org
4441 W:      https://linuxtv.org
4442 W:      http://palosaari.fi/linux/
4443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4444 T:      git git://linuxtv.org/anttip/media_tree.git
4445 S:      Maintained
4446 F:      drivers/media/usb/dvb-usb-v2/au6610*
4447
4448 DVB_USB_CE6230 MEDIA DRIVER
4449 M:      Antti Palosaari <crope@iki.fi>
4450 L:      linux-media@vger.kernel.org
4451 W:      https://linuxtv.org
4452 W:      http://palosaari.fi/linux/
4453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4454 T:      git git://linuxtv.org/anttip/media_tree.git
4455 S:      Maintained
4456 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4457
4458 DVB_USB_CXUSB MEDIA DRIVER
4459 M:      Michael Krufky <mkrufky@linuxtv.org>
4460 L:      linux-media@vger.kernel.org
4461 W:      https://linuxtv.org
4462 W:      http://github.com/mkrufky
4463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4464 T:      git git://linuxtv.org/media_tree.git
4465 S:      Maintained
4466 F:      drivers/media/usb/dvb-usb/cxusb*
4467
4468 DVB_USB_EC168 MEDIA DRIVER
4469 M:      Antti Palosaari <crope@iki.fi>
4470 L:      linux-media@vger.kernel.org
4471 W:      https://linuxtv.org
4472 W:      http://palosaari.fi/linux/
4473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4474 T:      git git://linuxtv.org/anttip/media_tree.git
4475 S:      Maintained
4476 F:      drivers/media/usb/dvb-usb-v2/ec168*
4477
4478 DVB_USB_GL861 MEDIA DRIVER
4479 M:      Antti Palosaari <crope@iki.fi>
4480 L:      linux-media@vger.kernel.org
4481 W:      https://linuxtv.org
4482 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4483 T:      git git://linuxtv.org/anttip/media_tree.git
4484 S:      Maintained
4485 F:      drivers/media/usb/dvb-usb-v2/gl861*
4486
4487 DVB_USB_MXL111SF MEDIA DRIVER
4488 M:      Michael Krufky <mkrufky@linuxtv.org>
4489 L:      linux-media@vger.kernel.org
4490 W:      https://linuxtv.org
4491 W:      http://github.com/mkrufky
4492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4493 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4494 S:      Maintained
4495 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4496
4497 DVB_USB_RTL28XXU MEDIA DRIVER
4498 M:      Antti Palosaari <crope@iki.fi>
4499 L:      linux-media@vger.kernel.org
4500 W:      https://linuxtv.org
4501 W:      http://palosaari.fi/linux/
4502 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4503 T:      git git://linuxtv.org/anttip/media_tree.git
4504 S:      Maintained
4505 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4506
4507 DVB_USB_V2 MEDIA DRIVER
4508 M:      Antti Palosaari <crope@iki.fi>
4509 L:      linux-media@vger.kernel.org
4510 W:      https://linuxtv.org
4511 W:      http://palosaari.fi/linux/
4512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4513 T:      git git://linuxtv.org/anttip/media_tree.git
4514 S:      Maintained
4515 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4516 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4517
4518 DYNAMIC DEBUG
4519 M:      Jason Baron <jbaron@akamai.com>
4520 S:      Maintained
4521 F:      lib/dynamic_debug.c
4522 F:      include/linux/dynamic_debug.h
4523
4524 DZ DECSTATION DZ11 SERIAL DRIVER
4525 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4526 S:      Maintained
4527 F:      drivers/tty/serial/dz.*
4528
4529 E3X0 POWER BUTTON DRIVER
4530 M:      Moritz Fischer <moritz.fischer@ettus.com>
4531 L:      usrp-users@lists.ettus.com
4532 W:      http://www.ettus.com
4533 S:      Supported
4534 F:      drivers/input/misc/e3x0-button.c
4535 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4536
4537 E4000 MEDIA DRIVER
4538 M:      Antti Palosaari <crope@iki.fi>
4539 L:      linux-media@vger.kernel.org
4540 W:      https://linuxtv.org
4541 W:      http://palosaari.fi/linux/
4542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4543 T:      git git://linuxtv.org/anttip/media_tree.git
4544 S:      Maintained
4545 F:      drivers/media/tuners/e4000*
4546
4547 EATA ISA/EISA/PCI SCSI DRIVER
4548 M:      Dario Ballabio <ballabio_dario@emc.com>
4549 L:      linux-scsi@vger.kernel.org
4550 S:      Maintained
4551 F:      drivers/scsi/eata.c
4552
4553 EC100 MEDIA DRIVER
4554 M:      Antti Palosaari <crope@iki.fi>
4555 L:      linux-media@vger.kernel.org
4556 W:      https://linuxtv.org
4557 W:      http://palosaari.fi/linux/
4558 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4559 T:      git git://linuxtv.org/anttip/media_tree.git
4560 S:      Maintained
4561 F:      drivers/media/dvb-frontends/ec100*
4562
4563 ECRYPT FILE SYSTEM
4564 M:      Tyler Hicks <tyhicks@canonical.com>
4565 L:      ecryptfs@vger.kernel.org
4566 W:      http://ecryptfs.org
4567 W:      https://launchpad.net/ecryptfs
4568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4569 S:      Supported
4570 F:      Documentation/filesystems/ecryptfs.txt
4571 F:      fs/ecryptfs/
4572
4573 EDAC-CORE
4574 M:      Borislav Petkov <bp@alien8.de>
4575 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4576 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4577 L:      linux-edac@vger.kernel.org
4578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4580 S:      Supported
4581 F:      Documentation/edac.txt
4582 F:      drivers/edac/
4583 F:      include/linux/edac.h
4584
4585 EDAC-AMD64
4586 M:      Borislav Petkov <bp@alien8.de>
4587 L:      linux-edac@vger.kernel.org
4588 S:      Maintained
4589 F:      drivers/edac/amd64_edac*
4590
4591 EDAC-CALXEDA
4592 M:      Robert Richter <rric@kernel.org>
4593 L:      linux-edac@vger.kernel.org
4594 S:      Maintained
4595 F:      drivers/edac/highbank*
4596
4597 EDAC-CAVIUM
4598 M:      Ralf Baechle <ralf@linux-mips.org>
4599 M:      David Daney <david.daney@cavium.com>
4600 L:      linux-edac@vger.kernel.org
4601 L:      linux-mips@linux-mips.org
4602 S:      Supported
4603 F:      drivers/edac/octeon_edac*
4604
4605 EDAC-E752X
4606 M:      Mark Gross <mark.gross@intel.com>
4607 L:      linux-edac@vger.kernel.org
4608 S:      Maintained
4609 F:      drivers/edac/e752x_edac.c
4610
4611 EDAC-E7XXX
4612 L:      linux-edac@vger.kernel.org
4613 S:      Maintained
4614 F:      drivers/edac/e7xxx_edac.c
4615
4616 EDAC-FSL_DDR
4617 M:      York Sun <york.sun@nxp.com>
4618 L:      linux-edac@vger.kernel.org
4619 S:      Maintained
4620 F:      drivers/edac/fsl_ddr_edac.*
4621
4622 EDAC-GHES
4623 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4624 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4625 L:      linux-edac@vger.kernel.org
4626 S:      Maintained
4627 F:      drivers/edac/ghes_edac.c
4628
4629 EDAC-I82443BXGX
4630 M:      Tim Small <tim@buttersideup.com>
4631 L:      linux-edac@vger.kernel.org
4632 S:      Maintained
4633 F:      drivers/edac/i82443bxgx_edac.c
4634
4635 EDAC-I3000
4636 L:      linux-edac@vger.kernel.org
4637 S:      Orphan
4638 F:      drivers/edac/i3000_edac.c
4639
4640 EDAC-I5000
4641 L:      linux-edac@vger.kernel.org
4642 S:      Maintained
4643 F:      drivers/edac/i5000_edac.c
4644
4645 EDAC-I5400
4646 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4647 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4648 L:      linux-edac@vger.kernel.org
4649 S:      Maintained
4650 F:      drivers/edac/i5400_edac.c
4651
4652 EDAC-I7300
4653 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4654 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4655 L:      linux-edac@vger.kernel.org
4656 S:      Maintained
4657 F:      drivers/edac/i7300_edac.c
4658
4659 EDAC-I7CORE
4660 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4661 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4662 L:      linux-edac@vger.kernel.org
4663 S:      Maintained
4664 F:      drivers/edac/i7core_edac.c
4665
4666 EDAC-I82975X
4667 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4668 M:      "Arvind R." <arvino55@gmail.com>
4669 L:      linux-edac@vger.kernel.org
4670 S:      Maintained
4671 F:      drivers/edac/i82975x_edac.c
4672
4673 EDAC-IE31200
4674 M:      Jason Baron <jbaron@akamai.com>
4675 L:      linux-edac@vger.kernel.org
4676 S:      Maintained
4677 F:      drivers/edac/ie31200_edac.c
4678
4679 EDAC-MPC85XX
4680 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4681 L:      linux-edac@vger.kernel.org
4682 S:      Maintained
4683 F:      drivers/edac/mpc85xx_edac.[ch]
4684
4685 EDAC-PASEMI
4686 M:      Egor Martovetsky <egor@pasemi.com>
4687 L:      linux-edac@vger.kernel.org
4688 S:      Maintained
4689 F:      drivers/edac/pasemi_edac.c
4690
4691 EDAC-R82600
4692 M:      Tim Small <tim@buttersideup.com>
4693 L:      linux-edac@vger.kernel.org
4694 S:      Maintained
4695 F:      drivers/edac/r82600_edac.c
4696
4697 EDAC-SBRIDGE
4698 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4699 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4700 L:      linux-edac@vger.kernel.org
4701 S:      Maintained
4702 F:      drivers/edac/sb_edac.c
4703
4704 EDAC-SKYLAKE
4705 M:      Tony Luck <tony.luck@intel.com>
4706 L:      linux-edac@vger.kernel.org
4707 S:      Maintained
4708 F:      drivers/edac/skx_edac.c
4709
4710 EDAC-XGENE
4711 APPLIED MICRO (APM) X-GENE SOC EDAC
4712 M:     Loc Ho <lho@apm.com>
4713 S:     Supported
4714 F:     drivers/edac/xgene_edac.c
4715 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4716
4717 EDIROL UA-101/UA-1000 DRIVER
4718 M:      Clemens Ladisch <clemens@ladisch.de>
4719 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4720 T:      git git://git.alsa-project.org/alsa-kernel.git
4721 S:      Maintained
4722 F:      sound/usb/misc/ua101.c
4723
4724 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4725 M:      Matt Fleming <matt@codeblueprint.co.uk>
4726 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4727 L:      linux-efi@vger.kernel.org
4728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4729 S:      Maintained
4730 F:      Documentation/efi-stub.txt
4731 F:      arch/*/kernel/efi.c
4732 F:      arch/x86/boot/compressed/eboot.[ch]
4733 F:      arch/*/include/asm/efi.h
4734 F:      arch/x86/platform/efi/
4735 F:      drivers/firmware/efi/
4736 F:      include/linux/efi*.h
4737 F:      arch/arm/boot/compressed/efi-header.S
4738 F:      arch/arm64/kernel/efi-entry.S
4739
4740 EFI VARIABLE FILESYSTEM
4741 M:      Matthew Garrett <matthew.garrett@nebula.com>
4742 M:      Jeremy Kerr <jk@ozlabs.org>
4743 M:      Matt Fleming <matt@codeblueprint.co.uk>
4744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4745 L:      linux-efi@vger.kernel.org
4746 S:      Maintained
4747 F:      fs/efivarfs/
4748
4749 EFIFB FRAMEBUFFER DRIVER
4750 L:      linux-fbdev@vger.kernel.org
4751 M:      Peter Jones <pjones@redhat.com>
4752 S:      Maintained
4753 F:      drivers/video/fbdev/efifb.c
4754
4755 EFI TEST DRIVER
4756 L:      linux-efi@vger.kernel.org
4757 M:      Ivan Hu <ivan.hu@canonical.com>
4758 M:      Matt Fleming <matt@codeblueprint.co.uk>
4759 S:      Maintained
4760 F:      drivers/firmware/efi/test/
4761
4762 EFS FILESYSTEM
4763 W:      http://aeschi.ch.eu.org/efs/
4764 S:      Orphan
4765 F:      fs/efs/
4766
4767 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4768 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4769 L:      netdev@vger.kernel.org
4770 S:      Maintained
4771 F:      drivers/net/ethernet/ibm/ehea/
4772
4773 EM28XX VIDEO4LINUX DRIVER
4774 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4775 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4776 L:      linux-media@vger.kernel.org
4777 W:      https://linuxtv.org
4778 T:      git git://linuxtv.org/media_tree.git
4779 S:      Maintained
4780 F:      drivers/media/usb/em28xx/
4781 F:      Documentation/media/v4l-drivers/em28xx*
4782
4783 EMBEDDED LINUX
4784 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4785 M:      Matt Mackall <mpm@selenic.com>
4786 M:      David Woodhouse <dwmw2@infradead.org>
4787 L:      linux-embedded@vger.kernel.org
4788 S:      Maintained
4789
4790 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4791 M:      James Smart <james.smart@broadcom.com>
4792 M:      Dick Kennedy <dick.kennedy@broadcom.com>
4793 L:      linux-scsi@vger.kernel.org
4794 W:      http://www.broadcom.com
4795 S:      Supported
4796 F:      drivers/scsi/lpfc/
4797
4798 ENE CB710 FLASH CARD READER DRIVER
4799 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4800 S:      Maintained
4801 F:      drivers/misc/cb710/
4802 F:      drivers/mmc/host/cb710-mmc.*
4803 F:      include/linux/cb710.h
4804
4805 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4806 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4807 S:      Maintained
4808 F:      drivers/media/rc/ene_ir.*
4809
4810 EPSON S1D13XXX FRAMEBUFFER DRIVER
4811 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4812 S:      Maintained
4813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4814 F:      drivers/video/fbdev/s1d13xxxfb.c
4815 F:      include/video/s1d13xxxfb.h
4816
4817 ET131X NETWORK DRIVER
4818 M:      Mark Einon <mark.einon@gmail.com>
4819 S:      Odd Fixes
4820 F:      drivers/net/ethernet/agere/
4821
4822 ETHERNET BRIDGE
4823 M:      Stephen Hemminger <stephen@networkplumber.org>
4824 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4825 L:      netdev@vger.kernel.org
4826 W:      http://www.linuxfoundation.org/en/Net:Bridge
4827 S:      Maintained
4828 F:      include/linux/netfilter_bridge/
4829 F:      net/bridge/
4830
4831 ETHERNET PHY LIBRARY
4832 M:      Florian Fainelli <f.fainelli@gmail.com>
4833 L:      netdev@vger.kernel.org
4834 S:      Maintained
4835 F:      include/linux/phy.h
4836 F:      include/linux/phy_fixed.h
4837 F:      drivers/net/phy/
4838 F:      Documentation/networking/phy.txt
4839 F:      drivers/of/of_mdio.c
4840 F:      drivers/of/of_net.c
4841
4842 EXT2 FILE SYSTEM
4843 M:      Jan Kara <jack@suse.com>
4844 L:      linux-ext4@vger.kernel.org
4845 S:      Maintained
4846 F:      Documentation/filesystems/ext2.txt
4847 F:      fs/ext2/
4848 F:      include/linux/ext2*
4849
4850 EXT4 FILE SYSTEM
4851 M:      "Theodore Ts'o" <tytso@mit.edu>
4852 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4853 L:      linux-ext4@vger.kernel.org
4854 W:      http://ext4.wiki.kernel.org
4855 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4857 S:      Maintained
4858 F:      Documentation/filesystems/ext4.txt
4859 F:      fs/ext4/
4860
4861 Extended Verification Module (EVM)
4862 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4863 L:      linux-ima-devel@lists.sourceforge.net
4864 L:      linux-security-module@vger.kernel.org
4865 S:      Supported
4866 F:      security/integrity/evm/
4867
4868 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4869 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4870 M:      Chanwoo Choi <cw00.choi@samsung.com>
4871 L:      linux-kernel@vger.kernel.org
4872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4873 S:      Maintained
4874 F:      drivers/extcon/
4875 F:      include/linux/extcon/
4876 F:      include/linux/extcon.h
4877 F:      Documentation/extcon/
4878 F:      Documentation/devicetree/bindings/extcon/
4879
4880 EXYNOS DP DRIVER
4881 M:      Jingoo Han <jingoohan1@gmail.com>
4882 L:      dri-devel@lists.freedesktop.org
4883 S:      Maintained
4884 F:      drivers/gpu/drm/exynos/exynos_dp*
4885
4886 EXYNOS SYSMMU (IOMMU) driver
4887 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4888 L:      iommu@lists.linux-foundation.org
4889 S:      Maintained
4890 F:      drivers/iommu/exynos-iommu.c
4891
4892 EZchip NPS platform support
4893 M:      Noam Camus <noamc@ezchip.com>
4894 S:      Supported
4895 F:      arch/arc/plat-eznps
4896 F:      arch/arc/boot/dts/eznps.dts
4897
4898 F71805F HARDWARE MONITORING DRIVER
4899 M:      Jean Delvare <jdelvare@suse.com>
4900 L:      linux-hwmon@vger.kernel.org
4901 S:      Maintained
4902 F:      Documentation/hwmon/f71805f
4903 F:      drivers/hwmon/f71805f.c
4904
4905 FC0011 TUNER DRIVER
4906 M:      Michael Buesch <m@bues.ch>
4907 L:      linux-media@vger.kernel.org
4908 S:      Maintained
4909 F:      drivers/media/tuners/fc0011.h
4910 F:      drivers/media/tuners/fc0011.c
4911
4912 FC2580 MEDIA DRIVER
4913 M:      Antti Palosaari <crope@iki.fi>
4914 L:      linux-media@vger.kernel.org
4915 W:      https://linuxtv.org
4916 W:      http://palosaari.fi/linux/
4917 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4918 T:      git git://linuxtv.org/anttip/media_tree.git
4919 S:      Maintained
4920 F:      drivers/media/tuners/fc2580*
4921
4922 FANOTIFY
4923 M:      Eric Paris <eparis@redhat.com>
4924 S:      Maintained
4925 F:      fs/notify/fanotify/
4926 F:      include/linux/fanotify.h
4927 F:      include/uapi/linux/fanotify.h
4928
4929 FARSYNC SYNCHRONOUS DRIVER
4930 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4931 W:      http://www.farsite.co.uk/
4932 S:      Supported
4933 F:      drivers/net/wan/farsync.*
4934
4935 FAULT INJECTION SUPPORT
4936 M:      Akinobu Mita <akinobu.mita@gmail.com>
4937 S:      Supported
4938 F:      Documentation/fault-injection/
4939 F:      lib/fault-inject.c
4940
4941 FBTFT Framebuffer drivers
4942 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4943 M:      Noralf Trønnes <noralf@tronnes.org>
4944 S:      Maintained
4945 F:      drivers/staging/fbtft/
4946
4947 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4948 M:      Johannes Thumshirn <jth@kernel.org>
4949 L:      fcoe-devel@open-fcoe.org
4950 W:      www.Open-FCoE.org
4951 S:      Supported
4952 F:      drivers/scsi/libfc/
4953 F:      drivers/scsi/fcoe/
4954 F:      include/scsi/fc/
4955 F:      include/scsi/libfc.h
4956 F:      include/scsi/libfcoe.h
4957 F:      include/uapi/scsi/fc/
4958
4959 FILE LOCKING (flock() and fcntl()/lockf())
4960 M:      Jeff Layton <jlayton@poochiereds.net>
4961 M:      "J. Bruce Fields" <bfields@fieldses.org>
4962 L:      linux-fsdevel@vger.kernel.org
4963 S:      Maintained
4964 F:      include/linux/fcntl.h
4965 F:      include/linux/fs.h
4966 F:      include/uapi/linux/fcntl.h
4967 F:      include/uapi/linux/fs.h
4968 F:      fs/fcntl.c
4969 F:      fs/locks.c
4970
4971 FILESYSTEMS (VFS and infrastructure)
4972 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4973 L:      linux-fsdevel@vger.kernel.org
4974 S:      Maintained
4975 F:      fs/*
4976
4977 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4978 M:      Riku Voipio <riku.voipio@iki.fi>
4979 L:      linux-hwmon@vger.kernel.org
4980 S:      Maintained
4981 F:      drivers/hwmon/f75375s.c
4982 F:      include/linux/f75375s.h
4983
4984 FIREWIRE AUDIO DRIVERS
4985 M:      Clemens Ladisch <clemens@ladisch.de>
4986 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4987 T:      git git://git.alsa-project.org/alsa-kernel.git
4988 S:      Maintained
4989 F:      sound/firewire/
4990
4991 FIREWIRE MEDIA DRIVERS (firedtv)
4992 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4993 L:      linux-media@vger.kernel.org
4994 L:      linux1394-devel@lists.sourceforge.net
4995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4996 S:      Maintained
4997 F:      drivers/media/firewire/
4998
4999 FIREWIRE SBP-2 TARGET
5000 M:      Chris Boot <bootc@bootc.net>
5001 L:      linux-scsi@vger.kernel.org
5002 L:      target-devel@vger.kernel.org
5003 L:      linux1394-devel@lists.sourceforge.net
5004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5005 S:      Maintained
5006 F:      drivers/target/sbp/
5007
5008 FIREWIRE SUBSYSTEM
5009 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5010 L:      linux1394-devel@lists.sourceforge.net
5011 W:      http://ieee1394.wiki.kernel.org/
5012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5013 S:      Maintained
5014 F:      drivers/firewire/
5015 F:      include/linux/firewire.h
5016 F:      include/uapi/linux/firewire*.h
5017 F:      tools/firewire/
5018
5019 FIRMWARE LOADER (request_firmware)
5020 M:      Ming Lei <ming.lei@canonical.com>
5021 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5022 L:      linux-kernel@vger.kernel.org
5023 S:      Maintained
5024 F:      Documentation/firmware_class/
5025 F:      drivers/base/firmware*.c
5026 F:      include/linux/firmware.h
5027
5028 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5029 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5030 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5031 S:      Maintained
5032 F:      drivers/block/rsxx/
5033
5034 FLOPPY DRIVER
5035 M:      Jiri Kosina <jikos@kernel.org>
5036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5037 S:      Odd fixes
5038 F:      drivers/block/floppy.c
5039
5040 FMC SUBSYSTEM
5041 M:      Alessandro Rubini <rubini@gnudd.com>
5042 W:      http://www.ohwr.org/projects/fmc-bus
5043 S:      Supported
5044 F:      drivers/fmc/
5045 F:      include/linux/fmc*.h
5046 F:      include/linux/ipmi-fru.h
5047 K:      fmc_d.*register
5048
5049 FPGA MANAGER FRAMEWORK
5050 M:      Alan Tull <atull@opensource.altera.com>
5051 R:      Moritz Fischer <moritz.fischer@ettus.com>
5052 L:      linux-fpga@vger.kernel.org
5053 S:      Maintained
5054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5055 F:      drivers/fpga/
5056 F:      include/linux/fpga/fpga-mgr.h
5057 W:      http://www.rocketboards.org
5058
5059 FPU EMULATOR
5060 M:      Bill Metzenthen <billm@melbpc.org.au>
5061 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5062 S:      Maintained
5063 F:      arch/x86/math-emu/
5064
5065 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5066 L:      netdev@vger.kernel.org
5067 S:      Orphan
5068 F:      drivers/net/wan/dlci.c
5069 F:      drivers/net/wan/sdla.c
5070
5071 FRAMEBUFFER LAYER
5072 L:      linux-fbdev@vger.kernel.org
5073 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5074 S:      Orphan
5075 F:      Documentation/fb/
5076 F:      drivers/video/
5077 F:      include/video/
5078 F:      include/linux/fb.h
5079 F:      include/uapi/video/
5080 F:      include/uapi/linux/fb.h
5081
5082 FREESCALE DIU FRAMEBUFFER DRIVER
5083 M:      Timur Tabi <timur@tabi.org>
5084 L:      linux-fbdev@vger.kernel.org
5085 S:      Maintained
5086 F:      drivers/video/fbdev/fsl-diu-fb.*
5087
5088 FREESCALE DMA DRIVER
5089 M:      Li Yang <leoli@freescale.com>
5090 M:      Zhang Wei <zw@zh-kernel.org>
5091 L:      linuxppc-dev@lists.ozlabs.org
5092 S:      Maintained
5093 F:      drivers/dma/fsldma.*
5094
5095 FREESCALE GPMI NAND DRIVER
5096 M:      Han Xu <han.xu@nxp.com>
5097 L:      linux-mtd@lists.infradead.org
5098 S:      Maintained
5099 F:      drivers/mtd/nand/gpmi-nand/*
5100
5101 FREESCALE I2C CPM DRIVER
5102 M:      Jochen Friedrich <jochen@scram.de>
5103 L:      linuxppc-dev@lists.ozlabs.org
5104 L:      linux-i2c@vger.kernel.org
5105 S:      Maintained
5106 F:      drivers/i2c/busses/i2c-cpm.c
5107
5108 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5109 M:      Sascha Hauer <kernel@pengutronix.de>
5110 L:      linux-fbdev@vger.kernel.org
5111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5112 S:      Maintained
5113 F:      include/linux/platform_data/video-imxfb.h
5114 F:      drivers/video/fbdev/imxfb.c
5115
5116 FREESCALE QUAD SPI DRIVER
5117 M:      Han Xu <han.xu@nxp.com>
5118 L:      linux-mtd@lists.infradead.org
5119 S:      Maintained
5120 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5121
5122 FREESCALE SOC FS_ENET DRIVER
5123 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5124 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5125 L:      linuxppc-dev@lists.ozlabs.org
5126 L:      netdev@vger.kernel.org
5127 S:      Maintained
5128 F:      drivers/net/ethernet/freescale/fs_enet/
5129 F:      include/linux/fs_enet_pd.h
5130
5131 FREESCALE IMX / MXC FEC DRIVER
5132 M:      Fugang Duan <fugang.duan@nxp.com>
5133 L:      netdev@vger.kernel.org
5134 S:      Maintained
5135 F:      drivers/net/ethernet/freescale/fec_main.c
5136 F:      drivers/net/ethernet/freescale/fec_ptp.c
5137 F:      drivers/net/ethernet/freescale/fec.h
5138 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5139
5140 FREESCALE QORIQ DPAA FMAN DRIVER
5141 M:      Madalin Bucur <madalin.bucur@nxp.com>
5142 L:      netdev@vger.kernel.org
5143 S:      Maintained
5144 F:      drivers/net/ethernet/freescale/fman
5145 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5146
5147 FREESCALE SOC DRIVERS
5148 M:      Scott Wood <oss@buserror.net>
5149 L:      linuxppc-dev@lists.ozlabs.org
5150 L:      linux-arm-kernel@lists.infradead.org
5151 S:      Maintained
5152 F:      drivers/soc/fsl/
5153 F:      include/linux/fsl/
5154
5155 FREESCALE QUICC ENGINE LIBRARY
5156 M:      Qiang Zhao <qiang.zhao@nxp.com>
5157 L:      linuxppc-dev@lists.ozlabs.org
5158 S:      Maintained
5159 F:      drivers/soc/fsl/qe/
5160 F:      include/soc/fsl/*qe*.h
5161 F:      include/soc/fsl/*ucc*.h
5162
5163 FREESCALE USB PERIPHERAL DRIVERS
5164 M:      Li Yang <leoli@freescale.com>
5165 L:      linux-usb@vger.kernel.org
5166 L:      linuxppc-dev@lists.ozlabs.org
5167 S:      Maintained
5168 F:      drivers/usb/gadget/udc/fsl*
5169
5170 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5171 M:      Li Yang <leoli@freescale.com>
5172 L:      netdev@vger.kernel.org
5173 L:      linuxppc-dev@lists.ozlabs.org
5174 S:      Maintained
5175 F:      drivers/net/ethernet/freescale/ucc_geth*
5176
5177 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5178 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5179 L:      netdev@vger.kernel.org
5180 S:      Maintained
5181 F:      drivers/net/ethernet/freescale/gianfar*
5182 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5183 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5184
5185 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5186 M:      Zhao Qiang <qiang.zhao@nxp.com>
5187 L:      netdev@vger.kernel.org
5188 L:      linuxppc-dev@lists.ozlabs.org
5189 S:      Maintained
5190 F:      drivers/net/wan/fsl_ucc_hdlc*
5191
5192 FREESCALE QUICC ENGINE UCC UART DRIVER
5193 M:      Timur Tabi <timur@tabi.org>
5194 L:      linuxppc-dev@lists.ozlabs.org
5195 S:      Maintained
5196 F:      drivers/tty/serial/ucc_uart.c
5197
5198 FREESCALE SOC SOUND DRIVERS
5199 M:      Timur Tabi <timur@tabi.org>
5200 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5201 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5202 R:      Fabio Estevam <fabio.estevam@nxp.com>
5203 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5204 L:      linuxppc-dev@lists.ozlabs.org
5205 S:      Maintained
5206 F:      sound/soc/fsl/fsl*
5207 F:      sound/soc/fsl/imx*
5208 F:      sound/soc/fsl/mpc8610_hpcd.c
5209
5210 FREEVXFS FILESYSTEM
5211 M:      Christoph Hellwig <hch@infradead.org>
5212 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5213 S:      Maintained
5214 F:      fs/freevxfs/
5215
5216 FREEZER
5217 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5218 M:      Pavel Machek <pavel@ucw.cz>
5219 L:      linux-pm@vger.kernel.org
5220 S:      Supported
5221 F:      Documentation/power/freezing-of-tasks.txt
5222 F:      include/linux/freezer.h
5223 F:      kernel/freezer.c
5224
5225 FRONTSWAP API
5226 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5227 L:      linux-kernel@vger.kernel.org
5228 S:      Maintained
5229 F:      mm/frontswap.c
5230 F:      include/linux/frontswap.h
5231
5232 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5233 M:      David Howells <dhowells@redhat.com>
5234 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5235 S:      Supported
5236 F:      Documentation/filesystems/caching/
5237 F:      fs/fscache/
5238 F:      include/linux/fscache*.h
5239
5240 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5241 M:      Theodore Y. Ts'o <tytso@mit.edu>
5242 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5243 L:      linux-fsdevel@vger.kernel.org
5244 S:      Supported
5245 F:      fs/crypto/
5246 F:      include/linux/fscrypto.h
5247
5248 F2FS FILE SYSTEM
5249 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5250 M:      Chao Yu <yuchao0@huawei.com>
5251 L:      linux-f2fs-devel@lists.sourceforge.net
5252 W:      https://f2fs.wiki.kernel.org/
5253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5254 S:      Maintained
5255 F:      Documentation/filesystems/f2fs.txt
5256 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5257 F:      fs/f2fs/
5258 F:      include/linux/f2fs_fs.h
5259 F:      include/trace/events/f2fs.h
5260
5261 FUJITSU FR-V (FRV) PORT
5262 S:      Orphan
5263 F:      arch/frv/
5264
5265 FUJITSU LAPTOP EXTRAS
5266 M:      Jonathan Woithe <jwoithe@just42.net>
5267 L:      platform-driver-x86@vger.kernel.org
5268 S:      Maintained
5269 F:      drivers/platform/x86/fujitsu-laptop.c
5270
5271 FUJITSU M-5MO LS CAMERA ISP DRIVER
5272 M:      Kyungmin Park <kyungmin.park@samsung.com>
5273 M:      Heungjun Kim <riverful.kim@samsung.com>
5274 L:      linux-media@vger.kernel.org
5275 S:      Maintained
5276 F:      drivers/media/i2c/m5mols/
5277 F:      include/media/i2c/m5mols.h
5278
5279 FUJITSU TABLET EXTRAS
5280 M:      Robert Gerlach <khnz@gmx.de>
5281 L:      platform-driver-x86@vger.kernel.org
5282 S:      Maintained
5283 F:      drivers/platform/x86/fujitsu-tablet.c
5284
5285 FUSE: FILESYSTEM IN USERSPACE
5286 M:      Miklos Szeredi <miklos@szeredi.hu>
5287 L:      linux-fsdevel@vger.kernel.org
5288 W:      http://fuse.sourceforge.net/
5289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5290 S:      Maintained
5291 F:      fs/fuse/
5292 F:      include/uapi/linux/fuse.h
5293 F:      Documentation/filesystems/fuse.txt
5294
5295 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5296 M:      Rik Faith <faith@cs.unc.edu>
5297 L:      linux-scsi@vger.kernel.org
5298 S:      Odd Fixes (e.g., new signatures)
5299 F:      drivers/scsi/fdomain.*
5300
5301 GCC PLUGINS
5302 M:      Kees Cook <keescook@chromium.org>
5303 R:      Emese Revfy <re.emese@gmail.com>
5304 L:      kernel-hardening@lists.openwall.com
5305 S:      Maintained
5306 F:      scripts/gcc-plugins/
5307 F:      scripts/gcc-plugin.sh
5308 F:      scripts/Makefile.gcc-plugins
5309 F:      Documentation/gcc-plugins.txt
5310
5311 GCOV BASED KERNEL PROFILING
5312 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5313 S:      Maintained
5314 F:      kernel/gcov/
5315 F:      Documentation/dev-tools/gcov.rst
5316
5317 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5318 M:      Achim Leubner <achim_leubner@adaptec.com>
5319 L:      linux-scsi@vger.kernel.org
5320 W:      http://www.icp-vortex.com/
5321 S:      Supported
5322 F:      drivers/scsi/gdt*
5323
5324 GDB KERNEL DEBUGGING HELPER SCRIPTS
5325 M:      Jan Kiszka <jan.kiszka@siemens.com>
5326 M:      Kieran Bingham <kieran@bingham.xyz>
5327 S:      Supported
5328 F:      scripts/gdb/
5329
5330 GEMTEK FM RADIO RECEIVER DRIVER
5331 M:      Hans Verkuil <hverkuil@xs4all.nl>
5332 L:      linux-media@vger.kernel.org
5333 T:      git git://linuxtv.org/media_tree.git
5334 W:      https://linuxtv.org
5335 S:      Maintained
5336 F:      drivers/media/radio/radio-gemtek*
5337
5338 GENERIC GPIO I2C DRIVER
5339 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5340 S:      Supported
5341 F:      drivers/i2c/busses/i2c-gpio.c
5342 F:      include/linux/i2c-gpio.h
5343
5344 GENERIC GPIO I2C MULTIPLEXER DRIVER
5345 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5346 L:      linux-i2c@vger.kernel.org
5347 S:      Supported
5348 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5349 F:      include/linux/i2c-mux-gpio.h
5350 F:      Documentation/i2c/muxes/i2c-mux-gpio
5351
5352 GENERIC HDLC (WAN) DRIVERS
5353 M:      Krzysztof Halasa <khc@pm.waw.pl>
5354 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5355 S:      Maintained
5356 F:      drivers/net/wan/c101.c
5357 F:      drivers/net/wan/hd6457*
5358 F:      drivers/net/wan/hdlc*
5359 F:      drivers/net/wan/n2.c
5360 F:      drivers/net/wan/pc300too.c
5361 F:      drivers/net/wan/pci200syn.c
5362 F:      drivers/net/wan/wanxl*
5363
5364 GENERIC INCLUDE/ASM HEADER FILES
5365 M:      Arnd Bergmann <arnd@arndb.de>
5366 L:      linux-arch@vger.kernel.org
5367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5368 S:      Maintained
5369 F:      include/asm-generic/
5370 F:      include/uapi/asm-generic/
5371
5372 GENERIC PHY FRAMEWORK
5373 M:      Kishon Vijay Abraham I <kishon@ti.com>
5374 L:      linux-kernel@vger.kernel.org
5375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5376 S:      Supported
5377 F:      drivers/phy/
5378 F:      include/linux/phy/
5379
5380 GENERIC PM DOMAINS
5381 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5382 M:      Kevin Hilman <khilman@kernel.org>
5383 M:      Ulf Hansson <ulf.hansson@linaro.org>
5384 L:      linux-pm@vger.kernel.org
5385 S:      Supported
5386 F:      drivers/base/power/domain*.c
5387 F:      include/linux/pm_domain.h
5388
5389 GENERIC UIO DRIVER FOR PCI DEVICES
5390 M:      "Michael S. Tsirkin" <mst@redhat.com>
5391 L:      kvm@vger.kernel.org
5392 S:      Supported
5393 F:      drivers/uio/uio_pci_generic.c
5394
5395 GET_MAINTAINER SCRIPT
5396 M:      Joe Perches <joe@perches.com>
5397 S:      Maintained
5398 F:      scripts/get_maintainer.pl
5399
5400 GENWQE (IBM Generic Workqueue Card)
5401 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5402 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5403 S:      Supported
5404 F:      drivers/misc/genwqe/
5405
5406 GFS2 FILE SYSTEM
5407 M:      Steven Whitehouse <swhiteho@redhat.com>
5408 M:      Bob Peterson <rpeterso@redhat.com>
5409 L:      cluster-devel@redhat.com
5410 W:      http://sources.redhat.com/cluster/
5411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5412 S:      Supported
5413 F:      Documentation/filesystems/gfs2*.txt
5414 F:      fs/gfs2/
5415 F:      include/uapi/linux/gfs2_ondisk.h
5416
5417 GIGASET ISDN DRIVERS
5418 M:      Paul Bolle <pebolle@tiscali.nl>
5419 L:      gigaset307x-common@lists.sourceforge.net
5420 W:      http://gigaset307x.sourceforge.net/
5421 S:      Odd Fixes
5422 F:      Documentation/isdn/README.gigaset
5423 F:      drivers/isdn/gigaset/
5424 F:      include/uapi/linux/gigaset_dev.h
5425
5426 GO7007 MPEG CODEC
5427 M:      Hans Verkuil <hans.verkuil@cisco.com>
5428 L:      linux-media@vger.kernel.org
5429 S:      Maintained
5430 F:      drivers/media/usb/go7007/
5431
5432 GOODIX TOUCHSCREEN
5433 M:      Bastien Nocera <hadess@hadess.net>
5434 L:      linux-input@vger.kernel.org
5435 S:      Maintained
5436 F:      drivers/input/touchscreen/goodix.c
5437
5438 GPIO MOCKUP DRIVER
5439 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5440 L:      linux-gpio@vger.kernel.org
5441 S:      Maintained
5442 F:      drivers/gpio/gpio-mockup.c
5443 F:      tools/testing/selftests/gpio/
5444
5445 GPIO SUBSYSTEM
5446 M:      Linus Walleij <linus.walleij@linaro.org>
5447 M:      Alexandre Courbot <gnurou@gmail.com>
5448 L:      linux-gpio@vger.kernel.org
5449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5450 S:      Maintained
5451 F:      Documentation/devicetree/bindings/gpio/
5452 F:      Documentation/gpio/
5453 F:      Documentation/ABI/testing/gpio-cdev
5454 F:      Documentation/ABI/obsolete/sysfs-gpio
5455 F:      drivers/gpio/
5456 F:      include/linux/gpio/
5457 F:      include/linux/gpio.h
5458 F:      include/asm-generic/gpio.h
5459 F:      include/uapi/linux/gpio.h
5460 F:      tools/gpio/
5461
5462 GRE DEMULTIPLEXER DRIVER
5463 M:      Dmitry Kozlov <xeb@mail.ru>
5464 L:      netdev@vger.kernel.org
5465 S:      Maintained
5466 F:      net/ipv4/gre_demux.c
5467 F:      net/ipv4/gre_offload.c
5468 F:      include/net/gre.h
5469
5470 GRETH 10/100/1G Ethernet MAC device driver
5471 M:      Andreas Larsson <andreas@gaisler.com>
5472 L:      netdev@vger.kernel.org
5473 S:      Maintained
5474 F:      drivers/net/ethernet/aeroflex/
5475
5476 GREYBUS SUBSYSTEM
5477 M:      Johan Hovold <johan@kernel.org>
5478 M:      Alex Elder <elder@kernel.org>
5479 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5480 S:      Maintained
5481 F:      drivers/staging/greybus/
5482
5483 GREYBUS AUDIO PROTOCOLS DRIVERS
5484 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5485 M:      Mark Greer <mgreer@animalcreek.com>
5486 S:      Maintained
5487 F:      drivers/staging/greybus/audio_apbridgea.c
5488 F:      drivers/staging/greybus/audio_apbridgea.h
5489 F:      drivers/staging/greybus/audio_codec.c
5490 F:      drivers/staging/greybus/audio_codec.h
5491 F:      drivers/staging/greybus/audio_gb.c
5492 F:      drivers/staging/greybus/audio_manager.c
5493 F:      drivers/staging/greybus/audio_manager.h
5494 F:      drivers/staging/greybus/audio_manager_module.c
5495 F:      drivers/staging/greybus/audio_manager_private.h
5496 F:      drivers/staging/greybus/audio_manager_sysfs.c
5497 F:      drivers/staging/greybus/audio_module.c
5498 F:      drivers/staging/greybus/audio_topology.c
5499
5500 GREYBUS PROTOCOLS DRIVERS
5501 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5502 S:      Maintained
5503 F:      drivers/staging/greybus/sdio.c
5504 F:      drivers/staging/greybus/light.c
5505 F:      drivers/staging/greybus/gpio.c
5506 F:      drivers/staging/greybus/power_supply.c
5507 F:      drivers/staging/greybus/spi.c
5508 F:      drivers/staging/greybus/spilib.c
5509
5510 GREYBUS PROTOCOLS DRIVERS
5511 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5512 S:      Maintained
5513 F:      drivers/staging/greybus/loopback.c
5514 F:      drivers/staging/greybus/timesync.c
5515 F:      drivers/staging/greybus/timesync_platform.c
5516
5517 GREYBUS PROTOCOLS DRIVERS
5518 M:      Viresh Kumar <vireshk@kernel.org>
5519 S:      Maintained
5520 F:      drivers/staging/greybus/authentication.c
5521 F:      drivers/staging/greybus/bootrom.c
5522 F:      drivers/staging/greybus/firmware.h
5523 F:      drivers/staging/greybus/fw-core.c
5524 F:      drivers/staging/greybus/fw-download.c
5525 F:      drivers/staging/greybus/fw-managament.c
5526 F:      drivers/staging/greybus/greybus_authentication.h
5527 F:      drivers/staging/greybus/greybus_firmware.h
5528 F:      drivers/staging/greybus/hid.c
5529 F:      drivers/staging/greybus/i2c.c
5530 F:      drivers/staging/greybus/spi.c
5531 F:      drivers/staging/greybus/spilib.c
5532 F:      drivers/staging/greybus/spilib.h
5533
5534 GREYBUS PROTOCOLS DRIVERS
5535 M:      David Lin <dtwlin@gmail.com>
5536 S:      Maintained
5537 F:      drivers/staging/greybus/uart.c
5538 F:      drivers/staging/greybus/log.c
5539
5540 GREYBUS PLATFORM DRIVERS
5541 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5542 S:      Maintained
5543 F:      drivers/staging/greybus/arche-platform.c
5544 F:      drivers/staging/greybus/arche-apb-ctrl.c
5545 F:      drivers/staging/greybus/arche_platform.h
5546
5547 GS1662 VIDEO SERIALIZER
5548 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5549 L:      linux-media@vger.kernel.org
5550 T:      git git://linuxtv.org/media_tree.git
5551 S:      Maintained
5552 F:      drivers/media/spi/gs1662.c
5553
5554 GSPCA FINEPIX SUBDRIVER
5555 M:      Frank Zago <frank@zago.net>
5556 L:      linux-media@vger.kernel.org
5557 T:      git git://linuxtv.org/media_tree.git
5558 S:      Maintained
5559 F:      drivers/media/usb/gspca/finepix.c
5560
5561 GSPCA GL860 SUBDRIVER
5562 M:      Olivier Lorin <o.lorin@laposte.net>
5563 L:      linux-media@vger.kernel.org
5564 T:      git git://linuxtv.org/media_tree.git
5565 S:      Maintained
5566 F:      drivers/media/usb/gspca/gl860/
5567
5568 GSPCA M5602 SUBDRIVER
5569 M:      Erik Andren <erik.andren@gmail.com>
5570 L:      linux-media@vger.kernel.org
5571 T:      git git://linuxtv.org/media_tree.git
5572 S:      Maintained
5573 F:      drivers/media/usb/gspca/m5602/
5574
5575 GSPCA PAC207 SONIXB SUBDRIVER
5576 M:      Hans Verkuil <hverkuil@xs4all.nl>
5577 L:      linux-media@vger.kernel.org
5578 T:      git git://linuxtv.org/media_tree.git
5579 S:      Odd Fixes
5580 F:      drivers/media/usb/gspca/pac207.c
5581
5582 GSPCA SN9C20X SUBDRIVER
5583 M:      Brian Johnson <brijohn@gmail.com>
5584 L:      linux-media@vger.kernel.org
5585 T:      git git://linuxtv.org/media_tree.git
5586 S:      Maintained
5587 F:      drivers/media/usb/gspca/sn9c20x.c
5588
5589 GSPCA T613 SUBDRIVER
5590 M:      Leandro Costantino <lcostantino@gmail.com>
5591 L:      linux-media@vger.kernel.org
5592 T:      git git://linuxtv.org/media_tree.git
5593 S:      Maintained
5594 F:      drivers/media/usb/gspca/t613.c
5595
5596 GSPCA USB WEBCAM DRIVER
5597 M:      Hans Verkuil <hverkuil@xs4all.nl>
5598 L:      linux-media@vger.kernel.org
5599 T:      git git://linuxtv.org/media_tree.git
5600 S:      Odd Fixes
5601 F:      drivers/media/usb/gspca/
5602
5603 GUID PARTITION TABLE (GPT)
5604 M:      Davidlohr Bueso <dave@stgolabs.net>
5605 L:      linux-efi@vger.kernel.org
5606 S:      Maintained
5607 F:      block/partitions/efi.*
5608
5609 STK1160 USB VIDEO CAPTURE DRIVER
5610 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5611 L:      linux-media@vger.kernel.org
5612 T:      git git://linuxtv.org/media_tree.git
5613 S:      Maintained
5614 F:      drivers/media/usb/stk1160/
5615
5616 H8/300 ARCHITECTURE
5617 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5618 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5619 W:      http://uclinux-h8.sourceforge.jp
5620 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5621 S:      Maintained
5622 F:      arch/h8300/
5623 F:      drivers/clocksource/h8300_*.c
5624 F:      drivers/clk/h8300/
5625 F:      drivers/irqchip/irq-renesas-h8*.c
5626
5627 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5628 M:      Frank Seidel <frank@f-seidel.de>
5629 L:      platform-driver-x86@vger.kernel.org
5630 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5631 S:      Maintained
5632 F:      drivers/platform/x86/hdaps.c
5633
5634 HDPVR USB VIDEO ENCODER DRIVER
5635 M:      Hans Verkuil <hverkuil@xs4all.nl>
5636 L:      linux-media@vger.kernel.org
5637 T:      git git://linuxtv.org/media_tree.git
5638 W:      https://linuxtv.org
5639 S:      Odd Fixes
5640 F:      drivers/media/usb/hdpvr/
5641
5642 HWPOISON MEMORY FAILURE HANDLING
5643 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5644 L:      linux-mm@kvack.org
5645 S:      Maintained
5646 F:      mm/memory-failure.c
5647 F:      mm/hwpoison-inject.c
5648
5649 HYPERVISOR VIRTUAL CONSOLE DRIVER
5650 L:      linuxppc-dev@lists.ozlabs.org
5651 S:      Odd Fixes
5652 F:      drivers/tty/hvc/
5653
5654 HACKRF MEDIA DRIVER
5655 M:      Antti Palosaari <crope@iki.fi>
5656 L:      linux-media@vger.kernel.org
5657 W:      https://linuxtv.org
5658 W:      http://palosaari.fi/linux/
5659 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5660 T:      git git://linuxtv.org/anttip/media_tree.git
5661 S:      Maintained
5662 F:      drivers/media/usb/hackrf/
5663
5664 HARDWARE MONITORING
5665 M:      Jean Delvare <jdelvare@suse.com>
5666 M:      Guenter Roeck <linux@roeck-us.net>
5667 L:      linux-hwmon@vger.kernel.org
5668 W:      http://hwmon.wiki.kernel.org/
5669 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5671 S:      Maintained
5672 F:      Documentation/hwmon/
5673 F:      drivers/hwmon/
5674 F:      include/linux/hwmon*.h
5675
5676 HARDWARE RANDOM NUMBER GENERATOR CORE
5677 M:      Matt Mackall <mpm@selenic.com>
5678 M:      Herbert Xu <herbert@gondor.apana.org.au>
5679 L:      linux-crypto@vger.kernel.org
5680 S:      Odd fixes
5681 F:      Documentation/devicetree/bindings/rng/
5682 F:      Documentation/hw_random.txt
5683 F:      drivers/char/hw_random/
5684 F:      include/linux/hw_random.h
5685
5686 HARDWARE SPINLOCK CORE
5687 M:      Ohad Ben-Cohen <ohad@wizery.com>
5688 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5689 L:      linux-remoteproc@vger.kernel.org
5690 S:      Maintained
5691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5692 F:      Documentation/devicetree/bindings/hwlock/
5693 F:      Documentation/hwspinlock.txt
5694 F:      drivers/hwspinlock/
5695 F:      include/linux/hwspinlock.h
5696
5697 HARMONY SOUND DRIVER
5698 L:      linux-parisc@vger.kernel.org
5699 S:      Maintained
5700 F:      sound/parisc/harmony.*
5701
5702 HD29L2 MEDIA DRIVER
5703 M:      Antti Palosaari <crope@iki.fi>
5704 L:      linux-media@vger.kernel.org
5705 W:      https://linuxtv.org
5706 W:      http://palosaari.fi/linux/
5707 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5708 T:      git git://linuxtv.org/anttip/media_tree.git
5709 S:      Maintained
5710 F:      drivers/media/dvb-frontends/hd29l2*
5711
5712 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5713 M:      Brian Boylston <brian.boylston@hpe.com>
5714 S:      Supported
5715 F:      Documentation/watchdog/hpwdt.txt
5716 F:      drivers/watchdog/hpwdt.c
5717
5718 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5719 M:      Don Brace <don.brace@microsemi.com>
5720 L:      esc.storagedev@microsemi.com
5721 L:      linux-scsi@vger.kernel.org
5722 S:      Supported
5723 F:      Documentation/scsi/hpsa.txt
5724 F:      drivers/scsi/hpsa*.[ch]
5725 F:      include/linux/cciss*.h
5726 F:      include/uapi/linux/cciss*.h
5727
5728 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5729 M:      Don Brace <don.brace@microsemi.com>
5730 L:      esc.storagedev@microsemi.com
5731 L:      linux-scsi@vger.kernel.org
5732 S:      Supported
5733 F:      Documentation/blockdev/cciss.txt
5734 F:      drivers/block/cciss*
5735 F:      include/linux/cciss_ioctl.h
5736 F:      include/uapi/linux/cciss_ioctl.h
5737
5738 HFI1 DRIVER
5739 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5740 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5741 L:      linux-rdma@vger.kernel.org
5742 S:      Supported
5743 F:      drivers/infiniband/hw/hfi1
5744
5745 HFS FILESYSTEM
5746 L:      linux-fsdevel@vger.kernel.org
5747 S:      Orphan
5748 F:      Documentation/filesystems/hfs.txt
5749 F:      fs/hfs/
5750
5751 HFSPLUS FILESYSTEM
5752 L:      linux-fsdevel@vger.kernel.org
5753 S:      Orphan
5754 F:      Documentation/filesystems/hfsplus.txt
5755 F:      fs/hfsplus/
5756
5757 HGA FRAMEBUFFER DRIVER
5758 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5759 L:      linux-nvidia@lists.surfsouth.com
5760 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5761 S:      Maintained
5762 F:      drivers/video/fbdev/hgafb.c
5763
5764 HIBERNATION (aka Software Suspend, aka swsusp)
5765 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5766 M:      Pavel Machek <pavel@ucw.cz>
5767 L:      linux-pm@vger.kernel.org
5768 B:      https://bugzilla.kernel.org
5769 S:      Supported
5770 F:      arch/x86/power/
5771 F:      drivers/base/power/
5772 F:      kernel/power/
5773 F:      include/linux/suspend.h
5774 F:      include/linux/freezer.h
5775 F:      include/linux/pm.h
5776 F:      arch/*/include/asm/suspend*.h
5777
5778 HID CORE LAYER
5779 M:      Jiri Kosina <jikos@kernel.org>
5780 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5781 L:      linux-input@vger.kernel.org
5782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5783 S:      Maintained
5784 F:      drivers/hid/
5785 F:      include/linux/hid*
5786 F:      include/uapi/linux/hid*
5787
5788 HID SENSOR HUB DRIVERS
5789 M:      Jiri Kosina <jikos@kernel.org>
5790 M:      Jonathan Cameron <jic23@kernel.org>
5791 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5792 L:      linux-input@vger.kernel.org
5793 L:      linux-iio@vger.kernel.org
5794 S:      Maintained
5795 F:      Documentation/hid/hid-sensor*
5796 F:      drivers/hid/hid-sensor-*
5797 F:      drivers/iio/*/hid-*
5798 F:      include/linux/hid-sensor-*
5799
5800 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5801 M:      Thomas Gleixner <tglx@linutronix.de>
5802 L:      linux-kernel@vger.kernel.org
5803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5804 S:      Maintained
5805 F:      Documentation/timers/
5806 F:      kernel/time/hrtimer.c
5807 F:      kernel/time/clockevents.c
5808 F:      kernel/time/tick*.*
5809 F:      kernel/time/timer_*.c
5810 F:      include/linux/clockchips.h
5811 F:      include/linux/hrtimer.h
5812
5813 HIGH-SPEED SCC DRIVER FOR AX.25
5814 L:      linux-hams@vger.kernel.org
5815 S:      Orphan
5816 F:      drivers/net/hamradio/dmascc.c
5817 F:      drivers/net/hamradio/scc.c
5818
5819 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5820 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5821 W:      http://www.highpoint-tech.com
5822 S:      Supported
5823 F:      Documentation/scsi/hptiop.txt
5824 F:      drivers/scsi/hptiop.c
5825
5826 HIPPI
5827 M:      Jes Sorensen <jes@trained-monkey.org>
5828 L:      linux-hippi@sunsite.dk
5829 S:      Maintained
5830 F:      include/linux/hippidevice.h
5831 F:      include/uapi/linux/if_hippi.h
5832 F:      net/802/hippi.c
5833 F:      drivers/net/hippi/
5834
5835 HISILICON NETWORK SUBSYSTEM DRIVER
5836 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5837 M:      Salil Mehta <salil.mehta@huawei.com>
5838 L:      netdev@vger.kernel.org
5839 W:      http://www.hisilicon.com
5840 S:      Maintained
5841 F:      drivers/net/ethernet/hisilicon/
5842 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5843
5844 HISILICON ROCE DRIVER
5845 M:      Lijun Ou <oulijun@huawei.com>
5846 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5847 L:      linux-rdma@vger.kernel.org
5848 S:      Maintained
5849 F:      drivers/infiniband/hw/hns/
5850 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5851
5852 HISILICON SAS Controller
5853 M:      John Garry <john.garry@huawei.com>
5854 W:      http://www.hisilicon.com
5855 S:      Supported
5856 F:      drivers/scsi/hisi_sas/
5857 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5858
5859 HOST AP DRIVER
5860 M:      Jouni Malinen <j@w1.fi>
5861 L:      linux-wireless@vger.kernel.org
5862 W:      http://w1.fi/hostap-driver.html
5863 S:      Obsolete
5864 F:      drivers/net/wireless/intersil/hostap/
5865
5866 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5867 L:      platform-driver-x86@vger.kernel.org
5868 S:      Orphan
5869 F:      drivers/platform/x86/tc1100-wmi.c
5870
5871 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5872 M:      Jaroslav Kysela <perex@perex.cz>
5873 S:      Maintained
5874 F:      drivers/net/ethernet/hp/hp100.*
5875
5876 HPET:   High Precision Event Timers driver
5877 M:      Clemens Ladisch <clemens@ladisch.de>
5878 S:      Maintained
5879 F:      Documentation/timers/hpet.txt
5880 F:      drivers/char/hpet.c
5881 F:      include/linux/hpet.h
5882 F:      include/uapi/linux/hpet.h
5883
5884 HPET:   x86
5885 S:      Orphan
5886 F:      arch/x86/kernel/hpet.c
5887 F:      arch/x86/include/asm/hpet.h
5888
5889 HPFS FILESYSTEM
5890 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5891 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5892 S:      Maintained
5893 F:      fs/hpfs/
5894
5895 HSI SUBSYSTEM
5896 M:      Sebastian Reichel <sre@kernel.org>
5897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5898 S:      Maintained
5899 F:      Documentation/ABI/testing/sysfs-bus-hsi
5900 F:      Documentation/device-drivers/serial-interfaces.rst
5901 F:      drivers/hsi/
5902 F:      include/linux/hsi/
5903 F:      include/uapi/linux/hsi/
5904
5905 HSO 3G MODEM DRIVER
5906 M:      Jan Dumon <j.dumon@option.com>
5907 W:      http://www.pharscape.org
5908 S:      Maintained
5909 F:      drivers/net/usb/hso.c
5910
5911 HSR NETWORK PROTOCOL
5912 M:      Arvid Brodin <arvid.brodin@alten.se>
5913 L:      netdev@vger.kernel.org
5914 S:      Maintained
5915 F:      net/hsr/
5916
5917 HTCPEN TOUCHSCREEN DRIVER
5918 M:      Pau Oliva Fora <pof@eslack.org>
5919 L:      linux-input@vger.kernel.org
5920 S:      Maintained
5921 F:      drivers/input/touchscreen/htcpen.c
5922
5923 HUGETLB FILESYSTEM
5924 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5925 S:      Maintained
5926 F:      fs/hugetlbfs/
5927
5928 HVA ST MEDIA DRIVER
5929 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5930 L:      linux-media@vger.kernel.org
5931 T:      git git://linuxtv.org/media_tree.git
5932 W:      https://linuxtv.org
5933 S:      Supported
5934 F:      drivers/media/platform/sti/hva
5935
5936 Hyper-V CORE AND DRIVERS
5937 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5938 M:      Haiyang Zhang <haiyangz@microsoft.com>
5939 L:      devel@linuxdriverproject.org
5940 S:      Maintained
5941 F:      arch/x86/include/asm/mshyperv.h
5942 F:      arch/x86/include/uapi/asm/hyperv.h
5943 F:      arch/x86/kernel/cpu/mshyperv.c
5944 F:      drivers/hid/hid-hyperv.c
5945 F:      drivers/hv/
5946 F:      drivers/input/serio/hyperv-keyboard.c
5947 F:      drivers/pci/host/pci-hyperv.c
5948 F:      drivers/net/hyperv/
5949 F:      drivers/scsi/storvsc_drv.c
5950 F:      drivers/uio/uio_hv_generic.c
5951 F:      drivers/video/fbdev/hyperv_fb.c
5952 F:      include/linux/hyperv.h
5953 F:      tools/hv/
5954 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5955
5956 I2C MUXES
5957 M:      Peter Rosin <peda@axentia.se>
5958 L:      linux-i2c@vger.kernel.org
5959 S:      Maintained
5960 F:      Documentation/i2c/i2c-topology
5961 F:      Documentation/i2c/muxes/
5962 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5963 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5964 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5965 F:      drivers/i2c/i2c-mux.c
5966 F:      drivers/i2c/muxes/
5967 F:      include/linux/i2c-mux.h
5968
5969 I2C OVER PARALLEL PORT
5970 M:      Jean Delvare <jdelvare@suse.com>
5971 L:      linux-i2c@vger.kernel.org
5972 S:      Maintained
5973 F:      Documentation/i2c/busses/i2c-parport
5974 F:      Documentation/i2c/busses/i2c-parport-light
5975 F:      drivers/i2c/busses/i2c-parport.c
5976 F:      drivers/i2c/busses/i2c-parport-light.c
5977
5978 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5979 M:      Jean Delvare <jdelvare@suse.com>
5980 L:      linux-i2c@vger.kernel.org
5981 S:      Maintained
5982 F:      Documentation/i2c/busses/i2c-ali1535
5983 F:      Documentation/i2c/busses/i2c-ali1563
5984 F:      Documentation/i2c/busses/i2c-ali15x3
5985 F:      Documentation/i2c/busses/i2c-amd756
5986 F:      Documentation/i2c/busses/i2c-amd8111
5987 F:      Documentation/i2c/busses/i2c-i801
5988 F:      Documentation/i2c/busses/i2c-nforce2
5989 F:      Documentation/i2c/busses/i2c-piix4
5990 F:      Documentation/i2c/busses/i2c-sis5595
5991 F:      Documentation/i2c/busses/i2c-sis630
5992 F:      Documentation/i2c/busses/i2c-sis96x
5993 F:      Documentation/i2c/busses/i2c-via
5994 F:      Documentation/i2c/busses/i2c-viapro
5995 F:      drivers/i2c/busses/i2c-ali1535.c
5996 F:      drivers/i2c/busses/i2c-ali1563.c
5997 F:      drivers/i2c/busses/i2c-ali15x3.c
5998 F:      drivers/i2c/busses/i2c-amd756.c
5999 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6000 F:      drivers/i2c/busses/i2c-amd8111.c
6001 F:      drivers/i2c/busses/i2c-i801.c
6002 F:      drivers/i2c/busses/i2c-isch.c
6003 F:      drivers/i2c/busses/i2c-nforce2.c
6004 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6005 F:      drivers/i2c/busses/i2c-piix4.c
6006 F:      drivers/i2c/busses/i2c-sis5595.c
6007 F:      drivers/i2c/busses/i2c-sis630.c
6008 F:      drivers/i2c/busses/i2c-sis96x.c
6009 F:      drivers/i2c/busses/i2c-via.c
6010 F:      drivers/i2c/busses/i2c-viapro.c
6011
6012 I2C/SMBUS ISMT DRIVER
6013 M:      Seth Heasley <seth.heasley@intel.com>
6014 M:      Neil Horman <nhorman@tuxdriver.com>
6015 L:      linux-i2c@vger.kernel.org
6016 F:      drivers/i2c/busses/i2c-ismt.c
6017 F:      Documentation/i2c/busses/i2c-ismt
6018
6019 I2C/SMBUS STUB DRIVER
6020 M:      Jean Delvare <jdelvare@suse.com>
6021 L:      linux-i2c@vger.kernel.org
6022 S:      Maintained
6023 F:      drivers/i2c/i2c-stub.c
6024
6025 I2C SUBSYSTEM
6026 M:      Wolfram Sang <wsa@the-dreams.de>
6027 L:      linux-i2c@vger.kernel.org
6028 W:      https://i2c.wiki.kernel.org/
6029 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6031 S:      Maintained
6032 F:      Documentation/devicetree/bindings/i2c/
6033 F:      Documentation/i2c/
6034 F:      drivers/i2c/
6035 F:      drivers/i2c/*/
6036 F:      include/linux/i2c.h
6037 F:      include/linux/i2c-*.h
6038 F:      include/uapi/linux/i2c.h
6039 F:      include/uapi/linux/i2c-*.h
6040
6041 I2C ACPI SUPPORT
6042 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6043 L:      linux-i2c@vger.kernel.org
6044 L:      linux-acpi@vger.kernel.org
6045 S:      Maintained
6046
6047 I2C-TAOS-EVM DRIVER
6048 M:      Jean Delvare <jdelvare@suse.com>
6049 L:      linux-i2c@vger.kernel.org
6050 S:      Maintained
6051 F:      Documentation/i2c/busses/i2c-taos-evm
6052 F:      drivers/i2c/busses/i2c-taos-evm.c
6053
6054 I2C-TINY-USB DRIVER
6055 M:      Till Harbaum <till@harbaum.org>
6056 L:      linux-i2c@vger.kernel.org
6057 W:      http://www.harbaum.org/till/i2c_tiny_usb
6058 S:      Maintained
6059 F:      drivers/i2c/busses/i2c-tiny-usb.c
6060
6061 i386 BOOT CODE
6062 M:      "H. Peter Anvin" <hpa@zytor.com>
6063 S:      Maintained
6064 F:      arch/x86/boot/
6065
6066 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6067 M:      "H. Peter Anvin" <hpa@zytor.com>
6068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6069 S:      Maintained
6070
6071 IA64 (Itanium) PLATFORM
6072 M:      Tony Luck <tony.luck@intel.com>
6073 M:      Fenghua Yu <fenghua.yu@intel.com>
6074 L:      linux-ia64@vger.kernel.org
6075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6076 S:      Maintained
6077 F:      arch/ia64/
6078
6079 IBM Power VMX Cryptographic instructions
6080 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6081 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6082 L:      linux-crypto@vger.kernel.org
6083 S:      Supported
6084 F:      drivers/crypto/vmx/Makefile
6085 F:      drivers/crypto/vmx/Kconfig
6086 F:      drivers/crypto/vmx/vmx.c
6087 F:      drivers/crypto/vmx/aes*
6088 F:      drivers/crypto/vmx/ghash*
6089 F:      drivers/crypto/vmx/ppc-xlate.pl
6090
6091 IBM Power in-Nest Crypto Acceleration
6092 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6093 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6094 L:      linux-crypto@vger.kernel.org
6095 S:      Supported
6096 F:      drivers/crypto/nx/Makefile
6097 F:      drivers/crypto/nx/Kconfig
6098 F:      drivers/crypto/nx/nx-aes*
6099 F:      drivers/crypto/nx/nx-sha*
6100 F:      drivers/crypto/nx/nx.*
6101 F:      drivers/crypto/nx/nx_csbcpb.h
6102 F:      drivers/crypto/nx/nx_debugfs.h
6103
6104 IBM Power 842 compression accelerator
6105 M:      Dan Streetman <ddstreet@ieee.org>
6106 S:      Supported
6107 F:      drivers/crypto/nx/Makefile
6108 F:      drivers/crypto/nx/Kconfig
6109 F:      drivers/crypto/nx/nx-842*
6110 F:      include/linux/sw842.h
6111 F:      crypto/842.c
6112 F:      lib/842/
6113
6114 IBM Power Linux RAID adapter
6115 M:      Brian King <brking@us.ibm.com>
6116 S:      Supported
6117 F:      drivers/scsi/ipr.*
6118
6119 IBM Power Virtual Ethernet Device Driver
6120 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6121 L:      netdev@vger.kernel.org
6122 S:      Supported
6123 F:      drivers/net/ethernet/ibm/ibmveth.*
6124
6125 IBM Power SRIOV Virtual NIC Device Driver
6126 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6127 M:      John Allen <jallen@linux.vnet.ibm.com>
6128 L:      netdev@vger.kernel.org
6129 S:      Supported
6130 F:      drivers/net/ethernet/ibm/ibmvnic.*
6131
6132 IBM Power Virtual SCSI Device Drivers
6133 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6134 L:      linux-scsi@vger.kernel.org
6135 S:      Supported
6136 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6137 F:      include/scsi/viosrp.h
6138
6139 IBM Power Virtual SCSI Device Target Driver
6140 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6141 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6142 L:      linux-scsi@vger.kernel.org
6143 L:      target-devel@vger.kernel.org
6144 S:      Supported
6145 F:      drivers/scsi/ibmvscsi_tgt/
6146
6147 IBM Power Virtual FC Device Drivers
6148 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6149 L:      linux-scsi@vger.kernel.org
6150 S:      Supported
6151 F:      drivers/scsi/ibmvscsi/ibmvfc*
6152
6153 IBM ServeRAID RAID DRIVER
6154 S:      Orphan
6155 F:      drivers/scsi/ips.*
6156
6157 ICH LPC AND GPIO DRIVER
6158 M:      Peter Tyser <ptyser@xes-inc.com>
6159 S:      Maintained
6160 F:      drivers/mfd/lpc_ich.c
6161 F:      drivers/gpio/gpio-ich.c
6162
6163 IDE SUBSYSTEM
6164 M:      "David S. Miller" <davem@davemloft.net>
6165 L:      linux-ide@vger.kernel.org
6166 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6168 S:      Maintained
6169 F:      Documentation/ide/
6170 F:      drivers/ide/
6171 F:      include/linux/ide.h
6172
6173 IDEAPAD LAPTOP EXTRAS DRIVER
6174 M:      Ike Panhc <ike.pan@canonical.com>
6175 L:      platform-driver-x86@vger.kernel.org
6176 W:      http://launchpad.net/ideapad-laptop
6177 S:      Maintained
6178 F:      drivers/platform/x86/ideapad-laptop.c
6179
6180 IDEAPAD LAPTOP SLIDEBAR DRIVER
6181 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6182 L:      linux-input@vger.kernel.org
6183 W:      https://github.com/o2genum/ideapad-slidebar
6184 S:      Maintained
6185 F:      drivers/input/misc/ideapad_slidebar.c
6186
6187 IDE/ATAPI DRIVERS
6188 M:      Borislav Petkov <bp@alien8.de>
6189 L:      linux-ide@vger.kernel.org
6190 S:      Maintained
6191 F:      Documentation/cdrom/ide-cd
6192 F:      drivers/ide/ide-cd*
6193
6194 IEEE 802.15.4 SUBSYSTEM
6195 M:      Alexander Aring <aar@pengutronix.de>
6196 M:      Stefan Schmidt <stefan@osg.samsung.com>
6197 L:      linux-wpan@vger.kernel.org
6198 W:      http://wpan.cakelab.org/
6199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6201 S:      Maintained
6202 F:      net/ieee802154/
6203 F:      net/mac802154/
6204 F:      drivers/net/ieee802154/
6205 F:      include/linux/nl802154.h
6206 F:      include/linux/ieee802154.h
6207 F:      include/net/nl802154.h
6208 F:      include/net/mac802154.h
6209 F:      include/net/af_ieee802154.h
6210 F:      include/net/cfg802154.h
6211 F:      include/net/ieee802154_netdev.h
6212 F:      Documentation/networking/ieee802154.txt
6213
6214 IGORPLUG-USB IR RECEIVER
6215 M:      Sean Young <sean@mess.org>
6216 L:      linux-media@vger.kernel.org
6217 S:      Maintained
6218 F:      drivers/media/rc/igorplugusb.c
6219
6220 IGUANAWORKS USB IR TRANSCEIVER
6221 M:      Sean Young <sean@mess.org>
6222 L:      linux-media@vger.kernel.org
6223 S:      Maintained
6224 F:      drivers/media/rc/iguanair.c
6225
6226 IIO DIGITAL POTENTIOMETER DAC
6227 M:      Peter Rosin <peda@axentia.se>
6228 L:      linux-iio@vger.kernel.org
6229 S:      Maintained
6230 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6231 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6232 F:      drivers/iio/dac/dpot-dac.c
6233
6234 IIO ENVELOPE DETECTOR
6235 M:      Peter Rosin <peda@axentia.se>
6236 L:      linux-iio@vger.kernel.org
6237 S:      Maintained
6238 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6239 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6240 F:      drivers/iio/adc/envelope-detector.c
6241
6242 IIO SUBSYSTEM AND DRIVERS
6243 M:      Jonathan Cameron <jic23@kernel.org>
6244 R:      Hartmut Knaack <knaack.h@gmx.de>
6245 R:      Lars-Peter Clausen <lars@metafoo.de>
6246 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6247 L:      linux-iio@vger.kernel.org
6248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6249 S:      Maintained
6250 F:      Documentation/devicetree/bindings/iio/
6251 F:      drivers/iio/
6252 F:      drivers/staging/iio/
6253 F:      include/linux/iio/
6254 F:      tools/iio/
6255
6256 IKANOS/ADI EAGLE ADSL USB DRIVER
6257 M:      Matthieu Castet <castet.matthieu@free.fr>
6258 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6259 S:      Maintained
6260 F:      drivers/usb/atm/ueagle-atm.c
6261
6262 IMGTEC ASCII LCD DRIVER
6263 M:      Paul Burton <paul.burton@imgtec.com>
6264 S:      Maintained
6265 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6266 F:      drivers/auxdisplay/img-ascii-lcd.c
6267
6268 INA209 HARDWARE MONITOR DRIVER
6269 M:      Guenter Roeck <linux@roeck-us.net>
6270 L:      linux-hwmon@vger.kernel.org
6271 S:      Maintained
6272 F:      Documentation/hwmon/ina209
6273 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6274 F:      drivers/hwmon/ina209.c
6275
6276 INA2XX HARDWARE MONITOR DRIVER
6277 M:      Guenter Roeck <linux@roeck-us.net>
6278 L:      linux-hwmon@vger.kernel.org
6279 S:      Maintained
6280 F:      Documentation/hwmon/ina2xx
6281 F:      drivers/hwmon/ina2xx.c
6282 F:      include/linux/platform_data/ina2xx.h
6283
6284 INDUSTRY PACK SUBSYSTEM (IPACK)
6285 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6286 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6287 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6288 L:      industrypack-devel@lists.sourceforge.net
6289 W:      http://industrypack.sourceforge.net
6290 S:      Maintained
6291 F:      drivers/ipack/
6292
6293 INGENIC JZ4780 DMA Driver
6294 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6295 S:      Maintained
6296 F:      drivers/dma/dma-jz4780.c
6297
6298 INGENIC JZ4780 NAND DRIVER
6299 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6300 L:      linux-mtd@lists.infradead.org
6301 S:      Maintained
6302 F:      drivers/mtd/nand/jz4780_*
6303
6304 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6305 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6306 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6307 L:      linux-ima-devel@lists.sourceforge.net
6308 L:      linux-ima-user@lists.sourceforge.net
6309 L:      linux-security-module@vger.kernel.org
6310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6311 S:      Supported
6312 F:      security/integrity/ima/
6313
6314 IMGTEC IR DECODER DRIVER
6315 M:      James Hogan <james.hogan@imgtec.com>
6316 S:      Maintained
6317 F:      drivers/media/rc/img-ir/
6318
6319 IMS TWINTURBO FRAMEBUFFER DRIVER
6320 L:      linux-fbdev@vger.kernel.org
6321 S:      Orphan
6322 F:      drivers/video/fbdev/imsttfb.c
6323
6324 INFINIBAND SUBSYSTEM
6325 M:      Doug Ledford <dledford@redhat.com>
6326 M:      Sean Hefty <sean.hefty@intel.com>
6327 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6328 L:      linux-rdma@vger.kernel.org
6329 W:      http://www.openfabrics.org/
6330 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6332 S:      Supported
6333 F:      Documentation/infiniband/
6334 F:      drivers/infiniband/
6335 F:      include/uapi/linux/if_infiniband.h
6336 F:      include/uapi/rdma/
6337 F:      include/rdma/
6338
6339 INOTIFY
6340 M:      John McCutchan <john@johnmccutchan.com>
6341 M:      Robert Love <rlove@rlove.org>
6342 M:      Eric Paris <eparis@parisplace.org>
6343 S:      Maintained
6344 F:      Documentation/filesystems/inotify.txt
6345 F:      fs/notify/inotify/
6346 F:      include/linux/inotify.h
6347 F:      include/uapi/linux/inotify.h
6348
6349 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6350 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6351 L:      linux-input@vger.kernel.org
6352 Q:      http://patchwork.kernel.org/project/linux-input/list/
6353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6354 S:      Maintained
6355 F:      drivers/input/
6356 F:      include/linux/input.h
6357 F:      include/uapi/linux/input.h
6358 F:      include/linux/input/
6359 F:      Documentation/devicetree/bindings/input/
6360
6361 INPUT MULTITOUCH (MT) PROTOCOL
6362 M:      Henrik Rydberg <rydberg@bitmath.org>
6363 L:      linux-input@vger.kernel.org
6364 S:      Odd fixes
6365 F:      Documentation/input/multi-touch-protocol.txt
6366 F:      drivers/input/input-mt.c
6367 K:      \b(ABS|SYN)_MT_
6368
6369 INTEL ASoC BDW/HSW DRIVERS
6370 M:      Jie Yang <yang.jie@linux.intel.com>
6371 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6372 S:      Supported
6373 F:      sound/soc/intel/common/sst-dsp*
6374 F:      sound/soc/intel/common/sst-firmware.c
6375 F:      sound/soc/intel/boards/broadwell.c
6376 F:      sound/soc/intel/haswell/
6377
6378 INTEL C600 SERIES SAS CONTROLLER DRIVER
6379 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6380 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6381 L:      linux-scsi@vger.kernel.org
6382 T:      git git://git.code.sf.net/p/intel-sas/isci
6383 S:      Supported
6384 F:      drivers/scsi/isci/
6385
6386 INTEL HID EVENT DRIVER
6387 M:      Alex Hung <alex.hung@canonical.com>
6388 L:      platform-driver-x86@vger.kernel.org
6389 S:      Maintained
6390 F:      drivers/platform/x86/intel-hid.c
6391
6392 INTEL VIRTUAL BUTTON DRIVER
6393 M:      AceLan Kao <acelan.kao@canonical.com>
6394 L:      platform-driver-x86@vger.kernel.org
6395 S:      Maintained
6396 F:      drivers/platform/x86/intel-vbtn.c
6397
6398 INTEL IDLE DRIVER
6399 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6400 M:      Len Brown <lenb@kernel.org>
6401 L:      linux-pm@vger.kernel.org
6402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6403 B:      https://bugzilla.kernel.org
6404 S:      Supported
6405 F:      drivers/idle/intel_idle.c
6406
6407 INTEL INTEGRATED SENSOR HUB DRIVER
6408 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6409 M:      Jiri Kosina <jikos@kernel.org>
6410 L:      linux-input@vger.kernel.org
6411 S:      Maintained
6412 F:      drivers/hid/intel-ish-hid/
6413
6414 INTEL PSTATE DRIVER
6415 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6416 M:      Len Brown <lenb@kernel.org>
6417 L:      linux-pm@vger.kernel.org
6418 S:      Supported
6419 F:      drivers/cpufreq/intel_pstate.c
6420
6421 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6422 M:      Maik Broemme <mbroemme@libmpq.org>
6423 L:      linux-fbdev@vger.kernel.org
6424 S:      Maintained
6425 F:      Documentation/fb/intelfb.txt
6426 F:      drivers/video/fbdev/intelfb/
6427
6428 INTEL 810/815 FRAMEBUFFER DRIVER
6429 M:      Antonino Daplas <adaplas@gmail.com>
6430 L:      linux-fbdev@vger.kernel.org
6431 S:      Maintained
6432 F:      drivers/video/fbdev/i810/
6433
6434 INTEL MENLOW THERMAL DRIVER
6435 M:      Sujith Thomas <sujith.thomas@intel.com>
6436 L:      platform-driver-x86@vger.kernel.org
6437 W:      https://01.org/linux-acpi
6438 S:      Supported
6439 F:      drivers/platform/x86/intel_menlow.c
6440
6441 INTEL I/OAT DMA DRIVER
6442 M:      Dave Jiang <dave.jiang@intel.com>
6443 R:      Dan Williams <dan.j.williams@intel.com>
6444 L:      dmaengine@vger.kernel.org
6445 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6446 S:      Supported
6447 F:      drivers/dma/ioat*
6448
6449 INTEL IOMMU (VT-d)
6450 M:      David Woodhouse <dwmw2@infradead.org>
6451 L:      iommu@lists.linux-foundation.org
6452 T:      git git://git.infradead.org/iommu-2.6.git
6453 S:      Supported
6454 F:      drivers/iommu/intel-iommu.c
6455 F:      include/linux/intel-iommu.h
6456
6457 INTEL IOP-ADMA DMA DRIVER
6458 R:      Dan Williams <dan.j.williams@intel.com>
6459 S:      Odd fixes
6460 F:      drivers/dma/iop-adma.c
6461
6462 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6463 M:      Krzysztof Halasa <khalasa@piap.pl>
6464 S:      Maintained
6465 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6466 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6467 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6468 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6469 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6470 F:      drivers/net/wan/ixp4xx_hss.c
6471
6472 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6473 M:      Deepak Saxena <dsaxena@plexity.net>
6474 S:      Maintained
6475 F:      drivers/char/hw_random/ixp4xx-rng.c
6476
6477 INTEL ETHERNET DRIVERS
6478 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6479 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6480 W:      http://www.intel.com/support/feedback.htm
6481 W:      http://e1000.sourceforge.net/
6482 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6485 S:      Supported
6486 F:      Documentation/networking/e100.txt
6487 F:      Documentation/networking/e1000.txt
6488 F:      Documentation/networking/e1000e.txt
6489 F:      Documentation/networking/igb.txt
6490 F:      Documentation/networking/igbvf.txt
6491 F:      Documentation/networking/ixgb.txt
6492 F:      Documentation/networking/ixgbe.txt
6493 F:      Documentation/networking/ixgbevf.txt
6494 F:      Documentation/networking/i40e.txt
6495 F:      Documentation/networking/i40evf.txt
6496 F:      drivers/net/ethernet/intel/
6497 F:      drivers/net/ethernet/intel/*/
6498
6499 INTEL RDMA RNIC DRIVER
6500 M:     Faisal Latif <faisal.latif@intel.com>
6501 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6502 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6503 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6504 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6505 L:     linux-rdma@vger.kernel.org
6506 S:     Supported
6507 F:     drivers/infiniband/hw/i40iw/
6508
6509 INTEL MERRIFIELD GPIO DRIVER
6510 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6511 L:      linux-gpio@vger.kernel.org
6512 S:      Maintained
6513 F:      drivers/gpio/gpio-merrifield.c
6514
6515 INTEL-MID GPIO DRIVER
6516 M:      David Cohen <david.a.cohen@linux.intel.com>
6517 L:      linux-gpio@vger.kernel.org
6518 S:      Maintained
6519 F:      drivers/gpio/gpio-intel-mid.c
6520
6521 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6522 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6523 L:      linux-wireless@vger.kernel.org
6524 S:      Maintained
6525 F:      Documentation/networking/README.ipw2100
6526 F:      Documentation/networking/README.ipw2200
6527 F:      drivers/net/wireless/intel/ipw2x00/
6528
6529 INTEL(R) TRACE HUB
6530 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6531 S:      Supported
6532 F:      Documentation/trace/intel_th.txt
6533 F:      drivers/hwtracing/intel_th/
6534
6535 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6536 M:      Ning Sun <ning.sun@intel.com>
6537 L:      tboot-devel@lists.sourceforge.net
6538 W:      http://tboot.sourceforge.net
6539 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6540 S:      Supported
6541 F:      Documentation/intel_txt.txt
6542 F:      include/linux/tboot.h
6543 F:      arch/x86/kernel/tboot.c
6544
6545 INTEL WIRELESS WIMAX CONNECTION 2400
6546 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6547 M:      linux-wimax@intel.com
6548 L:      wimax@linuxwimax.org (subscribers-only)
6549 S:      Supported
6550 W:      http://linuxwimax.org
6551 F:      Documentation/wimax/README.i2400m
6552 F:      drivers/net/wimax/i2400m/
6553 F:      include/uapi/linux/wimax/i2400m.h
6554
6555 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6556 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6557 L:      linux-wireless@vger.kernel.org
6558 S:      Supported
6559 F:      drivers/net/wireless/intel/iwlegacy/
6560
6561 INTEL WIRELESS WIFI LINK (iwlwifi)
6562 M:      Johannes Berg <johannes.berg@intel.com>
6563 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6564 M:      Luca Coelho <luciano.coelho@intel.com>
6565 M:      Intel Linux Wireless <linuxwifi@intel.com>
6566 L:      linux-wireless@vger.kernel.org
6567 W:      http://intellinuxwireless.org
6568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6569 S:      Supported
6570 F:      drivers/net/wireless/intel/iwlwifi/
6571
6572 INTEL MANAGEMENT ENGINE (mei)
6573 M:      Tomas Winkler <tomas.winkler@intel.com>
6574 L:      linux-kernel@vger.kernel.org
6575 S:      Supported
6576 F:      include/uapi/linux/mei.h
6577 F:      include/linux/mei_cl_bus.h
6578 F:      drivers/misc/mei/*
6579 F:      drivers/watchdog/mei_wdt.c
6580 F:      Documentation/misc-devices/mei/*
6581 F:      samples/mei/*
6582
6583 INTEL MIC DRIVERS (mic)
6584 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6585 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6586 S:      Supported
6587 W:      https://github.com/sudeepdutt/mic
6588 W:      http://software.intel.com/en-us/mic-developer
6589 F:      include/linux/mic_bus.h
6590 F:      include/linux/scif.h
6591 F:      include/uapi/linux/mic_common.h
6592 F:      include/uapi/linux/mic_ioctl.h
6593 F:      include/uapi/linux/scif_ioctl.h
6594 F:      drivers/misc/mic/
6595 F:      drivers/dma/mic_x100_dma.c
6596 F:      drivers/dma/mic_x100_dma.h
6597 F:      Documentation/mic/
6598
6599 INTEL PMC/P-Unit IPC DRIVER
6600 M:      Zha Qipeng<qipeng.zha@intel.com>
6601 L:      platform-driver-x86@vger.kernel.org
6602 S:      Maintained
6603 F:      drivers/platform/x86/intel_pmc_ipc.c
6604 F:      drivers/platform/x86/intel_punit_ipc.c
6605 F:      arch/x86/include/asm/intel_pmc_ipc.h
6606 F:      arch/x86/include/asm/intel_punit_ipc.h
6607
6608 INTEL TELEMETRY DRIVER
6609 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6610 L:      platform-driver-x86@vger.kernel.org
6611 S:      Maintained
6612 F:      arch/x86/include/asm/intel_telemetry.h
6613 F:      drivers/platform/x86/intel_telemetry*
6614
6615 INTEL PMC CORE DRIVER
6616 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6617 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6618 L:      platform-driver-x86@vger.kernel.org
6619 S:      Maintained
6620 F:      arch/x86/include/asm/pmc_core.h
6621 F:      drivers/platform/x86/intel_pmc_core*
6622
6623 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6624 M:      Linus Walleij <linus.walleij@linaro.org>
6625 L:      linux-iio@vger.kernel.org
6626 S:      Maintained
6627 F:      drivers/iio/gyro/mpu3050*
6628 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6629
6630 IOC3 ETHERNET DRIVER
6631 M:      Ralf Baechle <ralf@linux-mips.org>
6632 L:      linux-mips@linux-mips.org
6633 S:      Maintained
6634 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6635
6636 IOC3 SERIAL DRIVER
6637 M:      Pat Gefre <pfg@sgi.com>
6638 L:      linux-serial@vger.kernel.org
6639 S:      Maintained
6640 F:      drivers/tty/serial/ioc3_serial.c
6641
6642 IOMMU DRIVERS
6643 M:      Joerg Roedel <joro@8bytes.org>
6644 L:      iommu@lists.linux-foundation.org
6645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6646 S:      Maintained
6647 F:      Documentation/devicetree/bindings/iommu/
6648 F:      drivers/iommu/
6649
6650 IP MASQUERADING
6651 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6652 S:      Maintained
6653 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6654
6655 IPMI SUBSYSTEM
6656 M:      Corey Minyard <minyard@acm.org>
6657 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6658 W:      http://openipmi.sourceforge.net/
6659 S:      Supported
6660 F:      Documentation/IPMI.txt
6661 F:      drivers/char/ipmi/
6662 F:      include/linux/ipmi*
6663 F:      include/uapi/linux/ipmi*
6664
6665 QCOM AUDIO (ASoC) DRIVERS
6666 M:      Patrick Lai <plai@codeaurora.org>
6667 M:      Banajit Goswami <bgoswami@codeaurora.org>
6668 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6669 S:      Supported
6670 F:      sound/soc/qcom/
6671
6672 IPS SCSI RAID DRIVER
6673 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6674 L:      linux-scsi@vger.kernel.org
6675 W:      http://www.adaptec.com/
6676 S:      Maintained
6677 F:      drivers/scsi/ips*
6678
6679 IPVS
6680 M:      Wensong Zhang <wensong@linux-vs.org>
6681 M:      Simon Horman <horms@verge.net.au>
6682 M:      Julian Anastasov <ja@ssi.bg>
6683 L:      netdev@vger.kernel.org
6684 L:      lvs-devel@vger.kernel.org
6685 S:      Maintained
6686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6688 F:      Documentation/networking/ipvs-sysctl.txt
6689 F:      include/net/ip_vs.h
6690 F:      include/uapi/linux/ip_vs.h
6691 F:      net/netfilter/ipvs/
6692
6693 IPWIRELESS DRIVER
6694 M:      Jiri Kosina <jikos@kernel.org>
6695 M:      David Sterba <dsterba@suse.com>
6696 S:      Odd Fixes
6697 F:      drivers/tty/ipwireless/
6698
6699 IPX NETWORK LAYER
6700 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6701 L:      netdev@vger.kernel.org
6702 S:      Maintained
6703 F:      include/net/ipx.h
6704 F:      include/uapi/linux/ipx.h
6705 F:      net/ipx/
6706
6707 IRDA SUBSYSTEM
6708 M:      Samuel Ortiz <samuel@sortiz.org>
6709 L:      irda-users@lists.sourceforge.net (subscribers-only)
6710 L:      netdev@vger.kernel.org
6711 W:      http://irda.sourceforge.net/
6712 S:      Maintained
6713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6714 F:      Documentation/networking/irda.txt
6715 F:      drivers/net/irda/
6716 F:      include/net/irda/
6717 F:      net/irda/
6718
6719 IRQ SUBSYSTEM
6720 M:      Thomas Gleixner <tglx@linutronix.de>
6721 L:      linux-kernel@vger.kernel.org
6722 S:      Maintained
6723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6724 F:      kernel/irq/
6725
6726 IRQCHIP DRIVERS
6727 M:      Thomas Gleixner <tglx@linutronix.de>
6728 M:      Jason Cooper <jason@lakedaemon.net>
6729 M:      Marc Zyngier <marc.zyngier@arm.com>
6730 L:      linux-kernel@vger.kernel.org
6731 S:      Maintained
6732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6733 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6734 F:      Documentation/devicetree/bindings/interrupt-controller/
6735 F:      drivers/irqchip/
6736
6737 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6738 M:      Marc Zyngier <marc.zyngier@arm.com>
6739 S:      Maintained
6740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6741 F:      Documentation/IRQ-domain.txt
6742 F:      include/linux/irqdomain.h
6743 F:      kernel/irq/irqdomain.c
6744 F:      kernel/irq/msi.c
6745
6746 ISA
6747 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6748 S:      Maintained
6749 F:      Documentation/isa.txt
6750 F:      drivers/base/isa.c
6751 F:      include/linux/isa.h
6752
6753 ISAPNP
6754 M:      Jaroslav Kysela <perex@perex.cz>
6755 S:      Maintained
6756 F:      Documentation/isapnp.txt
6757 F:      drivers/pnp/isapnp/
6758 F:      include/linux/isapnp.h
6759
6760 ISA RADIO MODULE
6761 M:      Hans Verkuil <hverkuil@xs4all.nl>
6762 L:      linux-media@vger.kernel.org
6763 T:      git git://linuxtv.org/media_tree.git
6764 W:      https://linuxtv.org
6765 S:      Maintained
6766 F:      drivers/media/radio/radio-isa*
6767
6768 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6769 M:      Peter Jones <pjones@redhat.com>
6770 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6771 S:      Maintained
6772 F:      drivers/firmware/iscsi_ibft*
6773
6774 ISCSI
6775 M:      Lee Duncan <lduncan@suse.com>
6776 M:      Chris Leech <cleech@redhat.com>
6777 L:      open-iscsi@googlegroups.com
6778 W:      www.open-iscsi.com
6779 S:      Maintained
6780 F:      drivers/scsi/*iscsi*
6781 F:      include/scsi/*iscsi*
6782
6783 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6784 M:      Or Gerlitz <ogerlitz@mellanox.com>
6785 M:      Sagi Grimberg <sagi@grimberg.me>
6786 M:      Roi Dayan <roid@mellanox.com>
6787 L:      linux-rdma@vger.kernel.org
6788 S:      Supported
6789 W:      http://www.openfabrics.org
6790 W:      www.open-iscsi.org
6791 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6792 F:      drivers/infiniband/ulp/iser/
6793
6794 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6795 M:      Sagi Grimberg <sagi@grimberg.me>
6796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6797 L:      linux-rdma@vger.kernel.org
6798 L:      target-devel@vger.kernel.org
6799 S:      Supported
6800 W:      http://www.linux-iscsi.org
6801 F:      drivers/infiniband/ulp/isert
6802
6803 ISDN SUBSYSTEM
6804 M:      Karsten Keil <isdn@linux-pingi.de>
6805 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6806 L:      netdev@vger.kernel.org
6807 W:      http://www.isdn4linux.de
6808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6809 S:      Maintained
6810 F:      Documentation/isdn/
6811 F:      drivers/isdn/
6812 F:      include/linux/isdn.h
6813 F:      include/linux/isdn/
6814 F:      include/uapi/linux/isdn.h
6815 F:      include/uapi/linux/isdn/
6816
6817 ISDN SUBSYSTEM (Eicon active card driver)
6818 M:      Armin Schindler <mac@melware.de>
6819 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6820 W:      http://www.melware.de
6821 S:      Maintained
6822 F:      drivers/isdn/hardware/eicon/
6823
6824 IT87 HARDWARE MONITORING DRIVER
6825 M:      Jean Delvare <jdelvare@suse.com>
6826 L:      linux-hwmon@vger.kernel.org
6827 S:      Maintained
6828 F:      Documentation/hwmon/it87
6829 F:      drivers/hwmon/it87.c
6830
6831 IT913X MEDIA DRIVER
6832 M:      Antti Palosaari <crope@iki.fi>
6833 L:      linux-media@vger.kernel.org
6834 W:      https://linuxtv.org
6835 W:      http://palosaari.fi/linux/
6836 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6837 T:      git git://linuxtv.org/anttip/media_tree.git
6838 S:      Maintained
6839 F:      drivers/media/tuners/it913x*
6840
6841 IVTV VIDEO4LINUX DRIVER
6842 M:      Andy Walls <awalls@md.metrocast.net>
6843 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6844 L:      linux-media@vger.kernel.org
6845 T:      git git://linuxtv.org/media_tree.git
6846 W:      http://www.ivtvdriver.org
6847 S:      Maintained
6848 F:      Documentation/media/v4l-drivers/ivtv*
6849 F:      drivers/media/pci/ivtv/
6850 F:      include/uapi/linux/ivtv*
6851
6852 IX2505V MEDIA DRIVER
6853 M:      Malcolm Priestley <tvboxspy@gmail.com>
6854 L:      linux-media@vger.kernel.org
6855 W:      https://linuxtv.org
6856 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6857 S:      Maintained
6858 F:      drivers/media/dvb-frontends/ix2505v*
6859
6860 JC42.4 TEMPERATURE SENSOR DRIVER
6861 M:      Guenter Roeck <linux@roeck-us.net>
6862 L:      linux-hwmon@vger.kernel.org
6863 S:      Maintained
6864 F:      drivers/hwmon/jc42.c
6865 F:      Documentation/hwmon/jc42
6866
6867 JFS FILESYSTEM
6868 M:      Dave Kleikamp <shaggy@kernel.org>
6869 L:      jfs-discussion@lists.sourceforge.net
6870 W:      http://jfs.sourceforge.net/
6871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6872 S:      Maintained
6873 F:      Documentation/filesystems/jfs.txt
6874 F:      fs/jfs/
6875
6876 JME NETWORK DRIVER
6877 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6878 L:      netdev@vger.kernel.org
6879 S:      Maintained
6880 F:      drivers/net/ethernet/jme.*
6881
6882 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6883 M:      David Woodhouse <dwmw2@infradead.org>
6884 L:      linux-mtd@lists.infradead.org
6885 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6886 S:      Maintained
6887 F:      fs/jffs2/
6888 F:      include/uapi/linux/jffs2.h
6889
6890 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6891 M:      "Theodore Ts'o" <tytso@mit.edu>
6892 M:      Jan Kara <jack@suse.com>
6893 L:      linux-ext4@vger.kernel.org
6894 S:      Maintained
6895 F:      fs/jbd2/
6896 F:      include/linux/jbd2.h
6897
6898 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6899 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6900 L:      linux-media@vger.kernel.org
6901 S:      Maintained
6902 F:      drivers/media/platform/rcar_jpu.c
6903
6904 JSM Neo PCI based serial card
6905 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6906 L:      linux-serial@vger.kernel.org
6907 S:      Maintained
6908 F:      drivers/tty/serial/jsm/
6909
6910 K10TEMP HARDWARE MONITORING DRIVER
6911 M:      Clemens Ladisch <clemens@ladisch.de>
6912 L:      linux-hwmon@vger.kernel.org
6913 S:      Maintained
6914 F:      Documentation/hwmon/k10temp
6915 F:      drivers/hwmon/k10temp.c
6916
6917 K8TEMP HARDWARE MONITORING DRIVER
6918 M:      Rudolf Marek <r.marek@assembler.cz>
6919 L:      linux-hwmon@vger.kernel.org
6920 S:      Maintained
6921 F:      Documentation/hwmon/k8temp
6922 F:      drivers/hwmon/k8temp.c
6923
6924 KASAN
6925 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6926 R:      Alexander Potapenko <glider@google.com>
6927 R:      Dmitry Vyukov <dvyukov@google.com>
6928 L:      kasan-dev@googlegroups.com
6929 S:      Maintained
6930 F:      arch/*/include/asm/kasan.h
6931 F:      arch/*/mm/kasan_init*
6932 F:      Documentation/dev-tools/kasan.rst
6933 F:      include/linux/kasan*.h
6934 F:      lib/test_kasan.c
6935 F:      mm/kasan/
6936 F:      scripts/Makefile.kasan
6937
6938 KCONFIG
6939 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6940 L:      linux-kbuild@vger.kernel.org
6941 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6942 S:      Maintained
6943 F:      Documentation/kbuild/kconfig-language.txt
6944 F:      scripts/kconfig/
6945
6946 KDUMP
6947 M:      Dave Young <dyoung@redhat.com>
6948 M:      Baoquan He <bhe@redhat.com>
6949 R:      Vivek Goyal <vgoyal@redhat.com>
6950 L:      kexec@lists.infradead.org
6951 W:      http://lse.sourceforge.net/kdump/
6952 S:      Maintained
6953 F:      Documentation/kdump/
6954
6955 KEENE FM RADIO TRANSMITTER DRIVER
6956 M:      Hans Verkuil <hverkuil@xs4all.nl>
6957 L:      linux-media@vger.kernel.org
6958 T:      git git://linuxtv.org/media_tree.git
6959 W:      https://linuxtv.org
6960 S:      Maintained
6961 F:      drivers/media/radio/radio-keene*
6962
6963 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6964 M:      Ian Kent <raven@themaw.net>
6965 L:      autofs@vger.kernel.org
6966 S:      Maintained
6967 F:      fs/autofs4/
6968
6969 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6970 M:      Michal Marek <mmarek@suse.com>
6971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6973 L:      linux-kbuild@vger.kernel.org
6974 S:      Maintained
6975 F:      Documentation/kbuild/
6976 F:      Makefile
6977 F:      scripts/Makefile.*
6978 F:      scripts/basic/
6979 F:      scripts/mk*
6980 F:      scripts/package/
6981
6982 KERNEL JANITORS
6983 L:      kernel-janitors@vger.kernel.org
6984 W:      http://kernelnewbies.org/KernelJanitors
6985 S:      Odd Fixes
6986
6987 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6988 M:      "J. Bruce Fields" <bfields@fieldses.org>
6989 M:      Jeff Layton <jlayton@poochiereds.net>
6990 L:      linux-nfs@vger.kernel.org
6991 W:      http://nfs.sourceforge.net/
6992 T:      git git://linux-nfs.org/~bfields/linux.git
6993 S:      Supported
6994 F:      fs/nfsd/
6995 F:      include/uapi/linux/nfsd/
6996 F:      fs/lockd/
6997 F:      fs/nfs_common/
6998 F:      net/sunrpc/
6999 F:      include/linux/lockd/
7000 F:      include/linux/sunrpc/
7001 F:      include/uapi/linux/sunrpc/
7002
7003 KERNEL SELFTEST FRAMEWORK
7004 M:      Shuah Khan <shuahkh@osg.samsung.com>
7005 M:      Shuah Khan <shuah@kernel.org>
7006 L:      linux-kselftest@vger.kernel.org
7007 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7008 S:      Maintained
7009 F:      tools/testing/selftests
7010
7011 KERNEL VIRTUAL MACHINE (KVM)
7012 M:      Paolo Bonzini <pbonzini@redhat.com>
7013 M:      Radim Krčmář <rkrcmar@redhat.com>
7014 L:      kvm@vger.kernel.org
7015 W:      http://www.linux-kvm.org
7016 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7017 S:      Supported
7018 F:      Documentation/*/kvm*.txt
7019 F:      Documentation/virtual/kvm/
7020 F:      arch/*/kvm/
7021 F:      arch/x86/kernel/kvm.c
7022 F:      arch/x86/kernel/kvmclock.c
7023 F:      arch/*/include/asm/kvm*
7024 F:      include/linux/kvm*
7025 F:      include/uapi/linux/kvm*
7026 F:      virt/kvm/
7027 F:      tools/kvm/
7028
7029 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7030 M:      Joerg Roedel <joro@8bytes.org>
7031 L:      kvm@vger.kernel.org
7032 W:      http://www.linux-kvm.org/
7033 S:      Maintained
7034 F:      arch/x86/include/asm/svm.h
7035 F:      arch/x86/kvm/svm.c
7036
7037 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7038 M:      Alexander Graf <agraf@suse.com>
7039 L:      kvm-ppc@vger.kernel.org
7040 W:      http://www.linux-kvm.org/
7041 T:      git git://github.com/agraf/linux-2.6.git
7042 S:      Supported
7043 F:      arch/powerpc/include/asm/kvm*
7044 F:      arch/powerpc/kvm/
7045
7046 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7047 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7048 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7049 L:      linux-s390@vger.kernel.org
7050 W:      http://www.ibm.com/developerworks/linux/linux390/
7051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7052 S:      Supported
7053 F:      Documentation/s390/kvm.txt
7054 F:      arch/s390/include/asm/kvm*
7055 F:      arch/s390/kvm/
7056
7057 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7058 M:      Christoffer Dall <christoffer.dall@linaro.org>
7059 M:      Marc Zyngier <marc.zyngier@arm.com>
7060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7061 L:      kvmarm@lists.cs.columbia.edu
7062 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7064 S:      Supported
7065 F:      arch/arm/include/uapi/asm/kvm*
7066 F:      arch/arm/include/asm/kvm*
7067 F:      arch/arm/kvm/
7068 F:      virt/kvm/arm/
7069 F:      include/kvm/arm_*
7070
7071 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7072 M:      Christoffer Dall <christoffer.dall@linaro.org>
7073 M:      Marc Zyngier <marc.zyngier@arm.com>
7074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7075 L:      kvmarm@lists.cs.columbia.edu
7076 S:      Maintained
7077 F:      arch/arm64/include/uapi/asm/kvm*
7078 F:      arch/arm64/include/asm/kvm*
7079 F:      arch/arm64/kvm/
7080
7081 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7082 M:      James Hogan <james.hogan@imgtec.com>
7083 L:      linux-mips@linux-mips.org
7084 S:      Supported
7085 F:      arch/mips/include/uapi/asm/kvm*
7086 F:      arch/mips/include/asm/kvm*
7087 F:      arch/mips/kvm/
7088
7089 KEXEC
7090 M:      Eric Biederman <ebiederm@xmission.com>
7091 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7092 L:      kexec@lists.infradead.org
7093 S:      Maintained
7094 F:      include/linux/kexec.h
7095 F:      include/uapi/linux/kexec.h
7096 F:      kernel/kexec*
7097
7098 KEYS/KEYRINGS:
7099 M:      David Howells <dhowells@redhat.com>
7100 L:      keyrings@vger.kernel.org
7101 S:      Maintained
7102 F:      Documentation/security/keys.txt
7103 F:      include/linux/key.h
7104 F:      include/linux/key-type.h
7105 F:      include/linux/keyctl.h
7106 F:      include/uapi/linux/keyctl.h
7107 F:      include/keys/
7108 F:      security/keys/
7109
7110 KEYS-TRUSTED
7111 M:      David Safford <safford@us.ibm.com>
7112 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7113 L:      linux-security-module@vger.kernel.org
7114 L:      keyrings@vger.kernel.org
7115 S:      Supported
7116 F:      Documentation/security/keys-trusted-encrypted.txt
7117 F:      include/keys/trusted-type.h
7118 F:      security/keys/trusted.c
7119 F:      security/keys/trusted.h
7120
7121 KEYS-ENCRYPTED
7122 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7123 M:      David Safford <safford@us.ibm.com>
7124 L:      linux-security-module@vger.kernel.org
7125 L:      keyrings@vger.kernel.org
7126 S:      Supported
7127 F:      Documentation/security/keys-trusted-encrypted.txt
7128 F:      include/keys/encrypted-type.h
7129 F:      security/keys/encrypted-keys/
7130
7131 KGDB / KDB /debug_core
7132 M:      Jason Wessel <jason.wessel@windriver.com>
7133 W:      http://kgdb.wiki.kernel.org/
7134 L:      kgdb-bugreport@lists.sourceforge.net
7135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7136 S:      Maintained
7137 F:      Documentation/DocBook/kgdb.tmpl
7138 F:      drivers/misc/kgdbts.c
7139 F:      drivers/tty/serial/kgdboc.c
7140 F:      include/linux/kdb.h
7141 F:      include/linux/kgdb.h
7142 F:      kernel/debug/
7143
7144 KMEMCHECK
7145 M:      Vegard Nossum <vegardno@ifi.uio.no>
7146 M:      Pekka Enberg <penberg@kernel.org>
7147 S:      Maintained
7148 F:      Documentation/dev-tools/kmemcheck.rst
7149 F:      arch/x86/include/asm/kmemcheck.h
7150 F:      arch/x86/mm/kmemcheck/
7151 F:      include/linux/kmemcheck.h
7152 F:      mm/kmemcheck.c
7153
7154 KMEMLEAK
7155 M:      Catalin Marinas <catalin.marinas@arm.com>
7156 S:      Maintained
7157 F:      Documentation/dev-tools/kmemleak.rst
7158 F:      include/linux/kmemleak.h
7159 F:      mm/kmemleak.c
7160 F:      mm/kmemleak-test.c
7161
7162 KPROBES
7163 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7164 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7165 M:      "David S. Miller" <davem@davemloft.net>
7166 M:      Masami Hiramatsu <mhiramat@kernel.org>
7167 S:      Maintained
7168 F:      Documentation/kprobes.txt
7169 F:      include/linux/kprobes.h
7170 F:      kernel/kprobes.c
7171
7172 KS0108 LCD CONTROLLER DRIVER
7173 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7174 W:      http://miguelojeda.es/auxdisplay.htm
7175 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7176 S:      Maintained
7177 F:      Documentation/auxdisplay/ks0108
7178 F:      drivers/auxdisplay/ks0108.c
7179 F:      include/linux/ks0108.h
7180
7181 L3MDEV
7182 M:      David Ahern <dsa@cumulusnetworks.com>
7183 L:      netdev@vger.kernel.org
7184 S:      Maintained
7185 F:      net/l3mdev
7186 F:      include/net/l3mdev.h
7187
7188 LANTIQ MIPS ARCHITECTURE
7189 M:      John Crispin <john@phrozen.org>
7190 L:      linux-mips@linux-mips.org
7191 S:      Maintained
7192 F:      arch/mips/lantiq
7193
7194 LAPB module
7195 L:      linux-x25@vger.kernel.org
7196 S:      Orphan
7197 F:      Documentation/networking/lapb-module.txt
7198 F:      include/*/lapb.h
7199 F:      net/lapb/
7200
7201 LASI 53c700 driver for PARISC
7202 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7203 L:      linux-scsi@vger.kernel.org
7204 S:      Maintained
7205 F:      Documentation/scsi/53c700.txt
7206 F:      drivers/scsi/53c700*
7207
7208 LED SUBSYSTEM
7209 M:      Richard Purdie <rpurdie@rpsys.net>
7210 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7211 M:      Pavel Machek <pavel@ucw.cz>
7212 L:      linux-leds@vger.kernel.org
7213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7214 S:      Maintained
7215 F:      Documentation/devicetree/bindings/leds/
7216 F:      drivers/leds/
7217 F:      include/linux/leds.h
7218
7219 LEGACY EEPROM DRIVER
7220 M:      Jean Delvare <jdelvare@suse.com>
7221 S:      Maintained
7222 F:      Documentation/misc-devices/eeprom
7223 F:      drivers/misc/eeprom/eeprom.c
7224
7225 LEGO USB Tower driver
7226 M:      Juergen Stuber <starblue@users.sourceforge.net>
7227 L:      legousb-devel@lists.sourceforge.net
7228 W:      http://legousb.sourceforge.net/
7229 S:      Maintained
7230 F:      drivers/usb/misc/legousbtower.c
7231
7232 LG2160 MEDIA DRIVER
7233 M:      Michael Krufky <mkrufky@linuxtv.org>
7234 L:      linux-media@vger.kernel.org
7235 W:      https://linuxtv.org
7236 W:      http://github.com/mkrufky
7237 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7238 T:      git git://linuxtv.org/mkrufky/tuners.git
7239 S:      Maintained
7240 F:      drivers/media/dvb-frontends/lg2160.*
7241
7242 LGDT3305 MEDIA DRIVER
7243 M:      Michael Krufky <mkrufky@linuxtv.org>
7244 L:      linux-media@vger.kernel.org
7245 W:      https://linuxtv.org
7246 W:      http://github.com/mkrufky
7247 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7248 T:      git git://linuxtv.org/mkrufky/tuners.git
7249 S:      Maintained
7250 F:      drivers/media/dvb-frontends/lgdt3305.*
7251
7252 LGUEST
7253 M:      Rusty Russell <rusty@rustcorp.com.au>
7254 L:      lguest@lists.ozlabs.org
7255 W:      http://lguest.ozlabs.org/
7256 S:      Odd Fixes
7257 F:      arch/x86/include/asm/lguest*.h
7258 F:      arch/x86/lguest/
7259 F:      drivers/lguest/
7260 F:      include/linux/lguest*.h
7261 F:      tools/lguest/
7262
7263 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7264 M:      Tejun Heo <tj@kernel.org>
7265 L:      linux-ide@vger.kernel.org
7266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7267 S:      Maintained
7268 F:      drivers/ata/
7269 F:      include/linux/ata.h
7270 F:      include/linux/libata.h
7271 F:      Documentation/devicetree/bindings/ata/
7272
7273 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7274 M:      Viresh Kumar <vireshk@kernel.org>
7275 L:      linux-ide@vger.kernel.org
7276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7277 S:      Maintained
7278 F:      include/linux/pata_arasan_cf_data.h
7279 F:      drivers/ata/pata_arasan_cf.c
7280
7281 LIBATA PATA DRIVERS
7282 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7283 M:      Tejun Heo <tj@kernel.org>
7284 L:      linux-ide@vger.kernel.org
7285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7286 S:      Maintained
7287 F:      drivers/ata/pata_*.c
7288 F:      drivers/ata/ata_generic.c
7289
7290 LIBATA SATA AHCI PLATFORM devices support
7291 M:      Hans de Goede <hdegoede@redhat.com>
7292 M:      Tejun Heo <tj@kernel.org>
7293 L:      linux-ide@vger.kernel.org
7294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7295 S:      Maintained
7296 F:      drivers/ata/ahci_platform.c
7297 F:      drivers/ata/libahci_platform.c
7298 F:      include/linux/ahci_platform.h
7299
7300 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7301 M:      Mikael Pettersson <mikpelinux@gmail.com>
7302 L:      linux-ide@vger.kernel.org
7303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7304 S:      Maintained
7305 F:      drivers/ata/sata_promise.*
7306
7307 LIBLOCKDEP
7308 M:      Sasha Levin <sasha.levin@oracle.com>
7309 S:      Maintained
7310 F:      tools/lib/lockdep/
7311
7312 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7313 M:      Dan Williams <dan.j.williams@intel.com>
7314 L:      linux-nvdimm@lists.01.org
7315 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7317 S:      Supported
7318 F:      drivers/nvdimm/*
7319 F:      include/linux/nd.h
7320 F:      include/linux/libnvdimm.h
7321 F:      include/uapi/linux/ndctl.h
7322
7323 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7324 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7325 L:      linux-nvdimm@lists.01.org
7326 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7327 S:      Supported
7328 F:      drivers/nvdimm/blk.c
7329 F:      drivers/nvdimm/region_devs.c
7330 F:      drivers/acpi/nfit*
7331
7332 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7333 M:      Vishal Verma <vishal.l.verma@intel.com>
7334 L:      linux-nvdimm@lists.01.org
7335 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7336 S:      Supported
7337 F:      drivers/nvdimm/btt*
7338
7339 LIBNVDIMM PMEM: PERSISTENT MEMORY 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/pmem.c
7345 F:      include/linux/pmem.h
7346 F:      arch/*/include/asm/pmem.h
7347
7348 LIGHTNVM PLATFORM SUPPORT
7349 M:      Matias Bjorling <mb@lightnvm.io>
7350 W:      http://github/OpenChannelSSD
7351 L:      linux-block@vger.kernel.org
7352 S:      Maintained
7353 F:      drivers/lightnvm/
7354 F:      include/linux/lightnvm.h
7355 F:      include/uapi/linux/lightnvm.h
7356
7357 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7358 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7359 M:      Paul Mackerras <paulus@samba.org>
7360 M:      Michael Ellerman <mpe@ellerman.id.au>
7361 W:      https://github.com/linuxppc/linux/wiki
7362 L:      linuxppc-dev@lists.ozlabs.org
7363 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7365 S:      Supported
7366 F:      Documentation/powerpc/
7367 F:      arch/powerpc/
7368 F:      drivers/char/tpm/tpm_ibmvtpm*
7369 F:      drivers/crypto/nx/
7370 F:      drivers/crypto/vmx/
7371 F:      drivers/net/ethernet/ibm/ibmveth.*
7372 F:      drivers/net/ethernet/ibm/ibmvnic.*
7373 F:      drivers/pci/hotplug/pnv_php.c
7374 F:      drivers/pci/hotplug/rpa*
7375 F:      drivers/scsi/ibmvscsi/
7376 F:      tools/testing/selftests/powerpc
7377 N:      opal
7378 N:      /pmac
7379 N:      powermac
7380 N:      powernv
7381 N:      [^a-z0-9]ps3
7382 N:      pseries
7383
7384 LINUX FOR POWER MACINTOSH
7385 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7386 W:      http://www.penguinppc.org/
7387 L:      linuxppc-dev@lists.ozlabs.org
7388 S:      Maintained
7389 F:      arch/powerpc/platforms/powermac/
7390 F:      drivers/macintosh/
7391
7392 LINUX FOR POWERPC EMBEDDED MPC5XXX
7393 M:      Anatolij Gustschin <agust@denx.de>
7394 L:      linuxppc-dev@lists.ozlabs.org
7395 T:      git git://git.denx.de/linux-denx-agust.git
7396 S:      Maintained
7397 F:      arch/powerpc/platforms/512x/
7398 F:      arch/powerpc/platforms/52xx/
7399
7400 LINUX FOR POWERPC EMBEDDED PPC4XX
7401 M:      Alistair Popple <alistair@popple.id.au>
7402 M:      Matt Porter <mporter@kernel.crashing.org>
7403 W:      http://www.penguinppc.org/
7404 L:      linuxppc-dev@lists.ozlabs.org
7405 S:      Maintained
7406 F:      arch/powerpc/platforms/40x/
7407 F:      arch/powerpc/platforms/44x/
7408
7409 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7410 L:      linuxppc-dev@lists.ozlabs.org
7411 S:      Orphan
7412 F:      arch/powerpc/*/*virtex*
7413 F:      arch/powerpc/*/*/*virtex*
7414
7415 LINUX FOR POWERPC EMBEDDED PPC8XX
7416 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7417 W:      http://www.penguinppc.org/
7418 L:      linuxppc-dev@lists.ozlabs.org
7419 S:      Maintained
7420 F:      arch/powerpc/platforms/8xx/
7421
7422 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7423 M:      Scott Wood <oss@buserror.net>
7424 M:      Kumar Gala <galak@kernel.crashing.org>
7425 W:      http://www.penguinppc.org/
7426 L:      linuxppc-dev@lists.ozlabs.org
7427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7428 S:      Maintained
7429 F:      arch/powerpc/platforms/83xx/
7430 F:      arch/powerpc/platforms/85xx/
7431
7432 LINUX FOR POWERPC PA SEMI PWRFICIENT
7433 L:      linuxppc-dev@lists.ozlabs.org
7434 S:      Orphan
7435 F:      arch/powerpc/platforms/pasemi/
7436 F:      drivers/*/*pasemi*
7437 F:      drivers/*/*/*pasemi*
7438
7439 LINUX SECURITY MODULE (LSM) FRAMEWORK
7440 M:      Chris Wright <chrisw@sous-sol.org>
7441 L:      linux-security-module@vger.kernel.org
7442 S:      Supported
7443
7444 LIS3LV02D ACCELEROMETER DRIVER
7445 M:      Eric Piel <eric.piel@tremplin-utc.net>
7446 S:      Maintained
7447 F:      Documentation/misc-devices/lis3lv02d
7448 F:      drivers/misc/lis3lv02d/
7449 F:      drivers/platform/x86/hp_accel.c
7450
7451 LIVE PATCHING
7452 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7453 M:      Jessica Yu <jeyu@redhat.com>
7454 M:      Jiri Kosina <jikos@kernel.org>
7455 M:      Miroslav Benes <mbenes@suse.cz>
7456 R:      Petr Mladek <pmladek@suse.com>
7457 S:      Maintained
7458 F:      kernel/livepatch/
7459 F:      include/linux/livepatch.h
7460 F:      arch/x86/include/asm/livepatch.h
7461 F:      arch/x86/kernel/livepatch.c
7462 F:      Documentation/livepatch/
7463 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7464 F:      samples/livepatch/
7465 L:      live-patching@vger.kernel.org
7466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7467
7468 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7469 M:      Kees Cook <keescook@chromium.org>
7470 S:      Maintained
7471 F:      drivers/misc/lkdtm*
7472
7473 LLC (802.2)
7474 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7475 S:      Maintained
7476 F:      include/linux/llc.h
7477 F:      include/uapi/linux/llc.h
7478 F:      include/net/llc*
7479 F:      net/llc/
7480
7481 LM73 HARDWARE MONITOR DRIVER
7482 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7483 L:      linux-hwmon@vger.kernel.org
7484 S:      Maintained
7485 F:      drivers/hwmon/lm73.c
7486
7487 LM78 HARDWARE MONITOR DRIVER
7488 M:      Jean Delvare <jdelvare@suse.com>
7489 L:      linux-hwmon@vger.kernel.org
7490 S:      Maintained
7491 F:      Documentation/hwmon/lm78
7492 F:      drivers/hwmon/lm78.c
7493
7494 LM83 HARDWARE MONITOR DRIVER
7495 M:      Jean Delvare <jdelvare@suse.com>
7496 L:      linux-hwmon@vger.kernel.org
7497 S:      Maintained
7498 F:      Documentation/hwmon/lm83
7499 F:      drivers/hwmon/lm83.c
7500
7501 LM90 HARDWARE MONITOR DRIVER
7502 M:      Jean Delvare <jdelvare@suse.com>
7503 L:      linux-hwmon@vger.kernel.org
7504 S:      Maintained
7505 F:      Documentation/hwmon/lm90
7506 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7507 F:      drivers/hwmon/lm90.c
7508
7509 LM95234 HARDWARE MONITOR DRIVER
7510 M:      Guenter Roeck <linux@roeck-us.net>
7511 L:      linux-hwmon@vger.kernel.org
7512 S:      Maintained
7513 F:      Documentation/hwmon/lm95234
7514 F:      drivers/hwmon/lm95234.c
7515
7516 LME2510 MEDIA DRIVER
7517 M:      Malcolm Priestley <tvboxspy@gmail.com>
7518 L:      linux-media@vger.kernel.org
7519 W:      https://linuxtv.org
7520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7521 S:      Maintained
7522 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7523
7524 LOCKING PRIMITIVES
7525 M:      Peter Zijlstra <peterz@infradead.org>
7526 M:      Ingo Molnar <mingo@redhat.com>
7527 L:      linux-kernel@vger.kernel.org
7528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7529 S:      Maintained
7530 F:      Documentation/locking/
7531 F:      include/linux/lockdep.h
7532 F:      include/linux/spinlock*.h
7533 F:      arch/*/include/asm/spinlock*.h
7534 F:      include/linux/rwlock*.h
7535 F:      include/linux/mutex*.h
7536 F:      arch/*/include/asm/mutex*.h
7537 F:      include/linux/rwsem*.h
7538 F:      arch/*/include/asm/rwsem.h
7539 F:      include/linux/seqlock.h
7540 F:      lib/locking*.[ch]
7541 F:      kernel/locking/
7542
7543 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7544 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7545 L:      linux-ntfs-dev@lists.sourceforge.net
7546 W:      http://www.linux-ntfs.org/content/view/19/37/
7547 S:      Maintained
7548 F:      Documentation/ldm.txt
7549 F:      block/partitions/ldm.*
7550
7551 LogFS
7552 M:      Joern Engel <joern@logfs.org>
7553 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7554 L:      logfs@logfs.org
7555 W:      logfs.org
7556 S:      Maintained
7557 F:      fs/logfs/
7558
7559 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7560 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7561 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7562 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7563 L:      MPT-FusionLinux.pdl@broadcom.com
7564 L:      linux-scsi@vger.kernel.org
7565 W:      http://www.avagotech.com/support/
7566 S:      Supported
7567 F:      drivers/message/fusion/
7568 F:      drivers/scsi/mpt2sas/
7569 F:      drivers/scsi/mpt3sas/
7570
7571 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7572 M:      Matthew Wilcox <matthew@wil.cx>
7573 L:      linux-scsi@vger.kernel.org
7574 S:      Maintained
7575 F:      drivers/scsi/sym53c8xx_2/
7576
7577 LTC4261 HARDWARE MONITOR DRIVER
7578 M:      Guenter Roeck <linux@roeck-us.net>
7579 L:      linux-hwmon@vger.kernel.org
7580 S:      Maintained
7581 F:      Documentation/hwmon/ltc4261
7582 F:      drivers/hwmon/ltc4261.c
7583
7584 LTP (Linux Test Project)
7585 M:      Mike Frysinger <vapier@gentoo.org>
7586 M:      Cyril Hrubis <chrubis@suse.cz>
7587 M:      Wanlong Gao <wanlong.gao@gmail.com>
7588 M:      Jan Stancek <jstancek@redhat.com>
7589 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7590 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7591 L:      ltp@lists.linux.it (subscribers-only)
7592 W:      http://linux-test-project.github.io/
7593 T:      git git://github.com/linux-test-project/ltp.git
7594 S:      Maintained
7595
7596 M32R ARCHITECTURE
7597 W:      http://www.linux-m32r.org/
7598 S:      Orphan
7599 F:      arch/m32r/
7600
7601 M68K ARCHITECTURE
7602 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7603 L:      linux-m68k@lists.linux-m68k.org
7604 W:      http://www.linux-m68k.org/
7605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7606 S:      Maintained
7607 F:      arch/m68k/
7608 F:      drivers/zorro/
7609
7610 M68K ON APPLE MACINTOSH
7611 M:      Joshua Thompson <funaho@jurai.org>
7612 W:      http://www.mac.linux-m68k.org/
7613 L:      linux-m68k@lists.linux-m68k.org
7614 S:      Maintained
7615 F:      arch/m68k/mac/
7616
7617 M68K ON HP9000/300
7618 M:      Philip Blundell <philb@gnu.org>
7619 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7620 S:      Maintained
7621 F:      arch/m68k/hp300/
7622
7623 M88DS3103 MEDIA DRIVER
7624 M:      Antti Palosaari <crope@iki.fi>
7625 L:      linux-media@vger.kernel.org
7626 W:      https://linuxtv.org
7627 W:      http://palosaari.fi/linux/
7628 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7629 T:      git git://linuxtv.org/anttip/media_tree.git
7630 S:      Maintained
7631 F:      drivers/media/dvb-frontends/m88ds3103*
7632
7633 M88RS2000 MEDIA DRIVER
7634 M:      Malcolm Priestley <tvboxspy@gmail.com>
7635 L:      linux-media@vger.kernel.org
7636 W:      https://linuxtv.org
7637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7638 S:      Maintained
7639 F:      drivers/media/dvb-frontends/m88rs2000*
7640
7641 MA901 MASTERKIT USB FM RADIO DRIVER
7642 M:      Alexey Klimov <klimov.linux@gmail.com>
7643 L:      linux-media@vger.kernel.org
7644 T:      git git://linuxtv.org/media_tree.git
7645 S:      Maintained
7646 F:      drivers/media/radio/radio-ma901.c
7647
7648 MAC80211
7649 M:      Johannes Berg <johannes@sipsolutions.net>
7650 L:      linux-wireless@vger.kernel.org
7651 W:      http://wireless.kernel.org/
7652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7654 S:      Maintained
7655 F:      Documentation/networking/mac80211-injection.txt
7656 F:      include/net/mac80211.h
7657 F:      net/mac80211/
7658 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7659
7660 MACVLAN DRIVER
7661 M:      Patrick McHardy <kaber@trash.net>
7662 L:      netdev@vger.kernel.org
7663 S:      Maintained
7664 F:      drivers/net/macvlan.c
7665 F:      include/linux/if_macvlan.h
7666
7667 MAILBOX API
7668 M:      Jassi Brar <jassisinghbrar@gmail.com>
7669 L:      linux-kernel@vger.kernel.org
7670 S:      Maintained
7671 F:      drivers/mailbox/
7672 F:      include/linux/mailbox_client.h
7673 F:      include/linux/mailbox_controller.h
7674
7675 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7676 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7677 W:      http://www.kernel.org/doc/man-pages
7678 L:      linux-man@vger.kernel.org
7679 S:      Maintained
7680
7681 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7682 M:      Andrew Lunn <andrew@lunn.ch>
7683 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7684 L:      netdev@vger.kernel.org
7685 S:      Maintained
7686 F:      drivers/net/dsa/mv88e6xxx/
7687 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7688
7689 MARVELL ARMADA DRM SUPPORT
7690 M:      Russell King <rmk+kernel@armlinux.org.uk>
7691 S:      Maintained
7692 F:      drivers/gpu/drm/armada/
7693 F:      include/uapi/drm/armada_drm.h
7694 F:      Documentation/devicetree/bindings/display/armada/
7695
7696 MARVELL CRYPTO DRIVER
7697 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7698 M:      Arnaud Ebalard <arno@natisbad.org>
7699 F:      drivers/crypto/marvell/
7700 S:      Maintained
7701 L:      linux-crypto@vger.kernel.org
7702
7703 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7704 M:      Mirko Lindner <mlindner@marvell.com>
7705 M:      Stephen Hemminger <stephen@networkplumber.org>
7706 L:      netdev@vger.kernel.org
7707 S:      Maintained
7708 F:      drivers/net/ethernet/marvell/sk*
7709
7710 MARVELL LIBERTAS WIRELESS DRIVER
7711 L:      libertas-dev@lists.infradead.org
7712 S:      Orphan
7713 F:      drivers/net/wireless/marvell/libertas/
7714
7715 MARVELL MV643XX ETHERNET DRIVER
7716 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7717 L:      netdev@vger.kernel.org
7718 S:      Maintained
7719 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7720 F:      include/linux/mv643xx.h
7721
7722 MARVELL MVNETA ETHERNET DRIVER
7723 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7724 L:      netdev@vger.kernel.org
7725 S:      Maintained
7726 F:      drivers/net/ethernet/marvell/mvneta.*
7727
7728 MARVELL MWIFIEX WIRELESS DRIVER
7729 M:      Amitkumar Karwar <akarwar@marvell.com>
7730 M:      Nishant Sarmukadam <nishants@marvell.com>
7731 L:      linux-wireless@vger.kernel.org
7732 S:      Maintained
7733 F:      drivers/net/wireless/marvell/mwifiex/
7734
7735 MARVELL MWL8K WIRELESS DRIVER
7736 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7737 L:      linux-wireless@vger.kernel.org
7738 S:      Odd Fixes
7739 F:      drivers/net/wireless/marvell/mwl8k.c
7740
7741 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7742 M:      Nicolas Pitre <nico@fluxnic.net>
7743 S:      Odd Fixes
7744 F:      drivers/mmc/host/mvsdio.*
7745
7746 MATROX FRAMEBUFFER DRIVER
7747 L:      linux-fbdev@vger.kernel.org
7748 S:      Orphan
7749 F:      drivers/video/fbdev/matrox/matroxfb_*
7750 F:      include/uapi/linux/matroxfb.h
7751
7752 MAX16065 HARDWARE MONITOR DRIVER
7753 M:      Guenter Roeck <linux@roeck-us.net>
7754 L:      linux-hwmon@vger.kernel.org
7755 S:      Maintained
7756 F:      Documentation/hwmon/max16065
7757 F:      drivers/hwmon/max16065.c
7758
7759 MAX20751 HARDWARE MONITOR DRIVER
7760 M:      Guenter Roeck <linux@roeck-us.net>
7761 L:      linux-hwmon@vger.kernel.org
7762 S:      Maintained
7763 F:      Documentation/hwmon/max20751
7764 F:      drivers/hwmon/max20751.c
7765
7766 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7767 L:      linux-hwmon@vger.kernel.org
7768 S:      Orphan
7769 F:      Documentation/hwmon/max6650
7770 F:      drivers/hwmon/max6650.c
7771
7772 MAX6697 HARDWARE MONITOR DRIVER
7773 M:      Guenter Roeck <linux@roeck-us.net>
7774 L:      linux-hwmon@vger.kernel.org
7775 S:      Maintained
7776 F:      Documentation/hwmon/max6697
7777 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7778 F:      drivers/hwmon/max6697.c
7779 F:      include/linux/platform_data/max6697.h
7780
7781 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7782 M:      Peter Rosin <peda@axentia.se>
7783 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7784 S:      Maintained
7785 F:      Documentation/devicetree/bindings/sound/max9860.txt
7786 F:      sound/soc/codecs/max9860.*
7787
7788 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7789 M:      Krzysztof Kozlowski <krzk@kernel.org>
7790 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7791 L:      linux-pm@vger.kernel.org
7792 S:      Supported
7793 F:      drivers/power/supply/max14577_charger.c
7794 F:      drivers/power/supply/max77693_charger.c
7795
7796 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7797 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7798 L:      linux-kernel@vger.kernel.org
7799 S:      Supported
7800 F:      drivers/*/*max77802*.c
7801 F:      Documentation/devicetree/bindings/*/*max77802.txt
7802 F:      include/dt-bindings/*/*max77802.h
7803
7804 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7805 M:      Chanwoo Choi <cw00.choi@samsung.com>
7806 M:      Krzysztof Kozlowski <krzk@kernel.org>
7807 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7808 L:      linux-kernel@vger.kernel.org
7809 S:      Supported
7810 F:      drivers/*/max14577*.c
7811 F:      drivers/*/max77686*.c
7812 F:      drivers/*/max77693*.c
7813 F:      drivers/extcon/extcon-max14577.c
7814 F:      drivers/extcon/extcon-max77693.c
7815 F:      drivers/rtc/rtc-max77686.c
7816 F:      drivers/clk/clk-max77686.c
7817 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7818 F:      Documentation/devicetree/bindings/*/max77686.txt
7819 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7820 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7821 F:      include/linux/mfd/max14577*.h
7822 F:      include/linux/mfd/max77686*.h
7823 F:      include/linux/mfd/max77693*.h
7824
7825 MAXIRADIO FM RADIO RECEIVER DRIVER
7826 M:      Hans Verkuil <hverkuil@xs4all.nl>
7827 L:      linux-media@vger.kernel.org
7828 T:      git git://linuxtv.org/media_tree.git
7829 W:      https://linuxtv.org
7830 S:      Maintained
7831 F:      drivers/media/radio/radio-maxiradio*
7832
7833 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7834 M:      Peter Rosin <peda@axentia.se>
7835 L:      linux-iio@vger.kernel.org
7836 S:      Maintained
7837 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7838 F:      drivers/iio/potentiometer/mcp4531.c
7839
7840 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7841 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7842 L:      linux-iio@vger.kernel.org
7843 S:      Maintained
7844 F:      drivers/iio/dac/cio-dac.c
7845
7846 MEDIA DRIVERS FOR RENESAS - FCP
7847 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7848 L:      linux-media@vger.kernel.org
7849 L:      linux-renesas-soc@vger.kernel.org
7850 T:      git git://linuxtv.org/media_tree.git
7851 S:      Supported
7852 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7853 F:      drivers/media/platform/rcar-fcp.c
7854 F:      include/media/rcar-fcp.h
7855
7856 MEDIA DRIVERS FOR RENESAS - VIN
7857 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7858 L:      linux-media@vger.kernel.org
7859 L:      linux-renesas-soc@vger.kernel.org
7860 T:      git git://linuxtv.org/media_tree.git
7861 S:      Supported
7862 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7863 F:      drivers/media/platform/rcar-vin/
7864
7865 MEDIA DRIVERS FOR RENESAS - VSP1
7866 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7867 L:      linux-media@vger.kernel.org
7868 L:      linux-renesas-soc@vger.kernel.org
7869 T:      git git://linuxtv.org/media_tree.git
7870 S:      Supported
7871 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7872 F:      drivers/media/platform/vsp1/
7873
7874 MEDIA DRIVERS FOR HELENE
7875 M:      Abylay Ospan <aospan@netup.ru>
7876 L:      linux-media@vger.kernel.org
7877 W:      https://linuxtv.org
7878 W:      http://netup.tv/
7879 T:      git git://linuxtv.org/media_tree.git
7880 S:      Supported
7881 F:      drivers/media/dvb-frontends/helene*
7882
7883 MEDIA DRIVERS FOR ASCOT2E
7884 M:      Sergey Kozlov <serjk@netup.ru>
7885 M:      Abylay Ospan <aospan@netup.ru>
7886 L:      linux-media@vger.kernel.org
7887 W:      https://linuxtv.org
7888 W:      http://netup.tv/
7889 T:      git git://linuxtv.org/media_tree.git
7890 S:      Supported
7891 F:      drivers/media/dvb-frontends/ascot2e*
7892
7893 MEDIA DRIVERS FOR CXD2841ER
7894 M:      Sergey Kozlov <serjk@netup.ru>
7895 M:      Abylay Ospan <aospan@netup.ru>
7896 L:      linux-media@vger.kernel.org
7897 W:      https://linuxtv.org
7898 W:      http://netup.tv/
7899 T:      git git://linuxtv.org/media_tree.git
7900 S:      Supported
7901 F:      drivers/media/dvb-frontends/cxd2841er*
7902
7903 MEDIA DRIVERS FOR HORUS3A
7904 M:      Sergey Kozlov <serjk@netup.ru>
7905 M:      Abylay Ospan <aospan@netup.ru>
7906 L:      linux-media@vger.kernel.org
7907 W:      https://linuxtv.org
7908 W:      http://netup.tv/
7909 T:      git git://linuxtv.org/media_tree.git
7910 S:      Supported
7911 F:      drivers/media/dvb-frontends/horus3a*
7912
7913 MEDIA DRIVERS FOR LNBH25
7914 M:      Sergey Kozlov <serjk@netup.ru>
7915 M:      Abylay Ospan <aospan@netup.ru>
7916 L:      linux-media@vger.kernel.org
7917 W:      https://linuxtv.org
7918 W:      http://netup.tv/
7919 T:      git git://linuxtv.org/media_tree.git
7920 S:      Supported
7921 F:      drivers/media/dvb-frontends/lnbh25*
7922
7923 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7924 M:      Sergey Kozlov <serjk@netup.ru>
7925 M:      Abylay Ospan <aospan@netup.ru>
7926 L:      linux-media@vger.kernel.org
7927 W:      https://linuxtv.org
7928 W:      http://netup.tv/
7929 T:      git git://linuxtv.org/media_tree.git
7930 S:      Supported
7931 F:      drivers/media/pci/netup_unidvb/*
7932
7933 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7934 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7935 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7936 P:      LinuxTV.org Project
7937 L:      linux-media@vger.kernel.org
7938 W:      https://linuxtv.org
7939 Q:      http://patchwork.kernel.org/project/linux-media/list/
7940 T:      git git://linuxtv.org/media_tree.git
7941 S:      Maintained
7942 F:      Documentation/media/
7943 F:      drivers/media/
7944 F:      drivers/staging/media/
7945 F:      include/linux/platform_data/media/
7946 F:      include/media/
7947 F:      include/uapi/linux/dvb/
7948 F:      include/uapi/linux/videodev2.h
7949 F:      include/uapi/linux/media.h
7950 F:      include/uapi/linux/v4l2-*
7951 F:      include/uapi/linux/meye.h
7952 F:      include/uapi/linux/ivtv*
7953 F:      include/uapi/linux/uvcvideo.h
7954
7955 MEDIATEK ETHERNET DRIVER
7956 M:      Felix Fietkau <nbd@openwrt.org>
7957 M:      John Crispin <blogic@openwrt.org>
7958 L:      netdev@vger.kernel.org
7959 S:      Maintained
7960 F:      drivers/net/ethernet/mediatek/
7961
7962 MEDIATEK MT7601U WIRELESS LAN DRIVER
7963 M:      Jakub Kicinski <kubakici@wp.pl>
7964 L:      linux-wireless@vger.kernel.org
7965 S:      Maintained
7966 F:      drivers/net/wireless/mediatek/mt7601u/
7967
7968 MEGARAID SCSI/SAS DRIVERS
7969 M:      Kashyap Desai <kashyap.desai@broadcom.com>
7970 M:      Sumit Saxena <sumit.saxena@broadcom.com>
7971 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
7972 L:      megaraidlinux.pdl@broadcom.com
7973 L:      linux-scsi@vger.kernel.org
7974 W:      http://www.avagotech.com/support/
7975 S:      Maintained
7976 F:      Documentation/scsi/megaraid.txt
7977 F:      drivers/scsi/megaraid.*
7978 F:      drivers/scsi/megaraid/
7979
7980 MELFAS MIP4 TOUCHSCREEN DRIVER
7981 M:      Sangwon Jee <jeesw@melfas.com>
7982 W:      http://www.melfas.com
7983 S:      Supported
7984 F:      drivers/input/touchscreen/melfas_mip4.c
7985 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7986
7987 MELLANOX ETHERNET DRIVER (mlx4_en)
7988 M:      Tariq Toukan <tariqt@mellanox.com>
7989 L:      netdev@vger.kernel.org
7990 S:      Supported
7991 W:      http://www.mellanox.com
7992 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7993 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7994
7995 MELLANOX ETHERNET DRIVER (mlx5e)
7996 M:      Saeed Mahameed <saeedm@mellanox.com>
7997 L:      netdev@vger.kernel.org
7998 S:      Supported
7999 W:      http://www.mellanox.com
8000 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8001 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8002
8003 MELLANOX ETHERNET SWITCH DRIVERS
8004 M:      Jiri Pirko <jiri@mellanox.com>
8005 M:      Ido Schimmel <idosch@mellanox.com>
8006 L:      netdev@vger.kernel.org
8007 S:      Supported
8008 W:      http://www.mellanox.com
8009 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8010 F:      drivers/net/ethernet/mellanox/mlxsw/
8011
8012 MELLANOX MLXCPLD LED DRIVER
8013 M:      Vadim Pasternak <vadimp@mellanox.com>
8014 L:      linux-leds@vger.kernel.org
8015 S:      Supported
8016 F:      drivers/leds/leds-mlxcpld.c
8017 F:      Documentation/leds/leds-mlxcpld.txt
8018
8019 MELLANOX PLATFORM DRIVER
8020 M:      Vadim Pasternak <vadimp@mellanox.com>
8021 L:      platform-driver-x86@vger.kernel.org
8022 S:      Supported
8023 F:      arch/x86/platform/mellanox/mlx-platform.c
8024
8025 SOFT-ROCE DRIVER (rxe)
8026 M:      Moni Shoua <monis@mellanox.com>
8027 L:      linux-rdma@vger.kernel.org
8028 S:      Supported
8029 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8030 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8031 F:      drivers/infiniband/sw/rxe/
8032 F:      include/uapi/rdma/rdma_user_rxe.h
8033
8034 MEMBARRIER SUPPORT
8035 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8036 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8037 L:      linux-kernel@vger.kernel.org
8038 S:      Supported
8039 F:      kernel/membarrier.c
8040 F:      include/uapi/linux/membarrier.h
8041
8042 MEMORY MANAGEMENT
8043 L:      linux-mm@kvack.org
8044 W:      http://www.linux-mm.org
8045 S:      Maintained
8046 F:      include/linux/mm.h
8047 F:      include/linux/gfp.h
8048 F:      include/linux/mmzone.h
8049 F:      include/linux/memory_hotplug.h
8050 F:      include/linux/vmalloc.h
8051 F:      mm/
8052
8053 MEMORY TECHNOLOGY DEVICES (MTD)
8054 M:      David Woodhouse <dwmw2@infradead.org>
8055 M:      Brian Norris <computersforpeace@gmail.com>
8056 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8057 M:      Marek Vasut <marek.vasut@gmail.com>
8058 M:      Richard Weinberger <richard@nod.at>
8059 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8060 L:      linux-mtd@lists.infradead.org
8061 W:      http://www.linux-mtd.infradead.org/
8062 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8063 T:      git git://git.infradead.org/linux-mtd.git
8064 T:      git git://git.infradead.org/l2-mtd.git
8065 S:      Maintained
8066 F:      Documentation/devicetree/bindings/mtd/
8067 F:      drivers/mtd/
8068 F:      include/linux/mtd/
8069 F:      include/uapi/mtd/
8070
8071 MEN A21 WATCHDOG DRIVER
8072 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8073 L:      linux-watchdog@vger.kernel.org
8074 S:      Maintained
8075 F:      drivers/watchdog/mena21_wdt.c
8076
8077 MEN CHAMELEON BUS (mcb)
8078 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8079 S:      Maintained
8080 F:      drivers/mcb/
8081 F:      include/linux/mcb.h
8082 F:      Documentation/men-chameleon-bus.txt
8083
8084 MEN F21BMC (Board Management Controller)
8085 M:      Andreas Werner <andreas.werner@men.de>
8086 S:      Supported
8087 F:      drivers/mfd/menf21bmc.c
8088 F:      drivers/watchdog/menf21bmc_wdt.c
8089 F:      drivers/leds/leds-menf21bmc.c
8090 F:      drivers/hwmon/menf21bmc_hwmon.c
8091 F:      Documentation/hwmon/menf21bmc
8092
8093 METAG ARCHITECTURE
8094 M:      James Hogan <james.hogan@imgtec.com>
8095 L:      linux-metag@vger.kernel.org
8096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8097 S:      Odd Fixes
8098 F:      arch/metag/
8099 F:      Documentation/metag/
8100 F:      Documentation/devicetree/bindings/metag/
8101 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8102 F:      drivers/clocksource/metag_generic.c
8103 F:      drivers/irqchip/irq-metag.c
8104 F:      drivers/irqchip/irq-metag-ext.c
8105 F:      drivers/tty/metag_da.c
8106
8107 MICROBLAZE ARCHITECTURE
8108 M:      Michal Simek <monstr@monstr.eu>
8109 W:      http://www.monstr.eu/fdt/
8110 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8111 S:      Supported
8112 F:      arch/microblaze/
8113
8114 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8115 M:      Richard Genoud <richard.genoud@gmail.com>
8116 S:      Maintained
8117 F:      drivers/tty/serial/atmel_serial.c
8118 F:      include/linux/atmel_serial.h
8119
8120 MICROCHIP / ATMEL ISC DRIVER
8121 M:      Songjun Wu <songjun.wu@microchip.com>
8122 L:      linux-media@vger.kernel.org
8123 S:      Supported
8124 F:      drivers/media/platform/atmel/atmel-isc.c
8125 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8126 F:      devicetree/bindings/media/atmel-isc.txt
8127
8128 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8129 M:      Chen Yu <yu.c.chen@intel.com>
8130 L:      platform-driver-x86@vger.kernel.org
8131 S:      Supported
8132 F:      drivers/platform/x86/surfacepro3_button.c
8133
8134 MICROTEK X6 SCANNER
8135 M:      Oliver Neukum <oliver@neukum.org>
8136 S:      Maintained
8137 F:      drivers/usb/image/microtek.*
8138
8139 MIPS
8140 M:      Ralf Baechle <ralf@linux-mips.org>
8141 L:      linux-mips@linux-mips.org
8142 W:      http://www.linux-mips.org/
8143 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8144 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8145 S:      Supported
8146 F:      Documentation/devicetree/bindings/mips/
8147 F:      Documentation/mips/
8148 F:      arch/mips/
8149
8150 MIPS/LOONGSON1 ARCHITECTURE
8151 M:      Keguang Zhang <keguang.zhang@gmail.com>
8152 L:      linux-mips@linux-mips.org
8153 S:      Maintained
8154 F:      arch/mips/loongson32/
8155 F:      arch/mips/include/asm/mach-loongson32/
8156 F:      drivers/*/*loongson1*
8157 F:      drivers/*/*/*loongson1*
8158
8159 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8160 M:      Hans Verkuil <hverkuil@xs4all.nl>
8161 L:      linux-media@vger.kernel.org
8162 T:      git git://linuxtv.org/media_tree.git
8163 W:      https://linuxtv.org
8164 S:      Odd Fixes
8165 F:      drivers/media/radio/radio-miropcm20*
8166
8167 MELLANOX MLX4 core VPI driver
8168 M:      Yishai Hadas <yishaih@mellanox.com>
8169 L:      netdev@vger.kernel.org
8170 L:      linux-rdma@vger.kernel.org
8171 W:      http://www.mellanox.com
8172 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8173 S:      Supported
8174 F:      drivers/net/ethernet/mellanox/mlx4/
8175 F:      include/linux/mlx4/
8176 F:      include/uapi/rdma/mlx4-abi.h
8177
8178 MELLANOX MLX4 IB driver
8179 M:      Yishai Hadas <yishaih@mellanox.com>
8180 L:      linux-rdma@vger.kernel.org
8181 W:      http://www.mellanox.com
8182 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8183 S:      Supported
8184 F:      drivers/infiniband/hw/mlx4/
8185 F:      include/linux/mlx4/
8186
8187 MELLANOX MLX5 core VPI driver
8188 M:      Saeed Mahameed <saeedm@mellanox.com>
8189 M:      Matan Barak <matanb@mellanox.com>
8190 M:      Leon Romanovsky <leonro@mellanox.com>
8191 L:      netdev@vger.kernel.org
8192 L:      linux-rdma@vger.kernel.org
8193 W:      http://www.mellanox.com
8194 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8195 S:      Supported
8196 F:      drivers/net/ethernet/mellanox/mlx5/core/
8197 F:      include/linux/mlx5/
8198 F:      include/uapi/rdma/mlx5-abi.h
8199
8200 MELLANOX MLX5 IB driver
8201 M:      Matan Barak <matanb@mellanox.com>
8202 M:      Leon Romanovsky <leonro@mellanox.com>
8203 L:      linux-rdma@vger.kernel.org
8204 W:      http://www.mellanox.com
8205 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8206 S:      Supported
8207 F:      drivers/infiniband/hw/mlx5/
8208 F:      include/linux/mlx5/
8209
8210 MELEXIS MLX90614 DRIVER
8211 M:      Crt Mori <cmo@melexis.com>
8212 L:      linux-iio@vger.kernel.org
8213 W:      http://www.melexis.com
8214 S:      Supported
8215 F:      drivers/iio/temperature/mlx90614.c
8216
8217 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8218 M:      Don Brace <don.brace@microsemi.com>
8219 L:      esc.storagedev@microsemi.com
8220 L:      linux-scsi@vger.kernel.org
8221 S:      Supported
8222 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8223 F:      drivers/scsi/smartpqi/Kconfig
8224 F:      drivers/scsi/smartpqi/Makefile
8225 F:      include/linux/cciss*.h
8226 F:      include/uapi/linux/cciss*.h
8227 F:      Documentation/scsi/smartpqi.txt
8228
8229 MN88472 MEDIA DRIVER
8230 M:      Antti Palosaari <crope@iki.fi>
8231 L:      linux-media@vger.kernel.org
8232 W:      https://linuxtv.org
8233 W:      http://palosaari.fi/linux/
8234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8235 S:      Maintained
8236 F:      drivers/media/dvb-frontends/mn88472*
8237
8238 MN88473 MEDIA DRIVER
8239 M:      Antti Palosaari <crope@iki.fi>
8240 L:      linux-media@vger.kernel.org
8241 W:      https://linuxtv.org
8242 W:      http://palosaari.fi/linux/
8243 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8244 S:      Maintained
8245 F:      drivers/media/dvb-frontends/mn88473*
8246
8247 MODULE SUPPORT
8248 M:      Jessica Yu <jeyu@redhat.com>
8249 M:      Rusty Russell <rusty@rustcorp.com.au>
8250 S:      Maintained
8251 F:      include/linux/module.h
8252 F:      kernel/module.c
8253
8254 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8255 W:      http://popies.net/meye/
8256 S:      Orphan
8257 F:      Documentation/media/v4l-drivers/meye*
8258 F:      drivers/media/pci/meye/
8259 F:      include/uapi/linux/meye.h
8260
8261 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8262 M:      Jiri Slaby <jirislaby@gmail.com>
8263 S:      Maintained
8264 F:      Documentation/serial/moxa-smartio
8265 F:      drivers/tty/mxser.*
8266
8267 MR800 AVERMEDIA USB FM RADIO DRIVER
8268 M:      Alexey Klimov <klimov.linux@gmail.com>
8269 L:      linux-media@vger.kernel.org
8270 T:      git git://linuxtv.org/media_tree.git
8271 S:      Maintained
8272 F:      drivers/media/radio/radio-mr800.c
8273
8274 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8275 M:      Alan Ott <alan@signal11.us>
8276 L:      linux-wpan@vger.kernel.org
8277 S:      Maintained
8278 F:      drivers/net/ieee802154/mrf24j40.c
8279 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8280
8281 MSI LAPTOP SUPPORT
8282 M:      "Lee, Chun-Yi" <jlee@suse.com>
8283 L:      platform-driver-x86@vger.kernel.org
8284 S:      Maintained
8285 F:      drivers/platform/x86/msi-laptop.c
8286
8287 MSI WMI SUPPORT
8288 L:      platform-driver-x86@vger.kernel.org
8289 S:      Orphan
8290 F:      drivers/platform/x86/msi-wmi.c
8291
8292 MSI001 MEDIA DRIVER
8293 M:      Antti Palosaari <crope@iki.fi>
8294 L:      linux-media@vger.kernel.org
8295 W:      https://linuxtv.org
8296 W:      http://palosaari.fi/linux/
8297 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8298 T:      git git://linuxtv.org/anttip/media_tree.git
8299 S:      Maintained
8300 F:      drivers/media/tuners/msi001*
8301
8302 MSI2500 MEDIA DRIVER
8303 M:      Antti Palosaari <crope@iki.fi>
8304 L:      linux-media@vger.kernel.org
8305 W:      https://linuxtv.org
8306 W:      http://palosaari.fi/linux/
8307 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8308 T:      git git://linuxtv.org/anttip/media_tree.git
8309 S:      Maintained
8310 F:      drivers/media/usb/msi2500/
8311
8312 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8313 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8314 L:      linux-mtd@lists.infradead.org
8315 S:      Maintained
8316 F:      drivers/mtd/devices/docg3*
8317
8318 MT9M032 APTINA SENSOR DRIVER
8319 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8320 L:      linux-media@vger.kernel.org
8321 T:      git git://linuxtv.org/media_tree.git
8322 S:      Maintained
8323 F:      drivers/media/i2c/mt9m032.c
8324 F:      include/media/i2c/mt9m032.h
8325
8326 MT9P031 APTINA CAMERA SENSOR
8327 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8328 L:      linux-media@vger.kernel.org
8329 T:      git git://linuxtv.org/media_tree.git
8330 S:      Maintained
8331 F:      drivers/media/i2c/mt9p031.c
8332 F:      include/media/i2c/mt9p031.h
8333
8334 MT9T001 APTINA CAMERA SENSOR
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/mt9t001.c
8340 F:      include/media/i2c/mt9t001.h
8341
8342 MT9V032 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:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8348 F:      drivers/media/i2c/mt9v032.c
8349 F:      include/media/i2c/mt9v032.h
8350
8351 MULTIFUNCTION DEVICES (MFD)
8352 M:      Lee Jones <lee.jones@linaro.org>
8353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8354 S:      Supported
8355 F:      Documentation/devicetree/bindings/mfd/
8356 F:      drivers/mfd/
8357 F:      include/linux/mfd/
8358
8359 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8360 M:      Ulf Hansson <ulf.hansson@linaro.org>
8361 L:      linux-mmc@vger.kernel.org
8362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8363 S:      Maintained
8364 F:      Documentation/devicetree/bindings/mmc/
8365 F:      drivers/mmc/
8366 F:      include/linux/mmc/
8367 F:      include/uapi/linux/mmc/
8368
8369 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8370 S:      Orphan
8371 F:      drivers/mmc/host/mmc_spi.c
8372 F:      include/linux/spi/mmc_spi.h
8373
8374 MULTISOUND SOUND DRIVER
8375 M:      Andrew Veliath <andrewtv@usa.net>
8376 S:      Maintained
8377 F:      Documentation/sound/oss/MultiSound
8378 F:      sound/oss/msnd*
8379
8380 MULTITECH MULTIPORT CARD (ISICOM)
8381 S:      Orphan
8382 F:      drivers/tty/isicom.c
8383 F:      include/linux/isicom.h
8384
8385 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8386 M:      Bin Liu <b-liu@ti.com>
8387 L:      linux-usb@vger.kernel.org
8388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8389 S:      Maintained
8390 F:      drivers/usb/musb/
8391
8392 MXL5007T MEDIA DRIVER
8393 M:      Michael Krufky <mkrufky@linuxtv.org>
8394 L:      linux-media@vger.kernel.org
8395 W:      https://linuxtv.org
8396 W:      http://github.com/mkrufky
8397 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8398 T:      git git://linuxtv.org/mkrufky/tuners.git
8399 S:      Maintained
8400 F:      drivers/media/tuners/mxl5007t.*
8401
8402 MXSFB DRM DRIVER
8403 M:      Marek Vasut <marex@denx.de>
8404 S:      Supported
8405 F:      drivers/gpu/drm/mxsfb/
8406 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8407
8408 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8409 M:      Hyong-Youb Kim <hykim@myri.com>
8410 L:      netdev@vger.kernel.org
8411 W:      https://www.myricom.com/support/downloads/myri10ge.html
8412 S:      Supported
8413 F:      drivers/net/ethernet/myricom/myri10ge/
8414
8415 NAND FLASH SUBSYSTEM
8416 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8417 R:      Richard Weinberger <richard@nod.at>
8418 L:      linux-mtd@lists.infradead.org
8419 W:      http://www.linux-mtd.infradead.org/
8420 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8421 T:      git git://github.com/linux-nand/linux.git
8422 S:      Maintained
8423 F:      drivers/mtd/nand/
8424 F:      include/linux/mtd/nand*.h
8425
8426 NATSEMI ETHERNET DRIVER (DP8381x)
8427 S:      Orphan
8428 F:      drivers/net/ethernet/natsemi/natsemi.c
8429
8430 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8431 M:      Daniel Mack <zonque@gmail.com>
8432 S:      Maintained
8433 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8434 W:      http://www.native-instruments.com
8435 F:      sound/usb/caiaq/
8436
8437 NCP FILESYSTEM
8438 M:      Petr Vandrovec <petr@vandrovec.name>
8439 S:      Odd Fixes
8440 F:      fs/ncpfs/
8441
8442 NCR 5380 SCSI DRIVERS
8443 M:      Finn Thain <fthain@telegraphics.com.au>
8444 M:      Michael Schmitz <schmitzmic@gmail.com>
8445 L:      linux-scsi@vger.kernel.org
8446 S:      Maintained
8447 F:      Documentation/scsi/g_NCR5380.txt
8448 F:      drivers/scsi/NCR5380.*
8449 F:      drivers/scsi/arm/cumana_1.c
8450 F:      drivers/scsi/arm/oak.c
8451 F:      drivers/scsi/atari_scsi.*
8452 F:      drivers/scsi/dmx3191d.c
8453 F:      drivers/scsi/g_NCR5380.*
8454 F:      drivers/scsi/mac_scsi.*
8455 F:      drivers/scsi/sun3_scsi.*
8456 F:      drivers/scsi/sun3_scsi_vme.c
8457
8458 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8459 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8460 L:      linux-scsi@vger.kernel.org
8461 S:      Maintained
8462 F:      drivers/scsi/NCR_D700.*
8463
8464 NCT6775 HARDWARE MONITOR DRIVER
8465 M:      Guenter Roeck <linux@roeck-us.net>
8466 L:      linux-hwmon@vger.kernel.org
8467 S:      Maintained
8468 F:      Documentation/hwmon/nct6775
8469 F:      drivers/hwmon/nct6775.c
8470
8471 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8472 M:      Faisal Latif <faisal.latif@intel.com>
8473 L:      linux-rdma@vger.kernel.org
8474 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8475 S:      Supported
8476 F:      drivers/infiniband/hw/nes/
8477 F:      include/uapi/rdma/nes-abi.h
8478
8479 NETEM NETWORK EMULATOR
8480 M:      Stephen Hemminger <stephen@networkplumber.org>
8481 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8482 S:      Maintained
8483 F:      net/sched/sch_netem.c
8484
8485 NETERION 10GbE DRIVERS (s2io/vxge)
8486 M:      Jon Mason <jdmason@kudzu.us>
8487 L:      netdev@vger.kernel.org
8488 S:      Supported
8489 F:      Documentation/networking/s2io.txt
8490 F:      Documentation/networking/vxge.txt
8491 F:      drivers/net/ethernet/neterion/
8492
8493 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8494 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8495 M:      Patrick McHardy <kaber@trash.net>
8496 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8497 L:      netfilter-devel@vger.kernel.org
8498 L:      coreteam@netfilter.org
8499 W:      http://www.netfilter.org/
8500 W:      http://www.iptables.org/
8501 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8504 S:      Supported
8505 F:      include/linux/netfilter*
8506 F:      include/linux/netfilter/
8507 F:      include/net/netfilter/
8508 F:      include/uapi/linux/netfilter*
8509 F:      include/uapi/linux/netfilter/
8510 F:      net/*/netfilter.c
8511 F:      net/*/netfilter/
8512 F:      net/netfilter/
8513 F:      net/bridge/br_netfilter*.c
8514
8515 NETLABEL
8516 M:      Paul Moore <paul@paul-moore.com>
8517 W:      http://netlabel.sf.net
8518 L:      netdev@vger.kernel.org
8519 S:      Maintained
8520 F:      Documentation/netlabel/
8521 F:      include/net/netlabel.h
8522 F:      net/netlabel/
8523
8524 NETROM NETWORK LAYER
8525 M:      Ralf Baechle <ralf@linux-mips.org>
8526 L:      linux-hams@vger.kernel.org
8527 W:      http://www.linux-ax25.org/
8528 S:      Maintained
8529 F:      include/net/netrom.h
8530 F:      include/uapi/linux/netrom.h
8531 F:      net/netrom/
8532
8533 NETRONOME ETHERNET DRIVERS
8534 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8535 L:      oss-drivers@netronome.com
8536 S:      Maintained
8537 F:      drivers/net/ethernet/netronome/
8538
8539 NETWORK BLOCK DEVICE (NBD)
8540 M:      Markus Pargmann <mpa@pengutronix.de>
8541 S:      Maintained
8542 L:      nbd-general@lists.sourceforge.net
8543 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8544 F:      Documentation/blockdev/nbd.txt
8545 F:      drivers/block/nbd.c
8546 F:      include/uapi/linux/nbd.h
8547
8548 NETWORK DROP MONITOR
8549 M:      Neil Horman <nhorman@tuxdriver.com>
8550 L:      netdev@vger.kernel.org
8551 S:      Maintained
8552 W:      https://fedorahosted.org/dropwatch/
8553 F:      net/core/drop_monitor.c
8554
8555 NETWORKING [DSA]
8556 M:      Andrew Lunn <andrew@lunn.ch>
8557 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8558 M:      Florian Fainelli <f.fainelli@gmail.com>
8559 S:      Maintained
8560 F:      net/dsa/
8561 F:      include/net/dsa.h
8562 F:      drivers/net/dsa/
8563
8564 NETWORKING [GENERAL]
8565 M:      "David S. Miller" <davem@davemloft.net>
8566 L:      netdev@vger.kernel.org
8567 W:      http://www.linuxfoundation.org/en/Net
8568 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8571 S:      Maintained
8572 F:      net/
8573 F:      include/net/
8574 F:      include/linux/in.h
8575 F:      include/linux/net.h
8576 F:      include/linux/netdevice.h
8577 F:      include/uapi/linux/in.h
8578 F:      include/uapi/linux/net.h
8579 F:      include/uapi/linux/netdevice.h
8580 F:      include/uapi/linux/net_namespace.h
8581 F:      tools/net/
8582 F:      tools/testing/selftests/net/
8583 F:      lib/random32.c
8584
8585 NETWORKING [IPv4/IPv6]
8586 M:      "David S. Miller" <davem@davemloft.net>
8587 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8588 M:      James Morris <jmorris@namei.org>
8589 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8590 M:      Patrick McHardy <kaber@trash.net>
8591 L:      netdev@vger.kernel.org
8592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8593 S:      Maintained
8594 F:      net/ipv4/
8595 F:      net/ipv6/
8596 F:      include/net/ip*
8597 F:      arch/x86/net/*
8598
8599 NETWORKING [IPSEC]
8600 M:      Steffen Klassert <steffen.klassert@secunet.com>
8601 M:      Herbert Xu <herbert@gondor.apana.org.au>
8602 M:      "David S. Miller" <davem@davemloft.net>
8603 L:      netdev@vger.kernel.org
8604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8606 S:      Maintained
8607 F:      net/core/flow.c
8608 F:      net/xfrm/
8609 F:      net/key/
8610 F:      net/ipv4/xfrm*
8611 F:      net/ipv4/esp4.c
8612 F:      net/ipv4/ah4.c
8613 F:      net/ipv4/ipcomp.c
8614 F:      net/ipv4/ip_vti.c
8615 F:      net/ipv6/xfrm*
8616 F:      net/ipv6/esp6.c
8617 F:      net/ipv6/ah6.c
8618 F:      net/ipv6/ipcomp6.c
8619 F:      net/ipv6/ip6_vti.c
8620 F:      include/uapi/linux/xfrm.h
8621 F:      include/net/xfrm.h
8622
8623 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8624 M:      Paul Moore <paul@paul-moore.com>
8625 L:      netdev@vger.kernel.org
8626 S:      Maintained
8627
8628 NETWORKING [WIRELESS]
8629 L:      linux-wireless@vger.kernel.org
8630 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8631
8632 NETWORKING DRIVERS
8633 L:      netdev@vger.kernel.org
8634 W:      http://www.linuxfoundation.org/en/Net
8635 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8638 S:      Odd Fixes
8639 F:      Documentation/devicetree/bindings/net/
8640 F:      drivers/net/
8641 F:      include/linux/if_*
8642 F:      include/linux/netdevice.h
8643 F:      include/linux/etherdevice.h
8644 F:      include/linux/fcdevice.h
8645 F:      include/linux/fddidevice.h
8646 F:      include/linux/hippidevice.h
8647 F:      include/linux/inetdevice.h
8648 F:      include/uapi/linux/if_*
8649 F:      include/uapi/linux/netdevice.h
8650
8651 NETWORKING DRIVERS (WIRELESS)
8652 M:      Kalle Valo <kvalo@codeaurora.org>
8653 L:      linux-wireless@vger.kernel.org
8654 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8657 S:      Maintained
8658 F:      Documentation/devicetree/bindings/net/wireless/
8659 F:      drivers/net/wireless/
8660
8661 NETXEN (1/10) GbE SUPPORT
8662 M:      Manish Chopra <manish.chopra@cavium.com>
8663 M:      Rahul Verma <rahul.verma@cavium.com>
8664 M:      Dept-GELinuxNICDev@cavium.com
8665 L:      netdev@vger.kernel.org
8666 S:      Supported
8667 F:      drivers/net/ethernet/qlogic/netxen/
8668
8669 NFC SUBSYSTEM
8670 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8671 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8672 M:      Samuel Ortiz <sameo@linux.intel.com>
8673 L:      linux-wireless@vger.kernel.org
8674 L:      linux-nfc@lists.01.org (subscribers-only)
8675 S:      Supported
8676 F:      net/nfc/
8677 F:      include/net/nfc/
8678 F:      include/uapi/linux/nfc.h
8679 F:      drivers/nfc/
8680 F:      include/linux/platform_data/nfcmrvl.h
8681 F:      include/linux/platform_data/nxp-nci.h
8682 F:      include/linux/platform_data/pn544.h
8683 F:      include/linux/platform_data/st21nfca.h
8684 F:      include/linux/platform_data/st-nci.h
8685 F:      Documentation/devicetree/bindings/net/nfc/
8686
8687 NFS, SUNRPC, AND LOCKD CLIENTS
8688 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8689 M:      Anna Schumaker <anna.schumaker@netapp.com>
8690 L:      linux-nfs@vger.kernel.org
8691 W:      http://client.linux-nfs.org
8692 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8693 S:      Maintained
8694 F:      fs/lockd/
8695 F:      fs/nfs/
8696 F:      fs/nfs_common/
8697 F:      net/sunrpc/
8698 F:      include/linux/lockd/
8699 F:      include/linux/nfs*
8700 F:      include/linux/sunrpc/
8701 F:      include/uapi/linux/nfs*
8702 F:      include/uapi/linux/sunrpc/
8703
8704 NILFS2 FILESYSTEM
8705 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8706 L:      linux-nilfs@vger.kernel.org
8707 W:      http://nilfs.sourceforge.net/
8708 W:      http://nilfs.osdn.jp/
8709 T:      git git://github.com/konis/nilfs2.git
8710 S:      Supported
8711 F:      Documentation/filesystems/nilfs2.txt
8712 F:      fs/nilfs2/
8713 F:      include/trace/events/nilfs2.h
8714 F:      include/uapi/linux/nilfs2_api.h
8715 F:      include/uapi/linux/nilfs2_ondisk.h
8716
8717 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8718 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8719 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8720 S:      Maintained
8721 F:      Documentation/scsi/NinjaSCSI.txt
8722 F:      drivers/scsi/pcmcia/nsp_*
8723
8724 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8725 M:      GOTO Masanori <gotom@debian.or.jp>
8726 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8727 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8728 S:      Maintained
8729 F:      Documentation/scsi/NinjaSCSI.txt
8730 F:      drivers/scsi/nsp32*
8731
8732 NIOS2 ARCHITECTURE
8733 M:      Ley Foon Tan <lftan@altera.com>
8734 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8736 S:      Maintained
8737 F:      arch/nios2/
8738
8739 NOKIA N900 POWER SUPPLY DRIVERS
8740 R:      Pali Rohár <pali.rohar@gmail.com>
8741 F:      include/linux/power/bq2415x_charger.h
8742 F:      include/linux/power/bq27xxx_battery.h
8743 F:      include/linux/power/isp1704_charger.h
8744 F:      drivers/power/supply/bq2415x_charger.c
8745 F:      drivers/power/supply/bq27xxx_battery.c
8746 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8747 F:      drivers/power/supply/isp1704_charger.c
8748 F:      drivers/power/supply/rx51_battery.c
8749
8750 NTB DRIVER CORE
8751 M:      Jon Mason <jdmason@kudzu.us>
8752 M:      Dave Jiang <dave.jiang@intel.com>
8753 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8754 L:      linux-ntb@googlegroups.com
8755 S:      Supported
8756 W:      https://github.com/jonmason/ntb/wiki
8757 T:      git git://github.com/jonmason/ntb.git
8758 F:      drivers/ntb/
8759 F:      drivers/net/ntb_netdev.c
8760 F:      include/linux/ntb.h
8761 F:      include/linux/ntb_transport.h
8762 F:      tools/testing/selftests/ntb/
8763
8764 NTB INTEL DRIVER
8765 M:      Jon Mason <jdmason@kudzu.us>
8766 M:      Dave Jiang <dave.jiang@intel.com>
8767 L:      linux-ntb@googlegroups.com
8768 S:      Supported
8769 W:      https://github.com/jonmason/ntb/wiki
8770 T:      git git://github.com/jonmason/ntb.git
8771 F:      drivers/ntb/hw/intel/
8772
8773 NTB AMD DRIVER
8774 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8775 L:      linux-ntb@googlegroups.com
8776 S:      Supported
8777 F:      drivers/ntb/hw/amd/
8778
8779 NTFS FILESYSTEM
8780 M:      Anton Altaparmakov <anton@tuxera.com>
8781 L:      linux-ntfs-dev@lists.sourceforge.net
8782 W:      http://www.tuxera.com/
8783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8784 S:      Supported
8785 F:      Documentation/filesystems/ntfs.txt
8786 F:      fs/ntfs/
8787
8788 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8789 M:      Antonino Daplas <adaplas@gmail.com>
8790 L:      linux-fbdev@vger.kernel.org
8791 S:      Maintained
8792 F:      drivers/video/fbdev/riva/
8793 F:      drivers/video/fbdev/nvidia/
8794
8795 NVM EXPRESS DRIVER
8796 M:      Keith Busch <keith.busch@intel.com>
8797 M:      Jens Axboe <axboe@fb.com>
8798 L:      linux-nvme@lists.infradead.org
8799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8800 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8801 S:      Supported
8802 F:      drivers/nvme/host/
8803 F:      include/linux/nvme.h
8804
8805 NVM EXPRESS TARGET DRIVER
8806 M:      Christoph Hellwig <hch@lst.de>
8807 M:      Sagi Grimberg <sagi@grimberg.me>
8808 L:      linux-nvme@lists.infradead.org
8809 S:      Supported
8810 F:      drivers/nvme/target/
8811
8812 NVM EXPRESS FC TRANSPORT DRIVERS
8813 M:      James Smart <james.smart@broadcom.com>
8814 L:      linux-nvme@lists.infradead.org
8815 S:      Supported
8816 F:      include/linux/nvme-fc.h
8817 F:      include/linux/nvme-fc-driver.h
8818 F:      drivers/nvme/host/fc.c
8819 F:      drivers/nvme/target/fc.c
8820 F:      drivers/nvme/target/fcloop.c
8821
8822 NVMEM FRAMEWORK
8823 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8824 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8825 S:      Maintained
8826 F:      drivers/nvmem/
8827 F:      Documentation/devicetree/bindings/nvmem/
8828 F:      include/linux/nvmem-consumer.h
8829 F:      include/linux/nvmem-provider.h
8830
8831 NXP-NCI NFC DRIVER
8832 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8833 R:      Charles Gorand <charles.gorand@effinnov.com>
8834 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8835 S:      Supported
8836 F:      drivers/nfc/nxp-nci
8837
8838 NXP TDA998X DRM DRIVER
8839 M:      Russell King <rmk+kernel@armlinux.org.uk>
8840 S:      Supported
8841 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8842 F:      include/drm/i2c/tda998x.h
8843
8844 NXP TFA9879 DRIVER
8845 M:      Peter Rosin <peda@axentia.se>
8846 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8847 S:      Maintained
8848 F:      sound/soc/codecs/tfa9879*
8849
8850 OBJTOOL
8851 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8852 S:      Supported
8853 F:      tools/objtool/
8854
8855 OMAP SUPPORT
8856 M:      Tony Lindgren <tony@atomide.com>
8857 L:      linux-omap@vger.kernel.org
8858 W:      http://www.muru.com/linux/omap/
8859 W:      http://linux.omap.com/
8860 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8862 S:      Maintained
8863 F:      arch/arm/*omap*/
8864 F:      arch/arm/configs/omap1_defconfig
8865 F:      arch/arm/configs/omap2plus_defconfig
8866 F:      drivers/i2c/busses/i2c-omap.c
8867 F:      drivers/irqchip/irq-omap-intc.c
8868 F:      drivers/mfd/*omap*.c
8869 F:      drivers/mfd/menelaus.c
8870 F:      drivers/mfd/palmas.c
8871 F:      drivers/mfd/tps65217.c
8872 F:      drivers/mfd/tps65218.c
8873 F:      drivers/mfd/tps65910.c
8874 F:      drivers/mfd/twl-core.[ch]
8875 F:      drivers/mfd/twl4030*.c
8876 F:      drivers/mfd/twl6030*.c
8877 F:      drivers/mfd/twl6040*.c
8878 F:      drivers/regulator/palmas-regulator*.c
8879 F:      drivers/regulator/pbias-regulator.c
8880 F:      drivers/regulator/tps65217-regulator.c
8881 F:      drivers/regulator/tps65218-regulator.c
8882 F:      drivers/regulator/tps65910-regulator.c
8883 F:      drivers/regulator/twl-regulator.c
8884 F:      drivers/regulator/twl6030-regulator.c
8885 F:      include/linux/i2c-omap.h
8886
8887 OMAP DEVICE TREE SUPPORT
8888 M:      Benoît Cousson <bcousson@baylibre.com>
8889 M:      Tony Lindgren <tony@atomide.com>
8890 L:      linux-omap@vger.kernel.org
8891 L:      devicetree@vger.kernel.org
8892 S:      Maintained
8893 F:      arch/arm/boot/dts/*omap*
8894 F:      arch/arm/boot/dts/*am3*
8895 F:      arch/arm/boot/dts/*am4*
8896 F:      arch/arm/boot/dts/*am5*
8897 F:      arch/arm/boot/dts/*dra7*
8898
8899 OMAP CLOCK FRAMEWORK SUPPORT
8900 M:      Paul Walmsley <paul@pwsan.com>
8901 L:      linux-omap@vger.kernel.org
8902 S:      Maintained
8903 F:      arch/arm/*omap*/*clock*
8904
8905 OMAP POWER MANAGEMENT SUPPORT
8906 M:      Kevin Hilman <khilman@kernel.org>
8907 L:      linux-omap@vger.kernel.org
8908 S:      Maintained
8909 F:      arch/arm/*omap*/*pm*
8910 F:      drivers/cpufreq/omap-cpufreq.c
8911
8912 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8913 M:      Rajendra Nayak <rnayak@codeaurora.org>
8914 M:      Paul Walmsley <paul@pwsan.com>
8915 L:      linux-omap@vger.kernel.org
8916 S:      Maintained
8917 F:      arch/arm/mach-omap2/prm*
8918
8919 OMAP AUDIO SUPPORT
8920 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8921 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8922 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8923 L:      linux-omap@vger.kernel.org
8924 S:      Maintained
8925 F:      sound/soc/omap/
8926
8927 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8928 M:      Roger Quadros <rogerq@ti.com>
8929 M:      Tony Lindgren <tony@atomide.com>
8930 L:      linux-omap@vger.kernel.org
8931 S:      Maintained
8932 F:      drivers/memory/omap-gpmc.c
8933 F:      arch/arm/mach-omap2/*gpmc*
8934
8935 OMAP FRAMEBUFFER SUPPORT
8936 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8937 L:      linux-fbdev@vger.kernel.org
8938 L:      linux-omap@vger.kernel.org
8939 S:      Maintained
8940 F:      drivers/video/fbdev/omap/
8941
8942 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8943 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8944 L:      linux-omap@vger.kernel.org
8945 L:      linux-fbdev@vger.kernel.org
8946 S:      Maintained
8947 F:      drivers/video/fbdev/omap2/
8948 F:      Documentation/arm/OMAP/DSS
8949
8950 OMAP HARDWARE SPINLOCK SUPPORT
8951 M:      Ohad Ben-Cohen <ohad@wizery.com>
8952 L:      linux-omap@vger.kernel.org
8953 S:      Maintained
8954 F:      drivers/hwspinlock/omap_hwspinlock.c
8955
8956 OMAP MMC SUPPORT
8957 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8958 L:      linux-omap@vger.kernel.org
8959 S:      Maintained
8960 F:      drivers/mmc/host/omap.c
8961
8962 OMAP HS MMC SUPPORT
8963 L:      linux-mmc@vger.kernel.org
8964 L:      linux-omap@vger.kernel.org
8965 S:      Orphan
8966 F:      drivers/mmc/host/omap_hsmmc.c
8967
8968 OMAP RANDOM NUMBER GENERATOR SUPPORT
8969 M:      Deepak Saxena <dsaxena@plexity.net>
8970 S:      Maintained
8971 F:      drivers/char/hw_random/omap-rng.c
8972
8973 OMAP HWMOD SUPPORT
8974 M:      Benoît Cousson <bcousson@baylibre.com>
8975 M:      Paul Walmsley <paul@pwsan.com>
8976 L:      linux-omap@vger.kernel.org
8977 S:      Maintained
8978 F:      arch/arm/mach-omap2/omap_hwmod.*
8979
8980 OMAP HWMOD DATA
8981 M:      Paul Walmsley <paul@pwsan.com>
8982 L:      linux-omap@vger.kernel.org
8983 S:      Maintained
8984 F:      arch/arm/mach-omap2/omap_hwmod*data*
8985
8986 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8987 M:      Benoît Cousson <bcousson@baylibre.com>
8988 L:      linux-omap@vger.kernel.org
8989 S:      Maintained
8990 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8991
8992 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8993 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8994 L:      linux-media@vger.kernel.org
8995 S:      Maintained
8996 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8997 F:      drivers/media/platform/omap3isp/
8998 F:      drivers/staging/media/omap4iss/
8999
9000 OMAP USB SUPPORT
9001 L:      linux-usb@vger.kernel.org
9002 L:      linux-omap@vger.kernel.org
9003 S:      Orphan
9004 F:      drivers/usb/*/*omap*
9005 F:      arch/arm/*omap*/usb*
9006
9007 OMAP GPIO DRIVER
9008 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9009 M:      Santosh Shilimkar <ssantosh@kernel.org>
9010 M:      Kevin Hilman <khilman@kernel.org>
9011 L:      linux-omap@vger.kernel.org
9012 S:      Maintained
9013 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9014 F:      drivers/gpio/gpio-omap.c
9015
9016 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9017 M:      Mark Jackson <mpfj@newflow.co.uk>
9018 L:      linux-omap@vger.kernel.org
9019 S:      Maintained
9020 F:      arch/arm/boot/dts/am335x-nano.dts
9021
9022 OMFS FILESYSTEM
9023 M:      Bob Copeland <me@bobcopeland.com>
9024 L:      linux-karma-devel@lists.sourceforge.net
9025 S:      Maintained
9026 F:      Documentation/filesystems/omfs.txt
9027 F:      fs/omfs/
9028
9029 OMNIKEY CARDMAN 4000 DRIVER
9030 M:      Harald Welte <laforge@gnumonks.org>
9031 S:      Maintained
9032 F:      drivers/char/pcmcia/cm4000_cs.c
9033 F:      include/linux/cm4000_cs.h
9034 F:      include/uapi/linux/cm4000_cs.h
9035
9036 OMNIKEY CARDMAN 4040 DRIVER
9037 M:      Harald Welte <laforge@gnumonks.org>
9038 S:      Maintained
9039 F:      drivers/char/pcmcia/cm4040_cs.*
9040
9041 OMNIVISION OV7670 SENSOR DRIVER
9042 M:      Jonathan Corbet <corbet@lwn.net>
9043 L:      linux-media@vger.kernel.org
9044 T:      git git://linuxtv.org/media_tree.git
9045 S:      Maintained
9046 F:      drivers/media/i2c/ov7670.c
9047
9048 ONENAND FLASH DRIVER
9049 M:      Kyungmin Park <kyungmin.park@samsung.com>
9050 L:      linux-mtd@lists.infradead.org
9051 S:      Maintained
9052 F:      drivers/mtd/onenand/
9053 F:      include/linux/mtd/onenand*.h
9054
9055 ONSTREAM SCSI TAPE DRIVER
9056 M:      Willem Riede <osst@riede.org>
9057 L:      osst-users@lists.sourceforge.net
9058 L:      linux-scsi@vger.kernel.org
9059 S:      Maintained
9060 F:      Documentation/scsi/osst.txt
9061 F:      drivers/scsi/osst.*
9062 F:      drivers/scsi/osst_*.h
9063 F:      drivers/scsi/st.h
9064
9065 OPENCORES I2C BUS DRIVER
9066 M:      Peter Korsgaard <jacmet@sunsite.dk>
9067 L:      linux-i2c@vger.kernel.org
9068 S:      Maintained
9069 F:      Documentation/i2c/busses/i2c-ocores
9070 F:      drivers/i2c/busses/i2c-ocores.c
9071
9072 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9073 M:      Rob Herring <robh+dt@kernel.org>
9074 M:      Frank Rowand <frowand.list@gmail.com>
9075 L:      devicetree@vger.kernel.org
9076 W:      http://www.devicetree.org/
9077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9078 S:      Maintained
9079 F:      drivers/of/
9080 F:      include/linux/of*.h
9081 F:      scripts/dtc/
9082
9083 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9084 M:      Rob Herring <robh+dt@kernel.org>
9085 M:      Mark Rutland <mark.rutland@arm.com>
9086 L:      devicetree@vger.kernel.org
9087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9088 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9089 S:      Maintained
9090 F:      Documentation/devicetree/
9091 F:      arch/*/boot/dts/
9092 F:      include/dt-bindings/
9093
9094 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9095 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9096 L:      devicetree@vger.kernel.org
9097 S:      Maintained
9098 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9099 F:      Documentation/devicetree/overlay-notes.txt
9100 F:      drivers/of/overlay.c
9101 F:      drivers/of/resolver.c
9102
9103 OPENRISC ARCHITECTURE
9104 M:      Jonas Bonn <jonas@southpole.se>
9105 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9106 M:      Stafford Horne <shorne@gmail.com>
9107 L:      openrisc@lists.librecores.org
9108 W:      http://openrisc.io
9109 S:      Maintained
9110 F:      arch/openrisc/
9111
9112 OPENVSWITCH
9113 M:      Pravin Shelar <pshelar@nicira.com>
9114 L:      netdev@vger.kernel.org
9115 L:      dev@openvswitch.org
9116 W:      http://openvswitch.org
9117 S:      Maintained
9118 F:      net/openvswitch/
9119 F:      include/uapi/linux/openvswitch.h
9120
9121 OPERATING PERFORMANCE POINTS (OPP)
9122 M:      Viresh Kumar <vireshk@kernel.org>
9123 M:      Nishanth Menon <nm@ti.com>
9124 M:      Stephen Boyd <sboyd@codeaurora.org>
9125 L:      linux-pm@vger.kernel.org
9126 S:      Maintained
9127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9128 F:      drivers/base/power/opp/
9129 F:      include/linux/pm_opp.h
9130 F:      Documentation/power/opp.txt
9131 F:      Documentation/devicetree/bindings/opp/
9132
9133 OPL4 DRIVER
9134 M:      Clemens Ladisch <clemens@ladisch.de>
9135 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9136 T:      git git://git.alsa-project.org/alsa-kernel.git
9137 S:      Maintained
9138 F:      sound/drivers/opl4/
9139
9140 OPROFILE
9141 M:      Robert Richter <rric@kernel.org>
9142 L:      oprofile-list@lists.sf.net
9143 S:      Maintained
9144 F:      arch/*/include/asm/oprofile*.h
9145 F:      arch/*/oprofile/
9146 F:      drivers/oprofile/
9147 F:      include/linux/oprofile.h
9148
9149 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9150 M:      Mark Fasheh <mfasheh@versity.com>
9151 M:      Joel Becker <jlbec@evilplan.org>
9152 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9153 W:      http://ocfs2.wiki.kernel.org
9154 S:      Supported
9155 F:      Documentation/filesystems/ocfs2.txt
9156 F:      Documentation/filesystems/dlmfs.txt
9157 F:      fs/ocfs2/
9158
9159 ORINOCO DRIVER
9160 L:      linux-wireless@vger.kernel.org
9161 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9162 W:      http://www.nongnu.org/orinoco/
9163 S:      Orphan
9164 F:      drivers/net/wireless/intersil/orinoco/
9165
9166 OSD LIBRARY and FILESYSTEM
9167 M:      Boaz Harrosh <ooo@electrozaur.com>
9168 M:      Benny Halevy <bhalevy@primarydata.com>
9169 L:      osd-dev@open-osd.org
9170 W:      http://open-osd.org
9171 T:      git git://git.open-osd.org/open-osd.git
9172 S:      Maintained
9173 F:      drivers/scsi/osd/
9174 F:      include/scsi/osd_*
9175 F:      fs/exofs/
9176
9177 OVERLAY FILESYSTEM
9178 M:      Miklos Szeredi <miklos@szeredi.hu>
9179 L:      linux-unionfs@vger.kernel.org
9180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9181 S:      Supported
9182 F:      fs/overlayfs/
9183 F:      Documentation/filesystems/overlayfs.txt
9184
9185 ORANGEFS FILESYSTEM
9186 M:      Mike Marshall <hubcap@omnibond.com>
9187 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9189 S:      Supported
9190 F:      fs/orangefs/
9191 F:      Documentation/filesystems/orangefs.txt
9192
9193 P54 WIRELESS DRIVER
9194 M:      Christian Lamparter <chunkeey@googlemail.com>
9195 L:      linux-wireless@vger.kernel.org
9196 W:      http://wireless.kernel.org/en/users/Drivers/p54
9197 S:      Maintained
9198 F:      drivers/net/wireless/intersil/p54/
9199
9200 PA SEMI ETHERNET DRIVER
9201 L:      netdev@vger.kernel.org
9202 S:      Orphan
9203 F:      drivers/net/ethernet/pasemi/*
9204
9205 PA SEMI SMBUS DRIVER
9206 L:      linux-i2c@vger.kernel.org
9207 S:      Orphan
9208 F:      drivers/i2c/busses/i2c-pasemi.c
9209
9210 PADATA PARALLEL EXECUTION MECHANISM
9211 M:      Steffen Klassert <steffen.klassert@secunet.com>
9212 L:      linux-crypto@vger.kernel.org
9213 S:      Maintained
9214 F:      kernel/padata.c
9215 F:      include/linux/padata.h
9216 F:      Documentation/padata.txt
9217
9218 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9219 M:      Harald Welte <laforge@gnumonks.org>
9220 L:      platform-driver-x86@vger.kernel.org
9221 S:      Maintained
9222 F:      drivers/platform/x86/panasonic-laptop.c
9223
9224 PANASONIC MN10300/AM33/AM34 PORT
9225 M:      David Howells <dhowells@redhat.com>
9226 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9227 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9228 S:      Maintained
9229 F:      Documentation/mn10300/
9230 F:      arch/mn10300/
9231
9232 PARALLEL LCD/KEYPAD PANEL DRIVER
9233 M:      Willy Tarreau <willy@haproxy.com>
9234 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9235 S:      Odd Fixes
9236 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9237 F:      drivers/misc/panel.c
9238
9239 PARALLEL PORT SUBSYSTEM
9240 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9241 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9242 L:      linux-parport@lists.infradead.org (subscribers-only)
9243 S:      Maintained
9244 F:      drivers/parport/
9245 F:      include/linux/parport*.h
9246 F:      drivers/char/ppdev.c
9247 F:      include/uapi/linux/ppdev.h
9248 F:      Documentation/parport*.txt
9249
9250 PARAVIRT_OPS INTERFACE
9251 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9252 M:      Chris Wright <chrisw@sous-sol.org>
9253 M:      Alok Kataria <akataria@vmware.com>
9254 M:      Rusty Russell <rusty@rustcorp.com.au>
9255 L:      virtualization@lists.linux-foundation.org
9256 S:      Supported
9257 F:      Documentation/virtual/paravirt_ops.txt
9258 F:      arch/*/kernel/paravirt*
9259 F:      arch/*/include/asm/paravirt.h
9260 F:      include/linux/hypervisor.h
9261
9262 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9263 M:      Tim Waugh <tim@cyberelk.net>
9264 L:      linux-parport@lists.infradead.org (subscribers-only)
9265 S:      Maintained
9266 F:      Documentation/blockdev/paride.txt
9267 F:      drivers/block/paride/
9268
9269 PARISC ARCHITECTURE
9270 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9271 M:      Helge Deller <deller@gmx.de>
9272 L:      linux-parisc@vger.kernel.org
9273 W:      http://www.parisc-linux.org/
9274 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9277 S:      Maintained
9278 F:      arch/parisc/
9279 F:      Documentation/parisc/
9280 F:      drivers/parisc/
9281 F:      drivers/char/agp/parisc-agp.c
9282 F:      drivers/input/serio/gscps2.c
9283 F:      drivers/parport/parport_gsc.*
9284 F:      drivers/tty/serial/8250/8250_gsc.c
9285 F:      drivers/video/fbdev/sti*
9286 F:      drivers/video/console/sti*
9287 F:      drivers/video/logo/logo_parisc*
9288
9289 PC87360 HARDWARE MONITORING DRIVER
9290 M:      Jim Cromie <jim.cromie@gmail.com>
9291 L:      linux-hwmon@vger.kernel.org
9292 S:      Maintained
9293 F:      Documentation/hwmon/pc87360
9294 F:      drivers/hwmon/pc87360.c
9295
9296 PC8736x GPIO DRIVER
9297 M:      Jim Cromie <jim.cromie@gmail.com>
9298 S:      Maintained
9299 F:      drivers/char/pc8736x_gpio.c
9300
9301 PC87427 HARDWARE MONITORING DRIVER
9302 M:      Jean Delvare <jdelvare@suse.com>
9303 L:      linux-hwmon@vger.kernel.org
9304 S:      Maintained
9305 F:      Documentation/hwmon/pc87427
9306 F:      drivers/hwmon/pc87427.c
9307
9308 PCA9532 LED DRIVER
9309 M:      Riku Voipio <riku.voipio@iki.fi>
9310 S:      Maintained
9311 F:      drivers/leds/leds-pca9532.c
9312 F:      include/linux/leds-pca9532.h
9313
9314 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9315 M:      Guenter Roeck <linux@roeck-us.net>
9316 L:      linux-i2c@vger.kernel.org
9317 S:      Maintained
9318 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9319
9320 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9321 M:      Khalid Aziz <khalid@gonehiking.org>
9322 S:      Maintained
9323 F:      drivers/firmware/pcdp.*
9324
9325 PCI ERROR RECOVERY
9326 M:      Linas Vepstas <linasvepstas@gmail.com>
9327 L:      linux-pci@vger.kernel.org
9328 S:      Supported
9329 F:      Documentation/PCI/pci-error-recovery.txt
9330
9331 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9332 M:      Russell Currey <ruscur@russell.cc>
9333 L:      linuxppc-dev@lists.ozlabs.org
9334 S:      Supported
9335 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9336 F:      arch/powerpc/kernel/eeh*.c
9337 F:      arch/powerpc/platforms/*/eeh*.c
9338 F:      arch/powerpc/include/*/eeh*.h
9339
9340 PCI SUBSYSTEM
9341 M:      Bjorn Helgaas <bhelgaas@google.com>
9342 L:      linux-pci@vger.kernel.org
9343 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9345 S:      Supported
9346 F:      Documentation/devicetree/bindings/pci/
9347 F:      Documentation/PCI/
9348 F:      drivers/pci/
9349 F:      include/linux/pci*
9350 F:      arch/x86/pci/
9351 F:      arch/x86/kernel/quirks.c
9352
9353 PCI DRIVER FOR ALTERA PCIE IP
9354 M:      Ley Foon Tan <lftan@altera.com>
9355 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9356 L:      linux-pci@vger.kernel.org
9357 S:      Supported
9358 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9359 F:      drivers/pci/host/pcie-altera.c
9360
9361 PCI DRIVER FOR ARM VERSATILE PLATFORM
9362 M:      Rob Herring <robh@kernel.org>
9363 L:      linux-pci@vger.kernel.org
9364 L:      linux-arm-kernel@lists.infradead.org
9365 S:      Maintained
9366 F:      Documentation/devicetree/bindings/pci/versatile.txt
9367 F:      drivers/pci/host/pci-versatile.c
9368
9369 PCI DRIVER FOR ARMADA 8K
9370 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9371 L:      linux-pci@vger.kernel.org
9372 L:      linux-arm-kernel@lists.infradead.org
9373 S:      Maintained
9374 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9375 F:      drivers/pci/host/pcie-armada8k.c
9376
9377 PCI DRIVER FOR APPLIEDMICRO XGENE
9378 M:      Tanmay Inamdar <tinamdar@apm.com>
9379 L:      linux-pci@vger.kernel.org
9380 L:      linux-arm-kernel@lists.infradead.org
9381 S:      Maintained
9382 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9383 F:      drivers/pci/host/pci-xgene.c
9384
9385 PCI DRIVER FOR FREESCALE LAYERSCAPE
9386 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9387 M:      Mingkai Hu <mingkai.hu@freescale.com>
9388 M:      Roy Zang <tie-fei.zang@freescale.com>
9389 L:      linuxppc-dev@lists.ozlabs.org
9390 L:      linux-pci@vger.kernel.org
9391 L:      linux-arm-kernel@lists.infradead.org
9392 S:      Maintained
9393 F:      drivers/pci/host/*layerscape*
9394
9395 PCI DRIVER FOR IMX6
9396 M:      Richard Zhu <hongxing.zhu@nxp.com>
9397 M:      Lucas Stach <l.stach@pengutronix.de>
9398 L:      linux-pci@vger.kernel.org
9399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9400 S:      Maintained
9401 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9402 F:      drivers/pci/host/*imx6*
9403
9404 PCI DRIVER FOR TI KEYSTONE
9405 M:      Murali Karicheri <m-karicheri2@ti.com>
9406 L:      linux-pci@vger.kernel.org
9407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9408 S:      Maintained
9409 F:      drivers/pci/host/*keystone*
9410
9411 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9412 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9413 M:      Jason Cooper <jason@lakedaemon.net>
9414 L:      linux-pci@vger.kernel.org
9415 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9416 S:      Maintained
9417 F:      drivers/pci/host/*mvebu*
9418
9419 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9420 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9421 L:      linux-pci@vger.kernel.org
9422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9423 S:      Maintained
9424 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9425 F:      drivers/pci/host/pci-aardvark.c
9426
9427 PCI DRIVER FOR NVIDIA TEGRA
9428 M:      Thierry Reding <thierry.reding@gmail.com>
9429 L:      linux-tegra@vger.kernel.org
9430 L:      linux-pci@vger.kernel.org
9431 S:      Supported
9432 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9433 F:      drivers/pci/host/pci-tegra.c
9434
9435 PCI DRIVER FOR TI DRA7XX
9436 M:      Kishon Vijay Abraham I <kishon@ti.com>
9437 L:      linux-omap@vger.kernel.org
9438 L:      linux-pci@vger.kernel.org
9439 S:      Supported
9440 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9441 F:      drivers/pci/host/pci-dra7xx.c
9442
9443 PCI DRIVER FOR RENESAS R-CAR
9444 M:      Simon Horman <horms@verge.net.au>
9445 L:      linux-pci@vger.kernel.org
9446 L:      linux-renesas-soc@vger.kernel.org
9447 S:      Maintained
9448 F:      drivers/pci/host/*rcar*
9449
9450 PCI DRIVER FOR SAMSUNG EXYNOS
9451 M:      Jingoo Han <jingoohan1@gmail.com>
9452 L:      linux-pci@vger.kernel.org
9453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9454 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9455 S:      Maintained
9456 F:      drivers/pci/host/pci-exynos.c
9457
9458 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9459 M:      Jingoo Han <jingoohan1@gmail.com>
9460 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9461 L:      linux-pci@vger.kernel.org
9462 S:      Maintained
9463 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9464 F:      drivers/pci/host/*designware*
9465
9466 PCI DRIVER FOR GENERIC OF HOSTS
9467 M:      Will Deacon <will.deacon@arm.com>
9468 L:      linux-pci@vger.kernel.org
9469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9470 S:      Maintained
9471 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9472 F:      drivers/pci/host/pci-host-common.c
9473 F:      drivers/pci/host/pci-host-generic.c
9474
9475 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9476 M:      Keith Busch <keith.busch@intel.com>
9477 L:      linux-pci@vger.kernel.org
9478 S:      Supported
9479 F:      drivers/pci/host/vmd.c
9480
9481 PCIE DRIVER FOR ST SPEAR13XX
9482 M:      Pratyush Anand <pratyush.anand@gmail.com>
9483 L:      linux-pci@vger.kernel.org
9484 S:      Maintained
9485 F:      drivers/pci/host/*spear*
9486
9487 PCI MSI DRIVER FOR ALTERA MSI IP
9488 M:      Ley Foon Tan <lftan@altera.com>
9489 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9490 L:      linux-pci@vger.kernel.org
9491 S:      Supported
9492 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9493 F:      drivers/pci/host/pcie-altera-msi.c
9494
9495 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9496 M:      Duc Dang <dhdang@apm.com>
9497 L:      linux-pci@vger.kernel.org
9498 L:      linux-arm-kernel@lists.infradead.org
9499 S:      Maintained
9500 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9501 F:      drivers/pci/host/pci-xgene-msi.c
9502
9503 PCIE DRIVER FOR AXIS ARTPEC
9504 M:      Niklas Cassel <niklas.cassel@axis.com>
9505 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9506 L:      linux-arm-kernel@axis.com
9507 L:      linux-pci@vger.kernel.org
9508 S:      Maintained
9509 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9510 F:      drivers/pci/host/*artpec*
9511
9512 PCIE DRIVER FOR HISILICON
9513 M:      Zhou Wang <wangzhou1@hisilicon.com>
9514 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9515 L:      linux-pci@vger.kernel.org
9516 S:      Maintained
9517 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9518 F:      drivers/pci/host/pcie-hisi.c
9519
9520 PCIE DRIVER FOR ROCKCHIP
9521 M:      Shawn Lin <shawn.lin@rock-chips.com>
9522 M:      Wenrui Li <wenrui.li@rock-chips.com>
9523 L:      linux-pci@vger.kernel.org
9524 L:      linux-rockchip@lists.infradead.org
9525 S:      Maintained
9526 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9527 F:      drivers/pci/host/pcie-rockchip.c
9528
9529 PCIE DRIVER FOR QUALCOMM MSM
9530 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9531 L:     linux-pci@vger.kernel.org
9532 L:     linux-arm-msm@vger.kernel.org
9533 S:     Maintained
9534 F:     drivers/pci/host/*qcom*
9535
9536 PCIE DRIVER FOR CAVIUM THUNDERX
9537 M:      David Daney <david.daney@cavium.com>
9538 L:      linux-pci@vger.kernel.org
9539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9540 S:      Supported
9541 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9542 F:      drivers/pci/host/pci-thunder-*
9543
9544 PCMCIA SUBSYSTEM
9545 P:      Linux PCMCIA Team
9546 L:      linux-pcmcia@lists.infradead.org
9547 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9549 S:      Maintained
9550 F:      Documentation/pcmcia/
9551 F:      tools/pcmcia/
9552 F:      drivers/pcmcia/
9553 F:      include/pcmcia/
9554
9555 PCNET32 NETWORK DRIVER
9556 M:      Don Fry <pcnet32@frontier.com>
9557 L:      netdev@vger.kernel.org
9558 S:      Maintained
9559 F:      drivers/net/ethernet/amd/pcnet32.c
9560
9561 PCRYPT PARALLEL CRYPTO ENGINE
9562 M:      Steffen Klassert <steffen.klassert@secunet.com>
9563 L:      linux-crypto@vger.kernel.org
9564 S:      Maintained
9565 F:      crypto/pcrypt.c
9566 F:      include/crypto/pcrypt.h
9567
9568 PER-CPU MEMORY ALLOCATOR
9569 M:      Tejun Heo <tj@kernel.org>
9570 M:      Christoph Lameter <cl@linux.com>
9571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9572 S:      Maintained
9573 F:      include/linux/percpu*.h
9574 F:      mm/percpu*.c
9575 F:      arch/*/include/asm/percpu.h
9576
9577 PER-TASK DELAY ACCOUNTING
9578 M:      Balbir Singh <bsingharora@gmail.com>
9579 S:      Maintained
9580 F:      include/linux/delayacct.h
9581 F:      kernel/delayacct.c
9582
9583 PERFORMANCE EVENTS SUBSYSTEM
9584 M:      Peter Zijlstra <peterz@infradead.org>
9585 M:      Ingo Molnar <mingo@redhat.com>
9586 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9587 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9588 L:      linux-kernel@vger.kernel.org
9589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9590 S:      Supported
9591 F:      kernel/events/*
9592 F:      include/linux/perf_event.h
9593 F:      include/uapi/linux/perf_event.h
9594 F:      arch/*/kernel/perf_event*.c
9595 F:      arch/*/kernel/*/perf_event*.c
9596 F:      arch/*/kernel/*/*/perf_event*.c
9597 F:      arch/*/include/asm/perf_event.h
9598 F:      arch/*/kernel/perf_callchain.c
9599 F:      arch/*/events/*
9600 F:      tools/perf/
9601
9602 PERSONALITY HANDLING
9603 M:      Christoph Hellwig <hch@infradead.org>
9604 L:      linux-abi-devel@lists.sourceforge.net
9605 S:      Maintained
9606 F:      include/linux/personality.h
9607 F:      include/uapi/linux/personality.h
9608
9609 PHONET PROTOCOL
9610 M:      Remi Denis-Courmont <courmisch@gmail.com>
9611 S:      Supported
9612 F:      Documentation/networking/phonet.txt
9613 F:      include/linux/phonet.h
9614 F:      include/net/phonet/
9615 F:      include/uapi/linux/phonet.h
9616 F:      net/phonet/
9617
9618 PHRAM MTD DRIVER
9619 M:      Joern Engel <joern@lazybastard.org>
9620 L:      linux-mtd@lists.infradead.org
9621 S:      Maintained
9622 F:      drivers/mtd/devices/phram.c
9623
9624 PICOLCD HID DRIVER
9625 M:      Bruno Prémont <bonbons@linux-vserver.org>
9626 L:      linux-input@vger.kernel.org
9627 S:      Maintained
9628 F:      drivers/hid/hid-picolcd*
9629
9630 PICOXCELL SUPPORT
9631 M:      Jamie Iles <jamie@jamieiles.com>
9632 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9633 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9634 S:      Supported
9635 F:      arch/arm/boot/dts/picoxcell*
9636 F:      arch/arm/mach-picoxcell/
9637 F:      drivers/crypto/picoxcell*
9638
9639 PIN CONTROL SUBSYSTEM
9640 M:      Linus Walleij <linus.walleij@linaro.org>
9641 L:      linux-gpio@vger.kernel.org
9642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9643 S:      Maintained
9644 F:      Documentation/devicetree/bindings/pinctrl/
9645 F:      Documentation/pinctrl.txt
9646 F:      drivers/pinctrl/
9647 F:      include/linux/pinctrl/
9648
9649 PIN CONTROLLER - ATMEL AT91
9650 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9652 S:      Maintained
9653 F:      drivers/pinctrl/pinctrl-at91.*
9654
9655 PIN CONTROLLER - ATMEL AT91 PIO4
9656 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9658 L:      linux-gpio@vger.kernel.org
9659 S:      Supported
9660 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9661
9662 PIN CONTROLLER - INTEL
9663 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9664 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9665 S:      Maintained
9666 F:      drivers/pinctrl/intel/
9667
9668 PIN CONTROLLER - RENESAS
9669 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9670 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9671 L:      linux-renesas-soc@vger.kernel.org
9672 S:      Maintained
9673 F:      drivers/pinctrl/sh-pfc/
9674
9675 PIN CONTROLLER - SAMSUNG
9676 M:      Tomasz Figa <tomasz.figa@gmail.com>
9677 M:      Krzysztof Kozlowski <krzk@kernel.org>
9678 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9679 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9680 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9681 S:      Maintained
9682 F:      drivers/pinctrl/samsung/
9683 F:      include/dt-bindings/pinctrl/samsung.h
9684 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9685
9686 PIN CONTROLLER - SINGLE
9687 M:      Tony Lindgren <tony@atomide.com>
9688 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9690 L:      linux-omap@vger.kernel.org
9691 S:      Maintained
9692 F:      drivers/pinctrl/pinctrl-single.c
9693
9694 PIN CONTROLLER - ST SPEAR
9695 M:      Viresh Kumar <vireshk@kernel.org>
9696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9697 W:      http://www.st.com/spear
9698 S:      Maintained
9699 F:      drivers/pinctrl/spear/
9700
9701 PISTACHIO SOC SUPPORT
9702 M:      James Hartley <james.hartley@imgtec.com>
9703 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9704 L:      linux-mips@linux-mips.org
9705 S:      Maintained
9706 F:      arch/mips/pistachio/
9707 F:      arch/mips/include/asm/mach-pistachio/
9708 F:      arch/mips/boot/dts/pistachio/
9709 F:      arch/mips/configs/pistachio*_defconfig
9710
9711 PKTCDVD DRIVER
9712 S:      Orphan
9713 M:      linux-block@vger.kernel.org
9714 F:      drivers/block/pktcdvd.c
9715 F:      include/linux/pktcdvd.h
9716 F:      include/uapi/linux/pktcdvd.h
9717
9718 PKUNITY SOC DRIVERS
9719 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9720 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9721 S:      Maintained
9722 T:      git git://github.com/gxt/linux.git
9723 F:      drivers/input/serio/i8042-unicore32io.h
9724 F:      drivers/i2c/busses/i2c-puv3.c
9725 F:      drivers/video/fbdev/fb-puv3.c
9726 F:      drivers/rtc/rtc-puv3.c
9727
9728 PMBUS HARDWARE MONITORING DRIVERS
9729 M:      Guenter Roeck <linux@roeck-us.net>
9730 L:      linux-hwmon@vger.kernel.org
9731 W:      http://hwmon.wiki.kernel.org/
9732 W:      http://www.roeck-us.net/linux/drivers/
9733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9734 S:      Maintained
9735 F:      Documentation/hwmon/pmbus
9736 F:      drivers/hwmon/pmbus/
9737 F:      include/linux/i2c/pmbus.h
9738
9739 PMC SIERRA MaxRAID DRIVER
9740 L:      linux-scsi@vger.kernel.org
9741 W:      http://www.pmc-sierra.com/
9742 S:      Orphan
9743 F:      drivers/scsi/pmcraid.*
9744
9745 PMC SIERRA PM8001 DRIVER
9746 M:      Jack Wang <jinpu.wang@profitbricks.com>
9747 M:      lindar_liu@usish.com
9748 L:      pmchba@pmcs.com
9749 L:      linux-scsi@vger.kernel.org
9750 S:      Supported
9751 F:      drivers/scsi/pm8001/
9752
9753 POSIX CLOCKS and TIMERS
9754 M:      Thomas Gleixner <tglx@linutronix.de>
9755 L:      linux-kernel@vger.kernel.org
9756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9757 S:      Maintained
9758 F:      fs/timerfd.c
9759 F:      include/linux/timer*
9760 F:      kernel/time/*timer*
9761
9762 POWER MANAGEMENT CORE
9763 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9764 L:      linux-pm@vger.kernel.org
9765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9766 B:      https://bugzilla.kernel.org
9767 S:      Supported
9768 F:      drivers/base/power/
9769 F:      include/linux/pm.h
9770 F:      include/linux/pm_*
9771 F:      include/linux/powercap.h
9772 F:      drivers/powercap/
9773
9774 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9775 M:      Sebastian Reichel <sre@kernel.org>
9776 L:      linux-pm@vger.kernel.org
9777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9778 S:      Maintained
9779 F:      Documentation/devicetree/bindings/power/supply/
9780 F:      include/linux/power_supply.h
9781 F:      drivers/power/supply/
9782
9783 POWER STATE COORDINATION INTERFACE (PSCI)
9784 M:      Mark Rutland <mark.rutland@arm.com>
9785 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9786 L:      linux-arm-kernel@lists.infradead.org
9787 S:      Maintained
9788 F:      drivers/firmware/psci.c
9789 F:      include/linux/psci.h
9790 F:      include/uapi/linux/psci.h
9791
9792 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9793 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9794 L:      linuxppc-dev@lists.ozlabs.org
9795 S:      Maintained
9796 F:      drivers/char/powernv-op-panel.c
9797
9798 PNP SUPPORT
9799 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9800 S:      Maintained
9801 F:      drivers/pnp/
9802
9803 PPP PROTOCOL DRIVERS AND COMPRESSORS
9804 M:      Paul Mackerras <paulus@samba.org>
9805 L:      linux-ppp@vger.kernel.org
9806 S:      Maintained
9807 F:      drivers/net/ppp/ppp_*
9808
9809 PPP OVER ATM (RFC 2364)
9810 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9811 S:      Maintained
9812 F:      net/atm/pppoatm.c
9813 F:      include/uapi/linux/atmppp.h
9814
9815 PPP OVER ETHERNET
9816 M:      Michal Ostrowski <mostrows@earthlink.net>
9817 S:      Maintained
9818 F:      drivers/net/ppp/pppoe.c
9819 F:      drivers/net/ppp/pppox.c
9820
9821 PPP OVER L2TP
9822 M:      James Chapman <jchapman@katalix.com>
9823 S:      Maintained
9824 F:      net/l2tp/l2tp_ppp.c
9825 F:      include/linux/if_pppol2tp.h
9826 F:      include/uapi/linux/if_pppol2tp.h
9827
9828 PPS SUPPORT
9829 M:      Rodolfo Giometti <giometti@enneenne.com>
9830 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9831 L:      linuxpps@ml.enneenne.com (subscribers-only)
9832 S:      Maintained
9833 F:      Documentation/pps/
9834 F:      drivers/pps/
9835 F:      include/linux/pps*.h
9836
9837 PPTP DRIVER
9838 M:      Dmitry Kozlov <xeb@mail.ru>
9839 L:      netdev@vger.kernel.org
9840 S:      Maintained
9841 F:      drivers/net/ppp/pptp.c
9842 W:      http://sourceforge.net/projects/accel-pptp
9843
9844 PREEMPTIBLE KERNEL
9845 M:      Robert Love <rml@tech9.net>
9846 L:      kpreempt-tech@lists.sourceforge.net
9847 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9848 S:      Supported
9849 F:      Documentation/preempt-locking.txt
9850 F:      include/linux/preempt.h
9851
9852 PRISM54 WIRELESS DRIVER
9853 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9854 L:      linux-wireless@vger.kernel.org
9855 W:      http://wireless.kernel.org/en/users/Drivers/p54
9856 S:      Obsolete
9857 F:      drivers/net/wireless/intersil/prism54/
9858
9859 PS3 NETWORK SUPPORT
9860 M:      Geoff Levand <geoff@infradead.org>
9861 L:      netdev@vger.kernel.org
9862 L:      linuxppc-dev@lists.ozlabs.org
9863 S:      Maintained
9864 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9865
9866 PS3 PLATFORM SUPPORT
9867 M:      Geoff Levand <geoff@infradead.org>
9868 L:      linuxppc-dev@lists.ozlabs.org
9869 S:      Maintained
9870 F:      arch/powerpc/boot/ps3*
9871 F:      arch/powerpc/include/asm/lv1call.h
9872 F:      arch/powerpc/include/asm/ps3*.h
9873 F:      arch/powerpc/platforms/ps3/
9874 F:      drivers/*/ps3*
9875 F:      drivers/ps3/
9876 F:      drivers/rtc/rtc-ps3.c
9877 F:      drivers/usb/host/*ps3.c
9878 F:      sound/ppc/snd_ps3*
9879
9880 PS3VRAM DRIVER
9881 M:      Jim Paris <jim@jtan.com>
9882 M:      Geoff Levand <geoff@infradead.org>
9883 L:      linuxppc-dev@lists.ozlabs.org
9884 S:      Maintained
9885 F:      drivers/block/ps3vram.c
9886
9887 PSTORE FILESYSTEM
9888 M:      Anton Vorontsov <anton@enomsg.org>
9889 M:      Colin Cross <ccross@android.com>
9890 M:      Kees Cook <keescook@chromium.org>
9891 M:      Tony Luck <tony.luck@intel.com>
9892 S:      Maintained
9893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9894 F:      fs/pstore/
9895 F:      include/linux/pstore*
9896 F:      drivers/firmware/efi/efi-pstore.c
9897 F:      drivers/acpi/apei/erst.c
9898
9899 PTP HARDWARE CLOCK SUPPORT
9900 M:      Richard Cochran <richardcochran@gmail.com>
9901 L:      netdev@vger.kernel.org
9902 S:      Maintained
9903 W:      http://linuxptp.sourceforge.net/
9904 F:      Documentation/ABI/testing/sysfs-ptp
9905 F:      Documentation/ptp/*
9906 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9907 F:      drivers/net/phy/dp83640*
9908 F:      drivers/ptp/*
9909 F:      include/linux/ptp_cl*
9910
9911 PTRACE SUPPORT
9912 M:      Roland McGrath <roland@hack.frob.com>
9913 M:      Oleg Nesterov <oleg@redhat.com>
9914 S:      Maintained
9915 F:      include/asm-generic/syscall.h
9916 F:      include/linux/ptrace.h
9917 F:      include/linux/regset.h
9918 F:      include/linux/tracehook.h
9919 F:      include/uapi/linux/ptrace.h
9920 F:      kernel/ptrace.c
9921
9922 PULSE8-CEC DRIVER
9923 M:      Hans Verkuil <hverkuil@xs4all.nl>
9924 L:      linux-media@vger.kernel.org
9925 T:      git git://linuxtv.org/media_tree.git
9926 S:      Maintained
9927 F:      drivers/staging/media/pulse8-cec
9928
9929 PVRUSB2 VIDEO4LINUX DRIVER
9930 M:      Mike Isely <isely@pobox.com>
9931 L:      pvrusb2@isely.net       (subscribers-only)
9932 L:      linux-media@vger.kernel.org
9933 W:      http://www.isely.net/pvrusb2/
9934 T:      git git://linuxtv.org/media_tree.git
9935 S:      Maintained
9936 F:      Documentation/media/v4l-drivers/pvrusb2*
9937 F:      drivers/media/usb/pvrusb2/
9938
9939 PWC WEBCAM DRIVER
9940 M:      Hans Verkuil <hverkuil@xs4all.nl>
9941 L:      linux-media@vger.kernel.org
9942 T:      git git://linuxtv.org/media_tree.git
9943 S:      Odd Fixes
9944 F:      drivers/media/usb/pwc/*
9945
9946 PWM FAN DRIVER
9947 M:      Kamil Debski <kamil@wypas.org>
9948 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9949 L:      linux-hwmon@vger.kernel.org
9950 S:      Supported
9951 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9952 F:      Documentation/hwmon/pwm-fan
9953 F:      drivers/hwmon/pwm-fan.c
9954
9955 PWM SUBSYSTEM
9956 M:      Thierry Reding <thierry.reding@gmail.com>
9957 L:      linux-pwm@vger.kernel.org
9958 S:      Maintained
9959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9960 F:      Documentation/pwm.txt
9961 F:      Documentation/devicetree/bindings/pwm/
9962 F:      include/linux/pwm.h
9963 F:      drivers/pwm/
9964 F:      drivers/video/backlight/pwm_bl.c
9965 F:      include/linux/pwm_backlight.h
9966
9967 PXA2xx/PXA3xx SUPPORT
9968 M:      Daniel Mack <daniel@zonque.org>
9969 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9970 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9972 T:      git git://github.com/hzhuang1/linux.git
9973 T:      git git://github.com/rjarzmik/linux.git
9974 S:      Maintained
9975 F:      arch/arm/boot/dts/pxa*
9976 F:      arch/arm/mach-pxa/
9977 F:      drivers/dma/pxa*
9978 F:      drivers/pcmcia/pxa2xx*
9979 F:      drivers/pinctrl/pxa/
9980 F:      drivers/spi/spi-pxa2xx*
9981 F:      drivers/usb/gadget/udc/pxa2*
9982 F:      include/sound/pxa2xx-lib.h
9983 F:      sound/arm/pxa*
9984 F:      sound/soc/pxa/
9985
9986 PXA GPIO DRIVER
9987 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9988 L:      linux-gpio@vger.kernel.org
9989 S:      Maintained
9990 F:      drivers/gpio/gpio-pxa.c
9991
9992 PXA3xx NAND FLASH DRIVER
9993 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9994 L:      linux-mtd@lists.infradead.org
9995 S:      Maintained
9996 F:      drivers/mtd/nand/pxa3xx_nand.c
9997
9998 MMP SUPPORT
9999 M:      Eric Miao <eric.y.miao@gmail.com>
10000 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10002 T:      git git://github.com/hzhuang1/linux.git
10003 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10004 S:      Maintained
10005 F:      arch/arm/boot/dts/mmp*
10006 F:      arch/arm/mach-mmp/
10007
10008 PXA MMCI DRIVER
10009 S:      Orphan
10010
10011 PXA RTC DRIVER
10012 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10013 L:      rtc-linux@googlegroups.com
10014 S:      Maintained
10015
10016 QAT DRIVER
10017 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10018 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10019 L:      qat-linux@intel.com
10020 S:      Supported
10021 F:      drivers/crypto/qat/
10022
10023 QIB DRIVER
10024 M:      Mike Marciniszyn <infinipath@intel.com>
10025 L:      linux-rdma@vger.kernel.org
10026 S:      Supported
10027 F:      drivers/infiniband/hw/qib/
10028
10029 QLOGIC QLA1280 SCSI DRIVER
10030 M:      Michael Reed <mdr@sgi.com>
10031 L:      linux-scsi@vger.kernel.org
10032 S:      Maintained
10033 F:      drivers/scsi/qla1280.[ch]
10034
10035 QLOGIC QLA2XXX FC-SCSI DRIVER
10036 M:      qla2xxx-upstream@qlogic.com
10037 L:      linux-scsi@vger.kernel.org
10038 S:      Supported
10039 F:      Documentation/scsi/LICENSE.qla2xxx
10040 F:      drivers/scsi/qla2xxx/
10041
10042 QLOGIC QLA4XXX iSCSI DRIVER
10043 M:      QLogic-Storage-Upstream@qlogic.com
10044 L:      linux-scsi@vger.kernel.org
10045 S:      Supported
10046 F:      Documentation/scsi/LICENSE.qla4xxx
10047 F:      drivers/scsi/qla4xxx/
10048
10049 QLOGIC QLA3XXX NETWORK DRIVER
10050 M:      Dept-GELinuxNICDev@cavium.com
10051 L:      netdev@vger.kernel.org
10052 S:      Supported
10053 F:      Documentation/networking/LICENSE.qla3xxx
10054 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10055
10056 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10057 M:      Harish Patil <harish.patil@cavium.com>
10058 M:      Manish Chopra <manish.chopra@cavium.com>
10059 M:      Dept-GELinuxNICDev@cavium.com
10060 L:      netdev@vger.kernel.org
10061 S:      Supported
10062 F:      drivers/net/ethernet/qlogic/qlcnic/
10063
10064 QLOGIC QLGE 10Gb ETHERNET DRIVER
10065 M:      Harish Patil <harish.patil@cavium.com>
10066 M:      Manish Chopra <manish.chopra@cavium.com>
10067 M:      Dept-GELinuxNICDev@cavium.com
10068 L:      netdev@vger.kernel.org
10069 S:      Supported
10070 F:      drivers/net/ethernet/qlogic/qlge/
10071
10072 QLOGIC QL4xxx ETHERNET DRIVER
10073 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10074 M:      Ariel Elior <Ariel.Elior@cavium.com>
10075 M:      everest-linux-l2@cavium.com
10076 L:      netdev@vger.kernel.org
10077 S:      Supported
10078 F:      drivers/net/ethernet/qlogic/qed/
10079 F:      include/linux/qed/
10080 F:      drivers/net/ethernet/qlogic/qede/
10081
10082 QLOGIC QL41xxx ISCSI DRIVER
10083 M:      QLogic-Storage-Upstream@cavium.com
10084 L:      linux-scsi@vger.kernel.org
10085 S:      Supported
10086 F:      drivers/scsi/qedi/
10087
10088 QNX4 FILESYSTEM
10089 M:      Anders Larsen <al@alarsen.net>
10090 W:      http://www.alarsen.net/linux/qnx4fs/
10091 S:      Maintained
10092 F:      fs/qnx4/
10093 F:      include/uapi/linux/qnx4_fs.h
10094 F:      include/uapi/linux/qnxtypes.h
10095
10096 QORIQ DPAA2 FSL-MC BUS DRIVER
10097 M:      Stuart Yoder <stuart.yoder@nxp.com>
10098 L:      linux-kernel@vger.kernel.org
10099 S:      Maintained
10100 F:      drivers/staging/fsl-mc/
10101
10102 QT1010 MEDIA DRIVER
10103 M:      Antti Palosaari <crope@iki.fi>
10104 L:      linux-media@vger.kernel.org
10105 W:      https://linuxtv.org
10106 W:      http://palosaari.fi/linux/
10107 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10108 T:      git git://linuxtv.org/anttip/media_tree.git
10109 S:      Maintained
10110 F:      drivers/media/tuners/qt1010*
10111
10112 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10113 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10114 L:      linux-wireless@vger.kernel.org
10115 L:      ath9k-devel@lists.ath9k.org
10116 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10117 S:      Supported
10118 F:      drivers/net/wireless/ath/ath9k/
10119
10120 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10121 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10122 L:      ath10k@lists.infradead.org
10123 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10125 S:      Supported
10126 F:      drivers/net/wireless/ath/ath10k/
10127
10128 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10129 M:      Timur Tabi <timur@codeaurora.org>
10130 L:      netdev@vger.kernel.org
10131 S:      Supported
10132 F:      drivers/net/ethernet/qualcomm/emac/
10133
10134 QUALCOMM HEXAGON ARCHITECTURE
10135 M:      Richard Kuo <rkuo@codeaurora.org>
10136 L:      linux-hexagon@vger.kernel.org
10137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10138 S:      Supported
10139 F:      arch/hexagon/
10140
10141 QUALCOMM WCN36XX WIRELESS DRIVER
10142 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10143 L:      wcn36xx@lists.infradead.org
10144 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10145 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10146 S:      Supported
10147 F:      drivers/net/wireless/ath/wcn36xx/
10148
10149 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10150 M:      Gabriel Somlo <somlo@cmu.edu>
10151 M:      "Michael S. Tsirkin" <mst@redhat.com>
10152 L:      qemu-devel@nongnu.org
10153 S:      Maintained
10154 F:      drivers/firmware/qemu_fw_cfg.c
10155
10156 RADOS BLOCK DEVICE (RBD)
10157 M:      Ilya Dryomov <idryomov@gmail.com>
10158 M:      Sage Weil <sage@redhat.com>
10159 M:      Alex Elder <elder@kernel.org>
10160 L:      ceph-devel@vger.kernel.org
10161 W:      http://ceph.com/
10162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10163 T:      git git://github.com/ceph/ceph-client.git
10164 S:      Supported
10165 F:      Documentation/ABI/testing/sysfs-bus-rbd
10166 F:      drivers/block/rbd.c
10167 F:      drivers/block/rbd_types.h
10168
10169 RADEON FRAMEBUFFER DISPLAY DRIVER
10170 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10171 L:      linux-fbdev@vger.kernel.org
10172 S:      Maintained
10173 F:      drivers/video/fbdev/aty/radeon*
10174 F:      include/uapi/linux/radeonfb.h
10175
10176 RADIOSHARK RADIO DRIVER
10177 M:      Hans Verkuil <hverkuil@xs4all.nl>
10178 L:      linux-media@vger.kernel.org
10179 T:      git git://linuxtv.org/media_tree.git
10180 S:      Maintained
10181 F:      drivers/media/radio/radio-shark.c
10182
10183 RADIOSHARK2 RADIO DRIVER
10184 M:      Hans Verkuil <hverkuil@xs4all.nl>
10185 L:      linux-media@vger.kernel.org
10186 T:      git git://linuxtv.org/media_tree.git
10187 S:      Maintained
10188 F:      drivers/media/radio/radio-shark2.c
10189 F:      drivers/media/radio/radio-tea5777.c
10190
10191 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10192 M:      Paul Mackerras <paulus@samba.org>
10193 L:      linux-fbdev@vger.kernel.org
10194 S:      Maintained
10195 F:      drivers/video/fbdev/aty/aty128fb.c
10196
10197 RALINK MIPS ARCHITECTURE
10198 M:      John Crispin <john@phrozen.org>
10199 L:      linux-mips@linux-mips.org
10200 S:      Maintained
10201 F:      arch/mips/ralink
10202
10203 RALINK RT2X00 WIRELESS LAN DRIVER
10204 P:      rt2x00 project
10205 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10206 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10207 L:      linux-wireless@vger.kernel.org
10208 S:      Maintained
10209 F:      drivers/net/wireless/ralink/rt2x00/
10210
10211 RAMDISK RAM BLOCK DEVICE DRIVER
10212 M:      Jens Axboe <axboe@kernel.dk>
10213 S:      Maintained
10214 F:      Documentation/blockdev/ramdisk.txt
10215 F:      drivers/block/brd.c
10216
10217 RANDOM NUMBER DRIVER
10218 M:      "Theodore Ts'o" <tytso@mit.edu>
10219 S:      Maintained
10220 F:      drivers/char/random.c
10221
10222 RAPIDIO SUBSYSTEM
10223 M:      Matt Porter <mporter@kernel.crashing.org>
10224 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10225 S:      Maintained
10226 F:      drivers/rapidio/
10227
10228 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10229 L:      linux-wireless@vger.kernel.org
10230 S:      Orphan
10231 F:      drivers/net/wireless/ray*
10232
10233 RCUTORTURE MODULE
10234 M:      Josh Triplett <josh@joshtriplett.org>
10235 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10236 L:      linux-kernel@vger.kernel.org
10237 S:      Supported
10238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10239 F:      Documentation/RCU/torture.txt
10240 F:      kernel/rcu/rcutorture.c
10241
10242 RCUTORTURE TEST FRAMEWORK
10243 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10244 M:      Josh Triplett <josh@joshtriplett.org>
10245 R:      Steven Rostedt <rostedt@goodmis.org>
10246 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10247 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10248 L:      linux-kernel@vger.kernel.org
10249 S:      Supported
10250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10251 F:      tools/testing/selftests/rcutorture
10252
10253 RDC R-321X SoC
10254 M:      Florian Fainelli <florian@openwrt.org>
10255 S:      Maintained
10256
10257 RDC R6040 FAST ETHERNET DRIVER
10258 M:      Florian Fainelli <f.fainelli@gmail.com>
10259 L:      netdev@vger.kernel.org
10260 S:      Maintained
10261 F:      drivers/net/ethernet/rdc/r6040.c
10262
10263 RDS - RELIABLE DATAGRAM SOCKETS
10264 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10265 L:      netdev@vger.kernel.org
10266 L:      linux-rdma@vger.kernel.org
10267 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10268 W:      https://oss.oracle.com/projects/rds/
10269 S:      Supported
10270 F:      net/rds/
10271 F:      Documentation/networking/rds.txt
10272
10273 RDMAVT - RDMA verbs software
10274 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10275 L:      linux-rdma@vger.kernel.org
10276 S:      Supported
10277 F:      drivers/infiniband/sw/rdmavt
10278
10279 READ-COPY UPDATE (RCU)
10280 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10281 M:      Josh Triplett <josh@joshtriplett.org>
10282 R:      Steven Rostedt <rostedt@goodmis.org>
10283 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10284 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10285 L:      linux-kernel@vger.kernel.org
10286 W:      http://www.rdrop.com/users/paulmck/RCU/
10287 S:      Supported
10288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10289 F:      Documentation/RCU/
10290 X:      Documentation/RCU/torture.txt
10291 F:      include/linux/rcu*
10292 X:      include/linux/srcu.h
10293 F:      kernel/rcu/
10294 X:      kernel/torture.c
10295
10296 REAL TIME CLOCK (RTC) SUBSYSTEM
10297 M:      Alessandro Zummo <a.zummo@towertech.it>
10298 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10299 L:      rtc-linux@googlegroups.com
10300 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10302 S:      Maintained
10303 F:      Documentation/devicetree/bindings/rtc/
10304 F:      Documentation/rtc.txt
10305 F:      drivers/rtc/
10306 F:      include/linux/rtc.h
10307 F:      include/uapi/linux/rtc.h
10308 F:      include/linux/rtc/
10309 F:      include/linux/platform_data/rtc-*
10310 F:      tools/testing/selftests/timers/rtctest.c
10311
10312 REALTEK AUDIO CODECS
10313 M:      Bard Liao <bardliao@realtek.com>
10314 M:      Oder Chiou <oder_chiou@realtek.com>
10315 S:      Maintained
10316 F:      sound/soc/codecs/rt*
10317 F:      include/sound/rt*.h
10318
10319 REISERFS FILE SYSTEM
10320 L:      reiserfs-devel@vger.kernel.org
10321 S:      Supported
10322 F:      fs/reiserfs/
10323
10324 REGISTER MAP ABSTRACTION
10325 M:      Mark Brown <broonie@kernel.org>
10326 L:      linux-kernel@vger.kernel.org
10327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10328 S:      Supported
10329 F:      Documentation/devicetree/bindings/regmap/
10330 F:      drivers/base/regmap/
10331 F:      include/linux/regmap.h
10332
10333 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10334 M:      Ohad Ben-Cohen <ohad@wizery.com>
10335 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10336 L:      linux-remoteproc@vger.kernel.org
10337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10338 S:      Maintained
10339 F:      Documentation/devicetree/bindings/remoteproc/
10340 F:      Documentation/remoteproc.txt
10341 F:      drivers/remoteproc/
10342 F:      include/linux/remoteproc.h
10343
10344 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10345 M:      Ohad Ben-Cohen <ohad@wizery.com>
10346 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10347 L:      linux-remoteproc@vger.kernel.org
10348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10349 S:      Maintained
10350 F:      drivers/rpmsg/
10351 F:      Documentation/rpmsg.txt
10352 F:      include/linux/rpmsg.h
10353
10354 RENESAS CLOCK DRIVERS
10355 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10356 L:      linux-renesas-soc@vger.kernel.org
10357 S:      Supported
10358 F:      drivers/clk/renesas/
10359
10360 RENESAS ETHERNET DRIVERS
10361 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10362 L:      netdev@vger.kernel.org
10363 L:      linux-renesas-soc@vger.kernel.org
10364 F:      drivers/net/ethernet/renesas/
10365 F:      include/linux/sh_eth.h
10366
10367 RENESAS USB2 PHY DRIVER
10368 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10369 L:      linux-renesas-soc@vger.kernel.org
10370 S:      Maintained
10371 F:      drivers/phy/phy-rcar-gen3-usb2.c
10372
10373 RESET CONTROLLER FRAMEWORK
10374 M:      Philipp Zabel <p.zabel@pengutronix.de>
10375 T:      git git://git.pengutronix.de/git/pza/linux
10376 S:      Maintained
10377 F:      drivers/reset/
10378 F:      Documentation/devicetree/bindings/reset/
10379 F:      include/dt-bindings/reset/
10380 F:      include/linux/reset.h
10381 F:      include/linux/reset-controller.h
10382
10383 RFKILL
10384 M:      Johannes Berg <johannes@sipsolutions.net>
10385 L:      linux-wireless@vger.kernel.org
10386 W:      http://wireless.kernel.org/
10387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10389 S:      Maintained
10390 F:      Documentation/rfkill.txt
10391 F:      net/rfkill/
10392
10393 RHASHTABLE
10394 M:      Thomas Graf <tgraf@suug.ch>
10395 M:      Herbert Xu <herbert@gondor.apana.org.au>
10396 L:      netdev@vger.kernel.org
10397 S:      Maintained
10398 F:      lib/rhashtable.c
10399 F:      include/linux/rhashtable.h
10400
10401 RICOH SMARTMEDIA/XD DRIVER
10402 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10403 S:      Maintained
10404 F:      drivers/mtd/nand/r852.c
10405 F:      drivers/mtd/nand/r852.h
10406
10407 RICOH R5C592 MEMORYSTICK DRIVER
10408 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10409 S:      Maintained
10410 F:      drivers/memstick/host/r592.*
10411
10412 ROCCAT DRIVERS
10413 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10414 W:      http://sourceforge.net/projects/roccat/
10415 S:      Maintained
10416 F:      drivers/hid/hid-roccat*
10417 F:      include/linux/hid-roccat*
10418 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10419
10420 ROCKER DRIVER
10421 M:      Jiri Pirko <jiri@resnulli.us>
10422 L:      netdev@vger.kernel.org
10423 S:      Supported
10424 F:      drivers/net/ethernet/rocker/
10425
10426 ROCKETPORT DRIVER
10427 P:      Comtrol Corp.
10428 W:      http://www.comtrol.com
10429 S:      Maintained
10430 F:      Documentation/serial/rocket.txt
10431 F:      drivers/tty/rocket*
10432
10433 ROCKETPORT EXPRESS/INFINITY DRIVER
10434 M:      Kevin Cernekee <cernekee@gmail.com>
10435 L:      linux-serial@vger.kernel.org
10436 S:      Odd Fixes
10437 F:      drivers/tty/serial/rp2.*
10438
10439 ROSE NETWORK LAYER
10440 M:      Ralf Baechle <ralf@linux-mips.org>
10441 L:      linux-hams@vger.kernel.org
10442 W:      http://www.linux-ax25.org/
10443 S:      Maintained
10444 F:      include/net/rose.h
10445 F:      include/uapi/linux/rose.h
10446 F:      net/rose/
10447
10448 RTL2830 MEDIA DRIVER
10449 M:      Antti Palosaari <crope@iki.fi>
10450 L:      linux-media@vger.kernel.org
10451 W:      https://linuxtv.org
10452 W:      http://palosaari.fi/linux/
10453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10454 T:      git git://linuxtv.org/anttip/media_tree.git
10455 S:      Maintained
10456 F:      drivers/media/dvb-frontends/rtl2830*
10457
10458 RTL2832 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/rtl2832*
10467
10468 RTL2832_SDR 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_sdr*
10477
10478 RTL8180 WIRELESS DRIVER
10479 L:      linux-wireless@vger.kernel.org
10480 W:      http://wireless.kernel.org/
10481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10482 S:      Orphan
10483 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10484
10485 RTL8187 WIRELESS DRIVER
10486 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10487 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10488 M:      Larry Finger <Larry.Finger@lwfinger.net>
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:      Maintained
10493 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10494
10495 RTL8192CE WIRELESS DRIVER
10496 M:      Larry Finger <Larry.Finger@lwfinger.net>
10497 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10498 L:      linux-wireless@vger.kernel.org
10499 W:      http://wireless.kernel.org/
10500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10501 S:      Maintained
10502 F:      drivers/net/wireless/realtek/rtlwifi/
10503 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10504
10505 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10506 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10507 L:      linux-wireless@vger.kernel.org
10508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10509 S:      Maintained
10510 F:      drivers/net/wireless/realtek/rtl8xxxu/
10511
10512 S3 SAVAGE FRAMEBUFFER DRIVER
10513 M:      Antonino Daplas <adaplas@gmail.com>
10514 L:      linux-fbdev@vger.kernel.org
10515 S:      Maintained
10516 F:      drivers/video/fbdev/savage/
10517
10518 S390
10519 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10520 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10521 L:      linux-s390@vger.kernel.org
10522 W:      http://www.ibm.com/developerworks/linux/linux390/
10523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10524 S:      Supported
10525 F:      arch/s390/
10526 F:      drivers/s390/
10527 F:      Documentation/s390/
10528 F:      Documentation/DocBook/s390*
10529
10530 S390 COMMON I/O LAYER
10531 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10532 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10533 L:      linux-s390@vger.kernel.org
10534 W:      http://www.ibm.com/developerworks/linux/linux390/
10535 S:      Supported
10536 F:      drivers/s390/cio/
10537
10538 S390 DASD DRIVER
10539 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10540 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10541 L:      linux-s390@vger.kernel.org
10542 W:      http://www.ibm.com/developerworks/linux/linux390/
10543 S:      Supported
10544 F:      drivers/s390/block/dasd*
10545 F:      block/partitions/ibm.c
10546
10547 S390 NETWORK DRIVERS
10548 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10549 L:      linux-s390@vger.kernel.org
10550 W:      http://www.ibm.com/developerworks/linux/linux390/
10551 S:      Supported
10552 F:      drivers/s390/net/
10553
10554 S390 PCI SUBSYSTEM
10555 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10556 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10557 L:      linux-s390@vger.kernel.org
10558 W:      http://www.ibm.com/developerworks/linux/linux390/
10559 S:      Supported
10560 F:      arch/s390/pci/
10561 F:      drivers/pci/hotplug/s390_pci_hpc.c
10562
10563 S390 ZCRYPT DRIVER
10564 M:      Harald Freudenberger <freude@de.ibm.com>
10565 L:      linux-s390@vger.kernel.org
10566 W:      http://www.ibm.com/developerworks/linux/linux390/
10567 S:      Supported
10568 F:      drivers/s390/crypto/
10569
10570 S390 ZFCP DRIVER
10571 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10572 L:      linux-s390@vger.kernel.org
10573 W:      http://www.ibm.com/developerworks/linux/linux390/
10574 S:      Supported
10575 F:      drivers/s390/scsi/zfcp_*
10576
10577 S390 IUCV NETWORK LAYER
10578 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10579 L:      linux-s390@vger.kernel.org
10580 W:      http://www.ibm.com/developerworks/linux/linux390/
10581 S:      Supported
10582 F:      drivers/s390/net/*iucv*
10583 F:      include/net/iucv/
10584 F:      net/iucv/
10585
10586 S390 IOMMU (PCI)
10587 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10588 L:      linux-s390@vger.kernel.org
10589 W:      http://www.ibm.com/developerworks/linux/linux390/
10590 S:      Supported
10591 F:      drivers/iommu/s390-iommu.c
10592
10593 S3C24XX SD/MMC Driver
10594 M:      Ben Dooks <ben-linux@fluff.org>
10595 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10596 S:      Supported
10597 F:      drivers/mmc/host/s3cmci.*
10598
10599 SAA6588 RDS RECEIVER DRIVER
10600 M:      Hans Verkuil <hverkuil@xs4all.nl>
10601 L:      linux-media@vger.kernel.org
10602 T:      git git://linuxtv.org/media_tree.git
10603 W:      https://linuxtv.org
10604 S:      Odd Fixes
10605 F:      drivers/media/i2c/saa6588*
10606
10607 SAA7134 VIDEO4LINUX DRIVER
10608 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10609 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10610 L:      linux-media@vger.kernel.org
10611 W:      https://linuxtv.org
10612 T:      git git://linuxtv.org/media_tree.git
10613 S:      Odd fixes
10614 F:      Documentation/media/v4l-drivers/saa7134*
10615 F:      drivers/media/pci/saa7134/
10616
10617 SAA7146 VIDEO4LINUX-2 DRIVER
10618 M:      Hans Verkuil <hverkuil@xs4all.nl>
10619 L:      linux-media@vger.kernel.org
10620 T:      git git://linuxtv.org/media_tree.git
10621 S:      Maintained
10622 F:      drivers/media/common/saa7146/
10623 F:      drivers/media/pci/saa7146/
10624 F:      include/media/saa7146*
10625
10626 SAMSUNG LAPTOP DRIVER
10627 M:      Corentin Chary <corentin.chary@gmail.com>
10628 L:      platform-driver-x86@vger.kernel.org
10629 S:      Maintained
10630 F:      drivers/platform/x86/samsung-laptop.c
10631
10632 SAMSUNG AUDIO (ASoC) DRIVERS
10633 M:      Krzysztof Kozlowski <krzk@kernel.org>
10634 M:      Sangbeom Kim <sbkim73@samsung.com>
10635 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10636 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10637 S:      Supported
10638 F:      sound/soc/samsung/
10639
10640 SAMSUNG FRAMEBUFFER DRIVER
10641 M:      Jingoo Han <jingoohan1@gmail.com>
10642 L:      linux-fbdev@vger.kernel.org
10643 S:      Maintained
10644 F:      drivers/video/fbdev/s3c-fb.c
10645
10646 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10647 M:      Sangbeom Kim <sbkim73@samsung.com>
10648 M:      Krzysztof Kozlowski <krzk@kernel.org>
10649 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10650 L:      linux-kernel@vger.kernel.org
10651 L:      linux-samsung-soc@vger.kernel.org
10652 S:      Supported
10653 F:      drivers/mfd/sec*.c
10654 F:      drivers/regulator/s2m*.c
10655 F:      drivers/regulator/s5m*.c
10656 F:      drivers/clk/clk-s2mps11.c
10657 F:      drivers/rtc/rtc-s5m.c
10658 F:      include/linux/mfd/samsung/
10659 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10660 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10661 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10662 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10663
10664 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10665 M:      Kyungmin Park <kyungmin.park@samsung.com>
10666 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10667 L:      linux-media@vger.kernel.org
10668 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10669 S:      Supported
10670 F:      drivers/media/platform/exynos4-is/
10671
10672 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10673 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10674 L:      linux-media@vger.kernel.org
10675 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10676 S:      Maintained
10677 F:      drivers/media/platform/s3c-camif/
10678 F:      include/media/drv-intf/s3c_camif.h
10679
10680 SAMSUNG S5C73M3 CAMERA DRIVER
10681 M:      Kyungmin Park <kyungmin.park@samsung.com>
10682 M:      Andrzej Hajda <a.hajda@samsung.com>
10683 L:      linux-media@vger.kernel.org
10684 S:      Supported
10685 F:      drivers/media/i2c/s5c73m3/*
10686
10687 SAMSUNG S5K5BAF CAMERA DRIVER
10688 M:      Kyungmin Park <kyungmin.park@samsung.com>
10689 M:      Andrzej Hajda <a.hajda@samsung.com>
10690 L:      linux-media@vger.kernel.org
10691 S:      Supported
10692 F:      drivers/media/i2c/s5k5baf.c
10693
10694 SAMSUNG S3FWRN5 NFC DRIVER
10695 M:      Robert Baldyga <r.baldyga@samsung.com>
10696 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10697 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10698 S:      Supported
10699 F:      drivers/nfc/s3fwrn5
10700
10701 SAMSUNG SOC CLOCK DRIVERS
10702 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10703 M:      Tomasz Figa <tomasz.figa@gmail.com>
10704 M:      Chanwoo Choi <cw00.choi@samsung.com>
10705 S:      Supported
10706 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10707 F:      drivers/clk/samsung/
10708 F:      include/dt-bindings/clock/exynos*.h
10709 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10710
10711 SAMSUNG SPI DRIVERS
10712 M:      Kukjin Kim <kgene@kernel.org>
10713 M:      Krzysztof Kozlowski <krzk@kernel.org>
10714 M:      Andi Shyti <andi.shyti@samsung.com>
10715 L:      linux-spi@vger.kernel.org
10716 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10717 S:      Maintained
10718 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10719 F:      drivers/spi/spi-s3c*
10720 F:      include/linux/platform_data/spi-s3c64xx.h
10721
10722 SAMSUNG SXGBE DRIVERS
10723 M:      Byungho An <bh74.an@samsung.com>
10724 M:      Girish K S <ks.giri@samsung.com>
10725 M:      Vipul Pandya <vipul.pandya@samsung.com>
10726 S:      Supported
10727 L:      netdev@vger.kernel.org
10728 F:      drivers/net/ethernet/samsung/sxgbe/
10729
10730 SAMSUNG THERMAL DRIVER
10731 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10732 L:      linux-pm@vger.kernel.org
10733 L:      linux-samsung-soc@vger.kernel.org
10734 S:      Supported
10735 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10736 F:      drivers/thermal/samsung/
10737
10738 SAMSUNG USB2 PHY DRIVER
10739 M:      Kamil Debski <kamil@wypas.org>
10740 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10741 L:      linux-kernel@vger.kernel.org
10742 S:      Supported
10743 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10744 F:      Documentation/phy/samsung-usb2.txt
10745 F:      drivers/phy/phy-exynos4210-usb2.c
10746 F:      drivers/phy/phy-exynos4x12-usb2.c
10747 F:      drivers/phy/phy-exynos5250-usb2.c
10748 F:      drivers/phy/phy-s5pv210-usb2.c
10749 F:      drivers/phy/phy-samsung-usb2.c
10750 F:      drivers/phy/phy-samsung-usb2.h
10751
10752 SERIAL DRIVERS
10753 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10754 L:      linux-serial@vger.kernel.org
10755 S:      Maintained
10756 F:      Documentation/devicetree/bindings/serial/
10757 F:      drivers/tty/serial/
10758
10759 STI CEC DRIVER
10760 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10761 L:      kernel@stlinux.com
10762 S:      Maintained
10763 F:      drivers/staging/media/st-cec/
10764 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10765
10766 SYNOPSYS DESIGNWARE DMAC DRIVER
10767 M:      Viresh Kumar <vireshk@kernel.org>
10768 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10769 S:      Maintained
10770 F:      include/linux/dma/dw.h
10771 F:      include/linux/platform_data/dma-dw.h
10772 F:      drivers/dma/dw/
10773
10774 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10775 M: Lars Persson <lars.persson@axis.com>
10776 L: netdev@vger.kernel.org
10777 S: Supported
10778 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10779 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10780
10781 SYNOPSYS DESIGNWARE I2C DRIVER
10782 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10783 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10784 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10785 L:      linux-i2c@vger.kernel.org
10786 S:      Maintained
10787 F:      drivers/i2c/busses/i2c-designware-*
10788 F:      include/linux/platform_data/i2c-designware.h
10789
10790 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10791 M:      Jaehoon Chung <jh80.chung@samsung.com>
10792 L:      linux-mmc@vger.kernel.org
10793 S:      Maintained
10794 F:      include/linux/mmc/dw_mmc.h
10795 F:      drivers/mmc/host/dw_mmc*
10796
10797 SYSTEM TRACE MODULE CLASS
10798 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10799 S:      Maintained
10800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10801 F:      Documentation/trace/stm.txt
10802 F:      drivers/hwtracing/stm/
10803 F:      include/linux/stm.h
10804 F:      include/uapi/linux/stm.h
10805
10806 THUNDERBOLT DRIVER
10807 M:      Andreas Noever <andreas.noever@gmail.com>
10808 S:      Maintained
10809 F:      drivers/thunderbolt/
10810
10811 TI BQ27XXX POWER SUPPLY DRIVER
10812 R:      Andrew F. Davis <afd@ti.com>
10813 F:      include/linux/power/bq27xxx_battery.h
10814 F:      drivers/power/supply/bq27xxx_battery.c
10815 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10816
10817 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10818 M:      John Stultz <john.stultz@linaro.org>
10819 M:      Thomas Gleixner <tglx@linutronix.de>
10820 L:      linux-kernel@vger.kernel.org
10821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10822 S:      Supported
10823 F:      include/linux/clocksource.h
10824 F:      include/linux/time.h
10825 F:      include/linux/timex.h
10826 F:      include/uapi/linux/time.h
10827 F:      include/uapi/linux/timex.h
10828 F:      kernel/time/clocksource.c
10829 F:      kernel/time/time*.c
10830 F:      kernel/time/alarmtimer.c
10831 F:      kernel/time/ntp.c
10832 F:      tools/testing/selftests/timers/
10833
10834 SC1200 WDT DRIVER
10835 M:      Zwane Mwaikambo <zwanem@gmail.com>
10836 S:      Maintained
10837 F:      drivers/watchdog/sc1200wdt.c
10838
10839 SCHEDULER
10840 M:      Ingo Molnar <mingo@redhat.com>
10841 M:      Peter Zijlstra <peterz@infradead.org>
10842 L:      linux-kernel@vger.kernel.org
10843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10844 S:      Maintained
10845 F:      kernel/sched/
10846 F:      include/linux/sched.h
10847 F:      include/uapi/linux/sched.h
10848 F:      include/linux/wait.h
10849
10850 SCORE ARCHITECTURE
10851 M:      Chen Liqin <liqin.linux@gmail.com>
10852 M:      Lennox Wu <lennox.wu@gmail.com>
10853 W:      http://www.sunplus.com
10854 S:      Supported
10855 F:      arch/score/
10856
10857 SCR24X CHIP CARD INTERFACE DRIVER
10858 M:      Lubomir Rintel <lkundrak@v3.sk>
10859 S:      Supported
10860 F:      drivers/char/pcmcia/scr24x_cs.c
10861
10862 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10863 M:      Sudeep Holla <sudeep.holla@arm.com>
10864 L:      linux-arm-kernel@lists.infradead.org
10865 S:      Maintained
10866 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10867 F:      drivers/clk/clk-scpi.c
10868 F:      drivers/cpufreq/scpi-cpufreq.c
10869 F:      drivers/firmware/arm_scpi.c
10870 F:      include/linux/scpi_protocol.h
10871
10872 SCSI CDROM DRIVER
10873 M:      Jens Axboe <axboe@kernel.dk>
10874 L:      linux-scsi@vger.kernel.org
10875 W:      http://www.kernel.dk
10876 S:      Maintained
10877 F:      drivers/scsi/sr*
10878
10879 SCSI RDMA PROTOCOL (SRP) INITIATOR
10880 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10881 L:      linux-rdma@vger.kernel.org
10882 S:      Supported
10883 W:      http://www.openfabrics.org
10884 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10886 F:      drivers/infiniband/ulp/srp/
10887 F:      include/scsi/srp.h
10888
10889 SCSI SG DRIVER
10890 M:      Doug Gilbert <dgilbert@interlog.com>
10891 L:      linux-scsi@vger.kernel.org
10892 W:      http://sg.danny.cz/sg
10893 S:      Maintained
10894 F:      Documentation/scsi/scsi-generic.txt
10895 F:      drivers/scsi/sg.c
10896 F:      include/scsi/sg.h
10897
10898 SCSI SUBSYSTEM
10899 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10901 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10903 L:      linux-scsi@vger.kernel.org
10904 S:      Maintained
10905 F:      Documentation/devicetree/bindings/scsi/
10906 F:      drivers/scsi/
10907 F:      include/scsi/
10908
10909 SCSI TAPE DRIVER
10910 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10911 L:      linux-scsi@vger.kernel.org
10912 S:      Maintained
10913 F:      Documentation/scsi/st.txt
10914 F:      drivers/scsi/st.*
10915 F:      drivers/scsi/st_*.h
10916
10917 SCTP PROTOCOL
10918 M:      Vlad Yasevich <vyasevich@gmail.com>
10919 M:      Neil Horman <nhorman@tuxdriver.com>
10920 L:      linux-sctp@vger.kernel.org
10921 W:      http://lksctp.sourceforge.net
10922 S:      Maintained
10923 F:      Documentation/networking/sctp.txt
10924 F:      include/linux/sctp.h
10925 F:      include/uapi/linux/sctp.h
10926 F:      include/net/sctp/
10927 F:      net/sctp/
10928
10929 SCx200 CPU SUPPORT
10930 M:      Jim Cromie <jim.cromie@gmail.com>
10931 S:      Odd Fixes
10932 F:      Documentation/i2c/busses/scx200_acb
10933 F:      arch/x86/platform/scx200/
10934 F:      drivers/watchdog/scx200_wdt.c
10935 F:      drivers/i2c/busses/scx200*
10936 F:      drivers/mtd/maps/scx200_docflash.c
10937 F:      include/linux/scx200.h
10938
10939 SCx200 GPIO DRIVER
10940 M:      Jim Cromie <jim.cromie@gmail.com>
10941 S:      Maintained
10942 F:      drivers/char/scx200_gpio.c
10943 F:      include/linux/scx200_gpio.h
10944
10945 SCx200 HRT CLOCKSOURCE DRIVER
10946 M:      Jim Cromie <jim.cromie@gmail.com>
10947 S:      Maintained
10948 F:      drivers/clocksource/scx200_hrt.c
10949
10950 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10951 M:      Sascha Sommer <saschasommer@freenet.de>
10952 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10953 S:      Maintained
10954 F:      drivers/mmc/host/sdricoh_cs.c
10955
10956 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10957 M:      Adrian Hunter <adrian.hunter@intel.com>
10958 L:      linux-mmc@vger.kernel.org
10959 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10960 S:      Maintained
10961 F:      drivers/mmc/host/sdhci*
10962 F:      include/linux/mmc/sdhci*
10963
10964 SECURE COMPUTING
10965 M:      Kees Cook <keescook@chromium.org>
10966 R:      Andy Lutomirski <luto@amacapital.net>
10967 R:      Will Drewry <wad@chromium.org>
10968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10969 S:      Supported
10970 F:      kernel/seccomp.c
10971 F:      include/uapi/linux/seccomp.h
10972 F:      include/linux/seccomp.h
10973 F:      tools/testing/selftests/seccomp/*
10974 K:      \bsecure_computing
10975 K:      \bTIF_SECCOMP\b
10976
10977 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10978 M:      Al Cooper <alcooperx@gmail.com>
10979 L:      linux-mmc@vger.kernel.org
10980 L:      bcm-kernel-feedback-list@broadcom.com
10981 S:      Maintained
10982 F:      drivers/mmc/host/sdhci-brcmstb*
10983
10984 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10985 M:      Ben Dooks <ben-linux@fluff.org>
10986 M:      Jaehoon Chung <jh80.chung@samsung.com>
10987 L:      linux-mmc@vger.kernel.org
10988 S:      Maintained
10989 F:      drivers/mmc/host/sdhci-s3c*
10990
10991 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10992 M:      Viresh Kumar <vireshk@kernel.org>
10993 L:      linux-mmc@vger.kernel.org
10994 S:      Maintained
10995 F:      drivers/mmc/host/sdhci-spear.c
10996
10997 SECURITY SUBSYSTEM
10998 M:      James Morris <james.l.morris@oracle.com>
10999 M:      "Serge E. Hallyn" <serge@hallyn.com>
11000 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11002 W:      http://kernsec.org/
11003 S:      Supported
11004 F:      security/
11005
11006 SECURITY CONTACT
11007 M:      Security Officers <security@kernel.org>
11008 S:      Supported
11009
11010 SELINUX SECURITY MODULE
11011 M:      Paul Moore <paul@paul-moore.com>
11012 M:      Stephen Smalley <sds@tycho.nsa.gov>
11013 M:      Eric Paris <eparis@parisplace.org>
11014 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11015 W:      http://selinuxproject.org
11016 T:      git git://git.infradead.org/users/pcmoore/selinux
11017 S:      Supported
11018 F:      include/linux/selinux*
11019 F:      security/selinux/
11020 F:      scripts/selinux/
11021
11022 APPARMOR SECURITY MODULE
11023 M:      John Johansen <john.johansen@canonical.com>
11024 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11025 W:      apparmor.wiki.kernel.org
11026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11027 S:      Supported
11028 F:      security/apparmor/
11029
11030 LOADPIN SECURITY MODULE
11031 M:      Kees Cook <keescook@chromium.org>
11032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11033 S:      Supported
11034 F:      security/loadpin/
11035
11036 YAMA SECURITY MODULE
11037 M:      Kees Cook <keescook@chromium.org>
11038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11039 S:      Supported
11040 F:      security/yama/
11041
11042 SENSABLE PHANTOM
11043 M:      Jiri Slaby <jirislaby@gmail.com>
11044 S:      Maintained
11045 F:      drivers/misc/phantom.c
11046 F:      include/uapi/linux/phantom.h
11047
11048 Emulex 10Gbps iSCSI - OneConnect DRIVER
11049 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11050 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11051 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11052 L:      linux-scsi@vger.kernel.org
11053 W:      http://www.broadcom.com
11054 S:      Supported
11055 F:      drivers/scsi/be2iscsi/
11056
11057 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11058 M:      Sathya Perla <sathya.perla@broadcom.com>
11059 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11060 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11061 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11062 L:      netdev@vger.kernel.org
11063 W:      http://www.emulex.com
11064 S:      Supported
11065 F:      drivers/net/ethernet/emulex/benet/
11066
11067 EMULEX ONECONNECT ROCE DRIVER
11068 M:      Selvin Xavier <selvin.xavier@avagotech.com>
11069 M:      Devesh Sharma <devesh.sharma@avagotech.com>
11070 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
11071 L:      linux-rdma@vger.kernel.org
11072 W:      http://www.emulex.com
11073 S:      Supported
11074 F:      drivers/infiniband/hw/ocrdma/
11075 F:      include/uapi/rdma/ocrdma-abi.h
11076
11077 SFC NETWORK DRIVER
11078 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11079 M:      Edward Cree <ecree@solarflare.com>
11080 M:      Bert Kenward <bkenward@solarflare.com>
11081 L:      netdev@vger.kernel.org
11082 S:      Supported
11083 F:      drivers/net/ethernet/sfc/
11084
11085 SGI GRU DRIVER
11086 M:      Dimitri Sivanich <sivanich@sgi.com>
11087 S:      Maintained
11088 F:      drivers/misc/sgi-gru/
11089
11090 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11091 M:      Pat Gefre <pfg@sgi.com>
11092 L:      linux-ia64@vger.kernel.org
11093 S:      Supported
11094 F:      Documentation/ia64/serial.txt
11095 F:      drivers/tty/serial/ioc?_serial.c
11096 F:      include/linux/ioc?.h
11097
11098 SGI XP/XPC/XPNET DRIVER
11099 M:      Cliff Whickman <cpw@sgi.com>
11100 M:      Robin Holt <robinmholt@gmail.com>
11101 S:      Maintained
11102 F:      drivers/misc/sgi-xp/
11103
11104 SI2157 MEDIA DRIVER
11105 M:      Antti Palosaari <crope@iki.fi>
11106 L:      linux-media@vger.kernel.org
11107 W:      https://linuxtv.org
11108 W:      http://palosaari.fi/linux/
11109 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11110 T:      git git://linuxtv.org/anttip/media_tree.git
11111 S:      Maintained
11112 F:      drivers/media/tuners/si2157*
11113
11114 SI2168 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/dvb-frontends/si2168*
11123
11124 SI470X FM RADIO RECEIVER I2C DRIVER
11125 M:      Hans Verkuil <hverkuil@xs4all.nl>
11126 L:      linux-media@vger.kernel.org
11127 T:      git git://linuxtv.org/media_tree.git
11128 W:      https://linuxtv.org
11129 S:      Odd Fixes
11130 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11131
11132 SI470X FM RADIO RECEIVER USB DRIVER
11133 M:      Hans Verkuil <hverkuil@xs4all.nl>
11134 L:      linux-media@vger.kernel.org
11135 T:      git git://linuxtv.org/media_tree.git
11136 W:      https://linuxtv.org
11137 S:      Maintained
11138 F:      drivers/media/radio/si470x/radio-si470x-common.c
11139 F:      drivers/media/radio/si470x/radio-si470x.h
11140 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11141
11142 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11143 M:      Eduardo Valentin <edubezval@gmail.com>
11144 L:      linux-media@vger.kernel.org
11145 T:      git git://linuxtv.org/media_tree.git
11146 W:      https://linuxtv.org
11147 S:      Odd Fixes
11148 F:      drivers/media/radio/si4713/si4713.?
11149
11150 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11151 M:      Eduardo Valentin <edubezval@gmail.com>
11152 L:      linux-media@vger.kernel.org
11153 T:      git git://linuxtv.org/media_tree.git
11154 W:      https://linuxtv.org
11155 S:      Odd Fixes
11156 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11157
11158 SI4713 FM RADIO TRANSMITTER USB DRIVER
11159 M:      Hans Verkuil <hverkuil@xs4all.nl>
11160 L:      linux-media@vger.kernel.org
11161 T:      git git://linuxtv.org/media_tree.git
11162 W:      https://linuxtv.org
11163 S:      Maintained
11164 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11165
11166 SIANO DVB DRIVER
11167 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11168 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11169 L:      linux-media@vger.kernel.org
11170 W:      https://linuxtv.org
11171 T:      git git://linuxtv.org/media_tree.git
11172 S:      Odd fixes
11173 F:      drivers/media/common/siano/
11174 F:      drivers/media/usb/siano/
11175 F:      drivers/media/usb/siano/
11176 F:      drivers/media/mmc/siano/
11177
11178 SIMPLEFB FB DRIVER
11179 M:      Hans de Goede <hdegoede@redhat.com>
11180 L:      linux-fbdev@vger.kernel.org
11181 S:      Maintained
11182 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11183 F:      drivers/video/fbdev/simplefb.c
11184 F:      include/linux/platform_data/simplefb.h
11185
11186 SH_VEU V4L2 MEM2MEM DRIVER
11187 L:      linux-media@vger.kernel.org
11188 S:      Orphan
11189 F:      drivers/media/platform/sh_veu.c
11190
11191 SH_VOU V4L2 OUTPUT DRIVER
11192 L:      linux-media@vger.kernel.org
11193 S:      Orphan
11194 F:      drivers/media/platform/sh_vou.c
11195 F:      include/media/drv-intf/sh_vou.h
11196
11197 SIMPLE FIRMWARE INTERFACE (SFI)
11198 M:      Len Brown <lenb@kernel.org>
11199 L:      sfi-devel@simplefirmware.org
11200 W:      http://simplefirmware.org/
11201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11202 S:      Supported
11203 F:      arch/x86/platform/sfi/
11204 F:      drivers/sfi/
11205 F:      include/linux/sfi*.h
11206
11207 SIMTEC EB110ATX (Chalice CATS)
11208 P:      Ben Dooks
11209 P:      Vincent Sanders <vince@simtec.co.uk>
11210 M:      Simtec Linux Team <linux@simtec.co.uk>
11211 W:      http://www.simtec.co.uk/products/EB110ATX/
11212 S:      Supported
11213
11214 SIMTEC EB2410ITX (BAST)
11215 P:      Ben Dooks
11216 P:      Vincent Sanders <vince@simtec.co.uk>
11217 M:      Simtec Linux Team <linux@simtec.co.uk>
11218 W:      http://www.simtec.co.uk/products/EB2410ITX/
11219 S:      Supported
11220 F:      arch/arm/mach-s3c24xx/mach-bast.c
11221 F:      arch/arm/mach-s3c24xx/bast-ide.c
11222 F:      arch/arm/mach-s3c24xx/bast-irq.c
11223
11224 TI DAVINCI MACHINE SUPPORT
11225 M:      Sekhar Nori <nsekhar@ti.com>
11226 M:      Kevin Hilman <khilman@kernel.org>
11227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11229 S:      Supported
11230 F:      arch/arm/mach-davinci/
11231 F:      drivers/i2c/busses/i2c-davinci.c
11232
11233 TI DAVINCI SERIES MEDIA DRIVER
11234 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11235 L:      linux-media@vger.kernel.org
11236 W:      https://linuxtv.org
11237 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11238 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11239 S:      Maintained
11240 F:      drivers/media/platform/davinci/
11241 F:      include/media/davinci/
11242
11243 TI AM437X VPFE 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/am437x/
11251
11252 OV2659 OMNIVISION SENSOR DRIVER
11253 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11254 L:      linux-media@vger.kernel.org
11255 W:      https://linuxtv.org
11256 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11257 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11258 S:      Maintained
11259 F:      drivers/media/i2c/ov2659.c
11260 F:      include/media/i2c/ov2659.h
11261
11262 SILICON MOTION SM712 FRAME BUFFER DRIVER
11263 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11264 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11265 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11266 L:      linux-fbdev@vger.kernel.org
11267 S:      Maintained
11268 F:      drivers/video/fbdev/sm712*
11269 F:      Documentation/fb/sm712fb.txt
11270
11271 SIS 190 ETHERNET DRIVER
11272 M:      Francois Romieu <romieu@fr.zoreil.com>
11273 L:      netdev@vger.kernel.org
11274 S:      Maintained
11275 F:      drivers/net/ethernet/sis/sis190.c
11276
11277 SIS 900/7016 FAST ETHERNET DRIVER
11278 M:      Daniele Venzano <venza@brownhat.org>
11279 W:      http://www.brownhat.org/sis900.html
11280 L:      netdev@vger.kernel.org
11281 S:      Maintained
11282 F:      drivers/net/ethernet/sis/sis900.*
11283
11284 SIS FRAMEBUFFER DRIVER
11285 M:      Thomas Winischhofer <thomas@winischhofer.net>
11286 W:      http://www.winischhofer.net/linuxsisvga.shtml
11287 S:      Maintained
11288 F:      Documentation/fb/sisfb.txt
11289 F:      drivers/video/fbdev/sis/
11290 F:      include/video/sisfb.h
11291
11292 SIS USB2VGA DRIVER
11293 M:      Thomas Winischhofer <thomas@winischhofer.net>
11294 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11295 S:      Maintained
11296 F:      drivers/usb/misc/sisusbvga/
11297
11298 SLAB ALLOCATOR
11299 M:      Christoph Lameter <cl@linux.com>
11300 M:      Pekka Enberg <penberg@kernel.org>
11301 M:      David Rientjes <rientjes@google.com>
11302 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11303 M:      Andrew Morton <akpm@linux-foundation.org>
11304 L:      linux-mm@kvack.org
11305 S:      Maintained
11306 F:      include/linux/sl?b*.h
11307 F:      mm/sl?b*
11308
11309 SLEEPABLE READ-COPY UPDATE (SRCU)
11310 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11311 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11312 M:      Josh Triplett <josh@joshtriplett.org>
11313 R:      Steven Rostedt <rostedt@goodmis.org>
11314 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11315 L:      linux-kernel@vger.kernel.org
11316 W:      http://www.rdrop.com/users/paulmck/RCU/
11317 S:      Supported
11318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11319 F:      include/linux/srcu.h
11320 F:      kernel/rcu/srcu.c
11321
11322 SMACK SECURITY MODULE
11323 M:      Casey Schaufler <casey@schaufler-ca.com>
11324 L:      linux-security-module@vger.kernel.org
11325 W:      http://schaufler-ca.com
11326 T:      git git://github.com/cschaufler/smack-next
11327 S:      Maintained
11328 F:      Documentation/security/Smack.txt
11329 F:      security/smack/
11330
11331 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11332 M:      Kevin Hilman <khilman@kernel.org>
11333 M:      Nishanth Menon <nm@ti.com>
11334 S:      Maintained
11335 F:      drivers/power/avs/
11336 F:      include/linux/power/smartreflex.h
11337 L:      linux-pm@vger.kernel.org
11338
11339 SMC91x ETHERNET DRIVER
11340 M:      Nicolas Pitre <nico@fluxnic.net>
11341 S:      Odd Fixes
11342 F:      drivers/net/ethernet/smsc/smc91x.*
11343
11344 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11345 M:      Sakari Ailus <sakari.ailus@iki.fi>
11346 L:      linux-media@vger.kernel.org
11347 S:      Maintained
11348 F:      drivers/media/i2c/smiapp/
11349 F:      include/media/i2c/smiapp.h
11350 F:      drivers/media/i2c/smiapp-pll.c
11351 F:      drivers/media/i2c/smiapp-pll.h
11352 F:      include/uapi/linux/smiapp.h
11353 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11354
11355 SMM665 HARDWARE MONITOR DRIVER
11356 M:      Guenter Roeck <linux@roeck-us.net>
11357 L:      linux-hwmon@vger.kernel.org
11358 S:      Maintained
11359 F:      Documentation/hwmon/smm665
11360 F:      drivers/hwmon/smm665.c
11361
11362 SMSC EMC2103 HARDWARE MONITOR DRIVER
11363 M:      Steve Glendinning <steve.glendinning@shawell.net>
11364 L:      linux-hwmon@vger.kernel.org
11365 S:      Maintained
11366 F:      Documentation/hwmon/emc2103
11367 F:      drivers/hwmon/emc2103.c
11368
11369 SMSC SCH5627 HARDWARE MONITOR DRIVER
11370 M:      Hans de Goede <hdegoede@redhat.com>
11371 L:      linux-hwmon@vger.kernel.org
11372 S:      Supported
11373 F:      Documentation/hwmon/sch5627
11374 F:      drivers/hwmon/sch5627.c
11375
11376 SMSC47B397 HARDWARE MONITOR DRIVER
11377 M:      Jean Delvare <jdelvare@suse.com>
11378 L:      linux-hwmon@vger.kernel.org
11379 S:      Maintained
11380 F:      Documentation/hwmon/smsc47b397
11381 F:      drivers/hwmon/smsc47b397.c
11382
11383 SMSC911x ETHERNET DRIVER
11384 M:      Steve Glendinning <steve.glendinning@shawell.net>
11385 L:      netdev@vger.kernel.org
11386 S:      Maintained
11387 F:      include/linux/smsc911x.h
11388 F:      drivers/net/ethernet/smsc/smsc911x.*
11389
11390 SMSC9420 PCI ETHERNET DRIVER
11391 M:      Steve Glendinning <steve.glendinning@shawell.net>
11392 L:      netdev@vger.kernel.org
11393 S:      Maintained
11394 F:      drivers/net/ethernet/smsc/smsc9420.*
11395
11396 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11397 M:      Steve Glendinning <steve.glendinning@shawell.net>
11398 L:      linux-fbdev@vger.kernel.org
11399 S:      Maintained
11400 F:      drivers/video/fbdev/smscufx.c
11401
11402 SOC-CAMERA V4L2 SUBSYSTEM
11403 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11404 L:      linux-media@vger.kernel.org
11405 T:      git git://linuxtv.org/media_tree.git
11406 S:      Maintained
11407 F:      include/media/soc*
11408 F:      drivers/media/i2c/soc_camera/
11409 F:      drivers/media/platform/soc_camera/
11410
11411 SOEKRIS NET48XX LED SUPPORT
11412 M:      Chris Boot <bootc@bootc.net>
11413 S:      Maintained
11414 F:      drivers/leds/leds-net48xx.c
11415
11416 SOFTLOGIC 6x10 MPEG CODEC
11417 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11418 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11419 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11420 M:      Ismael Luceno <ismael@iodev.co.uk>
11421 L:      linux-media@vger.kernel.org
11422 S:      Supported
11423 F:      drivers/media/pci/solo6x10/
11424
11425 SOFTWARE RAID (Multiple Disks) SUPPORT
11426 M:      Shaohua Li <shli@kernel.org>
11427 L:      linux-raid@vger.kernel.org
11428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11429 S:      Supported
11430 F:      drivers/md/
11431 F:      include/linux/raid/
11432 F:      include/uapi/linux/raid/
11433
11434 SONIC NETWORK DRIVER
11435 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11436 L:      netdev@vger.kernel.org
11437 S:      Maintained
11438 F:      drivers/net/ethernet/natsemi/sonic.*
11439
11440 SONICS SILICON BACKPLANE DRIVER (SSB)
11441 M:      Michael Buesch <m@bues.ch>
11442 L:      linux-wireless@vger.kernel.org
11443 S:      Maintained
11444 F:      drivers/ssb/
11445 F:      include/linux/ssb/
11446
11447 SONY VAIO CONTROL DEVICE DRIVER
11448 M:      Mattia Dongili <malattia@linux.it>
11449 L:      platform-driver-x86@vger.kernel.org
11450 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11451 S:      Maintained
11452 F:      Documentation/laptops/sony-laptop.txt
11453 F:      drivers/char/sonypi.c
11454 F:      drivers/platform/x86/sony-laptop.c
11455 F:      include/linux/sony-laptop.h
11456
11457 SONY MEMORYSTICK CARD SUPPORT
11458 M:      Alex Dubov <oakad@yahoo.com>
11459 W:      http://tifmxx.berlios.de/
11460 S:      Maintained
11461 F:      drivers/memstick/host/tifm_ms.c
11462
11463 SONY MEMORYSTICK STANDARD SUPPORT
11464 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11465 S:      Maintained
11466 F:      drivers/memstick/core/ms_block.*
11467
11468 SOUND
11469 M:      Jaroslav Kysela <perex@perex.cz>
11470 M:      Takashi Iwai <tiwai@suse.com>
11471 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11472 W:      http://www.alsa-project.org/
11473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11474 T:      git git://git.alsa-project.org/alsa-kernel.git
11475 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11476 S:      Maintained
11477 F:      Documentation/sound/
11478 F:      include/sound/
11479 F:      include/uapi/sound/
11480 F:      sound/
11481
11482 SOUND - COMPRESSED AUDIO
11483 M:      Vinod Koul <vinod.koul@intel.com>
11484 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11486 S:      Supported
11487 F:      Documentation/sound/alsa/compress_offload.txt
11488 F:      include/sound/compress_driver.h
11489 F:      include/uapi/sound/compress_*
11490 F:      sound/core/compress_offload.c
11491 F:      sound/soc/soc-compress.c
11492
11493 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11494 M:      Liam Girdwood <lgirdwood@gmail.com>
11495 M:      Mark Brown <broonie@kernel.org>
11496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11497 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11498 W:      http://alsa-project.org/main/index.php/ASoC
11499 S:      Supported
11500 F:      Documentation/devicetree/bindings/sound/
11501 F:      Documentation/sound/alsa/soc/
11502 F:      sound/soc/
11503 F:      include/sound/soc*
11504
11505 SOUND - DMAENGINE HELPERS
11506 M:      Lars-Peter Clausen <lars@metafoo.de>
11507 S:      Supported
11508 F:      include/sound/dmaengine_pcm.h
11509 F:      sound/core/pcm_dmaengine.c
11510 F:      sound/soc/soc-generic-dmaengine-pcm.c
11511
11512 SP2 MEDIA DRIVER
11513 M:      Olli Salonen <olli.salonen@iki.fi>
11514 L:      linux-media@vger.kernel.org
11515 W:      https://linuxtv.org
11516 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11517 S:      Maintained
11518 F:      drivers/media/dvb-frontends/sp2*
11519
11520 SPARC + UltraSPARC (sparc/sparc64)
11521 M:      "David S. Miller" <davem@davemloft.net>
11522 L:      sparclinux@vger.kernel.org
11523 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11526 S:      Maintained
11527 F:      arch/sparc/
11528 F:      drivers/sbus/
11529
11530 SPARC SERIAL DRIVERS
11531 M:      "David S. Miller" <davem@davemloft.net>
11532 L:      sparclinux@vger.kernel.org
11533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11535 S:      Maintained
11536 F:      include/linux/sunserialcore.h
11537 F:      drivers/tty/serial/suncore.c
11538 F:      drivers/tty/serial/sunhv.c
11539 F:      drivers/tty/serial/sunsab.c
11540 F:      drivers/tty/serial/sunsab.h
11541 F:      drivers/tty/serial/sunsu.c
11542 F:      drivers/tty/serial/sunzilog.c
11543 F:      drivers/tty/serial/sunzilog.h
11544
11545 SPARSE CHECKER
11546 M:      "Christopher Li" <sparse@chrisli.org>
11547 L:      linux-sparse@vger.kernel.org
11548 W:      https://sparse.wiki.kernel.org/
11549 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11550 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11551 S:      Maintained
11552 F:      include/linux/compiler.h
11553
11554 SPEAR PLATFORM SUPPORT
11555 M:      Viresh Kumar <vireshk@kernel.org>
11556 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11558 W:      http://www.st.com/spear
11559 S:      Maintained
11560 F:      arch/arm/boot/dts/spear*
11561 F:      arch/arm/mach-spear/
11562
11563 SPEAR CLOCK FRAMEWORK SUPPORT
11564 M:      Viresh Kumar <vireshk@kernel.org>
11565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11566 W:      http://www.st.com/spear
11567 S:      Maintained
11568 F:      drivers/clk/spear/
11569
11570 SPI NOR SUBSYSTEM
11571 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11572 M:      Marek Vasut <marek.vasut@gmail.com>
11573 L:      linux-mtd@lists.infradead.org
11574 W:      http://www.linux-mtd.infradead.org/
11575 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11576 T:      git git://github.com/spi-nor/linux.git
11577 S:      Maintained
11578 F:      drivers/mtd/spi-nor/
11579 F:      include/linux/mtd/spi-nor.h
11580
11581 SPI SUBSYSTEM
11582 M:      Mark Brown <broonie@kernel.org>
11583 L:      linux-spi@vger.kernel.org
11584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11585 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11586 S:      Maintained
11587 F:      Documentation/devicetree/bindings/spi/
11588 F:      Documentation/spi/
11589 F:      drivers/spi/
11590 F:      include/linux/spi/
11591 F:      include/uapi/linux/spi/
11592 F:      tools/spi/
11593
11594 SPIDERNET NETWORK DRIVER for CELL
11595 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11596 L:      netdev@vger.kernel.org
11597 S:      Supported
11598 F:      Documentation/networking/spider_net.txt
11599 F:      drivers/net/ethernet/toshiba/spider_net*
11600
11601 SPU FILE SYSTEM
11602 M:      Jeremy Kerr <jk@ozlabs.org>
11603 L:      linuxppc-dev@lists.ozlabs.org
11604 W:      http://www.ibm.com/developerworks/power/cell/
11605 S:      Supported
11606 F:      Documentation/filesystems/spufs.txt
11607 F:      arch/powerpc/platforms/cell/spufs/
11608
11609 SQUASHFS FILE SYSTEM
11610 M:      Phillip Lougher <phillip@squashfs.org.uk>
11611 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11612 W:      http://squashfs.org.uk
11613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11614 S:      Maintained
11615 F:      Documentation/filesystems/squashfs.txt
11616 F:      fs/squashfs/
11617
11618 SRM (Alpha) environment access
11619 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11620 S:      Maintained
11621 F:      arch/alpha/kernel/srm_env.c
11622
11623 STABLE BRANCH
11624 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11625 L:      stable@vger.kernel.org
11626 S:      Supported
11627 F:      Documentation/process/stable-kernel-rules.rst
11628
11629 STAGING SUBSYSTEM
11630 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11632 L:      devel@driverdev.osuosl.org
11633 S:      Supported
11634 F:      drivers/staging/
11635
11636 STAGING - COMEDI
11637 M:      Ian Abbott <abbotti@mev.co.uk>
11638 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11639 S:      Odd Fixes
11640 F:      drivers/staging/comedi/
11641
11642 STAGING - FLARION FT1000 DRIVERS
11643 M:      Marek Belisko <marek.belisko@gmail.com>
11644 S:      Odd Fixes
11645 F:      drivers/staging/ft1000/
11646
11647 STAGING - INDUSTRIAL IO
11648 M:      Jonathan Cameron <jic23@kernel.org>
11649 L:      linux-iio@vger.kernel.org
11650 S:      Odd Fixes
11651 F:      Documentation/devicetree/bindings/staging/iio/
11652 F:      drivers/staging/iio/
11653
11654 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11655 M:      Jarod Wilson <jarod@wilsonet.com>
11656 W:      http://www.lirc.org/
11657 S:      Odd Fixes
11658 F:      drivers/staging/media/lirc/
11659
11660 STAGING - LUSTRE PARALLEL FILESYSTEM
11661 M:      Oleg Drokin <oleg.drokin@intel.com>
11662 M:      Andreas Dilger <andreas.dilger@intel.com>
11663 M:      James Simmons <jsimmons@infradead.org>
11664 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11665 W:      http://wiki.lustre.org/
11666 S:      Maintained
11667 F:      drivers/staging/lustre
11668
11669 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11670 M:      Marc Dietrich <marvin24@gmx.de>
11671 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11672 L:      linux-tegra@vger.kernel.org
11673 S:      Maintained
11674 F:      drivers/staging/nvec/
11675
11676 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11677 M:      Jens Frederich <jfrederich@gmail.com>
11678 M:      Daniel Drake <dsd@laptop.org>
11679 M:      Jon Nettleton <jon.nettleton@gmail.com>
11680 W:      http://wiki.laptop.org/go/DCON
11681 S:      Maintained
11682 F:      drivers/staging/olpc_dcon/
11683
11684 STAGING - REALTEK RTL8712U DRIVERS
11685 M:      Larry Finger <Larry.Finger@lwfinger.net>
11686 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11687 S:      Odd Fixes
11688 F:      drivers/staging/rtl8712/
11689
11690 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11691 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11692 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11693 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11694 L:      linux-fbdev@vger.kernel.org
11695 S:      Maintained
11696 F:      drivers/staging/sm750fb/
11697
11698 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11699 M:      William Hubbs <w.d.hubbs@gmail.com>
11700 M:      Chris Brannon <chris@the-brannons.com>
11701 M:      Kirk Reiser <kirk@reisers.ca>
11702 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11703 L:      speakup@linux-speakup.org
11704 W:      http://www.linux-speakup.org/
11705 S:      Odd Fixes
11706 F:      drivers/staging/speakup/
11707
11708 STAGING - VIA VT665X DRIVERS
11709 M:      Forest Bond <forest@alittletooquiet.net>
11710 S:      Odd Fixes
11711 F:      drivers/staging/vt665?/
11712
11713 STAGING - WILC1000 WIFI DRIVER
11714 M:      Aditya Shankar <aditya.shankar@microchip.com>
11715 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11716 L:      linux-wireless@vger.kernel.org
11717 S:      Supported
11718 F:      drivers/staging/wilc1000/
11719
11720 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11721 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11722 S:      Odd Fixes
11723 F:      drivers/staging/xgifb/
11724
11725 STARFIRE/DURALAN NETWORK DRIVER
11726 M:      Ion Badulescu <ionut@badula.org>
11727 S:      Odd Fixes
11728 F:      drivers/net/ethernet/adaptec/starfire*
11729
11730 SUN3/3X
11731 M:      Sam Creasey <sammy@sammy.net>
11732 W:      http://sammy.net/sun3/
11733 S:      Maintained
11734 F:      arch/m68k/kernel/*sun3*
11735 F:      arch/m68k/sun3*/
11736 F:      arch/m68k/include/asm/sun3*
11737 F:      drivers/net/ethernet/i825xx/sun3*
11738
11739 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11740 M:      Hans de Goede <hdegoede@redhat.com>
11741 L:      linux-input@vger.kernel.org
11742 S:      Maintained
11743 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11744 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11745
11746 SUNDANCE NETWORK DRIVER
11747 M:      Denis Kirjanov <kda@linux-powerpc.org>
11748 L:      netdev@vger.kernel.org
11749 S:      Maintained
11750 F:      drivers/net/ethernet/dlink/sundance.c
11751
11752 SUPERH
11753 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11754 M:      Rich Felker <dalias@libc.org>
11755 L:      linux-sh@vger.kernel.org
11756 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11757 S:      Maintained
11758 F:      Documentation/sh/
11759 F:      arch/sh/
11760 F:      drivers/sh/
11761
11762 SUSPEND TO RAM
11763 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11764 M:      Len Brown <len.brown@intel.com>
11765 M:      Pavel Machek <pavel@ucw.cz>
11766 L:      linux-pm@vger.kernel.org
11767 B:      https://bugzilla.kernel.org
11768 S:      Supported
11769 F:      Documentation/power/
11770 F:      arch/x86/kernel/acpi/
11771 F:      drivers/base/power/
11772 F:      kernel/power/
11773 F:      include/linux/suspend.h
11774 F:      include/linux/freezer.h
11775 F:      include/linux/pm.h
11776
11777 SVGA HANDLING
11778 M:      Martin Mares <mj@ucw.cz>
11779 L:      linux-video@atrey.karlin.mff.cuni.cz
11780 S:      Maintained
11781 F:      Documentation/svga.txt
11782 F:      arch/x86/boot/video*
11783
11784 SWIOTLB SUBSYSTEM
11785 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11786 L:      linux-kernel@vger.kernel.org
11787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11788 S:      Supported
11789 F:      lib/swiotlb.c
11790 F:      arch/*/kernel/pci-swiotlb.c
11791 F:      include/linux/swiotlb.h
11792
11793 SWITCHDEV
11794 M:      Jiri Pirko <jiri@resnulli.us>
11795 L:      netdev@vger.kernel.org
11796 S:      Supported
11797 F:      net/switchdev/
11798 F:      include/net/switchdev.h
11799
11800 SYNOPSYS ARC ARCHITECTURE
11801 M:      Vineet Gupta <vgupta@synopsys.com>
11802 L:      linux-snps-arc@lists.infradead.org
11803 S:      Supported
11804 F:      arch/arc/
11805 F:      Documentation/devicetree/bindings/arc/*
11806 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11807 F:      drivers/tty/serial/arc_uart.c
11808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11809
11810 SYNOPSYS ARC SDP platform support
11811 M:      Alexey Brodkin <abrodkin@synopsys.com>
11812 S:      Supported
11813 F:      arch/arc/plat-axs10x
11814 F:      arch/arc/boot/dts/ax*
11815 F:      Documentation/devicetree/bindings/arc/axs10*
11816
11817 SYSTEM CONFIGURATION (SYSCON)
11818 M:      Lee Jones <lee.jones@linaro.org>
11819 M:      Arnd Bergmann <arnd@arndb.de>
11820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11821 S:      Supported
11822 F:      drivers/mfd/syscon.c
11823
11824 SYSTEM RESET/SHUTDOWN DRIVERS
11825 M:      Sebastian Reichel <sre@kernel.org>
11826 L:      linux-pm@vger.kernel.org
11827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11828 S:      Maintained
11829 F:      Documentation/devicetree/bindings/power/reset/
11830 F:      drivers/power/reset/
11831
11832 SYSV FILESYSTEM
11833 M:      Christoph Hellwig <hch@infradead.org>
11834 S:      Maintained
11835 F:      Documentation/filesystems/sysv-fs.txt
11836 F:      fs/sysv/
11837 F:      include/linux/sysv_fs.h
11838
11839 TARGET SUBSYSTEM
11840 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11841 L:      linux-scsi@vger.kernel.org
11842 L:      target-devel@vger.kernel.org
11843 W:      http://www.linux-iscsi.org
11844 W:      http://groups.google.com/group/linux-iscsi-target-dev
11845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11846 S:      Supported
11847 F:      drivers/target/
11848 F:      include/target/
11849 F:      Documentation/target/
11850
11851 TASKSTATS STATISTICS INTERFACE
11852 M:      Balbir Singh <bsingharora@gmail.com>
11853 S:      Maintained
11854 F:      Documentation/accounting/taskstats*
11855 F:      include/linux/taskstats*
11856 F:      kernel/taskstats.c
11857
11858 TC CLASSIFIER
11859 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11860 L:      netdev@vger.kernel.org
11861 S:      Maintained
11862 F:      include/net/pkt_cls.h
11863 F:      include/uapi/linux/pkt_cls.h
11864 F:      net/sched/
11865
11866 TCP LOW PRIORITY MODULE
11867 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11868 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11869 W:      http://tcp-lp-mod.sourceforge.net/
11870 S:      Maintained
11871 F:      net/ipv4/tcp_lp.c
11872
11873 TDA10071 MEDIA DRIVER
11874 M:      Antti Palosaari <crope@iki.fi>
11875 L:      linux-media@vger.kernel.org
11876 W:      https://linuxtv.org
11877 W:      http://palosaari.fi/linux/
11878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11879 T:      git git://linuxtv.org/anttip/media_tree.git
11880 S:      Maintained
11881 F:      drivers/media/dvb-frontends/tda10071*
11882
11883 TDA18212 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/tuners/tda18212*
11892
11893 TDA18218 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/tda18218*
11902
11903 TDA18271 MEDIA DRIVER
11904 M:      Michael Krufky <mkrufky@linuxtv.org>
11905 L:      linux-media@vger.kernel.org
11906 W:      https://linuxtv.org
11907 W:      http://github.com/mkrufky
11908 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11909 T:      git git://linuxtv.org/mkrufky/tuners.git
11910 S:      Maintained
11911 F:      drivers/media/tuners/tda18271*
11912
11913 TDA827x 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/tda8290.*
11922
11923 TDA8290 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 TDA9840 MEDIA DRIVER
11934 M:      Hans Verkuil <hverkuil@xs4all.nl>
11935 L:      linux-media@vger.kernel.org
11936 T:      git git://linuxtv.org/media_tree.git
11937 W:      https://linuxtv.org
11938 S:      Maintained
11939 F:      drivers/media/i2c/tda9840*
11940
11941 TEA5761 TUNER DRIVER
11942 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11943 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11944 L:      linux-media@vger.kernel.org
11945 W:      https://linuxtv.org
11946 T:      git git://linuxtv.org/media_tree.git
11947 S:      Odd fixes
11948 F:      drivers/media/tuners/tea5761.*
11949
11950 TEA5767 TUNER DRIVER
11951 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11952 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11953 L:      linux-media@vger.kernel.org
11954 W:      https://linuxtv.org
11955 T:      git git://linuxtv.org/media_tree.git
11956 S:      Maintained
11957 F:      drivers/media/tuners/tea5767.*
11958
11959 TEA6415C MEDIA DRIVER
11960 M:      Hans Verkuil <hverkuil@xs4all.nl>
11961 L:      linux-media@vger.kernel.org
11962 T:      git git://linuxtv.org/media_tree.git
11963 W:      https://linuxtv.org
11964 S:      Maintained
11965 F:      drivers/media/i2c/tea6415c*
11966
11967 TEA6420 MEDIA DRIVER
11968 M:      Hans Verkuil <hverkuil@xs4all.nl>
11969 L:      linux-media@vger.kernel.org
11970 T:      git git://linuxtv.org/media_tree.git
11971 W:      https://linuxtv.org
11972 S:      Maintained
11973 F:      drivers/media/i2c/tea6420*
11974
11975 TEAM DRIVER
11976 M:      Jiri Pirko <jiri@resnulli.us>
11977 L:      netdev@vger.kernel.org
11978 S:      Supported
11979 F:      drivers/net/team/
11980 F:      include/linux/if_team.h
11981 F:      include/uapi/linux/if_team.h
11982
11983 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11984 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11985 S:      Maintained
11986 F:      arch/x86/platform/ts5500/
11987
11988 TECHNOTREND USB IR RECEIVER
11989 M:      Sean Young <sean@mess.org>
11990 L:      linux-media@vger.kernel.org
11991 S:      Maintained
11992 F:      drivers/media/rc/ttusbir.c
11993
11994 TEGRA ARCHITECTURE SUPPORT
11995 M:      Stephen Warren <swarren@wwwdotorg.org>
11996 M:      Thierry Reding <thierry.reding@gmail.com>
11997 M:      Alexandre Courbot <gnurou@gmail.com>
11998 L:      linux-tegra@vger.kernel.org
11999 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12001 S:      Supported
12002 N:      [^a-z]tegra
12003
12004 TEGRA CLOCK DRIVER
12005 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12006 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12007 S:      Supported
12008 F:      drivers/clk/tegra/
12009
12010 TEGRA DMA DRIVERS
12011 M:      Laxman Dewangan <ldewangan@nvidia.com>
12012 M:      Jon Hunter <jonathanh@nvidia.com>
12013 S:      Supported
12014 F:      drivers/dma/tegra*
12015
12016 TEGRA I2C DRIVER
12017 M:      Laxman Dewangan <ldewangan@nvidia.com>
12018 S:      Supported
12019 F:      drivers/i2c/busses/i2c-tegra.c
12020
12021 TEGRA IOMMU DRIVERS
12022 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12023 S:      Supported
12024 F:      drivers/iommu/tegra*
12025
12026 TEGRA KBC DRIVER
12027 M:      Rakesh Iyer <riyer@nvidia.com>
12028 M:      Laxman Dewangan <ldewangan@nvidia.com>
12029 S:      Supported
12030 F:      drivers/input/keyboard/tegra-kbc.c
12031
12032 TEGRA PWM DRIVER
12033 M:      Thierry Reding <thierry.reding@gmail.com>
12034 S:      Supported
12035 F:      drivers/pwm/pwm-tegra.c
12036
12037 TEGRA SERIAL DRIVER
12038 M:      Laxman Dewangan <ldewangan@nvidia.com>
12039 S:      Supported
12040 F:      drivers/tty/serial/serial-tegra.c
12041
12042 TEGRA SPI DRIVER
12043 M:      Laxman Dewangan <ldewangan@nvidia.com>
12044 S:      Supported
12045 F:      drivers/spi/spi-tegra*
12046
12047 TEHUTI ETHERNET DRIVER
12048 M:      Andy Gospodarek <andy@greyhouse.net>
12049 L:      netdev@vger.kernel.org
12050 S:      Supported
12051 F:      drivers/net/ethernet/tehuti/*
12052
12053 Telecom Clock Driver for MCPL0010
12054 M:      Mark Gross <mark.gross@intel.com>
12055 S:      Supported
12056 F:      drivers/char/tlclk.c
12057
12058 TENSILICA XTENSA PORT (xtensa)
12059 M:      Chris Zankel <chris@zankel.net>
12060 M:      Max Filippov <jcmvbkbc@gmail.com>
12061 L:      linux-xtensa@linux-xtensa.org
12062 T:      git git://github.com/czankel/xtensa-linux.git
12063 S:      Maintained
12064 F:      arch/xtensa/
12065 F:      drivers/irqchip/irq-xtensa-*
12066
12067 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12068 M:      Hans Verkuil <hverkuil@xs4all.nl>
12069 L:      linux-media@vger.kernel.org
12070 T:      git git://linuxtv.org/media_tree.git
12071 W:      https://linuxtv.org
12072 S:      Maintained
12073 F:      drivers/media/radio/radio-raremono.c
12074
12075 THERMAL
12076 M:      Zhang Rui <rui.zhang@intel.com>
12077 M:      Eduardo Valentin <edubezval@gmail.com>
12078 L:      linux-pm@vger.kernel.org
12079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12081 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12082 S:      Supported
12083 F:      drivers/thermal/
12084 F:      include/linux/thermal.h
12085 F:      include/uapi/linux/thermal.h
12086 F:      include/linux/cpu_cooling.h
12087 F:      Documentation/devicetree/bindings/thermal/
12088
12089 THERMAL/CPU_COOLING
12090 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12091 M:      Viresh Kumar <viresh.kumar@linaro.org>
12092 M:      Javi Merino <javi.merino@kernel.org>
12093 L:      linux-pm@vger.kernel.org
12094 S:      Supported
12095 F:      Documentation/thermal/cpu-cooling-api.txt
12096 F:      drivers/thermal/cpu_cooling.c
12097 F:      include/linux/cpu_cooling.h
12098
12099 THINKPAD ACPI EXTRAS DRIVER
12100 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12101 L:      ibm-acpi-devel@lists.sourceforge.net
12102 L:      platform-driver-x86@vger.kernel.org
12103 W:      http://ibm-acpi.sourceforge.net
12104 W:      http://thinkwiki.org/wiki/Ibm-acpi
12105 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12106 S:      Maintained
12107 F:      drivers/platform/x86/thinkpad_acpi.c
12108
12109 TI BANDGAP AND THERMAL DRIVER
12110 M:      Eduardo Valentin <edubezval@gmail.com>
12111 M:      Keerthy <j-keerthy@ti.com>
12112 L:      linux-pm@vger.kernel.org
12113 L:      linux-omap@vger.kernel.org
12114 S:      Maintained
12115 F:      drivers/thermal/ti-soc-thermal/
12116
12117 TI VPE/CAL DRIVERS
12118 M:      Benoit Parrot <bparrot@ti.com>
12119 L:      linux-media@vger.kernel.org
12120 W:      http://linuxtv.org/
12121 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12122 S:      Maintained
12123 F:      drivers/media/platform/ti-vpe/
12124
12125 TI CDCE706 CLOCK DRIVER
12126 M:      Max Filippov <jcmvbkbc@gmail.com>
12127 S:      Maintained
12128 F:      drivers/clk/clk-cdce706.c
12129
12130 TI CLOCK DRIVER
12131 M:      Tero Kristo <t-kristo@ti.com>
12132 L:      linux-omap@vger.kernel.org
12133 S:      Maintained
12134 F:      drivers/clk/ti/
12135 F:      include/linux/clk/ti.h
12136
12137 TI ETHERNET SWITCH DRIVER (CPSW)
12138 M:      Mugunthan V N <mugunthanvnm@ti.com>
12139 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12140 L:      linux-omap@vger.kernel.org
12141 L:      netdev@vger.kernel.org
12142 S:      Maintained
12143 F:      drivers/net/ethernet/ti/cpsw*
12144 F:      drivers/net/ethernet/ti/davinci*
12145
12146 TI FLASH MEDIA INTERFACE DRIVER
12147 M:      Alex Dubov <oakad@yahoo.com>
12148 S:      Maintained
12149 F:      drivers/misc/tifm*
12150 F:      drivers/mmc/host/tifm_sd.c
12151 F:      include/linux/tifm.h
12152
12153 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12154 M:      Santosh Shilimkar <ssantosh@kernel.org>
12155 L:      linux-kernel@vger.kernel.org
12156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12157 S:      Maintained
12158 F:      drivers/soc/ti/*
12159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12160
12161
12162 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12163 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12164 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12165 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12166 S:      Maintained
12167 F:      sound/soc/codecs/lm49453*
12168 F:      sound/soc/codecs/isabelle*
12169
12170 TI LP855x BACKLIGHT DRIVER
12171 M:      Milo Kim <milo.kim@ti.com>
12172 S:      Maintained
12173 F:      Documentation/backlight/lp855x-driver.txt
12174 F:      drivers/video/backlight/lp855x_bl.c
12175 F:      include/linux/platform_data/lp855x.h
12176
12177 TI LP8727 CHARGER DRIVER
12178 M:      Milo Kim <milo.kim@ti.com>
12179 S:      Maintained
12180 F:      drivers/power/supply/lp8727_charger.c
12181 F:      include/linux/platform_data/lp8727.h
12182
12183 TI LP8788 MFD DRIVER
12184 M:      Milo Kim <milo.kim@ti.com>
12185 S:      Maintained
12186 F:      drivers/iio/adc/lp8788_adc.c
12187 F:      drivers/leds/leds-lp8788.c
12188 F:      drivers/mfd/lp8788*.c
12189 F:      drivers/power/supply/lp8788-charger.c
12190 F:      drivers/regulator/lp8788-*.c
12191 F:      include/linux/mfd/lp8788*.h
12192
12193 TI NETCP ETHERNET DRIVER
12194 M:      Wingman Kwok <w-kwok2@ti.com>
12195 M:      Murali Karicheri <m-karicheri2@ti.com>
12196 L:      netdev@vger.kernel.org
12197 S:      Maintained
12198 F:      drivers/net/ethernet/ti/netcp*
12199
12200 TI TAS571X FAMILY ASoC CODEC DRIVER
12201 M:      Kevin Cernekee <cernekee@chromium.org>
12202 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12203 S:      Odd Fixes
12204 F:      sound/soc/codecs/tas571x*
12205
12206 TI TWL4030 SERIES SOC CODEC DRIVER
12207 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12208 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12209 S:      Maintained
12210 F:      sound/soc/codecs/twl4030*
12211
12212 TI WILINK WIRELESS DRIVERS
12213 L:      linux-wireless@vger.kernel.org
12214 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12215 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12217 S:      Orphan
12218 F:      drivers/net/wireless/ti/
12219 F:      include/linux/wl12xx.h
12220
12221 TIPC NETWORK LAYER
12222 M:      Jon Maloy <jon.maloy@ericsson.com>
12223 M:      Ying Xue <ying.xue@windriver.com>
12224 L:      netdev@vger.kernel.org (core kernel code)
12225 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12226 W:      http://tipc.sourceforge.net/
12227 S:      Maintained
12228 F:      include/uapi/linux/tipc*.h
12229 F:      net/tipc/
12230
12231 TILE ARCHITECTURE
12232 M:      Chris Metcalf <cmetcalf@mellanox.com>
12233 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12235 S:      Supported
12236 F:      arch/tile/
12237 F:      drivers/char/tile-srom.c
12238 F:      drivers/edac/tile_edac.c
12239 F:      drivers/net/ethernet/tile/
12240 F:      drivers/rtc/rtc-tile.c
12241 F:      drivers/tty/hvc/hvc_tile.c
12242 F:      drivers/tty/serial/tilegx.c
12243 F:      drivers/usb/host/*-tilegx.c
12244 F:      include/linux/usb/tilegx.h
12245
12246 TLAN NETWORK DRIVER
12247 M:      Samuel Chessman <chessman@tux.org>
12248 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12249 W:      http://sourceforge.net/projects/tlan/
12250 S:      Maintained
12251 F:      Documentation/networking/tlan.txt
12252 F:      drivers/net/ethernet/ti/tlan.*
12253
12254 TOMOYO SECURITY MODULE
12255 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12256 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12257 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12258 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12259 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12260 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12261 W:      http://tomoyo.sourceforge.jp/
12262 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12263 S:      Maintained
12264 F:      security/tomoyo/
12265
12266 TOPSTAR LAPTOP EXTRAS DRIVER
12267 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12268 L:      platform-driver-x86@vger.kernel.org
12269 S:      Maintained
12270 F:      drivers/platform/x86/topstar-laptop.c
12271
12272 TOSHIBA ACPI EXTRAS DRIVER
12273 M:      Azael Avalos <coproscefalo@gmail.com>
12274 L:      platform-driver-x86@vger.kernel.org
12275 S:      Maintained
12276 F:      drivers/platform/x86/toshiba_acpi.c
12277
12278 TOSHIBA BLUETOOTH DRIVER
12279 M:      Azael Avalos <coproscefalo@gmail.com>
12280 L:      platform-driver-x86@vger.kernel.org
12281 S:      Maintained
12282 F:      drivers/platform/x86/toshiba_bluetooth.c
12283
12284 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12285 M:      Azael Avalos <coproscefalo@gmail.com>
12286 L:      platform-driver-x86@vger.kernel.org
12287 S:      Maintained
12288 F:      drivers/platform/x86/toshiba_haps.c
12289
12290 TOSHIBA WMI HOTKEYS DRIVER
12291 M:      Azael Avalos <coproscefalo@gmail.com>
12292 L:      platform-driver-x86@vger.kernel.org
12293 S:      Maintained
12294 F:      drivers/platform/x86/toshiba-wmi.c
12295
12296 TOSHIBA SMM DRIVER
12297 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12298 W:      http://www.buzzard.org.uk/toshiba/
12299 S:      Maintained
12300 F:      drivers/char/toshiba.c
12301 F:      include/linux/toshiba.h
12302 F:      include/uapi/linux/toshiba.h
12303
12304 TOSHIBA TC358743 DRIVER
12305 M:      Mats Randgaard <matrandg@cisco.com>
12306 L:      linux-media@vger.kernel.org
12307 S:      Maintained
12308 F:      drivers/media/i2c/tc358743*
12309 F:      include/media/i2c/tc358743.h
12310
12311 TMIO/SDHI MMC DRIVER
12312 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12313 L:      linux-mmc@vger.kernel.org
12314 S:      Supported
12315 F:      drivers/mmc/host/tmio_mmc*
12316 F:      drivers/mmc/host/sh_mobile_sdhi.c
12317 F:      include/linux/mfd/tmio.h
12318
12319 TMP401 HARDWARE MONITOR DRIVER
12320 M:      Guenter Roeck <linux@roeck-us.net>
12321 L:      linux-hwmon@vger.kernel.org
12322 S:      Maintained
12323 F:      Documentation/hwmon/tmp401
12324 F:      drivers/hwmon/tmp401.c
12325
12326 TMPFS (SHMEM FILESYSTEM)
12327 M:      Hugh Dickins <hughd@google.com>
12328 L:      linux-mm@kvack.org
12329 S:      Maintained
12330 F:      include/linux/shmem_fs.h
12331 F:      mm/shmem.c
12332
12333 TM6000 VIDEO4LINUX DRIVER
12334 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12335 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12336 L:      linux-media@vger.kernel.org
12337 W:      https://linuxtv.org
12338 T:      git git://linuxtv.org/media_tree.git
12339 S:      Odd fixes
12340 F:      drivers/media/usb/tm6000/
12341 F:      Documentation/media/v4l-drivers/tm6000*
12342
12343 TW5864 VIDEO4LINUX DRIVER
12344 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12345 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12346 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12347 L:      linux-media@vger.kernel.org
12348 S:      Supported
12349 F:      drivers/media/pci/tw5864/
12350
12351 TW68 VIDEO4LINUX DRIVER
12352 M:      Hans Verkuil <hverkuil@xs4all.nl>
12353 L:      linux-media@vger.kernel.org
12354 T:      git git://linuxtv.org/media_tree.git
12355 W:      https://linuxtv.org
12356 S:      Odd Fixes
12357 F:      drivers/media/pci/tw68/
12358
12359 TW686X VIDEO4LINUX DRIVER
12360 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12361 L:      linux-media@vger.kernel.org
12362 T:      git git://linuxtv.org/media_tree.git
12363 W:      http://linuxtv.org
12364 S:      Maintained
12365 F:      drivers/media/pci/tw686x/
12366
12367 TPM DEVICE DRIVER
12368 M:      Peter Huewe <peterhuewe@gmx.de>
12369 M:      Marcel Selhorst <tpmdd@selhorst.net>
12370 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12371 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12372 W:      http://tpmdd.sourceforge.net
12373 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12374 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12375 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12376 S:      Maintained
12377 F:      drivers/char/tpm/
12378
12379 TPM IBM_VTPM DEVICE DRIVER
12380 M:      Ashley Lai <ashleydlai@gmail.com>
12381 W:      http://tpmdd.sourceforge.net
12382 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12383 S:      Maintained
12384 F:      drivers/char/tpm/tpm_ibmvtpm*
12385
12386 TRACING
12387 M:      Steven Rostedt <rostedt@goodmis.org>
12388 M:      Ingo Molnar <mingo@redhat.com>
12389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12390 S:      Maintained
12391 F:      Documentation/trace/ftrace.txt
12392 F:      arch/*/*/*/ftrace.h
12393 F:      arch/*/kernel/ftrace.c
12394 F:      include/*/ftrace.h
12395 F:      include/linux/trace*.h
12396 F:      include/trace/
12397 F:      kernel/trace/
12398 F:      tools/testing/selftests/ftrace/
12399
12400 TRACING MMIO ACCESSES (MMIOTRACE)
12401 M:      Steven Rostedt <rostedt@goodmis.org>
12402 M:      Ingo Molnar <mingo@kernel.org>
12403 R:      Karol Herbst <karolherbst@gmail.com>
12404 R:      Pekka Paalanen <ppaalanen@gmail.com>
12405 S:      Maintained
12406 L:      linux-kernel@vger.kernel.org
12407 L:      nouveau@lists.freedesktop.org
12408 F:      kernel/trace/trace_mmiotrace.c
12409 F:      include/linux/mmiotrace.h
12410 F:      arch/x86/mm/kmmio.c
12411 F:      arch/x86/mm/mmio-mod.c
12412 F:      arch/x86/mm/testmmiotrace.c
12413
12414 TRIVIAL PATCHES
12415 M:      Jiri Kosina <trivial@kernel.org>
12416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12417 S:      Maintained
12418 K:      ^Subject:.*(?i)trivial
12419
12420 TTY LAYER
12421 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12422 M:      Jiri Slaby <jslaby@suse.com>
12423 S:      Supported
12424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12425 F:      Documentation/serial/
12426 F:      drivers/tty/
12427 F:      drivers/tty/serial/serial_core.c
12428 F:      include/linux/serial_core.h
12429 F:      include/linux/serial.h
12430 F:      include/linux/tty.h
12431 F:      include/uapi/linux/serial_core.h
12432 F:      include/uapi/linux/serial.h
12433 F:      include/uapi/linux/tty.h
12434
12435 TUA9001 MEDIA DRIVER
12436 M:      Antti Palosaari <crope@iki.fi>
12437 L:      linux-media@vger.kernel.org
12438 W:      https://linuxtv.org
12439 W:      http://palosaari.fi/linux/
12440 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12441 T:      git git://linuxtv.org/anttip/media_tree.git
12442 S:      Maintained
12443 F:      drivers/media/tuners/tua9001*
12444
12445 TULIP NETWORK DRIVERS
12446 L:      netdev@vger.kernel.org
12447 L:      linux-parisc@vger.kernel.org
12448 S:      Orphan
12449 F:      drivers/net/ethernet/dec/tulip/
12450
12451 TUN/TAP driver
12452 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12453 W:      http://vtun.sourceforge.net/tun
12454 S:      Maintained
12455 F:      Documentation/networking/tuntap.txt
12456 F:      arch/um/os-Linux/drivers/
12457
12458 TURBOCHANNEL SUBSYSTEM
12459 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12460 M:      Ralf Baechle <ralf@linux-mips.org>
12461 L:      linux-mips@linux-mips.org
12462 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12463 S:      Maintained
12464 F:      drivers/tc/
12465 F:      include/linux/tc.h
12466
12467 UBI FILE SYSTEM (UBIFS)
12468 M:      Richard Weinberger <richard@nod.at>
12469 M:      Artem Bityutskiy <dedekind1@gmail.com>
12470 M:      Adrian Hunter <adrian.hunter@intel.com>
12471 L:      linux-mtd@lists.infradead.org
12472 T:      git git://git.infradead.org/ubifs-2.6.git
12473 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12474 S:      Supported
12475 F:      Documentation/filesystems/ubifs.txt
12476 F:      fs/ubifs/
12477
12478 UCLINUX (M68KNOMMU AND COLDFIRE)
12479 M:      Greg Ungerer <gerg@linux-m68k.org>
12480 W:      http://www.linux-m68k.org/
12481 W:      http://www.uclinux.org/
12482 L:      linux-m68k@lists.linux-m68k.org
12483 L:      uclinux-dev@uclinux.org  (subscribers-only)
12484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12485 S:      Maintained
12486 F:      arch/m68k/coldfire/
12487 F:      arch/m68k/68*/
12488 F:      arch/m68k/*/*_no.*
12489 F:      arch/m68k/include/asm/*_no.*
12490
12491 UDF FILESYSTEM
12492 M:      Jan Kara <jack@suse.com>
12493 S:      Maintained
12494 F:      Documentation/filesystems/udf.txt
12495 F:      fs/udf/
12496
12497 UFS FILESYSTEM
12498 M:      Evgeniy Dushistov <dushistov@mail.ru>
12499 S:      Maintained
12500 F:      Documentation/filesystems/ufs.txt
12501 F:      fs/ufs/
12502
12503 UHID USERSPACE HID IO DRIVER:
12504 M:      David Herrmann <dh.herrmann@googlemail.com>
12505 L:      linux-input@vger.kernel.org
12506 S:      Maintained
12507 F:      drivers/hid/uhid.c
12508 F:      include/uapi/linux/uhid.h
12509
12510 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12511 L:      linux-usb@vger.kernel.org
12512 S:      Orphan
12513 F:      drivers/uwb/
12514 F:      include/linux/uwb.h
12515 F:      include/linux/uwb/
12516
12517 UNICORE32 ARCHITECTURE:
12518 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12519 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12520 S:      Maintained
12521 T:      git git://github.com/gxt/linux.git
12522 F:      arch/unicore32/
12523
12524 UNIFDEF
12525 M:      Tony Finch <dot@dotat.at>
12526 W:      http://dotat.at/prog/unifdef
12527 S:      Maintained
12528 F:      scripts/unifdef.c
12529
12530 UNIFORM CDROM DRIVER
12531 M:      Jens Axboe <axboe@kernel.dk>
12532 W:      http://www.kernel.dk
12533 S:      Maintained
12534 F:      Documentation/cdrom/
12535 F:      drivers/cdrom/cdrom.c
12536 F:      include/linux/cdrom.h
12537 F:      include/uapi/linux/cdrom.h
12538
12539 UNISYS S-PAR DRIVERS
12540 M:      David Kershner <david.kershner@unisys.com>
12541 L:      sparmaintainer@unisys.com (Unisys internal)
12542 S:      Supported
12543 F:      drivers/staging/unisys/
12544
12545 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12546 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12547 L:      linux-scsi@vger.kernel.org
12548 S:      Supported
12549 F:      Documentation/scsi/ufs.txt
12550 F:      drivers/scsi/ufs/
12551
12552 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12553 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
12554 M:      Prabu Thangamuthu <prabut@synopsys.com>
12555 L:      linux-scsi@vger.kernel.org
12556 S:      Supported
12557 F:      drivers/scsi/ufs/*dwc*
12558
12559 UNSORTED BLOCK IMAGES (UBI)
12560 M:      Artem Bityutskiy <dedekind1@gmail.com>
12561 M:      Richard Weinberger <richard@nod.at>
12562 W:      http://www.linux-mtd.infradead.org/
12563 L:      linux-mtd@lists.infradead.org
12564 T:      git git://git.infradead.org/ubifs-2.6.git
12565 S:      Supported
12566 F:      drivers/mtd/ubi/
12567 F:      include/linux/mtd/ubi.h
12568 F:      include/uapi/mtd/ubi-user.h
12569
12570 USB ACM DRIVER
12571 M:      Oliver Neukum <oneukum@suse.com>
12572 L:      linux-usb@vger.kernel.org
12573 S:      Maintained
12574 F:      Documentation/usb/acm.txt
12575 F:      drivers/usb/class/cdc-acm.*
12576
12577 USB AR5523 WIRELESS DRIVER
12578 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12579 L:      linux-wireless@vger.kernel.org
12580 S:      Maintained
12581 F:      drivers/net/wireless/ath/ar5523/
12582
12583 USB ATTACHED SCSI
12584 M:      Oliver Neukum <oneukum@suse.com>
12585 L:      linux-usb@vger.kernel.org
12586 L:      linux-scsi@vger.kernel.org
12587 S:      Maintained
12588 F:      drivers/usb/storage/uas.c
12589
12590 USB CDC ETHERNET DRIVER
12591 M:      Oliver Neukum <oliver@neukum.org>
12592 L:      linux-usb@vger.kernel.org
12593 S:      Maintained
12594 F:      drivers/net/usb/cdc_*.c
12595 F:      include/uapi/linux/usb/cdc.h
12596
12597 USB CHAOSKEY DRIVER
12598 M:      Keith Packard <keithp@keithp.com>
12599 L:      linux-usb@vger.kernel.org
12600 S:      Maintained
12601 F:      drivers/usb/misc/chaoskey.c
12602
12603 USB CYPRESS C67X00 DRIVER
12604 M:      Peter Korsgaard <jacmet@sunsite.dk>
12605 L:      linux-usb@vger.kernel.org
12606 S:      Maintained
12607 F:      drivers/usb/c67x00/
12608
12609 USB DAVICOM DM9601 DRIVER
12610 M:      Peter Korsgaard <jacmet@sunsite.dk>
12611 L:      netdev@vger.kernel.org
12612 W:      http://www.linux-usb.org/usbnet
12613 S:      Maintained
12614 F:      drivers/net/usb/dm9601.c
12615
12616 USB DIAMOND RIO500 DRIVER
12617 M:      Cesar Miquel <miquel@df.uba.ar>
12618 L:      rio500-users@lists.sourceforge.net
12619 W:      http://rio500.sourceforge.net
12620 S:      Maintained
12621 F:      drivers/usb/misc/rio500*
12622
12623 USB EHCI DRIVER
12624 M:      Alan Stern <stern@rowland.harvard.edu>
12625 L:      linux-usb@vger.kernel.org
12626 S:      Maintained
12627 F:      Documentation/usb/ehci.txt
12628 F:      drivers/usb/host/ehci*
12629
12630 USB GADGET/PERIPHERAL SUBSYSTEM
12631 M:      Felipe Balbi <balbi@kernel.org>
12632 L:      linux-usb@vger.kernel.org
12633 W:      http://www.linux-usb.org/gadget
12634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12635 S:      Maintained
12636 F:      drivers/usb/gadget/
12637 F:      include/linux/usb/gadget*
12638
12639 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12640 M:      Jiri Kosina <jikos@kernel.org>
12641 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12642 L:      linux-usb@vger.kernel.org
12643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12644 S:      Maintained
12645 F:      Documentation/hid/hiddev.txt
12646 F:      drivers/hid/usbhid/
12647
12648 USB ISP116X DRIVER
12649 M:      Olav Kongas <ok@artecdesign.ee>
12650 L:      linux-usb@vger.kernel.org
12651 S:      Maintained
12652 F:      drivers/usb/host/isp116x*
12653 F:      include/linux/usb/isp116x.h
12654
12655 USB LAN78XX ETHERNET DRIVER
12656 M:      Woojung Huh <woojung.huh@microchip.com>
12657 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12658 L:      netdev@vger.kernel.org
12659 S:      Maintained
12660 F:      drivers/net/usb/lan78xx.*
12661
12662 USB MASS STORAGE DRIVER
12663 M:      Alan Stern <stern@rowland.harvard.edu>
12664 L:      linux-usb@vger.kernel.org
12665 L:      usb-storage@lists.one-eyed-alien.net
12666 S:      Maintained
12667 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12668 F:      drivers/usb/storage/
12669
12670 USB MIDI DRIVER
12671 M:      Clemens Ladisch <clemens@ladisch.de>
12672 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12673 T:      git git://git.alsa-project.org/alsa-kernel.git
12674 S:      Maintained
12675 F:      sound/usb/midi.*
12676
12677 USB NETWORKING DRIVERS
12678 L:      linux-usb@vger.kernel.org
12679 S:      Odd Fixes
12680 F:      drivers/net/usb/
12681
12682 USB OHCI DRIVER
12683 M:      Alan Stern <stern@rowland.harvard.edu>
12684 L:      linux-usb@vger.kernel.org
12685 S:      Maintained
12686 F:      Documentation/usb/ohci.txt
12687 F:      drivers/usb/host/ohci*
12688
12689 USB OTG FSM (Finite State Machine)
12690 M:      Peter Chen <Peter.Chen@nxp.com>
12691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12692 L:      linux-usb@vger.kernel.org
12693 S:      Maintained
12694 F:      drivers/usb/common/usb-otg-fsm.c
12695
12696 USB OVER IP DRIVER
12697 M:      Valentina Manea <valentina.manea.m@gmail.com>
12698 M:      Shuah Khan <shuahkh@osg.samsung.com>
12699 M:      Shuah Khan <shuah@kernel.org>
12700 L:      linux-usb@vger.kernel.org
12701 S:      Maintained
12702 F:      Documentation/usb/usbip_protocol.txt
12703 F:      drivers/usb/usbip/
12704 F:      tools/usb/usbip/
12705
12706 USB PEGASUS DRIVER
12707 M:      Petko Manolov <petkan@nucleusys.com>
12708 L:      linux-usb@vger.kernel.org
12709 L:      netdev@vger.kernel.org
12710 T:      git git://github.com/petkan/pegasus.git
12711 W:      https://github.com/petkan/pegasus
12712 S:      Maintained
12713 F:      drivers/net/usb/pegasus.*
12714
12715 USB PHY LAYER
12716 M:      Felipe Balbi <balbi@kernel.org>
12717 L:      linux-usb@vger.kernel.org
12718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12719 S:      Maintained
12720 F:      drivers/usb/phy/
12721
12722 USB PRINTER DRIVER (usblp)
12723 M:      Pete Zaitcev <zaitcev@redhat.com>
12724 L:      linux-usb@vger.kernel.org
12725 S:      Supported
12726 F:      drivers/usb/class/usblp.c
12727
12728 USB QMI WWAN NETWORK DRIVER
12729 M:      Bjørn Mork <bjorn@mork.no>
12730 L:      netdev@vger.kernel.org
12731 S:      Maintained
12732 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12733 F:      drivers/net/usb/qmi_wwan.c
12734
12735 USB RTL8150 DRIVER
12736 M:      Petko Manolov <petkan@nucleusys.com>
12737 L:      linux-usb@vger.kernel.org
12738 L:      netdev@vger.kernel.org
12739 T:      git git://github.com/petkan/rtl8150.git
12740 W:      https://github.com/petkan/rtl8150
12741 S:      Maintained
12742 F:      drivers/net/usb/rtl8150.c
12743
12744 USB SERIAL SUBSYSTEM
12745 M:      Johan Hovold <johan@kernel.org>
12746 L:      linux-usb@vger.kernel.org
12747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12748 S:      Maintained
12749 F:      Documentation/usb/usb-serial.txt
12750 F:      drivers/usb/serial/
12751 F:      include/linux/usb/serial.h
12752
12753 USB SMSC75XX ETHERNET DRIVER
12754 M:      Steve Glendinning <steve.glendinning@shawell.net>
12755 L:      netdev@vger.kernel.org
12756 S:      Maintained
12757 F:      drivers/net/usb/smsc75xx.*
12758
12759 USB SMSC95XX ETHERNET DRIVER
12760 M:      Steve Glendinning <steve.glendinning@shawell.net>
12761 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12762 L:      netdev@vger.kernel.org
12763 S:      Maintained
12764 F:      drivers/net/usb/smsc95xx.*
12765
12766 USB SUBSYSTEM
12767 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12768 L:      linux-usb@vger.kernel.org
12769 W:      http://www.linux-usb.org
12770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12771 S:      Supported
12772 F:      Documentation/devicetree/bindings/usb/
12773 F:      Documentation/usb/
12774 F:      drivers/usb/
12775 F:      include/linux/usb.h
12776 F:      include/linux/usb/
12777
12778 USB UHCI DRIVER
12779 M:      Alan Stern <stern@rowland.harvard.edu>
12780 L:      linux-usb@vger.kernel.org
12781 S:      Maintained
12782 F:      drivers/usb/host/uhci*
12783
12784 USB "USBNET" DRIVER FRAMEWORK
12785 M:      Oliver Neukum <oneukum@suse.com>
12786 L:      netdev@vger.kernel.org
12787 W:      http://www.linux-usb.org/usbnet
12788 S:      Maintained
12789 F:      drivers/net/usb/usbnet.c
12790 F:      include/linux/usb/usbnet.h
12791
12792 USB VIDEO CLASS
12793 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12794 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12795 L:      linux-media@vger.kernel.org
12796 T:      git git://linuxtv.org/media_tree.git
12797 W:      http://www.ideasonboard.org/uvc/
12798 S:      Maintained
12799 F:      drivers/media/usb/uvc/
12800 F:      include/uapi/linux/uvcvideo.h
12801
12802 USB VISION DRIVER
12803 M:      Hans Verkuil <hverkuil@xs4all.nl>
12804 L:      linux-media@vger.kernel.org
12805 T:      git git://linuxtv.org/media_tree.git
12806 W:      https://linuxtv.org
12807 S:      Odd Fixes
12808 F:      drivers/media/usb/usbvision/
12809
12810 USB WEBCAM GADGET
12811 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12812 L:      linux-usb@vger.kernel.org
12813 S:      Maintained
12814 F:      drivers/usb/gadget/function/*uvc*
12815 F:      drivers/usb/gadget/legacy/webcam.c
12816
12817 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12818 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12819 L:      linux-wireless@vger.kernel.org
12820 S:      Maintained
12821 F:      drivers/net/wireless/rndis_wlan.c
12822
12823 USB XHCI DRIVER
12824 M:      Mathias Nyman <mathias.nyman@intel.com>
12825 L:      linux-usb@vger.kernel.org
12826 S:      Supported
12827 F:      drivers/usb/host/xhci*
12828 F:      drivers/usb/host/pci-quirks*
12829
12830 USB ZD1201 DRIVER
12831 L:      linux-wireless@vger.kernel.org
12832 W:      http://linux-lc100020.sourceforge.net
12833 S:      Orphan
12834 F:      drivers/net/wireless/zydas/zd1201.*
12835
12836 USB ZR364XX DRIVER
12837 M:      Antoine Jacquet <royale@zerezo.com>
12838 L:      linux-usb@vger.kernel.org
12839 L:      linux-media@vger.kernel.org
12840 T:      git git://linuxtv.org/media_tree.git
12841 W:      http://royale.zerezo.com/zr364xx/
12842 S:      Maintained
12843 F:      Documentation/media/v4l-drivers/zr364xx*
12844 F:      drivers/media/usb/zr364xx/
12845
12846 ULPI BUS
12847 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12848 L:      linux-usb@vger.kernel.org
12849 S:      Maintained
12850 F:      drivers/usb/common/ulpi.c
12851 F:      include/linux/ulpi/
12852
12853 USER-MODE LINUX (UML)
12854 M:      Jeff Dike <jdike@addtoit.com>
12855 M:      Richard Weinberger <richard@nod.at>
12856 L:      user-mode-linux-devel@lists.sourceforge.net
12857 L:      user-mode-linux-user@lists.sourceforge.net
12858 W:      http://user-mode-linux.sourceforge.net
12859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12860 S:      Maintained
12861 F:      Documentation/virtual/uml/
12862 F:      arch/um/
12863 F:      arch/x86/um/
12864 F:      fs/hostfs/
12865 F:      fs/hppfs/
12866
12867 USERSPACE I/O (UIO)
12868 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12869 S:      Maintained
12870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12871 F:      Documentation/DocBook/uio-howto.tmpl
12872 F:      drivers/uio/
12873 F:      include/linux/uio*.h
12874
12875 UTIL-LINUX PACKAGE
12876 M:      Karel Zak <kzak@redhat.com>
12877 L:      util-linux@vger.kernel.org
12878 W:      http://en.wikipedia.org/wiki/Util-linux
12879 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12880 S:      Maintained
12881
12882 UVESAFB DRIVER
12883 M:      Michal Januszewski <spock@gentoo.org>
12884 L:      linux-fbdev@vger.kernel.org
12885 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12886 S:      Maintained
12887 F:      Documentation/fb/uvesafb.txt
12888 F:      drivers/video/fbdev/uvesafb.*
12889
12890 VF610 NAND DRIVER
12891 M:      Stefan Agner <stefan@agner.ch>
12892 L:      linux-mtd@lists.infradead.org
12893 S:      Supported
12894 F:      drivers/mtd/nand/vf610_nfc.c
12895
12896 VFAT/FAT/MSDOS FILESYSTEM
12897 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12898 S:      Maintained
12899 F:      Documentation/filesystems/vfat.txt
12900 F:      fs/fat/
12901
12902 VFIO DRIVER
12903 M:      Alex Williamson <alex.williamson@redhat.com>
12904 L:      kvm@vger.kernel.org
12905 T:      git git://github.com/awilliam/linux-vfio.git
12906 S:      Maintained
12907 F:      Documentation/vfio.txt
12908 F:      drivers/vfio/
12909 F:      include/linux/vfio.h
12910 F:      include/uapi/linux/vfio.h
12911
12912 VFIO MEDIATED DEVICE DRIVERS
12913 M:      Kirti Wankhede <kwankhede@nvidia.com>
12914 L:      kvm@vger.kernel.org
12915 S:      Maintained
12916 F:      Documentation/vfio-mediated-device.txt
12917 F:      drivers/vfio/mdev/
12918 F:      include/linux/mdev.h
12919 F:      samples/vfio-mdev/
12920
12921 VFIO PLATFORM DRIVER
12922 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12923 L:      kvm@vger.kernel.org
12924 S:      Maintained
12925 F:      drivers/vfio/platform/
12926
12927 VIDEOBUF2 FRAMEWORK
12928 M:      Pawel Osciak <pawel@osciak.com>
12929 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12930 M:      Kyungmin Park <kyungmin.park@samsung.com>
12931 L:      linux-media@vger.kernel.org
12932 S:      Maintained
12933 F:      drivers/media/v4l2-core/videobuf2-*
12934 F:      include/media/videobuf2-*
12935
12936 VIRTIO AND VHOST VSOCK DRIVER
12937 M:      Stefan Hajnoczi <stefanha@redhat.com>
12938 L:      kvm@vger.kernel.org
12939 L:      virtualization@lists.linux-foundation.org
12940 L:      netdev@vger.kernel.org
12941 S:      Maintained
12942 F:      include/linux/virtio_vsock.h
12943 F:      include/uapi/linux/virtio_vsock.h
12944 F:      net/vmw_vsock/virtio_transport_common.c
12945 F:      net/vmw_vsock/virtio_transport.c
12946 F:      drivers/vhost/vsock.c
12947 F:      drivers/vhost/vsock.h
12948
12949 VIRTUAL SERIO DEVICE DRIVER
12950 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12951 S:      Maintained
12952 F:      drivers/input/serio/userio.c
12953 F:      include/uapi/linux/userio.h
12954
12955 VIRTIO CONSOLE DRIVER
12956 M:      Amit Shah <amit.shah@redhat.com>
12957 L:      virtualization@lists.linux-foundation.org
12958 S:      Maintained
12959 F:      drivers/char/virtio_console.c
12960 F:      include/linux/virtio_console.h
12961 F:      include/uapi/linux/virtio_console.h
12962
12963 VIRTIO CORE, NET AND BLOCK DRIVERS
12964 M:      "Michael S. Tsirkin" <mst@redhat.com>
12965 M:      Jason Wang <jasowang@redhat.com>
12966 L:      virtualization@lists.linux-foundation.org
12967 S:      Maintained
12968 F:      Documentation/devicetree/bindings/virtio/
12969 F:      drivers/virtio/
12970 F:      tools/virtio/
12971 F:      drivers/net/virtio_net.c
12972 F:      drivers/block/virtio_blk.c
12973 F:      include/linux/virtio_*.h
12974 F:      include/uapi/linux/virtio_*.h
12975
12976 VIRTIO DRIVERS FOR S390
12977 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12978 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12979 L:      linux-s390@vger.kernel.org
12980 L:      virtualization@lists.linux-foundation.org
12981 L:      kvm@vger.kernel.org
12982 S:      Supported
12983 F:      drivers/s390/virtio/
12984
12985 VIRTIO GPU DRIVER
12986 M:      David Airlie <airlied@linux.ie>
12987 M:      Gerd Hoffmann <kraxel@redhat.com>
12988 L:      dri-devel@lists.freedesktop.org
12989 L:      virtualization@lists.linux-foundation.org
12990 S:      Maintained
12991 F:      drivers/gpu/drm/virtio/
12992 F:      include/uapi/linux/virtio_gpu.h
12993
12994 VIRTIO HOST (VHOST)
12995 M:      "Michael S. Tsirkin" <mst@redhat.com>
12996 M:      Jason Wang <jasowang@redhat.com>
12997 L:      kvm@vger.kernel.org
12998 L:      virtualization@lists.linux-foundation.org
12999 L:      netdev@vger.kernel.org
13000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13001 S:      Maintained
13002 F:      drivers/vhost/
13003 F:      include/uapi/linux/vhost.h
13004
13005 VIRTIO INPUT DRIVER
13006 M:      Gerd Hoffmann <kraxel@redhat.com>
13007 S:      Maintained
13008 F:      drivers/virtio/virtio_input.c
13009 F:      include/uapi/linux/virtio_input.h
13010
13011 VIA RHINE NETWORK DRIVER
13012 S:      Orphan
13013 F:      drivers/net/ethernet/via/via-rhine.c
13014
13015 VIA SD/MMC CARD CONTROLLER DRIVER
13016 M:      Bruce Chang <brucechang@via.com.tw>
13017 M:      Harald Welte <HaraldWelte@viatech.com>
13018 S:      Maintained
13019 F:      drivers/mmc/host/via-sdmmc.c
13020
13021 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13022 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13023 L:      linux-fbdev@vger.kernel.org
13024 S:      Maintained
13025 F:      include/linux/via-core.h
13026 F:      include/linux/via-gpio.h
13027 F:      include/linux/via_i2c.h
13028 F:      drivers/video/fbdev/via/
13029
13030 VIA VELOCITY NETWORK DRIVER
13031 M:      Francois Romieu <romieu@fr.zoreil.com>
13032 L:      netdev@vger.kernel.org
13033 S:      Maintained
13034 F:      drivers/net/ethernet/via/via-velocity.*
13035
13036 VIRT LIB
13037 M:      Alex Williamson <alex.williamson@redhat.com>
13038 M:      Paolo Bonzini <pbonzini@redhat.com>
13039 L:      kvm@vger.kernel.org
13040 S:      Supported
13041 F:      virt/lib/
13042
13043 VIVID VIRTUAL VIDEO DRIVER
13044 M:      Hans Verkuil <hverkuil@xs4all.nl>
13045 L:      linux-media@vger.kernel.org
13046 T:      git git://linuxtv.org/media_tree.git
13047 W:      https://linuxtv.org
13048 S:      Maintained
13049 F:      drivers/media/platform/vivid/*
13050
13051 VLAN (802.1Q)
13052 M:      Patrick McHardy <kaber@trash.net>
13053 L:      netdev@vger.kernel.org
13054 S:      Maintained
13055 F:      drivers/net/macvlan.c
13056 F:      include/linux/if_*vlan.h
13057 F:      net/8021q/
13058
13059 VLYNQ BUS
13060 M:      Florian Fainelli <f.fainelli@gmail.com>
13061 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13062 S:      Maintained
13063 F:      drivers/vlynq/vlynq.c
13064 F:      include/linux/vlynq.h
13065
13066 VME SUBSYSTEM
13067 M:      Martyn Welch <martyn@welchs.me.uk>
13068 M:      Manohar Vanga <manohar.vanga@gmail.com>
13069 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13070 L:      devel@driverdev.osuosl.org
13071 S:      Maintained
13072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13073 F:      Documentation/driver-api/vme.rst
13074 F:      drivers/staging/vme/
13075 F:      drivers/vme/
13076 F:      include/linux/vme*
13077
13078 VMWARE HYPERVISOR INTERFACE
13079 M:      Alok Kataria <akataria@vmware.com>
13080 L:      virtualization@lists.linux-foundation.org
13081 S:      Supported
13082 F:      arch/x86/kernel/cpu/vmware.c
13083
13084 VMWARE BALLOON DRIVER
13085 M:      Xavier Deguillard <xdeguillard@vmware.com>
13086 M:      Philip Moltmann <moltmann@vmware.com>
13087 M:      "VMware, Inc." <pv-drivers@vmware.com>
13088 L:      linux-kernel@vger.kernel.org
13089 S:      Maintained
13090 F:      drivers/misc/vmw_balloon.c
13091
13092 VMWARE VMMOUSE SUBDRIVER
13093 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13094 M:      "VMware, Inc." <pv-drivers@vmware.com>
13095 L:      linux-input@vger.kernel.org
13096 S:      Maintained
13097 F:      drivers/input/mouse/vmmouse.c
13098 F:      drivers/input/mouse/vmmouse.h
13099
13100 VMWARE VMXNET3 ETHERNET DRIVER
13101 M:      Shrikrishna Khare <skhare@vmware.com>
13102 M:      "VMware, Inc." <pv-drivers@vmware.com>
13103 L:      netdev@vger.kernel.org
13104 S:      Maintained
13105 F:      drivers/net/vmxnet3/
13106
13107 VMware PVSCSI driver
13108 M:      Jim Gill <jgill@vmware.com>
13109 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13110 L:      linux-scsi@vger.kernel.org
13111 S:      Maintained
13112 F:      drivers/scsi/vmw_pvscsi.c
13113 F:      drivers/scsi/vmw_pvscsi.h
13114
13115 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13116 M:      Liam Girdwood <lgirdwood@gmail.com>
13117 M:      Mark Brown <broonie@kernel.org>
13118 L:      linux-kernel@vger.kernel.org
13119 W:      http://www.slimlogic.co.uk/?p=48
13120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13121 S:      Supported
13122 F:      Documentation/devicetree/bindings/regulator/
13123 F:      drivers/regulator/
13124 F:      include/dt-bindings/regulator/
13125 F:      include/linux/regulator/
13126
13127 VRF
13128 M:      David Ahern <dsa@cumulusnetworks.com>
13129 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13130 L:      netdev@vger.kernel.org
13131 S:      Maintained
13132 F:      drivers/net/vrf.c
13133 F:      Documentation/networking/vrf.txt
13134
13135 VT1211 HARDWARE MONITOR DRIVER
13136 M:      Juerg Haefliger <juergh@gmail.com>
13137 L:      linux-hwmon@vger.kernel.org
13138 S:      Maintained
13139 F:      Documentation/hwmon/vt1211
13140 F:      drivers/hwmon/vt1211.c
13141
13142 VT8231 HARDWARE MONITOR DRIVER
13143 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13144 L:      linux-hwmon@vger.kernel.org
13145 S:      Maintained
13146 F:      drivers/hwmon/vt8231.c
13147
13148 VUB300 USB to SDIO/SD/MMC bridge chip
13149 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13150 L:      linux-mmc@vger.kernel.org
13151 L:      linux-usb@vger.kernel.org
13152 S:      Supported
13153 F:      drivers/mmc/host/vub300.c
13154
13155 W1 DALLAS'S 1-WIRE BUS
13156 M:      Evgeniy Polyakov <zbr@ioremap.net>
13157 S:      Maintained
13158 F:      Documentation/w1/
13159 F:      drivers/w1/
13160
13161 W83791D HARDWARE MONITORING DRIVER
13162 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13163 L:      linux-hwmon@vger.kernel.org
13164 S:      Maintained
13165 F:      Documentation/hwmon/w83791d
13166 F:      drivers/hwmon/w83791d.c
13167
13168 W83793 HARDWARE MONITORING DRIVER
13169 M:      Rudolf Marek <r.marek@assembler.cz>
13170 L:      linux-hwmon@vger.kernel.org
13171 S:      Maintained
13172 F:      Documentation/hwmon/w83793
13173 F:      drivers/hwmon/w83793.c
13174
13175 W83795 HARDWARE MONITORING DRIVER
13176 M:      Jean Delvare <jdelvare@suse.com>
13177 L:      linux-hwmon@vger.kernel.org
13178 S:      Maintained
13179 F:      drivers/hwmon/w83795.c
13180
13181 W83L51xD SD/MMC CARD INTERFACE DRIVER
13182 M:      Pierre Ossman <pierre@ossman.eu>
13183 S:      Maintained
13184 F:      drivers/mmc/host/wbsd.*
13185
13186 WACOM PROTOCOL 4 SERIAL TABLETS
13187 M:      Julian Squires <julian@cipht.net>
13188 M:      Hans de Goede <hdegoede@redhat.com>
13189 L:      linux-input@vger.kernel.org
13190 S:      Maintained
13191 F:      drivers/input/tablet/wacom_serial4.c
13192
13193 WATCHDOG DEVICE DRIVERS
13194 M:      Wim Van Sebroeck <wim@iguana.be>
13195 R:      Guenter Roeck <linux@roeck-us.net>
13196 L:      linux-watchdog@vger.kernel.org
13197 W:      http://www.linux-watchdog.org/
13198 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13199 S:      Maintained
13200 F:      Documentation/devicetree/bindings/watchdog/
13201 F:      Documentation/watchdog/
13202 F:      drivers/watchdog/
13203 F:      include/linux/watchdog.h
13204 F:      include/uapi/linux/watchdog.h
13205
13206 WIIMOTE HID DRIVER
13207 M:      David Herrmann <dh.herrmann@googlemail.com>
13208 L:      linux-input@vger.kernel.org
13209 S:      Maintained
13210 F:      drivers/hid/hid-wiimote*
13211
13212 WINBOND CIR DRIVER
13213 M:      David Härdeman <david@hardeman.nu>
13214 S:      Maintained
13215 F:      drivers/media/rc/winbond-cir.c
13216
13217 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13218 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13219 L:      linux-watchdog@vger.kernel.org
13220 S:      Maintained
13221 F:      drivers/watchdog/ebc-c384_wdt.c
13222
13223 WINSYSTEMS WS16C48 GPIO DRIVER
13224 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13225 L:      linux-gpio@vger.kernel.org
13226 S:      Maintained
13227 F:      drivers/gpio/gpio-ws16c48.c
13228
13229 WIMAX STACK
13230 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13231 M:      linux-wimax@intel.com
13232 L:      wimax@linuxwimax.org (subscribers-only)
13233 S:      Supported
13234 W:      http://linuxwimax.org
13235 F:      Documentation/wimax/README.wimax
13236 F:      include/linux/wimax/debug.h
13237 F:      include/net/wimax.h
13238 F:      include/uapi/linux/wimax.h
13239 F:      net/wimax/
13240
13241 WISTRON LAPTOP BUTTON DRIVER
13242 M:      Miloslav Trmac <mitr@volny.cz>
13243 S:      Maintained
13244 F:      drivers/input/misc/wistron_btns.c
13245
13246 WL3501 WIRELESS PCMCIA CARD DRIVER
13247 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13248 L:      linux-wireless@vger.kernel.org
13249 W:      http://oops.ghostprotocols.net:81/blog
13250 S:      Maintained
13251 F:      drivers/net/wireless/wl3501*
13252
13253 WOLFSON MICROELECTRONICS DRIVERS
13254 L:      patches@opensource.wolfsonmicro.com
13255 T:      git https://github.com/CirrusLogic/linux-drivers.git
13256 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13257 S:      Supported
13258 F:      Documentation/hwmon/wm83??
13259 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13260 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13261 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13262 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13263 F:      drivers/clk/clk-wm83*.c
13264 F:      drivers/extcon/extcon-arizona.c
13265 F:      drivers/leds/leds-wm83*.c
13266 F:      drivers/gpio/gpio-*wm*.c
13267 F:      drivers/gpio/gpio-arizona.c
13268 F:      drivers/hwmon/wm83??-hwmon.c
13269 F:      drivers/input/misc/wm831x-on.c
13270 F:      drivers/input/touchscreen/wm831x-ts.c
13271 F:      drivers/input/touchscreen/wm97*.c
13272 F:      drivers/mfd/arizona*
13273 F:      drivers/mfd/wm*.c
13274 F:      drivers/mfd/cs47l24*
13275 F:      drivers/power/supply/wm83*.c
13276 F:      drivers/rtc/rtc-wm83*.c
13277 F:      drivers/regulator/wm8*.c
13278 F:      drivers/video/backlight/wm83*_bl.c
13279 F:      drivers/watchdog/wm83*_wdt.c
13280 F:      include/linux/mfd/arizona/
13281 F:      include/linux/mfd/wm831x/
13282 F:      include/linux/mfd/wm8350/
13283 F:      include/linux/mfd/wm8400*
13284 F:      include/linux/wm97xx.h
13285 F:      include/sound/wm????.h
13286 F:      sound/soc/codecs/arizona.?
13287 F:      sound/soc/codecs/wm*
13288 F:      sound/soc/codecs/cs47l24*
13289
13290 WORKQUEUE
13291 M:      Tejun Heo <tj@kernel.org>
13292 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13294 S:      Maintained
13295 F:      include/linux/workqueue.h
13296 F:      kernel/workqueue.c
13297 F:      Documentation/core-api/workqueue.rst
13298
13299 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13300 M:      Chen-Yu Tsai <wens@csie.org>
13301 L:      linux-kernel@vger.kernel.org
13302 S:      Maintained
13303 N:      axp[128]
13304
13305 X.25 NETWORK LAYER
13306 M:      Andrew Hendry <andrew.hendry@gmail.com>
13307 L:      linux-x25@vger.kernel.org
13308 S:      Odd Fixes
13309 F:      Documentation/networking/x25*
13310 F:      include/net/x25*
13311 F:      net/x25/
13312
13313 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13314 M:      Thomas Gleixner <tglx@linutronix.de>
13315 M:      Ingo Molnar <mingo@redhat.com>
13316 M:      "H. Peter Anvin" <hpa@zytor.com>
13317 M:      x86@kernel.org
13318 L:      linux-kernel@vger.kernel.org
13319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13320 S:      Maintained
13321 F:      Documentation/x86/
13322 F:      arch/x86/
13323
13324 X86 PLATFORM DRIVERS
13325 M:      Darren Hart <dvhart@infradead.org>
13326 L:      platform-driver-x86@vger.kernel.org
13327 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13328 S:      Maintained
13329 F:      drivers/platform/x86/
13330 F:      drivers/platform/olpc/
13331
13332 X86 MCE INFRASTRUCTURE
13333 M:      Tony Luck <tony.luck@intel.com>
13334 M:      Borislav Petkov <bp@alien8.de>
13335 L:      linux-edac@vger.kernel.org
13336 S:      Maintained
13337 F:      arch/x86/kernel/cpu/mcheck/*
13338
13339 X86 MICROCODE UPDATE SUPPORT
13340 M:      Borislav Petkov <bp@alien8.de>
13341 S:      Maintained
13342 F:      arch/x86/kernel/cpu/microcode/*
13343
13344 X86 VDSO
13345 M:      Andy Lutomirski <luto@amacapital.net>
13346 L:      linux-kernel@vger.kernel.org
13347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13348 S:      Maintained
13349 F:      arch/x86/entry/vdso/
13350
13351 XC2028/3028 TUNER DRIVER
13352 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13353 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13354 L:      linux-media@vger.kernel.org
13355 W:      https://linuxtv.org
13356 T:      git git://linuxtv.org/media_tree.git
13357 S:      Maintained
13358 F:      drivers/media/tuners/tuner-xc2028.*
13359
13360 XEN HYPERVISOR INTERFACE
13361 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13362 M:      Juergen Gross <jgross@suse.com>
13363 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13365 S:      Supported
13366 F:      arch/x86/xen/
13367 F:      drivers/*/xen-*front.c
13368 F:      drivers/xen/
13369 F:      arch/x86/include/asm/xen/
13370 F:      include/xen/
13371 F:      include/uapi/xen/
13372
13373 XEN HYPERVISOR ARM
13374 M:      Stefano Stabellini <sstabellini@kernel.org>
13375 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13376 S:      Maintained
13377 F:      arch/arm/xen/
13378 F:      arch/arm/include/asm/xen/
13379
13380 XEN HYPERVISOR ARM64
13381 M:      Stefano Stabellini <sstabellini@kernel.org>
13382 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13383 S:      Maintained
13384 F:      arch/arm64/xen/
13385 F:      arch/arm64/include/asm/xen/
13386
13387 XEN NETWORK BACKEND DRIVER
13388 M:      Wei Liu <wei.liu2@citrix.com>
13389 M:      Paul Durrant <paul.durrant@citrix.com>
13390 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13391 L:      netdev@vger.kernel.org
13392 S:      Supported
13393 F:      drivers/net/xen-netback/*
13394
13395 XEN PCI SUBSYSTEM
13396 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13397 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13398 S:      Supported
13399 F:      arch/x86/pci/*xen*
13400 F:      drivers/pci/*xen*
13401
13402 XEN BLOCK SUBSYSTEM
13403 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13404 M:      Roger Pau Monné <roger.pau@citrix.com>
13405 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13406 S:      Supported
13407 F:      drivers/block/xen-blkback/*
13408 F:      drivers/block/xen*
13409
13410 XEN PVSCSI DRIVERS
13411 M:      Juergen Gross <jgross@suse.com>
13412 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13413 L:      linux-scsi@vger.kernel.org
13414 S:      Supported
13415 F:      drivers/scsi/xen-scsifront.c
13416 F:      drivers/xen/xen-scsiback.c
13417 F:      include/xen/interface/io/vscsiif.h
13418
13419 XEN SWIOTLB SUBSYSTEM
13420 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13421 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13422 S:      Supported
13423 F:      arch/x86/xen/*swiotlb*
13424 F:      drivers/xen/*swiotlb*
13425
13426 XFS FILESYSTEM
13427 M:      Dave Chinner <david@fromorbit.com>
13428 M:      linux-xfs@vger.kernel.org
13429 L:      linux-xfs@vger.kernel.org
13430 W:      http://xfs.org/
13431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13432 S:      Supported
13433 F:      Documentation/filesystems/xfs.txt
13434 F:      fs/xfs/
13435
13436 XILINX AXI ETHERNET DRIVER
13437 M:      Anirudha Sarangi <anirudh@xilinx.com>
13438 M:      John Linn <John.Linn@xilinx.com>
13439 S:      Maintained
13440 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13441
13442 XILINX UARTLITE SERIAL DRIVER
13443 M:      Peter Korsgaard <jacmet@sunsite.dk>
13444 L:      linux-serial@vger.kernel.org
13445 S:      Maintained
13446 F:      drivers/tty/serial/uartlite.c
13447
13448 XILINX VIDEO IP CORES
13449 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13450 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13451 L:      linux-media@vger.kernel.org
13452 T:      git git://linuxtv.org/media_tree.git
13453 S:      Supported
13454 F:      Documentation/devicetree/bindings/media/xilinx/
13455 F:      drivers/media/platform/xilinx/
13456 F:      include/uapi/linux/xilinx-v4l2-controls.h
13457
13458 XILLYBUS DRIVER
13459 M:      Eli Billauer <eli.billauer@gmail.com>
13460 L:      linux-kernel@vger.kernel.org
13461 S:      Supported
13462 F:      drivers/char/xillybus/
13463
13464 XTENSA XTFPGA PLATFORM SUPPORT
13465 M:      Max Filippov <jcmvbkbc@gmail.com>
13466 L:      linux-xtensa@linux-xtensa.org
13467 S:      Maintained
13468 F:      drivers/spi/spi-xtensa-xtfpga.c
13469 F:      sound/soc/xtensa/xtfpga-i2s.c
13470
13471 YAM DRIVER FOR AX.25
13472 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13473 L:      linux-hams@vger.kernel.org
13474 S:      Maintained
13475 F:      drivers/net/hamradio/yam*
13476 F:      include/linux/yam.h
13477
13478 YEALINK PHONE DRIVER
13479 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13480 L:      usbb2k-api-dev@nongnu.org
13481 S:      Maintained
13482 F:      Documentation/input/yealink.txt
13483 F:      drivers/input/misc/yealink.*
13484
13485 Z8530 DRIVER FOR AX.25
13486 M:      Joerg Reuter <jreuter@yaina.de>
13487 W:      http://yaina.de/jreuter/
13488 W:      http://www.qsl.net/dl1bke/
13489 L:      linux-hams@vger.kernel.org
13490 S:      Maintained
13491 F:      Documentation/networking/z8530drv.txt
13492 F:      drivers/net/hamradio/*scc.c
13493 F:      drivers/net/hamradio/z8530.h
13494
13495 ZBUD COMPRESSED PAGE ALLOCATOR
13496 M:      Seth Jennings <sjenning@redhat.com>
13497 L:      linux-mm@kvack.org
13498 S:      Maintained
13499 F:      mm/zbud.c
13500 F:      include/linux/zbud.h
13501
13502 ZD1211RW WIRELESS DRIVER
13503 M:      Daniel Drake <dsd@gentoo.org>
13504 M:      Ulrich Kunitz <kune@deine-taler.de>
13505 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13506 L:      linux-wireless@vger.kernel.org
13507 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13508 S:      Maintained
13509 F:      drivers/net/wireless/zydas/zd1211rw/
13510
13511 ZPOOL COMPRESSED PAGE STORAGE API
13512 M:      Dan Streetman <ddstreet@ieee.org>
13513 L:      linux-mm@kvack.org
13514 S:      Maintained
13515 F:      mm/zpool.c
13516 F:      include/linux/zpool.h
13517
13518 ZR36067 VIDEO FOR LINUX DRIVER
13519 L:      mjpeg-users@lists.sourceforge.net
13520 L:      linux-media@vger.kernel.org
13521 W:      http://mjpeg.sourceforge.net/driver-zoran/
13522 T:      hg https://linuxtv.org/hg/v4l-dvb
13523 S:      Odd Fixes
13524 F:      drivers/media/pci/zoran/
13525
13526 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13527 M:      Minchan Kim <minchan@kernel.org>
13528 M:      Nitin Gupta <ngupta@vflare.org>
13529 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13530 L:      linux-kernel@vger.kernel.org
13531 S:      Maintained
13532 F:      drivers/block/zram/
13533 F:      Documentation/blockdev/zram.txt
13534
13535 ZS DECSTATION Z85C30 SERIAL DRIVER
13536 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13537 S:      Maintained
13538 F:      drivers/tty/serial/zs.*
13539
13540 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13541 M:      Minchan Kim <minchan@kernel.org>
13542 M:      Nitin Gupta <ngupta@vflare.org>
13543 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13544 L:      linux-mm@kvack.org
13545 S:      Maintained
13546 F:      mm/zsmalloc.c
13547 F:      include/linux/zsmalloc.h
13548 F:      Documentation/vm/zsmalloc.txt
13549
13550 ZSWAP COMPRESSED SWAP CACHING
13551 M:      Seth Jennings <sjenning@redhat.com>
13552 L:      linux-mm@kvack.org
13553 S:      Maintained
13554 F:      mm/zswap.c
13555
13556 THE REST
13557 M:      Linus Torvalds <torvalds@linux-foundation.org>
13558 L:      linux-kernel@vger.kernel.org
13559 Q:      http://patchwork.kernel.org/project/LKML/list/
13560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13561 S:      Buried alive in reporters
13562 F:      *
13563 F:      */