Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[sfrench/cifs-2.6.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/process/coding-style.rst for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/process/submitting-patches.rst for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/process/submitting-patches.rst.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         B: URI for where to file bugs. A web-page with detailed bug
78            filing info, a direct bug tracker link, or a mailto: URI.
79         C: URI for chat protocol, server and channel where developers
80            usually hang out, for example irc://server/channel.
81         Q: Patchwork web based patch tracking system site
82         T: SCM tree type and location.
83            Type is one of: git, hg, quilt, stgit, topgit
84         S: Status, one of the following:
85            Supported:   Someone is actually paid to look after this.
86            Maintained:  Someone actually looks after it.
87            Odd Fixes:   It has a maintainer but they don't have time to do
88                         much other than throw the odd patch in. See below..
89            Orphan:      No current maintainer [but maybe you could take the
90                         role as you write your new code].
91            Obsolete:    Old code. Something tagged obsolete generally means
92                         it has been replaced by a better system and you
93                         should be using that.
94         F: Files and directories with wildcard patterns.
95            A trailing slash includes all files and subdirectory files.
96            F:   drivers/net/    all files in and below drivers/net
97            F:   drivers/net/*   all files in drivers/net, but not below
98            F:   */net/*         all files in "any top level directory"/net
99            One pattern per line.  Multiple F: lines acceptable.
100         N: Files and directories with regex patterns.
101            N:   [^a-z]tegra     all files whose path contains the word tegra
102            One pattern per line.  Multiple N: lines acceptable.
103            scripts/get_maintainer.pl has different behavior for files that
104            match F: pattern and matches of N: patterns.  By default,
105            get_maintainer will not look at git log history when an F: pattern
106            match occurs.  When an N: match occurs, git log history is used
107            to also notify the people that have git commit signatures.
108         X: Files and directories that are NOT maintained, same rules as F:
109            Files exclusions are tested before file matches.
110            Can be useful for excluding a specific subdirectory, for instance:
111            F:   net/
112            X:   net/ipv6/
113            matches all files in and below net excluding net/ipv6/
114         K: Keyword perl extended regex pattern to match content in a
115            patch or file.  For instance:
116            K: of_get_profile
117               matches patches or files that contain "of_get_profile"
118            K: \b(printk|pr_(info|err))\b
119               matches patches or files that contain one or more of the words
120               printk, pr_info or pr_err
121            One regex pattern per line.  Multiple K: lines acceptable.
122
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
125 so much easier [Ed]
126
127 Maintainers List (try to look for most precise areas first)
128
129                 -----------------------------------
130
131 3C59X NETWORK DRIVER
132 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133 L:      netdev@vger.kernel.org
134 S:      Maintained
135 F:      Documentation/networking/vortex.txt
136 F:      drivers/net/ethernet/3com/3c59x.c
137
138 3CR990 NETWORK DRIVER
139 M:      David Dillow <dave@thedillows.org>
140 L:      netdev@vger.kernel.org
141 S:      Maintained
142 F:      drivers/net/ethernet/3com/typhoon*
143
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M:      Adam Radford <aradford@gmail.com>
146 L:      linux-scsi@vger.kernel.org
147 W:      http://www.lsi.com
148 S:      Supported
149 F:      drivers/scsi/3w-*
150
151 53C700 AND 53C700-66 SCSI DRIVER
152 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153 L:      linux-scsi@vger.kernel.org
154 S:      Maintained
155 F:      drivers/scsi/53c700*
156
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M:      Alexander Aring <aar@pengutronix.de>
159 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
160 L:      linux-bluetooth@vger.kernel.org
161 L:      linux-wpan@vger.kernel.org
162 S:      Maintained
163 F:      net/6lowpan/
164 F:      include/net/6lowpan.h
165 F:      Documentation/networking/6lowpan.txt
166
167 6PACK NETWORK DRIVER FOR AX.25
168 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
169 L:      linux-hams@vger.kernel.org
170 S:      Maintained
171 F:      drivers/net/hamradio/6pack.c
172
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
175 L:      netdev@vger.kernel.org
176 S:      Maintained
177 F:      drivers/net/ethernet/realtek/r8169.c
178
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181 L:      linux-serial@vger.kernel.org
182 S:      Maintained
183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F:      drivers/tty/serial/8250*
185 F:      include/linux/serial_8250.h
186
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L:      netdev@vger.kernel.org
189 S:      Orphan / Obsolete
190 F:      drivers/net/ethernet/8390/
191
192 9P FILE SYSTEM
193 M:      Eric Van Hensbergen <ericvh@gmail.com>
194 M:      Ron Minnich <rminnich@sandia.gov>
195 M:      Latchesar Ionkov <lucho@ionkov.net>
196 L:      v9fs-developer@lists.sourceforge.net
197 W:      http://swik.net/v9fs
198 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
200 S:      Maintained
201 F:      Documentation/filesystems/9p.txt
202 F:      fs/9p/
203 F:      net/9p/
204 F:      include/net/9p/
205 F:      include/uapi/linux/virtio_9p.h
206 F:      include/trace/events/9p.h
207
208
209 A8293 MEDIA DRIVER
210 M:      Antti Palosaari <crope@iki.fi>
211 L:      linux-media@vger.kernel.org
212 W:      https://linuxtv.org
213 W:      http://palosaari.fi/linux/
214 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
215 T:      git git://linuxtv.org/anttip/media_tree.git
216 S:      Maintained
217 F:      drivers/media/dvb-frontends/a8293*
218
219 AACRAID SCSI RAID DRIVER
220 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
221 L:      linux-scsi@vger.kernel.org
222 W:      http://www.adaptec.com/
223 S:      Supported
224 F:      Documentation/scsi/aacraid.txt
225 F:      drivers/scsi/aacraid/
226
227 ABI/API
228 L:      linux-api@vger.kernel.org
229 F:      include/linux/syscalls.h
230 F:      kernel/sys_ni.c
231
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M:      Hans de Goede <hdegoede@redhat.com>
234 L:      linux-hwmon@vger.kernel.org
235 S:      Maintained
236 F:      drivers/hwmon/abituguru.c
237
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M:      Alistair John Strachan <alistair@devzero.co.uk>
240 L:      linux-hwmon@vger.kernel.org
241 S:      Maintained
242 F:      drivers/hwmon/abituguru3.c
243
244 ACCES 104-DIO-48E GPIO DRIVER
245 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
246 L:      linux-gpio@vger.kernel.org
247 S:      Maintained
248 F:      drivers/gpio/gpio-104-dio-48e.c
249
250 ACCES 104-IDI-48 GPIO DRIVER
251 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
252 L:      linux-gpio@vger.kernel.org
253 S:      Maintained
254 F:      drivers/gpio/gpio-104-idi-48.c
255
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
258 L:      linux-gpio@vger.kernel.org
259 S:      Maintained
260 F:      drivers/gpio/gpio-104-idio-16.c
261
262 ACCES 104-QUAD-8 IIO DRIVER
263 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
264 L:      linux-iio@vger.kernel.org
265 S:      Maintained
266 F:      drivers/iio/counter/104-quad-8.c
267
268 ACENIC DRIVER
269 M:      Jes Sorensen <jes@trained-monkey.org>
270 L:      linux-acenic@sunsite.dk
271 S:      Maintained
272 F:      drivers/net/ethernet/alteon/acenic*
273
274 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
275 M:      Peter Feuerer <peter@piie.net>
276 L:      platform-driver-x86@vger.kernel.org
277 W:      http://piie.net/?section=acerhdf
278 S:      Maintained
279 F:      drivers/platform/x86/acerhdf.c
280
281 ACER WMI LAPTOP EXTRAS
282 M:      "Lee, Chun-Yi" <jlee@suse.com>
283 L:      platform-driver-x86@vger.kernel.org
284 S:      Maintained
285 F:      drivers/platform/x86/acer-wmi.c
286
287 ACPI
288 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
289 M:      Len Brown <lenb@kernel.org>
290 L:      linux-acpi@vger.kernel.org
291 W:      https://01.org/linux-acpi
292 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
294 B:      https://bugzilla.kernel.org
295 S:      Supported
296 F:      drivers/acpi/
297 F:      drivers/pnp/pnpacpi/
298 F:      include/linux/acpi.h
299 F:      include/acpi/
300 F:      Documentation/acpi/
301 F:      Documentation/ABI/testing/sysfs-bus-acpi
302 F:      Documentation/ABI/testing/configfs-acpi
303 F:      drivers/pci/*acpi*
304 F:      drivers/pci/*/*acpi*
305 F:      drivers/pci/*/*/*acpi*
306 F:      tools/power/acpi/
307
308 ACPI COMPONENT ARCHITECTURE (ACPICA)
309 M:      Robert Moore <robert.moore@intel.com>
310 M:      Lv Zheng <lv.zheng@intel.com>
311 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 L:      devel@acpica.org
314 W:      https://acpica.org/
315 W:      https://github.com/acpica/acpica/
316 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
318 B:      https://bugzilla.kernel.org
319 B:      https://bugs.acpica.org
320 S:      Supported
321 F:      drivers/acpi/acpica/
322 F:      include/acpi/
323 F:      tools/power/acpi/
324
325 ACPI FAN DRIVER
326 M:      Zhang Rui <rui.zhang@intel.com>
327 L:      linux-acpi@vger.kernel.org
328 W:      https://01.org/linux-acpi
329 B:      https://bugzilla.kernel.org
330 S:      Supported
331 F:      drivers/acpi/fan.c
332
333 ACPI FOR ARM64 (ACPI/arm64)
334 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
335 M:      Hanjun Guo <hanjun.guo@linaro.org>
336 M:      Sudeep Holla <sudeep.holla@arm.com>
337 L:      linux-acpi@vger.kernel.org
338 S:      Maintained
339 F:      drivers/acpi/arm64
340
341 ACPI THERMAL DRIVER
342 M:      Zhang Rui <rui.zhang@intel.com>
343 L:      linux-acpi@vger.kernel.org
344 W:      https://01.org/linux-acpi
345 B:      https://bugzilla.kernel.org
346 S:      Supported
347 F:      drivers/acpi/*thermal*
348
349 ACPI VIDEO DRIVER
350 M:      Zhang Rui <rui.zhang@intel.com>
351 L:      linux-acpi@vger.kernel.org
352 W:      https://01.org/linux-acpi
353 B:      https://bugzilla.kernel.org
354 S:      Supported
355 F:      drivers/acpi/acpi_video.c
356
357 ACPI WMI DRIVER
358 L:      platform-driver-x86@vger.kernel.org
359 S:      Orphan
360 F:      drivers/platform/x86/wmi.c
361
362 AD1889 ALSA SOUND DRIVER
363 M:      Thibaut Varene <T-Bone@parisc-linux.org>
364 W:      http://wiki.parisc-linux.org/AD1889
365 L:      linux-parisc@vger.kernel.org
366 S:      Maintained
367 F:      sound/pci/ad1889.*
368
369 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
370 M:      Michael Hennerich <michael.hennerich@analog.com>
371 W:      http://wiki.analog.com/AD5254
372 W:      http://ez.analog.com/community/linux-device-drivers
373 S:      Supported
374 F:      drivers/misc/ad525x_dpot.c
375
376 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
377 M:      Michael Hennerich <michael.hennerich@analog.com>
378 W:      http://wiki.analog.com/AD5398
379 W:      http://ez.analog.com/community/linux-device-drivers
380 S:      Supported
381 F:      drivers/regulator/ad5398.c
382
383 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
384 M:      Michael Hennerich <michael.hennerich@analog.com>
385 W:      http://wiki.analog.com/AD7142
386 W:      http://ez.analog.com/community/linux-device-drivers
387 S:      Supported
388 F:      drivers/input/misc/ad714x.c
389
390 AD7877 TOUCHSCREEN DRIVER
391 M:      Michael Hennerich <michael.hennerich@analog.com>
392 W:      http://wiki.analog.com/AD7877
393 W:      http://ez.analog.com/community/linux-device-drivers
394 S:      Supported
395 F:      drivers/input/touchscreen/ad7877.c
396
397 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
398 M:      Michael Hennerich <michael.hennerich@analog.com>
399 W:      http://wiki.analog.com/AD7879
400 W:      http://ez.analog.com/community/linux-device-drivers
401 S:      Supported
402 F:      drivers/input/touchscreen/ad7879.c
403
404 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
405 M:      Jiri Kosina <jikos@kernel.org>
406 S:      Maintained
407
408 ADF7242 IEEE 802.15.4 RADIO DRIVER
409 M:      Michael Hennerich <michael.hennerich@analog.com>
410 W:      https://wiki.analog.com/ADF7242
411 W:      http://ez.analog.com/community/linux-device-drivers
412 L:      linux-wpan@vger.kernel.org
413 S:      Supported
414 F:      drivers/net/ieee802154/adf7242.c
415 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
416
417 ADM1025 HARDWARE MONITOR DRIVER
418 M:      Jean Delvare <jdelvare@suse.com>
419 L:      linux-hwmon@vger.kernel.org
420 S:      Maintained
421 F:      Documentation/hwmon/adm1025
422 F:      drivers/hwmon/adm1025.c
423
424 ADM1029 HARDWARE MONITOR DRIVER
425 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
426 L:      linux-hwmon@vger.kernel.org
427 S:      Maintained
428 F:      drivers/hwmon/adm1029.c
429
430 ADM8211 WIRELESS DRIVER
431 L:      linux-wireless@vger.kernel.org
432 W:      http://wireless.kernel.org/
433 S:      Orphan
434 F:      drivers/net/wireless/admtek/adm8211.*
435
436 ADP1653 FLASH CONTROLLER DRIVER
437 M:      Sakari Ailus <sakari.ailus@iki.fi>
438 L:      linux-media@vger.kernel.org
439 S:      Maintained
440 F:      drivers/media/i2c/adp1653.c
441 F:      include/media/i2c/adp1653.h
442
443 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
444 M:      Michael Hennerich <michael.hennerich@analog.com>
445 W:      http://wiki.analog.com/ADP5520
446 W:      http://ez.analog.com/community/linux-device-drivers
447 S:      Supported
448 F:      drivers/mfd/adp5520.c
449 F:      drivers/video/backlight/adp5520_bl.c
450 F:      drivers/leds/leds-adp5520.c
451 F:      drivers/gpio/gpio-adp5520.c
452 F:      drivers/input/keyboard/adp5520-keys.c
453
454 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
455 M:      Michael Hennerich <michael.hennerich@analog.com>
456 W:      http://wiki.analog.com/ADP5588
457 W:      http://ez.analog.com/community/linux-device-drivers
458 S:      Supported
459 F:      drivers/input/keyboard/adp5588-keys.c
460 F:      drivers/gpio/gpio-adp5588.c
461
462 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
463 M:      Michael Hennerich <michael.hennerich@analog.com>
464 W:      http://wiki.analog.com/ADP8860
465 W:      http://ez.analog.com/community/linux-device-drivers
466 S:      Supported
467 F:      drivers/video/backlight/adp8860_bl.c
468
469 ADS1015 HARDWARE MONITOR DRIVER
470 M:      Dirk Eibach <eibach@gdsys.de>
471 L:      linux-hwmon@vger.kernel.org
472 S:      Maintained
473 F:      Documentation/hwmon/ads1015
474 F:      drivers/hwmon/ads1015.c
475 F:      include/linux/i2c/ads1015.h
476
477 ADT746X FAN DRIVER
478 M:      Colin Leroy <colin@colino.net>
479 S:      Maintained
480 F:      drivers/macintosh/therm_adt746x.c
481
482 ADT7475 HARDWARE MONITOR DRIVER
483 M:      Jean Delvare <jdelvare@suse.com>
484 L:      linux-hwmon@vger.kernel.org
485 S:      Maintained
486 F:      Documentation/hwmon/adt7475
487 F:      drivers/hwmon/adt7475.c
488
489 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
490 M:      Michael Hennerich <michael.hennerich@analog.com>
491 W:      http://wiki.analog.com/ADXL345
492 W:      http://ez.analog.com/community/linux-device-drivers
493 S:      Supported
494 F:      drivers/input/misc/adxl34x.c
495
496 ADVANSYS SCSI DRIVER
497 M:      Matthew Wilcox <matthew@wil.cx>
498 M:      Hannes Reinecke <hare@suse.com>
499 L:      linux-scsi@vger.kernel.org
500 S:      Maintained
501 F:      Documentation/scsi/advansys.txt
502 F:      drivers/scsi/advansys.c
503
504 AEDSP16 DRIVER
505 M:      Riccardo Facchetti <fizban@tin.it>
506 S:      Maintained
507 F:      sound/oss/aedsp16.c
508
509 AF9013 MEDIA DRIVER
510 M:      Antti Palosaari <crope@iki.fi>
511 L:      linux-media@vger.kernel.org
512 W:      https://linuxtv.org
513 W:      http://palosaari.fi/linux/
514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
515 T:      git git://linuxtv.org/anttip/media_tree.git
516 S:      Maintained
517 F:      drivers/media/dvb-frontends/af9013*
518
519 AF9033 MEDIA DRIVER
520 M:      Antti Palosaari <crope@iki.fi>
521 L:      linux-media@vger.kernel.org
522 W:      https://linuxtv.org
523 W:      http://palosaari.fi/linux/
524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
525 T:      git git://linuxtv.org/anttip/media_tree.git
526 S:      Maintained
527 F:      drivers/media/dvb-frontends/af9033*
528
529 AFFS FILE SYSTEM
530 L:      linux-fsdevel@vger.kernel.org
531 S:      Orphan
532 F:      Documentation/filesystems/affs.txt
533 F:      fs/affs/
534
535 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
536 M:      David Howells <dhowells@redhat.com>
537 L:      linux-afs@lists.infradead.org
538 S:      Supported
539 F:      fs/afs/
540 F:      include/net/af_rxrpc.h
541 F:      net/rxrpc/af_rxrpc.c
542 W:      https://www.infradead.org/~dhowells/kafs/
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 F:      arch/arm64/boot/dts/allwinner/
1045
1046 ARM/Allwinner SoC Clock Support
1047 M:      Emilio López <emilio@elopez.com.ar>
1048 S:      Maintained
1049 F:      drivers/clk/sunxi/
1050
1051 ARM/Amlogic Meson SoC support
1052 M:      Carlo Caione <carlo@caione.org>
1053 M:      Kevin Hilman <khilman@baylibre.com>
1054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 L:      linux-amlogic@lists.infradead.org
1056 W:      http://linux-meson.com/
1057 S:      Maintained
1058 F:      arch/arm/mach-meson/
1059 F:      arch/arm/boot/dts/meson*
1060 F:      arch/arm64/boot/dts/amlogic/
1061 F:      drivers/pinctrl/meson/
1062 F:      drivers/mmc/host/meson*
1063 N:      meson
1064
1065 ARM/Annapurna Labs ALPINE ARCHITECTURE
1066 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1067 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Maintained
1070 F:      arch/arm/mach-alpine/
1071 F:      arch/arm/boot/dts/alpine*
1072 F:      arch/arm64/boot/dts/al/
1073 F:      drivers/*/*alpine*
1074
1075 ARM/ARTPEC MACHINE SUPPORT
1076 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1077 M:      Lars Persson <lars.persson@axis.com>
1078 M:      Niklas Cassel <niklas.cassel@axis.com>
1079 S:      Maintained
1080 L:      linux-arm-kernel@axis.com
1081 F:      arch/arm/mach-artpec
1082 F:      arch/arm/boot/dts/artpec6*
1083 F:      drivers/clk/axis
1084
1085 ARM/ASPEED MACHINE SUPPORT
1086 M:      Joel Stanley <joel@jms.id.au>
1087 S:      Maintained
1088 F:      arch/arm/mach-aspeed/
1089 F:      arch/arm/boot/dts/aspeed-*
1090 F:      drivers/*/*aspeed*
1091
1092 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1093 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1094 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1095 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 W:      http://www.linux4sam.org
1098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1099 S:      Supported
1100 F:      arch/arm/mach-at91/
1101 F:      include/soc/at91/
1102 F:      arch/arm/boot/dts/at91*.dts
1103 F:      arch/arm/boot/dts/at91*.dtsi
1104 F:      arch/arm/boot/dts/sama*.dts
1105 F:      arch/arm/boot/dts/sama*.dtsi
1106 F:      arch/arm/include/debug/at91.S
1107
1108 ARM/ATMEL AT91 Clock Support
1109 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1110 S:      Maintained
1111 F:      drivers/clk/at91
1112
1113 ARM/CALXEDA HIGHBANK ARCHITECTURE
1114 M:      Rob Herring <robh@kernel.org>
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Maintained
1117 F:      arch/arm/mach-highbank/
1118 F:      arch/arm/boot/dts/highbank.dts
1119 F:      arch/arm/boot/dts/ecx-*.dts*
1120
1121 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1122 M:      Krzysztof Halasa <khalasa@piap.pl>
1123 S:      Maintained
1124 F:      arch/arm/mach-cns3xxx/
1125
1126 ARM/CAVIUM THUNDER NETWORK DRIVER
1127 M:      Sunil Goutham <sgoutham@cavium.com>
1128 M:      Robert Richter <rric@kernel.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Supported
1131 F:      drivers/net/ethernet/cavium/thunder/
1132
1133 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1134 M:      Alexander Shiyan <shc_work@mail.ru>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Odd Fixes
1137 N:      clps711x
1138
1139 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1140 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1141 M:      Ryan Mallon <rmallon@gmail.com>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S:      Maintained
1144 F:      arch/arm/mach-ep93xx/
1145 F:      arch/arm/mach-ep93xx/include/mach/
1146
1147 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/CLKDEV SUPPORT
1153 M:      Russell King <linux@armlinux.org.uk>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156 F:      arch/arm/include/asm/clkdev.h
1157 F:      drivers/clk/clkdev.c
1158
1159 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1160 M:      Mike Rapoport <mike@compulab.co.il>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163
1164 ARM/CONTEC MICRO9 MACHINE SUPPORT
1165 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1166 S:      Maintained
1167 F:      arch/arm/mach-ep93xx/micro9.c
1168
1169 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1170 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      drivers/hwtracing/coresight/*
1174 F:      Documentation/trace/coresight.txt
1175 F:      Documentation/devicetree/bindings/arm/coresight.txt
1176 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1177 F:      tools/perf/arch/arm/util/pmu.c
1178 F:      tools/perf/arch/arm/util/auxtrace.c
1179 F:      tools/perf/arch/arm/util/cs-etm.c
1180 F:      tools/perf/arch/arm/util/cs-etm.h
1181 F:      tools/perf/util/cs-etm.h
1182
1183 ARM/CORGI MACHINE SUPPORT
1184 M:      Richard Purdie <rpurdie@rpsys.net>
1185 S:      Maintained
1186
1187 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1188 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 T:      git git://github.com/ulli-kroll/linux.git
1191 S:      Maintained
1192 F:      arch/arm/mach-gemini/
1193 F:      drivers/rtc/rtc-gemini.c
1194
1195 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1196 M:      Barry Song <baohua@kernel.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1199 S:      Maintained
1200 F:      arch/arm/boot/dts/prima2*
1201 F:      arch/arm/mach-prima2/
1202 F:      drivers/clk/sirf/
1203 F:      drivers/clocksource/timer-prima2.c
1204 F:      drivers/clocksource/timer-atlas7.c
1205 N:      [^a-z]sirf
1206
1207 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1208 M:      Baruch Siach <baruch@tkos.co.il>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 S:      Maintained
1211 F:      arch/arm/boot/dts/cx92755*
1212 N:      digicolor
1213
1214 ARM/EBSA110 MACHINE SUPPORT
1215 M:      Russell King <linux@armlinux.org.uk>
1216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 W:      http://www.armlinux.org.uk/
1218 S:      Maintained
1219 F:      arch/arm/mach-ebsa110/
1220 F:      drivers/net/ethernet/amd/am79c961a.*
1221
1222 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1223 M:      Uwe Kleine-König <kernel@pengutronix.de>
1224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S:      Maintained
1226 N:      efm32
1227
1228 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1229 M:      Daniel Ribeiro <drwyrm@gmail.com>
1230 M:      Stefan Schmidt <stefan@openezx.org>
1231 M:      Harald Welte <laforge@openezx.org>
1232 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1233 W:      http://www.openezx.org/
1234 S:      Maintained
1235 T:      topgit git://git.openezx.org/openezx.git
1236 F:      arch/arm/mach-pxa/ezx.c
1237
1238 ARM/FARADAY FA526 PORT
1239 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 S:      Maintained
1242 T:      git git://git.berlios.de/gemini-board
1243 F:      arch/arm/mm/*-fa*
1244
1245 ARM/FOOTBRIDGE ARCHITECTURE
1246 M:      Russell King <linux@armlinux.org.uk>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 W:      http://www.armlinux.org.uk/
1249 S:      Maintained
1250 F:      arch/arm/include/asm/hardware/dec21285.h
1251 F:      arch/arm/mach-footbridge/
1252
1253 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1254 M:      Shawn Guo <shawnguo@kernel.org>
1255 M:      Sascha Hauer <kernel@pengutronix.de>
1256 R:      Fabio Estevam <fabio.estevam@nxp.com>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1260 F:      arch/arm/mach-imx/
1261 F:      arch/arm/mach-mxs/
1262 F:      arch/arm/boot/dts/imx*
1263 F:      arch/arm/configs/imx*_defconfig
1264 F:      drivers/clk/imx/
1265 F:      include/soc/imx/
1266
1267 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1268 M:      Shawn Guo <shawnguo@kernel.org>
1269 M:      Sascha Hauer <kernel@pengutronix.de>
1270 R:      Stefan Agner <stefan@agner.ch>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 S:      Maintained
1273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1274 F:      arch/arm/mach-imx/*vf610*
1275 F:      arch/arm/boot/dts/vf*
1276
1277 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1278 M:      Lennert Buytenhek <kernel@wantstofly.org>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281
1282 ARM/GUMSTIX MACHINE SUPPORT
1283 M:      Steve Sakoman <sakoman@gmail.com>
1284 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1285 S:      Maintained
1286
1287 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1288 M:      Philipp Zabel <philipp.zabel@gmail.com>
1289 M:      Paul Parsons <lost.distance@yahoo.com>
1290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 S:      Maintained
1292 F:      arch/arm/mach-pxa/hx4700.c
1293 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1294 F:      sound/soc/pxa/hx4700.c
1295
1296 ARM/HISILICON SOC SUPPORT
1297 M:      Wei Xu <xuwei5@hisilicon.com>
1298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 W:      http://www.hisilicon.com
1300 S:      Supported
1301 T:      git git://github.com/hisilicon/linux-hisi.git
1302 F:      arch/arm/mach-hisi/
1303 F:      arch/arm/boot/dts/hi3*
1304 F:      arch/arm/boot/dts/hip*
1305 F:      arch/arm/boot/dts/hisi*
1306 F:      arch/arm64/boot/dts/hisilicon/
1307
1308 ARM/HP JORNADA 7XX MACHINE SUPPORT
1309 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1310 W:      www.jlime.com
1311 S:      Maintained
1312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1313 F:      arch/arm/mach-sa1100/jornada720.c
1314 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1315
1316 ARM/IGEP MACHINE SUPPORT
1317 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1318 M:      Javier Martinez Canillas <javier@dowhile0.org>
1319 L:      linux-omap@vger.kernel.org
1320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 S:      Maintained
1322 F:      arch/arm/boot/dts/omap3-igep*
1323
1324 ARM/INCOME PXA270 SUPPORT
1325 M:      Marek Vasut <marek.vasut@gmail.com>
1326 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1327 S:      Maintained
1328 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1329
1330 ARM/INTEL IOP32X ARM ARCHITECTURE
1331 M:      Lennert Buytenhek <kernel@wantstofly.org>
1332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 S:      Maintained
1334
1335 ARM/INTEL IOP33X ARM ARCHITECTURE
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 S:      Orphan
1338
1339 ARM/INTEL IOP13XX ARM ARCHITECTURE
1340 M:      Lennert Buytenhek <kernel@wantstofly.org>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S:      Maintained
1343
1344 ARM/INTEL IQ81342EX MACHINE SUPPORT
1345 M:      Lennert Buytenhek <kernel@wantstofly.org>
1346 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1347 S:      Maintained
1348
1349 ARM/INTEL IXDP2850 MACHINE SUPPORT
1350 M:      Lennert Buytenhek <kernel@wantstofly.org>
1351 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 S:      Maintained
1353
1354 ARM/INTEL IXP4XX ARM ARCHITECTURE
1355 M:      Imre Kaloz <kaloz@openwrt.org>
1356 M:      Krzysztof Halasa <khalasa@piap.pl>
1357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358 S:      Maintained
1359 F:      arch/arm/mach-ixp4xx/
1360
1361 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1362 M:      Jonathan Cameron <jic23@cam.ac.uk>
1363 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1364 S:      Maintained
1365 F:      arch/arm/mach-pxa/stargate2.c
1366 F:      drivers/pcmcia/pxa2xx_stargate2.c
1367
1368 ARM/INTEL XSC3 (MANZANO) ARM CORE
1369 M:      Lennert Buytenhek <kernel@wantstofly.org>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 S:      Maintained
1372
1373 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1374 M:      Lennert Buytenhek <kernel@wantstofly.org>
1375 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1376 S:      Maintained
1377
1378 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1379 M:      Santosh Shilimkar <ssantosh@kernel.org>
1380 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1381 S:      Maintained
1382 F:      arch/arm/mach-keystone/
1383 F:      arch/arm/boot/dts/keystone-*
1384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1385
1386 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1387 M:      Santosh Shilimkar <ssantosh@kernel.org>
1388 L:      linux-kernel@vger.kernel.org
1389 S:      Maintained
1390 F:      drivers/clk/keystone/
1391
1392 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1393 M:      Santosh Shilimkar <ssantosh@kernel.org>
1394 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1395 L:      linux-kernel@vger.kernel.org
1396 S:      Maintained
1397 F:      drivers/clocksource/timer-keystone.c
1398
1399 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1400 M:      Santosh Shilimkar <ssantosh@kernel.org>
1401 L:      linux-kernel@vger.kernel.org
1402 S:      Maintained
1403 F:      drivers/power/reset/keystone-reset.c
1404
1405 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1406 M:      Santosh Shilimkar <ssantosh@kernel.org>
1407 L:      linux-kernel@vger.kernel.org
1408 S:      Maintained
1409 F:      drivers/memory/*emif*
1410
1411 ARM/LG1K ARCHITECTURE
1412 M:      Chanho Min <chanho.min@lge.com>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S:      Maintained
1415 F:      arch/arm64/boot/dts/lg/
1416
1417 ARM/LOGICPD PXA270 MACHINE SUPPORT
1418 M:      Lennert Buytenhek <kernel@wantstofly.org>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 S:      Maintained
1421
1422 ARM/LPC18XX ARCHITECTURE
1423 M:      Joachim Eastwood <manabian@gmail.com>
1424 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1425 S:      Maintained
1426 F:      arch/arm/boot/dts/lpc43*
1427 F:      drivers/clk/nxp/clk-lpc18xx*
1428 F:      drivers/clocksource/time-lpc32xx.c
1429 F:      drivers/i2c/busses/i2c-lpc2k.c
1430 F:      drivers/memory/pl172.c
1431 F:      drivers/mtd/spi-nor/nxp-spifi.c
1432 F:      drivers/rtc/rtc-lpc24xx.c
1433 N:      lpc18xx
1434
1435 ARM/LPC32XX SOC SUPPORT
1436 M:      Vladimir Zapolskiy <vz@mleia.com>
1437 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1440 S:      Maintained
1441 F:      arch/arm/boot/dts/lpc32*
1442 F:      arch/arm/mach-lpc32xx/
1443 F:      drivers/i2c/busses/i2c-pnx.c
1444 F:      drivers/net/ethernet/nxp/lpc_eth.c
1445 F:      drivers/usb/host/ohci-nxp.c
1446 F:      drivers/watchdog/pnx4008_wdt.c
1447 N:      lpc32xx
1448
1449 ARM/MAGICIAN MACHINE SUPPORT
1450 M:      Philipp Zabel <philipp.zabel@gmail.com>
1451 S:      Maintained
1452
1453 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1454 M:      Jason Cooper <jason@lakedaemon.net>
1455 M:      Andrew Lunn <andrew@lunn.ch>
1456 M:      Gregory Clement <gregory.clement@free-electrons.com>
1457 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1458 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1459 S:      Maintained
1460 F:      arch/arm/mach-mvebu/
1461 F:      drivers/rtc/rtc-armada38x.c
1462 F:      arch/arm/boot/dts/armada*
1463 F:      arch/arm/boot/dts/kirkwood*
1464 F:      arch/arm64/boot/dts/marvell/armada*
1465 F:      drivers/cpufreq/mvebu-cpufreq.c
1466 F:      arch/arm/configs/mvebu_*_defconfig
1467
1468 ARM/Marvell Berlin SoC support
1469 M:      Jisheng Zhang <jszhang@marvell.com>
1470 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472 S:      Maintained
1473 F:      arch/arm/mach-berlin/
1474 F:      arch/arm/boot/dts/berlin*
1475 F:      arch/arm64/boot/dts/marvell/berlin*
1476
1477
1478 ARM/Marvell Dove/MV78xx0/Orion SOC support
1479 M:      Jason Cooper <jason@lakedaemon.net>
1480 M:      Andrew Lunn <andrew@lunn.ch>
1481 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1482 M:      Gregory Clement <gregory.clement@free-electrons.com>
1483 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 S:      Maintained
1485 F:      arch/arm/mach-dove/
1486 F:      arch/arm/mach-mv78xx0/
1487 F:      arch/arm/mach-orion5x/
1488 F:      arch/arm/plat-orion/
1489 F:      arch/arm/boot/dts/dove*
1490 F:      arch/arm/boot/dts/orion5x*
1491
1492
1493 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1494 M:      Alexander Clouter <alex@digriz.org.uk>
1495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 W:      http://www.digriz.org.uk/ts78xx/kernel
1497 S:      Maintained
1498 F:      arch/arm/mach-orion5x/ts78xx-*
1499
1500 ARM/OXNAS platform support
1501 M:      Neil Armstrong <narmstrong@baylibre.com>
1502 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1503 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1504 S:      Maintained
1505 F:      arch/arm/mach-oxnas/
1506 F:      arch/arm/boot/dts/ox8*.dtsi
1507 F:      arch/arm/boot/dts/wd-mbwe.dts
1508 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1509 N:      oxnas
1510
1511 ARM/Mediatek RTC DRIVER
1512 M:      Eddie Huang <eddie.huang@mediatek.com>
1513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1515 S:      Maintained
1516 F:      drivers/rtc/rtc-mt6397.c
1517
1518 ARM/Mediatek SoC support
1519 M:      Matthias Brugger <matthias.bgg@gmail.com>
1520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1522 S:      Maintained
1523 F:      arch/arm/boot/dts/mt6*
1524 F:      arch/arm/boot/dts/mt8*
1525 F:      arch/arm/mach-mediatek/
1526 N:      mtk
1527 K:      mediatek
1528
1529 ARM/Mediatek USB3 PHY DRIVER
1530 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1532 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1533 S:      Maintained
1534 F:      drivers/phy/phy-mt65xx-usb3.c
1535
1536 ARM/MICREL KS8695 ARCHITECTURE
1537 M:      Greg Ungerer <gerg@uclinux.org>
1538 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1539 F:      arch/arm/mach-ks8695/
1540 S:      Odd Fixes
1541
1542 ARM/MIOA701 MACHINE SUPPORT
1543 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545 F:      arch/arm/mach-pxa/mioa701.c
1546 S:      Maintained
1547
1548 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1549 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1550 S:      Maintained
1551
1552 ARM/NOMADIK ARCHITECTURE
1553 M:      Alessandro Rubini <rubini@unipv.it>
1554 M:      Linus Walleij <linus.walleij@linaro.org>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 S:      Maintained
1557 F:      arch/arm/mach-nomadik/
1558 F:      drivers/pinctrl/nomadik/
1559 F:      drivers/i2c/busses/i2c-nomadik.c
1560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1561
1562 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1563 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1564 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1565 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1566 S:      Supported
1567
1568 ARM/TOSA MACHINE SUPPORT
1569 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1570 M:      Dirk Opfer <dirk@opfer-online.de>
1571 S:      Maintained
1572
1573 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1574 M:      Marek Vasut <marek.vasut@gmail.com>
1575 L:      linux-arm-kernel@lists.infradead.org
1576 W:      http://hackndev.com
1577 S:      Maintained
1578 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1579 F:      arch/arm/mach-pxa/palmtx.c
1580 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1581 F:      arch/arm/mach-pxa/palmt5.c
1582 F:      arch/arm/mach-pxa/include/mach/palmld.h
1583 F:      arch/arm/mach-pxa/palmld.c
1584 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1585 F:      arch/arm/mach-pxa/palmte2.c
1586 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1587 F:      arch/arm/mach-pxa/palmtc.c
1588
1589 ARM/PALM TREO SUPPORT
1590 M:      Tomas Cech <sleep_walker@suse.com>
1591 L:      linux-arm-kernel@lists.infradead.org
1592 W:      http://hackndev.com
1593 S:      Maintained
1594 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1595 F:      arch/arm/mach-pxa/palmtreo.c
1596
1597 ARM/PALMZ72 SUPPORT
1598 M:      Sergey Lapin <slapin@ossfans.org>
1599 L:      linux-arm-kernel@lists.infradead.org
1600 W:      http://hackndev.com
1601 S:      Maintained
1602 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1603 F:      arch/arm/mach-pxa/palmz72.c
1604
1605 ARM/PLEB SUPPORT
1606 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1607 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1608 S:      Maintained
1609
1610 ARM/PT DIGITAL BOARD PORT
1611 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1612 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 W:      http://www.armlinux.org.uk/
1614 S:      Maintained
1615
1616 ARM/QUALCOMM SUPPORT
1617 M:      Andy Gross <andy.gross@linaro.org>
1618 M:      David Brown <david.brown@linaro.org>
1619 L:      linux-arm-msm@vger.kernel.org
1620 L:      linux-soc@vger.kernel.org
1621 S:      Maintained
1622 F:      Documentation/devicetree/bindings/soc/qcom/
1623 F:      arch/arm/boot/dts/qcom-*.dts
1624 F:      arch/arm/boot/dts/qcom-*.dtsi
1625 F:      arch/arm/mach-qcom/
1626 F:      arch/arm64/boot/dts/qcom/*
1627 F:      drivers/i2c/busses/i2c-qup.c
1628 F:      drivers/clk/qcom/
1629 F:      drivers/pinctrl/qcom/
1630 F:      drivers/soc/qcom/
1631 F:      drivers/spi/spi-qup.c
1632 F:      drivers/tty/serial/msm_serial.h
1633 F:      drivers/tty/serial/msm_serial.c
1634 F:      drivers/*/pm8???-*
1635 F:      drivers/mfd/ssbi.c
1636 F:      drivers/firmware/qcom_scm.c
1637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1638
1639 ARM/RADISYS ENP2611 MACHINE SUPPORT
1640 M:      Lennert Buytenhek <kernel@wantstofly.org>
1641 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1642 S:      Maintained
1643
1644 ARM/RENESAS ARM64 ARCHITECTURE
1645 M:      Simon Horman <horms@verge.net.au>
1646 M:      Magnus Damm <magnus.damm@gmail.com>
1647 L:      linux-renesas-soc@vger.kernel.org
1648 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1650 S:      Supported
1651 F:      arch/arm64/boot/dts/renesas/
1652 F:      drivers/soc/renesas/
1653 F:      include/linux/soc/renesas/
1654
1655 ARM/RISCPC ARCHITECTURE
1656 M:      Russell King <linux@armlinux.org.uk>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 W:      http://www.armlinux.org.uk/
1659 S:      Maintained
1660 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1661 F:      arch/arm/include/asm/hardware/ioc.h
1662 F:      arch/arm/include/asm/hardware/iomd.h
1663 F:      arch/arm/include/asm/hardware/memc.h
1664 F:      arch/arm/mach-rpc/
1665 F:      drivers/net/ethernet/8390/etherh.c
1666 F:      drivers/net/ethernet/i825xx/ether1*
1667 F:      drivers/net/ethernet/seeq/ether3*
1668 F:      drivers/scsi/arm/
1669
1670 ARM/Rockchip SoC support
1671 M:      Heiko Stuebner <heiko@sntech.de>
1672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1673 L:      linux-rockchip@lists.infradead.org
1674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1675 S:      Maintained
1676 F:      arch/arm/boot/dts/rk3*
1677 F:      arch/arm/mach-rockchip/
1678 F:      drivers/clk/rockchip/
1679 F:      drivers/i2c/busses/i2c-rk3x.c
1680 F:      drivers/*/*rockchip*
1681 F:      drivers/*/*/*rockchip*
1682 F:      sound/soc/rockchip/
1683 N:      rockchip
1684
1685 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1686 M:      Kukjin Kim <kgene@kernel.org>
1687 M:      Krzysztof Kozlowski <krzk@kernel.org>
1688 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1691 S:      Maintained
1692 F:      arch/arm/boot/dts/s3c*
1693 F:      arch/arm/boot/dts/s5p*
1694 F:      arch/arm/boot/dts/samsung*
1695 F:      arch/arm/boot/dts/exynos*
1696 F:      arch/arm64/boot/dts/exynos/
1697 F:      arch/arm/plat-samsung/
1698 F:      arch/arm/mach-s3c24*/
1699 F:      arch/arm/mach-s3c64xx/
1700 F:      arch/arm/mach-s5p*/
1701 F:      arch/arm/mach-exynos*/
1702 F:      drivers/*/*s3c24*
1703 F:      drivers/*/*/*s3c24*
1704 F:      drivers/*/*s3c64xx*
1705 F:      drivers/*/*s5pv210*
1706 F:      drivers/memory/samsung/*
1707 F:      drivers/soc/samsung/*
1708 F:      Documentation/arm/Samsung/
1709 F:      Documentation/devicetree/bindings/arm/samsung/
1710 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1711 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1712 N:      exynos
1713
1714 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1715 M:      Kyungmin Park <kyungmin.park@samsung.com>
1716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 S:      Maintained
1718 F:      arch/arm/mach-s5pv210/
1719
1720 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1721 M:      Kyungmin Park <kyungmin.park@samsung.com>
1722 M:      Kamil Debski <kamil@wypas.org>
1723 M:      Andrzej Hajda <a.hajda@samsung.com>
1724 L:      linux-arm-kernel@lists.infradead.org
1725 L:      linux-media@vger.kernel.org
1726 S:      Maintained
1727 F:      drivers/media/platform/s5p-g2d/
1728
1729 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1730 M:      Kyungmin Park <kyungmin.park@samsung.com>
1731 M:      Kamil Debski <kamil@wypas.org>
1732 M:      Jeongtae Park <jtp.park@samsung.com>
1733 M:      Andrzej Hajda <a.hajda@samsung.com>
1734 L:      linux-arm-kernel@lists.infradead.org
1735 L:      linux-media@vger.kernel.org
1736 S:      Maintained
1737 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1738 F:      drivers/media/platform/s5p-mfc/
1739
1740 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1741 M:      Kyungmin Park <kyungmin.park@samsung.com>
1742 L:      linux-arm-kernel@lists.infradead.org
1743 L:      linux-media@vger.kernel.org
1744 S:      Maintained
1745 F:      drivers/staging/media/platform/s5p-cec/
1746
1747 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1748 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1749 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1750 L:      linux-arm-kernel@lists.infradead.org
1751 L:      linux-media@vger.kernel.org
1752 S:      Maintained
1753 F:      drivers/media/platform/s5p-jpeg/
1754
1755 ARM/SHMOBILE ARM ARCHITECTURE
1756 M:      Simon Horman <horms@verge.net.au>
1757 M:      Magnus Damm <magnus.damm@gmail.com>
1758 L:      linux-renesas-soc@vger.kernel.org
1759 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1761 S:      Supported
1762 F:      arch/arm/boot/dts/emev2*
1763 F:      arch/arm/boot/dts/r7s*
1764 F:      arch/arm/boot/dts/r8a*
1765 F:      arch/arm/boot/dts/sh*
1766 F:      arch/arm/configs/shmobile_defconfig
1767 F:      arch/arm/include/debug/renesas-scif.S
1768 F:      arch/arm/mach-shmobile/
1769 F:      drivers/soc/renesas/
1770 F:      include/linux/soc/renesas/
1771
1772 ARM/SOCFPGA ARCHITECTURE
1773 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1774 S:      Maintained
1775 F:      arch/arm/mach-socfpga/
1776 F:      arch/arm/boot/dts/socfpga*
1777 F:      arch/arm/configs/socfpga_defconfig
1778 F:      arch/arm64/boot/dts/altera/
1779 W:      http://www.rocketboards.org
1780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1781
1782 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1783 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1784 S:      Maintained
1785 F:      drivers/clk/socfpga/
1786
1787 ARM/SOCFPGA EDAC SUPPORT
1788 M:      Thor Thayer <tthayer@opensource.altera.com>
1789 S:      Maintained
1790 F:      drivers/edac/altera_edac.
1791
1792 ARM/STI ARCHITECTURE
1793 M:      Patrice Chotard <patrice.chotard@st.com>
1794 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1795 L:      kernel@stlinux.com
1796 W:      http://www.stlinux.com
1797 S:      Maintained
1798 F:      arch/arm/mach-sti/
1799 F:      arch/arm/boot/dts/sti*
1800 F:      drivers/char/hw_random/st-rng.c
1801 F:      drivers/clocksource/arm_global_timer.c
1802 F:      drivers/clocksource/clksrc_st_lpc.c
1803 F:      drivers/cpufreq/sti-cpufreq.c
1804 F:      drivers/dma/st_fdma*
1805 F:      drivers/i2c/busses/i2c-st.c
1806 F:      drivers/media/rc/st_rc.c
1807 F:      drivers/media/platform/sti/c8sectpfe/
1808 F:      drivers/mmc/host/sdhci-st.c
1809 F:      drivers/phy/phy-miphy28lp.c
1810 F:      drivers/phy/phy-stih407-usb.c
1811 F:      drivers/pinctrl/pinctrl-st.c
1812 F:      drivers/remoteproc/st_remoteproc.c
1813 F:      drivers/remoteproc/st_slim_rproc.c
1814 F:      drivers/reset/sti/
1815 F:      drivers/rtc/rtc-st-lpc.c
1816 F:      drivers/tty/serial/st-asc.c
1817 F:      drivers/usb/dwc3/dwc3-st.c
1818 F:      drivers/usb/host/ehci-st.c
1819 F:      drivers/usb/host/ohci-st.c
1820 F:      drivers/watchdog/st_lpc_wdt.c
1821 F:      drivers/ata/ahci_st.c
1822 F:      include/linux/remoteproc/st_slim_rproc.h
1823
1824 ARM/STM32 ARCHITECTURE
1825 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1826 M:      Alexandre Torgue <alexandre.torgue@st.com>
1827 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1828 S:      Maintained
1829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1830 N:      stm32
1831 F:      drivers/clocksource/armv7m_systick.c
1832
1833 ARM/TANGO ARCHITECTURE
1834 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1835 L:      linux-arm-kernel@lists.infradead.org
1836 S:      Maintained
1837 N:      tango
1838
1839 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1840 M:      Lennert Buytenhek <kernel@wantstofly.org>
1841 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1842 S:      Maintained
1843
1844 ARM/TETON BGA MACHINE SUPPORT
1845 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1846 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1847 S:      Maintained
1848
1849 ARM/THECUS N2100 MACHINE SUPPORT
1850 M:      Lennert Buytenhek <kernel@wantstofly.org>
1851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 S:      Maintained
1853
1854 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1855 M:      Wan ZongShun <mcuos.com@gmail.com>
1856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 W:      http://www.mcuos.com
1858 S:      Maintained
1859 F:      arch/arm/mach-w90x900/
1860 F:      drivers/input/keyboard/w90p910_keypad.c
1861 F:      drivers/input/touchscreen/w90p910_ts.c
1862 F:      drivers/watchdog/nuc900_wdt.c
1863 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1864 F:      drivers/mtd/nand/nuc900_nand.c
1865 F:      drivers/rtc/rtc-nuc900.c
1866 F:      drivers/spi/spi-nuc900.c
1867 F:      drivers/usb/host/ehci-w90x900.c
1868 F:      drivers/video/fbdev/nuc900fb.c
1869
1870 ARM/U300 MACHINE SUPPORT
1871 M:      Linus Walleij <linus.walleij@linaro.org>
1872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1873 S:      Supported
1874 F:      arch/arm/mach-u300/
1875 F:      drivers/clocksource/timer-u300.c
1876 F:      drivers/i2c/busses/i2c-stu300.c
1877 F:      drivers/rtc/rtc-coh901331.c
1878 F:      drivers/watchdog/coh901327_wdt.c
1879 F:      drivers/dma/coh901318*
1880 F:      drivers/mfd/ab3100*
1881 F:      drivers/rtc/rtc-ab3100.c
1882 F:      drivers/rtc/rtc-coh901331.c
1883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1884
1885 ARM/UNIPHIER ARCHITECTURE
1886 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1889 S:      Maintained
1890 F:      arch/arm/boot/dts/uniphier*
1891 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1892 F:      arch/arm/mach-uniphier/
1893 F:      arch/arm/mm/cache-uniphier.c
1894 F:      arch/arm64/boot/dts/socionext/
1895 F:      drivers/bus/uniphier-system-bus.c
1896 F:      drivers/clk/uniphier/
1897 F:      drivers/i2c/busses/i2c-uniphier*
1898 F:      drivers/pinctrl/uniphier/
1899 F:      drivers/reset/reset-uniphier.c
1900 F:      drivers/tty/serial/8250/8250_uniphier.c
1901 N:      uniphier
1902
1903 ARM/Ux500 ARM ARCHITECTURE
1904 M:      Linus Walleij <linus.walleij@linaro.org>
1905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1906 S:      Maintained
1907 F:      arch/arm/mach-ux500/
1908 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1909 F:      drivers/dma/ste_dma40*
1910 F:      drivers/hwspinlock/u8500_hsem.c
1911 F:      drivers/mfd/abx500*
1912 F:      drivers/mfd/ab8500*
1913 F:      drivers/mfd/dbx500*
1914 F:      drivers/mfd/db8500*
1915 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1916 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1917 F:      drivers/rtc/rtc-ab8500.c
1918 F:      drivers/rtc/rtc-pl031.c
1919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1920
1921 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1922 M:      Ulf Hansson <ulf.hansson@linaro.org>
1923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 T:      git git://git.linaro.org/people/ulfh/clk.git
1925 S:      Maintained
1926 F:      drivers/clk/ux500/
1927
1928 ARM/VERSATILE EXPRESS PLATFORM
1929 M:      Liviu Dudau <liviu.dudau@arm.com>
1930 M:      Sudeep Holla <sudeep.holla@arm.com>
1931 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1932 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1933 S:      Maintained
1934 F:      arch/arm/boot/dts/vexpress*
1935 F:      arch/arm64/boot/dts/arm/
1936 F:      arch/arm/mach-vexpress/
1937 F:      */*/vexpress*
1938 F:      */*/*/vexpress*
1939 F:      drivers/clk/versatile/clk-vexpress-osc.c
1940 F:      drivers/clocksource/versatile.c
1941 N:      mps2
1942
1943 ARM/VFP SUPPORT
1944 M:      Russell King <linux@armlinux.org.uk>
1945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 W:      http://www.armlinux.org.uk/
1947 S:      Maintained
1948 F:      arch/arm/vfp/
1949
1950 ARM/VOIPAC PXA270 SUPPORT
1951 M:      Marek Vasut <marek.vasut@gmail.com>
1952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1953 S:      Maintained
1954 F:      arch/arm/mach-pxa/vpac270.c
1955 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1956
1957 ARM/VT8500 ARM ARCHITECTURE
1958 M:      Tony Prisk <linux@prisktech.co.nz>
1959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1960 S:      Maintained
1961 F:      arch/arm/mach-vt8500/
1962 F:      drivers/clocksource/vt8500_timer.c
1963 F:      drivers/i2c/busses/i2c-wmt.c
1964 F:      drivers/mmc/host/wmt-sdmmc.c
1965 F:      drivers/pwm/pwm-vt8500.c
1966 F:      drivers/rtc/rtc-vt8500.c
1967 F:      drivers/tty/serial/vt8500_serial.c
1968 F:      drivers/usb/host/ehci-platform.c
1969 F:      drivers/usb/host/uhci-platform.c
1970 F:      drivers/video/fbdev/vt8500lcdfb.*
1971 F:      drivers/video/fbdev/wm8505fb*
1972 F:      drivers/video/fbdev/wmt_ge_rops.*
1973
1974 ARM/ZIPIT Z2 SUPPORT
1975 M:      Marek Vasut <marek.vasut@gmail.com>
1976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1977 S:      Maintained
1978 F:      arch/arm/mach-pxa/z2.c
1979 F:      arch/arm/mach-pxa/include/mach/z2.h
1980
1981 ARM/ZTE ARCHITECTURE
1982 M:      Jun Nie <jun.nie@linaro.org>
1983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1984 S:      Maintained
1985 F:      arch/arm/mach-zx/
1986 F:      drivers/clk/zte/
1987 F:      Documentation/devicetree/bindings/arm/zte.txt
1988 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1989
1990 ARM/ZYNQ ARCHITECTURE
1991 M:      Michal Simek <michal.simek@xilinx.com>
1992 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1994 W:      http://wiki.xilinx.com
1995 T:      git https://github.com/Xilinx/linux-xlnx.git
1996 S:      Supported
1997 F:      arch/arm/mach-zynq/
1998 F:      drivers/cpuidle/cpuidle-zynq.c
1999 F:      drivers/block/xsysace.c
2000 N:      zynq
2001 N:      xilinx
2002 F:      drivers/clocksource/cadence_ttc_timer.c
2003 F:      drivers/i2c/busses/i2c-cadence.c
2004 F:      drivers/mmc/host/sdhci-of-arasan.c
2005 F:      drivers/edac/synopsys_edac.c
2006
2007 ARM SMMU DRIVERS
2008 M:      Will Deacon <will.deacon@arm.com>
2009 R:      Robin Murphy <robin.murphy@arm.com>
2010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2011 S:      Maintained
2012 F:      drivers/iommu/arm-smmu.c
2013 F:      drivers/iommu/arm-smmu-v3.c
2014 F:      drivers/iommu/io-pgtable-arm.c
2015 F:      drivers/iommu/io-pgtable-arm-v7s.c
2016
2017 ARM64 PORT (AARCH64 ARCHITECTURE)
2018 M:      Catalin Marinas <catalin.marinas@arm.com>
2019 M:      Will Deacon <will.deacon@arm.com>
2020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2022 S:      Maintained
2023 F:      arch/arm64/
2024 F:      Documentation/arm64/
2025
2026 AS3645A LED FLASH CONTROLLER DRIVER
2027 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2028 L:      linux-media@vger.kernel.org
2029 T:      git git://linuxtv.org/media_tree.git
2030 S:      Maintained
2031 F:      drivers/media/i2c/as3645a.c
2032 F:      include/media/i2c/as3645a.h
2033
2034 ASAHI KASEI AK8974 DRIVER
2035 M:      Linus Walleij <linus.walleij@linaro.org>
2036 L:      linux-iio@vger.kernel.org
2037 W:      http://www.akm.com/
2038 S:      Supported
2039 F:      drivers/iio/magnetometer/ak8974.c
2040
2041 ASC7621 HARDWARE MONITOR DRIVER
2042 M:      George Joseph <george.joseph@fairview5.com>
2043 L:      linux-hwmon@vger.kernel.org
2044 S:      Maintained
2045 F:      Documentation/hwmon/asc7621
2046 F:      drivers/hwmon/asc7621.c
2047
2048 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2049 M:      Corentin Chary <corentin.chary@gmail.com>
2050 L:      acpi4asus-user@lists.sourceforge.net
2051 L:      platform-driver-x86@vger.kernel.org
2052 W:      http://acpi4asus.sf.net
2053 S:      Maintained
2054 F:      drivers/platform/x86/asus*.c
2055 F:      drivers/platform/x86/eeepc*.c
2056
2057 ASUS WIRELESS RADIO CONTROL DRIVER
2058 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2059 L:      platform-driver-x86@vger.kernel.org
2060 S:      Maintained
2061 F:      drivers/platform/x86/asus-wireless.c
2062
2063 ASYMMETRIC KEYS
2064 M:      David Howells <dhowells@redhat.com>
2065 L:      keyrings@vger.kernel.org
2066 S:      Maintained
2067 F:      Documentation/crypto/asymmetric-keys.txt
2068 F:      include/linux/verification.h
2069 F:      include/crypto/public_key.h
2070 F:      include/crypto/pkcs7.h
2071 F:      crypto/asymmetric_keys/
2072
2073 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2074 R:      Dan Williams <dan.j.williams@intel.com>
2075 W:      http://sourceforge.net/projects/xscaleiop
2076 S:      Odd fixes
2077 F:      Documentation/crypto/async-tx-api.txt
2078 F:      crypto/async_tx/
2079 F:      drivers/dma/
2080 F:      include/linux/dmaengine.h
2081 F:      include/linux/async_tx.h
2082
2083 AT24 EEPROM DRIVER
2084 M:      Wolfram Sang <wsa@the-dreams.de>
2085 L:      linux-i2c@vger.kernel.org
2086 S:      Maintained
2087 F:      drivers/misc/eeprom/at24.c
2088 F:      include/linux/platform_data/at24.h
2089
2090 ATA OVER ETHERNET (AOE) DRIVER
2091 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2092 W:      http://www.openaoe.org/
2093 S:      Supported
2094 F:      Documentation/aoe/
2095 F:      drivers/block/aoe/
2096
2097 ATHEROS 71XX/9XXX GPIO DRIVER
2098 M:      Alban Bedel <albeu@free.fr>
2099 W:      https://github.com/AlbanBedel/linux
2100 T:      git git://github.com/AlbanBedel/linux
2101 S:      Maintained
2102 F:      drivers/gpio/gpio-ath79.c
2103 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2104
2105 ATHEROS ATH GENERIC UTILITIES
2106 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2107 L:      linux-wireless@vger.kernel.org
2108 S:      Supported
2109 F:      drivers/net/wireless/ath/*
2110
2111 ATHEROS ATH5K WIRELESS DRIVER
2112 M:      Jiri Slaby <jirislaby@gmail.com>
2113 M:      Nick Kossifidis <mickflemm@gmail.com>
2114 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2115 L:      linux-wireless@vger.kernel.org
2116 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2117 S:      Maintained
2118 F:      drivers/net/wireless/ath/ath5k/
2119
2120 ATHEROS ATH6KL WIRELESS DRIVER
2121 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2122 L:      linux-wireless@vger.kernel.org
2123 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2125 S:      Supported
2126 F:      drivers/net/wireless/ath/ath6kl/
2127
2128 WILOCITY WIL6210 WIRELESS DRIVER
2129 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2130 L:      linux-wireless@vger.kernel.org
2131 L:      wil6210@qca.qualcomm.com
2132 S:      Supported
2133 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2134 F:      drivers/net/wireless/ath/wil6210/
2135 F:      include/uapi/linux/wil6210_uapi.h
2136
2137 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2138 M:      Christian Lamparter <chunkeey@googlemail.com>
2139 L:      linux-wireless@vger.kernel.org
2140 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2141 S:      Maintained
2142 F:      drivers/net/wireless/ath/carl9170/
2143
2144 ATK0110 HWMON DRIVER
2145 M:      Luca Tettamanti <kronos.it@gmail.com>
2146 L:      linux-hwmon@vger.kernel.org
2147 S:      Maintained
2148 F:      drivers/hwmon/asus_atk0110.c
2149
2150 ATI_REMOTE2 DRIVER
2151 M:      Ville Syrjala <syrjala@sci.fi>
2152 S:      Maintained
2153 F:      drivers/input/misc/ati_remote2.c
2154
2155 ATLX ETHERNET DRIVERS
2156 M:      Jay Cliburn <jcliburn@gmail.com>
2157 M:      Chris Snook <chris.snook@gmail.com>
2158 L:      netdev@vger.kernel.org
2159 W:      http://sourceforge.net/projects/atl1
2160 W:      http://atl1.sourceforge.net
2161 S:      Maintained
2162 F:      drivers/net/ethernet/atheros/
2163
2164 ATM
2165 M:      Chas Williams <3chas3@gmail.com>
2166 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2167 L:      netdev@vger.kernel.org
2168 W:      http://linux-atm.sourceforge.net
2169 S:      Maintained
2170 F:      drivers/atm/
2171 F:      include/linux/atm*
2172 F:      include/uapi/linux/atm*
2173
2174 ATMEL AT91 / AT32 MCI DRIVER
2175 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2176 S:      Maintained
2177 F:      drivers/mmc/host/atmel-mci.c
2178
2179 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2180 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2181 S:      Supported
2182 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2183
2184 ATMEL SAMA5D2 ADC DRIVER
2185 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2186 L:      linux-iio@vger.kernel.org
2187 S:      Supported
2188 F:      drivers/iio/adc/at91-sama5d2_adc.c
2189
2190 ATMEL Audio ALSA driver
2191 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2192 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2193 S:      Supported
2194 F:      sound/soc/atmel
2195
2196 ATMEL DMA DRIVER
2197 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2199 S:      Supported
2200 F:      drivers/dma/at_hdmac.c
2201 F:      drivers/dma/at_hdmac_regs.h
2202 F:      include/linux/platform_data/dma-atmel.h
2203
2204 ATMEL XDMA DRIVER
2205 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2206 L:      linux-arm-kernel@lists.infradead.org
2207 L:      dmaengine@vger.kernel.org
2208 S:      Supported
2209 F:      drivers/dma/at_xdmac.c
2210
2211 ATMEL I2C DRIVER
2212 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2213 L:      linux-i2c@vger.kernel.org
2214 S:      Supported
2215 F:      drivers/i2c/busses/i2c-at91.c
2216
2217 ATMEL ISI DRIVER
2218 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2219 L:      linux-media@vger.kernel.org
2220 S:      Supported
2221 F:      drivers/media/platform/soc_camera/atmel-isi.c
2222 F:      include/media/atmel-isi.h
2223
2224 ATMEL LCDFB DRIVER
2225 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2226 L:      linux-fbdev@vger.kernel.org
2227 S:      Maintained
2228 F:      drivers/video/fbdev/atmel_lcdfb.c
2229 F:      include/video/atmel_lcdc.h
2230
2231 ATMEL MACB ETHERNET DRIVER
2232 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2233 S:      Supported
2234 F:      drivers/net/ethernet/cadence/
2235
2236 ATMEL NAND DRIVER
2237 M:      Wenyou Yang <wenyou.yang@atmel.com>
2238 M:      Josh Wu <rainyfeeling@outlook.com>
2239 L:      linux-mtd@lists.infradead.org
2240 S:      Supported
2241 F:      drivers/mtd/nand/atmel_nand*
2242
2243 ATMEL SDMMC DRIVER
2244 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2245 L:      linux-mmc@vger.kernel.org
2246 S:      Supported
2247 F:      drivers/mmc/host/sdhci-of-at91.c
2248
2249 ATMEL SPI DRIVER
2250 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2251 S:      Supported
2252 F:      drivers/spi/spi-atmel.*
2253
2254 ATMEL SSC DRIVER
2255 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2257 S:      Supported
2258 F:      drivers/misc/atmel-ssc.c
2259 F:      include/linux/atmel-ssc.h
2260
2261 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2262 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2263 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2264 S:      Supported
2265 F:      drivers/misc/atmel_tclib.c
2266 F:      drivers/clocksource/tcb_clksrc.c
2267
2268 ATMEL USBA UDC DRIVER
2269 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2271 S:      Supported
2272 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2273
2274 ATMEL WIRELESS DRIVER
2275 M:      Simon Kelley <simon@thekelleys.org.uk>
2276 L:      linux-wireless@vger.kernel.org
2277 W:      http://www.thekelleys.org.uk/atmel
2278 W:      http://atmelwlandriver.sourceforge.net/
2279 S:      Maintained
2280 F:      drivers/net/wireless/atmel/atmel*
2281
2282 ATMEL MAXTOUCH DRIVER
2283 M:      Nick Dyer <nick@shmanahar.org>
2284 T:      git git://github.com/ndyer/linux.git
2285 S:      Maintained
2286 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2287 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2288 F:      include/linux/platform_data/atmel_mxt_ts.h
2289
2290 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2291 M:      Bradley Grove <linuxdrivers@attotech.com>
2292 L:      linux-scsi@vger.kernel.org
2293 W:      http://www.attotech.com
2294 S:      Supported
2295 F:      drivers/scsi/esas2r
2296
2297 ATUSB IEEE 802.15.4 RADIO DRIVER
2298 M:      Stefan Schmidt <stefan@osg.samsung.com>
2299 L:      linux-wpan@vger.kernel.org
2300 S:      Maintained
2301 F:      drivers/net/ieee802154/atusb.c
2302 F:      drivers/net/ieee802154/atusb.h
2303 F:      drivers/net/ieee802154/at86rf230.h
2304
2305 AUDIT SUBSYSTEM
2306 M:      Paul Moore <paul@paul-moore.com>
2307 M:      Eric Paris <eparis@redhat.com>
2308 L:      linux-audit@redhat.com (moderated for non-subscribers)
2309 W:      http://people.redhat.com/sgrubb/audit/
2310 T:      git git://git.infradead.org/users/pcmoore/audit
2311 S:      Maintained
2312 F:      include/linux/audit.h
2313 F:      include/uapi/linux/audit.h
2314 F:      kernel/audit*
2315
2316 AUXILIARY DISPLAY DRIVERS
2317 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2318 W:      http://miguelojeda.es/auxdisplay.htm
2319 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2320 S:      Maintained
2321 F:      drivers/auxdisplay/
2322 F:      include/linux/cfag12864b.h
2323
2324 AVR32 ARCHITECTURE
2325 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2326 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2327 W:      http://www.atmel.com/products/AVR32/
2328 W:      http://mirror.egtvedt.no/avr32linux.org/
2329 W:      http://avrfreaks.net/
2330 S:      Maintained
2331 F:      arch/avr32/
2332
2333 AVR32/AT32AP MACHINE SUPPORT
2334 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2335 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2336 S:      Maintained
2337 F:      arch/avr32/mach-at32ap/
2338
2339 AX.25 NETWORK LAYER
2340 M:      Ralf Baechle <ralf@linux-mips.org>
2341 L:      linux-hams@vger.kernel.org
2342 W:      http://www.linux-ax25.org/
2343 S:      Maintained
2344 F:      include/uapi/linux/ax25.h
2345 F:      include/net/ax25.h
2346 F:      net/ax25/
2347
2348 AXENTIA ASOC DRIVERS
2349 M:      Peter Rosin <peda@axentia.se>
2350 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2351 S:      Maintained
2352 F:      Documentation/devicetree/bindings/sound/axentia,*
2353 F:      sound/soc/atmel/tse850-pcm5142.c
2354
2355 AZ6007 DVB DRIVER
2356 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2357 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2358 L:      linux-media@vger.kernel.org
2359 W:      https://linuxtv.org
2360 T:      git git://linuxtv.org/media_tree.git
2361 S:      Maintained
2362 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2363
2364 AZTECH FM RADIO RECEIVER DRIVER
2365 M:      Hans Verkuil <hverkuil@xs4all.nl>
2366 L:      linux-media@vger.kernel.org
2367 T:      git git://linuxtv.org/media_tree.git
2368 W:      https://linuxtv.org
2369 S:      Maintained
2370 F:      drivers/media/radio/radio-aztech*
2371
2372 B43 WIRELESS DRIVER
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:      Odd Fixes
2377 F:      drivers/net/wireless/broadcom/b43/
2378
2379 B43LEGACY WIRELESS DRIVER
2380 M:      Larry Finger <Larry.Finger@lwfinger.net>
2381 L:      linux-wireless@vger.kernel.org
2382 L:      b43-dev@lists.infradead.org
2383 W:      http://wireless.kernel.org/en/users/Drivers/b43
2384 S:      Maintained
2385 F:      drivers/net/wireless/broadcom/b43legacy/
2386
2387 BACKLIGHT CLASS/SUBSYSTEM
2388 M:      Jingoo Han <jingoohan1@gmail.com>
2389 M:      Lee Jones <lee.jones@linaro.org>
2390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2391 S:      Maintained
2392 F:      drivers/video/backlight/
2393 F:      include/linux/backlight.h
2394
2395 BATMAN ADVANCED
2396 M:      Marek Lindner <mareklindner@neomailbox.ch>
2397 M:      Simon Wunderlich <sw@simonwunderlich.de>
2398 M:      Antonio Quartulli <a@unstable.cc>
2399 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2400 W:      https://www.open-mesh.org/
2401 Q:      https://patchwork.open-mesh.org/project/batman/list/
2402 S:      Maintained
2403 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2404 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2405 F:      Documentation/networking/batman-adv.txt
2406 F:      include/uapi/linux/batman_adv.h
2407 F:      net/batman-adv/
2408
2409 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2410 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2411 L:      linux-hams@vger.kernel.org
2412 W:      http://www.baycom.org/~tom/ham/ham.html
2413 S:      Maintained
2414 F:      drivers/net/hamradio/baycom*
2415
2416 BCACHE (BLOCK LAYER CACHE)
2417 M:      Kent Overstreet <kent.overstreet@gmail.com>
2418 L:      linux-bcache@vger.kernel.org
2419 W:      http://bcache.evilpiepirate.org
2420 S:      Orphan
2421 F:      drivers/md/bcache/
2422
2423 BDISP ST MEDIA DRIVER
2424 M:      Fabien Dessenne <fabien.dessenne@st.com>
2425 L:      linux-media@vger.kernel.org
2426 T:      git git://linuxtv.org/media_tree.git
2427 W:      https://linuxtv.org
2428 S:      Supported
2429 F:      drivers/media/platform/sti/bdisp
2430
2431 BEFS FILE SYSTEM
2432 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2433 M:      Salah Triki <salah.triki@gmail.com>
2434 S:      Maintained
2435 T:      git git://github.com/luisbg/linux-befs.git
2436 F:      Documentation/filesystems/befs.txt
2437 F:      fs/befs/
2438
2439 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2440 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2441 L:      netdev@vger.kernel.org
2442 S:      Maintained
2443 F:      drivers/net/ethernet/ec_bhf.c
2444
2445 BFS FILE SYSTEM
2446 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2447 S:      Maintained
2448 F:      Documentation/filesystems/bfs.txt
2449 F:      fs/bfs/
2450 F:      include/uapi/linux/bfs_fs.h
2451
2452 BLACKFIN ARCHITECTURE
2453 M:      Steven Miao <realmz6@gmail.com>
2454 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2455 T:      git git://git.code.sf.net/p/adi-linux/code
2456 W:      http://blackfin.uclinux.org
2457 S:      Supported
2458 F:      arch/blackfin/
2459
2460 BLACKFIN EMAC DRIVER
2461 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2462 W:      http://blackfin.uclinux.org
2463 S:      Supported
2464 F:      drivers/net/ethernet/adi/
2465
2466 BLACKFIN RTC DRIVER
2467 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2468 W:      http://blackfin.uclinux.org
2469 S:      Supported
2470 F:      drivers/rtc/rtc-bfin.c
2471
2472 BLACKFIN SDH DRIVER
2473 M:      Sonic Zhang <sonic.zhang@analog.com>
2474 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2475 W:      http://blackfin.uclinux.org
2476 S:      Supported
2477 F:      drivers/mmc/host/bfin_sdh.c
2478
2479 BLACKFIN SERIAL DRIVER
2480 M:      Sonic Zhang <sonic.zhang@analog.com>
2481 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2482 W:      http://blackfin.uclinux.org
2483 S:      Supported
2484 F:      drivers/tty/serial/bfin_uart.c
2485
2486 BLACKFIN WATCHDOG DRIVER
2487 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2488 W:      http://blackfin.uclinux.org
2489 S:      Supported
2490 F:      drivers/watchdog/bfin_wdt.c
2491
2492 BLACKFIN I2C TWI DRIVER
2493 M:      Sonic Zhang <sonic.zhang@analog.com>
2494 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2495 W:      http://blackfin.uclinux.org/
2496 S:      Supported
2497 F:      drivers/i2c/busses/i2c-bfin-twi.c
2498
2499 BLACKFIN MEDIA DRIVER
2500 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2501 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2502 W:      http://blackfin.uclinux.org/
2503 S:      Supported
2504 F:      drivers/media/platform/blackfin/
2505 F:      drivers/media/i2c/adv7183*
2506 F:      drivers/media/i2c/vs6624*
2507
2508 BLINKM RGB LED DRIVER
2509 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2510 S:      Maintained
2511 F:      drivers/leds/leds-blinkm.c
2512
2513 BLOCK LAYER
2514 M:      Jens Axboe <axboe@kernel.dk>
2515 L:      linux-block@vger.kernel.org
2516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2517 S:      Maintained
2518 F:      block/
2519 F:      kernel/trace/blktrace.c
2520 F:      lib/sbitmap.c
2521
2522 BLOCK2MTD DRIVER
2523 M:      Joern Engel <joern@lazybastard.org>
2524 L:      linux-mtd@lists.infradead.org
2525 S:      Maintained
2526 F:      drivers/mtd/devices/block2mtd.c
2527
2528 BLUETOOTH DRIVERS
2529 M:      Marcel Holtmann <marcel@holtmann.org>
2530 M:      Gustavo Padovan <gustavo@padovan.org>
2531 M:      Johan Hedberg <johan.hedberg@gmail.com>
2532 L:      linux-bluetooth@vger.kernel.org
2533 W:      http://www.bluez.org/
2534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2536 S:      Maintained
2537 F:      drivers/bluetooth/
2538
2539 BLUETOOTH SUBSYSTEM
2540 M:      Marcel Holtmann <marcel@holtmann.org>
2541 M:      Gustavo Padovan <gustavo@padovan.org>
2542 M:      Johan Hedberg <johan.hedberg@gmail.com>
2543 L:      linux-bluetooth@vger.kernel.org
2544 W:      http://www.bluez.org/
2545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2547 S:      Maintained
2548 F:      net/bluetooth/
2549 F:      include/net/bluetooth/
2550
2551 BONDING DRIVER
2552 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2553 M:      Veaceslav Falico <vfalico@gmail.com>
2554 M:      Andy Gospodarek <andy@greyhouse.net>
2555 L:      netdev@vger.kernel.org
2556 W:      http://sourceforge.net/projects/bonding/
2557 S:      Supported
2558 F:      drivers/net/bonding/
2559 F:      include/uapi/linux/if_bonding.h
2560
2561 BPF (Safe dynamic programs and tools)
2562 M:      Alexei Starovoitov <ast@kernel.org>
2563 L:      netdev@vger.kernel.org
2564 L:      linux-kernel@vger.kernel.org
2565 S:      Supported
2566 F:      kernel/bpf/
2567 F:      tools/testing/selftests/bpf/
2568 F:      lib/test_bpf.c
2569
2570 BROADCOM B44 10/100 ETHERNET DRIVER
2571 M:      Michael Chan <michael.chan@broadcom.com>
2572 L:      netdev@vger.kernel.org
2573 S:      Supported
2574 F:      drivers/net/ethernet/broadcom/b44.*
2575
2576 BROADCOM B53 ETHERNET SWITCH DRIVER
2577 M:      Florian Fainelli <f.fainelli@gmail.com>
2578 L:      netdev@vger.kernel.org
2579 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2580 S:      Supported
2581 F:      drivers/net/dsa/b53/*
2582 F:      include/linux/platform_data/b53.h
2583
2584 BROADCOM GENET ETHERNET DRIVER
2585 M:      Florian Fainelli <f.fainelli@gmail.com>
2586 L:      netdev@vger.kernel.org
2587 S:      Supported
2588 F:      drivers/net/ethernet/broadcom/genet/
2589
2590 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2591 M:      Rasesh Mody <rasesh.mody@cavium.com>
2592 M:      Harish Patil <harish.patil@cavium.com>
2593 M:      Dept-GELinuxNICDev@cavium.com
2594 L:      netdev@vger.kernel.org
2595 S:      Supported
2596 F:      drivers/net/ethernet/broadcom/bnx2.*
2597 F:      drivers/net/ethernet/broadcom/bnx2_*
2598
2599 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2600 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2601 M:      Ariel Elior <ariel.elior@cavium.com>
2602 M:      everest-linux-l2@cavium.com
2603 L:      netdev@vger.kernel.org
2604 S:      Supported
2605 F:      drivers/net/ethernet/broadcom/bnx2x/
2606
2607 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2608 M:      Michael Chan <michael.chan@broadcom.com>
2609 L:      netdev@vger.kernel.org
2610 S:      Supported
2611 F:      drivers/net/ethernet/broadcom/bnxt/
2612
2613 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2614 M:      Florian Fainelli <f.fainelli@gmail.com>
2615 M:      Ray Jui <rjui@broadcom.com>
2616 M:      Scott Branden <sbranden@broadcom.com>
2617 M:      bcm-kernel-feedback-list@broadcom.com
2618 T:      git git://github.com/broadcom/mach-bcm
2619 S:      Maintained
2620 N:      bcm281*
2621 N:      bcm113*
2622 N:      bcm216*
2623 N:      kona
2624 F:      arch/arm/mach-bcm/
2625
2626 BROADCOM BCM2835 ARM ARCHITECTURE
2627 M:      Stephen Warren <swarren@wwwdotorg.org>
2628 M:      Lee Jones <lee@kernel.org>
2629 M:      Eric Anholt <eric@anholt.net>
2630 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2631 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2633 S:      Maintained
2634 N:      bcm2835
2635 F:      drivers/staging/vc04_services
2636
2637 BROADCOM BCM47XX MIPS ARCHITECTURE
2638 M:      Hauke Mehrtens <hauke@hauke-m.de>
2639 M:      Rafał Miłecki <zajec5@gmail.com>
2640 L:      linux-mips@linux-mips.org
2641 S:      Maintained
2642 F:      Documentation/devicetree/bindings/mips/brcm/
2643 F:      arch/mips/bcm47xx/*
2644 F:      arch/mips/include/asm/mach-bcm47xx/*
2645
2646 BROADCOM BCM5301X ARM ARCHITECTURE
2647 M:      Hauke Mehrtens <hauke@hauke-m.de>
2648 M:      Rafał Miłecki <zajec5@gmail.com>
2649 M:      bcm-kernel-feedback-list@broadcom.com
2650 L:      linux-arm-kernel@lists.infradead.org
2651 S:      Maintained
2652 F:      arch/arm/mach-bcm/bcm_5301x.c
2653 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2654 F:      arch/arm/boot/dts/bcm470*
2655
2656 BROADCOM BCM53573 ARM ARCHITECTURE
2657 M:      Rafał Miłecki <rafal@milecki.pl>
2658 L:      linux-arm-kernel@lists.infradead.org
2659 S:      Maintained
2660 F:      arch/arm/boot/dts/bcm53573*
2661 F:      arch/arm/boot/dts/bcm47189*
2662
2663 BROADCOM BCM63XX ARM ARCHITECTURE
2664 M:      Florian Fainelli <f.fainelli@gmail.com>
2665 M:      bcm-kernel-feedback-list@broadcom.com
2666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2667 T:      git git://github.com/broadcom/stblinux.git
2668 S:      Maintained
2669 N:      bcm63xx
2670
2671 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2672 M:      Kevin Cernekee <cernekee@gmail.com>
2673 L:      linux-usb@vger.kernel.org
2674 S:      Maintained
2675 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2676
2677 BROADCOM BCM7XXX ARM ARCHITECTURE
2678 M:      Brian Norris <computersforpeace@gmail.com>
2679 M:      Gregory Fong <gregory.0xf0@gmail.com>
2680 M:      Florian Fainelli <f.fainelli@gmail.com>
2681 M:      bcm-kernel-feedback-list@broadcom.com
2682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2683 T:      git git://github.com/broadcom/stblinux.git
2684 S:      Maintained
2685 F:      arch/arm/mach-bcm/*brcmstb*
2686 F:      arch/arm/boot/dts/bcm7*.dts*
2687 F:      drivers/bus/brcmstb_gisb.c
2688 N:      brcmstb
2689
2690 BROADCOM BMIPS MIPS ARCHITECTURE
2691 M:      Kevin Cernekee <cernekee@gmail.com>
2692 M:      Florian Fainelli <f.fainelli@gmail.com>
2693 L:      linux-mips@linux-mips.org
2694 T:      git git://github.com/broadcom/stblinux.git
2695 S:      Maintained
2696 F:      arch/mips/bmips/*
2697 F:      arch/mips/include/asm/mach-bmips/*
2698 F:      arch/mips/kernel/*bmips*
2699 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2700 F:      drivers/irqchip/irq-bcm63*
2701 F:      drivers/irqchip/irq-bcm7*
2702 F:      drivers/irqchip/irq-brcmstb*
2703 F:      include/linux/bcm963xx_nvram.h
2704 F:      include/linux/bcm963xx_tag.h
2705
2706 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2707 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2708 M:      Prashant Sreedharan <prashant@broadcom.com>
2709 M:      Michael Chan <mchan@broadcom.com>
2710 L:      netdev@vger.kernel.org
2711 S:      Supported
2712 F:      drivers/net/ethernet/broadcom/tg3.*
2713
2714 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2715 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2716 M:      Franky Lin <franky.lin@broadcom.com>
2717 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2718 L:      linux-wireless@vger.kernel.org
2719 L:      brcm80211-dev-list.pdl@broadcom.com
2720 S:      Supported
2721 F:      drivers/net/wireless/broadcom/brcm80211/
2722
2723 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2724 M:      QLogic-Storage-Upstream@qlogic.com
2725 L:      linux-scsi@vger.kernel.org
2726 S:      Supported
2727 F:      drivers/scsi/bnx2fc/
2728
2729 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2730 M:      QLogic-Storage-Upstream@qlogic.com
2731 L:      linux-scsi@vger.kernel.org
2732 S:      Supported
2733 F:      drivers/scsi/bnx2i/
2734
2735 BROADCOM IPROC ARM ARCHITECTURE
2736 M:      Ray Jui <rjui@broadcom.com>
2737 M:      Scott Branden <sbranden@broadcom.com>
2738 M:      Jon Mason <jonmason@broadcom.com>
2739 M:      bcm-kernel-feedback-list@broadcom.com
2740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2741 T:      git git://github.com/broadcom/cygnus-linux.git
2742 S:      Maintained
2743 N:      iproc
2744 N:      cygnus
2745 N:      bcm[-_]nsp
2746 N:      bcm9113*
2747 N:      bcm9583*
2748 N:      bcm9585*
2749 N:      bcm9586*
2750 N:      bcm988312
2751 N:      bcm113*
2752 N:      bcm583*
2753 N:      bcm585*
2754 N:      bcm586*
2755 N:      bcm88312
2756 F:      arch/arm64/boot/dts/broadcom/ns2*
2757 F:      drivers/clk/bcm/clk-ns*
2758 F:      drivers/pinctrl/bcm/pinctrl-ns*
2759
2760 BROADCOM BRCMSTB GPIO DRIVER
2761 M:      Gregory Fong <gregory.0xf0@gmail.com>
2762 L:      bcm-kernel-feedback-list@broadcom.com
2763 S:      Supported
2764 F:      drivers/gpio/gpio-brcmstb.c
2765 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2766
2767 BROADCOM KONA GPIO DRIVER
2768 M:      Ray Jui <rjui@broadcom.com>
2769 L:      bcm-kernel-feedback-list@broadcom.com
2770 S:      Supported
2771 F:      drivers/gpio/gpio-bcm-kona.c
2772 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2773
2774 BROADCOM NVRAM DRIVER
2775 M:      Rafał Miłecki <zajec5@gmail.com>
2776 L:      linux-mips@linux-mips.org
2777 S:      Maintained
2778 F:      drivers/firmware/broadcom/*
2779
2780 BROADCOM STB NAND FLASH DRIVER
2781 M:      Brian Norris <computersforpeace@gmail.com>
2782 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2783 L:      linux-mtd@lists.infradead.org
2784 L:      bcm-kernel-feedback-list@broadcom.com
2785 S:      Maintained
2786 F:      drivers/mtd/nand/brcmnand/
2787
2788 BROADCOM STB AVS CPUFREQ DRIVER
2789 M:      Markus Mayer <mmayer@broadcom.com>
2790 M:      bcm-kernel-feedback-list@broadcom.com
2791 L:      linux-pm@vger.kernel.org
2792 S:      Maintained
2793 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2794 F:      drivers/cpufreq/brcmstb*
2795
2796 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2797 M:      Rafał Miłecki <zajec5@gmail.com>
2798 L:      linux-wireless@vger.kernel.org
2799 S:      Maintained
2800 F:      drivers/bcma/
2801 F:      include/linux/bcma/
2802
2803 BROADCOM SYSTEMPORT ETHERNET DRIVER
2804 M:      Florian Fainelli <f.fainelli@gmail.com>
2805 L:      netdev@vger.kernel.org
2806 S:      Supported
2807 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2808
2809 BROADCOM VULCAN ARM64 SOC
2810 M:      Jayachandran C. <c.jayachandran@gmail.com>
2811 M:      bcm-kernel-feedback-list@broadcom.com
2812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2813 S:      Maintained
2814 F:      arch/arm64/boot/dts/broadcom/vulcan*
2815
2816 BROCADE BFA FC SCSI DRIVER
2817 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2818 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2819 L:      linux-scsi@vger.kernel.org
2820 S:      Supported
2821 F:      drivers/scsi/bfa/
2822
2823 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2824 M:      Rasesh Mody <rasesh.mody@cavium.com>
2825 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2826 M:      Dept-GELinuxNICDev@cavium.com
2827 L:      netdev@vger.kernel.org
2828 S:      Supported
2829 F:      drivers/net/ethernet/brocade/bna/
2830
2831 BSG (block layer generic sg v4 driver)
2832 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2833 L:      linux-scsi@vger.kernel.org
2834 S:      Supported
2835 F:      block/bsg.c
2836 F:      include/linux/bsg.h
2837 F:      include/uapi/linux/bsg.h
2838
2839 BT87X AUDIO DRIVER
2840 M:      Clemens Ladisch <clemens@ladisch.de>
2841 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2842 T:      git git://git.alsa-project.org/alsa-kernel.git
2843 S:      Maintained
2844 F:      Documentation/sound/alsa/Bt87x.txt
2845 F:      sound/pci/bt87x.c
2846
2847 BT8XXGPIO DRIVER
2848 M:      Michael Buesch <m@bues.ch>
2849 W:      http://bu3sch.de/btgpio.php
2850 S:      Maintained
2851 F:      drivers/gpio/gpio-bt8xx.c
2852
2853 BTRFS FILE SYSTEM
2854 M:      Chris Mason <clm@fb.com>
2855 M:      Josef Bacik <jbacik@fb.com>
2856 M:      David Sterba <dsterba@suse.com>
2857 L:      linux-btrfs@vger.kernel.org
2858 W:      http://btrfs.wiki.kernel.org/
2859 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2861 S:      Maintained
2862 F:      Documentation/filesystems/btrfs.txt
2863 F:      fs/btrfs/
2864
2865 BTTV VIDEO4LINUX DRIVER
2866 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2867 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2868 L:      linux-media@vger.kernel.org
2869 W:      https://linuxtv.org
2870 T:      git git://linuxtv.org/media_tree.git
2871 S:      Odd fixes
2872 F:      Documentation/media/v4l-drivers/bttv*
2873 F:      drivers/media/pci/bt8xx/bttv*
2874
2875 BUSLOGIC SCSI DRIVER
2876 M:      Khalid Aziz <khalid@gonehiking.org>
2877 L:      linux-scsi@vger.kernel.org
2878 S:      Maintained
2879 F:      drivers/scsi/BusLogic.*
2880 F:      drivers/scsi/FlashPoint.*
2881
2882 C-MEDIA CMI8788 DRIVER
2883 M:      Clemens Ladisch <clemens@ladisch.de>
2884 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2885 T:      git git://git.alsa-project.org/alsa-kernel.git
2886 S:      Maintained
2887 F:      sound/pci/oxygen/
2888
2889 C6X ARCHITECTURE
2890 M:      Mark Salter <msalter@redhat.com>
2891 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2892 L:      linux-c6x-dev@linux-c6x.org
2893 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2894 S:      Maintained
2895 F:      arch/c6x/
2896
2897 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2898 M:      David Howells <dhowells@redhat.com>
2899 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2900 S:      Supported
2901 F:      Documentation/filesystems/caching/cachefiles.txt
2902 F:      fs/cachefiles/
2903
2904 CADET FM/AM RADIO RECEIVER DRIVER
2905 M:      Hans Verkuil <hverkuil@xs4all.nl>
2906 L:      linux-media@vger.kernel.org
2907 T:      git git://linuxtv.org/media_tree.git
2908 W:      https://linuxtv.org
2909 S:      Maintained
2910 F:      drivers/media/radio/radio-cadet*
2911
2912 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2913 M:      Jonathan Corbet <corbet@lwn.net>
2914 L:      linux-media@vger.kernel.org
2915 T:      git git://linuxtv.org/media_tree.git
2916 S:      Maintained
2917 F:      Documentation/media/v4l-drivers/cafe_ccic*
2918 F:      drivers/media/platform/marvell-ccic/
2919
2920 CAIF NETWORK LAYER
2921 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2922 L:      netdev@vger.kernel.org
2923 S:      Supported
2924 F:      Documentation/networking/caif/
2925 F:      drivers/net/caif/
2926 F:      include/uapi/linux/caif/
2927 F:      include/net/caif/
2928 F:      net/caif/
2929
2930 CALGARY x86-64 IOMMU
2931 M:      Muli Ben-Yehuda <mulix@mulix.org>
2932 M:      Jon Mason <jdmason@kudzu.us>
2933 L:      iommu@lists.linux-foundation.org
2934 S:      Maintained
2935 F:      arch/x86/kernel/pci-calgary_64.c
2936 F:      arch/x86/kernel/tce_64.c
2937 F:      arch/x86/include/asm/calgary.h
2938 F:      arch/x86/include/asm/tce.h
2939
2940 CAN NETWORK LAYER
2941 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2942 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2943 L:      linux-can@vger.kernel.org
2944 W:      https://github.com/linux-can
2945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2947 S:      Maintained
2948 F:      Documentation/networking/can.txt
2949 F:      net/can/
2950 F:      include/linux/can/core.h
2951 F:      include/uapi/linux/can.h
2952 F:      include/uapi/linux/can/bcm.h
2953 F:      include/uapi/linux/can/raw.h
2954 F:      include/uapi/linux/can/gw.h
2955
2956 CAN NETWORK DRIVERS
2957 M:      Wolfgang Grandegger <wg@grandegger.com>
2958 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2959 L:      linux-can@vger.kernel.org
2960 W:      https://github.com/linux-can
2961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2963 S:      Maintained
2964 F:      Documentation/devicetree/bindings/net/can/
2965 F:      drivers/net/can/
2966 F:      include/linux/can/dev.h
2967 F:      include/linux/can/platform/
2968 F:      include/uapi/linux/can/error.h
2969 F:      include/uapi/linux/can/netlink.h
2970
2971 CAPABILITIES
2972 M:      Serge Hallyn <serge@hallyn.com>
2973 L:      linux-security-module@vger.kernel.org
2974 S:      Supported
2975 F:      include/linux/capability.h
2976 F:      include/uapi/linux/capability.h
2977 F:      security/commoncap.c
2978 F:      kernel/capability.c
2979
2980 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2981 M:      Kevin Tsai <ktsai@capellamicro.com>
2982 S:      Maintained
2983 F:      drivers/iio/light/cm*
2984 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2985
2986 CAVIUM I2C DRIVER
2987 M:      Jan Glauber <jglauber@cavium.com>
2988 M:      David Daney <david.daney@cavium.com>
2989 W:      http://www.cavium.com
2990 S:      Supported
2991 F:      drivers/i2c/busses/i2c-octeon*
2992 F:      drivers/i2c/busses/i2c-thunderx*
2993
2994 CAVIUM LIQUIDIO NETWORK DRIVER
2995 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2996 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2997 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2998 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2999 L:     netdev@vger.kernel.org
3000 W:     http://www.cavium.com
3001 S:     Supported
3002 F:     drivers/net/ethernet/cavium/liquidio/
3003
3004 CC2520 IEEE-802.15.4 RADIO DRIVER
3005 M:      Varka Bhadram <varkabhadram@gmail.com>
3006 L:      linux-wpan@vger.kernel.org
3007 S:      Maintained
3008 F:      drivers/net/ieee802154/cc2520.c
3009 F:      include/linux/spi/cc2520.h
3010 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3011
3012 CEC DRIVER
3013 M:      Hans Verkuil <hans.verkuil@cisco.com>
3014 L:      linux-media@vger.kernel.org
3015 T:      git git://linuxtv.org/media_tree.git
3016 W:      http://linuxtv.org
3017 S:      Supported
3018 F:      Documentation/media/kapi/cec-core.rst
3019 F:      Documentation/media/uapi/cec
3020 F:      drivers/media/cec/
3021 F:      drivers/media/cec-edid.c
3022 F:      drivers/media/rc/keymaps/rc-cec.c
3023 F:      include/media/cec.h
3024 F:      include/media/cec-edid.h
3025 F:      include/uapi/linux/cec.h
3026 F:      include/uapi/linux/cec-funcs.h
3027
3028 CELL BROADBAND ENGINE ARCHITECTURE
3029 M:      Arnd Bergmann <arnd@arndb.de>
3030 L:      linuxppc-dev@lists.ozlabs.org
3031 W:      http://www.ibm.com/developerworks/power/cell/
3032 S:      Supported
3033 F:      arch/powerpc/include/asm/cell*.h
3034 F:      arch/powerpc/include/asm/spu*.h
3035 F:      arch/powerpc/include/uapi/asm/spu*.h
3036 F:      arch/powerpc/oprofile/*cell*
3037 F:      arch/powerpc/platforms/cell/
3038
3039 CEPH COMMON CODE (LIBCEPH)
3040 M:      Ilya Dryomov <idryomov@gmail.com>
3041 M:      "Yan, Zheng" <zyan@redhat.com>
3042 M:      Sage Weil <sage@redhat.com>
3043 L:      ceph-devel@vger.kernel.org
3044 W:      http://ceph.com/
3045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3046 T:      git git://github.com/ceph/ceph-client.git
3047 S:      Supported
3048 F:      net/ceph/
3049 F:      include/linux/ceph/
3050 F:      include/linux/crush/
3051
3052 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3053 M:      "Yan, Zheng" <zyan@redhat.com>
3054 M:      Sage Weil <sage@redhat.com>
3055 M:      Ilya Dryomov <idryomov@gmail.com>
3056 L:      ceph-devel@vger.kernel.org
3057 W:      http://ceph.com/
3058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3059 T:      git git://github.com/ceph/ceph-client.git
3060 S:      Supported
3061 F:      Documentation/filesystems/ceph.txt
3062 F:      fs/ceph/
3063
3064 CERTIFICATE HANDLING:
3065 M:      David Howells <dhowells@redhat.com>
3066 M:      David Woodhouse <dwmw2@infradead.org>
3067 L:      keyrings@vger.kernel.org
3068 S:      Maintained
3069 F:      Documentation/module-signing.txt
3070 F:      certs/
3071 F:      scripts/sign-file.c
3072 F:      scripts/extract-cert.c
3073
3074 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3075 L:      linux-usb@vger.kernel.org
3076 S:      Orphan
3077 F:      Documentation/usb/WUSB-Design-overview.txt
3078 F:      Documentation/usb/wusb-cbaf
3079 F:      drivers/usb/host/hwa-hc.c
3080 F:      drivers/usb/host/whci/
3081 F:      drivers/usb/wusbcore/
3082 F:      include/linux/usb/wusb*
3083
3084 HT16K33 LED CONTROLLER DRIVER
3085 M:      Robin van der Gracht <robin@protonic.nl>
3086 S:      Maintained
3087 F:      drivers/auxdisplay/ht16k33.c
3088 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3089
3090 CFAG12864B LCD DRIVER
3091 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3092 W:      http://miguelojeda.es/auxdisplay.htm
3093 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3094 S:      Maintained
3095 F:      drivers/auxdisplay/cfag12864b.c
3096 F:      include/linux/cfag12864b.h
3097
3098 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3099 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3100 W:      http://miguelojeda.es/auxdisplay.htm
3101 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3102 S:      Maintained
3103 F:      drivers/auxdisplay/cfag12864bfb.c
3104 F:      include/linux/cfag12864b.h
3105
3106 CFG80211 and NL80211
3107 M:      Johannes Berg <johannes@sipsolutions.net>
3108 L:      linux-wireless@vger.kernel.org
3109 W:      http://wireless.kernel.org/
3110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3112 S:      Maintained
3113 F:      include/uapi/linux/nl80211.h
3114 F:      include/net/cfg80211.h
3115 F:      net/wireless/*
3116 X:      net/wireless/wext*
3117
3118 CHAR and MISC DRIVERS
3119 M:      Arnd Bergmann <arnd@arndb.de>
3120 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3122 S:      Supported
3123 F:      drivers/char/*
3124 F:      drivers/misc/*
3125 F:      include/linux/miscdevice.h
3126
3127 CHECKPATCH
3128 M:      Andy Whitcroft <apw@canonical.com>
3129 M:      Joe Perches <joe@perches.com>
3130 S:      Maintained
3131 F:      scripts/checkpatch.pl
3132
3133 CHINESE DOCUMENTATION
3134 M:      Harry Wei <harryxiyou@gmail.com>
3135 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3136 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3137 S:      Maintained
3138 F:      Documentation/translations/zh_CN/
3139
3140 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3141 M:      Peter Chen <Peter.Chen@nxp.com>
3142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3143 L:      linux-usb@vger.kernel.org
3144 S:      Maintained
3145 F:      drivers/usb/chipidea/
3146
3147 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3148 M:      Hans de Goede <hdegoede@redhat.com>
3149 L:      linux-input@vger.kernel.org
3150 S:      Maintained
3151 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3152 F:      drivers/input/touchscreen/chipone_icn8318.c
3153
3154 CHROME HARDWARE PLATFORM SUPPORT
3155 M:      Olof Johansson <olof@lixom.net>
3156 S:      Maintained
3157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3158 F:      drivers/platform/chrome/
3159
3160 CISCO VIC ETHERNET NIC DRIVER
3161 M:      Christian Benvenuti <benve@cisco.com>
3162 M:      Sujith Sankar <ssujith@cisco.com>
3163 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3164 M:      Neel Patel <neepatel@cisco.com>
3165 S:      Supported
3166 F:      drivers/net/ethernet/cisco/enic/
3167
3168 CISCO VIC LOW LATENCY NIC DRIVER
3169 M:      Christian Benvenuti <benve@cisco.com>
3170 M:      Dave Goodell <dgoodell@cisco.com>
3171 S:      Supported
3172 F:      drivers/infiniband/hw/usnic/
3173
3174 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3175 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3176 L:      netdev@vger.kernel.org
3177 S:      Maintained
3178 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3179
3180 CIRRUS LOGIC AUDIO CODEC DRIVERS
3181 M:      Brian Austin <brian.austin@cirrus.com>
3182 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3183 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3184 S:      Maintained
3185 F:      sound/soc/codecs/cs*
3186
3187 CLEANCACHE API
3188 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3189 L:      linux-kernel@vger.kernel.org
3190 S:      Maintained
3191 F:      mm/cleancache.c
3192 F:      include/linux/cleancache.h
3193
3194 CLK API
3195 M:      Russell King <linux@armlinux.org.uk>
3196 L:      linux-clk@vger.kernel.org
3197 S:      Maintained
3198 F:      include/linux/clk.h
3199
3200 CLOCKSOURCE, CLOCKEVENT DRIVERS
3201 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3202 M:      Thomas Gleixner <tglx@linutronix.de>
3203 L:      linux-kernel@vger.kernel.org
3204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3205 S:      Supported
3206 F:      drivers/clocksource
3207
3208 CISCO FCOE HBA DRIVER
3209 M:      Satish Kharat <satishkh@cisco.com>
3210 M:      Sesidhar Baddela <sebaddel@cisco.com>
3211 M:      Karan Tilak Kumar <kartilak@cisco.com>
3212 L:      linux-scsi@vger.kernel.org
3213 S:      Supported
3214 F:      drivers/scsi/fnic/
3215
3216 CISCO SCSI HBA DRIVER
3217 M:      Karan Tilak Kumar <kartilak@cisco.com>
3218 M:      Sesidhar Baddela <sebaddel@cisco.com>
3219 L:      linux-scsi@vger.kernel.org
3220 S:      Supported
3221 F:      drivers/scsi/snic/
3222
3223 CMPC ACPI DRIVER
3224 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3225 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3226 L:      platform-driver-x86@vger.kernel.org
3227 S:      Supported
3228 F:      drivers/platform/x86/classmate-laptop.c
3229
3230 COBALT MEDIA DRIVER
3231 M:      Hans Verkuil <hans.verkuil@cisco.com>
3232 L:      linux-media@vger.kernel.org
3233 T:      git git://linuxtv.org/media_tree.git
3234 W:      https://linuxtv.org
3235 S:      Supported
3236 F:      drivers/media/pci/cobalt/
3237
3238 COCCINELLE/Semantic Patches (SmPL)
3239 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3240 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3241 M:      Nicolas Palix <nicolas.palix@imag.fr>
3242 M:      Michal Marek <mmarek@suse.com>
3243 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3245 W:      http://coccinelle.lip6.fr/
3246 S:      Supported
3247 F:      Documentation/dev-tools/coccinelle.rst
3248 F:      scripts/coccinelle/
3249 F:      scripts/coccicheck
3250
3251 CODA FILE SYSTEM
3252 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3253 M:      coda@cs.cmu.edu
3254 L:      codalist@coda.cs.cmu.edu
3255 W:      http://www.coda.cs.cmu.edu/
3256 S:      Maintained
3257 F:      Documentation/filesystems/coda.txt
3258 F:      fs/coda/
3259 F:      include/linux/coda*.h
3260 F:      include/uapi/linux/coda*.h
3261
3262 CODA V4L2 MEM2MEM DRIVER
3263 M:      Philipp Zabel <p.zabel@pengutronix.de>
3264 L:      linux-media@vger.kernel.org
3265 S:      Maintained
3266 F:      Documentation/devicetree/bindings/media/coda.txt
3267 F:      drivers/media/platform/coda/
3268
3269 COMMON CLK FRAMEWORK
3270 M:      Michael Turquette <mturquette@baylibre.com>
3271 M:      Stephen Boyd <sboyd@codeaurora.org>
3272 L:      linux-clk@vger.kernel.org
3273 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3275 S:      Maintained
3276 F:      Documentation/devicetree/bindings/clock/
3277 F:      drivers/clk/
3278 X:      drivers/clk/clkdev.c
3279 F:      include/linux/clk-pr*
3280 F:      include/linux/clk/
3281
3282 COMMON INTERNET FILE SYSTEM (CIFS)
3283 M:      Steve French <sfrench@samba.org>
3284 L:      linux-cifs@vger.kernel.org
3285 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3286 W:      http://linux-cifs.samba.org/
3287 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3288 S:      Supported
3289 F:      Documentation/filesystems/cifs/
3290 F:      fs/cifs/
3291
3292 COMPACTPCI HOTPLUG CORE
3293 M:      Scott Murray <scott@spiteful.org>
3294 L:      linux-pci@vger.kernel.org
3295 S:      Maintained
3296 F:      drivers/pci/hotplug/cpci_hotplug*
3297
3298 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3299 M:      Scott Murray <scott@spiteful.org>
3300 L:      linux-pci@vger.kernel.org
3301 S:      Maintained
3302 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3303
3304 COMPACTPCI HOTPLUG GENERIC DRIVER
3305 M:      Scott Murray <scott@spiteful.org>
3306 L:      linux-pci@vger.kernel.org
3307 S:      Maintained
3308 F:      drivers/pci/hotplug/cpcihp_generic.c
3309
3310 COMPAL LAPTOP SUPPORT
3311 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3312 L:      platform-driver-x86@vger.kernel.org
3313 S:      Maintained
3314 F:      drivers/platform/x86/compal-laptop.c
3315
3316 CONEXANT ACCESSRUNNER USB DRIVER
3317 L:      accessrunner-general@lists.sourceforge.net
3318 W:      http://accessrunner.sourceforge.net/
3319 S:      Orphan
3320 F:      drivers/usb/atm/cxacru.c
3321
3322 CONFIGFS
3323 M:      Joel Becker <jlbec@evilplan.org>
3324 M:      Christoph Hellwig <hch@lst.de>
3325 T:      git git://git.infradead.org/users/hch/configfs.git
3326 S:      Supported
3327 F:      fs/configfs/
3328 F:      include/linux/configfs.h
3329
3330 CONNECTOR
3331 M:      Evgeniy Polyakov <zbr@ioremap.net>
3332 L:      netdev@vger.kernel.org
3333 S:      Maintained
3334 F:      drivers/connector/
3335
3336 CONTROL GROUP (CGROUP)
3337 M:      Tejun Heo <tj@kernel.org>
3338 M:      Li Zefan <lizefan@huawei.com>
3339 M:      Johannes Weiner <hannes@cmpxchg.org>
3340 L:      cgroups@vger.kernel.org
3341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3342 S:      Maintained
3343 F:      Documentation/cgroup*
3344 F:      include/linux/cgroup*
3345 F:      kernel/cgroup*
3346
3347 CONTROL GROUP - CPUSET
3348 M:      Li Zefan <lizefan@huawei.com>
3349 L:      cgroups@vger.kernel.org
3350 W:      http://www.bullopensource.org/cpuset/
3351 W:      http://oss.sgi.com/projects/cpusets/
3352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3353 S:      Maintained
3354 F:      Documentation/cgroup-v1/cpusets.txt
3355 F:      include/linux/cpuset.h
3356 F:      kernel/cpuset.c
3357
3358 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3359 M:      Johannes Weiner <hannes@cmpxchg.org>
3360 M:      Michal Hocko <mhocko@kernel.org>
3361 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3362 L:      cgroups@vger.kernel.org
3363 L:      linux-mm@kvack.org
3364 S:      Maintained
3365 F:      mm/memcontrol.c
3366 F:      mm/swap_cgroup.c
3367
3368 CORETEMP HARDWARE MONITORING DRIVER
3369 M:      Fenghua Yu <fenghua.yu@intel.com>
3370 L:      linux-hwmon@vger.kernel.org
3371 S:      Maintained
3372 F:      Documentation/hwmon/coretemp
3373 F:      drivers/hwmon/coretemp.c
3374
3375 COSA/SRP SYNC SERIAL DRIVER
3376 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3377 W:      http://www.fi.muni.cz/~kas/cosa/
3378 S:      Maintained
3379 F:      drivers/net/wan/cosa*
3380
3381 CPMAC ETHERNET DRIVER
3382 M:      Florian Fainelli <f.fainelli@gmail.com>
3383 L:      netdev@vger.kernel.org
3384 S:      Maintained
3385 F:      drivers/net/ethernet/ti/cpmac.c
3386
3387 CPU FREQUENCY DRIVERS
3388 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3389 M:      Viresh Kumar <viresh.kumar@linaro.org>
3390 L:      linux-pm@vger.kernel.org
3391 S:      Maintained
3392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3393 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3394 B:      https://bugzilla.kernel.org
3395 F:      Documentation/cpu-freq/
3396 F:      drivers/cpufreq/
3397 F:      include/linux/cpufreq.h
3398
3399 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3400 M:      Viresh Kumar <viresh.kumar@linaro.org>
3401 M:      Sudeep Holla <sudeep.holla@arm.com>
3402 L:      linux-pm@vger.kernel.org
3403 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3404 S:      Maintained
3405 F:      drivers/cpufreq/arm_big_little.h
3406 F:      drivers/cpufreq/arm_big_little.c
3407 F:      drivers/cpufreq/arm_big_little_dt.c
3408
3409 CPUIDLE DRIVER - ARM BIG LITTLE
3410 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3411 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3412 L:      linux-pm@vger.kernel.org
3413 L:      linux-arm-kernel@lists.infradead.org
3414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3415 S:      Maintained
3416 F:      drivers/cpuidle/cpuidle-big_little.c
3417
3418 CPUIDLE DRIVER - ARM EXYNOS
3419 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3420 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3421 M:      Kukjin Kim <kgene@kernel.org>
3422 L:      linux-pm@vger.kernel.org
3423 L:      linux-samsung-soc@vger.kernel.org
3424 S:      Supported
3425 F:      drivers/cpuidle/cpuidle-exynos.c
3426 F:      arch/arm/mach-exynos/pm.c
3427
3428 CPUIDLE DRIVERS
3429 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3430 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3431 L:      linux-pm@vger.kernel.org
3432 S:      Maintained
3433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3434 B:      https://bugzilla.kernel.org
3435 F:      drivers/cpuidle/*
3436 F:      include/linux/cpuidle.h
3437
3438 CPUID/MSR DRIVER
3439 M:      "H. Peter Anvin" <hpa@zytor.com>
3440 S:      Maintained
3441 F:      arch/x86/kernel/cpuid.c
3442 F:      arch/x86/kernel/msr.c
3443
3444 CPU POWER MONITORING SUBSYSTEM
3445 M:      Thomas Renninger <trenn@suse.com>
3446 L:      linux-pm@vger.kernel.org
3447 S:      Maintained
3448 F:      tools/power/cpupower/
3449
3450 CRAMFS FILESYSTEM
3451 W:      http://sourceforge.net/projects/cramfs/
3452 S:      Orphan / Obsolete
3453 F:      Documentation/filesystems/cramfs.txt
3454 F:      fs/cramfs/
3455
3456 CRIS PORT
3457 M:      Mikael Starvik <starvik@axis.com>
3458 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3459 L:      linux-cris-kernel@axis.com
3460 W:      http://developer.axis.com
3461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3462 S:      Maintained
3463 F:      arch/cris/
3464 F:      drivers/tty/serial/crisv10.*
3465
3466 CRYPTO API
3467 M:      Herbert Xu <herbert@gondor.apana.org.au>
3468 M:      "David S. Miller" <davem@davemloft.net>
3469 L:      linux-crypto@vger.kernel.org
3470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3472 S:      Maintained
3473 F:      Documentation/crypto/
3474 F:      Documentation/devicetree/bindings/crypto/
3475 F:      Documentation/DocBook/crypto-API.tmpl
3476 F:      arch/*/crypto/
3477 F:      crypto/
3478 F:      drivers/crypto/
3479 F:      include/crypto/
3480 F:      include/linux/crypto*
3481
3482 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3483 M:      Neil Horman <nhorman@tuxdriver.com>
3484 L:      linux-crypto@vger.kernel.org
3485 S:      Maintained
3486 F:      crypto/ansi_cprng.c
3487 F:      crypto/rng.c
3488
3489 CS3308 MEDIA DRIVER
3490 M:      Hans Verkuil <hverkuil@xs4all.nl>
3491 L:      linux-media@vger.kernel.org
3492 T:      git git://linuxtv.org/media_tree.git
3493 W:      http://linuxtv.org
3494 S:      Odd Fixes
3495 F:      drivers/media/i2c/cs3308.c
3496 F:      drivers/media/i2c/cs3308.h
3497
3498 CS5535 Audio ALSA driver
3499 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3500 S:      Maintained
3501 F:      sound/pci/cs5535audio/
3502
3503 CW1200 WLAN driver
3504 M:      Solomon Peachy <pizza@shaftnet.org>
3505 S:      Maintained
3506 F:      drivers/net/wireless/st/cw1200/
3507
3508 CX18 VIDEO4LINUX DRIVER
3509 M:      Andy Walls <awalls@md.metrocast.net>
3510 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3511 L:      linux-media@vger.kernel.org
3512 T:      git git://linuxtv.org/media_tree.git
3513 W:      https://linuxtv.org
3514 W:      http://www.ivtvdriver.org/index.php/Cx18
3515 S:      Maintained
3516 F:      Documentation/media/v4l-drivers/cx18*
3517 F:      drivers/media/pci/cx18/
3518 F:      include/uapi/linux/ivtv*
3519
3520 CX2341X MPEG ENCODER HELPER MODULE
3521 M:      Hans Verkuil <hverkuil@xs4all.nl>
3522 L:      linux-media@vger.kernel.org
3523 T:      git git://linuxtv.org/media_tree.git
3524 W:      https://linuxtv.org
3525 S:      Maintained
3526 F:      drivers/media/common/cx2341x*
3527 F:      include/media/cx2341x*
3528
3529 CX24120 MEDIA DRIVER
3530 M:      Jemma Denson <jdenson@gmail.com>
3531 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3532 L:      linux-media@vger.kernel.org
3533 W:      https://linuxtv.org
3534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3535 S:      Maintained
3536 F:      drivers/media/dvb-frontends/cx24120*
3537
3538 CX88 VIDEO4LINUX DRIVER
3539 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3540 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3541 L:      linux-media@vger.kernel.org
3542 W:      https://linuxtv.org
3543 T:      git git://linuxtv.org/media_tree.git
3544 S:      Odd fixes
3545 F:      Documentation/media/v4l-drivers/cx88*
3546 F:      drivers/media/pci/cx88/
3547
3548 CXD2820R MEDIA DRIVER
3549 M:      Antti Palosaari <crope@iki.fi>
3550 L:      linux-media@vger.kernel.org
3551 W:      https://linuxtv.org
3552 W:      http://palosaari.fi/linux/
3553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3554 T:      git git://linuxtv.org/anttip/media_tree.git
3555 S:      Maintained
3556 F:      drivers/media/dvb-frontends/cxd2820r*
3557
3558 CXGB3 ETHERNET DRIVER (CXGB3)
3559 M:      Santosh Raspatur <santosh@chelsio.com>
3560 L:      netdev@vger.kernel.org
3561 W:      http://www.chelsio.com
3562 S:      Supported
3563 F:      drivers/net/ethernet/chelsio/cxgb3/
3564
3565 CXGB3 ISCSI DRIVER (CXGB3I)
3566 M:      Karen Xie <kxie@chelsio.com>
3567 L:      linux-scsi@vger.kernel.org
3568 W:      http://www.chelsio.com
3569 S:      Supported
3570 F:      drivers/scsi/cxgbi/cxgb3i
3571
3572 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3573 M:      Steve Wise <swise@chelsio.com>
3574 L:      linux-rdma@vger.kernel.org
3575 W:      http://www.openfabrics.org
3576 S:      Supported
3577 F:      drivers/infiniband/hw/cxgb3/
3578 F:      include/uapi/rdma/cxgb3-abi.h
3579
3580 CXGB4 ETHERNET DRIVER (CXGB4)
3581 M:      Hariprasad S <hariprasad@chelsio.com>
3582 L:      netdev@vger.kernel.org
3583 W:      http://www.chelsio.com
3584 S:      Supported
3585 F:      drivers/net/ethernet/chelsio/cxgb4/
3586
3587 CXGB4 ISCSI DRIVER (CXGB4I)
3588 M:      Karen Xie <kxie@chelsio.com>
3589 L:      linux-scsi@vger.kernel.org
3590 W:      http://www.chelsio.com
3591 S:      Supported
3592 F:      drivers/scsi/cxgbi/cxgb4i
3593
3594 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3595 M:      Steve Wise <swise@chelsio.com>
3596 L:      linux-rdma@vger.kernel.org
3597 W:      http://www.openfabrics.org
3598 S:      Supported
3599 F:      drivers/infiniband/hw/cxgb4/
3600 F:      include/uapi/rdma/cxgb4-abi.h
3601
3602 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3603 M:      Casey Leedom <leedom@chelsio.com>
3604 L:      netdev@vger.kernel.org
3605 W:      http://www.chelsio.com
3606 S:      Supported
3607 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3608
3609 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3610 M:      Ian Munsie <imunsie@au1.ibm.com>
3611 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3612 L:      linuxppc-dev@lists.ozlabs.org
3613 S:      Supported
3614 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3615 F:      drivers/misc/cxl/
3616 F:      include/misc/cxl*
3617 F:      include/uapi/misc/cxl.h
3618 F:      Documentation/powerpc/cxl.txt
3619 F:      Documentation/ABI/testing/sysfs-class-cxl
3620
3621 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3622 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3623 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3624 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3625 L:      linux-scsi@vger.kernel.org
3626 S:      Supported
3627 F:      drivers/scsi/cxlflash/
3628 F:      include/uapi/scsi/cxlflash_ioctls.h
3629 F:      Documentation/powerpc/cxlflash.txt
3630
3631 STMMAC ETHERNET DRIVER
3632 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3633 M:      Alexandre Torgue <alexandre.torgue@st.com>
3634 L:      netdev@vger.kernel.org
3635 W:      http://www.stlinux.com
3636 S:      Supported
3637 F:      drivers/net/ethernet/stmicro/stmmac/
3638
3639 CYBERPRO FB DRIVER
3640 M:      Russell King <linux@armlinux.org.uk>
3641 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3642 W:      http://www.armlinux.org.uk/
3643 S:      Maintained
3644 F:      drivers/video/fbdev/cyber2000fb.*
3645
3646 CYCLADES ASYNC MUX DRIVER
3647 W:      http://www.cyclades.com/
3648 S:      Orphan
3649 F:      drivers/tty/cyclades.c
3650 F:      include/linux/cyclades.h
3651 F:      include/uapi/linux/cyclades.h
3652
3653 CYCLADES PC300 DRIVER
3654 W:      http://www.cyclades.com/
3655 S:      Orphan
3656 F:      drivers/net/wan/pc300*
3657
3658 CYPRESS_FIRMWARE MEDIA DRIVER
3659 M:      Antti Palosaari <crope@iki.fi>
3660 L:      linux-media@vger.kernel.org
3661 W:      https://linuxtv.org
3662 W:      http://palosaari.fi/linux/
3663 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3664 T:      git git://linuxtv.org/anttip/media_tree.git
3665 S:      Maintained
3666 F:      drivers/media/common/cypress_firmware*
3667
3668 CYTTSP TOUCHSCREEN DRIVER
3669 M:      Ferruh Yigit <fery@cypress.com>
3670 L:      linux-input@vger.kernel.org
3671 S:      Supported
3672 F:      drivers/input/touchscreen/cyttsp*
3673 F:      include/linux/input/cyttsp.h
3674
3675 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3676 M:      Joshua Kinard <kumba@gentoo.org>
3677 S:      Maintained
3678 F:      drivers/rtc/rtc-ds1685.c
3679 F:      include/linux/rtc/ds1685.h
3680
3681 DAMA SLAVE for AX.25
3682 M:      Joerg Reuter <jreuter@yaina.de>
3683 W:      http://yaina.de/jreuter/
3684 W:      http://www.qsl.net/dl1bke/
3685 L:      linux-hams@vger.kernel.org
3686 S:      Maintained
3687 F:      net/ax25/af_ax25.c
3688 F:      net/ax25/ax25_dev.c
3689 F:      net/ax25/ax25_ds_*
3690 F:      net/ax25/ax25_in.c
3691 F:      net/ax25/ax25_out.c
3692 F:      net/ax25/ax25_timer.c
3693 F:      net/ax25/sysctl_net_ax25.c
3694
3695 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3696 L:      netdev@vger.kernel.org
3697 S:      Orphan
3698 F:      Documentation/networking/dmfe.txt
3699 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3700
3701 DC390/AM53C974 SCSI driver
3702 M:      Hannes Reinecke <hare@suse.com>
3703 L:      linux-scsi@vger.kernel.org
3704 S:      Maintained
3705 F:      drivers/scsi/am53c974.c
3706
3707 DC395x SCSI driver
3708 M:      Oliver Neukum <oliver@neukum.org>
3709 M:      Ali Akcaagac <aliakc@web.de>
3710 M:      Jamie Lenehan <lenehan@twibble.org>
3711 L:      dc395x@twibble.org
3712 W:      http://twibble.org/dist/dc395x/
3713 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3714 S:      Maintained
3715 F:      Documentation/scsi/dc395x.txt
3716 F:      drivers/scsi/dc395x.*
3717
3718 DCCP PROTOCOL
3719 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3720 L:      dccp@vger.kernel.org
3721 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3722 S:      Maintained
3723 F:      include/linux/dccp.h
3724 F:      include/uapi/linux/dccp.h
3725 F:      include/linux/tfrc.h
3726 F:      net/dccp/
3727
3728 DECnet NETWORK LAYER
3729 W:      http://linux-decnet.sourceforge.net
3730 L:      linux-decnet-user@lists.sourceforge.net
3731 S:      Orphan
3732 F:      Documentation/networking/decnet.txt
3733 F:      net/decnet/
3734
3735 DECSTATION PLATFORM SUPPORT
3736 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3737 L:      linux-mips@linux-mips.org
3738 W:      http://www.linux-mips.org/wiki/DECstation
3739 S:      Maintained
3740 F:      arch/mips/dec/
3741 F:      arch/mips/include/asm/dec/
3742 F:      arch/mips/include/asm/mach-dec/
3743
3744 DEFXX FDDI NETWORK DRIVER
3745 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3746 S:      Maintained
3747 F:      drivers/net/fddi/defxx.*
3748
3749 DELL LAPTOP DRIVER
3750 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3751 M:      Pali Rohár <pali.rohar@gmail.com>
3752 L:      platform-driver-x86@vger.kernel.org
3753 S:      Maintained
3754 F:      drivers/platform/x86/dell-laptop.c
3755
3756 DELL LAPTOP RBTN DRIVER
3757 M:      Pali Rohár <pali.rohar@gmail.com>
3758 S:      Maintained
3759 F:      drivers/platform/x86/dell-rbtn.*
3760
3761 DELL LAPTOP FREEFALL DRIVER
3762 M:      Pali Rohár <pali.rohar@gmail.com>
3763 S:      Maintained
3764 F:      drivers/platform/x86/dell-smo8800.c
3765
3766 DELL LAPTOP SMM DRIVER
3767 M:      Pali Rohár <pali.rohar@gmail.com>
3768 S:      Maintained
3769 F:      drivers/hwmon/dell-smm-hwmon.c
3770 F:      include/uapi/linux/i8k.h
3771
3772 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3773 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3774 S:      Maintained
3775 F:      Documentation/dcdbas.txt
3776 F:      drivers/firmware/dcdbas.*
3777
3778 DELL WMI EXTRAS DRIVER
3779 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3780 M:      Pali Rohár <pali.rohar@gmail.com>
3781 S:      Maintained
3782 F:      drivers/platform/x86/dell-wmi.c
3783
3784 DESIGNWARE USB2 DRD IP DRIVER
3785 M:      John Youn <johnyoun@synopsys.com>
3786 L:      linux-usb@vger.kernel.org
3787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3788 S:      Maintained
3789 F:      drivers/usb/dwc2/
3790
3791 DESIGNWARE USB3 DRD IP DRIVER
3792 M:      Felipe Balbi <balbi@kernel.org>
3793 L:      linux-usb@vger.kernel.org
3794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3795 S:      Maintained
3796 F:      drivers/usb/dwc3/
3797
3798 DEVICE COREDUMP (DEV_COREDUMP)
3799 M:      Johannes Berg <johannes@sipsolutions.net>
3800 L:      linux-kernel@vger.kernel.org
3801 S:      Maintained
3802 F:      drivers/base/devcoredump.c
3803 F:      include/linux/devcoredump.h
3804
3805 DEVICE FREQUENCY (DEVFREQ)
3806 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3807 M:      Kyungmin Park <kyungmin.park@samsung.com>
3808 R:      Chanwoo Choi <cw00.choi@samsung.com>
3809 L:      linux-pm@vger.kernel.org
3810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3811 S:      Maintained
3812 F:      drivers/devfreq/
3813 F:      include/linux/devfreq.h
3814 F:      Documentation/devicetree/bindings/devfreq/
3815
3816 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3817 M:      Chanwoo Choi <cw00.choi@samsung.com>
3818 L:      linux-pm@vger.kernel.org
3819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3820 S:      Supported
3821 F:      drivers/devfreq/event/
3822 F:      drivers/devfreq/devfreq-event.c
3823 F:      include/linux/devfreq-event.h
3824 F:      Documentation/devicetree/bindings/devfreq/event/
3825
3826 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3827 M:      Chanwoo Choi <cw00.choi@samsung.com>
3828 L:      linux-pm@vger.kernel.org
3829 L:      linux-samsung-soc@vger.kernel.org
3830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3831 S:      Maintained
3832 F:      drivers/devfreq/exynos-bus.c
3833 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3834
3835 DEVICE NUMBER REGISTRY
3836 M:      Torben Mathiasen <device@lanana.org>
3837 W:      http://lanana.org/docs/device-list/index.html
3838 S:      Maintained
3839
3840 DEVICE-MAPPER  (LVM)
3841 M:      Alasdair Kergon <agk@redhat.com>
3842 M:      Mike Snitzer <snitzer@redhat.com>
3843 M:      dm-devel@redhat.com
3844 L:      dm-devel@redhat.com
3845 W:      http://sources.redhat.com/dm
3846 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3848 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3849 S:      Maintained
3850 F:      Documentation/device-mapper/
3851 F:      drivers/md/dm*
3852 F:      drivers/md/persistent-data/
3853 F:      include/linux/device-mapper.h
3854 F:      include/linux/dm-*.h
3855 F:      include/uapi/linux/dm-*.h
3856
3857 DEVLINK
3858 M:      Jiri Pirko <jiri@mellanox.com>
3859 L:      netdev@vger.kernel.org
3860 S:      Supported
3861 F:      net/core/devlink.c
3862 F:      include/net/devlink.h
3863 F:      include/uapi/linux/devlink.h
3864
3865 DIALOG SEMICONDUCTOR DRIVERS
3866 M:      Support Opensource <support.opensource@diasemi.com>
3867 W:      http://www.dialog-semiconductor.com/products
3868 S:      Supported
3869 F:      Documentation/hwmon/da90??
3870 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3871 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3872 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3873 F:      drivers/gpio/gpio-da90??.c
3874 F:      drivers/hwmon/da90??-hwmon.c
3875 F:      drivers/iio/adc/da91??-*.c
3876 F:      drivers/input/misc/da90??_onkey.c
3877 F:      drivers/input/touchscreen/da9052_tsi.c
3878 F:      drivers/leds/leds-da90??.c
3879 F:      drivers/mfd/da903x.c
3880 F:      drivers/mfd/da90??-*.c
3881 F:      drivers/mfd/da91??-*.c
3882 F:      drivers/power/supply/da9052-battery.c
3883 F:      drivers/power/supply/da91??-*.c
3884 F:      drivers/regulator/da903x.c
3885 F:      drivers/regulator/da9???-regulator.[ch]
3886 F:      drivers/rtc/rtc-da90??.c
3887 F:      drivers/video/backlight/da90??_bl.c
3888 F:      drivers/watchdog/da90??_wdt.c
3889 F:      include/linux/mfd/da903x.h
3890 F:      include/linux/mfd/da9052/
3891 F:      include/linux/mfd/da9055/
3892 F:      include/linux/mfd/da9062/
3893 F:      include/linux/mfd/da9063/
3894 F:      include/linux/mfd/da9150/
3895 F:      include/linux/regulator/da9211.h
3896 F:      include/sound/da[79]*.h
3897 F:      sound/soc/codecs/da[79]*.[ch]
3898
3899 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3900 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3901 L:      linux-gpio@vger.kernel.org
3902 S:      Maintained
3903 F:      drivers/gpio/gpio-gpio-mm.c
3904
3905 DIGI NEO AND CLASSIC PCI PRODUCTS
3906 M:      Lidza Louina <lidza.louina@gmail.com>
3907 M:      Mark Hounschell <markh@compro.net>
3908 L:      driverdev-devel@linuxdriverproject.org
3909 S:      Maintained
3910 F:      drivers/staging/dgnc/
3911
3912 DIOLAN U2C-12 I2C DRIVER
3913 M:      Guenter Roeck <linux@roeck-us.net>
3914 L:      linux-i2c@vger.kernel.org
3915 S:      Maintained
3916 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3917
3918 DIRECT ACCESS (DAX)
3919 M:      Matthew Wilcox <willy@linux.intel.com>
3920 L:      linux-fsdevel@vger.kernel.org
3921 S:      Supported
3922 F:      fs/dax.c
3923
3924 DIRECTORY NOTIFICATION (DNOTIFY)
3925 M:      Eric Paris <eparis@parisplace.org>
3926 S:      Maintained
3927 F:      Documentation/filesystems/dnotify.txt
3928 F:      fs/notify/dnotify/
3929 F:      include/linux/dnotify.h
3930
3931 DISK GEOMETRY AND PARTITION HANDLING
3932 M:      Andries Brouwer <aeb@cwi.nl>
3933 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3934 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3935 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3936 S:      Maintained
3937
3938 DISKQUOTA
3939 M:      Jan Kara <jack@suse.com>
3940 S:      Maintained
3941 F:      Documentation/filesystems/quota.txt
3942 F:      fs/quota/
3943 F:      include/linux/quota*.h
3944 F:      include/uapi/linux/quota*.h
3945
3946 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3947 M:      Bernie Thompson <bernie@plugable.com>
3948 L:      linux-fbdev@vger.kernel.org
3949 S:      Maintained
3950 W:      http://plugable.com/category/projects/udlfb/
3951 F:      drivers/video/fbdev/udlfb.c
3952 F:      include/video/udlfb.h
3953 F:      Documentation/fb/udlfb.txt
3954
3955 DISTRIBUTED LOCK MANAGER (DLM)
3956 M:      Christine Caulfield <ccaulfie@redhat.com>
3957 M:      David Teigland <teigland@redhat.com>
3958 L:      cluster-devel@redhat.com
3959 W:      http://sources.redhat.com/cluster/
3960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3961 S:      Supported
3962 F:      fs/dlm/
3963
3964 DMA BUFFER SHARING FRAMEWORK
3965 M:      Sumit Semwal <sumit.semwal@linaro.org>
3966 S:      Maintained
3967 L:      linux-media@vger.kernel.org
3968 L:      dri-devel@lists.freedesktop.org
3969 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3970 F:      drivers/dma-buf/
3971 F:      include/linux/dma-buf*
3972 F:      include/linux/reservation.h
3973 F:      include/linux/*fence.h
3974 F:      Documentation/dma-buf-sharing.txt
3975 T:      git git://anongit.freedesktop.org/drm/drm-misc
3976
3977 SYNC FILE FRAMEWORK
3978 M:      Sumit Semwal <sumit.semwal@linaro.org>
3979 R:      Gustavo Padovan <gustavo@padovan.org>
3980 S:      Maintained
3981 L:      linux-media@vger.kernel.org
3982 L:      dri-devel@lists.freedesktop.org
3983 F:      drivers/dma-buf/sync_*
3984 F:      drivers/dma-buf/sw_sync.c
3985 F:      include/linux/sync_file.h
3986 F:      include/uapi/linux/sync_file.h
3987 F:      Documentation/sync_file.txt
3988 T:      git git://anongit.freedesktop.org/drm/drm-misc
3989
3990 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3991 M:      Vinod Koul <vinod.koul@intel.com>
3992 L:      dmaengine@vger.kernel.org
3993 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3994 S:      Maintained
3995 F:      drivers/dma/
3996 F:      include/linux/dmaengine.h
3997 F:      Documentation/devicetree/bindings/dma/
3998 F:      Documentation/dmaengine/
3999 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4000
4001 DME1737 HARDWARE MONITOR DRIVER
4002 M:      Juerg Haefliger <juergh@gmail.com>
4003 L:      linux-hwmon@vger.kernel.org
4004 S:      Maintained
4005 F:      Documentation/hwmon/dme1737
4006 F:      drivers/hwmon/dme1737.c
4007
4008 DMI/SMBIOS SUPPORT
4009 M:      Jean Delvare <jdelvare@suse.com>
4010 S:      Maintained
4011 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4012 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4013 F:      drivers/firmware/dmi-id.c
4014 F:      drivers/firmware/dmi_scan.c
4015 F:      include/linux/dmi.h
4016
4017 DOCUMENTATION
4018 M:      Jonathan Corbet <corbet@lwn.net>
4019 L:      linux-doc@vger.kernel.org
4020 S:      Maintained
4021 F:      Documentation/
4022 F:      scripts/docproc.c
4023 F:      scripts/kernel-doc*
4024 X:      Documentation/ABI/
4025 X:      Documentation/devicetree/
4026 X:      Documentation/acpi
4027 X:      Documentation/power
4028 X:      Documentation/spi
4029 X:      Documentation/media
4030 T:      git git://git.lwn.net/linux.git docs-next
4031
4032 DOUBLETALK DRIVER
4033 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4034 L:      blinux-list@redhat.com
4035 S:      Maintained
4036 F:      drivers/char/dtlk.c
4037 F:      include/linux/dtlk.h
4038
4039 DPT_I2O SCSI RAID DRIVER
4040 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4041 L:      linux-scsi@vger.kernel.org
4042 W:      http://www.adaptec.com/
4043 S:      Maintained
4044 F:      drivers/scsi/dpt*
4045 F:      drivers/scsi/dpt/
4046
4047 DRBD DRIVER
4048 M:      Philipp Reisner <philipp.reisner@linbit.com>
4049 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4050 L:      drbd-dev@lists.linbit.com
4051 W:      http://www.drbd.org
4052 T:      git git://git.linbit.com/linux-drbd.git
4053 T:      git git://git.linbit.com/drbd-8.4.git
4054 S:      Supported
4055 F:      drivers/block/drbd/
4056 F:      lib/lru_cache.c
4057 F:      Documentation/blockdev/drbd/
4058
4059 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4060 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4062 S:      Supported
4063 F:      Documentation/kobject.txt
4064 F:      drivers/base/
4065 F:      fs/debugfs/
4066 F:      fs/kernfs/
4067 F:      fs/sysfs/
4068 F:      include/linux/debugfs.h
4069 F:      include/linux/kobj*
4070 F:      lib/kobj*
4071
4072 DRM DRIVERS
4073 M:      David Airlie <airlied@linux.ie>
4074 L:      dri-devel@lists.freedesktop.org
4075 T:      git git://people.freedesktop.org/~airlied/linux
4076 B:      https://bugs.freedesktop.org/
4077 C:      irc://chat.freenode.net/dri-devel
4078 S:      Maintained
4079 F:      drivers/gpu/drm/
4080 F:      drivers/gpu/vga/
4081 F:      Documentation/devicetree/bindings/display/
4082 F:      Documentation/devicetree/bindings/gpu/
4083 F:      Documentation/devicetree/bindings/video/
4084 F:      Documentation/gpu/
4085 F:      include/drm/
4086 F:      include/uapi/drm/
4087
4088 DRM DRIVERS AND MISC GPU PATCHES
4089 M:      Daniel Vetter <daniel.vetter@intel.com>
4090 M:      Jani Nikula <jani.nikula@linux.intel.com>
4091 M:      Sean Paul <seanpaul@chromium.org>
4092 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4093 S:      Maintained
4094 T:      git git://anongit.freedesktop.org/drm/drm-misc
4095 F:      Documentation/gpu/
4096 F:      drivers/gpu/vga/
4097 F:      drivers/gpu/drm/*
4098 F:      include/drm/drm*
4099 F:      include/uapi/drm/drm*
4100
4101 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4102 M:      Dave Airlie <airlied@redhat.com>
4103 S:      Odd Fixes
4104 F:      drivers/gpu/drm/ast/
4105
4106 DRM DRIVERS FOR BRIDGE CHIPS
4107 M:      Archit Taneja <architt@codeaurora.org>
4108 S:      Maintained
4109 T:      git git://anongit.freedesktop.org/drm/drm-misc
4110 F:      drivers/gpu/drm/bridge/
4111
4112 DRM DRIVER FOR BOCHS VIRTUAL GPU
4113 M:      Gerd Hoffmann <kraxel@redhat.com>
4114 S:      Odd Fixes
4115 F:      drivers/gpu/drm/bochs/
4116
4117 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4118 M:      Dave Airlie <airlied@redhat.com>
4119 S:      Odd Fixes
4120 F:      drivers/gpu/drm/cirrus/
4121
4122 RADEON and AMDGPU DRM DRIVERS
4123 M:      Alex Deucher <alexander.deucher@amd.com>
4124 M:      Christian König <christian.koenig@amd.com>
4125 L:      amd-gfx@lists.freedesktop.org
4126 T:      git git://people.freedesktop.org/~agd5f/linux
4127 S:      Supported
4128 F:      drivers/gpu/drm/radeon/
4129 F:      include/uapi/drm/radeon_drm.h
4130 F:      drivers/gpu/drm/amd/
4131 F:      include/uapi/drm/amdgpu_drm.h
4132
4133 DRM PANEL DRIVERS
4134 M:      Thierry Reding <thierry.reding@gmail.com>
4135 L:      dri-devel@lists.freedesktop.org
4136 T:      git git://anongit.freedesktop.org/tegra/linux.git
4137 S:      Maintained
4138 F:      drivers/gpu/drm/drm_panel.c
4139 F:      drivers/gpu/drm/panel/
4140 F:      include/drm/drm_panel.h
4141 F:      Documentation/devicetree/bindings/display/panel/
4142
4143 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4144 M:      Daniel Vetter <daniel.vetter@intel.com>
4145 M:      Jani Nikula <jani.nikula@linux.intel.com>
4146 L:      intel-gfx@lists.freedesktop.org
4147 W:      https://01.org/linuxgraphics/
4148 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4149 C:      irc://chat.freenode.net/intel-gfx
4150 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4151 T:      git git://anongit.freedesktop.org/drm-intel
4152 S:      Supported
4153 F:      drivers/gpu/drm/i915/
4154 F:      include/drm/i915*
4155 F:      include/uapi/drm/i915_drm.h
4156 F:      Documentation/gpu/i915.rst
4157
4158 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4159 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4160 M:      Zhi Wang <zhi.a.wang@intel.com>
4161 L:      igvt-g-dev@lists.01.org
4162 L:      intel-gfx@lists.freedesktop.org
4163 W:      https://01.org/igvt-g
4164 T:      git https://github.com/01org/gvt-linux.git
4165 S:      Supported
4166 F:      drivers/gpu/drm/i915/gvt/
4167
4168 DRM DRIVERS FOR ATMEL HLCDC
4169 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4170 L:      dri-devel@lists.freedesktop.org
4171 S:      Supported
4172 F:      drivers/gpu/drm/atmel-hlcdc/
4173 F:      Documentation/devicetree/bindings/drm/atmel/
4174
4175 DRM DRIVERS FOR ALLWINNER A10
4176 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4177 L:      dri-devel@lists.freedesktop.org
4178 S:      Supported
4179 F:      drivers/gpu/drm/sun4i/
4180 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4181
4182 DRM DRIVERS FOR AMLOGIC SOCS
4183 M:      Neil Armstrong <narmstrong@baylibre.com>
4184 L:      dri-devel@lists.freedesktop.org
4185 L:      linux-amlogic@lists.infradead.org
4186 W:      http://linux-meson.com/
4187 S:      Supported
4188 F:      drivers/gpu/drm/meson/
4189 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4190
4191 DRM DRIVERS FOR EXYNOS
4192 M:      Inki Dae <inki.dae@samsung.com>
4193 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4194 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4195 M:      Kyungmin Park <kyungmin.park@samsung.com>
4196 L:      dri-devel@lists.freedesktop.org
4197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4198 S:      Supported
4199 F:      drivers/gpu/drm/exynos/
4200 F:      include/uapi/drm/exynos_drm.h
4201 F:      Documentation/devicetree/bindings/display/exynos/
4202
4203 DRM DRIVERS FOR FREESCALE DCU
4204 M:      Stefan Agner <stefan@agner.ch>
4205 M:      Alison Wang <alison.wang@freescale.com>
4206 L:      dri-devel@lists.freedesktop.org
4207 S:      Supported
4208 F:      drivers/gpu/drm/fsl-dcu/
4209 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4210 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4211 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4212
4213 DRM DRIVERS FOR FREESCALE IMX
4214 M:      Philipp Zabel <p.zabel@pengutronix.de>
4215 L:      dri-devel@lists.freedesktop.org
4216 S:      Maintained
4217 F:      drivers/gpu/drm/imx/
4218 F:      drivers/gpu/ipu-v3/
4219 F:      Documentation/devicetree/bindings/display/imx/
4220
4221 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4222 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4223 L:      dri-devel@lists.freedesktop.org
4224 T:      git git://github.com/patjak/drm-gma500
4225 S:      Maintained
4226 F:      drivers/gpu/drm/gma500/
4227
4228 DRM DRIVERS FOR HISILICON
4229 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4230 M:      Rongrong Zou <zourongrong@gmail.com>
4231 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4232 R:      Chen Feng <puck.chen@hisilicon.com>
4233 L:      dri-devel@lists.freedesktop.org
4234 T:      git git://github.com/xin3liang/linux.git
4235 S:      Maintained
4236 F:      drivers/gpu/drm/hisilicon/
4237 F:      Documentation/devicetree/bindings/display/hisilicon/
4238
4239 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4240 S:      Orphan / Obsolete
4241 F:      drivers/gpu/drm/i810/
4242 F:      include/uapi/drm/i810_drm.h
4243
4244 DRM DRIVERS FOR MEDIATEK
4245 M:      CK Hu <ck.hu@mediatek.com>
4246 M:      Philipp Zabel <p.zabel@pengutronix.de>
4247 L:      dri-devel@lists.freedesktop.org
4248 S:      Supported
4249 F:      drivers/gpu/drm/mediatek/
4250 F:      Documentation/devicetree/bindings/display/mediatek/
4251
4252 DRM DRIVER FOR MSM ADRENO GPU
4253 M:      Rob Clark <robdclark@gmail.com>
4254 L:      linux-arm-msm@vger.kernel.org
4255 L:      dri-devel@lists.freedesktop.org
4256 L:      freedreno@lists.freedesktop.org
4257 T:      git git://people.freedesktop.org/~robclark/linux
4258 S:      Maintained
4259 F:      drivers/gpu/drm/msm/
4260 F:      include/uapi/drm/msm_drm.h
4261 F:      Documentation/devicetree/bindings/display/msm/
4262
4263 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4264 M:      Ben Skeggs <bskeggs@redhat.com>
4265 L:      dri-devel@lists.freedesktop.org
4266 L:      nouveau@lists.freedesktop.org
4267 T:      git git://github.com/skeggsb/linux
4268 S:      Supported
4269 F:      drivers/gpu/drm/nouveau/
4270 F:      include/uapi/drm/nouveau_drm.h
4271
4272 DRM DRIVERS FOR NVIDIA TEGRA
4273 M:      Thierry Reding <thierry.reding@gmail.com>
4274 L:      dri-devel@lists.freedesktop.org
4275 L:      linux-tegra@vger.kernel.org
4276 T:      git git://anongit.freedesktop.org/tegra/linux.git
4277 S:      Supported
4278 F:      drivers/gpu/drm/tegra/
4279 F:      drivers/gpu/host1x/
4280 F:      include/linux/host1x.h
4281 F:      include/uapi/drm/tegra_drm.h
4282 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4283
4284 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4285 S:      Orphan / Obsolete
4286 F:      drivers/gpu/drm/mga/
4287 F:      include/uapi/drm/mga_drm.h
4288
4289 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4290 M:      Dave Airlie <airlied@redhat.com>
4291 S:      Odd Fixes
4292 F:      drivers/gpu/drm/mgag200/
4293
4294 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4295 S:      Orphan / Obsolete
4296 F:      drivers/gpu/drm/r128/
4297 F:      include/uapi/drm/r128_drm.h
4298
4299 DRM DRIVERS FOR RENESAS
4300 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4301 L:      dri-devel@lists.freedesktop.org
4302 L:      linux-renesas-soc@vger.kernel.org
4303 T:      git git://linuxtv.org/pinchartl/fbdev
4304 S:      Supported
4305 F:      drivers/gpu/drm/rcar-du/
4306 F:      drivers/gpu/drm/shmobile/
4307 F:      include/linux/platform_data/shmob_drm.h
4308 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4309
4310 DRM DRIVER FOR QXL VIRTUAL GPU
4311 M:      Dave Airlie <airlied@redhat.com>
4312 S:      Odd Fixes
4313 F:      drivers/gpu/drm/qxl/
4314 F:      include/uapi/drm/qxl_drm.h
4315
4316 DRM DRIVERS FOR ROCKCHIP
4317 M:      Mark Yao <mark.yao@rock-chips.com>
4318 L:      dri-devel@lists.freedesktop.org
4319 S:      Maintained
4320 F:      drivers/gpu/drm/rockchip/
4321 F:      Documentation/devicetree/bindings/display/rockchip/
4322
4323 DRM DRIVER FOR SAVAGE VIDEO CARDS
4324 S:      Orphan / Obsolete
4325 F:      drivers/gpu/drm/savage/
4326 F:      include/uapi/drm/savage_drm.h
4327
4328 DRM DRIVER FOR SIS VIDEO CARDS
4329 S:      Orphan / Obsolete
4330 F:      drivers/gpu/drm/sis/
4331 F:      include/uapi/drm/sis_drm.h
4332
4333 DRM DRIVERS FOR STI
4334 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4335 M:      Vincent Abriou <vincent.abriou@st.com>
4336 L:      dri-devel@lists.freedesktop.org
4337 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4338 S:      Maintained
4339 F:      drivers/gpu/drm/sti
4340 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4341
4342 DRM DRIVER FOR TDFX VIDEO CARDS
4343 S:      Orphan / Obsolete
4344 F:      drivers/gpu/drm/tdfx/
4345
4346 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4347 M:      Dave Airlie <airlied@redhat.com>
4348 S:      Odd Fixes
4349 F:      drivers/gpu/drm/udl/
4350
4351 DRM DRIVERS FOR VIVANTE GPU IP
4352 M:      Lucas Stach <l.stach@pengutronix.de>
4353 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4354 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4355 L:      etnaviv@lists.freedesktop.org
4356 L:      dri-devel@lists.freedesktop.org
4357 S:      Maintained
4358 F:      drivers/gpu/drm/etnaviv/
4359 F:      include/uapi/drm/etnaviv_drm.h
4360 F:      Documentation/devicetree/bindings/display/etnaviv/
4361
4362 DRM DRIVER FOR VMWARE VIRTUAL GPU
4363 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4364 M:      Sinclair Yeh <syeh@vmware.com>
4365 M:      Thomas Hellstrom <thellstrom@vmware.com>
4366 L:      dri-devel@lists.freedesktop.org
4367 T:      git git://people.freedesktop.org/~syeh/repos_linux
4368 T:      git git://people.freedesktop.org/~thomash/linux
4369 S:      Supported
4370 F:      drivers/gpu/drm/vmwgfx/
4371 F:      include/uapi/drm/vmwgfx_drm.h
4372
4373 DRM DRIVERS FOR VC4
4374 M:      Eric Anholt <eric@anholt.net>
4375 T:      git git://github.com/anholt/linux
4376 S:      Supported
4377 F:      drivers/gpu/drm/vc4/
4378 F:      include/uapi/drm/vc4_drm.h
4379 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4380
4381 DRM DRIVERS FOR TI OMAP
4382 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4383 L:      dri-devel@lists.freedesktop.org
4384 S:      Maintained
4385 F:      drivers/gpu/drm/omapdrm/
4386 F:      Documentation/devicetree/bindings/display/ti/
4387
4388 DRM DRIVERS FOR TI LCDC
4389 M:      Jyri Sarha <jsarha@ti.com>
4390 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4391 L:      dri-devel@lists.freedesktop.org
4392 S:      Maintained
4393 F:      drivers/gpu/drm/tilcdc/
4394 F:      Documentation/devicetree/bindings/display/tilcdc/
4395
4396 DRM DRIVERS FOR ZTE ZX
4397 M:      Shawn Guo <shawnguo@kernel.org>
4398 L:      dri-devel@lists.freedesktop.org
4399 S:      Maintained
4400 F:      drivers/gpu/drm/zte/
4401 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4402
4403 DSBR100 USB FM RADIO DRIVER
4404 M:      Alexey Klimov <klimov.linux@gmail.com>
4405 L:      linux-media@vger.kernel.org
4406 T:      git git://linuxtv.org/media_tree.git
4407 S:      Maintained
4408 F:      drivers/media/radio/dsbr100.c
4409
4410 DSCC4 DRIVER
4411 M:      Francois Romieu <romieu@fr.zoreil.com>
4412 L:      netdev@vger.kernel.org
4413 S:      Maintained
4414 F:      drivers/net/wan/dscc4.c
4415
4416 DT3155 MEDIA DRIVER
4417 M:      Hans Verkuil <hverkuil@xs4all.nl>
4418 L:      linux-media@vger.kernel.org
4419 T:      git git://linuxtv.org/media_tree.git
4420 W:      https://linuxtv.org
4421 S:      Odd Fixes
4422 F:      drivers/media/pci/dt3155/
4423
4424 DVB_USB_AF9015 MEDIA DRIVER
4425 M:      Antti Palosaari <crope@iki.fi>
4426 L:      linux-media@vger.kernel.org
4427 W:      https://linuxtv.org
4428 W:      http://palosaari.fi/linux/
4429 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4430 T:      git git://linuxtv.org/anttip/media_tree.git
4431 S:      Maintained
4432 F:      drivers/media/usb/dvb-usb-v2/af9015*
4433
4434 DVB_USB_AF9035 MEDIA DRIVER
4435 M:      Antti Palosaari <crope@iki.fi>
4436 L:      linux-media@vger.kernel.org
4437 W:      https://linuxtv.org
4438 W:      http://palosaari.fi/linux/
4439 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4440 T:      git git://linuxtv.org/anttip/media_tree.git
4441 S:      Maintained
4442 F:      drivers/media/usb/dvb-usb-v2/af9035*
4443
4444 DVB_USB_ANYSEE MEDIA DRIVER
4445 M:      Antti Palosaari <crope@iki.fi>
4446 L:      linux-media@vger.kernel.org
4447 W:      https://linuxtv.org
4448 W:      http://palosaari.fi/linux/
4449 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4450 T:      git git://linuxtv.org/anttip/media_tree.git
4451 S:      Maintained
4452 F:      drivers/media/usb/dvb-usb-v2/anysee*
4453
4454 DVB_USB_AU6610 MEDIA DRIVER
4455 M:      Antti Palosaari <crope@iki.fi>
4456 L:      linux-media@vger.kernel.org
4457 W:      https://linuxtv.org
4458 W:      http://palosaari.fi/linux/
4459 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4460 T:      git git://linuxtv.org/anttip/media_tree.git
4461 S:      Maintained
4462 F:      drivers/media/usb/dvb-usb-v2/au6610*
4463
4464 DVB_USB_CE6230 MEDIA DRIVER
4465 M:      Antti Palosaari <crope@iki.fi>
4466 L:      linux-media@vger.kernel.org
4467 W:      https://linuxtv.org
4468 W:      http://palosaari.fi/linux/
4469 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4470 T:      git git://linuxtv.org/anttip/media_tree.git
4471 S:      Maintained
4472 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4473
4474 DVB_USB_CXUSB MEDIA DRIVER
4475 M:      Michael Krufky <mkrufky@linuxtv.org>
4476 L:      linux-media@vger.kernel.org
4477 W:      https://linuxtv.org
4478 W:      http://github.com/mkrufky
4479 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4480 T:      git git://linuxtv.org/media_tree.git
4481 S:      Maintained
4482 F:      drivers/media/usb/dvb-usb/cxusb*
4483
4484 DVB_USB_EC168 MEDIA DRIVER
4485 M:      Antti Palosaari <crope@iki.fi>
4486 L:      linux-media@vger.kernel.org
4487 W:      https://linuxtv.org
4488 W:      http://palosaari.fi/linux/
4489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4490 T:      git git://linuxtv.org/anttip/media_tree.git
4491 S:      Maintained
4492 F:      drivers/media/usb/dvb-usb-v2/ec168*
4493
4494 DVB_USB_GL861 MEDIA DRIVER
4495 M:      Antti Palosaari <crope@iki.fi>
4496 L:      linux-media@vger.kernel.org
4497 W:      https://linuxtv.org
4498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4499 T:      git git://linuxtv.org/anttip/media_tree.git
4500 S:      Maintained
4501 F:      drivers/media/usb/dvb-usb-v2/gl861*
4502
4503 DVB_USB_MXL111SF MEDIA DRIVER
4504 M:      Michael Krufky <mkrufky@linuxtv.org>
4505 L:      linux-media@vger.kernel.org
4506 W:      https://linuxtv.org
4507 W:      http://github.com/mkrufky
4508 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4509 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4510 S:      Maintained
4511 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4512
4513 DVB_USB_RTL28XXU MEDIA DRIVER
4514 M:      Antti Palosaari <crope@iki.fi>
4515 L:      linux-media@vger.kernel.org
4516 W:      https://linuxtv.org
4517 W:      http://palosaari.fi/linux/
4518 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4519 T:      git git://linuxtv.org/anttip/media_tree.git
4520 S:      Maintained
4521 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4522
4523 DVB_USB_V2 MEDIA DRIVER
4524 M:      Antti Palosaari <crope@iki.fi>
4525 L:      linux-media@vger.kernel.org
4526 W:      https://linuxtv.org
4527 W:      http://palosaari.fi/linux/
4528 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4529 T:      git git://linuxtv.org/anttip/media_tree.git
4530 S:      Maintained
4531 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4532 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4533
4534 DYNAMIC DEBUG
4535 M:      Jason Baron <jbaron@akamai.com>
4536 S:      Maintained
4537 F:      lib/dynamic_debug.c
4538 F:      include/linux/dynamic_debug.h
4539
4540 DZ DECSTATION DZ11 SERIAL DRIVER
4541 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4542 S:      Maintained
4543 F:      drivers/tty/serial/dz.*
4544
4545 E3X0 POWER BUTTON DRIVER
4546 M:      Moritz Fischer <moritz.fischer@ettus.com>
4547 L:      usrp-users@lists.ettus.com
4548 W:      http://www.ettus.com
4549 S:      Supported
4550 F:      drivers/input/misc/e3x0-button.c
4551 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4552
4553 E4000 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/tuners/e4000*
4562
4563 EATA ISA/EISA/PCI SCSI DRIVER
4564 M:      Dario Ballabio <ballabio_dario@emc.com>
4565 L:      linux-scsi@vger.kernel.org
4566 S:      Maintained
4567 F:      drivers/scsi/eata.c
4568
4569 EC100 MEDIA DRIVER
4570 M:      Antti Palosaari <crope@iki.fi>
4571 L:      linux-media@vger.kernel.org
4572 W:      https://linuxtv.org
4573 W:      http://palosaari.fi/linux/
4574 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4575 T:      git git://linuxtv.org/anttip/media_tree.git
4576 S:      Maintained
4577 F:      drivers/media/dvb-frontends/ec100*
4578
4579 ECRYPT FILE SYSTEM
4580 M:      Tyler Hicks <tyhicks@canonical.com>
4581 L:      ecryptfs@vger.kernel.org
4582 W:      http://ecryptfs.org
4583 W:      https://launchpad.net/ecryptfs
4584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4585 S:      Supported
4586 F:      Documentation/filesystems/ecryptfs.txt
4587 F:      fs/ecryptfs/
4588
4589 EDAC-CORE
4590 M:      Borislav Petkov <bp@alien8.de>
4591 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4592 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4593 L:      linux-edac@vger.kernel.org
4594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4596 S:      Supported
4597 F:      Documentation/admin-guide/ras.rst
4598 F:      Documentation/driver-api/edac.rst
4599 F:      drivers/edac/
4600 F:      include/linux/edac.h
4601
4602 EDAC-AMD64
4603 M:      Borislav Petkov <bp@alien8.de>
4604 L:      linux-edac@vger.kernel.org
4605 S:      Maintained
4606 F:      drivers/edac/amd64_edac*
4607
4608 EDAC-CALXEDA
4609 M:      Robert Richter <rric@kernel.org>
4610 L:      linux-edac@vger.kernel.org
4611 S:      Maintained
4612 F:      drivers/edac/highbank*
4613
4614 EDAC-CAVIUM
4615 M:      Ralf Baechle <ralf@linux-mips.org>
4616 M:      David Daney <david.daney@cavium.com>
4617 L:      linux-edac@vger.kernel.org
4618 L:      linux-mips@linux-mips.org
4619 S:      Supported
4620 F:      drivers/edac/octeon_edac*
4621
4622 EDAC-E752X
4623 M:      Mark Gross <mark.gross@intel.com>
4624 L:      linux-edac@vger.kernel.org
4625 S:      Maintained
4626 F:      drivers/edac/e752x_edac.c
4627
4628 EDAC-E7XXX
4629 L:      linux-edac@vger.kernel.org
4630 S:      Maintained
4631 F:      drivers/edac/e7xxx_edac.c
4632
4633 EDAC-FSL_DDR
4634 M:      York Sun <york.sun@nxp.com>
4635 L:      linux-edac@vger.kernel.org
4636 S:      Maintained
4637 F:      drivers/edac/fsl_ddr_edac.*
4638
4639 EDAC-GHES
4640 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4641 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4642 L:      linux-edac@vger.kernel.org
4643 S:      Maintained
4644 F:      drivers/edac/ghes_edac.c
4645
4646 EDAC-I82443BXGX
4647 M:      Tim Small <tim@buttersideup.com>
4648 L:      linux-edac@vger.kernel.org
4649 S:      Maintained
4650 F:      drivers/edac/i82443bxgx_edac.c
4651
4652 EDAC-I3000
4653 L:      linux-edac@vger.kernel.org
4654 S:      Orphan
4655 F:      drivers/edac/i3000_edac.c
4656
4657 EDAC-I5000
4658 L:      linux-edac@vger.kernel.org
4659 S:      Maintained
4660 F:      drivers/edac/i5000_edac.c
4661
4662 EDAC-I5400
4663 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4664 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4665 L:      linux-edac@vger.kernel.org
4666 S:      Maintained
4667 F:      drivers/edac/i5400_edac.c
4668
4669 EDAC-I7300
4670 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4671 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4672 L:      linux-edac@vger.kernel.org
4673 S:      Maintained
4674 F:      drivers/edac/i7300_edac.c
4675
4676 EDAC-I7CORE
4677 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4678 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4679 L:      linux-edac@vger.kernel.org
4680 S:      Maintained
4681 F:      drivers/edac/i7core_edac.c
4682
4683 EDAC-I82975X
4684 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4685 M:      "Arvind R." <arvino55@gmail.com>
4686 L:      linux-edac@vger.kernel.org
4687 S:      Maintained
4688 F:      drivers/edac/i82975x_edac.c
4689
4690 EDAC-IE31200
4691 M:      Jason Baron <jbaron@akamai.com>
4692 L:      linux-edac@vger.kernel.org
4693 S:      Maintained
4694 F:      drivers/edac/ie31200_edac.c
4695
4696 EDAC-MPC85XX
4697 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4698 L:      linux-edac@vger.kernel.org
4699 S:      Maintained
4700 F:      drivers/edac/mpc85xx_edac.[ch]
4701
4702 EDAC-PASEMI
4703 M:      Egor Martovetsky <egor@pasemi.com>
4704 L:      linux-edac@vger.kernel.org
4705 S:      Maintained
4706 F:      drivers/edac/pasemi_edac.c
4707
4708 EDAC-R82600
4709 M:      Tim Small <tim@buttersideup.com>
4710 L:      linux-edac@vger.kernel.org
4711 S:      Maintained
4712 F:      drivers/edac/r82600_edac.c
4713
4714 EDAC-SBRIDGE
4715 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4716 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4717 L:      linux-edac@vger.kernel.org
4718 S:      Maintained
4719 F:      drivers/edac/sb_edac.c
4720
4721 EDAC-SKYLAKE
4722 M:      Tony Luck <tony.luck@intel.com>
4723 L:      linux-edac@vger.kernel.org
4724 S:      Maintained
4725 F:      drivers/edac/skx_edac.c
4726
4727 EDAC-XGENE
4728 APPLIED MICRO (APM) X-GENE SOC EDAC
4729 M:     Loc Ho <lho@apm.com>
4730 S:     Supported
4731 F:     drivers/edac/xgene_edac.c
4732 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4733
4734 EDIROL UA-101/UA-1000 DRIVER
4735 M:      Clemens Ladisch <clemens@ladisch.de>
4736 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4737 T:      git git://git.alsa-project.org/alsa-kernel.git
4738 S:      Maintained
4739 F:      sound/usb/misc/ua101.c
4740
4741 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4742 M:      Matt Fleming <matt@codeblueprint.co.uk>
4743 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4744 L:      linux-efi@vger.kernel.org
4745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4746 S:      Maintained
4747 F:      Documentation/efi-stub.txt
4748 F:      arch/*/kernel/efi.c
4749 F:      arch/x86/boot/compressed/eboot.[ch]
4750 F:      arch/*/include/asm/efi.h
4751 F:      arch/x86/platform/efi/
4752 F:      drivers/firmware/efi/
4753 F:      include/linux/efi*.h
4754 F:      arch/arm/boot/compressed/efi-header.S
4755 F:      arch/arm64/kernel/efi-entry.S
4756
4757 EFI VARIABLE FILESYSTEM
4758 M:      Matthew Garrett <matthew.garrett@nebula.com>
4759 M:      Jeremy Kerr <jk@ozlabs.org>
4760 M:      Matt Fleming <matt@codeblueprint.co.uk>
4761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4762 L:      linux-efi@vger.kernel.org
4763 S:      Maintained
4764 F:      fs/efivarfs/
4765
4766 EFIFB FRAMEBUFFER DRIVER
4767 L:      linux-fbdev@vger.kernel.org
4768 M:      Peter Jones <pjones@redhat.com>
4769 S:      Maintained
4770 F:      drivers/video/fbdev/efifb.c
4771
4772 EFI TEST DRIVER
4773 L:      linux-efi@vger.kernel.org
4774 M:      Ivan Hu <ivan.hu@canonical.com>
4775 M:      Matt Fleming <matt@codeblueprint.co.uk>
4776 S:      Maintained
4777 F:      drivers/firmware/efi/test/
4778
4779 EFS FILESYSTEM
4780 W:      http://aeschi.ch.eu.org/efs/
4781 S:      Orphan
4782 F:      fs/efs/
4783
4784 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4785 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4786 L:      netdev@vger.kernel.org
4787 S:      Maintained
4788 F:      drivers/net/ethernet/ibm/ehea/
4789
4790 EM28XX VIDEO4LINUX DRIVER
4791 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4792 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4793 L:      linux-media@vger.kernel.org
4794 W:      https://linuxtv.org
4795 T:      git git://linuxtv.org/media_tree.git
4796 S:      Maintained
4797 F:      drivers/media/usb/em28xx/
4798 F:      Documentation/media/v4l-drivers/em28xx*
4799
4800 EMBEDDED LINUX
4801 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4802 M:      Matt Mackall <mpm@selenic.com>
4803 M:      David Woodhouse <dwmw2@infradead.org>
4804 L:      linux-embedded@vger.kernel.org
4805 S:      Maintained
4806
4807 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4808 M:      James Smart <james.smart@broadcom.com>
4809 M:      Dick Kennedy <dick.kennedy@broadcom.com>
4810 L:      linux-scsi@vger.kernel.org
4811 W:      http://www.broadcom.com
4812 S:      Supported
4813 F:      drivers/scsi/lpfc/
4814
4815 ENE CB710 FLASH CARD READER DRIVER
4816 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4817 S:      Maintained
4818 F:      drivers/misc/cb710/
4819 F:      drivers/mmc/host/cb710-mmc.*
4820 F:      include/linux/cb710.h
4821
4822 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4823 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4824 S:      Maintained
4825 F:      drivers/media/rc/ene_ir.*
4826
4827 EPSON S1D13XXX FRAMEBUFFER DRIVER
4828 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4829 S:      Maintained
4830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4831 F:      drivers/video/fbdev/s1d13xxxfb.c
4832 F:      include/video/s1d13xxxfb.h
4833
4834 ET131X NETWORK DRIVER
4835 M:      Mark Einon <mark.einon@gmail.com>
4836 S:      Odd Fixes
4837 F:      drivers/net/ethernet/agere/
4838
4839 ETHERNET BRIDGE
4840 M:      Stephen Hemminger <stephen@networkplumber.org>
4841 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4842 L:      netdev@vger.kernel.org
4843 W:      http://www.linuxfoundation.org/en/Net:Bridge
4844 S:      Maintained
4845 F:      include/linux/netfilter_bridge/
4846 F:      net/bridge/
4847
4848 ETHERNET PHY LIBRARY
4849 M:      Florian Fainelli <f.fainelli@gmail.com>
4850 L:      netdev@vger.kernel.org
4851 S:      Maintained
4852 F:      include/linux/phy.h
4853 F:      include/linux/phy_fixed.h
4854 F:      drivers/net/phy/
4855 F:      Documentation/networking/phy.txt
4856 F:      drivers/of/of_mdio.c
4857 F:      drivers/of/of_net.c
4858
4859 EXT2 FILE SYSTEM
4860 M:      Jan Kara <jack@suse.com>
4861 L:      linux-ext4@vger.kernel.org
4862 S:      Maintained
4863 F:      Documentation/filesystems/ext2.txt
4864 F:      fs/ext2/
4865 F:      include/linux/ext2*
4866
4867 EXT4 FILE SYSTEM
4868 M:      "Theodore Ts'o" <tytso@mit.edu>
4869 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4870 L:      linux-ext4@vger.kernel.org
4871 W:      http://ext4.wiki.kernel.org
4872 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4874 S:      Maintained
4875 F:      Documentation/filesystems/ext4.txt
4876 F:      fs/ext4/
4877
4878 Extended Verification Module (EVM)
4879 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4880 L:      linux-ima-devel@lists.sourceforge.net
4881 L:      linux-security-module@vger.kernel.org
4882 S:      Supported
4883 F:      security/integrity/evm/
4884
4885 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4886 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4887 M:      Chanwoo Choi <cw00.choi@samsung.com>
4888 L:      linux-kernel@vger.kernel.org
4889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4890 S:      Maintained
4891 F:      drivers/extcon/
4892 F:      include/linux/extcon/
4893 F:      include/linux/extcon.h
4894 F:      Documentation/extcon/
4895 F:      Documentation/devicetree/bindings/extcon/
4896
4897 EXYNOS DP DRIVER
4898 M:      Jingoo Han <jingoohan1@gmail.com>
4899 L:      dri-devel@lists.freedesktop.org
4900 S:      Maintained
4901 F:      drivers/gpu/drm/exynos/exynos_dp*
4902
4903 EXYNOS SYSMMU (IOMMU) driver
4904 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4905 L:      iommu@lists.linux-foundation.org
4906 S:      Maintained
4907 F:      drivers/iommu/exynos-iommu.c
4908
4909 EZchip NPS platform support
4910 M:      Noam Camus <noamc@ezchip.com>
4911 S:      Supported
4912 F:      arch/arc/plat-eznps
4913 F:      arch/arc/boot/dts/eznps.dts
4914
4915 F71805F HARDWARE MONITORING DRIVER
4916 M:      Jean Delvare <jdelvare@suse.com>
4917 L:      linux-hwmon@vger.kernel.org
4918 S:      Maintained
4919 F:      Documentation/hwmon/f71805f
4920 F:      drivers/hwmon/f71805f.c
4921
4922 FC0011 TUNER DRIVER
4923 M:      Michael Buesch <m@bues.ch>
4924 L:      linux-media@vger.kernel.org
4925 S:      Maintained
4926 F:      drivers/media/tuners/fc0011.h
4927 F:      drivers/media/tuners/fc0011.c
4928
4929 FC2580 MEDIA DRIVER
4930 M:      Antti Palosaari <crope@iki.fi>
4931 L:      linux-media@vger.kernel.org
4932 W:      https://linuxtv.org
4933 W:      http://palosaari.fi/linux/
4934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4935 T:      git git://linuxtv.org/anttip/media_tree.git
4936 S:      Maintained
4937 F:      drivers/media/tuners/fc2580*
4938
4939 FANOTIFY
4940 M:      Eric Paris <eparis@redhat.com>
4941 S:      Maintained
4942 F:      fs/notify/fanotify/
4943 F:      include/linux/fanotify.h
4944 F:      include/uapi/linux/fanotify.h
4945
4946 FARSYNC SYNCHRONOUS DRIVER
4947 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4948 W:      http://www.farsite.co.uk/
4949 S:      Supported
4950 F:      drivers/net/wan/farsync.*
4951
4952 FAULT INJECTION SUPPORT
4953 M:      Akinobu Mita <akinobu.mita@gmail.com>
4954 S:      Supported
4955 F:      Documentation/fault-injection/
4956 F:      lib/fault-inject.c
4957
4958 FBTFT Framebuffer drivers
4959 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4960 M:      Noralf Trønnes <noralf@tronnes.org>
4961 S:      Maintained
4962 F:      drivers/staging/fbtft/
4963
4964 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4965 M:      Johannes Thumshirn <jth@kernel.org>
4966 L:      fcoe-devel@open-fcoe.org
4967 W:      www.Open-FCoE.org
4968 S:      Supported
4969 F:      drivers/scsi/libfc/
4970 F:      drivers/scsi/fcoe/
4971 F:      include/scsi/fc/
4972 F:      include/scsi/libfc.h
4973 F:      include/scsi/libfcoe.h
4974 F:      include/uapi/scsi/fc/
4975
4976 FILE LOCKING (flock() and fcntl()/lockf())
4977 M:      Jeff Layton <jlayton@poochiereds.net>
4978 M:      "J. Bruce Fields" <bfields@fieldses.org>
4979 L:      linux-fsdevel@vger.kernel.org
4980 S:      Maintained
4981 F:      include/linux/fcntl.h
4982 F:      include/linux/fs.h
4983 F:      include/uapi/linux/fcntl.h
4984 F:      include/uapi/linux/fs.h
4985 F:      fs/fcntl.c
4986 F:      fs/locks.c
4987
4988 FILESYSTEMS (VFS and infrastructure)
4989 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4990 L:      linux-fsdevel@vger.kernel.org
4991 S:      Maintained
4992 F:      fs/*
4993
4994 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4995 M:      Riku Voipio <riku.voipio@iki.fi>
4996 L:      linux-hwmon@vger.kernel.org
4997 S:      Maintained
4998 F:      drivers/hwmon/f75375s.c
4999 F:      include/linux/f75375s.h
5000
5001 FIREWIRE AUDIO DRIVERS
5002 M:      Clemens Ladisch <clemens@ladisch.de>
5003 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5004 T:      git git://git.alsa-project.org/alsa-kernel.git
5005 S:      Maintained
5006 F:      sound/firewire/
5007
5008 FIREWIRE MEDIA DRIVERS (firedtv)
5009 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5010 L:      linux-media@vger.kernel.org
5011 L:      linux1394-devel@lists.sourceforge.net
5012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5013 S:      Maintained
5014 F:      drivers/media/firewire/
5015
5016 FIREWIRE SBP-2 TARGET
5017 M:      Chris Boot <bootc@bootc.net>
5018 L:      linux-scsi@vger.kernel.org
5019 L:      target-devel@vger.kernel.org
5020 L:      linux1394-devel@lists.sourceforge.net
5021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5022 S:      Maintained
5023 F:      drivers/target/sbp/
5024
5025 FIREWIRE SUBSYSTEM
5026 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5027 L:      linux1394-devel@lists.sourceforge.net
5028 W:      http://ieee1394.wiki.kernel.org/
5029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5030 S:      Maintained
5031 F:      drivers/firewire/
5032 F:      include/linux/firewire.h
5033 F:      include/uapi/linux/firewire*.h
5034 F:      tools/firewire/
5035
5036 FIRMWARE LOADER (request_firmware)
5037 M:      Ming Lei <ming.lei@canonical.com>
5038 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5039 L:      linux-kernel@vger.kernel.org
5040 S:      Maintained
5041 F:      Documentation/firmware_class/
5042 F:      drivers/base/firmware*.c
5043 F:      include/linux/firmware.h
5044
5045 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5046 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5047 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5048 S:      Maintained
5049 F:      drivers/block/rsxx/
5050
5051 FLOPPY DRIVER
5052 M:      Jiri Kosina <jikos@kernel.org>
5053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5054 S:      Odd fixes
5055 F:      drivers/block/floppy.c
5056
5057 FMC SUBSYSTEM
5058 M:      Alessandro Rubini <rubini@gnudd.com>
5059 W:      http://www.ohwr.org/projects/fmc-bus
5060 S:      Supported
5061 F:      drivers/fmc/
5062 F:      include/linux/fmc*.h
5063 F:      include/linux/ipmi-fru.h
5064 K:      fmc_d.*register
5065
5066 FPGA MANAGER FRAMEWORK
5067 M:      Alan Tull <atull@opensource.altera.com>
5068 R:      Moritz Fischer <moritz.fischer@ettus.com>
5069 L:      linux-fpga@vger.kernel.org
5070 S:      Maintained
5071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5072 F:      drivers/fpga/
5073 F:      include/linux/fpga/fpga-mgr.h
5074 W:      http://www.rocketboards.org
5075
5076 FPU EMULATOR
5077 M:      Bill Metzenthen <billm@melbpc.org.au>
5078 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5079 S:      Maintained
5080 F:      arch/x86/math-emu/
5081
5082 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5083 L:      netdev@vger.kernel.org
5084 S:      Orphan
5085 F:      drivers/net/wan/dlci.c
5086 F:      drivers/net/wan/sdla.c
5087
5088 FRAMEBUFFER LAYER
5089 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5090 L:      linux-fbdev@vger.kernel.org
5091 T:      git git://github.com/bzolnier/linux.git
5092 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5093 S:      Maintained
5094 F:      Documentation/fb/
5095 F:      drivers/video/
5096 F:      include/video/
5097 F:      include/linux/fb.h
5098 F:      include/uapi/video/
5099 F:      include/uapi/linux/fb.h
5100
5101 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5102 M:      Horia Geantă <horia.geanta@nxp.com>
5103 M:      Dan Douglass <dan.douglass@nxp.com>
5104 L:      linux-crypto@vger.kernel.org
5105 S:      Maintained
5106 F:      drivers/crypto/caam/
5107 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5108
5109 FREESCALE DIU FRAMEBUFFER DRIVER
5110 M:      Timur Tabi <timur@tabi.org>
5111 L:      linux-fbdev@vger.kernel.org
5112 S:      Maintained
5113 F:      drivers/video/fbdev/fsl-diu-fb.*
5114
5115 FREESCALE DMA DRIVER
5116 M:      Li Yang <leoli@freescale.com>
5117 M:      Zhang Wei <zw@zh-kernel.org>
5118 L:      linuxppc-dev@lists.ozlabs.org
5119 S:      Maintained
5120 F:      drivers/dma/fsldma.*
5121
5122 FREESCALE GPMI NAND DRIVER
5123 M:      Han Xu <han.xu@nxp.com>
5124 L:      linux-mtd@lists.infradead.org
5125 S:      Maintained
5126 F:      drivers/mtd/nand/gpmi-nand/*
5127
5128 FREESCALE I2C CPM DRIVER
5129 M:      Jochen Friedrich <jochen@scram.de>
5130 L:      linuxppc-dev@lists.ozlabs.org
5131 L:      linux-i2c@vger.kernel.org
5132 S:      Maintained
5133 F:      drivers/i2c/busses/i2c-cpm.c
5134
5135 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5136 M:      Sascha Hauer <kernel@pengutronix.de>
5137 L:      linux-fbdev@vger.kernel.org
5138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5139 S:      Maintained
5140 F:      include/linux/platform_data/video-imxfb.h
5141 F:      drivers/video/fbdev/imxfb.c
5142
5143 FREESCALE QUAD SPI DRIVER
5144 M:      Han Xu <han.xu@nxp.com>
5145 L:      linux-mtd@lists.infradead.org
5146 S:      Maintained
5147 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5148
5149 FREESCALE SOC FS_ENET DRIVER
5150 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5151 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5152 L:      linuxppc-dev@lists.ozlabs.org
5153 L:      netdev@vger.kernel.org
5154 S:      Maintained
5155 F:      drivers/net/ethernet/freescale/fs_enet/
5156 F:      include/linux/fs_enet_pd.h
5157
5158 FREESCALE IMX / MXC FEC DRIVER
5159 M:      Fugang Duan <fugang.duan@nxp.com>
5160 L:      netdev@vger.kernel.org
5161 S:      Maintained
5162 F:      drivers/net/ethernet/freescale/fec_main.c
5163 F:      drivers/net/ethernet/freescale/fec_ptp.c
5164 F:      drivers/net/ethernet/freescale/fec.h
5165 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5166
5167 FREESCALE QORIQ DPAA FMAN DRIVER
5168 M:      Madalin Bucur <madalin.bucur@nxp.com>
5169 L:      netdev@vger.kernel.org
5170 S:      Maintained
5171 F:      drivers/net/ethernet/freescale/fman
5172 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5173
5174 FREESCALE QORIQ DPAA ETHERNET DRIVER
5175 M:      Madalin Bucur <madalin.bucur@nxp.com>
5176 L:      netdev@vger.kernel.org
5177 S:      Maintained
5178 F:      drivers/net/ethernet/freescale/dpaa
5179
5180 FREESCALE SOC DRIVERS
5181 M:      Scott Wood <oss@buserror.net>
5182 L:      linuxppc-dev@lists.ozlabs.org
5183 L:      linux-arm-kernel@lists.infradead.org
5184 S:      Maintained
5185 F:      drivers/soc/fsl/
5186 F:      include/linux/fsl/
5187
5188 FREESCALE QUICC ENGINE LIBRARY
5189 M:      Qiang Zhao <qiang.zhao@nxp.com>
5190 L:      linuxppc-dev@lists.ozlabs.org
5191 S:      Maintained
5192 F:      drivers/soc/fsl/qe/
5193 F:      include/soc/fsl/*qe*.h
5194 F:      include/soc/fsl/*ucc*.h
5195
5196 FREESCALE USB PERIPHERAL DRIVERS
5197 M:      Li Yang <leoli@freescale.com>
5198 L:      linux-usb@vger.kernel.org
5199 L:      linuxppc-dev@lists.ozlabs.org
5200 S:      Maintained
5201 F:      drivers/usb/gadget/udc/fsl*
5202
5203 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5204 M:      Li Yang <leoli@freescale.com>
5205 L:      netdev@vger.kernel.org
5206 L:      linuxppc-dev@lists.ozlabs.org
5207 S:      Maintained
5208 F:      drivers/net/ethernet/freescale/ucc_geth*
5209
5210 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5211 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5212 L:      netdev@vger.kernel.org
5213 S:      Maintained
5214 F:      drivers/net/ethernet/freescale/gianfar*
5215 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5216 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5217
5218 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5219 M:      Zhao Qiang <qiang.zhao@nxp.com>
5220 L:      netdev@vger.kernel.org
5221 L:      linuxppc-dev@lists.ozlabs.org
5222 S:      Maintained
5223 F:      drivers/net/wan/fsl_ucc_hdlc*
5224
5225 FREESCALE QUICC ENGINE UCC UART DRIVER
5226 M:      Timur Tabi <timur@tabi.org>
5227 L:      linuxppc-dev@lists.ozlabs.org
5228 S:      Maintained
5229 F:      drivers/tty/serial/ucc_uart.c
5230
5231 FREESCALE SOC SOUND DRIVERS
5232 M:      Timur Tabi <timur@tabi.org>
5233 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5234 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5235 R:      Fabio Estevam <fabio.estevam@nxp.com>
5236 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5237 L:      linuxppc-dev@lists.ozlabs.org
5238 S:      Maintained
5239 F:      sound/soc/fsl/fsl*
5240 F:      sound/soc/fsl/imx*
5241 F:      sound/soc/fsl/mpc8610_hpcd.c
5242
5243 FREEVXFS FILESYSTEM
5244 M:      Christoph Hellwig <hch@infradead.org>
5245 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5246 S:      Maintained
5247 F:      fs/freevxfs/
5248
5249 FREEZER
5250 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5251 M:      Pavel Machek <pavel@ucw.cz>
5252 L:      linux-pm@vger.kernel.org
5253 S:      Supported
5254 F:      Documentation/power/freezing-of-tasks.txt
5255 F:      include/linux/freezer.h
5256 F:      kernel/freezer.c
5257
5258 FRONTSWAP API
5259 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5260 L:      linux-kernel@vger.kernel.org
5261 S:      Maintained
5262 F:      mm/frontswap.c
5263 F:      include/linux/frontswap.h
5264
5265 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5266 M:      David Howells <dhowells@redhat.com>
5267 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5268 S:      Supported
5269 F:      Documentation/filesystems/caching/
5270 F:      fs/fscache/
5271 F:      include/linux/fscache*.h
5272
5273 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5274 M:      Theodore Y. Ts'o <tytso@mit.edu>
5275 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5276 L:      linux-fsdevel@vger.kernel.org
5277 S:      Supported
5278 F:      fs/crypto/
5279 F:      include/linux/fscrypto.h
5280
5281 F2FS FILE SYSTEM
5282 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5283 M:      Chao Yu <yuchao0@huawei.com>
5284 L:      linux-f2fs-devel@lists.sourceforge.net
5285 W:      https://f2fs.wiki.kernel.org/
5286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5287 S:      Maintained
5288 F:      Documentation/filesystems/f2fs.txt
5289 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5290 F:      fs/f2fs/
5291 F:      include/linux/f2fs_fs.h
5292 F:      include/trace/events/f2fs.h
5293
5294 FUJITSU FR-V (FRV) PORT
5295 S:      Orphan
5296 F:      arch/frv/
5297
5298 FUJITSU LAPTOP EXTRAS
5299 M:      Jonathan Woithe <jwoithe@just42.net>
5300 L:      platform-driver-x86@vger.kernel.org
5301 S:      Maintained
5302 F:      drivers/platform/x86/fujitsu-laptop.c
5303
5304 FUJITSU M-5MO LS CAMERA ISP DRIVER
5305 M:      Kyungmin Park <kyungmin.park@samsung.com>
5306 M:      Heungjun Kim <riverful.kim@samsung.com>
5307 L:      linux-media@vger.kernel.org
5308 S:      Maintained
5309 F:      drivers/media/i2c/m5mols/
5310 F:      include/media/i2c/m5mols.h
5311
5312 FUJITSU TABLET EXTRAS
5313 M:      Robert Gerlach <khnz@gmx.de>
5314 L:      platform-driver-x86@vger.kernel.org
5315 S:      Maintained
5316 F:      drivers/platform/x86/fujitsu-tablet.c
5317
5318 FUSE: FILESYSTEM IN USERSPACE
5319 M:      Miklos Szeredi <miklos@szeredi.hu>
5320 L:      linux-fsdevel@vger.kernel.org
5321 W:      http://fuse.sourceforge.net/
5322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5323 S:      Maintained
5324 F:      fs/fuse/
5325 F:      include/uapi/linux/fuse.h
5326 F:      Documentation/filesystems/fuse.txt
5327
5328 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5329 M:      Rik Faith <faith@cs.unc.edu>
5330 L:      linux-scsi@vger.kernel.org
5331 S:      Odd Fixes (e.g., new signatures)
5332 F:      drivers/scsi/fdomain.*
5333
5334 GCC PLUGINS
5335 M:      Kees Cook <keescook@chromium.org>
5336 R:      Emese Revfy <re.emese@gmail.com>
5337 L:      kernel-hardening@lists.openwall.com
5338 S:      Maintained
5339 F:      scripts/gcc-plugins/
5340 F:      scripts/gcc-plugin.sh
5341 F:      scripts/Makefile.gcc-plugins
5342 F:      Documentation/gcc-plugins.txt
5343
5344 GCOV BASED KERNEL PROFILING
5345 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5346 S:      Maintained
5347 F:      kernel/gcov/
5348 F:      Documentation/dev-tools/gcov.rst
5349
5350 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5351 M:      Achim Leubner <achim_leubner@adaptec.com>
5352 L:      linux-scsi@vger.kernel.org
5353 W:      http://www.icp-vortex.com/
5354 S:      Supported
5355 F:      drivers/scsi/gdt*
5356
5357 GDB KERNEL DEBUGGING HELPER SCRIPTS
5358 M:      Jan Kiszka <jan.kiszka@siemens.com>
5359 M:      Kieran Bingham <kieran@bingham.xyz>
5360 S:      Supported
5361 F:      scripts/gdb/
5362
5363 GEMTEK FM RADIO RECEIVER DRIVER
5364 M:      Hans Verkuil <hverkuil@xs4all.nl>
5365 L:      linux-media@vger.kernel.org
5366 T:      git git://linuxtv.org/media_tree.git
5367 W:      https://linuxtv.org
5368 S:      Maintained
5369 F:      drivers/media/radio/radio-gemtek*
5370
5371 GENERIC GPIO I2C DRIVER
5372 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5373 S:      Supported
5374 F:      drivers/i2c/busses/i2c-gpio.c
5375 F:      include/linux/i2c-gpio.h
5376
5377 GENERIC GPIO I2C MULTIPLEXER DRIVER
5378 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5379 L:      linux-i2c@vger.kernel.org
5380 S:      Supported
5381 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5382 F:      include/linux/i2c-mux-gpio.h
5383 F:      Documentation/i2c/muxes/i2c-mux-gpio
5384
5385 GENERIC HDLC (WAN) DRIVERS
5386 M:      Krzysztof Halasa <khc@pm.waw.pl>
5387 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5388 S:      Maintained
5389 F:      drivers/net/wan/c101.c
5390 F:      drivers/net/wan/hd6457*
5391 F:      drivers/net/wan/hdlc*
5392 F:      drivers/net/wan/n2.c
5393 F:      drivers/net/wan/pc300too.c
5394 F:      drivers/net/wan/pci200syn.c
5395 F:      drivers/net/wan/wanxl*
5396
5397 GENERIC INCLUDE/ASM HEADER FILES
5398 M:      Arnd Bergmann <arnd@arndb.de>
5399 L:      linux-arch@vger.kernel.org
5400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5401 S:      Maintained
5402 F:      include/asm-generic/
5403 F:      include/uapi/asm-generic/
5404
5405 GENERIC PHY FRAMEWORK
5406 M:      Kishon Vijay Abraham I <kishon@ti.com>
5407 L:      linux-kernel@vger.kernel.org
5408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5409 S:      Supported
5410 F:      drivers/phy/
5411 F:      include/linux/phy/
5412
5413 GENERIC PM DOMAINS
5414 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5415 M:      Kevin Hilman <khilman@kernel.org>
5416 M:      Ulf Hansson <ulf.hansson@linaro.org>
5417 L:      linux-pm@vger.kernel.org
5418 S:      Supported
5419 F:      drivers/base/power/domain*.c
5420 F:      include/linux/pm_domain.h
5421
5422 GENERIC UIO DRIVER FOR PCI DEVICES
5423 M:      "Michael S. Tsirkin" <mst@redhat.com>
5424 L:      kvm@vger.kernel.org
5425 S:      Supported
5426 F:      drivers/uio/uio_pci_generic.c
5427
5428 GET_MAINTAINER SCRIPT
5429 M:      Joe Perches <joe@perches.com>
5430 S:      Maintained
5431 F:      scripts/get_maintainer.pl
5432
5433 GENWQE (IBM Generic Workqueue Card)
5434 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5435 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5436 S:      Supported
5437 F:      drivers/misc/genwqe/
5438
5439 GFS2 FILE SYSTEM
5440 M:      Steven Whitehouse <swhiteho@redhat.com>
5441 M:      Bob Peterson <rpeterso@redhat.com>
5442 L:      cluster-devel@redhat.com
5443 W:      http://sources.redhat.com/cluster/
5444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5445 S:      Supported
5446 F:      Documentation/filesystems/gfs2*.txt
5447 F:      fs/gfs2/
5448 F:      include/uapi/linux/gfs2_ondisk.h
5449
5450 GIGASET ISDN DRIVERS
5451 M:      Paul Bolle <pebolle@tiscali.nl>
5452 L:      gigaset307x-common@lists.sourceforge.net
5453 W:      http://gigaset307x.sourceforge.net/
5454 S:      Odd Fixes
5455 F:      Documentation/isdn/README.gigaset
5456 F:      drivers/isdn/gigaset/
5457 F:      include/uapi/linux/gigaset_dev.h
5458
5459 GO7007 MPEG CODEC
5460 M:      Hans Verkuil <hans.verkuil@cisco.com>
5461 L:      linux-media@vger.kernel.org
5462 S:      Maintained
5463 F:      drivers/media/usb/go7007/
5464
5465 GOODIX TOUCHSCREEN
5466 M:      Bastien Nocera <hadess@hadess.net>
5467 L:      linux-input@vger.kernel.org
5468 S:      Maintained
5469 F:      drivers/input/touchscreen/goodix.c
5470
5471 GPIO MOCKUP DRIVER
5472 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5473 L:      linux-gpio@vger.kernel.org
5474 S:      Maintained
5475 F:      drivers/gpio/gpio-mockup.c
5476 F:      tools/testing/selftests/gpio/
5477
5478 GPIO SUBSYSTEM
5479 M:      Linus Walleij <linus.walleij@linaro.org>
5480 M:      Alexandre Courbot <gnurou@gmail.com>
5481 L:      linux-gpio@vger.kernel.org
5482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5483 S:      Maintained
5484 F:      Documentation/devicetree/bindings/gpio/
5485 F:      Documentation/gpio/
5486 F:      Documentation/ABI/testing/gpio-cdev
5487 F:      Documentation/ABI/obsolete/sysfs-gpio
5488 F:      drivers/gpio/
5489 F:      include/linux/gpio/
5490 F:      include/linux/gpio.h
5491 F:      include/asm-generic/gpio.h
5492 F:      include/uapi/linux/gpio.h
5493 F:      tools/gpio/
5494
5495 GRE DEMULTIPLEXER DRIVER
5496 M:      Dmitry Kozlov <xeb@mail.ru>
5497 L:      netdev@vger.kernel.org
5498 S:      Maintained
5499 F:      net/ipv4/gre_demux.c
5500 F:      net/ipv4/gre_offload.c
5501 F:      include/net/gre.h
5502
5503 GRETH 10/100/1G Ethernet MAC device driver
5504 M:      Andreas Larsson <andreas@gaisler.com>
5505 L:      netdev@vger.kernel.org
5506 S:      Maintained
5507 F:      drivers/net/ethernet/aeroflex/
5508
5509 GREYBUS SUBSYSTEM
5510 M:      Johan Hovold <johan@kernel.org>
5511 M:      Alex Elder <elder@kernel.org>
5512 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5513 S:      Maintained
5514 F:      drivers/staging/greybus/
5515 L:      greybus-dev@lists.linaro.org
5516
5517 GREYBUS AUDIO PROTOCOLS DRIVERS
5518 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5519 M:      Mark Greer <mgreer@animalcreek.com>
5520 S:      Maintained
5521 F:      drivers/staging/greybus/audio_apbridgea.c
5522 F:      drivers/staging/greybus/audio_apbridgea.h
5523 F:      drivers/staging/greybus/audio_codec.c
5524 F:      drivers/staging/greybus/audio_codec.h
5525 F:      drivers/staging/greybus/audio_gb.c
5526 F:      drivers/staging/greybus/audio_manager.c
5527 F:      drivers/staging/greybus/audio_manager.h
5528 F:      drivers/staging/greybus/audio_manager_module.c
5529 F:      drivers/staging/greybus/audio_manager_private.h
5530 F:      drivers/staging/greybus/audio_manager_sysfs.c
5531 F:      drivers/staging/greybus/audio_module.c
5532 F:      drivers/staging/greybus/audio_topology.c
5533
5534 GREYBUS PROTOCOLS DRIVERS
5535 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5536 S:      Maintained
5537 F:      drivers/staging/greybus/sdio.c
5538 F:      drivers/staging/greybus/light.c
5539 F:      drivers/staging/greybus/gpio.c
5540 F:      drivers/staging/greybus/power_supply.c
5541 F:      drivers/staging/greybus/spi.c
5542 F:      drivers/staging/greybus/spilib.c
5543
5544 GREYBUS PROTOCOLS DRIVERS
5545 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5546 S:      Maintained
5547 F:      drivers/staging/greybus/loopback.c
5548 F:      drivers/staging/greybus/timesync.c
5549 F:      drivers/staging/greybus/timesync_platform.c
5550
5551 GREYBUS PROTOCOLS DRIVERS
5552 M:      Viresh Kumar <vireshk@kernel.org>
5553 S:      Maintained
5554 F:      drivers/staging/greybus/authentication.c
5555 F:      drivers/staging/greybus/bootrom.c
5556 F:      drivers/staging/greybus/firmware.h
5557 F:      drivers/staging/greybus/fw-core.c
5558 F:      drivers/staging/greybus/fw-download.c
5559 F:      drivers/staging/greybus/fw-managament.c
5560 F:      drivers/staging/greybus/greybus_authentication.h
5561 F:      drivers/staging/greybus/greybus_firmware.h
5562 F:      drivers/staging/greybus/hid.c
5563 F:      drivers/staging/greybus/i2c.c
5564 F:      drivers/staging/greybus/spi.c
5565 F:      drivers/staging/greybus/spilib.c
5566 F:      drivers/staging/greybus/spilib.h
5567
5568 GREYBUS PROTOCOLS DRIVERS
5569 M:      David Lin <dtwlin@gmail.com>
5570 S:      Maintained
5571 F:      drivers/staging/greybus/uart.c
5572 F:      drivers/staging/greybus/log.c
5573
5574 GREYBUS PLATFORM DRIVERS
5575 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5576 S:      Maintained
5577 F:      drivers/staging/greybus/arche-platform.c
5578 F:      drivers/staging/greybus/arche-apb-ctrl.c
5579 F:      drivers/staging/greybus/arche_platform.h
5580
5581 GS1662 VIDEO SERIALIZER
5582 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5583 L:      linux-media@vger.kernel.org
5584 T:      git git://linuxtv.org/media_tree.git
5585 S:      Maintained
5586 F:      drivers/media/spi/gs1662.c
5587
5588 GSPCA FINEPIX SUBDRIVER
5589 M:      Frank Zago <frank@zago.net>
5590 L:      linux-media@vger.kernel.org
5591 T:      git git://linuxtv.org/media_tree.git
5592 S:      Maintained
5593 F:      drivers/media/usb/gspca/finepix.c
5594
5595 GSPCA GL860 SUBDRIVER
5596 M:      Olivier Lorin <o.lorin@laposte.net>
5597 L:      linux-media@vger.kernel.org
5598 T:      git git://linuxtv.org/media_tree.git
5599 S:      Maintained
5600 F:      drivers/media/usb/gspca/gl860/
5601
5602 GSPCA M5602 SUBDRIVER
5603 M:      Erik Andren <erik.andren@gmail.com>
5604 L:      linux-media@vger.kernel.org
5605 T:      git git://linuxtv.org/media_tree.git
5606 S:      Maintained
5607 F:      drivers/media/usb/gspca/m5602/
5608
5609 GSPCA PAC207 SONIXB SUBDRIVER
5610 M:      Hans Verkuil <hverkuil@xs4all.nl>
5611 L:      linux-media@vger.kernel.org
5612 T:      git git://linuxtv.org/media_tree.git
5613 S:      Odd Fixes
5614 F:      drivers/media/usb/gspca/pac207.c
5615
5616 GSPCA SN9C20X SUBDRIVER
5617 M:      Brian Johnson <brijohn@gmail.com>
5618 L:      linux-media@vger.kernel.org
5619 T:      git git://linuxtv.org/media_tree.git
5620 S:      Maintained
5621 F:      drivers/media/usb/gspca/sn9c20x.c
5622
5623 GSPCA T613 SUBDRIVER
5624 M:      Leandro Costantino <lcostantino@gmail.com>
5625 L:      linux-media@vger.kernel.org
5626 T:      git git://linuxtv.org/media_tree.git
5627 S:      Maintained
5628 F:      drivers/media/usb/gspca/t613.c
5629
5630 GSPCA USB WEBCAM DRIVER
5631 M:      Hans Verkuil <hverkuil@xs4all.nl>
5632 L:      linux-media@vger.kernel.org
5633 T:      git git://linuxtv.org/media_tree.git
5634 S:      Odd Fixes
5635 F:      drivers/media/usb/gspca/
5636
5637 GUID PARTITION TABLE (GPT)
5638 M:      Davidlohr Bueso <dave@stgolabs.net>
5639 L:      linux-efi@vger.kernel.org
5640 S:      Maintained
5641 F:      block/partitions/efi.*
5642
5643 STK1160 USB VIDEO CAPTURE DRIVER
5644 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5645 L:      linux-media@vger.kernel.org
5646 T:      git git://linuxtv.org/media_tree.git
5647 S:      Maintained
5648 F:      drivers/media/usb/stk1160/
5649
5650 H8/300 ARCHITECTURE
5651 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5652 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5653 W:      http://uclinux-h8.sourceforge.jp
5654 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5655 S:      Maintained
5656 F:      arch/h8300/
5657 F:      drivers/clocksource/h8300_*.c
5658 F:      drivers/clk/h8300/
5659 F:      drivers/irqchip/irq-renesas-h8*.c
5660
5661 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5662 M:      Frank Seidel <frank@f-seidel.de>
5663 L:      platform-driver-x86@vger.kernel.org
5664 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5665 S:      Maintained
5666 F:      drivers/platform/x86/hdaps.c
5667
5668 HDPVR USB VIDEO ENCODER DRIVER
5669 M:      Hans Verkuil <hverkuil@xs4all.nl>
5670 L:      linux-media@vger.kernel.org
5671 T:      git git://linuxtv.org/media_tree.git
5672 W:      https://linuxtv.org
5673 S:      Odd Fixes
5674 F:      drivers/media/usb/hdpvr/
5675
5676 HWPOISON MEMORY FAILURE HANDLING
5677 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5678 L:      linux-mm@kvack.org
5679 S:      Maintained
5680 F:      mm/memory-failure.c
5681 F:      mm/hwpoison-inject.c
5682
5683 HYPERVISOR VIRTUAL CONSOLE DRIVER
5684 L:      linuxppc-dev@lists.ozlabs.org
5685 S:      Odd Fixes
5686 F:      drivers/tty/hvc/
5687
5688 HACKRF MEDIA DRIVER
5689 M:      Antti Palosaari <crope@iki.fi>
5690 L:      linux-media@vger.kernel.org
5691 W:      https://linuxtv.org
5692 W:      http://palosaari.fi/linux/
5693 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5694 T:      git git://linuxtv.org/anttip/media_tree.git
5695 S:      Maintained
5696 F:      drivers/media/usb/hackrf/
5697
5698 HARDWARE MONITORING
5699 M:      Jean Delvare <jdelvare@suse.com>
5700 M:      Guenter Roeck <linux@roeck-us.net>
5701 L:      linux-hwmon@vger.kernel.org
5702 W:      http://hwmon.wiki.kernel.org/
5703 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5705 S:      Maintained
5706 F:      Documentation/hwmon/
5707 F:      drivers/hwmon/
5708 F:      include/linux/hwmon*.h
5709
5710 HARDWARE RANDOM NUMBER GENERATOR CORE
5711 M:      Matt Mackall <mpm@selenic.com>
5712 M:      Herbert Xu <herbert@gondor.apana.org.au>
5713 L:      linux-crypto@vger.kernel.org
5714 S:      Odd fixes
5715 F:      Documentation/devicetree/bindings/rng/
5716 F:      Documentation/hw_random.txt
5717 F:      drivers/char/hw_random/
5718 F:      include/linux/hw_random.h
5719
5720 HARDWARE SPINLOCK CORE
5721 M:      Ohad Ben-Cohen <ohad@wizery.com>
5722 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5723 L:      linux-remoteproc@vger.kernel.org
5724 S:      Maintained
5725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5726 F:      Documentation/devicetree/bindings/hwlock/
5727 F:      Documentation/hwspinlock.txt
5728 F:      drivers/hwspinlock/
5729 F:      include/linux/hwspinlock.h
5730
5731 HARMONY SOUND DRIVER
5732 L:      linux-parisc@vger.kernel.org
5733 S:      Maintained
5734 F:      sound/parisc/harmony.*
5735
5736 HD29L2 MEDIA DRIVER
5737 M:      Antti Palosaari <crope@iki.fi>
5738 L:      linux-media@vger.kernel.org
5739 W:      https://linuxtv.org
5740 W:      http://palosaari.fi/linux/
5741 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5742 T:      git git://linuxtv.org/anttip/media_tree.git
5743 S:      Maintained
5744 F:      drivers/media/dvb-frontends/hd29l2*
5745
5746 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5747 M:      Jimmy Vance <jimmy.vance@hpe.com>
5748 S:      Supported
5749 F:      Documentation/watchdog/hpwdt.txt
5750 F:      drivers/watchdog/hpwdt.c
5751
5752 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5753 M:      Don Brace <don.brace@microsemi.com>
5754 L:      esc.storagedev@microsemi.com
5755 L:      linux-scsi@vger.kernel.org
5756 S:      Supported
5757 F:      Documentation/scsi/hpsa.txt
5758 F:      drivers/scsi/hpsa*.[ch]
5759 F:      include/linux/cciss*.h
5760 F:      include/uapi/linux/cciss*.h
5761
5762 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5763 M:      Don Brace <don.brace@microsemi.com>
5764 L:      esc.storagedev@microsemi.com
5765 L:      linux-scsi@vger.kernel.org
5766 S:      Supported
5767 F:      Documentation/blockdev/cciss.txt
5768 F:      drivers/block/cciss*
5769 F:      include/linux/cciss_ioctl.h
5770 F:      include/uapi/linux/cciss_ioctl.h
5771
5772 HFI1 DRIVER
5773 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5774 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5775 L:      linux-rdma@vger.kernel.org
5776 S:      Supported
5777 F:      drivers/infiniband/hw/hfi1
5778
5779 HFS FILESYSTEM
5780 L:      linux-fsdevel@vger.kernel.org
5781 S:      Orphan
5782 F:      Documentation/filesystems/hfs.txt
5783 F:      fs/hfs/
5784
5785 HFSPLUS FILESYSTEM
5786 L:      linux-fsdevel@vger.kernel.org
5787 S:      Orphan
5788 F:      Documentation/filesystems/hfsplus.txt
5789 F:      fs/hfsplus/
5790
5791 HGA FRAMEBUFFER DRIVER
5792 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5793 L:      linux-nvidia@lists.surfsouth.com
5794 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5795 S:      Maintained
5796 F:      drivers/video/fbdev/hgafb.c
5797
5798 HIBERNATION (aka Software Suspend, aka swsusp)
5799 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5800 M:      Pavel Machek <pavel@ucw.cz>
5801 L:      linux-pm@vger.kernel.org
5802 B:      https://bugzilla.kernel.org
5803 S:      Supported
5804 F:      arch/x86/power/
5805 F:      drivers/base/power/
5806 F:      kernel/power/
5807 F:      include/linux/suspend.h
5808 F:      include/linux/freezer.h
5809 F:      include/linux/pm.h
5810 F:      arch/*/include/asm/suspend*.h
5811
5812 HID CORE LAYER
5813 M:      Jiri Kosina <jikos@kernel.org>
5814 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5815 L:      linux-input@vger.kernel.org
5816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5817 S:      Maintained
5818 F:      drivers/hid/
5819 F:      include/linux/hid*
5820 F:      include/uapi/linux/hid*
5821
5822 HID SENSOR HUB DRIVERS
5823 M:      Jiri Kosina <jikos@kernel.org>
5824 M:      Jonathan Cameron <jic23@kernel.org>
5825 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5826 L:      linux-input@vger.kernel.org
5827 L:      linux-iio@vger.kernel.org
5828 S:      Maintained
5829 F:      Documentation/hid/hid-sensor*
5830 F:      drivers/hid/hid-sensor-*
5831 F:      drivers/iio/*/hid-*
5832 F:      include/linux/hid-sensor-*
5833
5834 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5835 M:      Thomas Gleixner <tglx@linutronix.de>
5836 L:      linux-kernel@vger.kernel.org
5837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5838 S:      Maintained
5839 F:      Documentation/timers/
5840 F:      kernel/time/hrtimer.c
5841 F:      kernel/time/clockevents.c
5842 F:      kernel/time/tick*.*
5843 F:      kernel/time/timer_*.c
5844 F:      include/linux/clockchips.h
5845 F:      include/linux/hrtimer.h
5846
5847 HIGH-SPEED SCC DRIVER FOR AX.25
5848 L:      linux-hams@vger.kernel.org
5849 S:      Orphan
5850 F:      drivers/net/hamradio/dmascc.c
5851 F:      drivers/net/hamradio/scc.c
5852
5853 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5854 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5855 W:      http://www.highpoint-tech.com
5856 S:      Supported
5857 F:      Documentation/scsi/hptiop.txt
5858 F:      drivers/scsi/hptiop.c
5859
5860 HIPPI
5861 M:      Jes Sorensen <jes@trained-monkey.org>
5862 L:      linux-hippi@sunsite.dk
5863 S:      Maintained
5864 F:      include/linux/hippidevice.h
5865 F:      include/uapi/linux/if_hippi.h
5866 F:      net/802/hippi.c
5867 F:      drivers/net/hippi/
5868
5869 HISILICON NETWORK SUBSYSTEM DRIVER
5870 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5871 M:      Salil Mehta <salil.mehta@huawei.com>
5872 L:      netdev@vger.kernel.org
5873 W:      http://www.hisilicon.com
5874 S:      Maintained
5875 F:      drivers/net/ethernet/hisilicon/
5876 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5877
5878 HISILICON ROCE DRIVER
5879 M:      Lijun Ou <oulijun@huawei.com>
5880 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5881 L:      linux-rdma@vger.kernel.org
5882 S:      Maintained
5883 F:      drivers/infiniband/hw/hns/
5884 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5885
5886 HISILICON SAS Controller
5887 M:      John Garry <john.garry@huawei.com>
5888 W:      http://www.hisilicon.com
5889 S:      Supported
5890 F:      drivers/scsi/hisi_sas/
5891 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5892
5893 HOST AP DRIVER
5894 M:      Jouni Malinen <j@w1.fi>
5895 L:      linux-wireless@vger.kernel.org
5896 W:      http://w1.fi/hostap-driver.html
5897 S:      Obsolete
5898 F:      drivers/net/wireless/intersil/hostap/
5899
5900 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5901 L:      platform-driver-x86@vger.kernel.org
5902 S:      Orphan
5903 F:      drivers/platform/x86/tc1100-wmi.c
5904
5905 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5906 M:      Jaroslav Kysela <perex@perex.cz>
5907 S:      Maintained
5908 F:      drivers/net/ethernet/hp/hp100.*
5909
5910 HPET:   High Precision Event Timers driver
5911 M:      Clemens Ladisch <clemens@ladisch.de>
5912 S:      Maintained
5913 F:      Documentation/timers/hpet.txt
5914 F:      drivers/char/hpet.c
5915 F:      include/linux/hpet.h
5916 F:      include/uapi/linux/hpet.h
5917
5918 HPET:   x86
5919 S:      Orphan
5920 F:      arch/x86/kernel/hpet.c
5921 F:      arch/x86/include/asm/hpet.h
5922
5923 HPFS FILESYSTEM
5924 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5925 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5926 S:      Maintained
5927 F:      fs/hpfs/
5928
5929 HSI SUBSYSTEM
5930 M:      Sebastian Reichel <sre@kernel.org>
5931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5932 S:      Maintained
5933 F:      Documentation/ABI/testing/sysfs-bus-hsi
5934 F:      Documentation/device-drivers/serial-interfaces.rst
5935 F:      drivers/hsi/
5936 F:      include/linux/hsi/
5937 F:      include/uapi/linux/hsi/
5938
5939 HSO 3G MODEM DRIVER
5940 M:      Jan Dumon <j.dumon@option.com>
5941 W:      http://www.pharscape.org
5942 S:      Maintained
5943 F:      drivers/net/usb/hso.c
5944
5945 HSR NETWORK PROTOCOL
5946 M:      Arvid Brodin <arvid.brodin@alten.se>
5947 L:      netdev@vger.kernel.org
5948 S:      Maintained
5949 F:      net/hsr/
5950
5951 HTCPEN TOUCHSCREEN DRIVER
5952 M:      Pau Oliva Fora <pof@eslack.org>
5953 L:      linux-input@vger.kernel.org
5954 S:      Maintained
5955 F:      drivers/input/touchscreen/htcpen.c
5956
5957 HUGETLB FILESYSTEM
5958 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5959 S:      Maintained
5960 F:      fs/hugetlbfs/
5961
5962 HVA ST MEDIA DRIVER
5963 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5964 L:      linux-media@vger.kernel.org
5965 T:      git git://linuxtv.org/media_tree.git
5966 W:      https://linuxtv.org
5967 S:      Supported
5968 F:      drivers/media/platform/sti/hva
5969
5970 Hyper-V CORE AND DRIVERS
5971 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5972 M:      Haiyang Zhang <haiyangz@microsoft.com>
5973 M:      Stephen Hemminger <sthemmin@microsoft.com>
5974 L:      devel@linuxdriverproject.org
5975 S:      Maintained
5976 F:      arch/x86/include/asm/mshyperv.h
5977 F:      arch/x86/include/uapi/asm/hyperv.h
5978 F:      arch/x86/kernel/cpu/mshyperv.c
5979 F:      drivers/hid/hid-hyperv.c
5980 F:      drivers/hv/
5981 F:      drivers/input/serio/hyperv-keyboard.c
5982 F:      drivers/pci/host/pci-hyperv.c
5983 F:      drivers/net/hyperv/
5984 F:      drivers/scsi/storvsc_drv.c
5985 F:      drivers/uio/uio_hv_generic.c
5986 F:      drivers/video/fbdev/hyperv_fb.c
5987 F:      include/linux/hyperv.h
5988 F:      tools/hv/
5989 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5990
5991 I2C MUXES
5992 M:      Peter Rosin <peda@axentia.se>
5993 L:      linux-i2c@vger.kernel.org
5994 S:      Maintained
5995 F:      Documentation/i2c/i2c-topology
5996 F:      Documentation/i2c/muxes/
5997 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5998 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5999 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6000 F:      drivers/i2c/i2c-mux.c
6001 F:      drivers/i2c/muxes/
6002 F:      include/linux/i2c-mux.h
6003
6004 I2C OVER PARALLEL PORT
6005 M:      Jean Delvare <jdelvare@suse.com>
6006 L:      linux-i2c@vger.kernel.org
6007 S:      Maintained
6008 F:      Documentation/i2c/busses/i2c-parport
6009 F:      Documentation/i2c/busses/i2c-parport-light
6010 F:      drivers/i2c/busses/i2c-parport.c
6011 F:      drivers/i2c/busses/i2c-parport-light.c
6012
6013 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6014 M:      Jean Delvare <jdelvare@suse.com>
6015 L:      linux-i2c@vger.kernel.org
6016 S:      Maintained
6017 F:      Documentation/i2c/busses/i2c-ali1535
6018 F:      Documentation/i2c/busses/i2c-ali1563
6019 F:      Documentation/i2c/busses/i2c-ali15x3
6020 F:      Documentation/i2c/busses/i2c-amd756
6021 F:      Documentation/i2c/busses/i2c-amd8111
6022 F:      Documentation/i2c/busses/i2c-i801
6023 F:      Documentation/i2c/busses/i2c-nforce2
6024 F:      Documentation/i2c/busses/i2c-piix4
6025 F:      Documentation/i2c/busses/i2c-sis5595
6026 F:      Documentation/i2c/busses/i2c-sis630
6027 F:      Documentation/i2c/busses/i2c-sis96x
6028 F:      Documentation/i2c/busses/i2c-via
6029 F:      Documentation/i2c/busses/i2c-viapro
6030 F:      drivers/i2c/busses/i2c-ali1535.c
6031 F:      drivers/i2c/busses/i2c-ali1563.c
6032 F:      drivers/i2c/busses/i2c-ali15x3.c
6033 F:      drivers/i2c/busses/i2c-amd756.c
6034 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6035 F:      drivers/i2c/busses/i2c-amd8111.c
6036 F:      drivers/i2c/busses/i2c-i801.c
6037 F:      drivers/i2c/busses/i2c-isch.c
6038 F:      drivers/i2c/busses/i2c-nforce2.c
6039 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6040 F:      drivers/i2c/busses/i2c-piix4.c
6041 F:      drivers/i2c/busses/i2c-sis5595.c
6042 F:      drivers/i2c/busses/i2c-sis630.c
6043 F:      drivers/i2c/busses/i2c-sis96x.c
6044 F:      drivers/i2c/busses/i2c-via.c
6045 F:      drivers/i2c/busses/i2c-viapro.c
6046
6047 I2C/SMBUS ISMT DRIVER
6048 M:      Seth Heasley <seth.heasley@intel.com>
6049 M:      Neil Horman <nhorman@tuxdriver.com>
6050 L:      linux-i2c@vger.kernel.org
6051 F:      drivers/i2c/busses/i2c-ismt.c
6052 F:      Documentation/i2c/busses/i2c-ismt
6053
6054 I2C/SMBUS STUB DRIVER
6055 M:      Jean Delvare <jdelvare@suse.com>
6056 L:      linux-i2c@vger.kernel.org
6057 S:      Maintained
6058 F:      drivers/i2c/i2c-stub.c
6059
6060 I2C SUBSYSTEM
6061 M:      Wolfram Sang <wsa@the-dreams.de>
6062 L:      linux-i2c@vger.kernel.org
6063 W:      https://i2c.wiki.kernel.org/
6064 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6066 S:      Maintained
6067 F:      Documentation/devicetree/bindings/i2c/
6068 F:      Documentation/i2c/
6069 F:      drivers/i2c/
6070 F:      drivers/i2c/*/
6071 F:      include/linux/i2c.h
6072 F:      include/linux/i2c-*.h
6073 F:      include/uapi/linux/i2c.h
6074 F:      include/uapi/linux/i2c-*.h
6075
6076 I2C ACPI SUPPORT
6077 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6078 L:      linux-i2c@vger.kernel.org
6079 L:      linux-acpi@vger.kernel.org
6080 S:      Maintained
6081
6082 I2C-TAOS-EVM DRIVER
6083 M:      Jean Delvare <jdelvare@suse.com>
6084 L:      linux-i2c@vger.kernel.org
6085 S:      Maintained
6086 F:      Documentation/i2c/busses/i2c-taos-evm
6087 F:      drivers/i2c/busses/i2c-taos-evm.c
6088
6089 I2C-TINY-USB DRIVER
6090 M:      Till Harbaum <till@harbaum.org>
6091 L:      linux-i2c@vger.kernel.org
6092 W:      http://www.harbaum.org/till/i2c_tiny_usb
6093 S:      Maintained
6094 F:      drivers/i2c/busses/i2c-tiny-usb.c
6095
6096 i386 BOOT CODE
6097 M:      "H. Peter Anvin" <hpa@zytor.com>
6098 S:      Maintained
6099 F:      arch/x86/boot/
6100
6101 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6102 M:      "H. Peter Anvin" <hpa@zytor.com>
6103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6104 S:      Maintained
6105
6106 IA64 (Itanium) PLATFORM
6107 M:      Tony Luck <tony.luck@intel.com>
6108 M:      Fenghua Yu <fenghua.yu@intel.com>
6109 L:      linux-ia64@vger.kernel.org
6110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6111 S:      Maintained
6112 F:      arch/ia64/
6113
6114 IBM Power VMX Cryptographic instructions
6115 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6116 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6117 L:      linux-crypto@vger.kernel.org
6118 S:      Supported
6119 F:      drivers/crypto/vmx/Makefile
6120 F:      drivers/crypto/vmx/Kconfig
6121 F:      drivers/crypto/vmx/vmx.c
6122 F:      drivers/crypto/vmx/aes*
6123 F:      drivers/crypto/vmx/ghash*
6124 F:      drivers/crypto/vmx/ppc-xlate.pl
6125
6126 IBM Power in-Nest Crypto Acceleration
6127 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6128 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6129 L:      linux-crypto@vger.kernel.org
6130 S:      Supported
6131 F:      drivers/crypto/nx/Makefile
6132 F:      drivers/crypto/nx/Kconfig
6133 F:      drivers/crypto/nx/nx-aes*
6134 F:      drivers/crypto/nx/nx-sha*
6135 F:      drivers/crypto/nx/nx.*
6136 F:      drivers/crypto/nx/nx_csbcpb.h
6137 F:      drivers/crypto/nx/nx_debugfs.h
6138
6139 IBM Power 842 compression accelerator
6140 M:      Dan Streetman <ddstreet@ieee.org>
6141 S:      Supported
6142 F:      drivers/crypto/nx/Makefile
6143 F:      drivers/crypto/nx/Kconfig
6144 F:      drivers/crypto/nx/nx-842*
6145 F:      include/linux/sw842.h
6146 F:      crypto/842.c
6147 F:      lib/842/
6148
6149 IBM Power Linux RAID adapter
6150 M:      Brian King <brking@us.ibm.com>
6151 S:      Supported
6152 F:      drivers/scsi/ipr.*
6153
6154 IBM Power Virtual Ethernet Device Driver
6155 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6156 L:      netdev@vger.kernel.org
6157 S:      Supported
6158 F:      drivers/net/ethernet/ibm/ibmveth.*
6159
6160 IBM Power SRIOV Virtual NIC Device Driver
6161 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6162 M:      John Allen <jallen@linux.vnet.ibm.com>
6163 L:      netdev@vger.kernel.org
6164 S:      Supported
6165 F:      drivers/net/ethernet/ibm/ibmvnic.*
6166
6167 IBM Power Virtual SCSI Device Drivers
6168 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6169 L:      linux-scsi@vger.kernel.org
6170 S:      Supported
6171 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6172 F:      include/scsi/viosrp.h
6173
6174 IBM Power Virtual SCSI Device Target Driver
6175 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6176 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6177 L:      linux-scsi@vger.kernel.org
6178 L:      target-devel@vger.kernel.org
6179 S:      Supported
6180 F:      drivers/scsi/ibmvscsi_tgt/
6181
6182 IBM Power Virtual FC Device Drivers
6183 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6184 L:      linux-scsi@vger.kernel.org
6185 S:      Supported
6186 F:      drivers/scsi/ibmvscsi/ibmvfc*
6187
6188 IBM ServeRAID RAID DRIVER
6189 S:      Orphan
6190 F:      drivers/scsi/ips.*
6191
6192 ICH LPC AND GPIO DRIVER
6193 M:      Peter Tyser <ptyser@xes-inc.com>
6194 S:      Maintained
6195 F:      drivers/mfd/lpc_ich.c
6196 F:      drivers/gpio/gpio-ich.c
6197
6198 IDE SUBSYSTEM
6199 M:      "David S. Miller" <davem@davemloft.net>
6200 L:      linux-ide@vger.kernel.org
6201 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6203 S:      Maintained
6204 F:      Documentation/ide/
6205 F:      drivers/ide/
6206 F:      include/linux/ide.h
6207
6208 IDEAPAD LAPTOP EXTRAS DRIVER
6209 M:      Ike Panhc <ike.pan@canonical.com>
6210 L:      platform-driver-x86@vger.kernel.org
6211 W:      http://launchpad.net/ideapad-laptop
6212 S:      Maintained
6213 F:      drivers/platform/x86/ideapad-laptop.c
6214
6215 IDEAPAD LAPTOP SLIDEBAR DRIVER
6216 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6217 L:      linux-input@vger.kernel.org
6218 W:      https://github.com/o2genum/ideapad-slidebar
6219 S:      Maintained
6220 F:      drivers/input/misc/ideapad_slidebar.c
6221
6222 IDE/ATAPI DRIVERS
6223 M:      Borislav Petkov <bp@alien8.de>
6224 L:      linux-ide@vger.kernel.org
6225 S:      Maintained
6226 F:      Documentation/cdrom/ide-cd
6227 F:      drivers/ide/ide-cd*
6228
6229 IEEE 802.15.4 SUBSYSTEM
6230 M:      Alexander Aring <aar@pengutronix.de>
6231 M:      Stefan Schmidt <stefan@osg.samsung.com>
6232 L:      linux-wpan@vger.kernel.org
6233 W:      http://wpan.cakelab.org/
6234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6236 S:      Maintained
6237 F:      net/ieee802154/
6238 F:      net/mac802154/
6239 F:      drivers/net/ieee802154/
6240 F:      include/linux/nl802154.h
6241 F:      include/linux/ieee802154.h
6242 F:      include/net/nl802154.h
6243 F:      include/net/mac802154.h
6244 F:      include/net/af_ieee802154.h
6245 F:      include/net/cfg802154.h
6246 F:      include/net/ieee802154_netdev.h
6247 F:      Documentation/networking/ieee802154.txt
6248
6249 IGORPLUG-USB IR RECEIVER
6250 M:      Sean Young <sean@mess.org>
6251 L:      linux-media@vger.kernel.org
6252 S:      Maintained
6253 F:      drivers/media/rc/igorplugusb.c
6254
6255 IGUANAWORKS USB IR TRANSCEIVER
6256 M:      Sean Young <sean@mess.org>
6257 L:      linux-media@vger.kernel.org
6258 S:      Maintained
6259 F:      drivers/media/rc/iguanair.c
6260
6261 IIO DIGITAL POTENTIOMETER DAC
6262 M:      Peter Rosin <peda@axentia.se>
6263 L:      linux-iio@vger.kernel.org
6264 S:      Maintained
6265 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6266 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6267 F:      drivers/iio/dac/dpot-dac.c
6268
6269 IIO ENVELOPE DETECTOR
6270 M:      Peter Rosin <peda@axentia.se>
6271 L:      linux-iio@vger.kernel.org
6272 S:      Maintained
6273 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6274 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6275 F:      drivers/iio/adc/envelope-detector.c
6276
6277 IIO SUBSYSTEM AND DRIVERS
6278 M:      Jonathan Cameron <jic23@kernel.org>
6279 R:      Hartmut Knaack <knaack.h@gmx.de>
6280 R:      Lars-Peter Clausen <lars@metafoo.de>
6281 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6282 L:      linux-iio@vger.kernel.org
6283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6284 S:      Maintained
6285 F:      Documentation/devicetree/bindings/iio/
6286 F:      drivers/iio/
6287 F:      drivers/staging/iio/
6288 F:      include/linux/iio/
6289 F:      tools/iio/
6290
6291 IKANOS/ADI EAGLE ADSL USB DRIVER
6292 M:      Matthieu Castet <castet.matthieu@free.fr>
6293 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6294 S:      Maintained
6295 F:      drivers/usb/atm/ueagle-atm.c
6296
6297 IMGTEC ASCII LCD DRIVER
6298 M:      Paul Burton <paul.burton@imgtec.com>
6299 S:      Maintained
6300 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6301 F:      drivers/auxdisplay/img-ascii-lcd.c
6302
6303 INA209 HARDWARE MONITOR DRIVER
6304 M:      Guenter Roeck <linux@roeck-us.net>
6305 L:      linux-hwmon@vger.kernel.org
6306 S:      Maintained
6307 F:      Documentation/hwmon/ina209
6308 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6309 F:      drivers/hwmon/ina209.c
6310
6311 INA2XX HARDWARE MONITOR DRIVER
6312 M:      Guenter Roeck <linux@roeck-us.net>
6313 L:      linux-hwmon@vger.kernel.org
6314 S:      Maintained
6315 F:      Documentation/hwmon/ina2xx
6316 F:      drivers/hwmon/ina2xx.c
6317 F:      include/linux/platform_data/ina2xx.h
6318
6319 INDUSTRY PACK SUBSYSTEM (IPACK)
6320 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6321 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6322 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6323 L:      industrypack-devel@lists.sourceforge.net
6324 W:      http://industrypack.sourceforge.net
6325 S:      Maintained
6326 F:      drivers/ipack/
6327
6328 INGENIC JZ4780 DMA Driver
6329 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6330 S:      Maintained
6331 F:      drivers/dma/dma-jz4780.c
6332
6333 INGENIC JZ4780 NAND DRIVER
6334 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6335 L:      linux-mtd@lists.infradead.org
6336 S:      Maintained
6337 F:      drivers/mtd/nand/jz4780_*
6338
6339 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6340 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6341 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6342 L:      linux-ima-devel@lists.sourceforge.net
6343 L:      linux-ima-user@lists.sourceforge.net
6344 L:      linux-security-module@vger.kernel.org
6345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6346 S:      Supported
6347 F:      security/integrity/ima/
6348
6349 IMGTEC IR DECODER DRIVER
6350 M:      James Hogan <james.hogan@imgtec.com>
6351 S:      Maintained
6352 F:      drivers/media/rc/img-ir/
6353
6354 IMS TWINTURBO FRAMEBUFFER DRIVER
6355 L:      linux-fbdev@vger.kernel.org
6356 S:      Orphan
6357 F:      drivers/video/fbdev/imsttfb.c
6358
6359 INFINIBAND SUBSYSTEM
6360 M:      Doug Ledford <dledford@redhat.com>
6361 M:      Sean Hefty <sean.hefty@intel.com>
6362 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6363 L:      linux-rdma@vger.kernel.org
6364 W:      http://www.openfabrics.org/
6365 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6367 S:      Supported
6368 F:      Documentation/infiniband/
6369 F:      drivers/infiniband/
6370 F:      include/uapi/linux/if_infiniband.h
6371 F:      include/uapi/rdma/
6372 F:      include/rdma/
6373
6374 INOTIFY
6375 M:      John McCutchan <john@johnmccutchan.com>
6376 M:      Robert Love <rlove@rlove.org>
6377 M:      Eric Paris <eparis@parisplace.org>
6378 S:      Maintained
6379 F:      Documentation/filesystems/inotify.txt
6380 F:      fs/notify/inotify/
6381 F:      include/linux/inotify.h
6382 F:      include/uapi/linux/inotify.h
6383
6384 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6385 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6386 L:      linux-input@vger.kernel.org
6387 Q:      http://patchwork.kernel.org/project/linux-input/list/
6388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6389 S:      Maintained
6390 F:      drivers/input/
6391 F:      include/linux/input.h
6392 F:      include/uapi/linux/input.h
6393 F:      include/linux/input/
6394 F:      Documentation/devicetree/bindings/input/
6395
6396 INPUT MULTITOUCH (MT) PROTOCOL
6397 M:      Henrik Rydberg <rydberg@bitmath.org>
6398 L:      linux-input@vger.kernel.org
6399 S:      Odd fixes
6400 F:      Documentation/input/multi-touch-protocol.txt
6401 F:      drivers/input/input-mt.c
6402 K:      \b(ABS|SYN)_MT_
6403
6404 INTEL ASoC BDW/HSW DRIVERS
6405 M:      Jie Yang <yang.jie@linux.intel.com>
6406 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6407 S:      Supported
6408 F:      sound/soc/intel/common/sst-dsp*
6409 F:      sound/soc/intel/common/sst-firmware.c
6410 F:      sound/soc/intel/boards/broadwell.c
6411 F:      sound/soc/intel/haswell/
6412
6413 INTEL C600 SERIES SAS CONTROLLER DRIVER
6414 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6415 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6416 L:      linux-scsi@vger.kernel.org
6417 T:      git git://git.code.sf.net/p/intel-sas/isci
6418 S:      Supported
6419 F:      drivers/scsi/isci/
6420
6421 INTEL HID EVENT DRIVER
6422 M:      Alex Hung <alex.hung@canonical.com>
6423 L:      platform-driver-x86@vger.kernel.org
6424 S:      Maintained
6425 F:      drivers/platform/x86/intel-hid.c
6426
6427 INTEL VIRTUAL BUTTON DRIVER
6428 M:      AceLan Kao <acelan.kao@canonical.com>
6429 L:      platform-driver-x86@vger.kernel.org
6430 S:      Maintained
6431 F:      drivers/platform/x86/intel-vbtn.c
6432
6433 INTEL IDLE DRIVER
6434 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6435 M:      Len Brown <lenb@kernel.org>
6436 L:      linux-pm@vger.kernel.org
6437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6438 B:      https://bugzilla.kernel.org
6439 S:      Supported
6440 F:      drivers/idle/intel_idle.c
6441
6442 INTEL INTEGRATED SENSOR HUB DRIVER
6443 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6444 M:      Jiri Kosina <jikos@kernel.org>
6445 L:      linux-input@vger.kernel.org
6446 S:      Maintained
6447 F:      drivers/hid/intel-ish-hid/
6448
6449 INTEL PSTATE DRIVER
6450 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6451 M:      Len Brown <lenb@kernel.org>
6452 L:      linux-pm@vger.kernel.org
6453 S:      Supported
6454 F:      drivers/cpufreq/intel_pstate.c
6455
6456 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6457 M:      Maik Broemme <mbroemme@libmpq.org>
6458 L:      linux-fbdev@vger.kernel.org
6459 S:      Maintained
6460 F:      Documentation/fb/intelfb.txt
6461 F:      drivers/video/fbdev/intelfb/
6462
6463 INTEL 810/815 FRAMEBUFFER DRIVER
6464 M:      Antonino Daplas <adaplas@gmail.com>
6465 L:      linux-fbdev@vger.kernel.org
6466 S:      Maintained
6467 F:      drivers/video/fbdev/i810/
6468
6469 INTEL MENLOW THERMAL DRIVER
6470 M:      Sujith Thomas <sujith.thomas@intel.com>
6471 L:      platform-driver-x86@vger.kernel.org
6472 W:      https://01.org/linux-acpi
6473 S:      Supported
6474 F:      drivers/platform/x86/intel_menlow.c
6475
6476 INTEL I/OAT DMA DRIVER
6477 M:      Dave Jiang <dave.jiang@intel.com>
6478 R:      Dan Williams <dan.j.williams@intel.com>
6479 L:      dmaengine@vger.kernel.org
6480 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6481 S:      Supported
6482 F:      drivers/dma/ioat*
6483
6484 INTEL IOMMU (VT-d)
6485 M:      David Woodhouse <dwmw2@infradead.org>
6486 L:      iommu@lists.linux-foundation.org
6487 T:      git git://git.infradead.org/iommu-2.6.git
6488 S:      Supported
6489 F:      drivers/iommu/intel-iommu.c
6490 F:      include/linux/intel-iommu.h
6491
6492 INTEL IOP-ADMA DMA DRIVER
6493 R:      Dan Williams <dan.j.williams@intel.com>
6494 S:      Odd fixes
6495 F:      drivers/dma/iop-adma.c
6496
6497 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6498 M:      Krzysztof Halasa <khalasa@piap.pl>
6499 S:      Maintained
6500 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6501 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6502 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6503 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6504 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6505 F:      drivers/net/wan/ixp4xx_hss.c
6506
6507 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6508 M:      Deepak Saxena <dsaxena@plexity.net>
6509 S:      Maintained
6510 F:      drivers/char/hw_random/ixp4xx-rng.c
6511
6512 INTEL ETHERNET DRIVERS
6513 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6514 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6515 W:      http://www.intel.com/support/feedback.htm
6516 W:      http://e1000.sourceforge.net/
6517 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6520 S:      Supported
6521 F:      Documentation/networking/e100.txt
6522 F:      Documentation/networking/e1000.txt
6523 F:      Documentation/networking/e1000e.txt
6524 F:      Documentation/networking/igb.txt
6525 F:      Documentation/networking/igbvf.txt
6526 F:      Documentation/networking/ixgb.txt
6527 F:      Documentation/networking/ixgbe.txt
6528 F:      Documentation/networking/ixgbevf.txt
6529 F:      Documentation/networking/i40e.txt
6530 F:      Documentation/networking/i40evf.txt
6531 F:      drivers/net/ethernet/intel/
6532 F:      drivers/net/ethernet/intel/*/
6533
6534 INTEL RDMA RNIC DRIVER
6535 M:     Faisal Latif <faisal.latif@intel.com>
6536 M:     Shiraz Saleem <shiraz.saleem@intel.com>
6537 L:     linux-rdma@vger.kernel.org
6538 S:     Supported
6539 F:     drivers/infiniband/hw/i40iw/
6540
6541 INTEL MERRIFIELD GPIO DRIVER
6542 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6543 L:      linux-gpio@vger.kernel.org
6544 S:      Maintained
6545 F:      drivers/gpio/gpio-merrifield.c
6546
6547 INTEL-MID GPIO DRIVER
6548 M:      David Cohen <david.a.cohen@linux.intel.com>
6549 L:      linux-gpio@vger.kernel.org
6550 S:      Maintained
6551 F:      drivers/gpio/gpio-intel-mid.c
6552
6553 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6554 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6555 L:      linux-wireless@vger.kernel.org
6556 S:      Maintained
6557 F:      Documentation/networking/README.ipw2100
6558 F:      Documentation/networking/README.ipw2200
6559 F:      drivers/net/wireless/intel/ipw2x00/
6560
6561 INTEL(R) TRACE HUB
6562 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6563 S:      Supported
6564 F:      Documentation/trace/intel_th.txt
6565 F:      drivers/hwtracing/intel_th/
6566
6567 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6568 M:      Ning Sun <ning.sun@intel.com>
6569 L:      tboot-devel@lists.sourceforge.net
6570 W:      http://tboot.sourceforge.net
6571 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6572 S:      Supported
6573 F:      Documentation/intel_txt.txt
6574 F:      include/linux/tboot.h
6575 F:      arch/x86/kernel/tboot.c
6576
6577 INTEL WIRELESS WIMAX CONNECTION 2400
6578 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6579 M:      linux-wimax@intel.com
6580 L:      wimax@linuxwimax.org (subscribers-only)
6581 S:      Supported
6582 W:      http://linuxwimax.org
6583 F:      Documentation/wimax/README.i2400m
6584 F:      drivers/net/wimax/i2400m/
6585 F:      include/uapi/linux/wimax/i2400m.h
6586
6587 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6588 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6589 L:      linux-wireless@vger.kernel.org
6590 S:      Supported
6591 F:      drivers/net/wireless/intel/iwlegacy/
6592
6593 INTEL WIRELESS WIFI LINK (iwlwifi)
6594 M:      Johannes Berg <johannes.berg@intel.com>
6595 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6596 M:      Luca Coelho <luciano.coelho@intel.com>
6597 M:      Intel Linux Wireless <linuxwifi@intel.com>
6598 L:      linux-wireless@vger.kernel.org
6599 W:      http://intellinuxwireless.org
6600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6601 S:      Supported
6602 F:      drivers/net/wireless/intel/iwlwifi/
6603
6604 INTEL MANAGEMENT ENGINE (mei)
6605 M:      Tomas Winkler <tomas.winkler@intel.com>
6606 L:      linux-kernel@vger.kernel.org
6607 S:      Supported
6608 F:      include/uapi/linux/mei.h
6609 F:      include/linux/mei_cl_bus.h
6610 F:      drivers/misc/mei/*
6611 F:      drivers/watchdog/mei_wdt.c
6612 F:      Documentation/misc-devices/mei/*
6613 F:      samples/mei/*
6614
6615 INTEL MIC DRIVERS (mic)
6616 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6617 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6618 S:      Supported
6619 W:      https://github.com/sudeepdutt/mic
6620 W:      http://software.intel.com/en-us/mic-developer
6621 F:      include/linux/mic_bus.h
6622 F:      include/linux/scif.h
6623 F:      include/uapi/linux/mic_common.h
6624 F:      include/uapi/linux/mic_ioctl.h
6625 F:      include/uapi/linux/scif_ioctl.h
6626 F:      drivers/misc/mic/
6627 F:      drivers/dma/mic_x100_dma.c
6628 F:      drivers/dma/mic_x100_dma.h
6629 F:      Documentation/mic/
6630
6631 INTEL PMC/P-Unit IPC DRIVER
6632 M:      Zha Qipeng<qipeng.zha@intel.com>
6633 L:      platform-driver-x86@vger.kernel.org
6634 S:      Maintained
6635 F:      drivers/platform/x86/intel_pmc_ipc.c
6636 F:      drivers/platform/x86/intel_punit_ipc.c
6637 F:      arch/x86/include/asm/intel_pmc_ipc.h
6638 F:      arch/x86/include/asm/intel_punit_ipc.h
6639
6640 INTEL TELEMETRY DRIVER
6641 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6642 L:      platform-driver-x86@vger.kernel.org
6643 S:      Maintained
6644 F:      arch/x86/include/asm/intel_telemetry.h
6645 F:      drivers/platform/x86/intel_telemetry*
6646
6647 INTEL PMC CORE DRIVER
6648 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6649 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6650 L:      platform-driver-x86@vger.kernel.org
6651 S:      Maintained
6652 F:      arch/x86/include/asm/pmc_core.h
6653 F:      drivers/platform/x86/intel_pmc_core*
6654
6655 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6656 M:      Linus Walleij <linus.walleij@linaro.org>
6657 L:      linux-iio@vger.kernel.org
6658 S:      Maintained
6659 F:      drivers/iio/gyro/mpu3050*
6660 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6661
6662 IOC3 ETHERNET DRIVER
6663 M:      Ralf Baechle <ralf@linux-mips.org>
6664 L:      linux-mips@linux-mips.org
6665 S:      Maintained
6666 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6667
6668 IOC3 SERIAL DRIVER
6669 M:      Pat Gefre <pfg@sgi.com>
6670 L:      linux-serial@vger.kernel.org
6671 S:      Maintained
6672 F:      drivers/tty/serial/ioc3_serial.c
6673
6674 IOMMU DRIVERS
6675 M:      Joerg Roedel <joro@8bytes.org>
6676 L:      iommu@lists.linux-foundation.org
6677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6678 S:      Maintained
6679 F:      Documentation/devicetree/bindings/iommu/
6680 F:      drivers/iommu/
6681
6682 IP MASQUERADING
6683 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6684 S:      Maintained
6685 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6686
6687 IPMI SUBSYSTEM
6688 M:      Corey Minyard <minyard@acm.org>
6689 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6690 W:      http://openipmi.sourceforge.net/
6691 S:      Supported
6692 F:      Documentation/IPMI.txt
6693 F:      drivers/char/ipmi/
6694 F:      include/linux/ipmi*
6695 F:      include/uapi/linux/ipmi*
6696
6697 QCOM AUDIO (ASoC) DRIVERS
6698 M:      Patrick Lai <plai@codeaurora.org>
6699 M:      Banajit Goswami <bgoswami@codeaurora.org>
6700 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6701 S:      Supported
6702 F:      sound/soc/qcom/
6703
6704 IPS SCSI RAID DRIVER
6705 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6706 L:      linux-scsi@vger.kernel.org
6707 W:      http://www.adaptec.com/
6708 S:      Maintained
6709 F:      drivers/scsi/ips*
6710
6711 IPVS
6712 M:      Wensong Zhang <wensong@linux-vs.org>
6713 M:      Simon Horman <horms@verge.net.au>
6714 M:      Julian Anastasov <ja@ssi.bg>
6715 L:      netdev@vger.kernel.org
6716 L:      lvs-devel@vger.kernel.org
6717 S:      Maintained
6718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6720 F:      Documentation/networking/ipvs-sysctl.txt
6721 F:      include/net/ip_vs.h
6722 F:      include/uapi/linux/ip_vs.h
6723 F:      net/netfilter/ipvs/
6724
6725 IPWIRELESS DRIVER
6726 M:      Jiri Kosina <jikos@kernel.org>
6727 M:      David Sterba <dsterba@suse.com>
6728 S:      Odd Fixes
6729 F:      drivers/tty/ipwireless/
6730
6731 IPX NETWORK LAYER
6732 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6733 L:      netdev@vger.kernel.org
6734 S:      Maintained
6735 F:      include/net/ipx.h
6736 F:      include/uapi/linux/ipx.h
6737 F:      net/ipx/
6738
6739 IRDA SUBSYSTEM
6740 M:      Samuel Ortiz <samuel@sortiz.org>
6741 L:      irda-users@lists.sourceforge.net (subscribers-only)
6742 L:      netdev@vger.kernel.org
6743 W:      http://irda.sourceforge.net/
6744 S:      Maintained
6745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6746 F:      Documentation/networking/irda.txt
6747 F:      drivers/net/irda/
6748 F:      include/net/irda/
6749 F:      net/irda/
6750
6751 IRQ SUBSYSTEM
6752 M:      Thomas Gleixner <tglx@linutronix.de>
6753 L:      linux-kernel@vger.kernel.org
6754 S:      Maintained
6755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6756 F:      kernel/irq/
6757
6758 IRQCHIP DRIVERS
6759 M:      Thomas Gleixner <tglx@linutronix.de>
6760 M:      Jason Cooper <jason@lakedaemon.net>
6761 M:      Marc Zyngier <marc.zyngier@arm.com>
6762 L:      linux-kernel@vger.kernel.org
6763 S:      Maintained
6764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6765 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6766 F:      Documentation/devicetree/bindings/interrupt-controller/
6767 F:      drivers/irqchip/
6768
6769 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6770 M:      Marc Zyngier <marc.zyngier@arm.com>
6771 S:      Maintained
6772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6773 F:      Documentation/IRQ-domain.txt
6774 F:      include/linux/irqdomain.h
6775 F:      kernel/irq/irqdomain.c
6776 F:      kernel/irq/msi.c
6777
6778 ISA
6779 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6780 S:      Maintained
6781 F:      Documentation/isa.txt
6782 F:      drivers/base/isa.c
6783 F:      include/linux/isa.h
6784
6785 ISAPNP
6786 M:      Jaroslav Kysela <perex@perex.cz>
6787 S:      Maintained
6788 F:      Documentation/isapnp.txt
6789 F:      drivers/pnp/isapnp/
6790 F:      include/linux/isapnp.h
6791
6792 ISA RADIO MODULE
6793 M:      Hans Verkuil <hverkuil@xs4all.nl>
6794 L:      linux-media@vger.kernel.org
6795 T:      git git://linuxtv.org/media_tree.git
6796 W:      https://linuxtv.org
6797 S:      Maintained
6798 F:      drivers/media/radio/radio-isa*
6799
6800 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6801 M:      Peter Jones <pjones@redhat.com>
6802 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6803 S:      Maintained
6804 F:      drivers/firmware/iscsi_ibft*
6805
6806 ISCSI
6807 M:      Lee Duncan <lduncan@suse.com>
6808 M:      Chris Leech <cleech@redhat.com>
6809 L:      open-iscsi@googlegroups.com
6810 W:      www.open-iscsi.com
6811 S:      Maintained
6812 F:      drivers/scsi/*iscsi*
6813 F:      include/scsi/*iscsi*
6814
6815 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6816 M:      Or Gerlitz <ogerlitz@mellanox.com>
6817 M:      Sagi Grimberg <sagi@grimberg.me>
6818 M:      Roi Dayan <roid@mellanox.com>
6819 L:      linux-rdma@vger.kernel.org
6820 S:      Supported
6821 W:      http://www.openfabrics.org
6822 W:      www.open-iscsi.org
6823 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6824 F:      drivers/infiniband/ulp/iser/
6825
6826 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6827 M:      Sagi Grimberg <sagi@grimberg.me>
6828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6829 L:      linux-rdma@vger.kernel.org
6830 L:      target-devel@vger.kernel.org
6831 S:      Supported
6832 W:      http://www.linux-iscsi.org
6833 F:      drivers/infiniband/ulp/isert
6834
6835 ISDN SUBSYSTEM
6836 M:      Karsten Keil <isdn@linux-pingi.de>
6837 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6838 L:      netdev@vger.kernel.org
6839 W:      http://www.isdn4linux.de
6840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6841 S:      Maintained
6842 F:      Documentation/isdn/
6843 F:      drivers/isdn/
6844 F:      include/linux/isdn.h
6845 F:      include/linux/isdn/
6846 F:      include/uapi/linux/isdn.h
6847 F:      include/uapi/linux/isdn/
6848
6849 ISDN SUBSYSTEM (Eicon active card driver)
6850 M:      Armin Schindler <mac@melware.de>
6851 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6852 W:      http://www.melware.de
6853 S:      Maintained
6854 F:      drivers/isdn/hardware/eicon/
6855
6856 IT87 HARDWARE MONITORING DRIVER
6857 M:      Jean Delvare <jdelvare@suse.com>
6858 L:      linux-hwmon@vger.kernel.org
6859 S:      Maintained
6860 F:      Documentation/hwmon/it87
6861 F:      drivers/hwmon/it87.c
6862
6863 IT913X MEDIA DRIVER
6864 M:      Antti Palosaari <crope@iki.fi>
6865 L:      linux-media@vger.kernel.org
6866 W:      https://linuxtv.org
6867 W:      http://palosaari.fi/linux/
6868 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6869 T:      git git://linuxtv.org/anttip/media_tree.git
6870 S:      Maintained
6871 F:      drivers/media/tuners/it913x*
6872
6873 IVTV VIDEO4LINUX DRIVER
6874 M:      Andy Walls <awalls@md.metrocast.net>
6875 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6876 L:      linux-media@vger.kernel.org
6877 T:      git git://linuxtv.org/media_tree.git
6878 W:      http://www.ivtvdriver.org
6879 S:      Maintained
6880 F:      Documentation/media/v4l-drivers/ivtv*
6881 F:      drivers/media/pci/ivtv/
6882 F:      include/uapi/linux/ivtv*
6883
6884 IX2505V MEDIA DRIVER
6885 M:      Malcolm Priestley <tvboxspy@gmail.com>
6886 L:      linux-media@vger.kernel.org
6887 W:      https://linuxtv.org
6888 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6889 S:      Maintained
6890 F:      drivers/media/dvb-frontends/ix2505v*
6891
6892 JC42.4 TEMPERATURE SENSOR DRIVER
6893 M:      Guenter Roeck <linux@roeck-us.net>
6894 L:      linux-hwmon@vger.kernel.org
6895 S:      Maintained
6896 F:      drivers/hwmon/jc42.c
6897 F:      Documentation/hwmon/jc42
6898
6899 JFS FILESYSTEM
6900 M:      Dave Kleikamp <shaggy@kernel.org>
6901 L:      jfs-discussion@lists.sourceforge.net
6902 W:      http://jfs.sourceforge.net/
6903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6904 S:      Maintained
6905 F:      Documentation/filesystems/jfs.txt
6906 F:      fs/jfs/
6907
6908 JME NETWORK DRIVER
6909 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6910 L:      netdev@vger.kernel.org
6911 S:      Maintained
6912 F:      drivers/net/ethernet/jme.*
6913
6914 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6915 M:      David Woodhouse <dwmw2@infradead.org>
6916 L:      linux-mtd@lists.infradead.org
6917 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6918 S:      Maintained
6919 F:      fs/jffs2/
6920 F:      include/uapi/linux/jffs2.h
6921
6922 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6923 M:      "Theodore Ts'o" <tytso@mit.edu>
6924 M:      Jan Kara <jack@suse.com>
6925 L:      linux-ext4@vger.kernel.org
6926 S:      Maintained
6927 F:      fs/jbd2/
6928 F:      include/linux/jbd2.h
6929
6930 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6931 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6932 L:      linux-media@vger.kernel.org
6933 S:      Maintained
6934 F:      drivers/media/platform/rcar_jpu.c
6935
6936 JSM Neo PCI based serial card
6937 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6938 L:      linux-serial@vger.kernel.org
6939 S:      Maintained
6940 F:      drivers/tty/serial/jsm/
6941
6942 K10TEMP HARDWARE MONITORING DRIVER
6943 M:      Clemens Ladisch <clemens@ladisch.de>
6944 L:      linux-hwmon@vger.kernel.org
6945 S:      Maintained
6946 F:      Documentation/hwmon/k10temp
6947 F:      drivers/hwmon/k10temp.c
6948
6949 K8TEMP HARDWARE MONITORING DRIVER
6950 M:      Rudolf Marek <r.marek@assembler.cz>
6951 L:      linux-hwmon@vger.kernel.org
6952 S:      Maintained
6953 F:      Documentation/hwmon/k8temp
6954 F:      drivers/hwmon/k8temp.c
6955
6956 KASAN
6957 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6958 R:      Alexander Potapenko <glider@google.com>
6959 R:      Dmitry Vyukov <dvyukov@google.com>
6960 L:      kasan-dev@googlegroups.com
6961 S:      Maintained
6962 F:      arch/*/include/asm/kasan.h
6963 F:      arch/*/mm/kasan_init*
6964 F:      Documentation/dev-tools/kasan.rst
6965 F:      include/linux/kasan*.h
6966 F:      lib/test_kasan.c
6967 F:      mm/kasan/
6968 F:      scripts/Makefile.kasan
6969
6970 KCONFIG
6971 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6972 L:      linux-kbuild@vger.kernel.org
6973 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6974 S:      Maintained
6975 F:      Documentation/kbuild/kconfig-language.txt
6976 F:      scripts/kconfig/
6977
6978 KDUMP
6979 M:      Dave Young <dyoung@redhat.com>
6980 M:      Baoquan He <bhe@redhat.com>
6981 R:      Vivek Goyal <vgoyal@redhat.com>
6982 L:      kexec@lists.infradead.org
6983 W:      http://lse.sourceforge.net/kdump/
6984 S:      Maintained
6985 F:      Documentation/kdump/
6986
6987 KEENE FM RADIO TRANSMITTER DRIVER
6988 M:      Hans Verkuil <hverkuil@xs4all.nl>
6989 L:      linux-media@vger.kernel.org
6990 T:      git git://linuxtv.org/media_tree.git
6991 W:      https://linuxtv.org
6992 S:      Maintained
6993 F:      drivers/media/radio/radio-keene*
6994
6995 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6996 M:      Ian Kent <raven@themaw.net>
6997 L:      autofs@vger.kernel.org
6998 S:      Maintained
6999 F:      fs/autofs4/
7000
7001 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7002 M:      Michal Marek <mmarek@suse.com>
7003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
7004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
7005 L:      linux-kbuild@vger.kernel.org
7006 S:      Maintained
7007 F:      Documentation/kbuild/
7008 F:      Makefile
7009 F:      scripts/Makefile.*
7010 F:      scripts/basic/
7011 F:      scripts/mk*
7012 F:      scripts/package/
7013
7014 KERNEL JANITORS
7015 L:      kernel-janitors@vger.kernel.org
7016 W:      http://kernelnewbies.org/KernelJanitors
7017 S:      Odd Fixes
7018
7019 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7020 M:      "J. Bruce Fields" <bfields@fieldses.org>
7021 M:      Jeff Layton <jlayton@poochiereds.net>
7022 L:      linux-nfs@vger.kernel.org
7023 W:      http://nfs.sourceforge.net/
7024 T:      git git://linux-nfs.org/~bfields/linux.git
7025 S:      Supported
7026 F:      fs/nfsd/
7027 F:      include/uapi/linux/nfsd/
7028 F:      fs/lockd/
7029 F:      fs/nfs_common/
7030 F:      net/sunrpc/
7031 F:      include/linux/lockd/
7032 F:      include/linux/sunrpc/
7033 F:      include/uapi/linux/sunrpc/
7034
7035 KERNEL SELFTEST FRAMEWORK
7036 M:      Shuah Khan <shuahkh@osg.samsung.com>
7037 M:      Shuah Khan <shuah@kernel.org>
7038 L:      linux-kselftest@vger.kernel.org
7039 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7040 S:      Maintained
7041 F:      tools/testing/selftests
7042
7043 KERNEL VIRTUAL MACHINE (KVM)
7044 M:      Paolo Bonzini <pbonzini@redhat.com>
7045 M:      Radim Krčmář <rkrcmar@redhat.com>
7046 L:      kvm@vger.kernel.org
7047 W:      http://www.linux-kvm.org
7048 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7049 S:      Supported
7050 F:      Documentation/*/kvm*.txt
7051 F:      Documentation/virtual/kvm/
7052 F:      arch/*/kvm/
7053 F:      arch/x86/kernel/kvm.c
7054 F:      arch/x86/kernel/kvmclock.c
7055 F:      arch/*/include/asm/kvm*
7056 F:      include/linux/kvm*
7057 F:      include/uapi/linux/kvm*
7058 F:      virt/kvm/
7059 F:      tools/kvm/
7060
7061 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7062 M:      Joerg Roedel <joro@8bytes.org>
7063 L:      kvm@vger.kernel.org
7064 W:      http://www.linux-kvm.org/
7065 S:      Maintained
7066 F:      arch/x86/include/asm/svm.h
7067 F:      arch/x86/kvm/svm.c
7068
7069 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7070 M:      Alexander Graf <agraf@suse.com>
7071 L:      kvm-ppc@vger.kernel.org
7072 W:      http://www.linux-kvm.org/
7073 T:      git git://github.com/agraf/linux-2.6.git
7074 S:      Supported
7075 F:      arch/powerpc/include/asm/kvm*
7076 F:      arch/powerpc/kvm/
7077
7078 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7079 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7080 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7081 L:      linux-s390@vger.kernel.org
7082 W:      http://www.ibm.com/developerworks/linux/linux390/
7083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7084 S:      Supported
7085 F:      Documentation/s390/kvm.txt
7086 F:      arch/s390/include/asm/kvm*
7087 F:      arch/s390/kvm/
7088
7089 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7090 M:      Christoffer Dall <christoffer.dall@linaro.org>
7091 M:      Marc Zyngier <marc.zyngier@arm.com>
7092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7093 L:      kvmarm@lists.cs.columbia.edu
7094 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7096 S:      Supported
7097 F:      arch/arm/include/uapi/asm/kvm*
7098 F:      arch/arm/include/asm/kvm*
7099 F:      arch/arm/kvm/
7100 F:      virt/kvm/arm/
7101 F:      include/kvm/arm_*
7102
7103 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7104 M:      Christoffer Dall <christoffer.dall@linaro.org>
7105 M:      Marc Zyngier <marc.zyngier@arm.com>
7106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7107 L:      kvmarm@lists.cs.columbia.edu
7108 S:      Maintained
7109 F:      arch/arm64/include/uapi/asm/kvm*
7110 F:      arch/arm64/include/asm/kvm*
7111 F:      arch/arm64/kvm/
7112
7113 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7114 M:      James Hogan <james.hogan@imgtec.com>
7115 L:      linux-mips@linux-mips.org
7116 S:      Supported
7117 F:      arch/mips/include/uapi/asm/kvm*
7118 F:      arch/mips/include/asm/kvm*
7119 F:      arch/mips/kvm/
7120
7121 KEXEC
7122 M:      Eric Biederman <ebiederm@xmission.com>
7123 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7124 L:      kexec@lists.infradead.org
7125 S:      Maintained
7126 F:      include/linux/kexec.h
7127 F:      include/uapi/linux/kexec.h
7128 F:      kernel/kexec*
7129
7130 KEYS/KEYRINGS:
7131 M:      David Howells <dhowells@redhat.com>
7132 L:      keyrings@vger.kernel.org
7133 S:      Maintained
7134 F:      Documentation/security/keys.txt
7135 F:      include/linux/key.h
7136 F:      include/linux/key-type.h
7137 F:      include/linux/keyctl.h
7138 F:      include/uapi/linux/keyctl.h
7139 F:      include/keys/
7140 F:      security/keys/
7141
7142 KEYS-TRUSTED
7143 M:      David Safford <safford@us.ibm.com>
7144 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7145 L:      linux-security-module@vger.kernel.org
7146 L:      keyrings@vger.kernel.org
7147 S:      Supported
7148 F:      Documentation/security/keys-trusted-encrypted.txt
7149 F:      include/keys/trusted-type.h
7150 F:      security/keys/trusted.c
7151 F:      security/keys/trusted.h
7152
7153 KEYS-ENCRYPTED
7154 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7155 M:      David Safford <safford@us.ibm.com>
7156 L:      linux-security-module@vger.kernel.org
7157 L:      keyrings@vger.kernel.org
7158 S:      Supported
7159 F:      Documentation/security/keys-trusted-encrypted.txt
7160 F:      include/keys/encrypted-type.h
7161 F:      security/keys/encrypted-keys/
7162
7163 KGDB / KDB /debug_core
7164 M:      Jason Wessel <jason.wessel@windriver.com>
7165 W:      http://kgdb.wiki.kernel.org/
7166 L:      kgdb-bugreport@lists.sourceforge.net
7167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7168 S:      Maintained
7169 F:      Documentation/DocBook/kgdb.tmpl
7170 F:      drivers/misc/kgdbts.c
7171 F:      drivers/tty/serial/kgdboc.c
7172 F:      include/linux/kdb.h
7173 F:      include/linux/kgdb.h
7174 F:      kernel/debug/
7175
7176 KMEMCHECK
7177 M:      Vegard Nossum <vegardno@ifi.uio.no>
7178 M:      Pekka Enberg <penberg@kernel.org>
7179 S:      Maintained
7180 F:      Documentation/dev-tools/kmemcheck.rst
7181 F:      arch/x86/include/asm/kmemcheck.h
7182 F:      arch/x86/mm/kmemcheck/
7183 F:      include/linux/kmemcheck.h
7184 F:      mm/kmemcheck.c
7185
7186 KMEMLEAK
7187 M:      Catalin Marinas <catalin.marinas@arm.com>
7188 S:      Maintained
7189 F:      Documentation/dev-tools/kmemleak.rst
7190 F:      include/linux/kmemleak.h
7191 F:      mm/kmemleak.c
7192 F:      mm/kmemleak-test.c
7193
7194 KPROBES
7195 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7196 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7197 M:      "David S. Miller" <davem@davemloft.net>
7198 M:      Masami Hiramatsu <mhiramat@kernel.org>
7199 S:      Maintained
7200 F:      Documentation/kprobes.txt
7201 F:      include/linux/kprobes.h
7202 F:      kernel/kprobes.c
7203
7204 KS0108 LCD CONTROLLER DRIVER
7205 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7206 W:      http://miguelojeda.es/auxdisplay.htm
7207 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7208 S:      Maintained
7209 F:      Documentation/auxdisplay/ks0108
7210 F:      drivers/auxdisplay/ks0108.c
7211 F:      include/linux/ks0108.h
7212
7213 L3MDEV
7214 M:      David Ahern <dsa@cumulusnetworks.com>
7215 L:      netdev@vger.kernel.org
7216 S:      Maintained
7217 F:      net/l3mdev
7218 F:      include/net/l3mdev.h
7219
7220 LANTIQ MIPS ARCHITECTURE
7221 M:      John Crispin <john@phrozen.org>
7222 L:      linux-mips@linux-mips.org
7223 S:      Maintained
7224 F:      arch/mips/lantiq
7225
7226 LAPB module
7227 L:      linux-x25@vger.kernel.org
7228 S:      Orphan
7229 F:      Documentation/networking/lapb-module.txt
7230 F:      include/*/lapb.h
7231 F:      net/lapb/
7232
7233 LASI 53c700 driver for PARISC
7234 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7235 L:      linux-scsi@vger.kernel.org
7236 S:      Maintained
7237 F:      Documentation/scsi/53c700.txt
7238 F:      drivers/scsi/53c700*
7239
7240 LED SUBSYSTEM
7241 M:      Richard Purdie <rpurdie@rpsys.net>
7242 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
7243 M:      Pavel Machek <pavel@ucw.cz>
7244 L:      linux-leds@vger.kernel.org
7245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7246 S:      Maintained
7247 F:      Documentation/devicetree/bindings/leds/
7248 F:      drivers/leds/
7249 F:      include/linux/leds.h
7250
7251 LEGACY EEPROM DRIVER
7252 M:      Jean Delvare <jdelvare@suse.com>
7253 S:      Maintained
7254 F:      Documentation/misc-devices/eeprom
7255 F:      drivers/misc/eeprom/eeprom.c
7256
7257 LEGO USB Tower driver
7258 M:      Juergen Stuber <starblue@users.sourceforge.net>
7259 L:      legousb-devel@lists.sourceforge.net
7260 W:      http://legousb.sourceforge.net/
7261 S:      Maintained
7262 F:      drivers/usb/misc/legousbtower.c
7263
7264 LG2160 MEDIA DRIVER
7265 M:      Michael Krufky <mkrufky@linuxtv.org>
7266 L:      linux-media@vger.kernel.org
7267 W:      https://linuxtv.org
7268 W:      http://github.com/mkrufky
7269 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7270 T:      git git://linuxtv.org/mkrufky/tuners.git
7271 S:      Maintained
7272 F:      drivers/media/dvb-frontends/lg2160.*
7273
7274 LGDT3305 MEDIA DRIVER
7275 M:      Michael Krufky <mkrufky@linuxtv.org>
7276 L:      linux-media@vger.kernel.org
7277 W:      https://linuxtv.org
7278 W:      http://github.com/mkrufky
7279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7280 T:      git git://linuxtv.org/mkrufky/tuners.git
7281 S:      Maintained
7282 F:      drivers/media/dvb-frontends/lgdt3305.*
7283
7284 LGUEST
7285 M:      Rusty Russell <rusty@rustcorp.com.au>
7286 L:      lguest@lists.ozlabs.org
7287 W:      http://lguest.ozlabs.org/
7288 S:      Odd Fixes
7289 F:      arch/x86/include/asm/lguest*.h
7290 F:      arch/x86/lguest/
7291 F:      drivers/lguest/
7292 F:      include/linux/lguest*.h
7293 F:      tools/lguest/
7294
7295 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7296 M:      Tejun Heo <tj@kernel.org>
7297 L:      linux-ide@vger.kernel.org
7298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7299 S:      Maintained
7300 F:      drivers/ata/
7301 F:      include/linux/ata.h
7302 F:      include/linux/libata.h
7303 F:      Documentation/devicetree/bindings/ata/
7304
7305 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7306 M:      Viresh Kumar <vireshk@kernel.org>
7307 L:      linux-ide@vger.kernel.org
7308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7309 S:      Maintained
7310 F:      include/linux/pata_arasan_cf_data.h
7311 F:      drivers/ata/pata_arasan_cf.c
7312
7313 LIBATA PATA DRIVERS
7314 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7315 M:      Tejun Heo <tj@kernel.org>
7316 L:      linux-ide@vger.kernel.org
7317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7318 S:      Maintained
7319 F:      drivers/ata/pata_*.c
7320 F:      drivers/ata/ata_generic.c
7321
7322 LIBATA SATA AHCI PLATFORM devices support
7323 M:      Hans de Goede <hdegoede@redhat.com>
7324 M:      Tejun Heo <tj@kernel.org>
7325 L:      linux-ide@vger.kernel.org
7326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7327 S:      Maintained
7328 F:      drivers/ata/ahci_platform.c
7329 F:      drivers/ata/libahci_platform.c
7330 F:      include/linux/ahci_platform.h
7331
7332 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7333 M:      Mikael Pettersson <mikpelinux@gmail.com>
7334 L:      linux-ide@vger.kernel.org
7335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7336 S:      Maintained
7337 F:      drivers/ata/sata_promise.*
7338
7339 LIBLOCKDEP
7340 M:      Sasha Levin <sasha.levin@oracle.com>
7341 S:      Maintained
7342 F:      tools/lib/lockdep/
7343
7344 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7345 M:      Dan Williams <dan.j.williams@intel.com>
7346 L:      linux-nvdimm@lists.01.org
7347 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7349 S:      Supported
7350 F:      drivers/nvdimm/*
7351 F:      include/linux/nd.h
7352 F:      include/linux/libnvdimm.h
7353 F:      include/uapi/linux/ndctl.h
7354
7355 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7356 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7357 L:      linux-nvdimm@lists.01.org
7358 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7359 S:      Supported
7360 F:      drivers/nvdimm/blk.c
7361 F:      drivers/nvdimm/region_devs.c
7362 F:      drivers/acpi/nfit*
7363
7364 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7365 M:      Vishal Verma <vishal.l.verma@intel.com>
7366 L:      linux-nvdimm@lists.01.org
7367 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7368 S:      Supported
7369 F:      drivers/nvdimm/btt*
7370
7371 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7372 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7373 L:      linux-nvdimm@lists.01.org
7374 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7375 S:      Supported
7376 F:      drivers/nvdimm/pmem.c
7377 F:      include/linux/pmem.h
7378 F:      arch/*/include/asm/pmem.h
7379
7380 LIGHTNVM PLATFORM SUPPORT
7381 M:      Matias Bjorling <mb@lightnvm.io>
7382 W:      http://github/OpenChannelSSD
7383 L:      linux-block@vger.kernel.org
7384 S:      Maintained
7385 F:      drivers/lightnvm/
7386 F:      include/linux/lightnvm.h
7387 F:      include/uapi/linux/lightnvm.h
7388
7389 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7390 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7391 M:      Paul Mackerras <paulus@samba.org>
7392 M:      Michael Ellerman <mpe@ellerman.id.au>
7393 W:      https://github.com/linuxppc/linux/wiki
7394 L:      linuxppc-dev@lists.ozlabs.org
7395 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7397 S:      Supported
7398 F:      Documentation/powerpc/
7399 F:      arch/powerpc/
7400 F:      drivers/char/tpm/tpm_ibmvtpm*
7401 F:      drivers/crypto/nx/
7402 F:      drivers/crypto/vmx/
7403 F:      drivers/net/ethernet/ibm/ibmveth.*
7404 F:      drivers/net/ethernet/ibm/ibmvnic.*
7405 F:      drivers/pci/hotplug/pnv_php.c
7406 F:      drivers/pci/hotplug/rpa*
7407 F:      drivers/scsi/ibmvscsi/
7408 F:      tools/testing/selftests/powerpc
7409 N:      opal
7410 N:      /pmac
7411 N:      powermac
7412 N:      powernv
7413 N:      [^a-z0-9]ps3
7414 N:      pseries
7415
7416 LINUX FOR POWER MACINTOSH
7417 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7418 W:      http://www.penguinppc.org/
7419 L:      linuxppc-dev@lists.ozlabs.org
7420 S:      Maintained
7421 F:      arch/powerpc/platforms/powermac/
7422 F:      drivers/macintosh/
7423
7424 LINUX FOR POWERPC EMBEDDED MPC5XXX
7425 M:      Anatolij Gustschin <agust@denx.de>
7426 L:      linuxppc-dev@lists.ozlabs.org
7427 T:      git git://git.denx.de/linux-denx-agust.git
7428 S:      Maintained
7429 F:      arch/powerpc/platforms/512x/
7430 F:      arch/powerpc/platforms/52xx/
7431
7432 LINUX FOR POWERPC EMBEDDED PPC4XX
7433 M:      Alistair Popple <alistair@popple.id.au>
7434 M:      Matt Porter <mporter@kernel.crashing.org>
7435 W:      http://www.penguinppc.org/
7436 L:      linuxppc-dev@lists.ozlabs.org
7437 S:      Maintained
7438 F:      arch/powerpc/platforms/40x/
7439 F:      arch/powerpc/platforms/44x/
7440
7441 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7442 L:      linuxppc-dev@lists.ozlabs.org
7443 S:      Orphan
7444 F:      arch/powerpc/*/*virtex*
7445 F:      arch/powerpc/*/*/*virtex*
7446
7447 LINUX FOR POWERPC EMBEDDED PPC8XX
7448 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7449 W:      http://www.penguinppc.org/
7450 L:      linuxppc-dev@lists.ozlabs.org
7451 S:      Maintained
7452 F:      arch/powerpc/platforms/8xx/
7453
7454 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7455 M:      Scott Wood <oss@buserror.net>
7456 M:      Kumar Gala <galak@kernel.crashing.org>
7457 W:      http://www.penguinppc.org/
7458 L:      linuxppc-dev@lists.ozlabs.org
7459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7460 S:      Maintained
7461 F:      arch/powerpc/platforms/83xx/
7462 F:      arch/powerpc/platforms/85xx/
7463
7464 LINUX FOR POWERPC PA SEMI PWRFICIENT
7465 L:      linuxppc-dev@lists.ozlabs.org
7466 S:      Orphan
7467 F:      arch/powerpc/platforms/pasemi/
7468 F:      drivers/*/*pasemi*
7469 F:      drivers/*/*/*pasemi*
7470
7471 LINUX SECURITY MODULE (LSM) FRAMEWORK
7472 M:      Chris Wright <chrisw@sous-sol.org>
7473 L:      linux-security-module@vger.kernel.org
7474 S:      Supported
7475
7476 LIS3LV02D ACCELEROMETER DRIVER
7477 M:      Eric Piel <eric.piel@tremplin-utc.net>
7478 S:      Maintained
7479 F:      Documentation/misc-devices/lis3lv02d
7480 F:      drivers/misc/lis3lv02d/
7481 F:      drivers/platform/x86/hp_accel.c
7482
7483 LIVE PATCHING
7484 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7485 M:      Jessica Yu <jeyu@redhat.com>
7486 M:      Jiri Kosina <jikos@kernel.org>
7487 M:      Miroslav Benes <mbenes@suse.cz>
7488 R:      Petr Mladek <pmladek@suse.com>
7489 S:      Maintained
7490 F:      kernel/livepatch/
7491 F:      include/linux/livepatch.h
7492 F:      arch/x86/include/asm/livepatch.h
7493 F:      arch/x86/kernel/livepatch.c
7494 F:      Documentation/livepatch/
7495 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7496 F:      samples/livepatch/
7497 L:      live-patching@vger.kernel.org
7498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7499
7500 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7501 M:      Kees Cook <keescook@chromium.org>
7502 S:      Maintained
7503 F:      drivers/misc/lkdtm*
7504
7505 LLC (802.2)
7506 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7507 S:      Maintained
7508 F:      include/linux/llc.h
7509 F:      include/uapi/linux/llc.h
7510 F:      include/net/llc*
7511 F:      net/llc/
7512
7513 LM73 HARDWARE MONITOR DRIVER
7514 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7515 L:      linux-hwmon@vger.kernel.org
7516 S:      Maintained
7517 F:      drivers/hwmon/lm73.c
7518
7519 LM78 HARDWARE MONITOR DRIVER
7520 M:      Jean Delvare <jdelvare@suse.com>
7521 L:      linux-hwmon@vger.kernel.org
7522 S:      Maintained
7523 F:      Documentation/hwmon/lm78
7524 F:      drivers/hwmon/lm78.c
7525
7526 LM83 HARDWARE MONITOR DRIVER
7527 M:      Jean Delvare <jdelvare@suse.com>
7528 L:      linux-hwmon@vger.kernel.org
7529 S:      Maintained
7530 F:      Documentation/hwmon/lm83
7531 F:      drivers/hwmon/lm83.c
7532
7533 LM90 HARDWARE MONITOR DRIVER
7534 M:      Jean Delvare <jdelvare@suse.com>
7535 L:      linux-hwmon@vger.kernel.org
7536 S:      Maintained
7537 F:      Documentation/hwmon/lm90
7538 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7539 F:      drivers/hwmon/lm90.c
7540
7541 LM95234 HARDWARE MONITOR DRIVER
7542 M:      Guenter Roeck <linux@roeck-us.net>
7543 L:      linux-hwmon@vger.kernel.org
7544 S:      Maintained
7545 F:      Documentation/hwmon/lm95234
7546 F:      drivers/hwmon/lm95234.c
7547
7548 LME2510 MEDIA DRIVER
7549 M:      Malcolm Priestley <tvboxspy@gmail.com>
7550 L:      linux-media@vger.kernel.org
7551 W:      https://linuxtv.org
7552 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7553 S:      Maintained
7554 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7555
7556 LOCKING PRIMITIVES
7557 M:      Peter Zijlstra <peterz@infradead.org>
7558 M:      Ingo Molnar <mingo@redhat.com>
7559 L:      linux-kernel@vger.kernel.org
7560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7561 S:      Maintained
7562 F:      Documentation/locking/
7563 F:      include/linux/lockdep.h
7564 F:      include/linux/spinlock*.h
7565 F:      arch/*/include/asm/spinlock*.h
7566 F:      include/linux/rwlock*.h
7567 F:      include/linux/mutex*.h
7568 F:      arch/*/include/asm/mutex*.h
7569 F:      include/linux/rwsem*.h
7570 F:      arch/*/include/asm/rwsem.h
7571 F:      include/linux/seqlock.h
7572 F:      lib/locking*.[ch]
7573 F:      kernel/locking/
7574
7575 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7576 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7577 L:      linux-ntfs-dev@lists.sourceforge.net
7578 W:      http://www.linux-ntfs.org/content/view/19/37/
7579 S:      Maintained
7580 F:      Documentation/ldm.txt
7581 F:      block/partitions/ldm.*
7582
7583 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7584 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7585 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7586 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7587 L:      MPT-FusionLinux.pdl@broadcom.com
7588 L:      linux-scsi@vger.kernel.org
7589 W:      http://www.avagotech.com/support/
7590 S:      Supported
7591 F:      drivers/message/fusion/
7592 F:      drivers/scsi/mpt2sas/
7593 F:      drivers/scsi/mpt3sas/
7594
7595 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7596 M:      Matthew Wilcox <matthew@wil.cx>
7597 L:      linux-scsi@vger.kernel.org
7598 S:      Maintained
7599 F:      drivers/scsi/sym53c8xx_2/
7600
7601 LTC4261 HARDWARE MONITOR DRIVER
7602 M:      Guenter Roeck <linux@roeck-us.net>
7603 L:      linux-hwmon@vger.kernel.org
7604 S:      Maintained
7605 F:      Documentation/hwmon/ltc4261
7606 F:      drivers/hwmon/ltc4261.c
7607
7608 LTP (Linux Test Project)
7609 M:      Mike Frysinger <vapier@gentoo.org>
7610 M:      Cyril Hrubis <chrubis@suse.cz>
7611 M:      Wanlong Gao <wanlong.gao@gmail.com>
7612 M:      Jan Stancek <jstancek@redhat.com>
7613 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7614 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7615 L:      ltp@lists.linux.it (subscribers-only)
7616 W:      http://linux-test-project.github.io/
7617 T:      git git://github.com/linux-test-project/ltp.git
7618 S:      Maintained
7619
7620 M32R ARCHITECTURE
7621 W:      http://www.linux-m32r.org/
7622 S:      Orphan
7623 F:      arch/m32r/
7624
7625 M68K ARCHITECTURE
7626 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7627 L:      linux-m68k@lists.linux-m68k.org
7628 W:      http://www.linux-m68k.org/
7629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7630 S:      Maintained
7631 F:      arch/m68k/
7632 F:      drivers/zorro/
7633
7634 M68K ON APPLE MACINTOSH
7635 M:      Joshua Thompson <funaho@jurai.org>
7636 W:      http://www.mac.linux-m68k.org/
7637 L:      linux-m68k@lists.linux-m68k.org
7638 S:      Maintained
7639 F:      arch/m68k/mac/
7640
7641 M68K ON HP9000/300
7642 M:      Philip Blundell <philb@gnu.org>
7643 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7644 S:      Maintained
7645 F:      arch/m68k/hp300/
7646
7647 M88DS3103 MEDIA DRIVER
7648 M:      Antti Palosaari <crope@iki.fi>
7649 L:      linux-media@vger.kernel.org
7650 W:      https://linuxtv.org
7651 W:      http://palosaari.fi/linux/
7652 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7653 T:      git git://linuxtv.org/anttip/media_tree.git
7654 S:      Maintained
7655 F:      drivers/media/dvb-frontends/m88ds3103*
7656
7657 M88RS2000 MEDIA DRIVER
7658 M:      Malcolm Priestley <tvboxspy@gmail.com>
7659 L:      linux-media@vger.kernel.org
7660 W:      https://linuxtv.org
7661 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7662 S:      Maintained
7663 F:      drivers/media/dvb-frontends/m88rs2000*
7664
7665 MA901 MASTERKIT USB FM RADIO DRIVER
7666 M:      Alexey Klimov <klimov.linux@gmail.com>
7667 L:      linux-media@vger.kernel.org
7668 T:      git git://linuxtv.org/media_tree.git
7669 S:      Maintained
7670 F:      drivers/media/radio/radio-ma901.c
7671
7672 MAC80211
7673 M:      Johannes Berg <johannes@sipsolutions.net>
7674 L:      linux-wireless@vger.kernel.org
7675 W:      http://wireless.kernel.org/
7676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7678 S:      Maintained
7679 F:      Documentation/networking/mac80211-injection.txt
7680 F:      include/net/mac80211.h
7681 F:      net/mac80211/
7682 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7683
7684 MACVLAN DRIVER
7685 M:      Patrick McHardy <kaber@trash.net>
7686 L:      netdev@vger.kernel.org
7687 S:      Maintained
7688 F:      drivers/net/macvlan.c
7689 F:      include/linux/if_macvlan.h
7690
7691 MAILBOX API
7692 M:      Jassi Brar <jassisinghbrar@gmail.com>
7693 L:      linux-kernel@vger.kernel.org
7694 S:      Maintained
7695 F:      drivers/mailbox/
7696 F:      include/linux/mailbox_client.h
7697 F:      include/linux/mailbox_controller.h
7698
7699 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7700 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7701 W:      http://www.kernel.org/doc/man-pages
7702 L:      linux-man@vger.kernel.org
7703 S:      Maintained
7704
7705 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7706 M:      Andrew Lunn <andrew@lunn.ch>
7707 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7708 L:      netdev@vger.kernel.org
7709 S:      Maintained
7710 F:      drivers/net/dsa/mv88e6xxx/
7711 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7712
7713 MARVELL ARMADA DRM SUPPORT
7714 M:      Russell King <rmk+kernel@armlinux.org.uk>
7715 S:      Maintained
7716 F:      drivers/gpu/drm/armada/
7717 F:      include/uapi/drm/armada_drm.h
7718 F:      Documentation/devicetree/bindings/display/armada/
7719
7720 MARVELL CRYPTO DRIVER
7721 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7722 M:      Arnaud Ebalard <arno@natisbad.org>
7723 F:      drivers/crypto/marvell/
7724 S:      Maintained
7725 L:      linux-crypto@vger.kernel.org
7726
7727 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7728 M:      Mirko Lindner <mlindner@marvell.com>
7729 M:      Stephen Hemminger <stephen@networkplumber.org>
7730 L:      netdev@vger.kernel.org
7731 S:      Maintained
7732 F:      drivers/net/ethernet/marvell/sk*
7733
7734 MARVELL LIBERTAS WIRELESS DRIVER
7735 L:      libertas-dev@lists.infradead.org
7736 S:      Orphan
7737 F:      drivers/net/wireless/marvell/libertas/
7738
7739 MARVELL MV643XX ETHERNET DRIVER
7740 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7741 L:      netdev@vger.kernel.org
7742 S:      Maintained
7743 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7744 F:      include/linux/mv643xx.h
7745
7746 MARVELL MVNETA ETHERNET DRIVER
7747 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7748 L:      netdev@vger.kernel.org
7749 S:      Maintained
7750 F:      drivers/net/ethernet/marvell/mvneta.*
7751
7752 MARVELL MWIFIEX WIRELESS DRIVER
7753 M:      Amitkumar Karwar <akarwar@marvell.com>
7754 M:      Nishant Sarmukadam <nishants@marvell.com>
7755 L:      linux-wireless@vger.kernel.org
7756 S:      Maintained
7757 F:      drivers/net/wireless/marvell/mwifiex/
7758
7759 MARVELL MWL8K WIRELESS DRIVER
7760 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7761 L:      linux-wireless@vger.kernel.org
7762 S:      Odd Fixes
7763 F:      drivers/net/wireless/marvell/mwl8k.c
7764
7765 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7766 M:      Nicolas Pitre <nico@fluxnic.net>
7767 S:      Odd Fixes
7768 F:      drivers/mmc/host/mvsdio.*
7769
7770 MATROX FRAMEBUFFER DRIVER
7771 L:      linux-fbdev@vger.kernel.org
7772 S:      Orphan
7773 F:      drivers/video/fbdev/matrox/matroxfb_*
7774 F:      include/uapi/linux/matroxfb.h
7775
7776 MAX16065 HARDWARE MONITOR DRIVER
7777 M:      Guenter Roeck <linux@roeck-us.net>
7778 L:      linux-hwmon@vger.kernel.org
7779 S:      Maintained
7780 F:      Documentation/hwmon/max16065
7781 F:      drivers/hwmon/max16065.c
7782
7783 MAX20751 HARDWARE MONITOR DRIVER
7784 M:      Guenter Roeck <linux@roeck-us.net>
7785 L:      linux-hwmon@vger.kernel.org
7786 S:      Maintained
7787 F:      Documentation/hwmon/max20751
7788 F:      drivers/hwmon/max20751.c
7789
7790 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7791 L:      linux-hwmon@vger.kernel.org
7792 S:      Orphan
7793 F:      Documentation/hwmon/max6650
7794 F:      drivers/hwmon/max6650.c
7795
7796 MAX6697 HARDWARE MONITOR DRIVER
7797 M:      Guenter Roeck <linux@roeck-us.net>
7798 L:      linux-hwmon@vger.kernel.org
7799 S:      Maintained
7800 F:      Documentation/hwmon/max6697
7801 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7802 F:      drivers/hwmon/max6697.c
7803 F:      include/linux/platform_data/max6697.h
7804
7805 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7806 M:      Peter Rosin <peda@axentia.se>
7807 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7808 S:      Maintained
7809 F:      Documentation/devicetree/bindings/sound/max9860.txt
7810 F:      sound/soc/codecs/max9860.*
7811
7812 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7813 M:      Krzysztof Kozlowski <krzk@kernel.org>
7814 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7815 L:      linux-pm@vger.kernel.org
7816 S:      Supported
7817 F:      drivers/power/supply/max14577_charger.c
7818 F:      drivers/power/supply/max77693_charger.c
7819
7820 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7821 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7822 L:      linux-kernel@vger.kernel.org
7823 S:      Supported
7824 F:      drivers/*/*max77802*.c
7825 F:      Documentation/devicetree/bindings/*/*max77802.txt
7826 F:      include/dt-bindings/*/*max77802.h
7827
7828 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7829 M:      Chanwoo Choi <cw00.choi@samsung.com>
7830 M:      Krzysztof Kozlowski <krzk@kernel.org>
7831 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7832 L:      linux-kernel@vger.kernel.org
7833 S:      Supported
7834 F:      drivers/*/max14577*.c
7835 F:      drivers/*/max77686*.c
7836 F:      drivers/*/max77693*.c
7837 F:      drivers/extcon/extcon-max14577.c
7838 F:      drivers/extcon/extcon-max77693.c
7839 F:      drivers/rtc/rtc-max77686.c
7840 F:      drivers/clk/clk-max77686.c
7841 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7842 F:      Documentation/devicetree/bindings/*/max77686.txt
7843 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7844 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7845 F:      include/linux/mfd/max14577*.h
7846 F:      include/linux/mfd/max77686*.h
7847 F:      include/linux/mfd/max77693*.h
7848
7849 MAXIRADIO FM RADIO RECEIVER DRIVER
7850 M:      Hans Verkuil <hverkuil@xs4all.nl>
7851 L:      linux-media@vger.kernel.org
7852 T:      git git://linuxtv.org/media_tree.git
7853 W:      https://linuxtv.org
7854 S:      Maintained
7855 F:      drivers/media/radio/radio-maxiradio*
7856
7857 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7858 M:      Peter Rosin <peda@axentia.se>
7859 L:      linux-iio@vger.kernel.org
7860 S:      Maintained
7861 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7862 F:      drivers/iio/potentiometer/mcp4531.c
7863
7864 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7865 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7866 L:      linux-iio@vger.kernel.org
7867 S:      Maintained
7868 F:      drivers/iio/dac/cio-dac.c
7869
7870 MEDIA DRIVERS FOR RENESAS - FCP
7871 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7872 L:      linux-media@vger.kernel.org
7873 L:      linux-renesas-soc@vger.kernel.org
7874 T:      git git://linuxtv.org/media_tree.git
7875 S:      Supported
7876 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7877 F:      drivers/media/platform/rcar-fcp.c
7878 F:      include/media/rcar-fcp.h
7879
7880 MEDIA DRIVERS FOR RENESAS - FDP1
7881 M:      Kieran Bingham <kieran@bingham.xyz>
7882 L:      linux-media@vger.kernel.org
7883 L:      linux-renesas-soc@vger.kernel.org
7884 T:      git git://linuxtv.org/media_tree.git
7885 S:      Supported
7886 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
7887 F:      drivers/media/platform/rcar_fdp1.c
7888
7889 MEDIA DRIVERS FOR RENESAS - VIN
7890 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7891 L:      linux-media@vger.kernel.org
7892 L:      linux-renesas-soc@vger.kernel.org
7893 T:      git git://linuxtv.org/media_tree.git
7894 S:      Supported
7895 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7896 F:      drivers/media/platform/rcar-vin/
7897
7898 MEDIA DRIVERS FOR RENESAS - VSP1
7899 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7900 L:      linux-media@vger.kernel.org
7901 L:      linux-renesas-soc@vger.kernel.org
7902 T:      git git://linuxtv.org/media_tree.git
7903 S:      Supported
7904 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7905 F:      drivers/media/platform/vsp1/
7906
7907 MEDIA DRIVERS FOR HELENE
7908 M:      Abylay Ospan <aospan@netup.ru>
7909 L:      linux-media@vger.kernel.org
7910 W:      https://linuxtv.org
7911 W:      http://netup.tv/
7912 T:      git git://linuxtv.org/media_tree.git
7913 S:      Supported
7914 F:      drivers/media/dvb-frontends/helene*
7915
7916 MEDIA DRIVERS FOR ASCOT2E
7917 M:      Sergey Kozlov <serjk@netup.ru>
7918 M:      Abylay Ospan <aospan@netup.ru>
7919 L:      linux-media@vger.kernel.org
7920 W:      https://linuxtv.org
7921 W:      http://netup.tv/
7922 T:      git git://linuxtv.org/media_tree.git
7923 S:      Supported
7924 F:      drivers/media/dvb-frontends/ascot2e*
7925
7926 MEDIA DRIVERS FOR CXD2841ER
7927 M:      Sergey Kozlov <serjk@netup.ru>
7928 M:      Abylay Ospan <aospan@netup.ru>
7929 L:      linux-media@vger.kernel.org
7930 W:      https://linuxtv.org
7931 W:      http://netup.tv/
7932 T:      git git://linuxtv.org/media_tree.git
7933 S:      Supported
7934 F:      drivers/media/dvb-frontends/cxd2841er*
7935
7936 MEDIA DRIVERS FOR HORUS3A
7937 M:      Sergey Kozlov <serjk@netup.ru>
7938 M:      Abylay Ospan <aospan@netup.ru>
7939 L:      linux-media@vger.kernel.org
7940 W:      https://linuxtv.org
7941 W:      http://netup.tv/
7942 T:      git git://linuxtv.org/media_tree.git
7943 S:      Supported
7944 F:      drivers/media/dvb-frontends/horus3a*
7945
7946 MEDIA DRIVERS FOR LNBH25
7947 M:      Sergey Kozlov <serjk@netup.ru>
7948 M:      Abylay Ospan <aospan@netup.ru>
7949 L:      linux-media@vger.kernel.org
7950 W:      https://linuxtv.org
7951 W:      http://netup.tv/
7952 T:      git git://linuxtv.org/media_tree.git
7953 S:      Supported
7954 F:      drivers/media/dvb-frontends/lnbh25*
7955
7956 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7957 M:      Sergey Kozlov <serjk@netup.ru>
7958 M:      Abylay Ospan <aospan@netup.ru>
7959 L:      linux-media@vger.kernel.org
7960 W:      https://linuxtv.org
7961 W:      http://netup.tv/
7962 T:      git git://linuxtv.org/media_tree.git
7963 S:      Supported
7964 F:      drivers/media/pci/netup_unidvb/*
7965
7966 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7967 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7968 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7969 P:      LinuxTV.org Project
7970 L:      linux-media@vger.kernel.org
7971 W:      https://linuxtv.org
7972 Q:      http://patchwork.kernel.org/project/linux-media/list/
7973 T:      git git://linuxtv.org/media_tree.git
7974 S:      Maintained
7975 F:      Documentation/media/
7976 F:      drivers/media/
7977 F:      drivers/staging/media/
7978 F:      include/linux/platform_data/media/
7979 F:      include/media/
7980 F:      include/uapi/linux/dvb/
7981 F:      include/uapi/linux/videodev2.h
7982 F:      include/uapi/linux/media.h
7983 F:      include/uapi/linux/v4l2-*
7984 F:      include/uapi/linux/meye.h
7985 F:      include/uapi/linux/ivtv*
7986 F:      include/uapi/linux/uvcvideo.h
7987
7988 MEDIATEK ETHERNET DRIVER
7989 M:      Felix Fietkau <nbd@openwrt.org>
7990 M:      John Crispin <blogic@openwrt.org>
7991 L:      netdev@vger.kernel.org
7992 S:      Maintained
7993 F:      drivers/net/ethernet/mediatek/
7994
7995 MEDIATEK MEDIA DRIVER
7996 M:      Tiffany Lin <tiffany.lin@mediatek.com>
7997 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
7998 S:      Supported
7999 F:      drivers/media/platform/mtk-vcodec/
8000 F:      drivers/media/platform/mtk-vpu/
8001 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8002 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8003
8004 MEDIATEK MDP DRIVER
8005 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8006 M:      Houlong Wei <houlong.wei@mediatek.com>
8007 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8008 S:      Supported
8009 F:      drivers/media/platform/mtk-mdp/
8010 F:      drivers/media/platform/mtk-vpu/
8011 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8012
8013 MEDIATEK MT7601U WIRELESS LAN DRIVER
8014 M:      Jakub Kicinski <kubakici@wp.pl>
8015 L:      linux-wireless@vger.kernel.org
8016 S:      Maintained
8017 F:      drivers/net/wireless/mediatek/mt7601u/
8018
8019 MEGARAID SCSI/SAS DRIVERS
8020 M:      Kashyap Desai <kashyap.desai@broadcom.com>
8021 M:      Sumit Saxena <sumit.saxena@broadcom.com>
8022 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8023 L:      megaraidlinux.pdl@broadcom.com
8024 L:      linux-scsi@vger.kernel.org
8025 W:      http://www.avagotech.com/support/
8026 S:      Maintained
8027 F:      Documentation/scsi/megaraid.txt
8028 F:      drivers/scsi/megaraid.*
8029 F:      drivers/scsi/megaraid/
8030
8031 MELFAS MIP4 TOUCHSCREEN DRIVER
8032 M:      Sangwon Jee <jeesw@melfas.com>
8033 W:      http://www.melfas.com
8034 S:      Supported
8035 F:      drivers/input/touchscreen/melfas_mip4.c
8036 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8037
8038 MELLANOX ETHERNET DRIVER (mlx4_en)
8039 M:      Tariq Toukan <tariqt@mellanox.com>
8040 L:      netdev@vger.kernel.org
8041 S:      Supported
8042 W:      http://www.mellanox.com
8043 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8044 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8045
8046 MELLANOX ETHERNET DRIVER (mlx5e)
8047 M:      Saeed Mahameed <saeedm@mellanox.com>
8048 L:      netdev@vger.kernel.org
8049 S:      Supported
8050 W:      http://www.mellanox.com
8051 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8052 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8053
8054 MELLANOX ETHERNET SWITCH DRIVERS
8055 M:      Jiri Pirko <jiri@mellanox.com>
8056 M:      Ido Schimmel <idosch@mellanox.com>
8057 L:      netdev@vger.kernel.org
8058 S:      Supported
8059 W:      http://www.mellanox.com
8060 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8061 F:      drivers/net/ethernet/mellanox/mlxsw/
8062
8063 MELLANOX MLXCPLD I2C AND MUX DRIVER
8064 M:      Vadim Pasternak <vadimp@mellanox.com>
8065 M:      Michael Shych <michaelsh@mellanox.com>
8066 L:      linux-i2c@vger.kernel.org
8067 S:      Supported
8068 F:      drivers/i2c/busses/i2c-mlxcpld.c
8069 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8070 F:      Documentation/i2c/busses/i2c-mlxcpld
8071
8072 MELLANOX MLXCPLD LED DRIVER
8073 M:      Vadim Pasternak <vadimp@mellanox.com>
8074 L:      linux-leds@vger.kernel.org
8075 S:      Supported
8076 F:      drivers/leds/leds-mlxcpld.c
8077 F:      Documentation/leds/leds-mlxcpld.txt
8078
8079 MELLANOX PLATFORM DRIVER
8080 M:      Vadim Pasternak <vadimp@mellanox.com>
8081 L:      platform-driver-x86@vger.kernel.org
8082 S:      Supported
8083 F:      drivers/platform/x86/mlx-platform.c
8084
8085 MELLANOX MLX CPLD HOTPLUG DRIVER
8086 M:      Vadim Pasternak <vadimp@mellanox.com>
8087 L:      platform-driver-x86@vger.kernel.org
8088 S:      Supported
8089 F:      drivers/platform/x86/mlxcpld-hotplug.c
8090 F:      include/linux/platform_data/mlxcpld-hotplug.h
8091
8092 SOFT-ROCE DRIVER (rxe)
8093 M:      Moni Shoua <monis@mellanox.com>
8094 L:      linux-rdma@vger.kernel.org
8095 S:      Supported
8096 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8097 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8098 F:      drivers/infiniband/sw/rxe/
8099 F:      include/uapi/rdma/rdma_user_rxe.h
8100
8101 MEMBARRIER SUPPORT
8102 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8103 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8104 L:      linux-kernel@vger.kernel.org
8105 S:      Supported
8106 F:      kernel/membarrier.c
8107 F:      include/uapi/linux/membarrier.h
8108
8109 MEMORY MANAGEMENT
8110 L:      linux-mm@kvack.org
8111 W:      http://www.linux-mm.org
8112 S:      Maintained
8113 F:      include/linux/mm.h
8114 F:      include/linux/gfp.h
8115 F:      include/linux/mmzone.h
8116 F:      include/linux/memory_hotplug.h
8117 F:      include/linux/vmalloc.h
8118 F:      mm/
8119
8120 MEMORY TECHNOLOGY DEVICES (MTD)
8121 M:      David Woodhouse <dwmw2@infradead.org>
8122 M:      Brian Norris <computersforpeace@gmail.com>
8123 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8124 M:      Marek Vasut <marek.vasut@gmail.com>
8125 M:      Richard Weinberger <richard@nod.at>
8126 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8127 L:      linux-mtd@lists.infradead.org
8128 W:      http://www.linux-mtd.infradead.org/
8129 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8130 T:      git git://git.infradead.org/linux-mtd.git
8131 T:      git git://git.infradead.org/l2-mtd.git
8132 S:      Maintained
8133 F:      Documentation/devicetree/bindings/mtd/
8134 F:      drivers/mtd/
8135 F:      include/linux/mtd/
8136 F:      include/uapi/mtd/
8137
8138 MEN A21 WATCHDOG DRIVER
8139 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8140 L:      linux-watchdog@vger.kernel.org
8141 S:      Maintained
8142 F:      drivers/watchdog/mena21_wdt.c
8143
8144 MEN CHAMELEON BUS (mcb)
8145 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8146 S:      Maintained
8147 F:      drivers/mcb/
8148 F:      include/linux/mcb.h
8149 F:      Documentation/men-chameleon-bus.txt
8150
8151 MEN F21BMC (Board Management Controller)
8152 M:      Andreas Werner <andreas.werner@men.de>
8153 S:      Supported
8154 F:      drivers/mfd/menf21bmc.c
8155 F:      drivers/watchdog/menf21bmc_wdt.c
8156 F:      drivers/leds/leds-menf21bmc.c
8157 F:      drivers/hwmon/menf21bmc_hwmon.c
8158 F:      Documentation/hwmon/menf21bmc
8159
8160 METAG ARCHITECTURE
8161 M:      James Hogan <james.hogan@imgtec.com>
8162 L:      linux-metag@vger.kernel.org
8163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8164 S:      Odd Fixes
8165 F:      arch/metag/
8166 F:      Documentation/metag/
8167 F:      Documentation/devicetree/bindings/metag/
8168 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8169 F:      drivers/clocksource/metag_generic.c
8170 F:      drivers/irqchip/irq-metag.c
8171 F:      drivers/irqchip/irq-metag-ext.c
8172 F:      drivers/tty/metag_da.c
8173
8174 MICROBLAZE ARCHITECTURE
8175 M:      Michal Simek <monstr@monstr.eu>
8176 W:      http://www.monstr.eu/fdt/
8177 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8178 S:      Supported
8179 F:      arch/microblaze/
8180
8181 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8182 M:      Richard Genoud <richard.genoud@gmail.com>
8183 S:      Maintained
8184 F:      drivers/tty/serial/atmel_serial.c
8185 F:      include/linux/atmel_serial.h
8186
8187 MICROCHIP / ATMEL ISC DRIVER
8188 M:      Songjun Wu <songjun.wu@microchip.com>
8189 L:      linux-media@vger.kernel.org
8190 S:      Supported
8191 F:      drivers/media/platform/atmel/atmel-isc.c
8192 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8193 F:      devicetree/bindings/media/atmel-isc.txt
8194
8195 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8196 M:      Chen Yu <yu.c.chen@intel.com>
8197 L:      platform-driver-x86@vger.kernel.org
8198 S:      Supported
8199 F:      drivers/platform/x86/surfacepro3_button.c
8200
8201 MICROTEK X6 SCANNER
8202 M:      Oliver Neukum <oliver@neukum.org>
8203 S:      Maintained
8204 F:      drivers/usb/image/microtek.*
8205
8206 MIPS
8207 M:      Ralf Baechle <ralf@linux-mips.org>
8208 L:      linux-mips@linux-mips.org
8209 W:      http://www.linux-mips.org/
8210 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8211 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8212 S:      Supported
8213 F:      Documentation/devicetree/bindings/mips/
8214 F:      Documentation/mips/
8215 F:      arch/mips/
8216
8217 MIPS/LOONGSON1 ARCHITECTURE
8218 M:      Keguang Zhang <keguang.zhang@gmail.com>
8219 L:      linux-mips@linux-mips.org
8220 S:      Maintained
8221 F:      arch/mips/loongson32/
8222 F:      arch/mips/include/asm/mach-loongson32/
8223 F:      drivers/*/*loongson1*
8224 F:      drivers/*/*/*loongson1*
8225
8226 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8227 M:      Hans Verkuil <hverkuil@xs4all.nl>
8228 L:      linux-media@vger.kernel.org
8229 T:      git git://linuxtv.org/media_tree.git
8230 W:      https://linuxtv.org
8231 S:      Odd Fixes
8232 F:      drivers/media/radio/radio-miropcm20*
8233
8234 MELLANOX MLX4 core VPI driver
8235 M:      Yishai Hadas <yishaih@mellanox.com>
8236 L:      netdev@vger.kernel.org
8237 L:      linux-rdma@vger.kernel.org
8238 W:      http://www.mellanox.com
8239 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8240 S:      Supported
8241 F:      drivers/net/ethernet/mellanox/mlx4/
8242 F:      include/linux/mlx4/
8243 F:      include/uapi/rdma/mlx4-abi.h
8244
8245 MELLANOX MLX4 IB driver
8246 M:      Yishai Hadas <yishaih@mellanox.com>
8247 L:      linux-rdma@vger.kernel.org
8248 W:      http://www.mellanox.com
8249 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8250 S:      Supported
8251 F:      drivers/infiniband/hw/mlx4/
8252 F:      include/linux/mlx4/
8253
8254 MELLANOX MLX5 core VPI driver
8255 M:      Saeed Mahameed <saeedm@mellanox.com>
8256 M:      Matan Barak <matanb@mellanox.com>
8257 M:      Leon Romanovsky <leonro@mellanox.com>
8258 L:      netdev@vger.kernel.org
8259 L:      linux-rdma@vger.kernel.org
8260 W:      http://www.mellanox.com
8261 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8262 S:      Supported
8263 F:      drivers/net/ethernet/mellanox/mlx5/core/
8264 F:      include/linux/mlx5/
8265 F:      include/uapi/rdma/mlx5-abi.h
8266
8267 MELLANOX MLX5 IB driver
8268 M:      Matan Barak <matanb@mellanox.com>
8269 M:      Leon Romanovsky <leonro@mellanox.com>
8270 L:      linux-rdma@vger.kernel.org
8271 W:      http://www.mellanox.com
8272 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8273 S:      Supported
8274 F:      drivers/infiniband/hw/mlx5/
8275 F:      include/linux/mlx5/
8276
8277 MELEXIS MLX90614 DRIVER
8278 M:      Crt Mori <cmo@melexis.com>
8279 L:      linux-iio@vger.kernel.org
8280 W:      http://www.melexis.com
8281 S:      Supported
8282 F:      drivers/iio/temperature/mlx90614.c
8283
8284 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8285 M:      Don Brace <don.brace@microsemi.com>
8286 L:      esc.storagedev@microsemi.com
8287 L:      linux-scsi@vger.kernel.org
8288 S:      Supported
8289 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8290 F:      drivers/scsi/smartpqi/Kconfig
8291 F:      drivers/scsi/smartpqi/Makefile
8292 F:      include/linux/cciss*.h
8293 F:      include/uapi/linux/cciss*.h
8294 F:      Documentation/scsi/smartpqi.txt
8295
8296 MN88472 MEDIA DRIVER
8297 M:      Antti Palosaari <crope@iki.fi>
8298 L:      linux-media@vger.kernel.org
8299 W:      https://linuxtv.org
8300 W:      http://palosaari.fi/linux/
8301 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8302 S:      Maintained
8303 F:      drivers/media/dvb-frontends/mn88472*
8304
8305 MN88473 MEDIA DRIVER
8306 M:      Antti Palosaari <crope@iki.fi>
8307 L:      linux-media@vger.kernel.org
8308 W:      https://linuxtv.org
8309 W:      http://palosaari.fi/linux/
8310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8311 S:      Maintained
8312 F:      drivers/media/dvb-frontends/mn88473*
8313
8314 MODULE SUPPORT
8315 M:      Jessica Yu <jeyu@redhat.com>
8316 M:      Rusty Russell <rusty@rustcorp.com.au>
8317 S:      Maintained
8318 F:      include/linux/module.h
8319 F:      kernel/module.c
8320
8321 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8322 W:      http://popies.net/meye/
8323 S:      Orphan
8324 F:      Documentation/media/v4l-drivers/meye*
8325 F:      drivers/media/pci/meye/
8326 F:      include/uapi/linux/meye.h
8327
8328 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8329 M:      Jiri Slaby <jirislaby@gmail.com>
8330 S:      Maintained
8331 F:      Documentation/serial/moxa-smartio
8332 F:      drivers/tty/mxser.*
8333
8334 MR800 AVERMEDIA USB FM RADIO DRIVER
8335 M:      Alexey Klimov <klimov.linux@gmail.com>
8336 L:      linux-media@vger.kernel.org
8337 T:      git git://linuxtv.org/media_tree.git
8338 S:      Maintained
8339 F:      drivers/media/radio/radio-mr800.c
8340
8341 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8342 M:      Alan Ott <alan@signal11.us>
8343 L:      linux-wpan@vger.kernel.org
8344 S:      Maintained
8345 F:      drivers/net/ieee802154/mrf24j40.c
8346 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8347
8348 MSI LAPTOP SUPPORT
8349 M:      "Lee, Chun-Yi" <jlee@suse.com>
8350 L:      platform-driver-x86@vger.kernel.org
8351 S:      Maintained
8352 F:      drivers/platform/x86/msi-laptop.c
8353
8354 MSI WMI SUPPORT
8355 L:      platform-driver-x86@vger.kernel.org
8356 S:      Orphan
8357 F:      drivers/platform/x86/msi-wmi.c
8358
8359 MSI001 MEDIA DRIVER
8360 M:      Antti Palosaari <crope@iki.fi>
8361 L:      linux-media@vger.kernel.org
8362 W:      https://linuxtv.org
8363 W:      http://palosaari.fi/linux/
8364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8365 T:      git git://linuxtv.org/anttip/media_tree.git
8366 S:      Maintained
8367 F:      drivers/media/tuners/msi001*
8368
8369 MSI2500 MEDIA DRIVER
8370 M:      Antti Palosaari <crope@iki.fi>
8371 L:      linux-media@vger.kernel.org
8372 W:      https://linuxtv.org
8373 W:      http://palosaari.fi/linux/
8374 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8375 T:      git git://linuxtv.org/anttip/media_tree.git
8376 S:      Maintained
8377 F:      drivers/media/usb/msi2500/
8378
8379 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8380 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8381 L:      linux-mtd@lists.infradead.org
8382 S:      Maintained
8383 F:      drivers/mtd/devices/docg3*
8384
8385 MT9M032 APTINA SENSOR DRIVER
8386 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8387 L:      linux-media@vger.kernel.org
8388 T:      git git://linuxtv.org/media_tree.git
8389 S:      Maintained
8390 F:      drivers/media/i2c/mt9m032.c
8391 F:      include/media/i2c/mt9m032.h
8392
8393 MT9P031 APTINA CAMERA SENSOR
8394 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8395 L:      linux-media@vger.kernel.org
8396 T:      git git://linuxtv.org/media_tree.git
8397 S:      Maintained
8398 F:      drivers/media/i2c/mt9p031.c
8399 F:      include/media/i2c/mt9p031.h
8400
8401 MT9T001 APTINA CAMERA SENSOR
8402 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8403 L:      linux-media@vger.kernel.org
8404 T:      git git://linuxtv.org/media_tree.git
8405 S:      Maintained
8406 F:      drivers/media/i2c/mt9t001.c
8407 F:      include/media/i2c/mt9t001.h
8408
8409 MT9V032 APTINA CAMERA SENSOR
8410 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8411 L:      linux-media@vger.kernel.org
8412 T:      git git://linuxtv.org/media_tree.git
8413 S:      Maintained
8414 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8415 F:      drivers/media/i2c/mt9v032.c
8416 F:      include/media/i2c/mt9v032.h
8417
8418 MULTIFUNCTION DEVICES (MFD)
8419 M:      Lee Jones <lee.jones@linaro.org>
8420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8421 S:      Supported
8422 F:      Documentation/devicetree/bindings/mfd/
8423 F:      drivers/mfd/
8424 F:      include/linux/mfd/
8425
8426 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8427 M:      Ulf Hansson <ulf.hansson@linaro.org>
8428 L:      linux-mmc@vger.kernel.org
8429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8430 S:      Maintained
8431 F:      Documentation/devicetree/bindings/mmc/
8432 F:      drivers/mmc/
8433 F:      include/linux/mmc/
8434 F:      include/uapi/linux/mmc/
8435
8436 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8437 S:      Orphan
8438 F:      drivers/mmc/host/mmc_spi.c
8439 F:      include/linux/spi/mmc_spi.h
8440
8441 MULTISOUND SOUND DRIVER
8442 M:      Andrew Veliath <andrewtv@usa.net>
8443 S:      Maintained
8444 F:      Documentation/sound/oss/MultiSound
8445 F:      sound/oss/msnd*
8446
8447 MULTITECH MULTIPORT CARD (ISICOM)
8448 S:      Orphan
8449 F:      drivers/tty/isicom.c
8450 F:      include/linux/isicom.h
8451
8452 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8453 M:      Bin Liu <b-liu@ti.com>
8454 L:      linux-usb@vger.kernel.org
8455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8456 S:      Maintained
8457 F:      drivers/usb/musb/
8458
8459 MXL5007T MEDIA DRIVER
8460 M:      Michael Krufky <mkrufky@linuxtv.org>
8461 L:      linux-media@vger.kernel.org
8462 W:      https://linuxtv.org
8463 W:      http://github.com/mkrufky
8464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8465 T:      git git://linuxtv.org/mkrufky/tuners.git
8466 S:      Maintained
8467 F:      drivers/media/tuners/mxl5007t.*
8468
8469 MXSFB DRM DRIVER
8470 M:      Marek Vasut <marex@denx.de>
8471 S:      Supported
8472 F:      drivers/gpu/drm/mxsfb/
8473 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8474
8475 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8476 M:      Hyong-Youb Kim <hykim@myri.com>
8477 L:      netdev@vger.kernel.org
8478 W:      https://www.myricom.com/support/downloads/myri10ge.html
8479 S:      Supported
8480 F:      drivers/net/ethernet/myricom/myri10ge/
8481
8482 NAND FLASH SUBSYSTEM
8483 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8484 R:      Richard Weinberger <richard@nod.at>
8485 L:      linux-mtd@lists.infradead.org
8486 W:      http://www.linux-mtd.infradead.org/
8487 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8488 T:      git git://github.com/linux-nand/linux.git
8489 S:      Maintained
8490 F:      drivers/mtd/nand/
8491 F:      include/linux/mtd/nand*.h
8492
8493 NATSEMI ETHERNET DRIVER (DP8381x)
8494 S:      Orphan
8495 F:      drivers/net/ethernet/natsemi/natsemi.c
8496
8497 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8498 M:      Daniel Mack <zonque@gmail.com>
8499 S:      Maintained
8500 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8501 W:      http://www.native-instruments.com
8502 F:      sound/usb/caiaq/
8503
8504 NCP FILESYSTEM
8505 M:      Petr Vandrovec <petr@vandrovec.name>
8506 S:      Odd Fixes
8507 F:      fs/ncpfs/
8508
8509 NCR 5380 SCSI DRIVERS
8510 M:      Finn Thain <fthain@telegraphics.com.au>
8511 M:      Michael Schmitz <schmitzmic@gmail.com>
8512 L:      linux-scsi@vger.kernel.org
8513 S:      Maintained
8514 F:      Documentation/scsi/g_NCR5380.txt
8515 F:      drivers/scsi/NCR5380.*
8516 F:      drivers/scsi/arm/cumana_1.c
8517 F:      drivers/scsi/arm/oak.c
8518 F:      drivers/scsi/atari_scsi.*
8519 F:      drivers/scsi/dmx3191d.c
8520 F:      drivers/scsi/g_NCR5380.*
8521 F:      drivers/scsi/mac_scsi.*
8522 F:      drivers/scsi/sun3_scsi.*
8523 F:      drivers/scsi/sun3_scsi_vme.c
8524
8525 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8526 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8527 L:      linux-scsi@vger.kernel.org
8528 S:      Maintained
8529 F:      drivers/scsi/NCR_D700.*
8530
8531 NCT6775 HARDWARE MONITOR DRIVER
8532 M:      Guenter Roeck <linux@roeck-us.net>
8533 L:      linux-hwmon@vger.kernel.org
8534 S:      Maintained
8535 F:      Documentation/hwmon/nct6775
8536 F:      drivers/hwmon/nct6775.c
8537
8538 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8539 M:      Faisal Latif <faisal.latif@intel.com>
8540 L:      linux-rdma@vger.kernel.org
8541 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8542 S:      Supported
8543 F:      drivers/infiniband/hw/nes/
8544 F:      include/uapi/rdma/nes-abi.h
8545
8546 NETEM NETWORK EMULATOR
8547 M:      Stephen Hemminger <stephen@networkplumber.org>
8548 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8549 S:      Maintained
8550 F:      net/sched/sch_netem.c
8551
8552 NETERION 10GbE DRIVERS (s2io/vxge)
8553 M:      Jon Mason <jdmason@kudzu.us>
8554 L:      netdev@vger.kernel.org
8555 S:      Supported
8556 F:      Documentation/networking/s2io.txt
8557 F:      Documentation/networking/vxge.txt
8558 F:      drivers/net/ethernet/neterion/
8559
8560 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8561 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8562 M:      Patrick McHardy <kaber@trash.net>
8563 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8564 L:      netfilter-devel@vger.kernel.org
8565 L:      coreteam@netfilter.org
8566 W:      http://www.netfilter.org/
8567 W:      http://www.iptables.org/
8568 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8571 S:      Supported
8572 F:      include/linux/netfilter*
8573 F:      include/linux/netfilter/
8574 F:      include/net/netfilter/
8575 F:      include/uapi/linux/netfilter*
8576 F:      include/uapi/linux/netfilter/
8577 F:      net/*/netfilter.c
8578 F:      net/*/netfilter/
8579 F:      net/netfilter/
8580 F:      net/bridge/br_netfilter*.c
8581
8582 NETLABEL
8583 M:      Paul Moore <paul@paul-moore.com>
8584 W:      http://netlabel.sf.net
8585 L:      netdev@vger.kernel.org
8586 S:      Maintained
8587 F:      Documentation/netlabel/
8588 F:      include/net/netlabel.h
8589 F:      net/netlabel/
8590
8591 NETROM NETWORK LAYER
8592 M:      Ralf Baechle <ralf@linux-mips.org>
8593 L:      linux-hams@vger.kernel.org
8594 W:      http://www.linux-ax25.org/
8595 S:      Maintained
8596 F:      include/net/netrom.h
8597 F:      include/uapi/linux/netrom.h
8598 F:      net/netrom/
8599
8600 NETRONOME ETHERNET DRIVERS
8601 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8602 L:      oss-drivers@netronome.com
8603 S:      Maintained
8604 F:      drivers/net/ethernet/netronome/
8605
8606 NETWORK BLOCK DEVICE (NBD)
8607 M:      Markus Pargmann <mpa@pengutronix.de>
8608 S:      Maintained
8609 L:      nbd-general@lists.sourceforge.net
8610 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8611 F:      Documentation/blockdev/nbd.txt
8612 F:      drivers/block/nbd.c
8613 F:      include/uapi/linux/nbd.h
8614
8615 NETWORK DROP MONITOR
8616 M:      Neil Horman <nhorman@tuxdriver.com>
8617 L:      netdev@vger.kernel.org
8618 S:      Maintained
8619 W:      https://fedorahosted.org/dropwatch/
8620 F:      net/core/drop_monitor.c
8621
8622 NETWORKING [DSA]
8623 M:      Andrew Lunn <andrew@lunn.ch>
8624 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8625 M:      Florian Fainelli <f.fainelli@gmail.com>
8626 S:      Maintained
8627 F:      net/dsa/
8628 F:      include/net/dsa.h
8629 F:      drivers/net/dsa/
8630
8631 NETWORKING [GENERAL]
8632 M:      "David S. Miller" <davem@davemloft.net>
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:      Maintained
8639 F:      net/
8640 F:      include/net/
8641 F:      include/linux/in.h
8642 F:      include/linux/net.h
8643 F:      include/linux/netdevice.h
8644 F:      include/uapi/linux/in.h
8645 F:      include/uapi/linux/net.h
8646 F:      include/uapi/linux/netdevice.h
8647 F:      include/uapi/linux/net_namespace.h
8648 F:      tools/net/
8649 F:      tools/testing/selftests/net/
8650 F:      lib/random32.c
8651
8652 NETWORKING [IPv4/IPv6]
8653 M:      "David S. Miller" <davem@davemloft.net>
8654 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8655 M:      James Morris <jmorris@namei.org>
8656 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8657 M:      Patrick McHardy <kaber@trash.net>
8658 L:      netdev@vger.kernel.org
8659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8660 S:      Maintained
8661 F:      net/ipv4/
8662 F:      net/ipv6/
8663 F:      include/net/ip*
8664 F:      arch/x86/net/*
8665
8666 NETWORKING [IPSEC]
8667 M:      Steffen Klassert <steffen.klassert@secunet.com>
8668 M:      Herbert Xu <herbert@gondor.apana.org.au>
8669 M:      "David S. Miller" <davem@davemloft.net>
8670 L:      netdev@vger.kernel.org
8671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8673 S:      Maintained
8674 F:      net/core/flow.c
8675 F:      net/xfrm/
8676 F:      net/key/
8677 F:      net/ipv4/xfrm*
8678 F:      net/ipv4/esp4.c
8679 F:      net/ipv4/ah4.c
8680 F:      net/ipv4/ipcomp.c
8681 F:      net/ipv4/ip_vti.c
8682 F:      net/ipv6/xfrm*
8683 F:      net/ipv6/esp6.c
8684 F:      net/ipv6/ah6.c
8685 F:      net/ipv6/ipcomp6.c
8686 F:      net/ipv6/ip6_vti.c
8687 F:      include/uapi/linux/xfrm.h
8688 F:      include/net/xfrm.h
8689
8690 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8691 M:      Paul Moore <paul@paul-moore.com>
8692 L:      netdev@vger.kernel.org
8693 S:      Maintained
8694
8695 NETWORKING [WIRELESS]
8696 L:      linux-wireless@vger.kernel.org
8697 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8698
8699 NETWORKING DRIVERS
8700 L:      netdev@vger.kernel.org
8701 W:      http://www.linuxfoundation.org/en/Net
8702 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8705 S:      Odd Fixes
8706 F:      Documentation/devicetree/bindings/net/
8707 F:      drivers/net/
8708 F:      include/linux/if_*
8709 F:      include/linux/netdevice.h
8710 F:      include/linux/etherdevice.h
8711 F:      include/linux/fcdevice.h
8712 F:      include/linux/fddidevice.h
8713 F:      include/linux/hippidevice.h
8714 F:      include/linux/inetdevice.h
8715 F:      include/uapi/linux/if_*
8716 F:      include/uapi/linux/netdevice.h
8717
8718 NETWORKING DRIVERS (WIRELESS)
8719 M:      Kalle Valo <kvalo@codeaurora.org>
8720 L:      linux-wireless@vger.kernel.org
8721 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8724 S:      Maintained
8725 F:      Documentation/devicetree/bindings/net/wireless/
8726 F:      drivers/net/wireless/
8727
8728 NETXEN (1/10) GbE SUPPORT
8729 M:      Manish Chopra <manish.chopra@cavium.com>
8730 M:      Rahul Verma <rahul.verma@cavium.com>
8731 M:      Dept-GELinuxNICDev@cavium.com
8732 L:      netdev@vger.kernel.org
8733 S:      Supported
8734 F:      drivers/net/ethernet/qlogic/netxen/
8735
8736 NFC SUBSYSTEM
8737 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8738 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8739 M:      Samuel Ortiz <sameo@linux.intel.com>
8740 L:      linux-wireless@vger.kernel.org
8741 L:      linux-nfc@lists.01.org (subscribers-only)
8742 S:      Supported
8743 F:      net/nfc/
8744 F:      include/net/nfc/
8745 F:      include/uapi/linux/nfc.h
8746 F:      drivers/nfc/
8747 F:      include/linux/platform_data/nfcmrvl.h
8748 F:      include/linux/platform_data/nxp-nci.h
8749 F:      include/linux/platform_data/pn544.h
8750 F:      include/linux/platform_data/st21nfca.h
8751 F:      include/linux/platform_data/st-nci.h
8752 F:      Documentation/devicetree/bindings/net/nfc/
8753
8754 NFS, SUNRPC, AND LOCKD CLIENTS
8755 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8756 M:      Anna Schumaker <anna.schumaker@netapp.com>
8757 L:      linux-nfs@vger.kernel.org
8758 W:      http://client.linux-nfs.org
8759 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8760 S:      Maintained
8761 F:      fs/lockd/
8762 F:      fs/nfs/
8763 F:      fs/nfs_common/
8764 F:      net/sunrpc/
8765 F:      include/linux/lockd/
8766 F:      include/linux/nfs*
8767 F:      include/linux/sunrpc/
8768 F:      include/uapi/linux/nfs*
8769 F:      include/uapi/linux/sunrpc/
8770
8771 NILFS2 FILESYSTEM
8772 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8773 L:      linux-nilfs@vger.kernel.org
8774 W:      http://nilfs.sourceforge.net/
8775 W:      http://nilfs.osdn.jp/
8776 T:      git git://github.com/konis/nilfs2.git
8777 S:      Supported
8778 F:      Documentation/filesystems/nilfs2.txt
8779 F:      fs/nilfs2/
8780 F:      include/trace/events/nilfs2.h
8781 F:      include/uapi/linux/nilfs2_api.h
8782 F:      include/uapi/linux/nilfs2_ondisk.h
8783
8784 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8785 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8786 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8787 S:      Maintained
8788 F:      Documentation/scsi/NinjaSCSI.txt
8789 F:      drivers/scsi/pcmcia/nsp_*
8790
8791 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8792 M:      GOTO Masanori <gotom@debian.or.jp>
8793 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8794 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8795 S:      Maintained
8796 F:      Documentation/scsi/NinjaSCSI.txt
8797 F:      drivers/scsi/nsp32*
8798
8799 NIOS2 ARCHITECTURE
8800 M:      Ley Foon Tan <lftan@altera.com>
8801 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8803 S:      Maintained
8804 F:      arch/nios2/
8805
8806 NOKIA N900 POWER SUPPLY DRIVERS
8807 R:      Pali Rohár <pali.rohar@gmail.com>
8808 F:      include/linux/power/bq2415x_charger.h
8809 F:      include/linux/power/bq27xxx_battery.h
8810 F:      include/linux/power/isp1704_charger.h
8811 F:      drivers/power/supply/bq2415x_charger.c
8812 F:      drivers/power/supply/bq27xxx_battery.c
8813 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8814 F:      drivers/power/supply/isp1704_charger.c
8815 F:      drivers/power/supply/rx51_battery.c
8816
8817 NTB DRIVER CORE
8818 M:      Jon Mason <jdmason@kudzu.us>
8819 M:      Dave Jiang <dave.jiang@intel.com>
8820 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8821 L:      linux-ntb@googlegroups.com
8822 S:      Supported
8823 W:      https://github.com/jonmason/ntb/wiki
8824 T:      git git://github.com/jonmason/ntb.git
8825 F:      drivers/ntb/
8826 F:      drivers/net/ntb_netdev.c
8827 F:      include/linux/ntb.h
8828 F:      include/linux/ntb_transport.h
8829 F:      tools/testing/selftests/ntb/
8830
8831 NTB INTEL DRIVER
8832 M:      Jon Mason <jdmason@kudzu.us>
8833 M:      Dave Jiang <dave.jiang@intel.com>
8834 L:      linux-ntb@googlegroups.com
8835 S:      Supported
8836 W:      https://github.com/jonmason/ntb/wiki
8837 T:      git git://github.com/jonmason/ntb.git
8838 F:      drivers/ntb/hw/intel/
8839
8840 NTB AMD DRIVER
8841 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
8842 L:      linux-ntb@googlegroups.com
8843 S:      Supported
8844 F:      drivers/ntb/hw/amd/
8845
8846 NTFS FILESYSTEM
8847 M:      Anton Altaparmakov <anton@tuxera.com>
8848 L:      linux-ntfs-dev@lists.sourceforge.net
8849 W:      http://www.tuxera.com/
8850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8851 S:      Supported
8852 F:      Documentation/filesystems/ntfs.txt
8853 F:      fs/ntfs/
8854
8855 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8856 M:      Antonino Daplas <adaplas@gmail.com>
8857 L:      linux-fbdev@vger.kernel.org
8858 S:      Maintained
8859 F:      drivers/video/fbdev/riva/
8860 F:      drivers/video/fbdev/nvidia/
8861
8862 NVM EXPRESS DRIVER
8863 M:      Keith Busch <keith.busch@intel.com>
8864 M:      Jens Axboe <axboe@fb.com>
8865 M:      Christoph Hellwig <hch@lst.de>
8866 M:      Sagi Grimberg <sagi@grimberg.me>
8867 L:      linux-nvme@lists.infradead.org
8868 T:      git://git.infradead.org/nvme.git
8869 W:      http://git.infradead.org/nvme.git
8870 S:      Supported
8871 F:      drivers/nvme/host/
8872 F:      include/linux/nvme.h
8873 F:      include/uapi/linux/nvme_ioctl.h
8874
8875 NVM EXPRESS TARGET DRIVER
8876 M:      Christoph Hellwig <hch@lst.de>
8877 M:      Sagi Grimberg <sagi@grimberg.me>
8878 L:      linux-nvme@lists.infradead.org
8879 T:      git://git.infradead.org/nvme.git
8880 W:      http://git.infradead.org/nvme.git
8881 S:      Supported
8882 F:      drivers/nvme/target/
8883
8884 NVM EXPRESS FC TRANSPORT DRIVERS
8885 M:      James Smart <james.smart@broadcom.com>
8886 L:      linux-nvme@lists.infradead.org
8887 S:      Supported
8888 F:      include/linux/nvme-fc.h
8889 F:      include/linux/nvme-fc-driver.h
8890 F:      drivers/nvme/host/fc.c
8891 F:      drivers/nvme/target/fc.c
8892 F:      drivers/nvme/target/fcloop.c
8893
8894 NVMEM FRAMEWORK
8895 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8896 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8897 S:      Maintained
8898 F:      drivers/nvmem/
8899 F:      Documentation/devicetree/bindings/nvmem/
8900 F:      include/linux/nvmem-consumer.h
8901 F:      include/linux/nvmem-provider.h
8902
8903 NXP-NCI NFC DRIVER
8904 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8905 R:      Charles Gorand <charles.gorand@effinnov.com>
8906 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8907 S:      Supported
8908 F:      drivers/nfc/nxp-nci
8909
8910 NXP TDA998X DRM DRIVER
8911 M:      Russell King <rmk+kernel@armlinux.org.uk>
8912 S:      Supported
8913 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8914 F:      include/drm/i2c/tda998x.h
8915
8916 NXP TFA9879 DRIVER
8917 M:      Peter Rosin <peda@axentia.se>
8918 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8919 S:      Maintained
8920 F:      sound/soc/codecs/tfa9879*
8921
8922 OBJTOOL
8923 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8924 S:      Supported
8925 F:      tools/objtool/
8926
8927 OMAP SUPPORT
8928 M:      Tony Lindgren <tony@atomide.com>
8929 L:      linux-omap@vger.kernel.org
8930 W:      http://www.muru.com/linux/omap/
8931 W:      http://linux.omap.com/
8932 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8934 S:      Maintained
8935 F:      arch/arm/*omap*/
8936 F:      arch/arm/configs/omap1_defconfig
8937 F:      arch/arm/configs/omap2plus_defconfig
8938 F:      drivers/i2c/busses/i2c-omap.c
8939 F:      drivers/irqchip/irq-omap-intc.c
8940 F:      drivers/mfd/*omap*.c
8941 F:      drivers/mfd/menelaus.c
8942 F:      drivers/mfd/palmas.c
8943 F:      drivers/mfd/tps65217.c
8944 F:      drivers/mfd/tps65218.c
8945 F:      drivers/mfd/tps65910.c
8946 F:      drivers/mfd/twl-core.[ch]
8947 F:      drivers/mfd/twl4030*.c
8948 F:      drivers/mfd/twl6030*.c
8949 F:      drivers/mfd/twl6040*.c
8950 F:      drivers/regulator/palmas-regulator*.c
8951 F:      drivers/regulator/pbias-regulator.c
8952 F:      drivers/regulator/tps65217-regulator.c
8953 F:      drivers/regulator/tps65218-regulator.c
8954 F:      drivers/regulator/tps65910-regulator.c
8955 F:      drivers/regulator/twl-regulator.c
8956 F:      drivers/regulator/twl6030-regulator.c
8957 F:      include/linux/i2c-omap.h
8958
8959 OMAP DEVICE TREE SUPPORT
8960 M:      Benoît Cousson <bcousson@baylibre.com>
8961 M:      Tony Lindgren <tony@atomide.com>
8962 L:      linux-omap@vger.kernel.org
8963 L:      devicetree@vger.kernel.org
8964 S:      Maintained
8965 F:      arch/arm/boot/dts/*omap*
8966 F:      arch/arm/boot/dts/*am3*
8967 F:      arch/arm/boot/dts/*am4*
8968 F:      arch/arm/boot/dts/*am5*
8969 F:      arch/arm/boot/dts/*dra7*
8970
8971 OMAP CLOCK FRAMEWORK SUPPORT
8972 M:      Paul Walmsley <paul@pwsan.com>
8973 L:      linux-omap@vger.kernel.org
8974 S:      Maintained
8975 F:      arch/arm/*omap*/*clock*
8976
8977 OMAP POWER MANAGEMENT SUPPORT
8978 M:      Kevin Hilman <khilman@kernel.org>
8979 L:      linux-omap@vger.kernel.org
8980 S:      Maintained
8981 F:      arch/arm/*omap*/*pm*
8982 F:      drivers/cpufreq/omap-cpufreq.c
8983
8984 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8985 M:      Rajendra Nayak <rnayak@codeaurora.org>
8986 M:      Paul Walmsley <paul@pwsan.com>
8987 L:      linux-omap@vger.kernel.org
8988 S:      Maintained
8989 F:      arch/arm/mach-omap2/prm*
8990
8991 OMAP AUDIO SUPPORT
8992 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8993 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8994 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8995 L:      linux-omap@vger.kernel.org
8996 S:      Maintained
8997 F:      sound/soc/omap/
8998
8999 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9000 M:      Roger Quadros <rogerq@ti.com>
9001 M:      Tony Lindgren <tony@atomide.com>
9002 L:      linux-omap@vger.kernel.org
9003 S:      Maintained
9004 F:      drivers/memory/omap-gpmc.c
9005 F:      arch/arm/mach-omap2/*gpmc*
9006
9007 OMAP FRAMEBUFFER SUPPORT
9008 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9009 L:      linux-fbdev@vger.kernel.org
9010 L:      linux-omap@vger.kernel.org
9011 S:      Maintained
9012 F:      drivers/video/fbdev/omap/
9013
9014 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9015 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9016 L:      linux-omap@vger.kernel.org
9017 L:      linux-fbdev@vger.kernel.org
9018 S:      Maintained
9019 F:      drivers/video/fbdev/omap2/
9020 F:      Documentation/arm/OMAP/DSS
9021
9022 OMAP HARDWARE SPINLOCK SUPPORT
9023 M:      Ohad Ben-Cohen <ohad@wizery.com>
9024 L:      linux-omap@vger.kernel.org
9025 S:      Maintained
9026 F:      drivers/hwspinlock/omap_hwspinlock.c
9027
9028 OMAP MMC SUPPORT
9029 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
9030 L:      linux-omap@vger.kernel.org
9031 S:      Maintained
9032 F:      drivers/mmc/host/omap.c
9033
9034 OMAP HS MMC SUPPORT
9035 L:      linux-mmc@vger.kernel.org
9036 L:      linux-omap@vger.kernel.org
9037 S:      Orphan
9038 F:      drivers/mmc/host/omap_hsmmc.c
9039
9040 OMAP RANDOM NUMBER GENERATOR SUPPORT
9041 M:      Deepak Saxena <dsaxena@plexity.net>
9042 S:      Maintained
9043 F:      drivers/char/hw_random/omap-rng.c
9044
9045 OMAP HWMOD SUPPORT
9046 M:      Benoît Cousson <bcousson@baylibre.com>
9047 M:      Paul Walmsley <paul@pwsan.com>
9048 L:      linux-omap@vger.kernel.org
9049 S:      Maintained
9050 F:      arch/arm/mach-omap2/omap_hwmod.*
9051
9052 OMAP HWMOD DATA
9053 M:      Paul Walmsley <paul@pwsan.com>
9054 L:      linux-omap@vger.kernel.org
9055 S:      Maintained
9056 F:      arch/arm/mach-omap2/omap_hwmod*data*
9057
9058 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9059 M:      Benoît Cousson <bcousson@baylibre.com>
9060 L:      linux-omap@vger.kernel.org
9061 S:      Maintained
9062 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9063
9064 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9065 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9066 L:      linux-media@vger.kernel.org
9067 S:      Maintained
9068 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9069 F:      drivers/media/platform/omap3isp/
9070 F:      drivers/staging/media/omap4iss/
9071
9072 OMAP USB SUPPORT
9073 L:      linux-usb@vger.kernel.org
9074 L:      linux-omap@vger.kernel.org
9075 S:      Orphan
9076 F:      drivers/usb/*/*omap*
9077 F:      arch/arm/*omap*/usb*
9078
9079 OMAP GPIO DRIVER
9080 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9081 M:      Santosh Shilimkar <ssantosh@kernel.org>
9082 M:      Kevin Hilman <khilman@kernel.org>
9083 L:      linux-omap@vger.kernel.org
9084 S:      Maintained
9085 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9086 F:      drivers/gpio/gpio-omap.c
9087
9088 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9089 M:      Mark Jackson <mpfj@newflow.co.uk>
9090 L:      linux-omap@vger.kernel.org
9091 S:      Maintained
9092 F:      arch/arm/boot/dts/am335x-nano.dts
9093
9094 OMFS FILESYSTEM
9095 M:      Bob Copeland <me@bobcopeland.com>
9096 L:      linux-karma-devel@lists.sourceforge.net
9097 S:      Maintained
9098 F:      Documentation/filesystems/omfs.txt
9099 F:      fs/omfs/
9100
9101 OMNIKEY CARDMAN 4000 DRIVER
9102 M:      Harald Welte <laforge@gnumonks.org>
9103 S:      Maintained
9104 F:      drivers/char/pcmcia/cm4000_cs.c
9105 F:      include/linux/cm4000_cs.h
9106 F:      include/uapi/linux/cm4000_cs.h
9107
9108 OMNIKEY CARDMAN 4040 DRIVER
9109 M:      Harald Welte <laforge@gnumonks.org>
9110 S:      Maintained
9111 F:      drivers/char/pcmcia/cm4040_cs.*
9112
9113 OMNIVISION OV7670 SENSOR DRIVER
9114 M:      Jonathan Corbet <corbet@lwn.net>
9115 L:      linux-media@vger.kernel.org
9116 T:      git git://linuxtv.org/media_tree.git
9117 S:      Maintained
9118 F:      drivers/media/i2c/ov7670.c
9119
9120 ONENAND FLASH DRIVER
9121 M:      Kyungmin Park <kyungmin.park@samsung.com>
9122 L:      linux-mtd@lists.infradead.org
9123 S:      Maintained
9124 F:      drivers/mtd/onenand/
9125 F:      include/linux/mtd/onenand*.h
9126
9127 ONSTREAM SCSI TAPE DRIVER
9128 M:      Willem Riede <osst@riede.org>
9129 L:      osst-users@lists.sourceforge.net
9130 L:      linux-scsi@vger.kernel.org
9131 S:      Maintained
9132 F:      Documentation/scsi/osst.txt
9133 F:      drivers/scsi/osst.*
9134 F:      drivers/scsi/osst_*.h
9135 F:      drivers/scsi/st.h
9136
9137 OPENCORES I2C BUS DRIVER
9138 M:      Peter Korsgaard <jacmet@sunsite.dk>
9139 L:      linux-i2c@vger.kernel.org
9140 S:      Maintained
9141 F:      Documentation/i2c/busses/i2c-ocores
9142 F:      drivers/i2c/busses/i2c-ocores.c
9143
9144 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9145 M:      Rob Herring <robh+dt@kernel.org>
9146 M:      Frank Rowand <frowand.list@gmail.com>
9147 L:      devicetree@vger.kernel.org
9148 W:      http://www.devicetree.org/
9149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9150 S:      Maintained
9151 F:      drivers/of/
9152 F:      include/linux/of*.h
9153 F:      scripts/dtc/
9154
9155 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9156 M:      Rob Herring <robh+dt@kernel.org>
9157 M:      Mark Rutland <mark.rutland@arm.com>
9158 L:      devicetree@vger.kernel.org
9159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9160 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9161 S:      Maintained
9162 F:      Documentation/devicetree/
9163 F:      arch/*/boot/dts/
9164 F:      include/dt-bindings/
9165
9166 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9167 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9168 L:      devicetree@vger.kernel.org
9169 S:      Maintained
9170 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9171 F:      Documentation/devicetree/overlay-notes.txt
9172 F:      drivers/of/overlay.c
9173 F:      drivers/of/resolver.c
9174
9175 OPENRISC ARCHITECTURE
9176 M:      Jonas Bonn <jonas@southpole.se>
9177 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9178 M:      Stafford Horne <shorne@gmail.com>
9179 L:      openrisc@lists.librecores.org
9180 W:      http://openrisc.io
9181 S:      Maintained
9182 F:      arch/openrisc/
9183
9184 OPENVSWITCH
9185 M:      Pravin Shelar <pshelar@nicira.com>
9186 L:      netdev@vger.kernel.org
9187 L:      dev@openvswitch.org
9188 W:      http://openvswitch.org
9189 S:      Maintained
9190 F:      net/openvswitch/
9191 F:      include/uapi/linux/openvswitch.h
9192
9193 OPERATING PERFORMANCE POINTS (OPP)
9194 M:      Viresh Kumar <vireshk@kernel.org>
9195 M:      Nishanth Menon <nm@ti.com>
9196 M:      Stephen Boyd <sboyd@codeaurora.org>
9197 L:      linux-pm@vger.kernel.org
9198 S:      Maintained
9199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9200 F:      drivers/base/power/opp/
9201 F:      include/linux/pm_opp.h
9202 F:      Documentation/power/opp.txt
9203 F:      Documentation/devicetree/bindings/opp/
9204
9205 OPL4 DRIVER
9206 M:      Clemens Ladisch <clemens@ladisch.de>
9207 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9208 T:      git git://git.alsa-project.org/alsa-kernel.git
9209 S:      Maintained
9210 F:      sound/drivers/opl4/
9211
9212 OPROFILE
9213 M:      Robert Richter <rric@kernel.org>
9214 L:      oprofile-list@lists.sf.net
9215 S:      Maintained
9216 F:      arch/*/include/asm/oprofile*.h
9217 F:      arch/*/oprofile/
9218 F:      drivers/oprofile/
9219 F:      include/linux/oprofile.h
9220
9221 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9222 M:      Mark Fasheh <mfasheh@versity.com>
9223 M:      Joel Becker <jlbec@evilplan.org>
9224 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9225 W:      http://ocfs2.wiki.kernel.org
9226 S:      Supported
9227 F:      Documentation/filesystems/ocfs2.txt
9228 F:      Documentation/filesystems/dlmfs.txt
9229 F:      fs/ocfs2/
9230
9231 ORINOCO DRIVER
9232 L:      linux-wireless@vger.kernel.org
9233 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9234 W:      http://www.nongnu.org/orinoco/
9235 S:      Orphan
9236 F:      drivers/net/wireless/intersil/orinoco/
9237
9238 OSD LIBRARY and FILESYSTEM
9239 M:      Boaz Harrosh <ooo@electrozaur.com>
9240 M:      Benny Halevy <bhalevy@primarydata.com>
9241 L:      osd-dev@open-osd.org
9242 W:      http://open-osd.org
9243 T:      git git://git.open-osd.org/open-osd.git
9244 S:      Maintained
9245 F:      drivers/scsi/osd/
9246 F:      include/scsi/osd_*
9247 F:      fs/exofs/
9248
9249 OVERLAY FILESYSTEM
9250 M:      Miklos Szeredi <miklos@szeredi.hu>
9251 L:      linux-unionfs@vger.kernel.org
9252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9253 S:      Supported
9254 F:      fs/overlayfs/
9255 F:      Documentation/filesystems/overlayfs.txt
9256
9257 ORANGEFS FILESYSTEM
9258 M:      Mike Marshall <hubcap@omnibond.com>
9259 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9261 S:      Supported
9262 F:      fs/orangefs/
9263 F:      Documentation/filesystems/orangefs.txt
9264
9265 P54 WIRELESS DRIVER
9266 M:      Christian Lamparter <chunkeey@googlemail.com>
9267 L:      linux-wireless@vger.kernel.org
9268 W:      http://wireless.kernel.org/en/users/Drivers/p54
9269 S:      Maintained
9270 F:      drivers/net/wireless/intersil/p54/
9271
9272 PA SEMI ETHERNET DRIVER
9273 L:      netdev@vger.kernel.org
9274 S:      Orphan
9275 F:      drivers/net/ethernet/pasemi/*
9276
9277 PA SEMI SMBUS DRIVER
9278 L:      linux-i2c@vger.kernel.org
9279 S:      Orphan
9280 F:      drivers/i2c/busses/i2c-pasemi.c
9281
9282 PADATA PARALLEL EXECUTION MECHANISM
9283 M:      Steffen Klassert <steffen.klassert@secunet.com>
9284 L:      linux-crypto@vger.kernel.org
9285 S:      Maintained
9286 F:      kernel/padata.c
9287 F:      include/linux/padata.h
9288 F:      Documentation/padata.txt
9289
9290 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9291 M:      Harald Welte <laforge@gnumonks.org>
9292 L:      platform-driver-x86@vger.kernel.org
9293 S:      Maintained
9294 F:      drivers/platform/x86/panasonic-laptop.c
9295
9296 PANASONIC MN10300/AM33/AM34 PORT
9297 M:      David Howells <dhowells@redhat.com>
9298 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9299 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9300 S:      Maintained
9301 F:      Documentation/mn10300/
9302 F:      arch/mn10300/
9303
9304 PARALLEL LCD/KEYPAD PANEL DRIVER
9305 M:      Willy Tarreau <willy@haproxy.com>
9306 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9307 S:      Odd Fixes
9308 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9309 F:      drivers/misc/panel.c
9310
9311 PARALLEL PORT SUBSYSTEM
9312 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9313 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9314 L:      linux-parport@lists.infradead.org (subscribers-only)
9315 S:      Maintained
9316 F:      drivers/parport/
9317 F:      include/linux/parport*.h
9318 F:      drivers/char/ppdev.c
9319 F:      include/uapi/linux/ppdev.h
9320 F:      Documentation/parport*.txt
9321
9322 PARAVIRT_OPS INTERFACE
9323 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9324 M:      Chris Wright <chrisw@sous-sol.org>
9325 M:      Alok Kataria <akataria@vmware.com>
9326 M:      Rusty Russell <rusty@rustcorp.com.au>
9327 L:      virtualization@lists.linux-foundation.org
9328 S:      Supported
9329 F:      Documentation/virtual/paravirt_ops.txt
9330 F:      arch/*/kernel/paravirt*
9331 F:      arch/*/include/asm/paravirt.h
9332 F:      include/linux/hypervisor.h
9333
9334 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9335 M:      Tim Waugh <tim@cyberelk.net>
9336 L:      linux-parport@lists.infradead.org (subscribers-only)
9337 S:      Maintained
9338 F:      Documentation/blockdev/paride.txt
9339 F:      drivers/block/paride/
9340
9341 PARISC ARCHITECTURE
9342 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9343 M:      Helge Deller <deller@gmx.de>
9344 L:      linux-parisc@vger.kernel.org
9345 W:      http://www.parisc-linux.org/
9346 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9349 S:      Maintained
9350 F:      arch/parisc/
9351 F:      Documentation/parisc/
9352 F:      drivers/parisc/
9353 F:      drivers/char/agp/parisc-agp.c
9354 F:      drivers/input/serio/gscps2.c
9355 F:      drivers/parport/parport_gsc.*
9356 F:      drivers/tty/serial/8250/8250_gsc.c
9357 F:      drivers/video/fbdev/sti*
9358 F:      drivers/video/console/sti*
9359 F:      drivers/video/logo/logo_parisc*
9360
9361 PC87360 HARDWARE MONITORING DRIVER
9362 M:      Jim Cromie <jim.cromie@gmail.com>
9363 L:      linux-hwmon@vger.kernel.org
9364 S:      Maintained
9365 F:      Documentation/hwmon/pc87360
9366 F:      drivers/hwmon/pc87360.c
9367
9368 PC8736x GPIO DRIVER
9369 M:      Jim Cromie <jim.cromie@gmail.com>
9370 S:      Maintained
9371 F:      drivers/char/pc8736x_gpio.c
9372
9373 PC87427 HARDWARE MONITORING DRIVER
9374 M:      Jean Delvare <jdelvare@suse.com>
9375 L:      linux-hwmon@vger.kernel.org
9376 S:      Maintained
9377 F:      Documentation/hwmon/pc87427
9378 F:      drivers/hwmon/pc87427.c
9379
9380 PCA9532 LED DRIVER
9381 M:      Riku Voipio <riku.voipio@iki.fi>
9382 S:      Maintained
9383 F:      drivers/leds/leds-pca9532.c
9384 F:      include/linux/leds-pca9532.h
9385
9386 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9387 M:      Guenter Roeck <linux@roeck-us.net>
9388 L:      linux-i2c@vger.kernel.org
9389 S:      Maintained
9390 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9391
9392 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9393 M:      Khalid Aziz <khalid@gonehiking.org>
9394 S:      Maintained
9395 F:      drivers/firmware/pcdp.*
9396
9397 PCI ERROR RECOVERY
9398 M:      Linas Vepstas <linasvepstas@gmail.com>
9399 L:      linux-pci@vger.kernel.org
9400 S:      Supported
9401 F:      Documentation/PCI/pci-error-recovery.txt
9402
9403 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9404 M:      Russell Currey <ruscur@russell.cc>
9405 L:      linuxppc-dev@lists.ozlabs.org
9406 S:      Supported
9407 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9408 F:      arch/powerpc/kernel/eeh*.c
9409 F:      arch/powerpc/platforms/*/eeh*.c
9410 F:      arch/powerpc/include/*/eeh*.h
9411
9412 PCI SUBSYSTEM
9413 M:      Bjorn Helgaas <bhelgaas@google.com>
9414 L:      linux-pci@vger.kernel.org
9415 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9417 S:      Supported
9418 F:      Documentation/devicetree/bindings/pci/
9419 F:      Documentation/PCI/
9420 F:      drivers/pci/
9421 F:      include/linux/pci*
9422 F:      arch/x86/pci/
9423 F:      arch/x86/kernel/quirks.c
9424
9425 PCI DRIVER FOR ALTERA PCIE IP
9426 M:      Ley Foon Tan <lftan@altera.com>
9427 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9428 L:      linux-pci@vger.kernel.org
9429 S:      Supported
9430 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9431 F:      drivers/pci/host/pcie-altera.c
9432
9433 PCI DRIVER FOR ARM VERSATILE PLATFORM
9434 M:      Rob Herring <robh@kernel.org>
9435 L:      linux-pci@vger.kernel.org
9436 L:      linux-arm-kernel@lists.infradead.org
9437 S:      Maintained
9438 F:      Documentation/devicetree/bindings/pci/versatile.txt
9439 F:      drivers/pci/host/pci-versatile.c
9440
9441 PCI DRIVER FOR ARMADA 8K
9442 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9443 L:      linux-pci@vger.kernel.org
9444 L:      linux-arm-kernel@lists.infradead.org
9445 S:      Maintained
9446 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9447 F:      drivers/pci/host/pcie-armada8k.c
9448
9449 PCI DRIVER FOR APPLIEDMICRO XGENE
9450 M:      Tanmay Inamdar <tinamdar@apm.com>
9451 L:      linux-pci@vger.kernel.org
9452 L:      linux-arm-kernel@lists.infradead.org
9453 S:      Maintained
9454 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9455 F:      drivers/pci/host/pci-xgene.c
9456
9457 PCI DRIVER FOR FREESCALE LAYERSCAPE
9458 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9459 M:      Mingkai Hu <mingkai.hu@freescale.com>
9460 M:      Roy Zang <tie-fei.zang@freescale.com>
9461 L:      linuxppc-dev@lists.ozlabs.org
9462 L:      linux-pci@vger.kernel.org
9463 L:      linux-arm-kernel@lists.infradead.org
9464 S:      Maintained
9465 F:      drivers/pci/host/*layerscape*
9466
9467 PCI DRIVER FOR IMX6
9468 M:      Richard Zhu <hongxing.zhu@nxp.com>
9469 M:      Lucas Stach <l.stach@pengutronix.de>
9470 L:      linux-pci@vger.kernel.org
9471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9472 S:      Maintained
9473 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9474 F:      drivers/pci/host/*imx6*
9475
9476 PCI DRIVER FOR TI KEYSTONE
9477 M:      Murali Karicheri <m-karicheri2@ti.com>
9478 L:      linux-pci@vger.kernel.org
9479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9480 S:      Maintained
9481 F:      drivers/pci/host/*keystone*
9482
9483 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9484 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9485 M:      Jason Cooper <jason@lakedaemon.net>
9486 L:      linux-pci@vger.kernel.org
9487 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9488 S:      Maintained
9489 F:      drivers/pci/host/*mvebu*
9490
9491 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9492 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9493 L:      linux-pci@vger.kernel.org
9494 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9495 S:      Maintained
9496 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9497 F:      drivers/pci/host/pci-aardvark.c
9498
9499 PCI DRIVER FOR NVIDIA TEGRA
9500 M:      Thierry Reding <thierry.reding@gmail.com>
9501 L:      linux-tegra@vger.kernel.org
9502 L:      linux-pci@vger.kernel.org
9503 S:      Supported
9504 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9505 F:      drivers/pci/host/pci-tegra.c
9506
9507 PCI DRIVER FOR TI DRA7XX
9508 M:      Kishon Vijay Abraham I <kishon@ti.com>
9509 L:      linux-omap@vger.kernel.org
9510 L:      linux-pci@vger.kernel.org
9511 S:      Supported
9512 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9513 F:      drivers/pci/host/pci-dra7xx.c
9514
9515 PCI DRIVER FOR RENESAS R-CAR
9516 M:      Simon Horman <horms@verge.net.au>
9517 L:      linux-pci@vger.kernel.org
9518 L:      linux-renesas-soc@vger.kernel.org
9519 S:      Maintained
9520 F:      drivers/pci/host/*rcar*
9521
9522 PCI DRIVER FOR SAMSUNG EXYNOS
9523 M:      Jingoo Han <jingoohan1@gmail.com>
9524 L:      linux-pci@vger.kernel.org
9525 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9526 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9527 S:      Maintained
9528 F:      drivers/pci/host/pci-exynos.c
9529
9530 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9531 M:      Jingoo Han <jingoohan1@gmail.com>
9532 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9533 L:      linux-pci@vger.kernel.org
9534 S:      Maintained
9535 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9536 F:      drivers/pci/host/*designware*
9537
9538 PCI DRIVER FOR GENERIC OF HOSTS
9539 M:      Will Deacon <will.deacon@arm.com>
9540 L:      linux-pci@vger.kernel.org
9541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9542 S:      Maintained
9543 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9544 F:      drivers/pci/host/pci-host-common.c
9545 F:      drivers/pci/host/pci-host-generic.c
9546
9547 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9548 M:      Keith Busch <keith.busch@intel.com>
9549 L:      linux-pci@vger.kernel.org
9550 S:      Supported
9551 F:      drivers/pci/host/vmd.c
9552
9553 PCIE DRIVER FOR ST SPEAR13XX
9554 M:      Pratyush Anand <pratyush.anand@gmail.com>
9555 L:      linux-pci@vger.kernel.org
9556 S:      Maintained
9557 F:      drivers/pci/host/*spear*
9558
9559 PCI MSI DRIVER FOR ALTERA MSI IP
9560 M:      Ley Foon Tan <lftan@altera.com>
9561 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9562 L:      linux-pci@vger.kernel.org
9563 S:      Supported
9564 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9565 F:      drivers/pci/host/pcie-altera-msi.c
9566
9567 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9568 M:      Duc Dang <dhdang@apm.com>
9569 L:      linux-pci@vger.kernel.org
9570 L:      linux-arm-kernel@lists.infradead.org
9571 S:      Maintained
9572 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9573 F:      drivers/pci/host/pci-xgene-msi.c
9574
9575 PCIE DRIVER FOR AXIS ARTPEC
9576 M:      Niklas Cassel <niklas.cassel@axis.com>
9577 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9578 L:      linux-arm-kernel@axis.com
9579 L:      linux-pci@vger.kernel.org
9580 S:      Maintained
9581 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9582 F:      drivers/pci/host/*artpec*
9583
9584 PCIE DRIVER FOR HISILICON
9585 M:      Zhou Wang <wangzhou1@hisilicon.com>
9586 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9587 L:      linux-pci@vger.kernel.org
9588 S:      Maintained
9589 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9590 F:      drivers/pci/host/pcie-hisi.c
9591
9592 PCIE DRIVER FOR ROCKCHIP
9593 M:      Shawn Lin <shawn.lin@rock-chips.com>
9594 M:      Wenrui Li <wenrui.li@rock-chips.com>
9595 L:      linux-pci@vger.kernel.org
9596 L:      linux-rockchip@lists.infradead.org
9597 S:      Maintained
9598 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9599 F:      drivers/pci/host/pcie-rockchip.c
9600
9601 PCIE DRIVER FOR QUALCOMM MSM
9602 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9603 L:     linux-pci@vger.kernel.org
9604 L:     linux-arm-msm@vger.kernel.org
9605 S:     Maintained
9606 F:     drivers/pci/host/*qcom*
9607
9608 PCIE DRIVER FOR CAVIUM THUNDERX
9609 M:      David Daney <david.daney@cavium.com>
9610 L:      linux-pci@vger.kernel.org
9611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9612 S:      Supported
9613 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9614 F:      drivers/pci/host/pci-thunder-*
9615
9616 PCMCIA SUBSYSTEM
9617 P:      Linux PCMCIA Team
9618 L:      linux-pcmcia@lists.infradead.org
9619 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9621 S:      Maintained
9622 F:      Documentation/pcmcia/
9623 F:      tools/pcmcia/
9624 F:      drivers/pcmcia/
9625 F:      include/pcmcia/
9626
9627 PCNET32 NETWORK DRIVER
9628 M:      Don Fry <pcnet32@frontier.com>
9629 L:      netdev@vger.kernel.org
9630 S:      Maintained
9631 F:      drivers/net/ethernet/amd/pcnet32.c
9632
9633 PCRYPT PARALLEL CRYPTO ENGINE
9634 M:      Steffen Klassert <steffen.klassert@secunet.com>
9635 L:      linux-crypto@vger.kernel.org
9636 S:      Maintained
9637 F:      crypto/pcrypt.c
9638 F:      include/crypto/pcrypt.h
9639
9640 PER-CPU MEMORY ALLOCATOR
9641 M:      Tejun Heo <tj@kernel.org>
9642 M:      Christoph Lameter <cl@linux.com>
9643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9644 S:      Maintained
9645 F:      include/linux/percpu*.h
9646 F:      mm/percpu*.c
9647 F:      arch/*/include/asm/percpu.h
9648
9649 PER-TASK DELAY ACCOUNTING
9650 M:      Balbir Singh <bsingharora@gmail.com>
9651 S:      Maintained
9652 F:      include/linux/delayacct.h
9653 F:      kernel/delayacct.c
9654
9655 PERFORMANCE EVENTS SUBSYSTEM
9656 M:      Peter Zijlstra <peterz@infradead.org>
9657 M:      Ingo Molnar <mingo@redhat.com>
9658 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9659 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9660 L:      linux-kernel@vger.kernel.org
9661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9662 S:      Supported
9663 F:      kernel/events/*
9664 F:      include/linux/perf_event.h
9665 F:      include/uapi/linux/perf_event.h
9666 F:      arch/*/kernel/perf_event*.c
9667 F:      arch/*/kernel/*/perf_event*.c
9668 F:      arch/*/kernel/*/*/perf_event*.c
9669 F:      arch/*/include/asm/perf_event.h
9670 F:      arch/*/kernel/perf_callchain.c
9671 F:      arch/*/events/*
9672 F:      tools/perf/
9673
9674 PERSONALITY HANDLING
9675 M:      Christoph Hellwig <hch@infradead.org>
9676 L:      linux-abi-devel@lists.sourceforge.net
9677 S:      Maintained
9678 F:      include/linux/personality.h
9679 F:      include/uapi/linux/personality.h
9680
9681 PHONET PROTOCOL
9682 M:      Remi Denis-Courmont <courmisch@gmail.com>
9683 S:      Supported
9684 F:      Documentation/networking/phonet.txt
9685 F:      include/linux/phonet.h
9686 F:      include/net/phonet/
9687 F:      include/uapi/linux/phonet.h
9688 F:      net/phonet/
9689
9690 PHRAM MTD DRIVER
9691 M:      Joern Engel <joern@lazybastard.org>
9692 L:      linux-mtd@lists.infradead.org
9693 S:      Maintained
9694 F:      drivers/mtd/devices/phram.c
9695
9696 PICOLCD HID DRIVER
9697 M:      Bruno Prémont <bonbons@linux-vserver.org>
9698 L:      linux-input@vger.kernel.org
9699 S:      Maintained
9700 F:      drivers/hid/hid-picolcd*
9701
9702 PICOXCELL SUPPORT
9703 M:      Jamie Iles <jamie@jamieiles.com>
9704 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9705 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9706 S:      Supported
9707 F:      arch/arm/boot/dts/picoxcell*
9708 F:      arch/arm/mach-picoxcell/
9709 F:      drivers/crypto/picoxcell*
9710
9711 PIN CONTROL SUBSYSTEM
9712 M:      Linus Walleij <linus.walleij@linaro.org>
9713 L:      linux-gpio@vger.kernel.org
9714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9715 S:      Maintained
9716 F:      Documentation/devicetree/bindings/pinctrl/
9717 F:      Documentation/pinctrl.txt
9718 F:      drivers/pinctrl/
9719 F:      include/linux/pinctrl/
9720
9721 PIN CONTROLLER - ATMEL AT91
9722 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9724 S:      Maintained
9725 F:      drivers/pinctrl/pinctrl-at91.*
9726
9727 PIN CONTROLLER - ATMEL AT91 PIO4
9728 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9729 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9730 L:      linux-gpio@vger.kernel.org
9731 S:      Supported
9732 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9733
9734 PIN CONTROLLER - INTEL
9735 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9736 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9737 S:      Maintained
9738 F:      drivers/pinctrl/intel/
9739
9740 PIN CONTROLLER - RENESAS
9741 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9742 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9743 L:      linux-renesas-soc@vger.kernel.org
9744 S:      Maintained
9745 F:      drivers/pinctrl/sh-pfc/
9746
9747 PIN CONTROLLER - SAMSUNG
9748 M:      Tomasz Figa <tomasz.figa@gmail.com>
9749 M:      Krzysztof Kozlowski <krzk@kernel.org>
9750 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9751 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9752 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9753 S:      Maintained
9754 F:      drivers/pinctrl/samsung/
9755 F:      include/dt-bindings/pinctrl/samsung.h
9756 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9757
9758 PIN CONTROLLER - SINGLE
9759 M:      Tony Lindgren <tony@atomide.com>
9760 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9761 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9762 L:      linux-omap@vger.kernel.org
9763 S:      Maintained
9764 F:      drivers/pinctrl/pinctrl-single.c
9765
9766 PIN CONTROLLER - ST SPEAR
9767 M:      Viresh Kumar <vireshk@kernel.org>
9768 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9769 W:      http://www.st.com/spear
9770 S:      Maintained
9771 F:      drivers/pinctrl/spear/
9772
9773 PISTACHIO SOC SUPPORT
9774 M:      James Hartley <james.hartley@imgtec.com>
9775 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9776 L:      linux-mips@linux-mips.org
9777 S:      Maintained
9778 F:      arch/mips/pistachio/
9779 F:      arch/mips/include/asm/mach-pistachio/
9780 F:      arch/mips/boot/dts/pistachio/
9781 F:      arch/mips/configs/pistachio*_defconfig
9782
9783 PKTCDVD DRIVER
9784 S:      Orphan
9785 M:      linux-block@vger.kernel.org
9786 F:      drivers/block/pktcdvd.c
9787 F:      include/linux/pktcdvd.h
9788 F:      include/uapi/linux/pktcdvd.h
9789
9790 PKUNITY SOC DRIVERS
9791 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9792 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9793 S:      Maintained
9794 T:      git git://github.com/gxt/linux.git
9795 F:      drivers/input/serio/i8042-unicore32io.h
9796 F:      drivers/i2c/busses/i2c-puv3.c
9797 F:      drivers/video/fbdev/fb-puv3.c
9798 F:      drivers/rtc/rtc-puv3.c
9799
9800 PMBUS HARDWARE MONITORING DRIVERS
9801 M:      Guenter Roeck <linux@roeck-us.net>
9802 L:      linux-hwmon@vger.kernel.org
9803 W:      http://hwmon.wiki.kernel.org/
9804 W:      http://www.roeck-us.net/linux/drivers/
9805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9806 S:      Maintained
9807 F:      Documentation/hwmon/pmbus
9808 F:      drivers/hwmon/pmbus/
9809 F:      include/linux/i2c/pmbus.h
9810
9811 PMC SIERRA MaxRAID DRIVER
9812 L:      linux-scsi@vger.kernel.org
9813 W:      http://www.pmc-sierra.com/
9814 S:      Orphan
9815 F:      drivers/scsi/pmcraid.*
9816
9817 PMC SIERRA PM8001 DRIVER
9818 M:      Jack Wang <jinpu.wang@profitbricks.com>
9819 M:      lindar_liu@usish.com
9820 L:      pmchba@pmcs.com
9821 L:      linux-scsi@vger.kernel.org
9822 S:      Supported
9823 F:      drivers/scsi/pm8001/
9824
9825 POSIX CLOCKS and TIMERS
9826 M:      Thomas Gleixner <tglx@linutronix.de>
9827 L:      linux-kernel@vger.kernel.org
9828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9829 S:      Maintained
9830 F:      fs/timerfd.c
9831 F:      include/linux/timer*
9832 F:      kernel/time/*timer*
9833
9834 POWER MANAGEMENT CORE
9835 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9836 L:      linux-pm@vger.kernel.org
9837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9838 B:      https://bugzilla.kernel.org
9839 S:      Supported
9840 F:      drivers/base/power/
9841 F:      include/linux/pm.h
9842 F:      include/linux/pm_*
9843 F:      include/linux/powercap.h
9844 F:      drivers/powercap/
9845
9846 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9847 M:      Sebastian Reichel <sre@kernel.org>
9848 L:      linux-pm@vger.kernel.org
9849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9850 S:      Maintained
9851 F:      Documentation/devicetree/bindings/power/supply/
9852 F:      include/linux/power_supply.h
9853 F:      drivers/power/supply/
9854
9855 POWER STATE COORDINATION INTERFACE (PSCI)
9856 M:      Mark Rutland <mark.rutland@arm.com>
9857 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9858 L:      linux-arm-kernel@lists.infradead.org
9859 S:      Maintained
9860 F:      drivers/firmware/psci*.c
9861 F:      include/linux/psci.h
9862 F:      include/uapi/linux/psci.h
9863
9864 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9865 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9866 L:      linuxppc-dev@lists.ozlabs.org
9867 S:      Maintained
9868 F:      drivers/char/powernv-op-panel.c
9869
9870 PNP SUPPORT
9871 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9872 S:      Maintained
9873 F:      drivers/pnp/
9874
9875 PPP PROTOCOL DRIVERS AND COMPRESSORS
9876 M:      Paul Mackerras <paulus@samba.org>
9877 L:      linux-ppp@vger.kernel.org
9878 S:      Maintained
9879 F:      drivers/net/ppp/ppp_*
9880
9881 PPP OVER ATM (RFC 2364)
9882 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9883 S:      Maintained
9884 F:      net/atm/pppoatm.c
9885 F:      include/uapi/linux/atmppp.h
9886
9887 PPP OVER ETHERNET
9888 M:      Michal Ostrowski <mostrows@earthlink.net>
9889 S:      Maintained
9890 F:      drivers/net/ppp/pppoe.c
9891 F:      drivers/net/ppp/pppox.c
9892
9893 PPP OVER L2TP
9894 M:      James Chapman <jchapman@katalix.com>
9895 S:      Maintained
9896 F:      net/l2tp/l2tp_ppp.c
9897 F:      include/linux/if_pppol2tp.h
9898 F:      include/uapi/linux/if_pppol2tp.h
9899
9900 PPS SUPPORT
9901 M:      Rodolfo Giometti <giometti@enneenne.com>
9902 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9903 L:      linuxpps@ml.enneenne.com (subscribers-only)
9904 S:      Maintained
9905 F:      Documentation/pps/
9906 F:      drivers/pps/
9907 F:      include/linux/pps*.h
9908
9909 PPTP DRIVER
9910 M:      Dmitry Kozlov <xeb@mail.ru>
9911 L:      netdev@vger.kernel.org
9912 S:      Maintained
9913 F:      drivers/net/ppp/pptp.c
9914 W:      http://sourceforge.net/projects/accel-pptp
9915
9916 PREEMPTIBLE KERNEL
9917 M:      Robert Love <rml@tech9.net>
9918 L:      kpreempt-tech@lists.sourceforge.net
9919 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9920 S:      Supported
9921 F:      Documentation/preempt-locking.txt
9922 F:      include/linux/preempt.h
9923
9924 PRISM54 WIRELESS DRIVER
9925 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9926 L:      linux-wireless@vger.kernel.org
9927 W:      http://wireless.kernel.org/en/users/Drivers/p54
9928 S:      Obsolete
9929 F:      drivers/net/wireless/intersil/prism54/
9930
9931 PS3 NETWORK SUPPORT
9932 M:      Geoff Levand <geoff@infradead.org>
9933 L:      netdev@vger.kernel.org
9934 L:      linuxppc-dev@lists.ozlabs.org
9935 S:      Maintained
9936 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9937
9938 PS3 PLATFORM SUPPORT
9939 M:      Geoff Levand <geoff@infradead.org>
9940 L:      linuxppc-dev@lists.ozlabs.org
9941 S:      Maintained
9942 F:      arch/powerpc/boot/ps3*
9943 F:      arch/powerpc/include/asm/lv1call.h
9944 F:      arch/powerpc/include/asm/ps3*.h
9945 F:      arch/powerpc/platforms/ps3/
9946 F:      drivers/*/ps3*
9947 F:      drivers/ps3/
9948 F:      drivers/rtc/rtc-ps3.c
9949 F:      drivers/usb/host/*ps3.c
9950 F:      sound/ppc/snd_ps3*
9951
9952 PS3VRAM DRIVER
9953 M:      Jim Paris <jim@jtan.com>
9954 M:      Geoff Levand <geoff@infradead.org>
9955 L:      linuxppc-dev@lists.ozlabs.org
9956 S:      Maintained
9957 F:      drivers/block/ps3vram.c
9958
9959 PSTORE FILESYSTEM
9960 M:      Anton Vorontsov <anton@enomsg.org>
9961 M:      Colin Cross <ccross@android.com>
9962 M:      Kees Cook <keescook@chromium.org>
9963 M:      Tony Luck <tony.luck@intel.com>
9964 S:      Maintained
9965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9966 F:      fs/pstore/
9967 F:      include/linux/pstore*
9968 F:      drivers/firmware/efi/efi-pstore.c
9969 F:      drivers/acpi/apei/erst.c
9970
9971 PTP HARDWARE CLOCK SUPPORT
9972 M:      Richard Cochran <richardcochran@gmail.com>
9973 L:      netdev@vger.kernel.org
9974 S:      Maintained
9975 W:      http://linuxptp.sourceforge.net/
9976 F:      Documentation/ABI/testing/sysfs-ptp
9977 F:      Documentation/ptp/*
9978 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9979 F:      drivers/net/phy/dp83640*
9980 F:      drivers/ptp/*
9981 F:      include/linux/ptp_cl*
9982
9983 PTRACE SUPPORT
9984 M:      Roland McGrath <roland@hack.frob.com>
9985 M:      Oleg Nesterov <oleg@redhat.com>
9986 S:      Maintained
9987 F:      include/asm-generic/syscall.h
9988 F:      include/linux/ptrace.h
9989 F:      include/linux/regset.h
9990 F:      include/linux/tracehook.h
9991 F:      include/uapi/linux/ptrace.h
9992 F:      kernel/ptrace.c
9993
9994 PULSE8-CEC DRIVER
9995 M:      Hans Verkuil <hverkuil@xs4all.nl>
9996 L:      linux-media@vger.kernel.org
9997 T:      git git://linuxtv.org/media_tree.git
9998 S:      Maintained
9999 F:      drivers/media/usb/pulse8-cec/*
10000
10001 PVRUSB2 VIDEO4LINUX DRIVER
10002 M:      Mike Isely <isely@pobox.com>
10003 L:      pvrusb2@isely.net       (subscribers-only)
10004 L:      linux-media@vger.kernel.org
10005 W:      http://www.isely.net/pvrusb2/
10006 T:      git git://linuxtv.org/media_tree.git
10007 S:      Maintained
10008 F:      Documentation/media/v4l-drivers/pvrusb2*
10009 F:      drivers/media/usb/pvrusb2/
10010
10011 PWC WEBCAM DRIVER
10012 M:      Hans Verkuil <hverkuil@xs4all.nl>
10013 L:      linux-media@vger.kernel.org
10014 T:      git git://linuxtv.org/media_tree.git
10015 S:      Odd Fixes
10016 F:      drivers/media/usb/pwc/*
10017
10018 PWM FAN DRIVER
10019 M:      Kamil Debski <kamil@wypas.org>
10020 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10021 L:      linux-hwmon@vger.kernel.org
10022 S:      Supported
10023 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10024 F:      Documentation/hwmon/pwm-fan
10025 F:      drivers/hwmon/pwm-fan.c
10026
10027 PWM SUBSYSTEM
10028 M:      Thierry Reding <thierry.reding@gmail.com>
10029 L:      linux-pwm@vger.kernel.org
10030 S:      Maintained
10031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10032 F:      Documentation/pwm.txt
10033 F:      Documentation/devicetree/bindings/pwm/
10034 F:      include/linux/pwm.h
10035 F:      drivers/pwm/
10036 F:      drivers/video/backlight/pwm_bl.c
10037 F:      include/linux/pwm_backlight.h
10038
10039 PXA2xx/PXA3xx SUPPORT
10040 M:      Daniel Mack <daniel@zonque.org>
10041 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10042 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10044 T:      git git://github.com/hzhuang1/linux.git
10045 T:      git git://github.com/rjarzmik/linux.git
10046 S:      Maintained
10047 F:      arch/arm/boot/dts/pxa*
10048 F:      arch/arm/mach-pxa/
10049 F:      drivers/dma/pxa*
10050 F:      drivers/pcmcia/pxa2xx*
10051 F:      drivers/pinctrl/pxa/
10052 F:      drivers/spi/spi-pxa2xx*
10053 F:      drivers/usb/gadget/udc/pxa2*
10054 F:      include/sound/pxa2xx-lib.h
10055 F:      sound/arm/pxa*
10056 F:      sound/soc/pxa/
10057
10058 PXA GPIO DRIVER
10059 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10060 L:      linux-gpio@vger.kernel.org
10061 S:      Maintained
10062 F:      drivers/gpio/gpio-pxa.c
10063
10064 PXA3xx NAND FLASH DRIVER
10065 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10066 L:      linux-mtd@lists.infradead.org
10067 S:      Maintained
10068 F:      drivers/mtd/nand/pxa3xx_nand.c
10069
10070 MMP SUPPORT
10071 M:      Eric Miao <eric.y.miao@gmail.com>
10072 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10073 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10074 T:      git git://github.com/hzhuang1/linux.git
10075 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10076 S:      Maintained
10077 F:      arch/arm/boot/dts/mmp*
10078 F:      arch/arm/mach-mmp/
10079
10080 PXA MMCI DRIVER
10081 S:      Orphan
10082
10083 PXA RTC DRIVER
10084 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10085 L:      rtc-linux@googlegroups.com
10086 S:      Maintained
10087
10088 QAT DRIVER
10089 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10090 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10091 L:      qat-linux@intel.com
10092 S:      Supported
10093 F:      drivers/crypto/qat/
10094
10095 QIB DRIVER
10096 M:      Mike Marciniszyn <infinipath@intel.com>
10097 L:      linux-rdma@vger.kernel.org
10098 S:      Supported
10099 F:      drivers/infiniband/hw/qib/
10100
10101 QLOGIC QLA1280 SCSI DRIVER
10102 M:      Michael Reed <mdr@sgi.com>
10103 L:      linux-scsi@vger.kernel.org
10104 S:      Maintained
10105 F:      drivers/scsi/qla1280.[ch]
10106
10107 QLOGIC QLA2XXX FC-SCSI DRIVER
10108 M:      qla2xxx-upstream@qlogic.com
10109 L:      linux-scsi@vger.kernel.org
10110 S:      Supported
10111 F:      Documentation/scsi/LICENSE.qla2xxx
10112 F:      drivers/scsi/qla2xxx/
10113
10114 QLOGIC QLA4XXX iSCSI DRIVER
10115 M:      QLogic-Storage-Upstream@qlogic.com
10116 L:      linux-scsi@vger.kernel.org
10117 S:      Supported
10118 F:      Documentation/scsi/LICENSE.qla4xxx
10119 F:      drivers/scsi/qla4xxx/
10120
10121 QLOGIC QLA3XXX NETWORK DRIVER
10122 M:      Dept-GELinuxNICDev@cavium.com
10123 L:      netdev@vger.kernel.org
10124 S:      Supported
10125 F:      Documentation/networking/LICENSE.qla3xxx
10126 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10127
10128 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10129 M:      Harish Patil <harish.patil@cavium.com>
10130 M:      Manish Chopra <manish.chopra@cavium.com>
10131 M:      Dept-GELinuxNICDev@cavium.com
10132 L:      netdev@vger.kernel.org
10133 S:      Supported
10134 F:      drivers/net/ethernet/qlogic/qlcnic/
10135
10136 QLOGIC QLGE 10Gb ETHERNET DRIVER
10137 M:      Harish Patil <harish.patil@cavium.com>
10138 M:      Manish Chopra <manish.chopra@cavium.com>
10139 M:      Dept-GELinuxNICDev@cavium.com
10140 L:      netdev@vger.kernel.org
10141 S:      Supported
10142 F:      drivers/net/ethernet/qlogic/qlge/
10143
10144 QLOGIC QL4xxx ETHERNET DRIVER
10145 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10146 M:      Ariel Elior <Ariel.Elior@cavium.com>
10147 M:      everest-linux-l2@cavium.com
10148 L:      netdev@vger.kernel.org
10149 S:      Supported
10150 F:      drivers/net/ethernet/qlogic/qed/
10151 F:      include/linux/qed/
10152 F:      drivers/net/ethernet/qlogic/qede/
10153
10154 QLOGIC QL41xxx ISCSI DRIVER
10155 M:      QLogic-Storage-Upstream@cavium.com
10156 L:      linux-scsi@vger.kernel.org
10157 S:      Supported
10158 F:      drivers/scsi/qedi/
10159
10160 QNX4 FILESYSTEM
10161 M:      Anders Larsen <al@alarsen.net>
10162 W:      http://www.alarsen.net/linux/qnx4fs/
10163 S:      Maintained
10164 F:      fs/qnx4/
10165 F:      include/uapi/linux/qnx4_fs.h
10166 F:      include/uapi/linux/qnxtypes.h
10167
10168 QORIQ DPAA2 FSL-MC BUS DRIVER
10169 M:      Stuart Yoder <stuart.yoder@nxp.com>
10170 L:      linux-kernel@vger.kernel.org
10171 S:      Maintained
10172 F:      drivers/staging/fsl-mc/
10173
10174 QT1010 MEDIA DRIVER
10175 M:      Antti Palosaari <crope@iki.fi>
10176 L:      linux-media@vger.kernel.org
10177 W:      https://linuxtv.org
10178 W:      http://palosaari.fi/linux/
10179 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10180 T:      git git://linuxtv.org/anttip/media_tree.git
10181 S:      Maintained
10182 F:      drivers/media/tuners/qt1010*
10183
10184 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10185 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10186 L:      linux-wireless@vger.kernel.org
10187 L:      ath9k-devel@lists.ath9k.org
10188 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10189 S:      Supported
10190 F:      drivers/net/wireless/ath/ath9k/
10191
10192 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10193 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10194 L:      ath10k@lists.infradead.org
10195 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10197 S:      Supported
10198 F:      drivers/net/wireless/ath/ath10k/
10199
10200 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10201 M:      Timur Tabi <timur@codeaurora.org>
10202 L:      netdev@vger.kernel.org
10203 S:      Supported
10204 F:      drivers/net/ethernet/qualcomm/emac/
10205
10206 QUALCOMM HEXAGON ARCHITECTURE
10207 M:      Richard Kuo <rkuo@codeaurora.org>
10208 L:      linux-hexagon@vger.kernel.org
10209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10210 S:      Supported
10211 F:      arch/hexagon/
10212
10213 QUALCOMM WCN36XX WIRELESS DRIVER
10214 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10215 L:      wcn36xx@lists.infradead.org
10216 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10217 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10218 S:      Supported
10219 F:      drivers/net/wireless/ath/wcn36xx/
10220
10221 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10222 M:      Gabriel Somlo <somlo@cmu.edu>
10223 M:      "Michael S. Tsirkin" <mst@redhat.com>
10224 L:      qemu-devel@nongnu.org
10225 S:      Maintained
10226 F:      drivers/firmware/qemu_fw_cfg.c
10227
10228 RADOS BLOCK DEVICE (RBD)
10229 M:      Ilya Dryomov <idryomov@gmail.com>
10230 M:      Sage Weil <sage@redhat.com>
10231 M:      Alex Elder <elder@kernel.org>
10232 L:      ceph-devel@vger.kernel.org
10233 W:      http://ceph.com/
10234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10235 T:      git git://github.com/ceph/ceph-client.git
10236 S:      Supported
10237 F:      Documentation/ABI/testing/sysfs-bus-rbd
10238 F:      drivers/block/rbd.c
10239 F:      drivers/block/rbd_types.h
10240
10241 RADEON FRAMEBUFFER DISPLAY DRIVER
10242 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10243 L:      linux-fbdev@vger.kernel.org
10244 S:      Maintained
10245 F:      drivers/video/fbdev/aty/radeon*
10246 F:      include/uapi/linux/radeonfb.h
10247
10248 RADIOSHARK RADIO DRIVER
10249 M:      Hans Verkuil <hverkuil@xs4all.nl>
10250 L:      linux-media@vger.kernel.org
10251 T:      git git://linuxtv.org/media_tree.git
10252 S:      Maintained
10253 F:      drivers/media/radio/radio-shark.c
10254
10255 RADIOSHARK2 RADIO DRIVER
10256 M:      Hans Verkuil <hverkuil@xs4all.nl>
10257 L:      linux-media@vger.kernel.org
10258 T:      git git://linuxtv.org/media_tree.git
10259 S:      Maintained
10260 F:      drivers/media/radio/radio-shark2.c
10261 F:      drivers/media/radio/radio-tea5777.c
10262
10263 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10264 M:      Paul Mackerras <paulus@samba.org>
10265 L:      linux-fbdev@vger.kernel.org
10266 S:      Maintained
10267 F:      drivers/video/fbdev/aty/aty128fb.c
10268
10269 RALINK MIPS ARCHITECTURE
10270 M:      John Crispin <john@phrozen.org>
10271 L:      linux-mips@linux-mips.org
10272 S:      Maintained
10273 F:      arch/mips/ralink
10274
10275 RALINK RT2X00 WIRELESS LAN DRIVER
10276 P:      rt2x00 project
10277 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10278 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10279 L:      linux-wireless@vger.kernel.org
10280 S:      Maintained
10281 F:      drivers/net/wireless/ralink/rt2x00/
10282
10283 RAMDISK RAM BLOCK DEVICE DRIVER
10284 M:      Jens Axboe <axboe@kernel.dk>
10285 S:      Maintained
10286 F:      Documentation/blockdev/ramdisk.txt
10287 F:      drivers/block/brd.c
10288
10289 RANDOM NUMBER DRIVER
10290 M:      "Theodore Ts'o" <tytso@mit.edu>
10291 S:      Maintained
10292 F:      drivers/char/random.c
10293
10294 RAPIDIO SUBSYSTEM
10295 M:      Matt Porter <mporter@kernel.crashing.org>
10296 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10297 S:      Maintained
10298 F:      drivers/rapidio/
10299
10300 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10301 L:      linux-wireless@vger.kernel.org
10302 S:      Orphan
10303 F:      drivers/net/wireless/ray*
10304
10305 RCUTORTURE MODULE
10306 M:      Josh Triplett <josh@joshtriplett.org>
10307 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10308 L:      linux-kernel@vger.kernel.org
10309 S:      Supported
10310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10311 F:      Documentation/RCU/torture.txt
10312 F:      kernel/rcu/rcutorture.c
10313
10314 RCUTORTURE TEST FRAMEWORK
10315 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10316 M:      Josh Triplett <josh@joshtriplett.org>
10317 R:      Steven Rostedt <rostedt@goodmis.org>
10318 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10319 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10320 L:      linux-kernel@vger.kernel.org
10321 S:      Supported
10322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10323 F:      tools/testing/selftests/rcutorture
10324
10325 RDC R-321X SoC
10326 M:      Florian Fainelli <florian@openwrt.org>
10327 S:      Maintained
10328
10329 RDC R6040 FAST ETHERNET DRIVER
10330 M:      Florian Fainelli <f.fainelli@gmail.com>
10331 L:      netdev@vger.kernel.org
10332 S:      Maintained
10333 F:      drivers/net/ethernet/rdc/r6040.c
10334
10335 RDS - RELIABLE DATAGRAM SOCKETS
10336 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10337 L:      netdev@vger.kernel.org
10338 L:      linux-rdma@vger.kernel.org
10339 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10340 W:      https://oss.oracle.com/projects/rds/
10341 S:      Supported
10342 F:      net/rds/
10343 F:      Documentation/networking/rds.txt
10344
10345 RDMAVT - RDMA verbs software
10346 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10347 L:      linux-rdma@vger.kernel.org
10348 S:      Supported
10349 F:      drivers/infiniband/sw/rdmavt
10350
10351 RDT - RESOURCE ALLOCATION
10352 M:      Fenghua Yu <fenghua.yu@intel.com>
10353 L:      linux-kernel@vger.kernel.org
10354 S:      Supported
10355 F:      arch/x86/kernel/cpu/intel_rdt*
10356 F:      arch/x86/include/asm/intel_rdt*
10357 F:      Documentation/x86/intel_rdt*
10358
10359 READ-COPY UPDATE (RCU)
10360 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10361 M:      Josh Triplett <josh@joshtriplett.org>
10362 R:      Steven Rostedt <rostedt@goodmis.org>
10363 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10364 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10365 L:      linux-kernel@vger.kernel.org
10366 W:      http://www.rdrop.com/users/paulmck/RCU/
10367 S:      Supported
10368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10369 F:      Documentation/RCU/
10370 X:      Documentation/RCU/torture.txt
10371 F:      include/linux/rcu*
10372 X:      include/linux/srcu.h
10373 F:      kernel/rcu/
10374 X:      kernel/torture.c
10375
10376 REAL TIME CLOCK (RTC) SUBSYSTEM
10377 M:      Alessandro Zummo <a.zummo@towertech.it>
10378 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10379 L:      rtc-linux@googlegroups.com
10380 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10382 S:      Maintained
10383 F:      Documentation/devicetree/bindings/rtc/
10384 F:      Documentation/rtc.txt
10385 F:      drivers/rtc/
10386 F:      include/linux/rtc.h
10387 F:      include/uapi/linux/rtc.h
10388 F:      include/linux/rtc/
10389 F:      include/linux/platform_data/rtc-*
10390 F:      tools/testing/selftests/timers/rtctest.c
10391
10392 REALTEK AUDIO CODECS
10393 M:      Bard Liao <bardliao@realtek.com>
10394 M:      Oder Chiou <oder_chiou@realtek.com>
10395 S:      Maintained
10396 F:      sound/soc/codecs/rt*
10397 F:      include/sound/rt*.h
10398
10399 REISERFS FILE SYSTEM
10400 L:      reiserfs-devel@vger.kernel.org
10401 S:      Supported
10402 F:      fs/reiserfs/
10403
10404 REGISTER MAP ABSTRACTION
10405 M:      Mark Brown <broonie@kernel.org>
10406 L:      linux-kernel@vger.kernel.org
10407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10408 S:      Supported
10409 F:      Documentation/devicetree/bindings/regmap/
10410 F:      drivers/base/regmap/
10411 F:      include/linux/regmap.h
10412
10413 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10414 M:      Ohad Ben-Cohen <ohad@wizery.com>
10415 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10416 L:      linux-remoteproc@vger.kernel.org
10417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10418 S:      Maintained
10419 F:      Documentation/devicetree/bindings/remoteproc/
10420 F:      Documentation/remoteproc.txt
10421 F:      drivers/remoteproc/
10422 F:      include/linux/remoteproc.h
10423
10424 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10425 M:      Ohad Ben-Cohen <ohad@wizery.com>
10426 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10427 L:      linux-remoteproc@vger.kernel.org
10428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10429 S:      Maintained
10430 F:      drivers/rpmsg/
10431 F:      Documentation/rpmsg.txt
10432 F:      include/linux/rpmsg.h
10433
10434 RENESAS CLOCK DRIVERS
10435 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10436 L:      linux-renesas-soc@vger.kernel.org
10437 S:      Supported
10438 F:      drivers/clk/renesas/
10439
10440 RENESAS ETHERNET DRIVERS
10441 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10442 L:      netdev@vger.kernel.org
10443 L:      linux-renesas-soc@vger.kernel.org
10444 F:      drivers/net/ethernet/renesas/
10445 F:      include/linux/sh_eth.h
10446
10447 RENESAS USB2 PHY DRIVER
10448 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10449 L:      linux-renesas-soc@vger.kernel.org
10450 S:      Maintained
10451 F:      drivers/phy/phy-rcar-gen3-usb2.c
10452
10453 RESET CONTROLLER FRAMEWORK
10454 M:      Philipp Zabel <p.zabel@pengutronix.de>
10455 T:      git git://git.pengutronix.de/git/pza/linux
10456 S:      Maintained
10457 F:      drivers/reset/
10458 F:      Documentation/devicetree/bindings/reset/
10459 F:      include/dt-bindings/reset/
10460 F:      include/linux/reset.h
10461 F:      include/linux/reset-controller.h
10462
10463 RFKILL
10464 M:      Johannes Berg <johannes@sipsolutions.net>
10465 L:      linux-wireless@vger.kernel.org
10466 W:      http://wireless.kernel.org/
10467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10469 S:      Maintained
10470 F:      Documentation/rfkill.txt
10471 F:      net/rfkill/
10472
10473 RHASHTABLE
10474 M:      Thomas Graf <tgraf@suug.ch>
10475 M:      Herbert Xu <herbert@gondor.apana.org.au>
10476 L:      netdev@vger.kernel.org
10477 S:      Maintained
10478 F:      lib/rhashtable.c
10479 F:      include/linux/rhashtable.h
10480
10481 RICOH SMARTMEDIA/XD DRIVER
10482 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10483 S:      Maintained
10484 F:      drivers/mtd/nand/r852.c
10485 F:      drivers/mtd/nand/r852.h
10486
10487 RICOH R5C592 MEMORYSTICK DRIVER
10488 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10489 S:      Maintained
10490 F:      drivers/memstick/host/r592.*
10491
10492 ROCCAT DRIVERS
10493 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10494 W:      http://sourceforge.net/projects/roccat/
10495 S:      Maintained
10496 F:      drivers/hid/hid-roccat*
10497 F:      include/linux/hid-roccat*
10498 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10499
10500 ROCKER DRIVER
10501 M:      Jiri Pirko <jiri@resnulli.us>
10502 L:      netdev@vger.kernel.org
10503 S:      Supported
10504 F:      drivers/net/ethernet/rocker/
10505
10506 ROCKETPORT DRIVER
10507 P:      Comtrol Corp.
10508 W:      http://www.comtrol.com
10509 S:      Maintained
10510 F:      Documentation/serial/rocket.txt
10511 F:      drivers/tty/rocket*
10512
10513 ROCKETPORT EXPRESS/INFINITY DRIVER
10514 M:      Kevin Cernekee <cernekee@gmail.com>
10515 L:      linux-serial@vger.kernel.org
10516 S:      Odd Fixes
10517 F:      drivers/tty/serial/rp2.*
10518
10519 ROSE NETWORK LAYER
10520 M:      Ralf Baechle <ralf@linux-mips.org>
10521 L:      linux-hams@vger.kernel.org
10522 W:      http://www.linux-ax25.org/
10523 S:      Maintained
10524 F:      include/net/rose.h
10525 F:      include/uapi/linux/rose.h
10526 F:      net/rose/
10527
10528 RTL2830 MEDIA DRIVER
10529 M:      Antti Palosaari <crope@iki.fi>
10530 L:      linux-media@vger.kernel.org
10531 W:      https://linuxtv.org
10532 W:      http://palosaari.fi/linux/
10533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10534 T:      git git://linuxtv.org/anttip/media_tree.git
10535 S:      Maintained
10536 F:      drivers/media/dvb-frontends/rtl2830*
10537
10538 RTL2832 MEDIA DRIVER
10539 M:      Antti Palosaari <crope@iki.fi>
10540 L:      linux-media@vger.kernel.org
10541 W:      https://linuxtv.org
10542 W:      http://palosaari.fi/linux/
10543 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10544 T:      git git://linuxtv.org/anttip/media_tree.git
10545 S:      Maintained
10546 F:      drivers/media/dvb-frontends/rtl2832*
10547
10548 RTL2832_SDR MEDIA DRIVER
10549 M:      Antti Palosaari <crope@iki.fi>
10550 L:      linux-media@vger.kernel.org
10551 W:      https://linuxtv.org
10552 W:      http://palosaari.fi/linux/
10553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10554 T:      git git://linuxtv.org/anttip/media_tree.git
10555 S:      Maintained
10556 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10557
10558 RTL8180 WIRELESS DRIVER
10559 L:      linux-wireless@vger.kernel.org
10560 W:      http://wireless.kernel.org/
10561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10562 S:      Orphan
10563 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10564
10565 RTL8187 WIRELESS DRIVER
10566 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10567 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10568 M:      Larry Finger <Larry.Finger@lwfinger.net>
10569 L:      linux-wireless@vger.kernel.org
10570 W:      http://wireless.kernel.org/
10571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10572 S:      Maintained
10573 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10574
10575 RTL8192CE WIRELESS DRIVER
10576 M:      Larry Finger <Larry.Finger@lwfinger.net>
10577 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10578 L:      linux-wireless@vger.kernel.org
10579 W:      http://wireless.kernel.org/
10580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10581 S:      Maintained
10582 F:      drivers/net/wireless/realtek/rtlwifi/
10583 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10584
10585 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10586 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10587 L:      linux-wireless@vger.kernel.org
10588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10589 S:      Maintained
10590 F:      drivers/net/wireless/realtek/rtl8xxxu/
10591
10592 S3 SAVAGE FRAMEBUFFER DRIVER
10593 M:      Antonino Daplas <adaplas@gmail.com>
10594 L:      linux-fbdev@vger.kernel.org
10595 S:      Maintained
10596 F:      drivers/video/fbdev/savage/
10597
10598 S390
10599 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10600 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10601 L:      linux-s390@vger.kernel.org
10602 W:      http://www.ibm.com/developerworks/linux/linux390/
10603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10604 S:      Supported
10605 F:      arch/s390/
10606 F:      drivers/s390/
10607 F:      Documentation/s390/
10608 F:      Documentation/DocBook/s390*
10609
10610 S390 COMMON I/O LAYER
10611 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10612 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10613 L:      linux-s390@vger.kernel.org
10614 W:      http://www.ibm.com/developerworks/linux/linux390/
10615 S:      Supported
10616 F:      drivers/s390/cio/
10617
10618 S390 DASD DRIVER
10619 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10620 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10621 L:      linux-s390@vger.kernel.org
10622 W:      http://www.ibm.com/developerworks/linux/linux390/
10623 S:      Supported
10624 F:      drivers/s390/block/dasd*
10625 F:      block/partitions/ibm.c
10626
10627 S390 NETWORK DRIVERS
10628 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10629 L:      linux-s390@vger.kernel.org
10630 W:      http://www.ibm.com/developerworks/linux/linux390/
10631 S:      Supported
10632 F:      drivers/s390/net/
10633
10634 S390 PCI SUBSYSTEM
10635 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10636 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10637 L:      linux-s390@vger.kernel.org
10638 W:      http://www.ibm.com/developerworks/linux/linux390/
10639 S:      Supported
10640 F:      arch/s390/pci/
10641 F:      drivers/pci/hotplug/s390_pci_hpc.c
10642
10643 S390 ZCRYPT DRIVER
10644 M:      Harald Freudenberger <freude@de.ibm.com>
10645 L:      linux-s390@vger.kernel.org
10646 W:      http://www.ibm.com/developerworks/linux/linux390/
10647 S:      Supported
10648 F:      drivers/s390/crypto/
10649
10650 S390 ZFCP DRIVER
10651 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10652 L:      linux-s390@vger.kernel.org
10653 W:      http://www.ibm.com/developerworks/linux/linux390/
10654 S:      Supported
10655 F:      drivers/s390/scsi/zfcp_*
10656
10657 S390 IUCV NETWORK LAYER
10658 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10659 L:      linux-s390@vger.kernel.org
10660 W:      http://www.ibm.com/developerworks/linux/linux390/
10661 S:      Supported
10662 F:      drivers/s390/net/*iucv*
10663 F:      include/net/iucv/
10664 F:      net/iucv/
10665
10666 S390 IOMMU (PCI)
10667 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10668 L:      linux-s390@vger.kernel.org
10669 W:      http://www.ibm.com/developerworks/linux/linux390/
10670 S:      Supported
10671 F:      drivers/iommu/s390-iommu.c
10672
10673 S3C24XX SD/MMC Driver
10674 M:      Ben Dooks <ben-linux@fluff.org>
10675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10676 S:      Supported
10677 F:      drivers/mmc/host/s3cmci.*
10678
10679 SAA6588 RDS RECEIVER DRIVER
10680 M:      Hans Verkuil <hverkuil@xs4all.nl>
10681 L:      linux-media@vger.kernel.org
10682 T:      git git://linuxtv.org/media_tree.git
10683 W:      https://linuxtv.org
10684 S:      Odd Fixes
10685 F:      drivers/media/i2c/saa6588*
10686
10687 SAA7134 VIDEO4LINUX DRIVER
10688 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10689 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10690 L:      linux-media@vger.kernel.org
10691 W:      https://linuxtv.org
10692 T:      git git://linuxtv.org/media_tree.git
10693 S:      Odd fixes
10694 F:      Documentation/media/v4l-drivers/saa7134*
10695 F:      drivers/media/pci/saa7134/
10696
10697 SAA7146 VIDEO4LINUX-2 DRIVER
10698 M:      Hans Verkuil <hverkuil@xs4all.nl>
10699 L:      linux-media@vger.kernel.org
10700 T:      git git://linuxtv.org/media_tree.git
10701 S:      Maintained
10702 F:      drivers/media/common/saa7146/
10703 F:      drivers/media/pci/saa7146/
10704 F:      include/media/saa7146*
10705
10706 SAMSUNG LAPTOP DRIVER
10707 M:      Corentin Chary <corentin.chary@gmail.com>
10708 L:      platform-driver-x86@vger.kernel.org
10709 S:      Maintained
10710 F:      drivers/platform/x86/samsung-laptop.c
10711
10712 SAMSUNG AUDIO (ASoC) DRIVERS
10713 M:      Krzysztof Kozlowski <krzk@kernel.org>
10714 M:      Sangbeom Kim <sbkim73@samsung.com>
10715 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10716 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10717 S:      Supported
10718 F:      sound/soc/samsung/
10719
10720 SAMSUNG FRAMEBUFFER DRIVER
10721 M:      Jingoo Han <jingoohan1@gmail.com>
10722 L:      linux-fbdev@vger.kernel.org
10723 S:      Maintained
10724 F:      drivers/video/fbdev/s3c-fb.c
10725
10726 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10727 M:      Sangbeom Kim <sbkim73@samsung.com>
10728 M:      Krzysztof Kozlowski <krzk@kernel.org>
10729 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10730 L:      linux-kernel@vger.kernel.org
10731 L:      linux-samsung-soc@vger.kernel.org
10732 S:      Supported
10733 F:      drivers/mfd/sec*.c
10734 F:      drivers/regulator/s2m*.c
10735 F:      drivers/regulator/s5m*.c
10736 F:      drivers/clk/clk-s2mps11.c
10737 F:      drivers/rtc/rtc-s5m.c
10738 F:      include/linux/mfd/samsung/
10739 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10740 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10741 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10742 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10743
10744 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10745 M:      Kyungmin Park <kyungmin.park@samsung.com>
10746 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10747 L:      linux-media@vger.kernel.org
10748 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10749 S:      Supported
10750 F:      drivers/media/platform/exynos4-is/
10751
10752 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10753 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10754 L:      linux-media@vger.kernel.org
10755 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10756 S:      Maintained
10757 F:      drivers/media/platform/s3c-camif/
10758 F:      include/media/drv-intf/s3c_camif.h
10759
10760 SAMSUNG S5C73M3 CAMERA DRIVER
10761 M:      Kyungmin Park <kyungmin.park@samsung.com>
10762 M:      Andrzej Hajda <a.hajda@samsung.com>
10763 L:      linux-media@vger.kernel.org
10764 S:      Supported
10765 F:      drivers/media/i2c/s5c73m3/*
10766
10767 SAMSUNG S5K5BAF CAMERA DRIVER
10768 M:      Kyungmin Park <kyungmin.park@samsung.com>
10769 M:      Andrzej Hajda <a.hajda@samsung.com>
10770 L:      linux-media@vger.kernel.org
10771 S:      Supported
10772 F:      drivers/media/i2c/s5k5baf.c
10773
10774 SAMSUNG S3FWRN5 NFC DRIVER
10775 M:      Robert Baldyga <r.baldyga@samsung.com>
10776 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10777 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10778 S:      Supported
10779 F:      drivers/nfc/s3fwrn5
10780
10781 SAMSUNG SOC CLOCK DRIVERS
10782 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10783 M:      Tomasz Figa <tomasz.figa@gmail.com>
10784 M:      Chanwoo Choi <cw00.choi@samsung.com>
10785 S:      Supported
10786 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10787 F:      drivers/clk/samsung/
10788 F:      include/dt-bindings/clock/exynos*.h
10789 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10790
10791 SAMSUNG SPI DRIVERS
10792 M:      Kukjin Kim <kgene@kernel.org>
10793 M:      Krzysztof Kozlowski <krzk@kernel.org>
10794 M:      Andi Shyti <andi.shyti@samsung.com>
10795 L:      linux-spi@vger.kernel.org
10796 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10797 S:      Maintained
10798 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10799 F:      drivers/spi/spi-s3c*
10800 F:      include/linux/platform_data/spi-s3c64xx.h
10801
10802 SAMSUNG SXGBE DRIVERS
10803 M:      Byungho An <bh74.an@samsung.com>
10804 M:      Girish K S <ks.giri@samsung.com>
10805 M:      Vipul Pandya <vipul.pandya@samsung.com>
10806 S:      Supported
10807 L:      netdev@vger.kernel.org
10808 F:      drivers/net/ethernet/samsung/sxgbe/
10809
10810 SAMSUNG THERMAL DRIVER
10811 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10812 L:      linux-pm@vger.kernel.org
10813 L:      linux-samsung-soc@vger.kernel.org
10814 S:      Supported
10815 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10816 F:      drivers/thermal/samsung/
10817
10818 SAMSUNG USB2 PHY DRIVER
10819 M:      Kamil Debski <kamil@wypas.org>
10820 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10821 L:      linux-kernel@vger.kernel.org
10822 S:      Supported
10823 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10824 F:      Documentation/phy/samsung-usb2.txt
10825 F:      drivers/phy/phy-exynos4210-usb2.c
10826 F:      drivers/phy/phy-exynos4x12-usb2.c
10827 F:      drivers/phy/phy-exynos5250-usb2.c
10828 F:      drivers/phy/phy-s5pv210-usb2.c
10829 F:      drivers/phy/phy-samsung-usb2.c
10830 F:      drivers/phy/phy-samsung-usb2.h
10831
10832 SERIAL DRIVERS
10833 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10834 L:      linux-serial@vger.kernel.org
10835 S:      Maintained
10836 F:      Documentation/devicetree/bindings/serial/
10837 F:      drivers/tty/serial/
10838
10839 SERIAL IR RECEIVER
10840 M:      Sean Young <sean@mess.org>
10841 L:      linux-media@vger.kernel.org
10842 S:      Maintained
10843 F:      drivers/media/rc/serial_ir.c
10844
10845 STI CEC DRIVER
10846 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10847 L:      kernel@stlinux.com
10848 S:      Maintained
10849 F:      drivers/staging/media/st-cec/
10850 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10851
10852 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
10853 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10854 L:      linux-s390@vger.kernel.org
10855 W:      http://www.ibm.com/developerworks/linux/linux390/
10856 S:      Supported
10857 F:      net/smc/
10858
10859 SYNOPSYS DESIGNWARE DMAC DRIVER
10860 M:      Viresh Kumar <vireshk@kernel.org>
10861 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10862 S:      Maintained
10863 F:      include/linux/dma/dw.h
10864 F:      include/linux/platform_data/dma-dw.h
10865 F:      drivers/dma/dw/
10866
10867 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10868 M: Lars Persson <lars.persson@axis.com>
10869 L: netdev@vger.kernel.org
10870 S: Supported
10871 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10872 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10873
10874 SYNOPSYS DESIGNWARE I2C DRIVER
10875 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10876 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10877 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10878 L:      linux-i2c@vger.kernel.org
10879 S:      Maintained
10880 F:      drivers/i2c/busses/i2c-designware-*
10881 F:      include/linux/platform_data/i2c-designware.h
10882
10883 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10884 M:      Jaehoon Chung <jh80.chung@samsung.com>
10885 L:      linux-mmc@vger.kernel.org
10886 S:      Maintained
10887 F:      include/linux/mmc/dw_mmc.h
10888 F:      drivers/mmc/host/dw_mmc*
10889
10890 SYSTEM TRACE MODULE CLASS
10891 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10892 S:      Maintained
10893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10894 F:      Documentation/trace/stm.txt
10895 F:      drivers/hwtracing/stm/
10896 F:      include/linux/stm.h
10897 F:      include/uapi/linux/stm.h
10898
10899 THUNDERBOLT DRIVER
10900 M:      Andreas Noever <andreas.noever@gmail.com>
10901 S:      Maintained
10902 F:      drivers/thunderbolt/
10903
10904 TI BQ27XXX POWER SUPPLY DRIVER
10905 R:      Andrew F. Davis <afd@ti.com>
10906 F:      include/linux/power/bq27xxx_battery.h
10907 F:      drivers/power/supply/bq27xxx_battery.c
10908 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10909
10910 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10911 M:      John Stultz <john.stultz@linaro.org>
10912 M:      Thomas Gleixner <tglx@linutronix.de>
10913 L:      linux-kernel@vger.kernel.org
10914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10915 S:      Supported
10916 F:      include/linux/clocksource.h
10917 F:      include/linux/time.h
10918 F:      include/linux/timex.h
10919 F:      include/uapi/linux/time.h
10920 F:      include/uapi/linux/timex.h
10921 F:      kernel/time/clocksource.c
10922 F:      kernel/time/time*.c
10923 F:      kernel/time/alarmtimer.c
10924 F:      kernel/time/ntp.c
10925 F:      tools/testing/selftests/timers/
10926
10927 SC1200 WDT DRIVER
10928 M:      Zwane Mwaikambo <zwanem@gmail.com>
10929 S:      Maintained
10930 F:      drivers/watchdog/sc1200wdt.c
10931
10932 SCHEDULER
10933 M:      Ingo Molnar <mingo@redhat.com>
10934 M:      Peter Zijlstra <peterz@infradead.org>
10935 L:      linux-kernel@vger.kernel.org
10936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10937 S:      Maintained
10938 F:      kernel/sched/
10939 F:      include/linux/sched.h
10940 F:      include/uapi/linux/sched.h
10941 F:      include/linux/wait.h
10942
10943 SCORE ARCHITECTURE
10944 M:      Chen Liqin <liqin.linux@gmail.com>
10945 M:      Lennox Wu <lennox.wu@gmail.com>
10946 W:      http://www.sunplus.com
10947 S:      Supported
10948 F:      arch/score/
10949
10950 SCR24X CHIP CARD INTERFACE DRIVER
10951 M:      Lubomir Rintel <lkundrak@v3.sk>
10952 S:      Supported
10953 F:      drivers/char/pcmcia/scr24x_cs.c
10954
10955 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10956 M:      Sudeep Holla <sudeep.holla@arm.com>
10957 L:      linux-arm-kernel@lists.infradead.org
10958 S:      Maintained
10959 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10960 F:      drivers/clk/clk-scpi.c
10961 F:      drivers/cpufreq/scpi-cpufreq.c
10962 F:      drivers/firmware/arm_scpi.c
10963 F:      include/linux/scpi_protocol.h
10964
10965 SCSI CDROM DRIVER
10966 M:      Jens Axboe <axboe@kernel.dk>
10967 L:      linux-scsi@vger.kernel.org
10968 W:      http://www.kernel.dk
10969 S:      Maintained
10970 F:      drivers/scsi/sr*
10971
10972 SCSI RDMA PROTOCOL (SRP) INITIATOR
10973 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10974 L:      linux-rdma@vger.kernel.org
10975 S:      Supported
10976 W:      http://www.openfabrics.org
10977 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10979 F:      drivers/infiniband/ulp/srp/
10980 F:      include/scsi/srp.h
10981
10982 SCSI SG DRIVER
10983 M:      Doug Gilbert <dgilbert@interlog.com>
10984 L:      linux-scsi@vger.kernel.org
10985 W:      http://sg.danny.cz/sg
10986 S:      Maintained
10987 F:      Documentation/scsi/scsi-generic.txt
10988 F:      drivers/scsi/sg.c
10989 F:      include/scsi/sg.h
10990
10991 SCSI SUBSYSTEM
10992 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10994 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10996 L:      linux-scsi@vger.kernel.org
10997 S:      Maintained
10998 F:      Documentation/devicetree/bindings/scsi/
10999 F:      drivers/scsi/
11000 F:      include/scsi/
11001
11002 SCSI TAPE DRIVER
11003 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11004 L:      linux-scsi@vger.kernel.org
11005 S:      Maintained
11006 F:      Documentation/scsi/st.txt
11007 F:      drivers/scsi/st.*
11008 F:      drivers/scsi/st_*.h
11009
11010 SCTP PROTOCOL
11011 M:      Vlad Yasevich <vyasevich@gmail.com>
11012 M:      Neil Horman <nhorman@tuxdriver.com>
11013 L:      linux-sctp@vger.kernel.org
11014 W:      http://lksctp.sourceforge.net
11015 S:      Maintained
11016 F:      Documentation/networking/sctp.txt
11017 F:      include/linux/sctp.h
11018 F:      include/uapi/linux/sctp.h
11019 F:      include/net/sctp/
11020 F:      net/sctp/
11021
11022 SCx200 CPU SUPPORT
11023 M:      Jim Cromie <jim.cromie@gmail.com>
11024 S:      Odd Fixes
11025 F:      Documentation/i2c/busses/scx200_acb
11026 F:      arch/x86/platform/scx200/
11027 F:      drivers/watchdog/scx200_wdt.c
11028 F:      drivers/i2c/busses/scx200*
11029 F:      drivers/mtd/maps/scx200_docflash.c
11030 F:      include/linux/scx200.h
11031
11032 SCx200 GPIO DRIVER
11033 M:      Jim Cromie <jim.cromie@gmail.com>
11034 S:      Maintained
11035 F:      drivers/char/scx200_gpio.c
11036 F:      include/linux/scx200_gpio.h
11037
11038 SCx200 HRT CLOCKSOURCE DRIVER
11039 M:      Jim Cromie <jim.cromie@gmail.com>
11040 S:      Maintained
11041 F:      drivers/clocksource/scx200_hrt.c
11042
11043 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11044 M:      Sascha Sommer <saschasommer@freenet.de>
11045 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11046 S:      Maintained
11047 F:      drivers/mmc/host/sdricoh_cs.c
11048
11049 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11050 M:      Adrian Hunter <adrian.hunter@intel.com>
11051 L:      linux-mmc@vger.kernel.org
11052 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11053 S:      Maintained
11054 F:      drivers/mmc/host/sdhci*
11055 F:      include/linux/mmc/sdhci*
11056
11057 SECURE COMPUTING
11058 M:      Kees Cook <keescook@chromium.org>
11059 R:      Andy Lutomirski <luto@amacapital.net>
11060 R:      Will Drewry <wad@chromium.org>
11061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11062 S:      Supported
11063 F:      kernel/seccomp.c
11064 F:      include/uapi/linux/seccomp.h
11065 F:      include/linux/seccomp.h
11066 F:      tools/testing/selftests/seccomp/*
11067 K:      \bsecure_computing
11068 K:      \bTIF_SECCOMP\b
11069
11070 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11071 M:      Al Cooper <alcooperx@gmail.com>
11072 L:      linux-mmc@vger.kernel.org
11073 L:      bcm-kernel-feedback-list@broadcom.com
11074 S:      Maintained
11075 F:      drivers/mmc/host/sdhci-brcmstb*
11076
11077 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11078 M:      Ben Dooks <ben-linux@fluff.org>
11079 M:      Jaehoon Chung <jh80.chung@samsung.com>
11080 L:      linux-mmc@vger.kernel.org
11081 S:      Maintained
11082 F:      drivers/mmc/host/sdhci-s3c*
11083
11084 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11085 M:      Viresh Kumar <vireshk@kernel.org>
11086 L:      linux-mmc@vger.kernel.org
11087 S:      Maintained
11088 F:      drivers/mmc/host/sdhci-spear.c
11089
11090 SECURITY SUBSYSTEM
11091 M:      James Morris <james.l.morris@oracle.com>
11092 M:      "Serge E. Hallyn" <serge@hallyn.com>
11093 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11095 W:      http://kernsec.org/
11096 S:      Supported
11097 F:      security/
11098
11099 SECURITY CONTACT
11100 M:      Security Officers <security@kernel.org>
11101 S:      Supported
11102
11103 SELINUX SECURITY MODULE
11104 M:      Paul Moore <paul@paul-moore.com>
11105 M:      Stephen Smalley <sds@tycho.nsa.gov>
11106 M:      Eric Paris <eparis@parisplace.org>
11107 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11108 W:      http://selinuxproject.org
11109 T:      git git://git.infradead.org/users/pcmoore/selinux
11110 S:      Supported
11111 F:      include/linux/selinux*
11112 F:      security/selinux/
11113 F:      scripts/selinux/
11114
11115 APPARMOR SECURITY MODULE
11116 M:      John Johansen <john.johansen@canonical.com>
11117 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11118 W:      apparmor.wiki.kernel.org
11119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11120 S:      Supported
11121 F:      security/apparmor/
11122
11123 LOADPIN SECURITY MODULE
11124 M:      Kees Cook <keescook@chromium.org>
11125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11126 S:      Supported
11127 F:      security/loadpin/
11128
11129 YAMA SECURITY MODULE
11130 M:      Kees Cook <keescook@chromium.org>
11131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11132 S:      Supported
11133 F:      security/yama/
11134
11135 SENSABLE PHANTOM
11136 M:      Jiri Slaby <jirislaby@gmail.com>
11137 S:      Maintained
11138 F:      drivers/misc/phantom.c
11139 F:      include/uapi/linux/phantom.h
11140
11141 Emulex 10Gbps iSCSI - OneConnect DRIVER
11142 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11143 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11144 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11145 L:      linux-scsi@vger.kernel.org
11146 W:      http://www.broadcom.com
11147 S:      Supported
11148 F:      drivers/scsi/be2iscsi/
11149
11150 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11151 M:      Sathya Perla <sathya.perla@broadcom.com>
11152 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11153 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11154 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11155 L:      netdev@vger.kernel.org
11156 W:      http://www.emulex.com
11157 S:      Supported
11158 F:      drivers/net/ethernet/emulex/benet/
11159
11160 EMULEX ONECONNECT ROCE DRIVER
11161 M:      Selvin Xavier <selvin.xavier@avagotech.com>
11162 M:      Devesh Sharma <devesh.sharma@avagotech.com>
11163 L:      linux-rdma@vger.kernel.org
11164 W:      http://www.emulex.com
11165 S:      Supported
11166 F:      drivers/infiniband/hw/ocrdma/
11167 F:      include/uapi/rdma/ocrdma-abi.h
11168
11169 SFC NETWORK DRIVER
11170 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11171 M:      Edward Cree <ecree@solarflare.com>
11172 M:      Bert Kenward <bkenward@solarflare.com>
11173 L:      netdev@vger.kernel.org
11174 S:      Supported
11175 F:      drivers/net/ethernet/sfc/
11176
11177 SGI GRU DRIVER
11178 M:      Dimitri Sivanich <sivanich@sgi.com>
11179 S:      Maintained
11180 F:      drivers/misc/sgi-gru/
11181
11182 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11183 M:      Pat Gefre <pfg@sgi.com>
11184 L:      linux-ia64@vger.kernel.org
11185 S:      Supported
11186 F:      Documentation/ia64/serial.txt
11187 F:      drivers/tty/serial/ioc?_serial.c
11188 F:      include/linux/ioc?.h
11189
11190 SGI XP/XPC/XPNET DRIVER
11191 M:      Cliff Whickman <cpw@sgi.com>
11192 M:      Robin Holt <robinmholt@gmail.com>
11193 S:      Maintained
11194 F:      drivers/misc/sgi-xp/
11195
11196 SI2157 MEDIA DRIVER
11197 M:      Antti Palosaari <crope@iki.fi>
11198 L:      linux-media@vger.kernel.org
11199 W:      https://linuxtv.org
11200 W:      http://palosaari.fi/linux/
11201 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11202 T:      git git://linuxtv.org/anttip/media_tree.git
11203 S:      Maintained
11204 F:      drivers/media/tuners/si2157*
11205
11206 SI2168 MEDIA DRIVER
11207 M:      Antti Palosaari <crope@iki.fi>
11208 L:      linux-media@vger.kernel.org
11209 W:      https://linuxtv.org
11210 W:      http://palosaari.fi/linux/
11211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11212 T:      git git://linuxtv.org/anttip/media_tree.git
11213 S:      Maintained
11214 F:      drivers/media/dvb-frontends/si2168*
11215
11216 SI470X FM RADIO RECEIVER I2C DRIVER
11217 M:      Hans Verkuil <hverkuil@xs4all.nl>
11218 L:      linux-media@vger.kernel.org
11219 T:      git git://linuxtv.org/media_tree.git
11220 W:      https://linuxtv.org
11221 S:      Odd Fixes
11222 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11223
11224 SI470X FM RADIO RECEIVER USB DRIVER
11225 M:      Hans Verkuil <hverkuil@xs4all.nl>
11226 L:      linux-media@vger.kernel.org
11227 T:      git git://linuxtv.org/media_tree.git
11228 W:      https://linuxtv.org
11229 S:      Maintained
11230 F:      drivers/media/radio/si470x/radio-si470x-common.c
11231 F:      drivers/media/radio/si470x/radio-si470x.h
11232 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11233
11234 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11235 M:      Eduardo Valentin <edubezval@gmail.com>
11236 L:      linux-media@vger.kernel.org
11237 T:      git git://linuxtv.org/media_tree.git
11238 W:      https://linuxtv.org
11239 S:      Odd Fixes
11240 F:      drivers/media/radio/si4713/si4713.?
11241
11242 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11243 M:      Eduardo Valentin <edubezval@gmail.com>
11244 L:      linux-media@vger.kernel.org
11245 T:      git git://linuxtv.org/media_tree.git
11246 W:      https://linuxtv.org
11247 S:      Odd Fixes
11248 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11249
11250 SI4713 FM RADIO TRANSMITTER USB DRIVER
11251 M:      Hans Verkuil <hverkuil@xs4all.nl>
11252 L:      linux-media@vger.kernel.org
11253 T:      git git://linuxtv.org/media_tree.git
11254 W:      https://linuxtv.org
11255 S:      Maintained
11256 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11257
11258 SIANO DVB DRIVER
11259 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11260 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11261 L:      linux-media@vger.kernel.org
11262 W:      https://linuxtv.org
11263 T:      git git://linuxtv.org/media_tree.git
11264 S:      Odd fixes
11265 F:      drivers/media/common/siano/
11266 F:      drivers/media/usb/siano/
11267 F:      drivers/media/usb/siano/
11268 F:      drivers/media/mmc/siano/
11269
11270 SIMPLEFB FB DRIVER
11271 M:      Hans de Goede <hdegoede@redhat.com>
11272 L:      linux-fbdev@vger.kernel.org
11273 S:      Maintained
11274 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11275 F:      drivers/video/fbdev/simplefb.c
11276 F:      include/linux/platform_data/simplefb.h
11277
11278 SH_VEU V4L2 MEM2MEM DRIVER
11279 L:      linux-media@vger.kernel.org
11280 S:      Orphan
11281 F:      drivers/media/platform/sh_veu.c
11282
11283 SH_VOU V4L2 OUTPUT DRIVER
11284 L:      linux-media@vger.kernel.org
11285 S:      Orphan
11286 F:      drivers/media/platform/sh_vou.c
11287 F:      include/media/drv-intf/sh_vou.h
11288
11289 SIMPLE FIRMWARE INTERFACE (SFI)
11290 M:      Len Brown <lenb@kernel.org>
11291 L:      sfi-devel@simplefirmware.org
11292 W:      http://simplefirmware.org/
11293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11294 S:      Supported
11295 F:      arch/x86/platform/sfi/
11296 F:      drivers/sfi/
11297 F:      include/linux/sfi*.h
11298
11299 SIMTEC EB110ATX (Chalice CATS)
11300 P:      Ben Dooks
11301 P:      Vincent Sanders <vince@simtec.co.uk>
11302 M:      Simtec Linux Team <linux@simtec.co.uk>
11303 W:      http://www.simtec.co.uk/products/EB110ATX/
11304 S:      Supported
11305
11306 SIMTEC EB2410ITX (BAST)
11307 P:      Ben Dooks
11308 P:      Vincent Sanders <vince@simtec.co.uk>
11309 M:      Simtec Linux Team <linux@simtec.co.uk>
11310 W:      http://www.simtec.co.uk/products/EB2410ITX/
11311 S:      Supported
11312 F:      arch/arm/mach-s3c24xx/mach-bast.c
11313 F:      arch/arm/mach-s3c24xx/bast-ide.c
11314 F:      arch/arm/mach-s3c24xx/bast-irq.c
11315
11316 SIPHASH PRF ROUTINES
11317 M:      Jason A. Donenfeld <Jason@zx2c4.com>
11318 S:      Maintained
11319 F:      lib/siphash.c
11320 F:      lib/test_siphash.c
11321 F:      include/linux/siphash.h
11322
11323 TI DAVINCI MACHINE SUPPORT
11324 M:      Sekhar Nori <nsekhar@ti.com>
11325 M:      Kevin Hilman <khilman@kernel.org>
11326 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11328 S:      Supported
11329 F:      arch/arm/mach-davinci/
11330 F:      drivers/i2c/busses/i2c-davinci.c
11331
11332 TI DAVINCI SERIES MEDIA DRIVER
11333 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11334 L:      linux-media@vger.kernel.org
11335 W:      https://linuxtv.org
11336 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11337 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11338 S:      Maintained
11339 F:      drivers/media/platform/davinci/
11340 F:      include/media/davinci/
11341
11342 TI AM437X VPFE DRIVER
11343 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11344 L:      linux-media@vger.kernel.org
11345 W:      https://linuxtv.org
11346 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11347 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11348 S:      Maintained
11349 F:      drivers/media/platform/am437x/
11350
11351 OV2659 OMNIVISION SENSOR DRIVER
11352 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11353 L:      linux-media@vger.kernel.org
11354 W:      https://linuxtv.org
11355 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11356 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11357 S:      Maintained
11358 F:      drivers/media/i2c/ov2659.c
11359 F:      include/media/i2c/ov2659.h
11360
11361 SILICON MOTION SM712 FRAME BUFFER DRIVER
11362 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11363 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11364 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11365 L:      linux-fbdev@vger.kernel.org
11366 S:      Maintained
11367 F:      drivers/video/fbdev/sm712*
11368 F:      Documentation/fb/sm712fb.txt
11369
11370 SIS 190 ETHERNET DRIVER
11371 M:      Francois Romieu <romieu@fr.zoreil.com>
11372 L:      netdev@vger.kernel.org
11373 S:      Maintained
11374 F:      drivers/net/ethernet/sis/sis190.c
11375
11376 SIS 900/7016 FAST ETHERNET DRIVER
11377 M:      Daniele Venzano <venza@brownhat.org>
11378 W:      http://www.brownhat.org/sis900.html
11379 L:      netdev@vger.kernel.org
11380 S:      Maintained
11381 F:      drivers/net/ethernet/sis/sis900.*
11382
11383 SIS FRAMEBUFFER DRIVER
11384 M:      Thomas Winischhofer <thomas@winischhofer.net>
11385 W:      http://www.winischhofer.net/linuxsisvga.shtml
11386 S:      Maintained
11387 F:      Documentation/fb/sisfb.txt
11388 F:      drivers/video/fbdev/sis/
11389 F:      include/video/sisfb.h
11390
11391 SIS USB2VGA DRIVER
11392 M:      Thomas Winischhofer <thomas@winischhofer.net>
11393 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11394 S:      Maintained
11395 F:      drivers/usb/misc/sisusbvga/
11396
11397 SLAB ALLOCATOR
11398 M:      Christoph Lameter <cl@linux.com>
11399 M:      Pekka Enberg <penberg@kernel.org>
11400 M:      David Rientjes <rientjes@google.com>
11401 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11402 M:      Andrew Morton <akpm@linux-foundation.org>
11403 L:      linux-mm@kvack.org
11404 S:      Maintained
11405 F:      include/linux/sl?b*.h
11406 F:      mm/sl?b*
11407
11408 SLEEPABLE READ-COPY UPDATE (SRCU)
11409 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11410 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11411 M:      Josh Triplett <josh@joshtriplett.org>
11412 R:      Steven Rostedt <rostedt@goodmis.org>
11413 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11414 L:      linux-kernel@vger.kernel.org
11415 W:      http://www.rdrop.com/users/paulmck/RCU/
11416 S:      Supported
11417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11418 F:      include/linux/srcu.h
11419 F:      kernel/rcu/srcu.c
11420
11421 SMACK SECURITY MODULE
11422 M:      Casey Schaufler <casey@schaufler-ca.com>
11423 L:      linux-security-module@vger.kernel.org
11424 W:      http://schaufler-ca.com
11425 T:      git git://github.com/cschaufler/smack-next
11426 S:      Maintained
11427 F:      Documentation/security/Smack.txt
11428 F:      security/smack/
11429
11430 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11431 M:      Kevin Hilman <khilman@kernel.org>
11432 M:      Nishanth Menon <nm@ti.com>
11433 S:      Maintained
11434 F:      drivers/power/avs/
11435 F:      include/linux/power/smartreflex.h
11436 L:      linux-pm@vger.kernel.org
11437
11438 SMC91x ETHERNET DRIVER
11439 M:      Nicolas Pitre <nico@fluxnic.net>
11440 S:      Odd Fixes
11441 F:      drivers/net/ethernet/smsc/smc91x.*
11442
11443 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11444 M:      Sakari Ailus <sakari.ailus@iki.fi>
11445 L:      linux-media@vger.kernel.org
11446 S:      Maintained
11447 F:      drivers/media/i2c/smiapp/
11448 F:      include/media/i2c/smiapp.h
11449 F:      drivers/media/i2c/smiapp-pll.c
11450 F:      drivers/media/i2c/smiapp-pll.h
11451 F:      include/uapi/linux/smiapp.h
11452 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11453
11454 SMM665 HARDWARE MONITOR DRIVER
11455 M:      Guenter Roeck <linux@roeck-us.net>
11456 L:      linux-hwmon@vger.kernel.org
11457 S:      Maintained
11458 F:      Documentation/hwmon/smm665
11459 F:      drivers/hwmon/smm665.c
11460
11461 SMSC EMC2103 HARDWARE MONITOR DRIVER
11462 M:      Steve Glendinning <steve.glendinning@shawell.net>
11463 L:      linux-hwmon@vger.kernel.org
11464 S:      Maintained
11465 F:      Documentation/hwmon/emc2103
11466 F:      drivers/hwmon/emc2103.c
11467
11468 SMSC SCH5627 HARDWARE MONITOR DRIVER
11469 M:      Hans de Goede <hdegoede@redhat.com>
11470 L:      linux-hwmon@vger.kernel.org
11471 S:      Supported
11472 F:      Documentation/hwmon/sch5627
11473 F:      drivers/hwmon/sch5627.c
11474
11475 SMSC47B397 HARDWARE MONITOR DRIVER
11476 M:      Jean Delvare <jdelvare@suse.com>
11477 L:      linux-hwmon@vger.kernel.org
11478 S:      Maintained
11479 F:      Documentation/hwmon/smsc47b397
11480 F:      drivers/hwmon/smsc47b397.c
11481
11482 SMSC911x ETHERNET DRIVER
11483 M:      Steve Glendinning <steve.glendinning@shawell.net>
11484 L:      netdev@vger.kernel.org
11485 S:      Maintained
11486 F:      include/linux/smsc911x.h
11487 F:      drivers/net/ethernet/smsc/smsc911x.*
11488
11489 SMSC9420 PCI ETHERNET DRIVER
11490 M:      Steve Glendinning <steve.glendinning@shawell.net>
11491 L:      netdev@vger.kernel.org
11492 S:      Maintained
11493 F:      drivers/net/ethernet/smsc/smsc9420.*
11494
11495 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11496 M:      Steve Glendinning <steve.glendinning@shawell.net>
11497 L:      linux-fbdev@vger.kernel.org
11498 S:      Maintained
11499 F:      drivers/video/fbdev/smscufx.c
11500
11501 SOC-CAMERA V4L2 SUBSYSTEM
11502 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11503 L:      linux-media@vger.kernel.org
11504 T:      git git://linuxtv.org/media_tree.git
11505 S:      Maintained
11506 F:      include/media/soc*
11507 F:      drivers/media/i2c/soc_camera/
11508 F:      drivers/media/platform/soc_camera/
11509
11510 SOEKRIS NET48XX LED SUPPORT
11511 M:      Chris Boot <bootc@bootc.net>
11512 S:      Maintained
11513 F:      drivers/leds/leds-net48xx.c
11514
11515 SOFTLOGIC 6x10 MPEG CODEC
11516 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11517 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11518 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11519 M:      Ismael Luceno <ismael@iodev.co.uk>
11520 L:      linux-media@vger.kernel.org
11521 S:      Supported
11522 F:      drivers/media/pci/solo6x10/
11523
11524 SOFTWARE RAID (Multiple Disks) SUPPORT
11525 M:      Shaohua Li <shli@kernel.org>
11526 L:      linux-raid@vger.kernel.org
11527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11528 S:      Supported
11529 F:      drivers/md/
11530 F:      include/linux/raid/
11531 F:      include/uapi/linux/raid/
11532
11533 SONIC NETWORK DRIVER
11534 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11535 L:      netdev@vger.kernel.org
11536 S:      Maintained
11537 F:      drivers/net/ethernet/natsemi/sonic.*
11538
11539 SONICS SILICON BACKPLANE DRIVER (SSB)
11540 M:      Michael Buesch <m@bues.ch>
11541 L:      linux-wireless@vger.kernel.org
11542 S:      Maintained
11543 F:      drivers/ssb/
11544 F:      include/linux/ssb/
11545
11546 SONY VAIO CONTROL DEVICE DRIVER
11547 M:      Mattia Dongili <malattia@linux.it>
11548 L:      platform-driver-x86@vger.kernel.org
11549 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11550 S:      Maintained
11551 F:      Documentation/laptops/sony-laptop.txt
11552 F:      drivers/char/sonypi.c
11553 F:      drivers/platform/x86/sony-laptop.c
11554 F:      include/linux/sony-laptop.h
11555
11556 SONY MEMORYSTICK CARD SUPPORT
11557 M:      Alex Dubov <oakad@yahoo.com>
11558 W:      http://tifmxx.berlios.de/
11559 S:      Maintained
11560 F:      drivers/memstick/host/tifm_ms.c
11561
11562 SONY MEMORYSTICK STANDARD SUPPORT
11563 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11564 S:      Maintained
11565 F:      drivers/memstick/core/ms_block.*
11566
11567 SOUND
11568 M:      Jaroslav Kysela <perex@perex.cz>
11569 M:      Takashi Iwai <tiwai@suse.com>
11570 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11571 W:      http://www.alsa-project.org/
11572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11573 T:      git git://git.alsa-project.org/alsa-kernel.git
11574 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11575 S:      Maintained
11576 F:      Documentation/sound/
11577 F:      include/sound/
11578 F:      include/uapi/sound/
11579 F:      sound/
11580
11581 SOUND - COMPRESSED AUDIO
11582 M:      Vinod Koul <vinod.koul@intel.com>
11583 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11585 S:      Supported
11586 F:      Documentation/sound/alsa/compress_offload.txt
11587 F:      include/sound/compress_driver.h
11588 F:      include/uapi/sound/compress_*
11589 F:      sound/core/compress_offload.c
11590 F:      sound/soc/soc-compress.c
11591
11592 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11593 M:      Liam Girdwood <lgirdwood@gmail.com>
11594 M:      Mark Brown <broonie@kernel.org>
11595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11596 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11597 W:      http://alsa-project.org/main/index.php/ASoC
11598 S:      Supported
11599 F:      Documentation/devicetree/bindings/sound/
11600 F:      Documentation/sound/alsa/soc/
11601 F:      sound/soc/
11602 F:      include/sound/soc*
11603
11604 SOUND - DMAENGINE HELPERS
11605 M:      Lars-Peter Clausen <lars@metafoo.de>
11606 S:      Supported
11607 F:      include/sound/dmaengine_pcm.h
11608 F:      sound/core/pcm_dmaengine.c
11609 F:      sound/soc/soc-generic-dmaengine-pcm.c
11610
11611 SP2 MEDIA DRIVER
11612 M:      Olli Salonen <olli.salonen@iki.fi>
11613 L:      linux-media@vger.kernel.org
11614 W:      https://linuxtv.org
11615 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11616 S:      Maintained
11617 F:      drivers/media/dvb-frontends/sp2*
11618
11619 SPARC + UltraSPARC (sparc/sparc64)
11620 M:      "David S. Miller" <davem@davemloft.net>
11621 L:      sparclinux@vger.kernel.org
11622 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11625 S:      Maintained
11626 F:      arch/sparc/
11627 F:      drivers/sbus/
11628
11629 SPARC SERIAL DRIVERS
11630 M:      "David S. Miller" <davem@davemloft.net>
11631 L:      sparclinux@vger.kernel.org
11632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11634 S:      Maintained
11635 F:      include/linux/sunserialcore.h
11636 F:      drivers/tty/serial/suncore.c
11637 F:      drivers/tty/serial/sunhv.c
11638 F:      drivers/tty/serial/sunsab.c
11639 F:      drivers/tty/serial/sunsab.h
11640 F:      drivers/tty/serial/sunsu.c
11641 F:      drivers/tty/serial/sunzilog.c
11642 F:      drivers/tty/serial/sunzilog.h
11643
11644 SPARSE CHECKER
11645 M:      "Christopher Li" <sparse@chrisli.org>
11646 L:      linux-sparse@vger.kernel.org
11647 W:      https://sparse.wiki.kernel.org/
11648 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11649 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11650 S:      Maintained
11651 F:      include/linux/compiler.h
11652
11653 SPEAR PLATFORM SUPPORT
11654 M:      Viresh Kumar <vireshk@kernel.org>
11655 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11656 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11657 W:      http://www.st.com/spear
11658 S:      Maintained
11659 F:      arch/arm/boot/dts/spear*
11660 F:      arch/arm/mach-spear/
11661
11662 SPEAR CLOCK FRAMEWORK SUPPORT
11663 M:      Viresh Kumar <vireshk@kernel.org>
11664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11665 W:      http://www.st.com/spear
11666 S:      Maintained
11667 F:      drivers/clk/spear/
11668
11669 SPI NOR SUBSYSTEM
11670 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11671 M:      Marek Vasut <marek.vasut@gmail.com>
11672 L:      linux-mtd@lists.infradead.org
11673 W:      http://www.linux-mtd.infradead.org/
11674 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11675 T:      git git://github.com/spi-nor/linux.git
11676 S:      Maintained
11677 F:      drivers/mtd/spi-nor/
11678 F:      include/linux/mtd/spi-nor.h
11679
11680 SPI SUBSYSTEM
11681 M:      Mark Brown <broonie@kernel.org>
11682 L:      linux-spi@vger.kernel.org
11683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11684 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11685 S:      Maintained
11686 F:      Documentation/devicetree/bindings/spi/
11687 F:      Documentation/spi/
11688 F:      drivers/spi/
11689 F:      include/linux/spi/
11690 F:      include/uapi/linux/spi/
11691 F:      tools/spi/
11692
11693 SPIDERNET NETWORK DRIVER for CELL
11694 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11695 L:      netdev@vger.kernel.org
11696 S:      Supported
11697 F:      Documentation/networking/spider_net.txt
11698 F:      drivers/net/ethernet/toshiba/spider_net*
11699
11700 SPU FILE SYSTEM
11701 M:      Jeremy Kerr <jk@ozlabs.org>
11702 L:      linuxppc-dev@lists.ozlabs.org
11703 W:      http://www.ibm.com/developerworks/power/cell/
11704 S:      Supported
11705 F:      Documentation/filesystems/spufs.txt
11706 F:      arch/powerpc/platforms/cell/spufs/
11707
11708 SQUASHFS FILE SYSTEM
11709 M:      Phillip Lougher <phillip@squashfs.org.uk>
11710 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11711 W:      http://squashfs.org.uk
11712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11713 S:      Maintained
11714 F:      Documentation/filesystems/squashfs.txt
11715 F:      fs/squashfs/
11716
11717 SRM (Alpha) environment access
11718 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11719 S:      Maintained
11720 F:      arch/alpha/kernel/srm_env.c
11721
11722 STABLE BRANCH
11723 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11724 L:      stable@vger.kernel.org
11725 S:      Supported
11726 F:      Documentation/process/stable-kernel-rules.rst
11727
11728 STAGING SUBSYSTEM
11729 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11731 L:      devel@driverdev.osuosl.org
11732 S:      Supported
11733 F:      drivers/staging/
11734
11735 STAGING - COMEDI
11736 M:      Ian Abbott <abbotti@mev.co.uk>
11737 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11738 S:      Odd Fixes
11739 F:      drivers/staging/comedi/
11740
11741 STAGING - FLARION FT1000 DRIVERS
11742 M:      Marek Belisko <marek.belisko@gmail.com>
11743 S:      Odd Fixes
11744 F:      drivers/staging/ft1000/
11745
11746 STAGING - INDUSTRIAL IO
11747 M:      Jonathan Cameron <jic23@kernel.org>
11748 L:      linux-iio@vger.kernel.org
11749 S:      Odd Fixes
11750 F:      Documentation/devicetree/bindings/staging/iio/
11751 F:      drivers/staging/iio/
11752
11753 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11754 M:      Jarod Wilson <jarod@wilsonet.com>
11755 W:      http://www.lirc.org/
11756 S:      Odd Fixes
11757 F:      drivers/staging/media/lirc/
11758
11759 STAGING - LUSTRE PARALLEL FILESYSTEM
11760 M:      Oleg Drokin <oleg.drokin@intel.com>
11761 M:      Andreas Dilger <andreas.dilger@intel.com>
11762 M:      James Simmons <jsimmons@infradead.org>
11763 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11764 W:      http://wiki.lustre.org/
11765 S:      Maintained
11766 F:      drivers/staging/lustre
11767
11768 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11769 M:      Marc Dietrich <marvin24@gmx.de>
11770 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11771 L:      linux-tegra@vger.kernel.org
11772 S:      Maintained
11773 F:      drivers/staging/nvec/
11774
11775 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11776 M:      Jens Frederich <jfrederich@gmail.com>
11777 M:      Daniel Drake <dsd@laptop.org>
11778 M:      Jon Nettleton <jon.nettleton@gmail.com>
11779 W:      http://wiki.laptop.org/go/DCON
11780 S:      Maintained
11781 F:      drivers/staging/olpc_dcon/
11782
11783 STAGING - REALTEK RTL8712U DRIVERS
11784 M:      Larry Finger <Larry.Finger@lwfinger.net>
11785 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11786 S:      Odd Fixes
11787 F:      drivers/staging/rtl8712/
11788
11789 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11790 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11791 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11792 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11793 L:      linux-fbdev@vger.kernel.org
11794 S:      Maintained
11795 F:      drivers/staging/sm750fb/
11796
11797 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11798 M:      William Hubbs <w.d.hubbs@gmail.com>
11799 M:      Chris Brannon <chris@the-brannons.com>
11800 M:      Kirk Reiser <kirk@reisers.ca>
11801 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11802 L:      speakup@linux-speakup.org
11803 W:      http://www.linux-speakup.org/
11804 S:      Odd Fixes
11805 F:      drivers/staging/speakup/
11806
11807 STAGING - VIA VT665X DRIVERS
11808 M:      Forest Bond <forest@alittletooquiet.net>
11809 S:      Odd Fixes
11810 F:      drivers/staging/vt665?/
11811
11812 STAGING - WILC1000 WIFI DRIVER
11813 M:      Aditya Shankar <aditya.shankar@microchip.com>
11814 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11815 L:      linux-wireless@vger.kernel.org
11816 S:      Supported
11817 F:      drivers/staging/wilc1000/
11818
11819 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11820 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11821 S:      Odd Fixes
11822 F:      drivers/staging/xgifb/
11823
11824 STARFIRE/DURALAN NETWORK DRIVER
11825 M:      Ion Badulescu <ionut@badula.org>
11826 S:      Odd Fixes
11827 F:      drivers/net/ethernet/adaptec/starfire*
11828
11829 SUN3/3X
11830 M:      Sam Creasey <sammy@sammy.net>
11831 W:      http://sammy.net/sun3/
11832 S:      Maintained
11833 F:      arch/m68k/kernel/*sun3*
11834 F:      arch/m68k/sun3*/
11835 F:      arch/m68k/include/asm/sun3*
11836 F:      drivers/net/ethernet/i825xx/sun3*
11837
11838 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11839 M:      Hans de Goede <hdegoede@redhat.com>
11840 L:      linux-input@vger.kernel.org
11841 S:      Maintained
11842 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11843 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11844
11845 SUNDANCE NETWORK DRIVER
11846 M:      Denis Kirjanov <kda@linux-powerpc.org>
11847 L:      netdev@vger.kernel.org
11848 S:      Maintained
11849 F:      drivers/net/ethernet/dlink/sundance.c
11850
11851 SUPERH
11852 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11853 M:      Rich Felker <dalias@libc.org>
11854 L:      linux-sh@vger.kernel.org
11855 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11856 S:      Maintained
11857 F:      Documentation/sh/
11858 F:      arch/sh/
11859 F:      drivers/sh/
11860
11861 SUSPEND TO RAM
11862 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11863 M:      Len Brown <len.brown@intel.com>
11864 M:      Pavel Machek <pavel@ucw.cz>
11865 L:      linux-pm@vger.kernel.org
11866 B:      https://bugzilla.kernel.org
11867 S:      Supported
11868 F:      Documentation/power/
11869 F:      arch/x86/kernel/acpi/
11870 F:      drivers/base/power/
11871 F:      kernel/power/
11872 F:      include/linux/suspend.h
11873 F:      include/linux/freezer.h
11874 F:      include/linux/pm.h
11875
11876 SVGA HANDLING
11877 M:      Martin Mares <mj@ucw.cz>
11878 L:      linux-video@atrey.karlin.mff.cuni.cz
11879 S:      Maintained
11880 F:      Documentation/svga.txt
11881 F:      arch/x86/boot/video*
11882
11883 SWIOTLB SUBSYSTEM
11884 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11885 L:      linux-kernel@vger.kernel.org
11886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11887 S:      Supported
11888 F:      lib/swiotlb.c
11889 F:      arch/*/kernel/pci-swiotlb.c
11890 F:      include/linux/swiotlb.h
11891
11892 SWITCHDEV
11893 M:      Jiri Pirko <jiri@resnulli.us>
11894 L:      netdev@vger.kernel.org
11895 S:      Supported
11896 F:      net/switchdev/
11897 F:      include/net/switchdev.h
11898
11899 SYNOPSYS ARC ARCHITECTURE
11900 M:      Vineet Gupta <vgupta@synopsys.com>
11901 L:      linux-snps-arc@lists.infradead.org
11902 S:      Supported
11903 F:      arch/arc/
11904 F:      Documentation/devicetree/bindings/arc/*
11905 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11906 F:      drivers/clocksource/arc_timer.c
11907 F:      drivers/tty/serial/arc_uart.c
11908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11909
11910 SYNOPSYS ARC SDP platform support
11911 M:      Alexey Brodkin <abrodkin@synopsys.com>
11912 S:      Supported
11913 F:      arch/arc/plat-axs10x
11914 F:      arch/arc/boot/dts/ax*
11915 F:      Documentation/devicetree/bindings/arc/axs10*
11916
11917 SYSTEM CONFIGURATION (SYSCON)
11918 M:      Lee Jones <lee.jones@linaro.org>
11919 M:      Arnd Bergmann <arnd@arndb.de>
11920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11921 S:      Supported
11922 F:      drivers/mfd/syscon.c
11923
11924 SYSTEM RESET/SHUTDOWN DRIVERS
11925 M:      Sebastian Reichel <sre@kernel.org>
11926 L:      linux-pm@vger.kernel.org
11927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11928 S:      Maintained
11929 F:      Documentation/devicetree/bindings/power/reset/
11930 F:      drivers/power/reset/
11931
11932 SYSV FILESYSTEM
11933 M:      Christoph Hellwig <hch@infradead.org>
11934 S:      Maintained
11935 F:      Documentation/filesystems/sysv-fs.txt
11936 F:      fs/sysv/
11937 F:      include/linux/sysv_fs.h
11938
11939 TARGET SUBSYSTEM
11940 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11941 L:      linux-scsi@vger.kernel.org
11942 L:      target-devel@vger.kernel.org
11943 W:      http://www.linux-iscsi.org
11944 W:      http://groups.google.com/group/linux-iscsi-target-dev
11945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11946 S:      Supported
11947 F:      drivers/target/
11948 F:      include/target/
11949 F:      Documentation/target/
11950
11951 TASKSTATS STATISTICS INTERFACE
11952 M:      Balbir Singh <bsingharora@gmail.com>
11953 S:      Maintained
11954 F:      Documentation/accounting/taskstats*
11955 F:      include/linux/taskstats*
11956 F:      kernel/taskstats.c
11957
11958 TC CLASSIFIER
11959 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11960 L:      netdev@vger.kernel.org
11961 S:      Maintained
11962 F:      include/net/pkt_cls.h
11963 F:      include/uapi/linux/pkt_cls.h
11964 F:      net/sched/
11965
11966 TCP LOW PRIORITY MODULE
11967 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11968 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11969 W:      http://tcp-lp-mod.sourceforge.net/
11970 S:      Maintained
11971 F:      net/ipv4/tcp_lp.c
11972
11973 TDA10071 MEDIA DRIVER
11974 M:      Antti Palosaari <crope@iki.fi>
11975 L:      linux-media@vger.kernel.org
11976 W:      https://linuxtv.org
11977 W:      http://palosaari.fi/linux/
11978 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11979 T:      git git://linuxtv.org/anttip/media_tree.git
11980 S:      Maintained
11981 F:      drivers/media/dvb-frontends/tda10071*
11982
11983 TDA18212 MEDIA DRIVER
11984 M:      Antti Palosaari <crope@iki.fi>
11985 L:      linux-media@vger.kernel.org
11986 W:      https://linuxtv.org
11987 W:      http://palosaari.fi/linux/
11988 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11989 T:      git git://linuxtv.org/anttip/media_tree.git
11990 S:      Maintained
11991 F:      drivers/media/tuners/tda18212*
11992
11993 TDA18218 MEDIA DRIVER
11994 M:      Antti Palosaari <crope@iki.fi>
11995 L:      linux-media@vger.kernel.org
11996 W:      https://linuxtv.org
11997 W:      http://palosaari.fi/linux/
11998 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11999 T:      git git://linuxtv.org/anttip/media_tree.git
12000 S:      Maintained
12001 F:      drivers/media/tuners/tda18218*
12002
12003 TDA18271 MEDIA DRIVER
12004 M:      Michael Krufky <mkrufky@linuxtv.org>
12005 L:      linux-media@vger.kernel.org
12006 W:      https://linuxtv.org
12007 W:      http://github.com/mkrufky
12008 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12009 T:      git git://linuxtv.org/mkrufky/tuners.git
12010 S:      Maintained
12011 F:      drivers/media/tuners/tda18271*
12012
12013 TDA827x MEDIA DRIVER
12014 M:      Michael Krufky <mkrufky@linuxtv.org>
12015 L:      linux-media@vger.kernel.org
12016 W:      https://linuxtv.org
12017 W:      http://github.com/mkrufky
12018 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12019 T:      git git://linuxtv.org/mkrufky/tuners.git
12020 S:      Maintained
12021 F:      drivers/media/tuners/tda8290.*
12022
12023 TDA8290 MEDIA DRIVER
12024 M:      Michael Krufky <mkrufky@linuxtv.org>
12025 L:      linux-media@vger.kernel.org
12026 W:      https://linuxtv.org
12027 W:      http://github.com/mkrufky
12028 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12029 T:      git git://linuxtv.org/mkrufky/tuners.git
12030 S:      Maintained
12031 F:      drivers/media/tuners/tda8290.*
12032
12033 TDA9840 MEDIA DRIVER
12034 M:      Hans Verkuil <hverkuil@xs4all.nl>
12035 L:      linux-media@vger.kernel.org
12036 T:      git git://linuxtv.org/media_tree.git
12037 W:      https://linuxtv.org
12038 S:      Maintained
12039 F:      drivers/media/i2c/tda9840*
12040
12041 TEA5761 TUNER DRIVER
12042 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12043 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12044 L:      linux-media@vger.kernel.org
12045 W:      https://linuxtv.org
12046 T:      git git://linuxtv.org/media_tree.git
12047 S:      Odd fixes
12048 F:      drivers/media/tuners/tea5761.*
12049
12050 TEA5767 TUNER DRIVER
12051 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12052 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12053 L:      linux-media@vger.kernel.org
12054 W:      https://linuxtv.org
12055 T:      git git://linuxtv.org/media_tree.git
12056 S:      Maintained
12057 F:      drivers/media/tuners/tea5767.*
12058
12059 TEA6415C MEDIA DRIVER
12060 M:      Hans Verkuil <hverkuil@xs4all.nl>
12061 L:      linux-media@vger.kernel.org
12062 T:      git git://linuxtv.org/media_tree.git
12063 W:      https://linuxtv.org
12064 S:      Maintained
12065 F:      drivers/media/i2c/tea6415c*
12066
12067 TEA6420 MEDIA 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/i2c/tea6420*
12074
12075 TEAM DRIVER
12076 M:      Jiri Pirko <jiri@resnulli.us>
12077 L:      netdev@vger.kernel.org
12078 S:      Supported
12079 F:      drivers/net/team/
12080 F:      include/linux/if_team.h
12081 F:      include/uapi/linux/if_team.h
12082
12083 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12084 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12085 S:      Maintained
12086 F:      arch/x86/platform/ts5500/
12087
12088 TECHNOTREND USB IR RECEIVER
12089 M:      Sean Young <sean@mess.org>
12090 L:      linux-media@vger.kernel.org
12091 S:      Maintained
12092 F:      drivers/media/rc/ttusbir.c
12093
12094 TEGRA ARCHITECTURE SUPPORT
12095 M:      Stephen Warren <swarren@wwwdotorg.org>
12096 M:      Thierry Reding <thierry.reding@gmail.com>
12097 M:      Alexandre Courbot <gnurou@gmail.com>
12098 L:      linux-tegra@vger.kernel.org
12099 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12101 S:      Supported
12102 N:      [^a-z]tegra
12103
12104 TEGRA CLOCK DRIVER
12105 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12106 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12107 S:      Supported
12108 F:      drivers/clk/tegra/
12109
12110 TEGRA DMA DRIVERS
12111 M:      Laxman Dewangan <ldewangan@nvidia.com>
12112 M:      Jon Hunter <jonathanh@nvidia.com>
12113 S:      Supported
12114 F:      drivers/dma/tegra*
12115
12116 TEGRA I2C DRIVER
12117 M:      Laxman Dewangan <ldewangan@nvidia.com>
12118 S:      Supported
12119 F:      drivers/i2c/busses/i2c-tegra.c
12120
12121 TEGRA IOMMU DRIVERS
12122 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12123 S:      Supported
12124 F:      drivers/iommu/tegra*
12125
12126 TEGRA KBC DRIVER
12127 M:      Rakesh Iyer <riyer@nvidia.com>
12128 M:      Laxman Dewangan <ldewangan@nvidia.com>
12129 S:      Supported
12130 F:      drivers/input/keyboard/tegra-kbc.c
12131
12132 TEGRA PWM DRIVER
12133 M:      Thierry Reding <thierry.reding@gmail.com>
12134 S:      Supported
12135 F:      drivers/pwm/pwm-tegra.c
12136
12137 TEGRA SERIAL DRIVER
12138 M:      Laxman Dewangan <ldewangan@nvidia.com>
12139 S:      Supported
12140 F:      drivers/tty/serial/serial-tegra.c
12141
12142 TEGRA SPI DRIVER
12143 M:      Laxman Dewangan <ldewangan@nvidia.com>
12144 S:      Supported
12145 F:      drivers/spi/spi-tegra*
12146
12147 TEHUTI ETHERNET DRIVER
12148 M:      Andy Gospodarek <andy@greyhouse.net>
12149 L:      netdev@vger.kernel.org
12150 S:      Supported
12151 F:      drivers/net/ethernet/tehuti/*
12152
12153 Telecom Clock Driver for MCPL0010
12154 M:      Mark Gross <mark.gross@intel.com>
12155 S:      Supported
12156 F:      drivers/char/tlclk.c
12157
12158 TENSILICA XTENSA PORT (xtensa)
12159 M:      Chris Zankel <chris@zankel.net>
12160 M:      Max Filippov <jcmvbkbc@gmail.com>
12161 L:      linux-xtensa@linux-xtensa.org
12162 T:      git git://github.com/czankel/xtensa-linux.git
12163 S:      Maintained
12164 F:      arch/xtensa/
12165 F:      drivers/irqchip/irq-xtensa-*
12166
12167 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12168 M:      Nishanth Menon <nm@ti.com>
12169 M:      Tero Kristo <t-kristo@ti.com>
12170 M:      Santosh Shilimkar <ssantosh@kernel.org>
12171 L:      linux-arm-kernel@lists.infradead.org
12172 S:      Maintained
12173 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12174 F:      drivers/firmware/ti_sci*
12175 F:      include/linux/soc/ti/ti_sci_protocol.h
12176
12177 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12178 M:      Hans Verkuil <hverkuil@xs4all.nl>
12179 L:      linux-media@vger.kernel.org
12180 T:      git git://linuxtv.org/media_tree.git
12181 W:      https://linuxtv.org
12182 S:      Maintained
12183 F:      drivers/media/radio/radio-raremono.c
12184
12185 THERMAL
12186 M:      Zhang Rui <rui.zhang@intel.com>
12187 M:      Eduardo Valentin <edubezval@gmail.com>
12188 L:      linux-pm@vger.kernel.org
12189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12191 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12192 S:      Supported
12193 F:      drivers/thermal/
12194 F:      include/linux/thermal.h
12195 F:      include/uapi/linux/thermal.h
12196 F:      include/linux/cpu_cooling.h
12197 F:      Documentation/devicetree/bindings/thermal/
12198
12199 THERMAL/CPU_COOLING
12200 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12201 M:      Viresh Kumar <viresh.kumar@linaro.org>
12202 M:      Javi Merino <javi.merino@kernel.org>
12203 L:      linux-pm@vger.kernel.org
12204 S:      Supported
12205 F:      Documentation/thermal/cpu-cooling-api.txt
12206 F:      drivers/thermal/cpu_cooling.c
12207 F:      include/linux/cpu_cooling.h
12208
12209 THINKPAD ACPI EXTRAS DRIVER
12210 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12211 L:      ibm-acpi-devel@lists.sourceforge.net
12212 L:      platform-driver-x86@vger.kernel.org
12213 W:      http://ibm-acpi.sourceforge.net
12214 W:      http://thinkwiki.org/wiki/Ibm-acpi
12215 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12216 S:      Maintained
12217 F:      drivers/platform/x86/thinkpad_acpi.c
12218
12219 TI BANDGAP AND THERMAL DRIVER
12220 M:      Eduardo Valentin <edubezval@gmail.com>
12221 M:      Keerthy <j-keerthy@ti.com>
12222 L:      linux-pm@vger.kernel.org
12223 L:      linux-omap@vger.kernel.org
12224 S:      Maintained
12225 F:      drivers/thermal/ti-soc-thermal/
12226
12227 TI VPE/CAL DRIVERS
12228 M:      Benoit Parrot <bparrot@ti.com>
12229 L:      linux-media@vger.kernel.org
12230 W:      http://linuxtv.org/
12231 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12232 S:      Maintained
12233 F:      drivers/media/platform/ti-vpe/
12234
12235 TI CDCE706 CLOCK DRIVER
12236 M:      Max Filippov <jcmvbkbc@gmail.com>
12237 S:      Maintained
12238 F:      drivers/clk/clk-cdce706.c
12239
12240 TI CLOCK DRIVER
12241 M:      Tero Kristo <t-kristo@ti.com>
12242 L:      linux-omap@vger.kernel.org
12243 S:      Maintained
12244 F:      drivers/clk/ti/
12245 F:      include/linux/clk/ti.h
12246
12247 TI ETHERNET SWITCH DRIVER (CPSW)
12248 M:      Mugunthan V N <mugunthanvnm@ti.com>
12249 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12250 L:      linux-omap@vger.kernel.org
12251 L:      netdev@vger.kernel.org
12252 S:      Maintained
12253 F:      drivers/net/ethernet/ti/cpsw*
12254 F:      drivers/net/ethernet/ti/davinci*
12255
12256 TI FLASH MEDIA INTERFACE DRIVER
12257 M:      Alex Dubov <oakad@yahoo.com>
12258 S:      Maintained
12259 F:      drivers/misc/tifm*
12260 F:      drivers/mmc/host/tifm_sd.c
12261 F:      include/linux/tifm.h
12262
12263 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12264 M:      Santosh Shilimkar <ssantosh@kernel.org>
12265 L:      linux-kernel@vger.kernel.org
12266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12267 S:      Maintained
12268 F:      drivers/soc/ti/*
12269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12270
12271
12272 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12273 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12274 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12275 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12276 S:      Maintained
12277 F:      sound/soc/codecs/lm49453*
12278 F:      sound/soc/codecs/isabelle*
12279
12280 TI LP855x BACKLIGHT DRIVER
12281 M:      Milo Kim <milo.kim@ti.com>
12282 S:      Maintained
12283 F:      Documentation/backlight/lp855x-driver.txt
12284 F:      drivers/video/backlight/lp855x_bl.c
12285 F:      include/linux/platform_data/lp855x.h
12286
12287 TI LP8727 CHARGER DRIVER
12288 M:      Milo Kim <milo.kim@ti.com>
12289 S:      Maintained
12290 F:      drivers/power/supply/lp8727_charger.c
12291 F:      include/linux/platform_data/lp8727.h
12292
12293 TI LP8788 MFD DRIVER
12294 M:      Milo Kim <milo.kim@ti.com>
12295 S:      Maintained
12296 F:      drivers/iio/adc/lp8788_adc.c
12297 F:      drivers/leds/leds-lp8788.c
12298 F:      drivers/mfd/lp8788*.c
12299 F:      drivers/power/supply/lp8788-charger.c
12300 F:      drivers/regulator/lp8788-*.c
12301 F:      include/linux/mfd/lp8788*.h
12302
12303 TI NETCP ETHERNET DRIVER
12304 M:      Wingman Kwok <w-kwok2@ti.com>
12305 M:      Murali Karicheri <m-karicheri2@ti.com>
12306 L:      netdev@vger.kernel.org
12307 S:      Maintained
12308 F:      drivers/net/ethernet/ti/netcp*
12309
12310 TI TAS571X FAMILY ASoC CODEC DRIVER
12311 M:      Kevin Cernekee <cernekee@chromium.org>
12312 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12313 S:      Odd Fixes
12314 F:      sound/soc/codecs/tas571x*
12315
12316 TI TWL4030 SERIES SOC CODEC DRIVER
12317 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12318 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12319 S:      Maintained
12320 F:      sound/soc/codecs/twl4030*
12321
12322 TI WILINK WIRELESS DRIVERS
12323 L:      linux-wireless@vger.kernel.org
12324 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12325 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12327 S:      Orphan
12328 F:      drivers/net/wireless/ti/
12329 F:      include/linux/wl12xx.h
12330
12331 TIPC NETWORK LAYER
12332 M:      Jon Maloy <jon.maloy@ericsson.com>
12333 M:      Ying Xue <ying.xue@windriver.com>
12334 L:      netdev@vger.kernel.org (core kernel code)
12335 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12336 W:      http://tipc.sourceforge.net/
12337 S:      Maintained
12338 F:      include/uapi/linux/tipc*.h
12339 F:      net/tipc/
12340
12341 TILE ARCHITECTURE
12342 M:      Chris Metcalf <cmetcalf@mellanox.com>
12343 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12345 S:      Supported
12346 F:      arch/tile/
12347 F:      drivers/char/tile-srom.c
12348 F:      drivers/edac/tile_edac.c
12349 F:      drivers/net/ethernet/tile/
12350 F:      drivers/rtc/rtc-tile.c
12351 F:      drivers/tty/hvc/hvc_tile.c
12352 F:      drivers/tty/serial/tilegx.c
12353 F:      drivers/usb/host/*-tilegx.c
12354 F:      include/linux/usb/tilegx.h
12355
12356 TLAN NETWORK DRIVER
12357 M:      Samuel Chessman <chessman@tux.org>
12358 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12359 W:      http://sourceforge.net/projects/tlan/
12360 S:      Maintained
12361 F:      Documentation/networking/tlan.txt
12362 F:      drivers/net/ethernet/ti/tlan.*
12363
12364 TOMOYO SECURITY MODULE
12365 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12366 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12367 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12368 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12369 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12370 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12371 W:      http://tomoyo.sourceforge.jp/
12372 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12373 S:      Maintained
12374 F:      security/tomoyo/
12375
12376 TOPSTAR LAPTOP EXTRAS DRIVER
12377 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12378 L:      platform-driver-x86@vger.kernel.org
12379 S:      Maintained
12380 F:      drivers/platform/x86/topstar-laptop.c
12381
12382 TOSHIBA ACPI EXTRAS DRIVER
12383 M:      Azael Avalos <coproscefalo@gmail.com>
12384 L:      platform-driver-x86@vger.kernel.org
12385 S:      Maintained
12386 F:      drivers/platform/x86/toshiba_acpi.c
12387
12388 TOSHIBA BLUETOOTH DRIVER
12389 M:      Azael Avalos <coproscefalo@gmail.com>
12390 L:      platform-driver-x86@vger.kernel.org
12391 S:      Maintained
12392 F:      drivers/platform/x86/toshiba_bluetooth.c
12393
12394 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12395 M:      Azael Avalos <coproscefalo@gmail.com>
12396 L:      platform-driver-x86@vger.kernel.org
12397 S:      Maintained
12398 F:      drivers/platform/x86/toshiba_haps.c
12399
12400 TOSHIBA WMI HOTKEYS DRIVER
12401 M:      Azael Avalos <coproscefalo@gmail.com>
12402 L:      platform-driver-x86@vger.kernel.org
12403 S:      Maintained
12404 F:      drivers/platform/x86/toshiba-wmi.c
12405
12406 TOSHIBA SMM DRIVER
12407 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12408 W:      http://www.buzzard.org.uk/toshiba/
12409 S:      Maintained
12410 F:      drivers/char/toshiba.c
12411 F:      include/linux/toshiba.h
12412 F:      include/uapi/linux/toshiba.h
12413
12414 TOSHIBA TC358743 DRIVER
12415 M:      Mats Randgaard <matrandg@cisco.com>
12416 L:      linux-media@vger.kernel.org
12417 S:      Maintained
12418 F:      drivers/media/i2c/tc358743*
12419 F:      include/media/i2c/tc358743.h
12420
12421 TMIO/SDHI MMC DRIVER
12422 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12423 L:      linux-mmc@vger.kernel.org
12424 S:      Supported
12425 F:      drivers/mmc/host/tmio_mmc*
12426 F:      drivers/mmc/host/sh_mobile_sdhi.c
12427 F:      include/linux/mfd/tmio.h
12428
12429 TMP401 HARDWARE MONITOR DRIVER
12430 M:      Guenter Roeck <linux@roeck-us.net>
12431 L:      linux-hwmon@vger.kernel.org
12432 S:      Maintained
12433 F:      Documentation/hwmon/tmp401
12434 F:      drivers/hwmon/tmp401.c
12435
12436 TMPFS (SHMEM FILESYSTEM)
12437 M:      Hugh Dickins <hughd@google.com>
12438 L:      linux-mm@kvack.org
12439 S:      Maintained
12440 F:      include/linux/shmem_fs.h
12441 F:      mm/shmem.c
12442
12443 TM6000 VIDEO4LINUX DRIVER
12444 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12445 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12446 L:      linux-media@vger.kernel.org
12447 W:      https://linuxtv.org
12448 T:      git git://linuxtv.org/media_tree.git
12449 S:      Odd fixes
12450 F:      drivers/media/usb/tm6000/
12451 F:      Documentation/media/v4l-drivers/tm6000*
12452
12453 TW5864 VIDEO4LINUX DRIVER
12454 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12455 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12456 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12457 L:      linux-media@vger.kernel.org
12458 S:      Supported
12459 F:      drivers/media/pci/tw5864/
12460
12461 TW68 VIDEO4LINUX DRIVER
12462 M:      Hans Verkuil <hverkuil@xs4all.nl>
12463 L:      linux-media@vger.kernel.org
12464 T:      git git://linuxtv.org/media_tree.git
12465 W:      https://linuxtv.org
12466 S:      Odd Fixes
12467 F:      drivers/media/pci/tw68/
12468
12469 TW686X VIDEO4LINUX DRIVER
12470 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12471 L:      linux-media@vger.kernel.org
12472 T:      git git://linuxtv.org/media_tree.git
12473 W:      http://linuxtv.org
12474 S:      Maintained
12475 F:      drivers/media/pci/tw686x/
12476
12477 TPM DEVICE DRIVER
12478 M:      Peter Huewe <peterhuewe@gmx.de>
12479 M:      Marcel Selhorst <tpmdd@selhorst.net>
12480 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12481 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12482 W:      http://tpmdd.sourceforge.net
12483 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12484 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12485 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12486 S:      Maintained
12487 F:      drivers/char/tpm/
12488
12489 TPM IBM_VTPM DEVICE DRIVER
12490 M:      Ashley Lai <ashleydlai@gmail.com>
12491 W:      http://tpmdd.sourceforge.net
12492 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12493 S:      Maintained
12494 F:      drivers/char/tpm/tpm_ibmvtpm*
12495
12496 TRACING
12497 M:      Steven Rostedt <rostedt@goodmis.org>
12498 M:      Ingo Molnar <mingo@redhat.com>
12499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12500 S:      Maintained
12501 F:      Documentation/trace/ftrace.txt
12502 F:      arch/*/*/*/ftrace.h
12503 F:      arch/*/kernel/ftrace.c
12504 F:      include/*/ftrace.h
12505 F:      include/linux/trace*.h
12506 F:      include/trace/
12507 F:      kernel/trace/
12508 F:      tools/testing/selftests/ftrace/
12509
12510 TRACING MMIO ACCESSES (MMIOTRACE)
12511 M:      Steven Rostedt <rostedt@goodmis.org>
12512 M:      Ingo Molnar <mingo@kernel.org>
12513 R:      Karol Herbst <karolherbst@gmail.com>
12514 R:      Pekka Paalanen <ppaalanen@gmail.com>
12515 S:      Maintained
12516 L:      linux-kernel@vger.kernel.org
12517 L:      nouveau@lists.freedesktop.org
12518 F:      kernel/trace/trace_mmiotrace.c
12519 F:      include/linux/mmiotrace.h
12520 F:      arch/x86/mm/kmmio.c
12521 F:      arch/x86/mm/mmio-mod.c
12522 F:      arch/x86/mm/testmmiotrace.c
12523
12524 TRIVIAL PATCHES
12525 M:      Jiri Kosina <trivial@kernel.org>
12526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12527 S:      Maintained
12528 K:      ^Subject:.*(?i)trivial
12529
12530 TTY LAYER
12531 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12532 M:      Jiri Slaby <jslaby@suse.com>
12533 S:      Supported
12534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12535 F:      Documentation/serial/
12536 F:      drivers/tty/
12537 F:      drivers/tty/serial/serial_core.c
12538 F:      include/linux/serial_core.h
12539 F:      include/linux/serial.h
12540 F:      include/linux/tty.h
12541 F:      include/uapi/linux/serial_core.h
12542 F:      include/uapi/linux/serial.h
12543 F:      include/uapi/linux/tty.h
12544
12545 TUA9001 MEDIA DRIVER
12546 M:      Antti Palosaari <crope@iki.fi>
12547 L:      linux-media@vger.kernel.org
12548 W:      https://linuxtv.org
12549 W:      http://palosaari.fi/linux/
12550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12551 T:      git git://linuxtv.org/anttip/media_tree.git
12552 S:      Maintained
12553 F:      drivers/media/tuners/tua9001*
12554
12555 TULIP NETWORK DRIVERS
12556 L:      netdev@vger.kernel.org
12557 L:      linux-parisc@vger.kernel.org
12558 S:      Orphan
12559 F:      drivers/net/ethernet/dec/tulip/
12560
12561 TUN/TAP driver
12562 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12563 W:      http://vtun.sourceforge.net/tun
12564 S:      Maintained
12565 F:      Documentation/networking/tuntap.txt
12566 F:      arch/um/os-Linux/drivers/
12567
12568 TURBOCHANNEL SUBSYSTEM
12569 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12570 M:      Ralf Baechle <ralf@linux-mips.org>
12571 L:      linux-mips@linux-mips.org
12572 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12573 S:      Maintained
12574 F:      drivers/tc/
12575 F:      include/linux/tc.h
12576
12577 UBI FILE SYSTEM (UBIFS)
12578 M:      Richard Weinberger <richard@nod.at>
12579 M:      Artem Bityutskiy <dedekind1@gmail.com>
12580 M:      Adrian Hunter <adrian.hunter@intel.com>
12581 L:      linux-mtd@lists.infradead.org
12582 T:      git git://git.infradead.org/ubifs-2.6.git
12583 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12584 S:      Supported
12585 F:      Documentation/filesystems/ubifs.txt
12586 F:      fs/ubifs/
12587
12588 UCLINUX (M68KNOMMU AND COLDFIRE)
12589 M:      Greg Ungerer <gerg@linux-m68k.org>
12590 W:      http://www.linux-m68k.org/
12591 W:      http://www.uclinux.org/
12592 L:      linux-m68k@lists.linux-m68k.org
12593 L:      uclinux-dev@uclinux.org  (subscribers-only)
12594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12595 S:      Maintained
12596 F:      arch/m68k/coldfire/
12597 F:      arch/m68k/68*/
12598 F:      arch/m68k/*/*_no.*
12599 F:      arch/m68k/include/asm/*_no.*
12600
12601 UDF FILESYSTEM
12602 M:      Jan Kara <jack@suse.com>
12603 S:      Maintained
12604 F:      Documentation/filesystems/udf.txt
12605 F:      fs/udf/
12606
12607 UDRAW TABLET
12608 M:      Bastien Nocera <hadess@hadess.net>
12609 L:      linux-input@vger.kernel.org
12610 S:      Maintained
12611 F:      drivers/hid/hid-udraw.c
12612
12613 UFS FILESYSTEM
12614 M:      Evgeniy Dushistov <dushistov@mail.ru>
12615 S:      Maintained
12616 F:      Documentation/filesystems/ufs.txt
12617 F:      fs/ufs/
12618
12619 UHID USERSPACE HID IO DRIVER:
12620 M:      David Herrmann <dh.herrmann@googlemail.com>
12621 L:      linux-input@vger.kernel.org
12622 S:      Maintained
12623 F:      drivers/hid/uhid.c
12624 F:      include/uapi/linux/uhid.h
12625
12626 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12627 L:      linux-usb@vger.kernel.org
12628 S:      Orphan
12629 F:      drivers/uwb/
12630 F:      include/linux/uwb.h
12631 F:      include/linux/uwb/
12632
12633 UNICORE32 ARCHITECTURE:
12634 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12635 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12636 S:      Maintained
12637 T:      git git://github.com/gxt/linux.git
12638 F:      arch/unicore32/
12639
12640 UNIFDEF
12641 M:      Tony Finch <dot@dotat.at>
12642 W:      http://dotat.at/prog/unifdef
12643 S:      Maintained
12644 F:      scripts/unifdef.c
12645
12646 UNIFORM CDROM DRIVER
12647 M:      Jens Axboe <axboe@kernel.dk>
12648 W:      http://www.kernel.dk
12649 S:      Maintained
12650 F:      Documentation/cdrom/
12651 F:      drivers/cdrom/cdrom.c
12652 F:      include/linux/cdrom.h
12653 F:      include/uapi/linux/cdrom.h
12654
12655 UNISYS S-PAR DRIVERS
12656 M:      David Kershner <david.kershner@unisys.com>
12657 L:      sparmaintainer@unisys.com (Unisys internal)
12658 S:      Supported
12659 F:      drivers/staging/unisys/
12660
12661 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12662 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12663 L:      linux-scsi@vger.kernel.org
12664 S:      Supported
12665 F:      Documentation/scsi/ufs.txt
12666 F:      drivers/scsi/ufs/
12667
12668 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12669 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
12670 M:      Prabu Thangamuthu <prabut@synopsys.com>
12671 L:      linux-scsi@vger.kernel.org
12672 S:      Supported
12673 F:      drivers/scsi/ufs/*dwc*
12674
12675 UNSORTED BLOCK IMAGES (UBI)
12676 M:      Artem Bityutskiy <dedekind1@gmail.com>
12677 M:      Richard Weinberger <richard@nod.at>
12678 W:      http://www.linux-mtd.infradead.org/
12679 L:      linux-mtd@lists.infradead.org
12680 T:      git git://git.infradead.org/ubifs-2.6.git
12681 S:      Supported
12682 F:      drivers/mtd/ubi/
12683 F:      include/linux/mtd/ubi.h
12684 F:      include/uapi/mtd/ubi-user.h
12685
12686 USB ACM DRIVER
12687 M:      Oliver Neukum <oneukum@suse.com>
12688 L:      linux-usb@vger.kernel.org
12689 S:      Maintained
12690 F:      Documentation/usb/acm.txt
12691 F:      drivers/usb/class/cdc-acm.*
12692
12693 USB AR5523 WIRELESS DRIVER
12694 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12695 L:      linux-wireless@vger.kernel.org
12696 S:      Maintained
12697 F:      drivers/net/wireless/ath/ar5523/
12698
12699 USB ATTACHED SCSI
12700 M:      Oliver Neukum <oneukum@suse.com>
12701 L:      linux-usb@vger.kernel.org
12702 L:      linux-scsi@vger.kernel.org
12703 S:      Maintained
12704 F:      drivers/usb/storage/uas.c
12705
12706 USB CDC ETHERNET DRIVER
12707 M:      Oliver Neukum <oliver@neukum.org>
12708 L:      linux-usb@vger.kernel.org
12709 S:      Maintained
12710 F:      drivers/net/usb/cdc_*.c
12711 F:      include/uapi/linux/usb/cdc.h
12712
12713 USB CHAOSKEY DRIVER
12714 M:      Keith Packard <keithp@keithp.com>
12715 L:      linux-usb@vger.kernel.org
12716 S:      Maintained
12717 F:      drivers/usb/misc/chaoskey.c
12718
12719 USB CYPRESS C67X00 DRIVER
12720 M:      Peter Korsgaard <jacmet@sunsite.dk>
12721 L:      linux-usb@vger.kernel.org
12722 S:      Maintained
12723 F:      drivers/usb/c67x00/
12724
12725 USB DAVICOM DM9601 DRIVER
12726 M:      Peter Korsgaard <jacmet@sunsite.dk>
12727 L:      netdev@vger.kernel.org
12728 W:      http://www.linux-usb.org/usbnet
12729 S:      Maintained
12730 F:      drivers/net/usb/dm9601.c
12731
12732 USB DIAMOND RIO500 DRIVER
12733 M:      Cesar Miquel <miquel@df.uba.ar>
12734 L:      rio500-users@lists.sourceforge.net
12735 W:      http://rio500.sourceforge.net
12736 S:      Maintained
12737 F:      drivers/usb/misc/rio500*
12738
12739 USB EHCI DRIVER
12740 M:      Alan Stern <stern@rowland.harvard.edu>
12741 L:      linux-usb@vger.kernel.org
12742 S:      Maintained
12743 F:      Documentation/usb/ehci.txt
12744 F:      drivers/usb/host/ehci*
12745
12746 USB GADGET/PERIPHERAL SUBSYSTEM
12747 M:      Felipe Balbi <balbi@kernel.org>
12748 L:      linux-usb@vger.kernel.org
12749 W:      http://www.linux-usb.org/gadget
12750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12751 S:      Maintained
12752 F:      drivers/usb/gadget/
12753 F:      include/linux/usb/gadget*
12754
12755 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12756 M:      Jiri Kosina <jikos@kernel.org>
12757 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12758 L:      linux-usb@vger.kernel.org
12759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12760 S:      Maintained
12761 F:      Documentation/hid/hiddev.txt
12762 F:      drivers/hid/usbhid/
12763
12764 USB ISP116X DRIVER
12765 M:      Olav Kongas <ok@artecdesign.ee>
12766 L:      linux-usb@vger.kernel.org
12767 S:      Maintained
12768 F:      drivers/usb/host/isp116x*
12769 F:      include/linux/usb/isp116x.h
12770
12771 USB LAN78XX ETHERNET DRIVER
12772 M:      Woojung Huh <woojung.huh@microchip.com>
12773 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12774 L:      netdev@vger.kernel.org
12775 S:      Maintained
12776 F:      drivers/net/usb/lan78xx.*
12777
12778 USB MASS STORAGE DRIVER
12779 M:      Alan Stern <stern@rowland.harvard.edu>
12780 L:      linux-usb@vger.kernel.org
12781 L:      usb-storage@lists.one-eyed-alien.net
12782 S:      Maintained
12783 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12784 F:      drivers/usb/storage/
12785
12786 USB MIDI DRIVER
12787 M:      Clemens Ladisch <clemens@ladisch.de>
12788 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12789 T:      git git://git.alsa-project.org/alsa-kernel.git
12790 S:      Maintained
12791 F:      sound/usb/midi.*
12792
12793 USB NETWORKING DRIVERS
12794 L:      linux-usb@vger.kernel.org
12795 S:      Odd Fixes
12796 F:      drivers/net/usb/
12797
12798 USB OHCI DRIVER
12799 M:      Alan Stern <stern@rowland.harvard.edu>
12800 L:      linux-usb@vger.kernel.org
12801 S:      Maintained
12802 F:      Documentation/usb/ohci.txt
12803 F:      drivers/usb/host/ohci*
12804
12805 USB OTG FSM (Finite State Machine)
12806 M:      Peter Chen <Peter.Chen@nxp.com>
12807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12808 L:      linux-usb@vger.kernel.org
12809 S:      Maintained
12810 F:      drivers/usb/common/usb-otg-fsm.c
12811
12812 USB OVER IP DRIVER
12813 M:      Valentina Manea <valentina.manea.m@gmail.com>
12814 M:      Shuah Khan <shuahkh@osg.samsung.com>
12815 M:      Shuah Khan <shuah@kernel.org>
12816 L:      linux-usb@vger.kernel.org
12817 S:      Maintained
12818 F:      Documentation/usb/usbip_protocol.txt
12819 F:      drivers/usb/usbip/
12820 F:      tools/usb/usbip/
12821
12822 USB PEGASUS DRIVER
12823 M:      Petko Manolov <petkan@nucleusys.com>
12824 L:      linux-usb@vger.kernel.org
12825 L:      netdev@vger.kernel.org
12826 T:      git git://github.com/petkan/pegasus.git
12827 W:      https://github.com/petkan/pegasus
12828 S:      Maintained
12829 F:      drivers/net/usb/pegasus.*
12830
12831 USB PHY LAYER
12832 M:      Felipe Balbi <balbi@kernel.org>
12833 L:      linux-usb@vger.kernel.org
12834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12835 S:      Maintained
12836 F:      drivers/usb/phy/
12837
12838 USB PRINTER DRIVER (usblp)
12839 M:      Pete Zaitcev <zaitcev@redhat.com>
12840 L:      linux-usb@vger.kernel.org
12841 S:      Supported
12842 F:      drivers/usb/class/usblp.c
12843
12844 USB QMI WWAN NETWORK DRIVER
12845 M:      Bjørn Mork <bjorn@mork.no>
12846 L:      netdev@vger.kernel.org
12847 S:      Maintained
12848 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12849 F:      drivers/net/usb/qmi_wwan.c
12850
12851 USB RTL8150 DRIVER
12852 M:      Petko Manolov <petkan@nucleusys.com>
12853 L:      linux-usb@vger.kernel.org
12854 L:      netdev@vger.kernel.org
12855 T:      git git://github.com/petkan/rtl8150.git
12856 W:      https://github.com/petkan/rtl8150
12857 S:      Maintained
12858 F:      drivers/net/usb/rtl8150.c
12859
12860 USB SERIAL SUBSYSTEM
12861 M:      Johan Hovold <johan@kernel.org>
12862 L:      linux-usb@vger.kernel.org
12863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12864 S:      Maintained
12865 F:      Documentation/usb/usb-serial.txt
12866 F:      drivers/usb/serial/
12867 F:      include/linux/usb/serial.h
12868
12869 USB SMSC75XX ETHERNET DRIVER
12870 M:      Steve Glendinning <steve.glendinning@shawell.net>
12871 L:      netdev@vger.kernel.org
12872 S:      Maintained
12873 F:      drivers/net/usb/smsc75xx.*
12874
12875 USB SMSC95XX ETHERNET DRIVER
12876 M:      Steve Glendinning <steve.glendinning@shawell.net>
12877 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12878 L:      netdev@vger.kernel.org
12879 S:      Maintained
12880 F:      drivers/net/usb/smsc95xx.*
12881
12882 USB SUBSYSTEM
12883 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12884 L:      linux-usb@vger.kernel.org
12885 W:      http://www.linux-usb.org
12886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12887 S:      Supported
12888 F:      Documentation/devicetree/bindings/usb/
12889 F:      Documentation/usb/
12890 F:      drivers/usb/
12891 F:      include/linux/usb.h
12892 F:      include/linux/usb/
12893
12894 USB UHCI DRIVER
12895 M:      Alan Stern <stern@rowland.harvard.edu>
12896 L:      linux-usb@vger.kernel.org
12897 S:      Maintained
12898 F:      drivers/usb/host/uhci*
12899
12900 USB "USBNET" DRIVER FRAMEWORK
12901 M:      Oliver Neukum <oneukum@suse.com>
12902 L:      netdev@vger.kernel.org
12903 W:      http://www.linux-usb.org/usbnet
12904 S:      Maintained
12905 F:      drivers/net/usb/usbnet.c
12906 F:      include/linux/usb/usbnet.h
12907
12908 USB VIDEO CLASS
12909 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12910 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12911 L:      linux-media@vger.kernel.org
12912 T:      git git://linuxtv.org/media_tree.git
12913 W:      http://www.ideasonboard.org/uvc/
12914 S:      Maintained
12915 F:      drivers/media/usb/uvc/
12916 F:      include/uapi/linux/uvcvideo.h
12917
12918 USB VISION DRIVER
12919 M:      Hans Verkuil <hverkuil@xs4all.nl>
12920 L:      linux-media@vger.kernel.org
12921 T:      git git://linuxtv.org/media_tree.git
12922 W:      https://linuxtv.org
12923 S:      Odd Fixes
12924 F:      drivers/media/usb/usbvision/
12925
12926 USB WEBCAM GADGET
12927 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12928 L:      linux-usb@vger.kernel.org
12929 S:      Maintained
12930 F:      drivers/usb/gadget/function/*uvc*
12931 F:      drivers/usb/gadget/legacy/webcam.c
12932
12933 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12934 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12935 L:      linux-wireless@vger.kernel.org
12936 S:      Maintained
12937 F:      drivers/net/wireless/rndis_wlan.c
12938
12939 USB XHCI DRIVER
12940 M:      Mathias Nyman <mathias.nyman@intel.com>
12941 L:      linux-usb@vger.kernel.org
12942 S:      Supported
12943 F:      drivers/usb/host/xhci*
12944 F:      drivers/usb/host/pci-quirks*
12945
12946 USB ZD1201 DRIVER
12947 L:      linux-wireless@vger.kernel.org
12948 W:      http://linux-lc100020.sourceforge.net
12949 S:      Orphan
12950 F:      drivers/net/wireless/zydas/zd1201.*
12951
12952 USB ZR364XX DRIVER
12953 M:      Antoine Jacquet <royale@zerezo.com>
12954 L:      linux-usb@vger.kernel.org
12955 L:      linux-media@vger.kernel.org
12956 T:      git git://linuxtv.org/media_tree.git
12957 W:      http://royale.zerezo.com/zr364xx/
12958 S:      Maintained
12959 F:      Documentation/media/v4l-drivers/zr364xx*
12960 F:      drivers/media/usb/zr364xx/
12961
12962 ULPI BUS
12963 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12964 L:      linux-usb@vger.kernel.org
12965 S:      Maintained
12966 F:      drivers/usb/common/ulpi.c
12967 F:      include/linux/ulpi/
12968
12969 USER-MODE LINUX (UML)
12970 M:      Jeff Dike <jdike@addtoit.com>
12971 M:      Richard Weinberger <richard@nod.at>
12972 L:      user-mode-linux-devel@lists.sourceforge.net
12973 L:      user-mode-linux-user@lists.sourceforge.net
12974 W:      http://user-mode-linux.sourceforge.net
12975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12976 S:      Maintained
12977 F:      Documentation/virtual/uml/
12978 F:      arch/um/
12979 F:      arch/x86/um/
12980 F:      fs/hostfs/
12981 F:      fs/hppfs/
12982
12983 USERSPACE I/O (UIO)
12984 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12985 S:      Maintained
12986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12987 F:      Documentation/DocBook/uio-howto.tmpl
12988 F:      drivers/uio/
12989 F:      include/linux/uio*.h
12990
12991 UTIL-LINUX PACKAGE
12992 M:      Karel Zak <kzak@redhat.com>
12993 L:      util-linux@vger.kernel.org
12994 W:      http://en.wikipedia.org/wiki/Util-linux
12995 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12996 S:      Maintained
12997
12998 UVESAFB DRIVER
12999 M:      Michal Januszewski <spock@gentoo.org>
13000 L:      linux-fbdev@vger.kernel.org
13001 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13002 S:      Maintained
13003 F:      Documentation/fb/uvesafb.txt
13004 F:      drivers/video/fbdev/uvesafb.*
13005
13006 VF610 NAND DRIVER
13007 M:      Stefan Agner <stefan@agner.ch>
13008 L:      linux-mtd@lists.infradead.org
13009 S:      Supported
13010 F:      drivers/mtd/nand/vf610_nfc.c
13011
13012 VFAT/FAT/MSDOS FILESYSTEM
13013 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
13014 S:      Maintained
13015 F:      Documentation/filesystems/vfat.txt
13016 F:      fs/fat/
13017
13018 VFIO DRIVER
13019 M:      Alex Williamson <alex.williamson@redhat.com>
13020 L:      kvm@vger.kernel.org
13021 T:      git git://github.com/awilliam/linux-vfio.git
13022 S:      Maintained
13023 F:      Documentation/vfio.txt
13024 F:      drivers/vfio/
13025 F:      include/linux/vfio.h
13026 F:      include/uapi/linux/vfio.h
13027
13028 VFIO MEDIATED DEVICE DRIVERS
13029 M:      Kirti Wankhede <kwankhede@nvidia.com>
13030 L:      kvm@vger.kernel.org
13031 S:      Maintained
13032 F:      Documentation/vfio-mediated-device.txt
13033 F:      drivers/vfio/mdev/
13034 F:      include/linux/mdev.h
13035 F:      samples/vfio-mdev/
13036
13037 VFIO PLATFORM DRIVER
13038 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
13039 L:      kvm@vger.kernel.org
13040 S:      Maintained
13041 F:      drivers/vfio/platform/
13042
13043 VIDEOBUF2 FRAMEWORK
13044 M:      Pawel Osciak <pawel@osciak.com>
13045 M:      Marek Szyprowski <m.szyprowski@samsung.com>
13046 M:      Kyungmin Park <kyungmin.park@samsung.com>
13047 L:      linux-media@vger.kernel.org
13048 S:      Maintained
13049 F:      drivers/media/v4l2-core/videobuf2-*
13050 F:      include/media/videobuf2-*
13051
13052 VIRTIO AND VHOST VSOCK DRIVER
13053 M:      Stefan Hajnoczi <stefanha@redhat.com>
13054 L:      kvm@vger.kernel.org
13055 L:      virtualization@lists.linux-foundation.org
13056 L:      netdev@vger.kernel.org
13057 S:      Maintained
13058 F:      include/linux/virtio_vsock.h
13059 F:      include/uapi/linux/virtio_vsock.h
13060 F:      net/vmw_vsock/virtio_transport_common.c
13061 F:      net/vmw_vsock/virtio_transport.c
13062 F:      drivers/vhost/vsock.c
13063 F:      drivers/vhost/vsock.h
13064
13065 VIRTUAL SERIO DEVICE DRIVER
13066 M:      Stephen Chandler Paul <thatslyude@gmail.com>
13067 S:      Maintained
13068 F:      drivers/input/serio/userio.c
13069 F:      include/uapi/linux/userio.h
13070
13071 VIRTIO CONSOLE DRIVER
13072 M:      Amit Shah <amit.shah@redhat.com>
13073 L:      virtualization@lists.linux-foundation.org
13074 S:      Maintained
13075 F:      drivers/char/virtio_console.c
13076 F:      include/linux/virtio_console.h
13077 F:      include/uapi/linux/virtio_console.h
13078
13079 VIRTIO CORE, NET AND BLOCK DRIVERS
13080 M:      "Michael S. Tsirkin" <mst@redhat.com>
13081 M:      Jason Wang <jasowang@redhat.com>
13082 L:      virtualization@lists.linux-foundation.org
13083 S:      Maintained
13084 F:      Documentation/devicetree/bindings/virtio/
13085 F:      drivers/virtio/
13086 F:      tools/virtio/
13087 F:      drivers/net/virtio_net.c
13088 F:      drivers/block/virtio_blk.c
13089 F:      include/linux/virtio_*.h
13090 F:      include/uapi/linux/virtio_*.h
13091 F:      drivers/crypto/virtio/
13092
13093 VIRTIO DRIVERS FOR S390
13094 M:      Christian Borntraeger <borntraeger@de.ibm.com>
13095 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
13096 L:      linux-s390@vger.kernel.org
13097 L:      virtualization@lists.linux-foundation.org
13098 L:      kvm@vger.kernel.org
13099 S:      Supported
13100 F:      drivers/s390/virtio/
13101
13102 VIRTIO GPU DRIVER
13103 M:      David Airlie <airlied@linux.ie>
13104 M:      Gerd Hoffmann <kraxel@redhat.com>
13105 L:      dri-devel@lists.freedesktop.org
13106 L:      virtualization@lists.linux-foundation.org
13107 S:      Maintained
13108 F:      drivers/gpu/drm/virtio/
13109 F:      include/uapi/linux/virtio_gpu.h
13110
13111 VIRTIO HOST (VHOST)
13112 M:      "Michael S. Tsirkin" <mst@redhat.com>
13113 M:      Jason Wang <jasowang@redhat.com>
13114 L:      kvm@vger.kernel.org
13115 L:      virtualization@lists.linux-foundation.org
13116 L:      netdev@vger.kernel.org
13117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13118 S:      Maintained
13119 F:      drivers/vhost/
13120 F:      include/uapi/linux/vhost.h
13121
13122 VIRTIO INPUT DRIVER
13123 M:      Gerd Hoffmann <kraxel@redhat.com>
13124 S:      Maintained
13125 F:      drivers/virtio/virtio_input.c
13126 F:      include/uapi/linux/virtio_input.h
13127
13128 VIRTIO CRYPTO DRIVER
13129 M:  Gonglei <arei.gonglei@huawei.com>
13130 L:  virtualization@lists.linux-foundation.org
13131 L:  linux-crypto@vger.kernel.org
13132 S:  Maintained
13133 F:  drivers/crypto/virtio/
13134 F:  include/uapi/linux/virtio_crypto.h
13135
13136 VIA RHINE NETWORK DRIVER
13137 S:      Orphan
13138 F:      drivers/net/ethernet/via/via-rhine.c
13139
13140 VIA SD/MMC CARD CONTROLLER DRIVER
13141 M:      Bruce Chang <brucechang@via.com.tw>
13142 M:      Harald Welte <HaraldWelte@viatech.com>
13143 S:      Maintained
13144 F:      drivers/mmc/host/via-sdmmc.c
13145
13146 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13147 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13148 L:      linux-fbdev@vger.kernel.org
13149 S:      Maintained
13150 F:      include/linux/via-core.h
13151 F:      include/linux/via-gpio.h
13152 F:      include/linux/via_i2c.h
13153 F:      drivers/video/fbdev/via/
13154
13155 VIA VELOCITY NETWORK DRIVER
13156 M:      Francois Romieu <romieu@fr.zoreil.com>
13157 L:      netdev@vger.kernel.org
13158 S:      Maintained
13159 F:      drivers/net/ethernet/via/via-velocity.*
13160
13161 VIRT LIB
13162 M:      Alex Williamson <alex.williamson@redhat.com>
13163 M:      Paolo Bonzini <pbonzini@redhat.com>
13164 L:      kvm@vger.kernel.org
13165 S:      Supported
13166 F:      virt/lib/
13167
13168 VIVID VIRTUAL VIDEO DRIVER
13169 M:      Hans Verkuil <hverkuil@xs4all.nl>
13170 L:      linux-media@vger.kernel.org
13171 T:      git git://linuxtv.org/media_tree.git
13172 W:      https://linuxtv.org
13173 S:      Maintained
13174 F:      drivers/media/platform/vivid/*
13175
13176 VLAN (802.1Q)
13177 M:      Patrick McHardy <kaber@trash.net>
13178 L:      netdev@vger.kernel.org
13179 S:      Maintained
13180 F:      drivers/net/macvlan.c
13181 F:      include/linux/if_*vlan.h
13182 F:      net/8021q/
13183
13184 VLYNQ BUS
13185 M:      Florian Fainelli <f.fainelli@gmail.com>
13186 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13187 S:      Maintained
13188 F:      drivers/vlynq/vlynq.c
13189 F:      include/linux/vlynq.h
13190
13191 VME SUBSYSTEM
13192 M:      Martyn Welch <martyn@welchs.me.uk>
13193 M:      Manohar Vanga <manohar.vanga@gmail.com>
13194 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13195 L:      devel@driverdev.osuosl.org
13196 S:      Maintained
13197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13198 F:      Documentation/driver-api/vme.rst
13199 F:      drivers/staging/vme/
13200 F:      drivers/vme/
13201 F:      include/linux/vme*
13202
13203 VMWARE HYPERVISOR INTERFACE
13204 M:      Alok Kataria <akataria@vmware.com>
13205 L:      virtualization@lists.linux-foundation.org
13206 S:      Supported
13207 F:      arch/x86/kernel/cpu/vmware.c
13208
13209 VMWARE BALLOON DRIVER
13210 M:      Xavier Deguillard <xdeguillard@vmware.com>
13211 M:      Philip Moltmann <moltmann@vmware.com>
13212 M:      "VMware, Inc." <pv-drivers@vmware.com>
13213 L:      linux-kernel@vger.kernel.org
13214 S:      Maintained
13215 F:      drivers/misc/vmw_balloon.c
13216
13217 VMWARE VMMOUSE SUBDRIVER
13218 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13219 M:      "VMware, Inc." <pv-drivers@vmware.com>
13220 L:      linux-input@vger.kernel.org
13221 S:      Maintained
13222 F:      drivers/input/mouse/vmmouse.c
13223 F:      drivers/input/mouse/vmmouse.h
13224
13225 VMWARE VMXNET3 ETHERNET DRIVER
13226 M:      Shrikrishna Khare <skhare@vmware.com>
13227 M:      "VMware, Inc." <pv-drivers@vmware.com>
13228 L:      netdev@vger.kernel.org
13229 S:      Maintained
13230 F:      drivers/net/vmxnet3/
13231
13232 VMware PVSCSI driver
13233 M:      Jim Gill <jgill@vmware.com>
13234 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13235 L:      linux-scsi@vger.kernel.org
13236 S:      Maintained
13237 F:      drivers/scsi/vmw_pvscsi.c
13238 F:      drivers/scsi/vmw_pvscsi.h
13239
13240 VMWARE PVRDMA DRIVER
13241 M:      Adit Ranadive <aditr@vmware.com>
13242 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13243 L:      linux-rdma@vger.kernel.org
13244 S:      Maintained
13245 F:      drivers/infiniband/hw/vmw_pvrdma/
13246
13247 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13248 M:      Liam Girdwood <lgirdwood@gmail.com>
13249 M:      Mark Brown <broonie@kernel.org>
13250 L:      linux-kernel@vger.kernel.org
13251 W:      http://www.slimlogic.co.uk/?p=48
13252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13253 S:      Supported
13254 F:      Documentation/devicetree/bindings/regulator/
13255 F:      drivers/regulator/
13256 F:      include/dt-bindings/regulator/
13257 F:      include/linux/regulator/
13258
13259 VRF
13260 M:      David Ahern <dsa@cumulusnetworks.com>
13261 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13262 L:      netdev@vger.kernel.org
13263 S:      Maintained
13264 F:      drivers/net/vrf.c
13265 F:      Documentation/networking/vrf.txt
13266
13267 VT1211 HARDWARE MONITOR DRIVER
13268 M:      Juerg Haefliger <juergh@gmail.com>
13269 L:      linux-hwmon@vger.kernel.org
13270 S:      Maintained
13271 F:      Documentation/hwmon/vt1211
13272 F:      drivers/hwmon/vt1211.c
13273
13274 VT8231 HARDWARE MONITOR DRIVER
13275 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13276 L:      linux-hwmon@vger.kernel.org
13277 S:      Maintained
13278 F:      drivers/hwmon/vt8231.c
13279
13280 VUB300 USB to SDIO/SD/MMC bridge chip
13281 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13282 L:      linux-mmc@vger.kernel.org
13283 L:      linux-usb@vger.kernel.org
13284 S:      Supported
13285 F:      drivers/mmc/host/vub300.c
13286
13287 W1 DALLAS'S 1-WIRE BUS
13288 M:      Evgeniy Polyakov <zbr@ioremap.net>
13289 S:      Maintained
13290 F:      Documentation/w1/
13291 F:      drivers/w1/
13292
13293 W83791D HARDWARE MONITORING DRIVER
13294 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13295 L:      linux-hwmon@vger.kernel.org
13296 S:      Maintained
13297 F:      Documentation/hwmon/w83791d
13298 F:      drivers/hwmon/w83791d.c
13299
13300 W83793 HARDWARE MONITORING DRIVER
13301 M:      Rudolf Marek <r.marek@assembler.cz>
13302 L:      linux-hwmon@vger.kernel.org
13303 S:      Maintained
13304 F:      Documentation/hwmon/w83793
13305 F:      drivers/hwmon/w83793.c
13306
13307 W83795 HARDWARE MONITORING DRIVER
13308 M:      Jean Delvare <jdelvare@suse.com>
13309 L:      linux-hwmon@vger.kernel.org
13310 S:      Maintained
13311 F:      drivers/hwmon/w83795.c
13312
13313 W83L51xD SD/MMC CARD INTERFACE DRIVER
13314 M:      Pierre Ossman <pierre@ossman.eu>
13315 S:      Maintained
13316 F:      drivers/mmc/host/wbsd.*
13317
13318 WACOM PROTOCOL 4 SERIAL TABLETS
13319 M:      Julian Squires <julian@cipht.net>
13320 M:      Hans de Goede <hdegoede@redhat.com>
13321 L:      linux-input@vger.kernel.org
13322 S:      Maintained
13323 F:      drivers/input/tablet/wacom_serial4.c
13324
13325 WATCHDOG DEVICE DRIVERS
13326 M:      Wim Van Sebroeck <wim@iguana.be>
13327 R:      Guenter Roeck <linux@roeck-us.net>
13328 L:      linux-watchdog@vger.kernel.org
13329 W:      http://www.linux-watchdog.org/
13330 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13331 S:      Maintained
13332 F:      Documentation/devicetree/bindings/watchdog/
13333 F:      Documentation/watchdog/
13334 F:      drivers/watchdog/
13335 F:      include/linux/watchdog.h
13336 F:      include/uapi/linux/watchdog.h
13337
13338 WIIMOTE HID DRIVER
13339 M:      David Herrmann <dh.herrmann@googlemail.com>
13340 L:      linux-input@vger.kernel.org
13341 S:      Maintained
13342 F:      drivers/hid/hid-wiimote*
13343
13344 WINBOND CIR DRIVER
13345 M:      David Härdeman <david@hardeman.nu>
13346 S:      Maintained
13347 F:      drivers/media/rc/winbond-cir.c
13348
13349 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13350 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13351 L:      linux-watchdog@vger.kernel.org
13352 S:      Maintained
13353 F:      drivers/watchdog/ebc-c384_wdt.c
13354
13355 WINSYSTEMS WS16C48 GPIO DRIVER
13356 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13357 L:      linux-gpio@vger.kernel.org
13358 S:      Maintained
13359 F:      drivers/gpio/gpio-ws16c48.c
13360
13361 WIMAX STACK
13362 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13363 M:      linux-wimax@intel.com
13364 L:      wimax@linuxwimax.org (subscribers-only)
13365 S:      Supported
13366 W:      http://linuxwimax.org
13367 F:      Documentation/wimax/README.wimax
13368 F:      include/linux/wimax/debug.h
13369 F:      include/net/wimax.h
13370 F:      include/uapi/linux/wimax.h
13371 F:      net/wimax/
13372
13373 WISTRON LAPTOP BUTTON DRIVER
13374 M:      Miloslav Trmac <mitr@volny.cz>
13375 S:      Maintained
13376 F:      drivers/input/misc/wistron_btns.c
13377
13378 WL3501 WIRELESS PCMCIA CARD DRIVER
13379 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13380 L:      linux-wireless@vger.kernel.org
13381 W:      http://oops.ghostprotocols.net:81/blog
13382 S:      Maintained
13383 F:      drivers/net/wireless/wl3501*
13384
13385 WOLFSON MICROELECTRONICS DRIVERS
13386 L:      patches@opensource.wolfsonmicro.com
13387 T:      git https://github.com/CirrusLogic/linux-drivers.git
13388 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13389 S:      Supported
13390 F:      Documentation/hwmon/wm83??
13391 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13392 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13393 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13394 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13395 F:      drivers/clk/clk-wm83*.c
13396 F:      drivers/extcon/extcon-arizona.c
13397 F:      drivers/leds/leds-wm83*.c
13398 F:      drivers/gpio/gpio-*wm*.c
13399 F:      drivers/gpio/gpio-arizona.c
13400 F:      drivers/hwmon/wm83??-hwmon.c
13401 F:      drivers/input/misc/wm831x-on.c
13402 F:      drivers/input/touchscreen/wm831x-ts.c
13403 F:      drivers/input/touchscreen/wm97*.c
13404 F:      drivers/mfd/arizona*
13405 F:      drivers/mfd/wm*.c
13406 F:      drivers/mfd/cs47l24*
13407 F:      drivers/power/supply/wm83*.c
13408 F:      drivers/rtc/rtc-wm83*.c
13409 F:      drivers/regulator/wm8*.c
13410 F:      drivers/video/backlight/wm83*_bl.c
13411 F:      drivers/watchdog/wm83*_wdt.c
13412 F:      include/linux/mfd/arizona/
13413 F:      include/linux/mfd/wm831x/
13414 F:      include/linux/mfd/wm8350/
13415 F:      include/linux/mfd/wm8400*
13416 F:      include/linux/wm97xx.h
13417 F:      include/sound/wm????.h
13418 F:      sound/soc/codecs/arizona.?
13419 F:      sound/soc/codecs/wm*
13420 F:      sound/soc/codecs/cs47l24*
13421
13422 WORKQUEUE
13423 M:      Tejun Heo <tj@kernel.org>
13424 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13426 S:      Maintained
13427 F:      include/linux/workqueue.h
13428 F:      kernel/workqueue.c
13429 F:      Documentation/core-api/workqueue.rst
13430
13431 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13432 M:      Chen-Yu Tsai <wens@csie.org>
13433 L:      linux-kernel@vger.kernel.org
13434 S:      Maintained
13435 N:      axp[128]
13436
13437 X.25 NETWORK LAYER
13438 M:      Andrew Hendry <andrew.hendry@gmail.com>
13439 L:      linux-x25@vger.kernel.org
13440 S:      Odd Fixes
13441 F:      Documentation/networking/x25*
13442 F:      include/net/x25*
13443 F:      net/x25/
13444
13445 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13446 M:      Thomas Gleixner <tglx@linutronix.de>
13447 M:      Ingo Molnar <mingo@redhat.com>
13448 M:      "H. Peter Anvin" <hpa@zytor.com>
13449 M:      x86@kernel.org
13450 L:      linux-kernel@vger.kernel.org
13451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13452 S:      Maintained
13453 F:      Documentation/x86/
13454 F:      arch/x86/
13455
13456 X86 PLATFORM DRIVERS
13457 M:      Darren Hart <dvhart@infradead.org>
13458 L:      platform-driver-x86@vger.kernel.org
13459 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13460 S:      Maintained
13461 F:      drivers/platform/x86/
13462 F:      drivers/platform/olpc/
13463
13464 X86 MCE INFRASTRUCTURE
13465 M:      Tony Luck <tony.luck@intel.com>
13466 M:      Borislav Petkov <bp@alien8.de>
13467 L:      linux-edac@vger.kernel.org
13468 S:      Maintained
13469 F:      arch/x86/kernel/cpu/mcheck/*
13470
13471 X86 MICROCODE UPDATE SUPPORT
13472 M:      Borislav Petkov <bp@alien8.de>
13473 S:      Maintained
13474 F:      arch/x86/kernel/cpu/microcode/*
13475
13476 X86 VDSO
13477 M:      Andy Lutomirski <luto@amacapital.net>
13478 L:      linux-kernel@vger.kernel.org
13479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13480 S:      Maintained
13481 F:      arch/x86/entry/vdso/
13482
13483 XC2028/3028 TUNER DRIVER
13484 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13485 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13486 L:      linux-media@vger.kernel.org
13487 W:      https://linuxtv.org
13488 T:      git git://linuxtv.org/media_tree.git
13489 S:      Maintained
13490 F:      drivers/media/tuners/tuner-xc2028.*
13491
13492 XEN HYPERVISOR INTERFACE
13493 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13494 M:      Juergen Gross <jgross@suse.com>
13495 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13497 S:      Supported
13498 F:      arch/x86/xen/
13499 F:      drivers/*/xen-*front.c
13500 F:      drivers/xen/
13501 F:      arch/x86/include/asm/xen/
13502 F:      include/xen/
13503 F:      include/uapi/xen/
13504
13505 XEN HYPERVISOR ARM
13506 M:      Stefano Stabellini <sstabellini@kernel.org>
13507 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13508 S:      Maintained
13509 F:      arch/arm/xen/
13510 F:      arch/arm/include/asm/xen/
13511
13512 XEN HYPERVISOR ARM64
13513 M:      Stefano Stabellini <sstabellini@kernel.org>
13514 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13515 S:      Maintained
13516 F:      arch/arm64/xen/
13517 F:      arch/arm64/include/asm/xen/
13518
13519 XEN NETWORK BACKEND DRIVER
13520 M:      Wei Liu <wei.liu2@citrix.com>
13521 M:      Paul Durrant <paul.durrant@citrix.com>
13522 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13523 L:      netdev@vger.kernel.org
13524 S:      Supported
13525 F:      drivers/net/xen-netback/*
13526
13527 XEN PCI SUBSYSTEM
13528 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13529 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13530 S:      Supported
13531 F:      arch/x86/pci/*xen*
13532 F:      drivers/pci/*xen*
13533
13534 XEN BLOCK SUBSYSTEM
13535 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13536 M:      Roger Pau Monné <roger.pau@citrix.com>
13537 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13538 S:      Supported
13539 F:      drivers/block/xen-blkback/*
13540 F:      drivers/block/xen*
13541
13542 XEN PVSCSI DRIVERS
13543 M:      Juergen Gross <jgross@suse.com>
13544 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13545 L:      linux-scsi@vger.kernel.org
13546 S:      Supported
13547 F:      drivers/scsi/xen-scsifront.c
13548 F:      drivers/xen/xen-scsiback.c
13549 F:      include/xen/interface/io/vscsiif.h
13550
13551 XEN SWIOTLB SUBSYSTEM
13552 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13553 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13554 S:      Supported
13555 F:      arch/x86/xen/*swiotlb*
13556 F:      drivers/xen/*swiotlb*
13557
13558 XFS FILESYSTEM
13559 M:      Darrick J. Wong <darrick.wong@oracle.com>
13560 M:      linux-xfs@vger.kernel.org
13561 L:      linux-xfs@vger.kernel.org
13562 W:      http://xfs.org/
13563 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
13564 S:      Supported
13565 F:      Documentation/filesystems/xfs.txt
13566 F:      fs/xfs/
13567
13568 XILINX AXI ETHERNET DRIVER
13569 M:      Anirudha Sarangi <anirudh@xilinx.com>
13570 M:      John Linn <John.Linn@xilinx.com>
13571 S:      Maintained
13572 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13573
13574 XILINX UARTLITE SERIAL DRIVER
13575 M:      Peter Korsgaard <jacmet@sunsite.dk>
13576 L:      linux-serial@vger.kernel.org
13577 S:      Maintained
13578 F:      drivers/tty/serial/uartlite.c
13579
13580 XILINX VIDEO IP CORES
13581 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13582 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13583 L:      linux-media@vger.kernel.org
13584 T:      git git://linuxtv.org/media_tree.git
13585 S:      Supported
13586 F:      Documentation/devicetree/bindings/media/xilinx/
13587 F:      drivers/media/platform/xilinx/
13588 F:      include/uapi/linux/xilinx-v4l2-controls.h
13589
13590 XILLYBUS DRIVER
13591 M:      Eli Billauer <eli.billauer@gmail.com>
13592 L:      linux-kernel@vger.kernel.org
13593 S:      Supported
13594 F:      drivers/char/xillybus/
13595
13596 XTENSA XTFPGA PLATFORM SUPPORT
13597 M:      Max Filippov <jcmvbkbc@gmail.com>
13598 L:      linux-xtensa@linux-xtensa.org
13599 S:      Maintained
13600 F:      drivers/spi/spi-xtensa-xtfpga.c
13601 F:      sound/soc/xtensa/xtfpga-i2s.c
13602
13603 YAM DRIVER FOR AX.25
13604 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13605 L:      linux-hams@vger.kernel.org
13606 S:      Maintained
13607 F:      drivers/net/hamradio/yam*
13608 F:      include/linux/yam.h
13609
13610 YEALINK PHONE DRIVER
13611 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13612 L:      usbb2k-api-dev@nongnu.org
13613 S:      Maintained
13614 F:      Documentation/input/yealink.txt
13615 F:      drivers/input/misc/yealink.*
13616
13617 Z8530 DRIVER FOR AX.25
13618 M:      Joerg Reuter <jreuter@yaina.de>
13619 W:      http://yaina.de/jreuter/
13620 W:      http://www.qsl.net/dl1bke/
13621 L:      linux-hams@vger.kernel.org
13622 S:      Maintained
13623 F:      Documentation/networking/z8530drv.txt
13624 F:      drivers/net/hamradio/*scc.c
13625 F:      drivers/net/hamradio/z8530.h
13626
13627 ZBUD COMPRESSED PAGE ALLOCATOR
13628 M:      Seth Jennings <sjenning@redhat.com>
13629 L:      linux-mm@kvack.org
13630 S:      Maintained
13631 F:      mm/zbud.c
13632 F:      include/linux/zbud.h
13633
13634 ZD1211RW WIRELESS DRIVER
13635 M:      Daniel Drake <dsd@gentoo.org>
13636 M:      Ulrich Kunitz <kune@deine-taler.de>
13637 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13638 L:      linux-wireless@vger.kernel.org
13639 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13640 S:      Maintained
13641 F:      drivers/net/wireless/zydas/zd1211rw/
13642
13643 ZPOOL COMPRESSED PAGE STORAGE API
13644 M:      Dan Streetman <ddstreet@ieee.org>
13645 L:      linux-mm@kvack.org
13646 S:      Maintained
13647 F:      mm/zpool.c
13648 F:      include/linux/zpool.h
13649
13650 ZR36067 VIDEO FOR LINUX DRIVER
13651 L:      mjpeg-users@lists.sourceforge.net
13652 L:      linux-media@vger.kernel.org
13653 W:      http://mjpeg.sourceforge.net/driver-zoran/
13654 T:      hg https://linuxtv.org/hg/v4l-dvb
13655 S:      Odd Fixes
13656 F:      drivers/media/pci/zoran/
13657
13658 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13659 M:      Minchan Kim <minchan@kernel.org>
13660 M:      Nitin Gupta <ngupta@vflare.org>
13661 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13662 L:      linux-kernel@vger.kernel.org
13663 S:      Maintained
13664 F:      drivers/block/zram/
13665 F:      Documentation/blockdev/zram.txt
13666
13667 ZS DECSTATION Z85C30 SERIAL DRIVER
13668 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13669 S:      Maintained
13670 F:      drivers/tty/serial/zs.*
13671
13672 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13673 M:      Minchan Kim <minchan@kernel.org>
13674 M:      Nitin Gupta <ngupta@vflare.org>
13675 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13676 L:      linux-mm@kvack.org
13677 S:      Maintained
13678 F:      mm/zsmalloc.c
13679 F:      include/linux/zsmalloc.h
13680 F:      Documentation/vm/zsmalloc.txt
13681
13682 ZSWAP COMPRESSED SWAP CACHING
13683 M:      Seth Jennings <sjenning@redhat.com>
13684 L:      linux-mm@kvack.org
13685 S:      Maintained
13686 F:      mm/zswap.c
13687
13688 THE REST
13689 M:      Linus Torvalds <torvalds@linux-foundation.org>
13690 L:      linux-kernel@vger.kernel.org
13691 Q:      http://patchwork.kernel.org/project/LKML/list/
13692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13693 S:      Buried alive in reporters
13694 F:      *
13695 F:      */