edac: adjust docs location at MAINTAINERS and 00-INDEX
[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         B: Bug tracking system location.
85         S: Status, one of the following:
86            Supported:   Someone is actually paid to look after this.
87            Maintained:  Someone actually looks after it.
88            Odd Fixes:   It has a maintainer but they don't have time to do
89                         much other than throw the odd patch in. See below..
90            Orphan:      No current maintainer [but maybe you could take the
91                         role as you write your new code].
92            Obsolete:    Old code. Something tagged obsolete generally means
93                         it has been replaced by a better system and you
94                         should be using that.
95         F: Files and directories with wildcard patterns.
96            A trailing slash includes all files and subdirectory files.
97            F:   drivers/net/    all files in and below drivers/net
98            F:   drivers/net/*   all files in drivers/net, but not below
99            F:   */net/*         all files in "any top level directory"/net
100            One pattern per line.  Multiple F: lines acceptable.
101         N: Files and directories with regex patterns.
102            N:   [^a-z]tegra     all files whose path contains the word tegra
103            One pattern per line.  Multiple N: lines acceptable.
104            scripts/get_maintainer.pl has different behavior for files that
105            match F: pattern and matches of N: patterns.  By default,
106            get_maintainer will not look at git log history when an F: pattern
107            match occurs.  When an N: match occurs, git log history is used
108            to also notify the people that have git commit signatures.
109         X: Files and directories that are NOT maintained, same rules as F:
110            Files exclusions are tested before file matches.
111            Can be useful for excluding a specific subdirectory, for instance:
112            F:   net/
113            X:   net/ipv6/
114            matches all files in and below net excluding net/ipv6/
115         K: Keyword perl extended regex pattern to match content in a
116            patch or file.  For instance:
117            K: of_get_profile
118               matches patches or files that contain "of_get_profile"
119            K: \b(printk|pr_(info|err))\b
120               matches patches or files that contain one or more of the words
121               printk, pr_info or pr_err
122            One regex pattern per line.  Multiple K: lines acceptable.
123
124 Note: For the hard of thinking, this list is meant to remain in alphabetical
125 order. If you could add yourselves to it in alphabetical order that would be
126 so much easier [Ed]
127
128 Maintainers List (try to look for most precise areas first)
129
130                 -----------------------------------
131
132 3C59X NETWORK DRIVER
133 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
134 L:      netdev@vger.kernel.org
135 S:      Maintained
136 F:      Documentation/networking/vortex.txt
137 F:      drivers/net/ethernet/3com/3c59x.c
138
139 3CR990 NETWORK DRIVER
140 M:      David Dillow <dave@thedillows.org>
141 L:      netdev@vger.kernel.org
142 S:      Maintained
143 F:      drivers/net/ethernet/3com/typhoon*
144
145 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
146 M:      Adam Radford <linuxraid@lsi.com>
147 L:      linux-scsi@vger.kernel.org
148 W:      http://www.lsi.com
149 S:      Supported
150 F:      drivers/scsi/3w-*
151
152 53C700 AND 53C700-66 SCSI DRIVER
153 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
154 L:      linux-scsi@vger.kernel.org
155 S:      Maintained
156 F:      drivers/scsi/53c700*
157
158 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
159 M:      Alexander Aring <aar@pengutronix.de>
160 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
161 L:      linux-bluetooth@vger.kernel.org
162 L:      linux-wpan@vger.kernel.org
163 S:      Maintained
164 F:      net/6lowpan/
165 F:      include/net/6lowpan.h
166 F:      Documentation/networking/6lowpan.txt
167
168 6PACK NETWORK DRIVER FOR AX.25
169 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
170 L:      linux-hams@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/hamradio/6pack.c
173
174 8169 10/100/1000 GIGABIT ETHERNET DRIVER
175 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
176 L:      netdev@vger.kernel.org
177 S:      Maintained
178 F:      drivers/net/ethernet/realtek/r8169.c
179
180 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
181 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
182 L:      linux-serial@vger.kernel.org
183 S:      Maintained
184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
185 F:      drivers/tty/serial/8250*
186 F:      include/linux/serial_8250.h
187
188 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
189 L:      netdev@vger.kernel.org
190 S:      Orphan / Obsolete
191 F:      drivers/net/ethernet/8390/
192
193 9P FILE SYSTEM
194 M:      Eric Van Hensbergen <ericvh@gmail.com>
195 M:      Ron Minnich <rminnich@sandia.gov>
196 M:      Latchesar Ionkov <lucho@ionkov.net>
197 L:      v9fs-developer@lists.sourceforge.net
198 W:      http://swik.net/v9fs
199 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 S:      Maintained
202 F:      Documentation/filesystems/9p.txt
203 F:      fs/9p/
204 F:      net/9p/
205 F:      include/net/9p/
206 F:      include/uapi/linux/virtio_9p.h
207 F:      include/trace/events/9p.h
208
209
210 A8293 MEDIA DRIVER
211 M:      Antti Palosaari <crope@iki.fi>
212 L:      linux-media@vger.kernel.org
213 W:      https://linuxtv.org
214 W:      http://palosaari.fi/linux/
215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
216 T:      git git://linuxtv.org/anttip/media_tree.git
217 S:      Maintained
218 F:      drivers/media/dvb-frontends/a8293*
219
220 AACRAID SCSI RAID DRIVER
221 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
222 L:      linux-scsi@vger.kernel.org
223 W:      http://www.adaptec.com/
224 S:      Supported
225 F:      Documentation/scsi/aacraid.txt
226 F:      drivers/scsi/aacraid/
227
228 ABI/API
229 L:      linux-api@vger.kernel.org
230 F:      include/linux/syscalls.h
231 F:      kernel/sys_ni.c
232
233 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
234 M:      Hans de Goede <hdegoede@redhat.com>
235 L:      linux-hwmon@vger.kernel.org
236 S:      Maintained
237 F:      drivers/hwmon/abituguru.c
238
239 ABIT UGURU 3 HARDWARE MONITOR DRIVER
240 M:      Alistair John Strachan <alistair@devzero.co.uk>
241 L:      linux-hwmon@vger.kernel.org
242 S:      Maintained
243 F:      drivers/hwmon/abituguru3.c
244
245 ACCES 104-DIO-48E GPIO DRIVER
246 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
247 L:      linux-gpio@vger.kernel.org
248 S:      Maintained
249 F:      drivers/gpio/gpio-104-dio-48e.c
250
251 ACCES 104-IDI-48 GPIO DRIVER
252 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
253 L:      linux-gpio@vger.kernel.org
254 S:      Maintained
255 F:      drivers/gpio/gpio-104-idi-48.c
256
257 ACCES 104-IDIO-16 GPIO DRIVER
258 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
259 L:      linux-gpio@vger.kernel.org
260 S:      Maintained
261 F:      drivers/gpio/gpio-104-idio-16.c
262
263 ACENIC DRIVER
264 M:      Jes Sorensen <jes@trained-monkey.org>
265 L:      linux-acenic@sunsite.dk
266 S:      Maintained
267 F:      drivers/net/ethernet/alteon/acenic*
268
269 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
270 M:      Peter Feuerer <peter@piie.net>
271 L:      platform-driver-x86@vger.kernel.org
272 W:      http://piie.net/?section=acerhdf
273 S:      Maintained
274 F:      drivers/platform/x86/acerhdf.c
275
276 ACER WMI LAPTOP EXTRAS
277 M:      "Lee, Chun-Yi" <jlee@suse.com>
278 L:      platform-driver-x86@vger.kernel.org
279 S:      Maintained
280 F:      drivers/platform/x86/acer-wmi.c
281
282 ACPI
283 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
284 M:      Len Brown <lenb@kernel.org>
285 L:      linux-acpi@vger.kernel.org
286 W:      https://01.org/linux-acpi
287 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
289 B:      https://bugzilla.kernel.org
290 S:      Supported
291 F:      drivers/acpi/
292 F:      drivers/pnp/pnpacpi/
293 F:      include/linux/acpi.h
294 F:      include/acpi/
295 F:      Documentation/acpi/
296 F:      Documentation/ABI/testing/sysfs-bus-acpi
297 F:      Documentation/ABI/testing/configfs-acpi
298 F:      drivers/pci/*acpi*
299 F:      drivers/pci/*/*acpi*
300 F:      drivers/pci/*/*/*acpi*
301 F:      tools/power/acpi/
302
303 ACPI COMPONENT ARCHITECTURE (ACPICA)
304 M:      Robert Moore <robert.moore@intel.com>
305 M:      Lv Zheng <lv.zheng@intel.com>
306 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
307 L:      linux-acpi@vger.kernel.org
308 L:      devel@acpica.org
309 W:      https://acpica.org/
310 W:      https://github.com/acpica/acpica/
311 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
313 B:      https://bugzilla.kernel.org
314 B:      https://bugs.acpica.org
315 S:      Supported
316 F:      drivers/acpi/acpica/
317 F:      include/acpi/
318 F:      tools/power/acpi/
319
320 ACPI FAN DRIVER
321 M:      Zhang Rui <rui.zhang@intel.com>
322 L:      linux-acpi@vger.kernel.org
323 W:      https://01.org/linux-acpi
324 B:      https://bugzilla.kernel.org
325 S:      Supported
326 F:      drivers/acpi/fan.c
327
328 ACPI FOR ARM64 (ACPI/arm64)
329 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
330 M:      Hanjun Guo <hanjun.guo@linaro.org>
331 M:      Sudeep Holla <sudeep.holla@arm.com>
332 L:      linux-acpi@vger.kernel.org
333 S:      Maintained
334 F:      drivers/acpi/arm64
335
336 ACPI THERMAL DRIVER
337 M:      Zhang Rui <rui.zhang@intel.com>
338 L:      linux-acpi@vger.kernel.org
339 W:      https://01.org/linux-acpi
340 B:      https://bugzilla.kernel.org
341 S:      Supported
342 F:      drivers/acpi/*thermal*
343
344 ACPI VIDEO DRIVER
345 M:      Zhang Rui <rui.zhang@intel.com>
346 L:      linux-acpi@vger.kernel.org
347 W:      https://01.org/linux-acpi
348 B:      https://bugzilla.kernel.org
349 S:      Supported
350 F:      drivers/acpi/acpi_video.c
351
352 ACPI WMI DRIVER
353 L:      platform-driver-x86@vger.kernel.org
354 S:      Orphan
355 F:      drivers/platform/x86/wmi.c
356
357 AD1889 ALSA SOUND DRIVER
358 M:      Thibaut Varene <T-Bone@parisc-linux.org>
359 W:      http://wiki.parisc-linux.org/AD1889
360 L:      linux-parisc@vger.kernel.org
361 S:      Maintained
362 F:      sound/pci/ad1889.*
363
364 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
365 M:      Michael Hennerich <michael.hennerich@analog.com>
366 W:      http://wiki.analog.com/AD5254
367 W:      http://ez.analog.com/community/linux-device-drivers
368 S:      Supported
369 F:      drivers/misc/ad525x_dpot.c
370
371 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
372 M:      Michael Hennerich <michael.hennerich@analog.com>
373 W:      http://wiki.analog.com/AD5398
374 W:      http://ez.analog.com/community/linux-device-drivers
375 S:      Supported
376 F:      drivers/regulator/ad5398.c
377
378 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
379 M:      Michael Hennerich <michael.hennerich@analog.com>
380 W:      http://wiki.analog.com/AD7142
381 W:      http://ez.analog.com/community/linux-device-drivers
382 S:      Supported
383 F:      drivers/input/misc/ad714x.c
384
385 AD7877 TOUCHSCREEN DRIVER
386 M:      Michael Hennerich <michael.hennerich@analog.com>
387 W:      http://wiki.analog.com/AD7877
388 W:      http://ez.analog.com/community/linux-device-drivers
389 S:      Supported
390 F:      drivers/input/touchscreen/ad7877.c
391
392 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
393 M:      Michael Hennerich <michael.hennerich@analog.com>
394 W:      http://wiki.analog.com/AD7879
395 W:      http://ez.analog.com/community/linux-device-drivers
396 S:      Supported
397 F:      drivers/input/touchscreen/ad7879.c
398
399 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
400 M:      Jiri Kosina <jikos@kernel.org>
401 S:      Maintained
402
403 ADF7242 IEEE 802.15.4 RADIO DRIVER
404 M:      Michael Hennerich <michael.hennerich@analog.com>
405 W:      https://wiki.analog.com/ADF7242
406 W:      http://ez.analog.com/community/linux-device-drivers
407 L:      linux-wpan@vger.kernel.org
408 S:      Supported
409 F:      drivers/net/ieee802154/adf7242.c
410 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
411
412 ADM1025 HARDWARE MONITOR DRIVER
413 M:      Jean Delvare <jdelvare@suse.com>
414 L:      linux-hwmon@vger.kernel.org
415 S:      Maintained
416 F:      Documentation/hwmon/adm1025
417 F:      drivers/hwmon/adm1025.c
418
419 ADM1029 HARDWARE MONITOR DRIVER
420 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
421 L:      linux-hwmon@vger.kernel.org
422 S:      Maintained
423 F:      drivers/hwmon/adm1029.c
424
425 ADM8211 WIRELESS DRIVER
426 L:      linux-wireless@vger.kernel.org
427 W:      http://wireless.kernel.org/
428 S:      Orphan
429 F:      drivers/net/wireless/admtek/adm8211.*
430
431 ADP1653 FLASH CONTROLLER DRIVER
432 M:      Sakari Ailus <sakari.ailus@iki.fi>
433 L:      linux-media@vger.kernel.org
434 S:      Maintained
435 F:      drivers/media/i2c/adp1653.c
436 F:      include/media/i2c/adp1653.h
437
438 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP5520
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/mfd/adp5520.c
444 F:      drivers/video/backlight/adp5520_bl.c
445 F:      drivers/leds/leds-adp5520.c
446 F:      drivers/gpio/gpio-adp5520.c
447 F:      drivers/input/keyboard/adp5520-keys.c
448
449 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
450 M:      Michael Hennerich <michael.hennerich@analog.com>
451 W:      http://wiki.analog.com/ADP5588
452 W:      http://ez.analog.com/community/linux-device-drivers
453 S:      Supported
454 F:      drivers/input/keyboard/adp5588-keys.c
455 F:      drivers/gpio/gpio-adp5588.c
456
457 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
458 M:      Michael Hennerich <michael.hennerich@analog.com>
459 W:      http://wiki.analog.com/ADP8860
460 W:      http://ez.analog.com/community/linux-device-drivers
461 S:      Supported
462 F:      drivers/video/backlight/adp8860_bl.c
463
464 ADS1015 HARDWARE MONITOR DRIVER
465 M:      Dirk Eibach <eibach@gdsys.de>
466 L:      linux-hwmon@vger.kernel.org
467 S:      Maintained
468 F:      Documentation/hwmon/ads1015
469 F:      drivers/hwmon/ads1015.c
470 F:      include/linux/i2c/ads1015.h
471
472 ADT746X FAN DRIVER
473 M:      Colin Leroy <colin@colino.net>
474 S:      Maintained
475 F:      drivers/macintosh/therm_adt746x.c
476
477 ADT7475 HARDWARE MONITOR DRIVER
478 M:      Jean Delvare <jdelvare@suse.com>
479 L:      linux-hwmon@vger.kernel.org
480 S:      Maintained
481 F:      Documentation/hwmon/adt7475
482 F:      drivers/hwmon/adt7475.c
483
484 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
485 M:      Michael Hennerich <michael.hennerich@analog.com>
486 W:      http://wiki.analog.com/ADXL345
487 W:      http://ez.analog.com/community/linux-device-drivers
488 S:      Supported
489 F:      drivers/input/misc/adxl34x.c
490
491 ADVANSYS SCSI DRIVER
492 M:      Matthew Wilcox <matthew@wil.cx>
493 M:      Hannes Reinecke <hare@suse.com>
494 L:      linux-scsi@vger.kernel.org
495 S:      Maintained
496 F:      Documentation/scsi/advansys.txt
497 F:      drivers/scsi/advansys.c
498
499 AEDSP16 DRIVER
500 M:      Riccardo Facchetti <fizban@tin.it>
501 S:      Maintained
502 F:      sound/oss/aedsp16.c
503
504 AF9013 MEDIA DRIVER
505 M:      Antti Palosaari <crope@iki.fi>
506 L:      linux-media@vger.kernel.org
507 W:      https://linuxtv.org
508 W:      http://palosaari.fi/linux/
509 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
510 T:      git git://linuxtv.org/anttip/media_tree.git
511 S:      Maintained
512 F:      drivers/media/dvb-frontends/af9013*
513
514 AF9033 MEDIA DRIVER
515 M:      Antti Palosaari <crope@iki.fi>
516 L:      linux-media@vger.kernel.org
517 W:      https://linuxtv.org
518 W:      http://palosaari.fi/linux/
519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
520 T:      git git://linuxtv.org/anttip/media_tree.git
521 S:      Maintained
522 F:      drivers/media/dvb-frontends/af9033*
523
524 AFFS FILE SYSTEM
525 L:      linux-fsdevel@vger.kernel.org
526 S:      Orphan
527 F:      Documentation/filesystems/affs.txt
528 F:      fs/affs/
529
530 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
531 M:      David Howells <dhowells@redhat.com>
532 L:      linux-afs@lists.infradead.org
533 S:      Supported
534 F:      fs/afs/
535 F:      include/net/af_rxrpc.h
536 F:      net/rxrpc/af_rxrpc.c
537
538 AGPGART DRIVER
539 M:      David Airlie <airlied@linux.ie>
540 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
541 S:      Maintained
542 F:      drivers/char/agp/
543 F:      include/linux/agp*
544 F:      include/uapi/linux/agp*
545
546 AHA152X SCSI DRIVER
547 M:      "Juergen E. Fischer" <fischer@norbit.de>
548 L:      linux-scsi@vger.kernel.org
549 S:      Maintained
550 F:      drivers/scsi/aha152x*
551 F:      drivers/scsi/pcmcia/aha152x*
552
553 AIC7XXX / AIC79XX SCSI DRIVER
554 M:      Hannes Reinecke <hare@suse.com>
555 L:      linux-scsi@vger.kernel.org
556 S:      Maintained
557 F:      drivers/scsi/aic7xxx/
558
559 AIMSLAB FM RADIO RECEIVER DRIVER
560 M:      Hans Verkuil <hverkuil@xs4all.nl>
561 L:      linux-media@vger.kernel.org
562 T:      git git://linuxtv.org/media_tree.git
563 W:      https://linuxtv.org
564 S:      Maintained
565 F:      drivers/media/radio/radio-aimslab*
566
567 AIO
568 M:      Benjamin LaHaise <bcrl@kvack.org>
569 L:      linux-aio@kvack.org
570 S:      Supported
571 F:      fs/aio.c
572 F:      include/linux/*aio*.h
573
574 AIRSPY MEDIA DRIVER
575 M:      Antti Palosaari <crope@iki.fi>
576 L:      linux-media@vger.kernel.org
577 W:      https://linuxtv.org
578 W:      http://palosaari.fi/linux/
579 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
580 T:      git git://linuxtv.org/anttip/media_tree.git
581 S:      Maintained
582 F:      drivers/media/usb/airspy/
583
584 ALACRITECH GIGABIT ETHERNET DRIVER
585 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
586 S:      Maintained
587 F:      drivers/net/ethernet/alacritech/*
588
589 ALCATEL SPEEDTOUCH USB DRIVER
590 M:      Duncan Sands <duncan.sands@free.fr>
591 L:      linux-usb@vger.kernel.org
592 W:      http://www.linux-usb.org/SpeedTouch/
593 S:      Maintained
594 F:      drivers/usb/atm/speedtch.c
595 F:      drivers/usb/atm/usbatm.c
596
597 ALCHEMY AU1XX0 MMC DRIVER
598 M:      Manuel Lauss <manuel.lauss@gmail.com>
599 S:      Maintained
600 F:      drivers/mmc/host/au1xmmc.c
601
602 ALI1563 I2C DRIVER
603 M:      Rudolf Marek <r.marek@assembler.cz>
604 L:      linux-i2c@vger.kernel.org
605 S:      Maintained
606 F:      Documentation/i2c/busses/i2c-ali1563
607 F:      drivers/i2c/busses/i2c-ali1563.c
608
609 ALLWINNER SECURITY SYSTEM
610 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
611 L:      linux-crypto@vger.kernel.org
612 S:      Maintained
613 F:      drivers/crypto/sunxi-ss/
614
615 ALPHA PORT
616 M:      Richard Henderson <rth@twiddle.net>
617 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
618 M:      Matt Turner <mattst88@gmail.com>
619 S:      Odd Fixes
620 L:      linux-alpha@vger.kernel.org
621 F:      arch/alpha/
622
623 ALPS PS/2 TOUCHPAD DRIVER
624 R:      Pali Rohár <pali.rohar@gmail.com>
625 F:      drivers/input/mouse/alps.*
626
627 ALTERA MAILBOX DRIVER
628 M:      Ley Foon Tan <lftan@altera.com>
629 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
630 S:      Maintained
631 F:      drivers/mailbox/mailbox-altera.c
632
633 ALTERA PIO DRIVER
634 M:      Tien Hock Loh <thloh@altera.com>
635 L:      linux-gpio@vger.kernel.org
636 S:      Maintained
637 F:      drivers/gpio/gpio-altera.c
638
639 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
640 M:      Thor Thayer <tthayer@opensource.altera.com>
641 S:      Maintained
642 F:      drivers/gpio/gpio-altera-a10sr.c
643 F:      drivers/mfd/altera-a10sr.c
644 F:      include/linux/mfd/altera-a10sr.h
645
646 ALTERA TRIPLE SPEED ETHERNET DRIVER
647 M:      Vince Bridgers <vbridger@opensource.altera.com>
648 L:      netdev@vger.kernel.org
649 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
650 S:      Maintained
651 F:      drivers/net/ethernet/altera/
652
653 ALTERA UART/JTAG UART SERIAL DRIVERS
654 M:      Tobias Klauser <tklauser@distanz.ch>
655 L:      linux-serial@vger.kernel.org
656 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
657 S:      Maintained
658 F:      drivers/tty/serial/altera_uart.c
659 F:      drivers/tty/serial/altera_jtaguart.c
660 F:      include/linux/altera_uart.h
661 F:      include/linux/altera_jtaguart.h
662
663 AMAZON ETHERNET DRIVERS
664 M:      Netanel Belgazal <netanel@annapurnalabs.com>
665 R:      Saeed Bishara <saeed@annapurnalabs.com>
666 R:      Zorik Machulsky <zorik@annapurnalabs.com>
667 L:      netdev@vger.kernel.org
668 S:      Supported
669 F:      Documentation/networking/ena.txt
670 F:      drivers/net/ethernet/amazon/
671
672 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
673 M:      Tom Lendacky <thomas.lendacky@amd.com>
674 M:      Gary Hook <gary.hook@amd.com>
675 L:      linux-crypto@vger.kernel.org
676 S:      Supported
677 F:      drivers/crypto/ccp/
678 F:      include/linux/ccp.h
679
680 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
681 M:      Huang Rui <ray.huang@amd.com>
682 L:      linux-hwmon@vger.kernel.org
683 S:      Supported
684 F:      Documentation/hwmon/fam15h_power
685 F:      drivers/hwmon/fam15h_power.c
686
687 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
688 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
689 S:      Orphan
690 F:      drivers/usb/gadget/udc/amd5536udc.*
691
692 AMD GEODE PROCESSOR/CHIPSET SUPPORT
693 P:      Andres Salomon <dilinger@queued.net>
694 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
695 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
696 S:      Supported
697 F:      drivers/char/hw_random/geode-rng.c
698 F:      drivers/crypto/geode*
699 F:      drivers/video/fbdev/geode/
700 F:      arch/x86/include/asm/geode.h
701
702 AMD IOMMU (AMD-VI)
703 M:      Joerg Roedel <joro@8bytes.org>
704 L:      iommu@lists.linux-foundation.org
705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
706 S:      Maintained
707 F:      drivers/iommu/amd_iommu*.[ch]
708 F:      include/linux/amd-iommu.h
709
710 AMD KFD
711 M:      Oded Gabbay <oded.gabbay@gmail.com>
712 L:      dri-devel@lists.freedesktop.org
713 T:      git git://people.freedesktop.org/~gabbayo/linux.git
714 S:      Supported
715 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
716 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
717 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
718 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
719 F:      drivers/gpu/drm/amd/amdkfd/
720 F:      drivers/gpu/drm/amd/include/cik_structs.h
721 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
722 F:      drivers/gpu/drm/amd/include/vi_structs.h
723 F:      drivers/gpu/drm/radeon/radeon_kfd.c
724 F:      drivers/gpu/drm/radeon/radeon_kfd.h
725 F:      include/uapi/linux/kfd_ioctl.h
726
727 AMD SEATTLE DEVICE TREE SUPPORT
728 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
729 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
730 M:      Tom Lendacky <thomas.lendacky@amd.com>
731 S:      Supported
732 F:      arch/arm64/boot/dts/amd/
733
734 AMD XGBE DRIVER
735 M:      Tom Lendacky <thomas.lendacky@amd.com>
736 L:      netdev@vger.kernel.org
737 S:      Supported
738 F:      drivers/net/ethernet/amd/xgbe/
739 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
740
741 AMS (Apple Motion Sensor) DRIVER
742 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
743 S:      Supported
744 F:      drivers/macintosh/ams/
745
746 ANALOG DEVICES INC AD9389B DRIVER
747 M:      Hans Verkuil <hans.verkuil@cisco.com>
748 L:      linux-media@vger.kernel.org
749 S:      Maintained
750 F:      drivers/media/i2c/ad9389b*
751
752 ANALOG DEVICES INC ADV7180 DRIVER
753 M:      Lars-Peter Clausen <lars@metafoo.de>
754 L:      linux-media@vger.kernel.org
755 W:      http://ez.analog.com/community/linux-device-drivers
756 S:      Supported
757 F:      drivers/media/i2c/adv7180.c
758
759 ANALOG DEVICES INC ADV7511 DRIVER
760 M:      Hans Verkuil <hans.verkuil@cisco.com>
761 L:      linux-media@vger.kernel.org
762 S:      Maintained
763 F:      drivers/media/i2c/adv7511*
764
765 ANALOG DEVICES INC ADV7604 DRIVER
766 M:      Hans Verkuil <hans.verkuil@cisco.com>
767 L:      linux-media@vger.kernel.org
768 S:      Maintained
769 F:      drivers/media/i2c/adv7604*
770
771 ANALOG DEVICES INC ADV7842 DRIVER
772 M:      Hans Verkuil <hans.verkuil@cisco.com>
773 L:      linux-media@vger.kernel.org
774 S:      Maintained
775 F:      drivers/media/i2c/adv7842*
776
777 ANALOG DEVICES INC ASOC CODEC DRIVERS
778 M:      Lars-Peter Clausen <lars@metafoo.de>
779 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
780 W:      http://wiki.analog.com/
781 W:      http://ez.analog.com/community/linux-device-drivers
782 S:      Supported
783 F:      sound/soc/codecs/adau*
784 F:      sound/soc/codecs/adav*
785 F:      sound/soc/codecs/ad1*
786 F:      sound/soc/codecs/ad7*
787 F:      sound/soc/codecs/ssm*
788 F:      sound/soc/codecs/sigmadsp.*
789
790 ANALOG DEVICES INC ASOC DRIVERS
791 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
792 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
793 W:      http://blackfin.uclinux.org/
794 S:      Supported
795 F:      sound/soc/blackfin/*
796
797 ANALOG DEVICES INC IIO DRIVERS
798 M:      Lars-Peter Clausen <lars@metafoo.de>
799 M:      Michael Hennerich <Michael.Hennerich@analog.com>
800 W:      http://wiki.analog.com/
801 W:      http://ez.analog.com/community/linux-device-drivers
802 S:      Supported
803 F:      drivers/iio/*/ad*
804 X:      drivers/iio/*/adjd*
805 F:      drivers/staging/iio/*/ad*
806 F:      staging/iio/trigger/iio-trig-bfin-timer.c
807
808 ANALOG DEVICES INC DMA DRIVERS
809 M:      Lars-Peter Clausen <lars@metafoo.de>
810 W:      http://ez.analog.com/community/linux-device-drivers
811 S:      Supported
812 F:      drivers/dma/dma-axi-dmac.c
813
814 ANDROID CONFIG FRAGMENTS
815 M:      Rob Herring <robh@kernel.org>
816 S:      Supported
817 F:      kernel/configs/android*
818
819 ANDROID DRIVERS
820 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
821 M:      Arve Hjønnevåg <arve@android.com>
822 M:      Riley Andrews <riandrews@android.com>
823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
824 L:      devel@driverdev.osuosl.org
825 S:      Supported
826 F:      drivers/android/
827 F:      drivers/staging/android/
828
829 ANDROID ION DRIVER
830 M:      Laura Abbott <labbott@redhat.com>
831 M:      Sumit Semwal <sumit.semwal@linaro.org>
832 L:      devel@driverdev.osuosl.org
833 S:      Supported
834 F:      Documentation/devicetree/bindings/staging/ion/
835 F:      drivers/staging/android/ion
836 F:      drivers/staging/android/uapi/ion.h
837 F:      drivers/staging/android/uapi/ion_test.h
838
839 AOA (Apple Onboard Audio) ALSA DRIVER
840 M:      Johannes Berg <johannes@sipsolutions.net>
841 L:      linuxppc-dev@lists.ozlabs.org
842 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
843 S:      Maintained
844 F:      sound/aoa/
845
846 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
847 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
848 L:      linux-iio@vger.kernel.org
849 S:      Maintained
850 F:      drivers/iio/adc/stx104.c
851
852 APM DRIVER
853 M:      Jiri Kosina <jikos@kernel.org>
854 S:      Odd fixes
855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
856 F:      arch/x86/kernel/apm_32.c
857 F:      include/linux/apm_bios.h
858 F:      include/uapi/linux/apm_bios.h
859 F:      drivers/char/apm-emulation.c
860
861 APPLE BCM5974 MULTITOUCH DRIVER
862 M:      Henrik Rydberg <rydberg@bitmath.org>
863 L:      linux-input@vger.kernel.org
864 S:      Odd fixes
865 F:      drivers/input/mouse/bcm5974.c
866
867 APPLE SMC DRIVER
868 M:      Henrik Rydberg <rydberg@bitmath.org>
869 L:      linux-hwmon@vger.kernel.org
870 S:      Odd fixes
871 F:      drivers/hwmon/applesmc.c
872
873 APPLETALK NETWORK LAYER
874 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
875 S:      Maintained
876 F:      drivers/net/appletalk/
877 F:      net/appletalk/
878
879 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
880 M:      Duc Dang <dhdang@apm.com>
881 S:      Supported
882 F:      arch/arm64/boot/dts/apm/
883
884 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
885 M:      Iyappan Subramanian <isubramanian@apm.com>
886 M:      Keyur Chudgar <kchudgar@apm.com>
887 S:      Supported
888 F:      drivers/net/ethernet/apm/xgene/
889 F:      drivers/net/phy/mdio-xgene.c
890 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
891 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
892
893 APPLIED MICRO (APM) X-GENE SOC PMU
894 M:      Tai Nguyen <ttnguyen@apm.com>
895 S:      Supported
896 F:      drivers/perf/xgene_pmu.c
897 F:      Documentation/perf/xgene-pmu.txt
898 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
899
900 APTINA CAMERA SENSOR PLL
901 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
902 L:      linux-media@vger.kernel.org
903 S:      Maintained
904 F:      drivers/media/i2c/aptina-pll.*
905
906 ARC FRAMEBUFFER DRIVER
907 M:      Jaya Kumar <jayalk@intworks.biz>
908 S:      Maintained
909 F:      drivers/video/fbdev/arcfb.c
910 F:      drivers/video/fbdev/core/fb_defio.c
911
912 ARCNET NETWORK LAYER
913 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
914 L:      netdev@vger.kernel.org
915 S:      Maintained
916 F:      drivers/net/arcnet/
917 F:      include/uapi/linux/if_arcnet.h
918
919 ARC PGU DRM DRIVER
920 M:      Alexey Brodkin <abrodkin@synopsys.com>
921 S:      Supported
922 F:      drivers/gpu/drm/arc/
923 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
924
925 ARM ARCHITECTED TIMER DRIVER
926 M:      Mark Rutland <mark.rutland@arm.com>
927 M:      Marc Zyngier <marc.zyngier@arm.com>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Maintained
930 F:      arch/arm/include/asm/arch_timer.h
931 F:      arch/arm64/include/asm/arch_timer.h
932 F:      drivers/clocksource/arm_arch_timer.c
933
934 ARM HDLCD DRM DRIVER
935 M:      Liviu Dudau <liviu.dudau@arm.com>
936 S:      Supported
937 F:      drivers/gpu/drm/arm/hdlcd_*
938 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
939
940 ARM MALI-DP DRM DRIVER
941 M:      Liviu Dudau <liviu.dudau@arm.com>
942 M:      Brian Starkey <brian.starkey@arm.com>
943 M:      Mali DP Maintainers <malidp@foss.arm.com>
944 S:      Supported
945 F:      drivers/gpu/drm/arm/
946 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
947
948 ARM MFM AND FLOPPY DRIVERS
949 M:      Ian Molton <spyro@f2s.com>
950 S:      Maintained
951 F:      arch/arm/lib/floppydma.S
952 F:      arch/arm/include/asm/floppy.h
953
954 ARM PMU PROFILING AND DEBUGGING
955 M:      Will Deacon <will.deacon@arm.com>
956 M:      Mark Rutland <mark.rutland@arm.com>
957 S:      Maintained
958 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 F:      arch/arm*/kernel/perf_*
960 F:      arch/arm/oprofile/common.c
961 F:      arch/arm*/kernel/hw_breakpoint.c
962 F:      arch/arm*/include/asm/hw_breakpoint.h
963 F:      arch/arm*/include/asm/perf_event.h
964 F:      drivers/perf/*
965 F:      include/linux/perf/arm_pmu.h
966 F:      Documentation/devicetree/bindings/arm/pmu.txt
967
968 ARM PORT
969 M:      Russell King <linux@armlinux.org.uk>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 W:      http://www.armlinux.org.uk/
972 S:      Maintained
973 F:      arch/arm/
974
975 ARM SUB-ARCHITECTURES
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 S:      Maintained
978 F:      arch/arm/mach-*/
979 F:      arch/arm/plat-*/
980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
981
982 ARM PRIMECELL AACI PL041 DRIVER
983 M:      Russell King <linux@armlinux.org.uk>
984 S:      Maintained
985 F:      sound/arm/aaci.*
986
987 ARM PRIMECELL CLCD PL110 DRIVER
988 M:      Russell King <linux@armlinux.org.uk>
989 S:      Maintained
990 F:      drivers/video/fbdev/amba-clcd.*
991
992 ARM PRIMECELL KMI PL050 DRIVER
993 M:      Russell King <linux@armlinux.org.uk>
994 S:      Maintained
995 F:      drivers/input/serio/ambakmi.*
996 F:      include/linux/amba/kmi.h
997
998 ARM PRIMECELL MMCI PL180/1 DRIVER
999 M:      Russell King <linux@armlinux.org.uk>
1000 S:      Maintained
1001 F:      drivers/mmc/host/mmci.*
1002 F:      include/linux/amba/mmci.h
1003
1004 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1005 M:      Russell King <linux@armlinux.org.uk>
1006 S:      Maintained
1007 F:      drivers/tty/serial/amba-pl01*.c
1008 F:      include/linux/amba/serial.h
1009
1010 ARM PRIMECELL BUS SUPPORT
1011 M:      Russell King <linux@armlinux.org.uk>
1012 S:      Maintained
1013 F:      drivers/amba/
1014 F:      include/linux/amba/bus.h
1015
1016 ARM/ADS SPHERE MACHINE SUPPORT
1017 M:      Lennert Buytenhek <kernel@wantstofly.org>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 S:      Maintained
1020
1021 ARM/AFEB9260 MACHINE SUPPORT
1022 M:      Sergey Lapin <slapin@ossfans.org>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 S:      Maintained
1025
1026 ARM/AJECO 1ARM MACHINE SUPPORT
1027 M:      Lennert Buytenhek <kernel@wantstofly.org>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S:      Maintained
1030
1031 ARM/Allwinner sunXi SoC support
1032 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1033 M:      Chen-Yu Tsai <wens@csie.org>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036 N:      sun[x456789]i
1037 F:      arch/arm/boot/dts/ntc-gr8*
1038
1039 ARM/Allwinner SoC Clock Support
1040 M:      Emilio López <emilio@elopez.com.ar>
1041 S:      Maintained
1042 F:      drivers/clk/sunxi/
1043
1044 ARM/Amlogic Meson SoC support
1045 M:      Carlo Caione <carlo@caione.org>
1046 M:      Kevin Hilman <khilman@baylibre.com>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 L:      linux-amlogic@lists.infradead.org
1049 W:      http://linux-meson.com/
1050 S:      Maintained
1051 F:      arch/arm/mach-meson/
1052 F:      arch/arm/boot/dts/meson*
1053 F:      arch/arm64/boot/dts/amlogic/
1054 F:      drivers/pinctrl/meson/
1055 F:      drivers/mmc/host/meson*
1056 N:      meson
1057
1058 ARM/Annapurna Labs ALPINE ARCHITECTURE
1059 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1060 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 S:      Maintained
1063 F:      arch/arm/mach-alpine/
1064 F:      arch/arm/boot/dts/alpine*
1065 F:      arch/arm64/boot/dts/al/
1066 F:      drivers/*/*alpine*
1067
1068 ARM/ARTPEC MACHINE SUPPORT
1069 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1070 M:      Lars Persson <lars.persson@axis.com>
1071 M:      Niklas Cassel <niklas.cassel@axis.com>
1072 S:      Maintained
1073 L:      linux-arm-kernel@axis.com
1074 F:      arch/arm/mach-artpec
1075 F:      arch/arm/boot/dts/artpec6*
1076 F:      drivers/clk/axis
1077
1078 ARM/ASPEED MACHINE SUPPORT
1079 M:      Joel Stanley <joel@jms.id.au>
1080 S:      Maintained
1081 F:      arch/arm/mach-aspeed/
1082 F:      arch/arm/boot/dts/aspeed-*
1083 F:      drivers/*/*aspeed*
1084
1085 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1086 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1087 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1088 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 W:      http://www.linux4sam.org
1091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1092 S:      Supported
1093 F:      arch/arm/mach-at91/
1094 F:      include/soc/at91/
1095 F:      arch/arm/boot/dts/at91*.dts
1096 F:      arch/arm/boot/dts/at91*.dtsi
1097 F:      arch/arm/boot/dts/sama*.dts
1098 F:      arch/arm/boot/dts/sama*.dtsi
1099 F:      arch/arm/include/debug/at91.S
1100
1101 ARM/ATMEL AT91 Clock Support
1102 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1103 S:      Maintained
1104 F:      drivers/clk/at91
1105
1106 ARM/CALXEDA HIGHBANK ARCHITECTURE
1107 M:      Rob Herring <robh@kernel.org>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110 F:      arch/arm/mach-highbank/
1111 F:      arch/arm/boot/dts/highbank.dts
1112 F:      arch/arm/boot/dts/ecx-*.dts*
1113
1114 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1115 M:      Krzysztof Halasa <khalasa@piap.pl>
1116 S:      Maintained
1117 F:      arch/arm/mach-cns3xxx/
1118
1119 ARM/CAVIUM THUNDER NETWORK DRIVER
1120 M:      Sunil Goutham <sgoutham@cavium.com>
1121 M:      Robert Richter <rric@kernel.org>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Supported
1124 F:      drivers/net/ethernet/cavium/thunder/
1125
1126 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1127 M:      Alexander Shiyan <shc_work@mail.ru>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Odd Fixes
1130 N:      clps711x
1131
1132 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1133 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1134 M:      Ryan Mallon <rmallon@gmail.com>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137 F:      arch/arm/mach-ep93xx/
1138 F:      arch/arm/mach-ep93xx/include/mach/
1139
1140 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1141 M:      Lennert Buytenhek <kernel@wantstofly.org>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 S:      Maintained
1144
1145 ARM/CLKDEV SUPPORT
1146 M:      Russell King <linux@armlinux.org.uk>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149 F:      arch/arm/include/asm/clkdev.h
1150 F:      drivers/clk/clkdev.c
1151
1152 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1153 M:      Mike Rapoport <mike@compulab.co.il>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/CONTEC MICRO9 MACHINE SUPPORT
1158 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1159 S:      Maintained
1160 F:      arch/arm/mach-ep93xx/micro9.c
1161
1162 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1163 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Maintained
1166 F:      drivers/hwtracing/coresight/*
1167 F:      Documentation/trace/coresight.txt
1168 F:      Documentation/devicetree/bindings/arm/coresight.txt
1169 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1170 F:      tools/perf/arch/arm/util/pmu.c
1171 F:      tools/perf/arch/arm/util/auxtrace.c
1172 F:      tools/perf/arch/arm/util/cs-etm.c
1173 F:      tools/perf/arch/arm/util/cs-etm.h
1174 F:      tools/perf/util/cs-etm.h
1175
1176 ARM/CORGI MACHINE SUPPORT
1177 M:      Richard Purdie <rpurdie@rpsys.net>
1178 S:      Maintained
1179
1180 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1181 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 T:      git git://github.com/ulli-kroll/linux.git
1184 S:      Maintained
1185 F:      arch/arm/mach-gemini/
1186 F:      drivers/rtc/rtc-gemini.c
1187
1188 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1189 M:      Barry Song <baohua@kernel.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1192 S:      Maintained
1193 F:      arch/arm/boot/dts/prima2*
1194 F:      arch/arm/mach-prima2/
1195 F:      drivers/clk/sirf/
1196 F:      drivers/clocksource/timer-prima2.c
1197 F:      drivers/clocksource/timer-atlas7.c
1198 N:      [^a-z]sirf
1199
1200 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1201 M:      Baruch Siach <baruch@tkos.co.il>
1202 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S:      Maintained
1204 F:      arch/arm/boot/dts/cx92755*
1205 N:      digicolor
1206
1207 ARM/EBSA110 MACHINE SUPPORT
1208 M:      Russell King <linux@armlinux.org.uk>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 W:      http://www.armlinux.org.uk/
1211 S:      Maintained
1212 F:      arch/arm/mach-ebsa110/
1213 F:      drivers/net/ethernet/amd/am79c961a.*
1214
1215 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1216 M:      Uwe Kleine-König <kernel@pengutronix.de>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 N:      efm32
1220
1221 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1222 M:      Daniel Ribeiro <drwyrm@gmail.com>
1223 M:      Stefan Schmidt <stefan@openezx.org>
1224 M:      Harald Welte <laforge@openezx.org>
1225 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1226 W:      http://www.openezx.org/
1227 S:      Maintained
1228 T:      topgit git://git.openezx.org/openezx.git
1229 F:      arch/arm/mach-pxa/ezx.c
1230
1231 ARM/FARADAY FA526 PORT
1232 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 T:      git git://git.berlios.de/gemini-board
1236 F:      arch/arm/mm/*-fa*
1237
1238 ARM/FOOTBRIDGE ARCHITECTURE
1239 M:      Russell King <linux@armlinux.org.uk>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 W:      http://www.armlinux.org.uk/
1242 S:      Maintained
1243 F:      arch/arm/include/asm/hardware/dec21285.h
1244 F:      arch/arm/mach-footbridge/
1245
1246 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1247 M:      Shawn Guo <shawnguo@kernel.org>
1248 M:      Sascha Hauer <kernel@pengutronix.de>
1249 R:      Fabio Estevam <fabio.estevam@nxp.com>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S:      Maintained
1252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1253 F:      arch/arm/mach-imx/
1254 F:      arch/arm/mach-mxs/
1255 F:      arch/arm/boot/dts/imx*
1256 F:      arch/arm/configs/imx*_defconfig
1257 F:      drivers/clk/imx/
1258 F:      include/soc/imx/
1259
1260 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1261 M:      Shawn Guo <shawnguo@kernel.org>
1262 M:      Sascha Hauer <kernel@pengutronix.de>
1263 R:      Stefan Agner <stefan@agner.ch>
1264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 S:      Maintained
1266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1267 F:      arch/arm/mach-imx/*vf610*
1268 F:      arch/arm/boot/dts/vf*
1269
1270 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1271 M:      Lennert Buytenhek <kernel@wantstofly.org>
1272 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1273 S:      Maintained
1274
1275 ARM/GUMSTIX MACHINE SUPPORT
1276 M:      Steve Sakoman <sakoman@gmail.com>
1277 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1278 S:      Maintained
1279
1280 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1281 M:      Philipp Zabel <philipp.zabel@gmail.com>
1282 M:      Paul Parsons <lost.distance@yahoo.com>
1283 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 S:      Maintained
1285 F:      arch/arm/mach-pxa/hx4700.c
1286 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1287 F:      sound/soc/pxa/hx4700.c
1288
1289 ARM/HISILICON SOC SUPPORT
1290 M:      Wei Xu <xuwei5@hisilicon.com>
1291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 W:      http://www.hisilicon.com
1293 S:      Supported
1294 T:      git git://github.com/hisilicon/linux-hisi.git
1295 F:      arch/arm/mach-hisi/
1296 F:      arch/arm/boot/dts/hi3*
1297 F:      arch/arm/boot/dts/hip*
1298 F:      arch/arm/boot/dts/hisi*
1299 F:      arch/arm64/boot/dts/hisilicon/
1300
1301 ARM/HP JORNADA 7XX MACHINE SUPPORT
1302 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1303 W:      www.jlime.com
1304 S:      Maintained
1305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1306 F:      arch/arm/mach-sa1100/jornada720.c
1307 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1308
1309 ARM/IGEP MACHINE SUPPORT
1310 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1311 M:      Javier Martinez Canillas <javier@dowhile0.org>
1312 L:      linux-omap@vger.kernel.org
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 S:      Maintained
1315 F:      arch/arm/boot/dts/omap3-igep*
1316
1317 ARM/INCOME PXA270 SUPPORT
1318 M:      Marek Vasut <marek.vasut@gmail.com>
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1321 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1322
1323 ARM/INTEL IOP32X ARM ARCHITECTURE
1324 M:      Lennert Buytenhek <kernel@wantstofly.org>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S:      Maintained
1327
1328 ARM/INTEL IOP33X ARM ARCHITECTURE
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Orphan
1331
1332 ARM/INTEL IOP13XX ARM ARCHITECTURE
1333 M:      Lennert Buytenhek <kernel@wantstofly.org>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 S:      Maintained
1336
1337 ARM/INTEL IQ81342EX MACHINE SUPPORT
1338 M:      Lennert Buytenhek <kernel@wantstofly.org>
1339 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1340 S:      Maintained
1341
1342 ARM/INTEL IXDP2850 MACHINE SUPPORT
1343 M:      Lennert Buytenhek <kernel@wantstofly.org>
1344 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1345 S:      Maintained
1346
1347 ARM/INTEL IXP4XX ARM ARCHITECTURE
1348 M:      Imre Kaloz <kaloz@openwrt.org>
1349 M:      Krzysztof Halasa <khalasa@piap.pl>
1350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 S:      Maintained
1352 F:      arch/arm/mach-ixp4xx/
1353
1354 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1355 M:      Jonathan Cameron <jic23@cam.ac.uk>
1356 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 S:      Maintained
1358 F:      arch/arm/mach-pxa/stargate2.c
1359 F:      drivers/pcmcia/pxa2xx_stargate2.c
1360
1361 ARM/INTEL XSC3 (MANZANO) ARM CORE
1362 M:      Lennert Buytenhek <kernel@wantstofly.org>
1363 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1364 S:      Maintained
1365
1366 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1367 M:      Lennert Buytenhek <kernel@wantstofly.org>
1368 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 S:      Maintained
1370
1371 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1372 M:      Santosh Shilimkar <ssantosh@kernel.org>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Maintained
1375 F:      arch/arm/mach-keystone/
1376 F:      arch/arm/boot/dts/keystone-*
1377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1378
1379 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1380 M:      Santosh Shilimkar <ssantosh@kernel.org>
1381 L:      linux-kernel@vger.kernel.org
1382 S:      Maintained
1383 F:      drivers/clk/keystone/
1384
1385 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1386 M:      Santosh Shilimkar <ssantosh@kernel.org>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 L:      linux-kernel@vger.kernel.org
1389 S:      Maintained
1390 F:      drivers/clocksource/timer-keystone.c
1391
1392 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1393 M:      Santosh Shilimkar <ssantosh@kernel.org>
1394 L:      linux-kernel@vger.kernel.org
1395 S:      Maintained
1396 F:      drivers/power/reset/keystone-reset.c
1397
1398 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1399 M:      Santosh Shilimkar <ssantosh@kernel.org>
1400 L:      linux-kernel@vger.kernel.org
1401 S:      Maintained
1402 F:      drivers/memory/*emif*
1403
1404 ARM/LG1K ARCHITECTURE
1405 M:      Chanho Min <chanho.min@lge.com>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 S:      Maintained
1408 F:      arch/arm64/boot/dts/lg/
1409
1410 ARM/LOGICPD PXA270 MACHINE SUPPORT
1411 M:      Lennert Buytenhek <kernel@wantstofly.org>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S:      Maintained
1414
1415 ARM/LPC18XX ARCHITECTURE
1416 M:      Joachim Eastwood <manabian@gmail.com>
1417 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418 S:      Maintained
1419 F:      arch/arm/boot/dts/lpc43*
1420 F:      drivers/clk/nxp/clk-lpc18xx*
1421 F:      drivers/clocksource/time-lpc32xx.c
1422 F:      drivers/i2c/busses/i2c-lpc2k.c
1423 F:      drivers/memory/pl172.c
1424 F:      drivers/mtd/spi-nor/nxp-spifi.c
1425 F:      drivers/rtc/rtc-lpc24xx.c
1426 N:      lpc18xx
1427
1428 ARM/LPC32XX SOC SUPPORT
1429 M:      Vladimir Zapolskiy <vz@mleia.com>
1430 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1433 S:      Maintained
1434 F:      arch/arm/boot/dts/lpc32*
1435 F:      arch/arm/mach-lpc32xx/
1436 F:      drivers/i2c/busses/i2c-pnx.c
1437 F:      drivers/net/ethernet/nxp/lpc_eth.c
1438 F:      drivers/usb/host/ohci-nxp.c
1439 F:      drivers/watchdog/pnx4008_wdt.c
1440 N:      lpc32xx
1441
1442 ARM/MAGICIAN MACHINE SUPPORT
1443 M:      Philipp Zabel <philipp.zabel@gmail.com>
1444 S:      Maintained
1445
1446 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1447 M:      Jason Cooper <jason@lakedaemon.net>
1448 M:      Andrew Lunn <andrew@lunn.ch>
1449 M:      Gregory Clement <gregory.clement@free-electrons.com>
1450 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1451 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1452 S:      Maintained
1453 F:      arch/arm/mach-mvebu/
1454 F:      drivers/rtc/rtc-armada38x.c
1455 F:      arch/arm/boot/dts/armada*
1456 F:      arch/arm/boot/dts/kirkwood*
1457 F:      arch/arm64/boot/dts/marvell/armada*
1458 F:      drivers/cpufreq/mvebu-cpufreq.c
1459 F:      arch/arm/configs/mvebu_*_defconfig
1460
1461 ARM/Marvell Berlin SoC support
1462 M:      Jisheng Zhang <jszhang@marvell.com>
1463 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1464 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1465 S:      Maintained
1466 F:      arch/arm/mach-berlin/
1467 F:      arch/arm/boot/dts/berlin*
1468 F:      arch/arm64/boot/dts/marvell/berlin*
1469
1470
1471 ARM/Marvell Dove/MV78xx0/Orion SOC support
1472 M:      Jason Cooper <jason@lakedaemon.net>
1473 M:      Andrew Lunn <andrew@lunn.ch>
1474 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1475 M:      Gregory Clement <gregory.clement@free-electrons.com>
1476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 S:      Maintained
1478 F:      arch/arm/mach-dove/
1479 F:      arch/arm/mach-mv78xx0/
1480 F:      arch/arm/mach-orion5x/
1481 F:      arch/arm/plat-orion/
1482 F:      arch/arm/boot/dts/dove*
1483 F:      arch/arm/boot/dts/orion5x*
1484
1485
1486 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1487 M:      Alexander Clouter <alex@digriz.org.uk>
1488 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1489 W:      http://www.digriz.org.uk/ts78xx/kernel
1490 S:      Maintained
1491 F:      arch/arm/mach-orion5x/ts78xx-*
1492
1493 ARM/OXNAS platform support
1494 M:      Neil Armstrong <narmstrong@baylibre.com>
1495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1497 S:      Maintained
1498 F:      arch/arm/mach-oxnas/
1499 F:      arch/arm/boot/dts/oxnas*
1500 F:      arch/arm/boot/dts/wd-mbwe.dts
1501 N:      oxnas
1502
1503 ARM/Mediatek RTC DRIVER
1504 M:      Eddie Huang <eddie.huang@mediatek.com>
1505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1507 S:      Maintained
1508 F:      drivers/rtc/rtc-mt6397.c
1509
1510 ARM/Mediatek SoC support
1511 M:      Matthias Brugger <matthias.bgg@gmail.com>
1512 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1514 S:      Maintained
1515 F:      arch/arm/boot/dts/mt6*
1516 F:      arch/arm/boot/dts/mt8*
1517 F:      arch/arm/mach-mediatek/
1518 N:      mtk
1519 K:      mediatek
1520
1521 ARM/Mediatek USB3 PHY DRIVER
1522 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1524 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1525 S:      Maintained
1526 F:      drivers/phy/phy-mt65xx-usb3.c
1527
1528 ARM/MICREL KS8695 ARCHITECTURE
1529 M:      Greg Ungerer <gerg@uclinux.org>
1530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 F:      arch/arm/mach-ks8695/
1532 S:      Odd Fixes
1533
1534 ARM/MIOA701 MACHINE SUPPORT
1535 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 F:      arch/arm/mach-pxa/mioa701.c
1538 S:      Maintained
1539
1540 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1541 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1542 S:      Maintained
1543
1544 ARM/NOMADIK ARCHITECTURE
1545 M:      Alessandro Rubini <rubini@unipv.it>
1546 M:      Linus Walleij <linus.walleij@linaro.org>
1547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S:      Maintained
1549 F:      arch/arm/mach-nomadik/
1550 F:      drivers/pinctrl/nomadik/
1551 F:      drivers/i2c/busses/i2c-nomadik.c
1552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1553
1554 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1555 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1556 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1557 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1558 S:      Supported
1559
1560 ARM/TOSA MACHINE SUPPORT
1561 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1562 M:      Dirk Opfer <dirk@opfer-online.de>
1563 S:      Maintained
1564
1565 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1566 M:      Marek Vasut <marek.vasut@gmail.com>
1567 L:      linux-arm-kernel@lists.infradead.org
1568 W:      http://hackndev.com
1569 S:      Maintained
1570 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1571 F:      arch/arm/mach-pxa/palmtx.c
1572 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1573 F:      arch/arm/mach-pxa/palmt5.c
1574 F:      arch/arm/mach-pxa/include/mach/palmld.h
1575 F:      arch/arm/mach-pxa/palmld.c
1576 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1577 F:      arch/arm/mach-pxa/palmte2.c
1578 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1579 F:      arch/arm/mach-pxa/palmtc.c
1580
1581 ARM/PALM TREO SUPPORT
1582 M:      Tomas Cech <sleep_walker@suse.com>
1583 L:      linux-arm-kernel@lists.infradead.org
1584 W:      http://hackndev.com
1585 S:      Maintained
1586 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1587 F:      arch/arm/mach-pxa/palmtreo.c
1588
1589 ARM/PALMZ72 SUPPORT
1590 M:      Sergey Lapin <slapin@ossfans.org>
1591 L:      linux-arm-kernel@lists.infradead.org
1592 W:      http://hackndev.com
1593 S:      Maintained
1594 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1595 F:      arch/arm/mach-pxa/palmz72.c
1596
1597 ARM/PLEB SUPPORT
1598 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1599 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1600 S:      Maintained
1601
1602 ARM/PT DIGITAL BOARD PORT
1603 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 W:      http://www.armlinux.org.uk/
1606 S:      Maintained
1607
1608 ARM/QUALCOMM SUPPORT
1609 M:      Andy Gross <andy.gross@linaro.org>
1610 M:      David Brown <david.brown@linaro.org>
1611 L:      linux-arm-msm@vger.kernel.org
1612 L:      linux-soc@vger.kernel.org
1613 S:      Maintained
1614 F:      Documentation/devicetree/bindings/soc/qcom/
1615 F:      arch/arm/boot/dts/qcom-*.dts
1616 F:      arch/arm/boot/dts/qcom-*.dtsi
1617 F:      arch/arm/mach-qcom/
1618 F:      arch/arm64/boot/dts/qcom/*
1619 F:      drivers/i2c/busses/i2c-qup.c
1620 F:      drivers/clk/qcom/
1621 F:      drivers/soc/qcom/
1622 F:      drivers/spi/spi-qup.c
1623 F:      drivers/tty/serial/msm_serial.h
1624 F:      drivers/tty/serial/msm_serial.c
1625 F:      drivers/*/pm8???-*
1626 F:      drivers/mfd/ssbi.c
1627 F:      drivers/firmware/qcom_scm.c
1628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1629
1630 ARM/RADISYS ENP2611 MACHINE SUPPORT
1631 M:      Lennert Buytenhek <kernel@wantstofly.org>
1632 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 S:      Maintained
1634
1635 ARM/RENESAS ARM64 ARCHITECTURE
1636 M:      Simon Horman <horms@verge.net.au>
1637 M:      Magnus Damm <magnus.damm@gmail.com>
1638 L:      linux-renesas-soc@vger.kernel.org
1639 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1641 S:      Supported
1642 F:      arch/arm64/boot/dts/renesas/
1643 F:      drivers/soc/renesas/
1644 F:      include/linux/soc/renesas/
1645
1646 ARM/RISCPC ARCHITECTURE
1647 M:      Russell King <linux@armlinux.org.uk>
1648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 W:      http://www.armlinux.org.uk/
1650 S:      Maintained
1651 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1652 F:      arch/arm/include/asm/hardware/ioc.h
1653 F:      arch/arm/include/asm/hardware/iomd.h
1654 F:      arch/arm/include/asm/hardware/memc.h
1655 F:      arch/arm/mach-rpc/
1656 F:      drivers/net/ethernet/8390/etherh.c
1657 F:      drivers/net/ethernet/i825xx/ether1*
1658 F:      drivers/net/ethernet/seeq/ether3*
1659 F:      drivers/scsi/arm/
1660
1661 ARM/Rockchip SoC support
1662 M:      Heiko Stuebner <heiko@sntech.de>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 L:      linux-rockchip@lists.infradead.org
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1666 S:      Maintained
1667 F:      arch/arm/boot/dts/rk3*
1668 F:      arch/arm/mach-rockchip/
1669 F:      drivers/clk/rockchip/
1670 F:      drivers/i2c/busses/i2c-rk3x.c
1671 F:      drivers/*/*rockchip*
1672 F:      drivers/*/*/*rockchip*
1673 F:      sound/soc/rockchip/
1674 N:      rockchip
1675
1676 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1677 M:      Kukjin Kim <kgene@kernel.org>
1678 M:      Krzysztof Kozlowski <krzk@kernel.org>
1679 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/boot/dts/s3c*
1684 F:      arch/arm/boot/dts/s5p*
1685 F:      arch/arm/boot/dts/samsung*
1686 F:      arch/arm/boot/dts/exynos*
1687 F:      arch/arm64/boot/dts/exynos/
1688 F:      arch/arm/plat-samsung/
1689 F:      arch/arm/mach-s3c24*/
1690 F:      arch/arm/mach-s3c64xx/
1691 F:      arch/arm/mach-s5p*/
1692 F:      arch/arm/mach-exynos*/
1693 F:      drivers/*/*s3c24*
1694 F:      drivers/*/*/*s3c24*
1695 F:      drivers/*/*s3c64xx*
1696 F:      drivers/*/*s5pv210*
1697 F:      drivers/memory/samsung/*
1698 F:      drivers/soc/samsung/*
1699 F:      Documentation/arm/Samsung/
1700 F:      Documentation/devicetree/bindings/arm/samsung/
1701 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1702 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1703 N:      exynos
1704
1705 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1706 M:      Kyungmin Park <kyungmin.park@samsung.com>
1707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 S:      Maintained
1709 F:      arch/arm/mach-s5pv210/
1710
1711 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1712 M:      Kyungmin Park <kyungmin.park@samsung.com>
1713 M:      Kamil Debski <kamil@wypas.org>
1714 M:      Andrzej Hajda <a.hajda@samsung.com>
1715 L:      linux-arm-kernel@lists.infradead.org
1716 L:      linux-media@vger.kernel.org
1717 S:      Maintained
1718 F:      drivers/media/platform/s5p-g2d/
1719
1720 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1721 M:      Kyungmin Park <kyungmin.park@samsung.com>
1722 M:      Kamil Debski <kamil@wypas.org>
1723 M:      Jeongtae Park <jtp.park@samsung.com>
1724 M:      Andrzej Hajda <a.hajda@samsung.com>
1725 L:      linux-arm-kernel@lists.infradead.org
1726 L:      linux-media@vger.kernel.org
1727 S:      Maintained
1728 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1729 F:      drivers/media/platform/s5p-mfc/
1730
1731 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1732 M:      Kyungmin Park <kyungmin.park@samsung.com>
1733 L:      linux-arm-kernel@lists.infradead.org
1734 L:      linux-media@vger.kernel.org
1735 S:      Maintained
1736 F:      drivers/staging/media/platform/s5p-cec/
1737
1738 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1739 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1740 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1741 L:      linux-arm-kernel@lists.infradead.org
1742 L:      linux-media@vger.kernel.org
1743 S:      Maintained
1744 F:      drivers/media/platform/s5p-jpeg/
1745
1746 ARM/SHMOBILE ARM ARCHITECTURE
1747 M:      Simon Horman <horms@verge.net.au>
1748 M:      Magnus Damm <magnus.damm@gmail.com>
1749 L:      linux-renesas-soc@vger.kernel.org
1750 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1752 S:      Supported
1753 F:      arch/arm/boot/dts/emev2*
1754 F:      arch/arm/boot/dts/r7s*
1755 F:      arch/arm/boot/dts/r8a*
1756 F:      arch/arm/boot/dts/sh*
1757 F:      arch/arm/configs/shmobile_defconfig
1758 F:      arch/arm/include/debug/renesas-scif.S
1759 F:      arch/arm/mach-shmobile/
1760 F:      drivers/soc/renesas/
1761 F:      include/linux/soc/renesas/
1762
1763 ARM/SOCFPGA ARCHITECTURE
1764 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1765 S:      Maintained
1766 F:      arch/arm/mach-socfpga/
1767 F:      arch/arm/boot/dts/socfpga*
1768 F:      arch/arm/configs/socfpga_defconfig
1769 F:      arch/arm64/boot/dts/altera/
1770 W:      http://www.rocketboards.org
1771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1772
1773 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1774 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1775 S:      Maintained
1776 F:      drivers/clk/socfpga/
1777
1778 ARM/SOCFPGA EDAC SUPPORT
1779 M:      Thor Thayer <tthayer@opensource.altera.com>
1780 S:      Maintained
1781 F:      drivers/edac/altera_edac.
1782
1783 ARM/STI ARCHITECTURE
1784 M:      Patrice Chotard <patrice.chotard@st.com>
1785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1786 L:      kernel@stlinux.com
1787 W:      http://www.stlinux.com
1788 S:      Maintained
1789 F:      arch/arm/mach-sti/
1790 F:      arch/arm/boot/dts/sti*
1791 F:      drivers/char/hw_random/st-rng.c
1792 F:      drivers/clocksource/arm_global_timer.c
1793 F:      drivers/clocksource/clksrc_st_lpc.c
1794 F:      drivers/cpufreq/sti-cpufreq.c
1795 F:      drivers/dma/st_fdma*
1796 F:      drivers/i2c/busses/i2c-st.c
1797 F:      drivers/media/rc/st_rc.c
1798 F:      drivers/media/platform/sti/c8sectpfe/
1799 F:      drivers/mmc/host/sdhci-st.c
1800 F:      drivers/phy/phy-miphy28lp.c
1801 F:      drivers/phy/phy-miphy365x.c
1802 F:      drivers/phy/phy-stih407-usb.c
1803 F:      drivers/phy/phy-stih41x-usb.c
1804 F:      drivers/pinctrl/pinctrl-st.c
1805 F:      drivers/remoteproc/st_remoteproc.c
1806 F:      drivers/remoteproc/st_slim_rproc.c
1807 F:      drivers/reset/sti/
1808 F:      drivers/rtc/rtc-st-lpc.c
1809 F:      drivers/tty/serial/st-asc.c
1810 F:      drivers/usb/dwc3/dwc3-st.c
1811 F:      drivers/usb/host/ehci-st.c
1812 F:      drivers/usb/host/ohci-st.c
1813 F:      drivers/watchdog/st_lpc_wdt.c
1814 F:      drivers/ata/ahci_st.c
1815 F:      include/linux/remoteproc/st_slim_rproc.h
1816
1817 ARM/STM32 ARCHITECTURE
1818 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1819 M:      Alexandre Torgue <alexandre.torgue@st.com>
1820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1821 S:      Maintained
1822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1823 N:      stm32
1824 F:      drivers/clocksource/armv7m_systick.c
1825
1826 ARM/TANGO ARCHITECTURE
1827 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1828 L:      linux-arm-kernel@lists.infradead.org
1829 S:      Maintained
1830 N:      tango
1831
1832 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1833 M:      Lennert Buytenhek <kernel@wantstofly.org>
1834 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1835 S:      Maintained
1836
1837 ARM/TETON BGA MACHINE SUPPORT
1838 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1839 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1840 S:      Maintained
1841
1842 ARM/THECUS N2100 MACHINE SUPPORT
1843 M:      Lennert Buytenhek <kernel@wantstofly.org>
1844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1845 S:      Maintained
1846
1847 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1848 M:      Wan ZongShun <mcuos.com@gmail.com>
1849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 W:      http://www.mcuos.com
1851 S:      Maintained
1852 F:      arch/arm/mach-w90x900/
1853 F:      drivers/input/keyboard/w90p910_keypad.c
1854 F:      drivers/input/touchscreen/w90p910_ts.c
1855 F:      drivers/watchdog/nuc900_wdt.c
1856 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1857 F:      drivers/mtd/nand/nuc900_nand.c
1858 F:      drivers/rtc/rtc-nuc900.c
1859 F:      drivers/spi/spi-nuc900.c
1860 F:      drivers/usb/host/ehci-w90x900.c
1861 F:      drivers/video/fbdev/nuc900fb.c
1862
1863 ARM/U300 MACHINE SUPPORT
1864 M:      Linus Walleij <linus.walleij@linaro.org>
1865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1866 S:      Supported
1867 F:      arch/arm/mach-u300/
1868 F:      drivers/clocksource/timer-u300.c
1869 F:      drivers/i2c/busses/i2c-stu300.c
1870 F:      drivers/rtc/rtc-coh901331.c
1871 F:      drivers/watchdog/coh901327_wdt.c
1872 F:      drivers/dma/coh901318*
1873 F:      drivers/mfd/ab3100*
1874 F:      drivers/rtc/rtc-ab3100.c
1875 F:      drivers/rtc/rtc-coh901331.c
1876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1877
1878 ARM/UNIPHIER ARCHITECTURE
1879 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1882 S:      Maintained
1883 F:      arch/arm/boot/dts/uniphier*
1884 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1885 F:      arch/arm/mach-uniphier/
1886 F:      arch/arm/mm/cache-uniphier.c
1887 F:      arch/arm64/boot/dts/socionext/
1888 F:      drivers/bus/uniphier-system-bus.c
1889 F:      drivers/clk/uniphier/
1890 F:      drivers/i2c/busses/i2c-uniphier*
1891 F:      drivers/pinctrl/uniphier/
1892 F:      drivers/reset/reset-uniphier.c
1893 F:      drivers/tty/serial/8250/8250_uniphier.c
1894 N:      uniphier
1895
1896 ARM/Ux500 ARM ARCHITECTURE
1897 M:      Linus Walleij <linus.walleij@linaro.org>
1898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1899 S:      Maintained
1900 F:      arch/arm/mach-ux500/
1901 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1902 F:      drivers/dma/ste_dma40*
1903 F:      drivers/hwspinlock/u8500_hsem.c
1904 F:      drivers/mfd/abx500*
1905 F:      drivers/mfd/ab8500*
1906 F:      drivers/mfd/dbx500*
1907 F:      drivers/mfd/db8500*
1908 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1909 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1910 F:      drivers/rtc/rtc-ab8500.c
1911 F:      drivers/rtc/rtc-pl031.c
1912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1913
1914 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1915 M:      Ulf Hansson <ulf.hansson@linaro.org>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 T:      git git://git.linaro.org/people/ulfh/clk.git
1918 S:      Maintained
1919 F:      drivers/clk/ux500/
1920
1921 ARM/VERSATILE EXPRESS PLATFORM
1922 M:      Liviu Dudau <liviu.dudau@arm.com>
1923 M:      Sudeep Holla <sudeep.holla@arm.com>
1924 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 S:      Maintained
1927 F:      arch/arm/boot/dts/vexpress*
1928 F:      arch/arm64/boot/dts/arm/
1929 F:      arch/arm/mach-vexpress/
1930 F:      */*/vexpress*
1931 F:      */*/*/vexpress*
1932 F:      drivers/clk/versatile/clk-vexpress-osc.c
1933 F:      drivers/clocksource/versatile.c
1934 N:      mps2
1935
1936 ARM/VFP SUPPORT
1937 M:      Russell King <linux@armlinux.org.uk>
1938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1939 W:      http://www.armlinux.org.uk/
1940 S:      Maintained
1941 F:      arch/arm/vfp/
1942
1943 ARM/VOIPAC PXA270 SUPPORT
1944 M:      Marek Vasut <marek.vasut@gmail.com>
1945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 S:      Maintained
1947 F:      arch/arm/mach-pxa/vpac270.c
1948 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1949
1950 ARM/VT8500 ARM ARCHITECTURE
1951 M:      Tony Prisk <linux@prisktech.co.nz>
1952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1953 S:      Maintained
1954 F:      arch/arm/mach-vt8500/
1955 F:      drivers/clocksource/vt8500_timer.c
1956 F:      drivers/i2c/busses/i2c-wmt.c
1957 F:      drivers/mmc/host/wmt-sdmmc.c
1958 F:      drivers/pwm/pwm-vt8500.c
1959 F:      drivers/rtc/rtc-vt8500.c
1960 F:      drivers/tty/serial/vt8500_serial.c
1961 F:      drivers/usb/host/ehci-platform.c
1962 F:      drivers/usb/host/uhci-platform.c
1963 F:      drivers/video/fbdev/vt8500lcdfb.*
1964 F:      drivers/video/fbdev/wm8505fb*
1965 F:      drivers/video/fbdev/wmt_ge_rops.*
1966
1967 ARM/ZIPIT Z2 SUPPORT
1968 M:      Marek Vasut <marek.vasut@gmail.com>
1969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1970 S:      Maintained
1971 F:      arch/arm/mach-pxa/z2.c
1972 F:      arch/arm/mach-pxa/include/mach/z2.h
1973
1974 ARM/ZTE ARCHITECTURE
1975 M:      Jun Nie <jun.nie@linaro.org>
1976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1977 S:      Maintained
1978 F:      arch/arm/mach-zx/
1979 F:      drivers/clk/zte/
1980 F:      Documentation/devicetree/bindings/arm/zte.txt
1981 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1982
1983 ARM/ZYNQ ARCHITECTURE
1984 M:      Michal Simek <michal.simek@xilinx.com>
1985 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1987 W:      http://wiki.xilinx.com
1988 T:      git https://github.com/Xilinx/linux-xlnx.git
1989 S:      Supported
1990 F:      arch/arm/mach-zynq/
1991 F:      drivers/cpuidle/cpuidle-zynq.c
1992 F:      drivers/block/xsysace.c
1993 N:      zynq
1994 N:      xilinx
1995 F:      drivers/clocksource/cadence_ttc_timer.c
1996 F:      drivers/i2c/busses/i2c-cadence.c
1997 F:      drivers/mmc/host/sdhci-of-arasan.c
1998 F:      drivers/edac/synopsys_edac.c
1999
2000 ARM SMMU DRIVERS
2001 M:      Will Deacon <will.deacon@arm.com>
2002 R:      Robin Murphy <robin.murphy@arm.com>
2003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2004 S:      Maintained
2005 F:      drivers/iommu/arm-smmu.c
2006 F:      drivers/iommu/arm-smmu-v3.c
2007 F:      drivers/iommu/io-pgtable-arm.c
2008 F:      drivers/iommu/io-pgtable-arm-v7s.c
2009
2010 ARM64 PORT (AARCH64 ARCHITECTURE)
2011 M:      Catalin Marinas <catalin.marinas@arm.com>
2012 M:      Will Deacon <will.deacon@arm.com>
2013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2015 S:      Maintained
2016 F:      arch/arm64/
2017 F:      Documentation/arm64/
2018
2019 AS3645A LED FLASH CONTROLLER DRIVER
2020 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2021 L:      linux-media@vger.kernel.org
2022 T:      git git://linuxtv.org/media_tree.git
2023 S:      Maintained
2024 F:      drivers/media/i2c/as3645a.c
2025 F:      include/media/i2c/as3645a.h
2026
2027 ASAHI KASEI AK8974 DRIVER
2028 M:      Linus Walleij <linus.walleij@linaro.org>
2029 L:      linux-iio@vger.kernel.org
2030 W:      http://www.akm.com/
2031 S:      Supported
2032 F:      drivers/iio/magnetometer/ak8974.c
2033
2034 ASC7621 HARDWARE MONITOR DRIVER
2035 M:      George Joseph <george.joseph@fairview5.com>
2036 L:      linux-hwmon@vger.kernel.org
2037 S:      Maintained
2038 F:      Documentation/hwmon/asc7621
2039 F:      drivers/hwmon/asc7621.c
2040
2041 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2042 M:      Corentin Chary <corentin.chary@gmail.com>
2043 L:      acpi4asus-user@lists.sourceforge.net
2044 L:      platform-driver-x86@vger.kernel.org
2045 W:      http://acpi4asus.sf.net
2046 S:      Maintained
2047 F:      drivers/platform/x86/asus*.c
2048 F:      drivers/platform/x86/eeepc*.c
2049
2050 ASUS WIRELESS RADIO CONTROL DRIVER
2051 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2052 L:      platform-driver-x86@vger.kernel.org
2053 S:      Maintained
2054 F:      drivers/platform/x86/asus-wireless.c
2055
2056 ASYMMETRIC KEYS
2057 M:      David Howells <dhowells@redhat.com>
2058 L:      keyrings@vger.kernel.org
2059 S:      Maintained
2060 F:      Documentation/crypto/asymmetric-keys.txt
2061 F:      include/linux/verification.h
2062 F:      include/crypto/public_key.h
2063 F:      include/crypto/pkcs7.h
2064 F:      crypto/asymmetric_keys/
2065
2066 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2067 R:      Dan Williams <dan.j.williams@intel.com>
2068 W:      http://sourceforge.net/projects/xscaleiop
2069 S:      Odd fixes
2070 F:      Documentation/crypto/async-tx-api.txt
2071 F:      crypto/async_tx/
2072 F:      drivers/dma/
2073 F:      include/linux/dmaengine.h
2074 F:      include/linux/async_tx.h
2075
2076 AT24 EEPROM DRIVER
2077 M:      Wolfram Sang <wsa@the-dreams.de>
2078 L:      linux-i2c@vger.kernel.org
2079 S:      Maintained
2080 F:      drivers/misc/eeprom/at24.c
2081 F:      include/linux/platform_data/at24.h
2082
2083 ATA OVER ETHERNET (AOE) DRIVER
2084 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2085 W:      http://www.openaoe.org/
2086 S:      Supported
2087 F:      Documentation/aoe/
2088 F:      drivers/block/aoe/
2089
2090 ATHEROS 71XX/9XXX GPIO DRIVER
2091 M:      Alban Bedel <albeu@free.fr>
2092 W:      https://github.com/AlbanBedel/linux
2093 T:      git git://github.com/AlbanBedel/linux
2094 S:      Maintained
2095 F:      drivers/gpio/gpio-ath79.c
2096 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2097
2098 ATHEROS ATH GENERIC UTILITIES
2099 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2100 L:      linux-wireless@vger.kernel.org
2101 S:      Supported
2102 F:      drivers/net/wireless/ath/*
2103
2104 ATHEROS ATH5K WIRELESS DRIVER
2105 M:      Jiri Slaby <jirislaby@gmail.com>
2106 M:      Nick Kossifidis <mickflemm@gmail.com>
2107 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2108 L:      linux-wireless@vger.kernel.org
2109 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2110 S:      Maintained
2111 F:      drivers/net/wireless/ath/ath5k/
2112
2113 ATHEROS ATH6KL WIRELESS DRIVER
2114 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2115 L:      linux-wireless@vger.kernel.org
2116 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2118 S:      Supported
2119 F:      drivers/net/wireless/ath/ath6kl/
2120
2121 WILOCITY WIL6210 WIRELESS DRIVER
2122 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2123 L:      linux-wireless@vger.kernel.org
2124 L:      wil6210@qca.qualcomm.com
2125 S:      Supported
2126 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2127 F:      drivers/net/wireless/ath/wil6210/
2128 F:      include/uapi/linux/wil6210_uapi.h
2129
2130 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2131 M:      Christian Lamparter <chunkeey@googlemail.com>
2132 L:      linux-wireless@vger.kernel.org
2133 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2134 S:      Maintained
2135 F:      drivers/net/wireless/ath/carl9170/
2136
2137 ATK0110 HWMON DRIVER
2138 M:      Luca Tettamanti <kronos.it@gmail.com>
2139 L:      linux-hwmon@vger.kernel.org
2140 S:      Maintained
2141 F:      drivers/hwmon/asus_atk0110.c
2142
2143 ATI_REMOTE2 DRIVER
2144 M:      Ville Syrjala <syrjala@sci.fi>
2145 S:      Maintained
2146 F:      drivers/input/misc/ati_remote2.c
2147
2148 ATLX ETHERNET DRIVERS
2149 M:      Jay Cliburn <jcliburn@gmail.com>
2150 M:      Chris Snook <chris.snook@gmail.com>
2151 L:      netdev@vger.kernel.org
2152 W:      http://sourceforge.net/projects/atl1
2153 W:      http://atl1.sourceforge.net
2154 S:      Maintained
2155 F:      drivers/net/ethernet/atheros/
2156
2157 ATM
2158 M:      Chas Williams <3chas3@gmail.com>
2159 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2160 L:      netdev@vger.kernel.org
2161 W:      http://linux-atm.sourceforge.net
2162 S:      Maintained
2163 F:      drivers/atm/
2164 F:      include/linux/atm*
2165 F:      include/uapi/linux/atm*
2166
2167 ATMEL AT91 / AT32 MCI DRIVER
2168 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2169 S:      Maintained
2170 F:      drivers/mmc/host/atmel-mci.c
2171
2172 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2173 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2174 S:      Supported
2175 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2176
2177 ATMEL SAMA5D2 ADC DRIVER
2178 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2179 L:      linux-iio@vger.kernel.org
2180 S:      Supported
2181 F:      drivers/iio/adc/at91-sama5d2_adc.c
2182
2183 ATMEL Audio ALSA driver
2184 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2185 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2186 S:      Supported
2187 F:      sound/soc/atmel
2188
2189 ATMEL DMA DRIVER
2190 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2192 S:      Supported
2193 F:      drivers/dma/at_hdmac.c
2194 F:      drivers/dma/at_hdmac_regs.h
2195 F:      include/linux/platform_data/dma-atmel.h
2196
2197 ATMEL XDMA DRIVER
2198 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2199 L:      linux-arm-kernel@lists.infradead.org
2200 L:      dmaengine@vger.kernel.org
2201 S:      Supported
2202 F:      drivers/dma/at_xdmac.c
2203
2204 ATMEL I2C DRIVER
2205 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2206 L:      linux-i2c@vger.kernel.org
2207 S:      Supported
2208 F:      drivers/i2c/busses/i2c-at91.c
2209
2210 ATMEL ISI DRIVER
2211 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2212 L:      linux-media@vger.kernel.org
2213 S:      Supported
2214 F:      drivers/media/platform/soc_camera/atmel-isi.c
2215 F:      include/media/atmel-isi.h
2216
2217 ATMEL LCDFB DRIVER
2218 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2219 L:      linux-fbdev@vger.kernel.org
2220 S:      Maintained
2221 F:      drivers/video/fbdev/atmel_lcdfb.c
2222 F:      include/video/atmel_lcdc.h
2223
2224 ATMEL MACB ETHERNET DRIVER
2225 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2226 S:      Supported
2227 F:      drivers/net/ethernet/cadence/
2228
2229 ATMEL NAND DRIVER
2230 M:      Wenyou Yang <wenyou.yang@atmel.com>
2231 M:      Josh Wu <rainyfeeling@outlook.com>
2232 L:      linux-mtd@lists.infradead.org
2233 S:      Supported
2234 F:      drivers/mtd/nand/atmel_nand*
2235
2236 ATMEL SDMMC DRIVER
2237 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2238 L:      linux-mmc@vger.kernel.org
2239 S:      Supported
2240 F:      drivers/mmc/host/sdhci-of-at91.c
2241
2242 ATMEL SPI DRIVER
2243 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2244 S:      Supported
2245 F:      drivers/spi/spi-atmel.*
2246
2247 ATMEL SSC DRIVER
2248 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2250 S:      Supported
2251 F:      drivers/misc/atmel-ssc.c
2252 F:      include/linux/atmel-ssc.h
2253
2254 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
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_tclib.c
2259 F:      drivers/clocksource/tcb_clksrc.c
2260
2261 ATMEL USBA UDC DRIVER
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/usb/gadget/udc/atmel_usba_udc.*
2266
2267 ATMEL WIRELESS DRIVER
2268 M:      Simon Kelley <simon@thekelleys.org.uk>
2269 L:      linux-wireless@vger.kernel.org
2270 W:      http://www.thekelleys.org.uk/atmel
2271 W:      http://atmelwlandriver.sourceforge.net/
2272 S:      Maintained
2273 F:      drivers/net/wireless/atmel/atmel*
2274
2275 ATMEL MAXTOUCH DRIVER
2276 M:      Nick Dyer <nick@shmanahar.org>
2277 T:      git git://github.com/ndyer/linux.git
2278 S:      Maintained
2279 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2280 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2281 F:      include/linux/platform_data/atmel_mxt_ts.h
2282
2283 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2284 M:      Bradley Grove <linuxdrivers@attotech.com>
2285 L:      linux-scsi@vger.kernel.org
2286 W:      http://www.attotech.com
2287 S:      Supported
2288 F:      drivers/scsi/esas2r
2289
2290 ATUSB IEEE 802.15.4 RADIO DRIVER
2291 M:      Stefan Schmidt <stefan@osg.samsung.com>
2292 L:      linux-wpan@vger.kernel.org
2293 S:      Maintained
2294 F:      drivers/net/ieee802154/atusb.c
2295 F:      drivers/net/ieee802154/atusb.h
2296 F:      drivers/net/ieee802154/at86rf230.h
2297
2298 AUDIT SUBSYSTEM
2299 M:      Paul Moore <paul@paul-moore.com>
2300 M:      Eric Paris <eparis@redhat.com>
2301 L:      linux-audit@redhat.com (moderated for non-subscribers)
2302 W:      http://people.redhat.com/sgrubb/audit/
2303 T:      git git://git.infradead.org/users/pcmoore/audit
2304 S:      Maintained
2305 F:      include/linux/audit.h
2306 F:      include/uapi/linux/audit.h
2307 F:      kernel/audit*
2308
2309 AUXILIARY DISPLAY DRIVERS
2310 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2311 W:      http://miguelojeda.es/auxdisplay.htm
2312 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2313 S:      Maintained
2314 F:      drivers/auxdisplay/
2315 F:      include/linux/cfag12864b.h
2316
2317 AVR32 ARCHITECTURE
2318 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2319 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2320 W:      http://www.atmel.com/products/AVR32/
2321 W:      http://mirror.egtvedt.no/avr32linux.org/
2322 W:      http://avrfreaks.net/
2323 S:      Maintained
2324 F:      arch/avr32/
2325
2326 AVR32/AT32AP MACHINE SUPPORT
2327 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2328 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2329 S:      Maintained
2330 F:      arch/avr32/mach-at32ap/
2331
2332 AX.25 NETWORK LAYER
2333 M:      Ralf Baechle <ralf@linux-mips.org>
2334 L:      linux-hams@vger.kernel.org
2335 W:      http://www.linux-ax25.org/
2336 S:      Maintained
2337 F:      include/uapi/linux/ax25.h
2338 F:      include/net/ax25.h
2339 F:      net/ax25/
2340
2341 AZ6007 DVB DRIVER
2342 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2343 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2344 L:      linux-media@vger.kernel.org
2345 W:      https://linuxtv.org
2346 T:      git git://linuxtv.org/media_tree.git
2347 S:      Maintained
2348 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2349
2350 AZTECH FM RADIO RECEIVER DRIVER
2351 M:      Hans Verkuil <hverkuil@xs4all.nl>
2352 L:      linux-media@vger.kernel.org
2353 T:      git git://linuxtv.org/media_tree.git
2354 W:      https://linuxtv.org
2355 S:      Maintained
2356 F:      drivers/media/radio/radio-aztech*
2357
2358 B43 WIRELESS DRIVER
2359 L:      linux-wireless@vger.kernel.org
2360 L:      b43-dev@lists.infradead.org
2361 W:      http://wireless.kernel.org/en/users/Drivers/b43
2362 S:      Odd Fixes
2363 F:      drivers/net/wireless/broadcom/b43/
2364
2365 B43LEGACY WIRELESS DRIVER
2366 M:      Larry Finger <Larry.Finger@lwfinger.net>
2367 L:      linux-wireless@vger.kernel.org
2368 L:      b43-dev@lists.infradead.org
2369 W:      http://wireless.kernel.org/en/users/Drivers/b43
2370 S:      Maintained
2371 F:      drivers/net/wireless/broadcom/b43legacy/
2372
2373 BACKLIGHT CLASS/SUBSYSTEM
2374 M:      Jingoo Han <jingoohan1@gmail.com>
2375 M:      Lee Jones <lee.jones@linaro.org>
2376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2377 S:      Maintained
2378 F:      drivers/video/backlight/
2379 F:      include/linux/backlight.h
2380
2381 BATMAN ADVANCED
2382 M:      Marek Lindner <mareklindner@neomailbox.ch>
2383 M:      Simon Wunderlich <sw@simonwunderlich.de>
2384 M:      Antonio Quartulli <a@unstable.cc>
2385 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2386 W:      https://www.open-mesh.org/
2387 Q:      https://patchwork.open-mesh.org/project/batman/list/
2388 S:      Maintained
2389 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2390 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2391 F:      Documentation/networking/batman-adv.txt
2392 F:      include/uapi/linux/batman_adv.h
2393 F:      net/batman-adv/
2394
2395 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2396 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2397 L:      linux-hams@vger.kernel.org
2398 W:      http://www.baycom.org/~tom/ham/ham.html
2399 S:      Maintained
2400 F:      drivers/net/hamradio/baycom*
2401
2402 BCACHE (BLOCK LAYER CACHE)
2403 M:      Kent Overstreet <kent.overstreet@gmail.com>
2404 L:      linux-bcache@vger.kernel.org
2405 W:      http://bcache.evilpiepirate.org
2406 S:      Orphan
2407 F:      drivers/md/bcache/
2408
2409 BDISP ST MEDIA DRIVER
2410 M:      Fabien Dessenne <fabien.dessenne@st.com>
2411 L:      linux-media@vger.kernel.org
2412 T:      git git://linuxtv.org/media_tree.git
2413 W:      https://linuxtv.org
2414 S:      Supported
2415 F:      drivers/media/platform/sti/bdisp
2416
2417 BEFS FILE SYSTEM
2418 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2419 M:      Salah Triki <salah.triki@gmail.com>
2420 S:      Maintained
2421 T:      git git://github.com/luisbg/linux-befs.git
2422 F:      Documentation/filesystems/befs.txt
2423 F:      fs/befs/
2424
2425 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2426 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2427 L:      netdev@vger.kernel.org
2428 S:      Maintained
2429 F:      drivers/net/ethernet/ec_bhf.c
2430
2431 BFS FILE SYSTEM
2432 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2433 S:      Maintained
2434 F:      Documentation/filesystems/bfs.txt
2435 F:      fs/bfs/
2436 F:      include/uapi/linux/bfs_fs.h
2437
2438 BLACKFIN ARCHITECTURE
2439 M:      Steven Miao <realmz6@gmail.com>
2440 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2441 T:      git git://git.code.sf.net/p/adi-linux/code
2442 W:      http://blackfin.uclinux.org
2443 S:      Supported
2444 F:      arch/blackfin/
2445
2446 BLACKFIN EMAC DRIVER
2447 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2448 W:      http://blackfin.uclinux.org
2449 S:      Supported
2450 F:      drivers/net/ethernet/adi/
2451
2452 BLACKFIN RTC DRIVER
2453 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2454 W:      http://blackfin.uclinux.org
2455 S:      Supported
2456 F:      drivers/rtc/rtc-bfin.c
2457
2458 BLACKFIN SDH DRIVER
2459 M:      Sonic Zhang <sonic.zhang@analog.com>
2460 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2461 W:      http://blackfin.uclinux.org
2462 S:      Supported
2463 F:      drivers/mmc/host/bfin_sdh.c
2464
2465 BLACKFIN SERIAL DRIVER
2466 M:      Sonic Zhang <sonic.zhang@analog.com>
2467 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2468 W:      http://blackfin.uclinux.org
2469 S:      Supported
2470 F:      drivers/tty/serial/bfin_uart.c
2471
2472 BLACKFIN WATCHDOG DRIVER
2473 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 W:      http://blackfin.uclinux.org
2475 S:      Supported
2476 F:      drivers/watchdog/bfin_wdt.c
2477
2478 BLACKFIN I2C TWI DRIVER
2479 M:      Sonic Zhang <sonic.zhang@analog.com>
2480 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2481 W:      http://blackfin.uclinux.org/
2482 S:      Supported
2483 F:      drivers/i2c/busses/i2c-bfin-twi.c
2484
2485 BLACKFIN MEDIA DRIVER
2486 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2487 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2488 W:      http://blackfin.uclinux.org/
2489 S:      Supported
2490 F:      drivers/media/platform/blackfin/
2491 F:      drivers/media/i2c/adv7183*
2492 F:      drivers/media/i2c/vs6624*
2493
2494 BLINKM RGB LED DRIVER
2495 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2496 S:      Maintained
2497 F:      drivers/leds/leds-blinkm.c
2498
2499 BLOCK LAYER
2500 M:      Jens Axboe <axboe@kernel.dk>
2501 L:      linux-block@vger.kernel.org
2502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2503 S:      Maintained
2504 F:      block/
2505 F:      kernel/trace/blktrace.c
2506 F:      lib/sbitmap.c
2507
2508 BLOCK2MTD DRIVER
2509 M:      Joern Engel <joern@lazybastard.org>
2510 L:      linux-mtd@lists.infradead.org
2511 S:      Maintained
2512 F:      drivers/mtd/devices/block2mtd.c
2513
2514 BLUETOOTH DRIVERS
2515 M:      Marcel Holtmann <marcel@holtmann.org>
2516 M:      Gustavo Padovan <gustavo@padovan.org>
2517 M:      Johan Hedberg <johan.hedberg@gmail.com>
2518 L:      linux-bluetooth@vger.kernel.org
2519 W:      http://www.bluez.org/
2520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2522 S:      Maintained
2523 F:      drivers/bluetooth/
2524
2525 BLUETOOTH SUBSYSTEM
2526 M:      Marcel Holtmann <marcel@holtmann.org>
2527 M:      Gustavo Padovan <gustavo@padovan.org>
2528 M:      Johan Hedberg <johan.hedberg@gmail.com>
2529 L:      linux-bluetooth@vger.kernel.org
2530 W:      http://www.bluez.org/
2531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2533 S:      Maintained
2534 F:      net/bluetooth/
2535 F:      include/net/bluetooth/
2536
2537 BONDING DRIVER
2538 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2539 M:      Veaceslav Falico <vfalico@gmail.com>
2540 M:      Andy Gospodarek <andy@greyhouse.net>
2541 L:      netdev@vger.kernel.org
2542 W:      http://sourceforge.net/projects/bonding/
2543 S:      Supported
2544 F:      drivers/net/bonding/
2545 F:      include/uapi/linux/if_bonding.h
2546
2547 BPF (Safe dynamic programs and tools)
2548 M:      Alexei Starovoitov <ast@kernel.org>
2549 L:      netdev@vger.kernel.org
2550 L:      linux-kernel@vger.kernel.org
2551 S:      Supported
2552 F:      kernel/bpf/
2553 F:      tools/testing/selftests/bpf/
2554 F:      lib/test_bpf.c
2555
2556 BROADCOM B44 10/100 ETHERNET DRIVER
2557 M:      Michael Chan <michael.chan@broadcom.com>
2558 L:      netdev@vger.kernel.org
2559 S:      Supported
2560 F:      drivers/net/ethernet/broadcom/b44.*
2561
2562 BROADCOM B53 ETHERNET SWITCH DRIVER
2563 M:      Florian Fainelli <f.fainelli@gmail.com>
2564 L:      netdev@vger.kernel.org
2565 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2566 S:      Supported
2567 F:      drivers/net/dsa/b53/*
2568 F:      include/linux/platform_data/b53.h
2569
2570 BROADCOM GENET ETHERNET DRIVER
2571 M:      Florian Fainelli <f.fainelli@gmail.com>
2572 L:      netdev@vger.kernel.org
2573 S:      Supported
2574 F:      drivers/net/ethernet/broadcom/genet/
2575
2576 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2577 M:      Rasesh Mody <rasesh.mody@cavium.com>
2578 M:      Harish Patil <harish.patil@cavium.com>
2579 M:      Dept-GELinuxNICDev@cavium.com
2580 L:      netdev@vger.kernel.org
2581 S:      Supported
2582 F:      drivers/net/ethernet/broadcom/bnx2.*
2583 F:      drivers/net/ethernet/broadcom/bnx2_*
2584
2585 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2586 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2587 M:      Ariel Elior <ariel.elior@cavium.com>
2588 M:      everest-linux-l2@cavium.com
2589 L:      netdev@vger.kernel.org
2590 S:      Supported
2591 F:      drivers/net/ethernet/broadcom/bnx2x/
2592
2593 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2594 M:      Florian Fainelli <f.fainelli@gmail.com>
2595 M:      Ray Jui <rjui@broadcom.com>
2596 M:      Scott Branden <sbranden@broadcom.com>
2597 M:      bcm-kernel-feedback-list@broadcom.com
2598 T:      git git://github.com/broadcom/mach-bcm
2599 S:      Maintained
2600 N:      bcm281*
2601 N:      bcm113*
2602 N:      bcm216*
2603 N:      kona
2604 F:      arch/arm/mach-bcm/
2605
2606 BROADCOM BCM2835 ARM ARCHITECTURE
2607 M:      Stephen Warren <swarren@wwwdotorg.org>
2608 M:      Lee Jones <lee@kernel.org>
2609 M:      Eric Anholt <eric@anholt.net>
2610 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2613 S:      Maintained
2614 N:      bcm2835
2615
2616 BROADCOM BCM47XX MIPS ARCHITECTURE
2617 M:      Hauke Mehrtens <hauke@hauke-m.de>
2618 M:      Rafał Miłecki <zajec5@gmail.com>
2619 L:      linux-mips@linux-mips.org
2620 S:      Maintained
2621 F:      Documentation/devicetree/bindings/mips/brcm/
2622 F:      arch/mips/bcm47xx/*
2623 F:      arch/mips/include/asm/mach-bcm47xx/*
2624
2625 BROADCOM BCM5301X ARM ARCHITECTURE
2626 M:      Hauke Mehrtens <hauke@hauke-m.de>
2627 M:      Rafał Miłecki <zajec5@gmail.com>
2628 M:      bcm-kernel-feedback-list@broadcom.com
2629 L:      linux-arm-kernel@lists.infradead.org
2630 S:      Maintained
2631 F:      arch/arm/mach-bcm/bcm_5301x.c
2632 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2633 F:      arch/arm/boot/dts/bcm470*
2634
2635 BROADCOM BCM53573 ARM ARCHITECTURE
2636 M:      Rafał Miłecki <rafal@milecki.pl>
2637 L:      linux-arm-kernel@lists.infradead.org
2638 S:      Maintained
2639 F:      arch/arm/boot/dts/bcm53573*
2640 F:      arch/arm/boot/dts/bcm47189*
2641
2642 BROADCOM BCM63XX ARM ARCHITECTURE
2643 M:      Florian Fainelli <f.fainelli@gmail.com>
2644 M:      bcm-kernel-feedback-list@broadcom.com
2645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2646 T:      git git://github.com/broadcom/stblinux.git
2647 S:      Maintained
2648 N:      bcm63xx
2649
2650 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2651 M:      Kevin Cernekee <cernekee@gmail.com>
2652 L:      linux-usb@vger.kernel.org
2653 S:      Maintained
2654 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2655
2656 BROADCOM BCM7XXX ARM ARCHITECTURE
2657 M:      Brian Norris <computersforpeace@gmail.com>
2658 M:      Gregory Fong <gregory.0xf0@gmail.com>
2659 M:      Florian Fainelli <f.fainelli@gmail.com>
2660 M:      bcm-kernel-feedback-list@broadcom.com
2661 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2662 T:      git git://github.com/broadcom/stblinux.git
2663 S:      Maintained
2664 F:      arch/arm/mach-bcm/*brcmstb*
2665 F:      arch/arm/boot/dts/bcm7*.dts*
2666 F:      drivers/bus/brcmstb_gisb.c
2667 N:      brcmstb
2668
2669 BROADCOM BMIPS MIPS ARCHITECTURE
2670 M:      Kevin Cernekee <cernekee@gmail.com>
2671 M:      Florian Fainelli <f.fainelli@gmail.com>
2672 L:      linux-mips@linux-mips.org
2673 T:      git git://github.com/broadcom/stblinux.git
2674 S:      Maintained
2675 F:      arch/mips/bmips/*
2676 F:      arch/mips/include/asm/mach-bmips/*
2677 F:      arch/mips/kernel/*bmips*
2678 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2679 F:      drivers/irqchip/irq-bcm63*
2680 F:      drivers/irqchip/irq-bcm7*
2681 F:      drivers/irqchip/irq-brcmstb*
2682 F:      include/linux/bcm963xx_nvram.h
2683 F:      include/linux/bcm963xx_tag.h
2684
2685 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2686 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2687 M:      Prashant Sreedharan <prashant@broadcom.com>
2688 M:      Michael Chan <mchan@broadcom.com>
2689 L:      netdev@vger.kernel.org
2690 S:      Supported
2691 F:      drivers/net/ethernet/broadcom/tg3.*
2692
2693 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2694 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2695 M:      Franky Lin <franky.lin@broadcom.com>
2696 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2697 L:      linux-wireless@vger.kernel.org
2698 L:      brcm80211-dev-list.pdl@broadcom.com
2699 S:      Supported
2700 F:      drivers/net/wireless/broadcom/brcm80211/
2701
2702 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2703 M:      QLogic-Storage-Upstream@qlogic.com
2704 L:      linux-scsi@vger.kernel.org
2705 S:      Supported
2706 F:      drivers/scsi/bnx2fc/
2707
2708 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2709 M:      QLogic-Storage-Upstream@qlogic.com
2710 L:      linux-scsi@vger.kernel.org
2711 S:      Supported
2712 F:      drivers/scsi/bnx2i/
2713
2714 BROADCOM IPROC ARM ARCHITECTURE
2715 M:      Ray Jui <rjui@broadcom.com>
2716 M:      Scott Branden <sbranden@broadcom.com>
2717 M:      Jon Mason <jonmason@broadcom.com>
2718 M:      bcm-kernel-feedback-list@broadcom.com
2719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2720 T:      git git://github.com/broadcom/cygnus-linux.git
2721 S:      Maintained
2722 N:      iproc
2723 N:      cygnus
2724 N:      bcm[-_]nsp
2725 N:      bcm9113*
2726 N:      bcm9583*
2727 N:      bcm9585*
2728 N:      bcm9586*
2729 N:      bcm988312
2730 N:      bcm113*
2731 N:      bcm583*
2732 N:      bcm585*
2733 N:      bcm586*
2734 N:      bcm88312
2735 F:      arch/arm64/boot/dts/broadcom/ns2*
2736 F:      drivers/clk/bcm/clk-ns*
2737 F:      drivers/pinctrl/bcm/pinctrl-ns*
2738
2739 BROADCOM BRCMSTB GPIO DRIVER
2740 M:      Gregory Fong <gregory.0xf0@gmail.com>
2741 L:      bcm-kernel-feedback-list@broadcom.com
2742 S:      Supported
2743 F:      drivers/gpio/gpio-brcmstb.c
2744 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2745
2746 BROADCOM KONA GPIO DRIVER
2747 M:      Ray Jui <rjui@broadcom.com>
2748 L:      bcm-kernel-feedback-list@broadcom.com
2749 S:      Supported
2750 F:      drivers/gpio/gpio-bcm-kona.c
2751 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2752
2753 BROADCOM NVRAM DRIVER
2754 M:      Rafał Miłecki <zajec5@gmail.com>
2755 L:      linux-mips@linux-mips.org
2756 S:      Maintained
2757 F:      drivers/firmware/broadcom/*
2758
2759 BROADCOM STB NAND FLASH DRIVER
2760 M:      Brian Norris <computersforpeace@gmail.com>
2761 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2762 L:      linux-mtd@lists.infradead.org
2763 L:      bcm-kernel-feedback-list@broadcom.com
2764 S:      Maintained
2765 F:      drivers/mtd/nand/brcmnand/
2766
2767 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2768 M:      Rafał Miłecki <zajec5@gmail.com>
2769 L:      linux-wireless@vger.kernel.org
2770 S:      Maintained
2771 F:      drivers/bcma/
2772 F:      include/linux/bcma/
2773
2774 BROADCOM SYSTEMPORT ETHERNET DRIVER
2775 M:      Florian Fainelli <f.fainelli@gmail.com>
2776 L:      netdev@vger.kernel.org
2777 S:      Supported
2778 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2779
2780 BROADCOM VULCAN ARM64 SOC
2781 M:      Jayachandran C. <jchandra@broadcom.com>
2782 M:      bcm-kernel-feedback-list@broadcom.com
2783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2784 S:      Maintained
2785 F:      arch/arm64/boot/dts/broadcom/vulcan*
2786
2787 BROCADE BFA FC SCSI DRIVER
2788 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2789 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2790 L:      linux-scsi@vger.kernel.org
2791 S:      Supported
2792 F:      drivers/scsi/bfa/
2793
2794 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2795 M:      Rasesh Mody <rasesh.mody@cavium.com>
2796 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2797 M:      Dept-GELinuxNICDev@cavium.com
2798 L:      netdev@vger.kernel.org
2799 S:      Supported
2800 F:      drivers/net/ethernet/brocade/bna/
2801
2802 BSG (block layer generic sg v4 driver)
2803 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2804 L:      linux-scsi@vger.kernel.org
2805 S:      Supported
2806 F:      block/bsg.c
2807 F:      include/linux/bsg.h
2808 F:      include/uapi/linux/bsg.h
2809
2810 BT87X AUDIO DRIVER
2811 M:      Clemens Ladisch <clemens@ladisch.de>
2812 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2813 T:      git git://git.alsa-project.org/alsa-kernel.git
2814 S:      Maintained
2815 F:      Documentation/sound/alsa/Bt87x.txt
2816 F:      sound/pci/bt87x.c
2817
2818 BT8XXGPIO DRIVER
2819 M:      Michael Buesch <m@bues.ch>
2820 W:      http://bu3sch.de/btgpio.php
2821 S:      Maintained
2822 F:      drivers/gpio/gpio-bt8xx.c
2823
2824 BTRFS FILE SYSTEM
2825 M:      Chris Mason <clm@fb.com>
2826 M:      Josef Bacik <jbacik@fb.com>
2827 M:      David Sterba <dsterba@suse.com>
2828 L:      linux-btrfs@vger.kernel.org
2829 W:      http://btrfs.wiki.kernel.org/
2830 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2832 S:      Maintained
2833 F:      Documentation/filesystems/btrfs.txt
2834 F:      fs/btrfs/
2835
2836 BTTV VIDEO4LINUX DRIVER
2837 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2838 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2839 L:      linux-media@vger.kernel.org
2840 W:      https://linuxtv.org
2841 T:      git git://linuxtv.org/media_tree.git
2842 S:      Odd fixes
2843 F:      Documentation/media/v4l-drivers/bttv*
2844 F:      drivers/media/pci/bt8xx/bttv*
2845
2846 BUSLOGIC SCSI DRIVER
2847 M:      Khalid Aziz <khalid@gonehiking.org>
2848 L:      linux-scsi@vger.kernel.org
2849 S:      Maintained
2850 F:      drivers/scsi/BusLogic.*
2851 F:      drivers/scsi/FlashPoint.*
2852
2853 C-MEDIA CMI8788 DRIVER
2854 M:      Clemens Ladisch <clemens@ladisch.de>
2855 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2856 T:      git git://git.alsa-project.org/alsa-kernel.git
2857 S:      Maintained
2858 F:      sound/pci/oxygen/
2859
2860 C6X ARCHITECTURE
2861 M:      Mark Salter <msalter@redhat.com>
2862 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2863 L:      linux-c6x-dev@linux-c6x.org
2864 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2865 S:      Maintained
2866 F:      arch/c6x/
2867
2868 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2869 M:      David Howells <dhowells@redhat.com>
2870 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2871 S:      Supported
2872 F:      Documentation/filesystems/caching/cachefiles.txt
2873 F:      fs/cachefiles/
2874
2875 CADET FM/AM RADIO RECEIVER DRIVER
2876 M:      Hans Verkuil <hverkuil@xs4all.nl>
2877 L:      linux-media@vger.kernel.org
2878 T:      git git://linuxtv.org/media_tree.git
2879 W:      https://linuxtv.org
2880 S:      Maintained
2881 F:      drivers/media/radio/radio-cadet*
2882
2883 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2884 M:      Jonathan Corbet <corbet@lwn.net>
2885 L:      linux-media@vger.kernel.org
2886 T:      git git://linuxtv.org/media_tree.git
2887 S:      Maintained
2888 F:      Documentation/media/v4l-drivers/cafe_ccic*
2889 F:      drivers/media/platform/marvell-ccic/
2890
2891 CAIF NETWORK LAYER
2892 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2893 L:      netdev@vger.kernel.org
2894 S:      Supported
2895 F:      Documentation/networking/caif/
2896 F:      drivers/net/caif/
2897 F:      include/uapi/linux/caif/
2898 F:      include/net/caif/
2899 F:      net/caif/
2900
2901 CALGARY x86-64 IOMMU
2902 M:      Muli Ben-Yehuda <mulix@mulix.org>
2903 M:      Jon Mason <jdmason@kudzu.us>
2904 L:      iommu@lists.linux-foundation.org
2905 S:      Maintained
2906 F:      arch/x86/kernel/pci-calgary_64.c
2907 F:      arch/x86/kernel/tce_64.c
2908 F:      arch/x86/include/asm/calgary.h
2909 F:      arch/x86/include/asm/tce.h
2910
2911 CAN NETWORK LAYER
2912 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2913 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2914 L:      linux-can@vger.kernel.org
2915 W:      https://github.com/linux-can
2916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2918 S:      Maintained
2919 F:      Documentation/networking/can.txt
2920 F:      net/can/
2921 F:      include/linux/can/core.h
2922 F:      include/uapi/linux/can.h
2923 F:      include/uapi/linux/can/bcm.h
2924 F:      include/uapi/linux/can/raw.h
2925 F:      include/uapi/linux/can/gw.h
2926
2927 CAN NETWORK DRIVERS
2928 M:      Wolfgang Grandegger <wg@grandegger.com>
2929 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2930 L:      linux-can@vger.kernel.org
2931 W:      https://github.com/linux-can
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2934 S:      Maintained
2935 F:      Documentation/devicetree/bindings/net/can/
2936 F:      drivers/net/can/
2937 F:      include/linux/can/dev.h
2938 F:      include/linux/can/platform/
2939 F:      include/uapi/linux/can/error.h
2940 F:      include/uapi/linux/can/netlink.h
2941
2942 CAPABILITIES
2943 M:      Serge Hallyn <serge@hallyn.com>
2944 L:      linux-security-module@vger.kernel.org
2945 S:      Supported
2946 F:      include/linux/capability.h
2947 F:      include/uapi/linux/capability.h
2948 F:      security/commoncap.c
2949 F:      kernel/capability.c
2950
2951 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2952 M:      Kevin Tsai <ktsai@capellamicro.com>
2953 S:      Maintained
2954 F:      drivers/iio/light/cm*
2955 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2956
2957 CAVIUM I2C DRIVER
2958 M:      Jan Glauber <jglauber@cavium.com>
2959 M:      David Daney <david.daney@cavium.com>
2960 W:      http://www.cavium.com
2961 S:      Supported
2962 F:      drivers/i2c/busses/i2c-octeon*
2963 F:      drivers/i2c/busses/i2c-thunderx*
2964
2965 CAVIUM LIQUIDIO NETWORK DRIVER
2966 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2967 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2968 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2969 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2970 L:     netdev@vger.kernel.org
2971 W:     http://www.cavium.com
2972 S:     Supported
2973 F:     drivers/net/ethernet/cavium/liquidio/
2974
2975 CC2520 IEEE-802.15.4 RADIO DRIVER
2976 M:      Varka Bhadram <varkabhadram@gmail.com>
2977 L:      linux-wpan@vger.kernel.org
2978 S:      Maintained
2979 F:      drivers/net/ieee802154/cc2520.c
2980 F:      include/linux/spi/cc2520.h
2981 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2982
2983 CEC DRIVER
2984 M:      Hans Verkuil <hans.verkuil@cisco.com>
2985 L:      linux-media@vger.kernel.org
2986 T:      git git://linuxtv.org/media_tree.git
2987 W:      http://linuxtv.org
2988 S:      Supported
2989 F:      Documentation/cec.txt
2990 F:      Documentation/media/uapi/cec
2991 F:      drivers/staging/media/cec/
2992 F:      drivers/media/cec-edid.c
2993 F:      drivers/media/rc/keymaps/rc-cec.c
2994 F:      include/media/cec.h
2995 F:      include/media/cec-edid.h
2996 F:      include/linux/cec.h
2997 F:      include/linux/cec-funcs.h
2998
2999 CELL BROADBAND ENGINE ARCHITECTURE
3000 M:      Arnd Bergmann <arnd@arndb.de>
3001 L:      linuxppc-dev@lists.ozlabs.org
3002 W:      http://www.ibm.com/developerworks/power/cell/
3003 S:      Supported
3004 F:      arch/powerpc/include/asm/cell*.h
3005 F:      arch/powerpc/include/asm/spu*.h
3006 F:      arch/powerpc/include/uapi/asm/spu*.h
3007 F:      arch/powerpc/oprofile/*cell*
3008 F:      arch/powerpc/platforms/cell/
3009
3010 CEPH COMMON CODE (LIBCEPH)
3011 M:      Ilya Dryomov <idryomov@gmail.com>
3012 M:      "Yan, Zheng" <zyan@redhat.com>
3013 M:      Sage Weil <sage@redhat.com>
3014 L:      ceph-devel@vger.kernel.org
3015 W:      http://ceph.com/
3016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3017 T:      git git://github.com/ceph/ceph-client.git
3018 S:      Supported
3019 F:      net/ceph/
3020 F:      include/linux/ceph/
3021 F:      include/linux/crush/
3022
3023 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3024 M:      "Yan, Zheng" <zyan@redhat.com>
3025 M:      Sage Weil <sage@redhat.com>
3026 M:      Ilya Dryomov <idryomov@gmail.com>
3027 L:      ceph-devel@vger.kernel.org
3028 W:      http://ceph.com/
3029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3030 T:      git git://github.com/ceph/ceph-client.git
3031 S:      Supported
3032 F:      Documentation/filesystems/ceph.txt
3033 F:      fs/ceph/
3034
3035 CERTIFICATE HANDLING:
3036 M:      David Howells <dhowells@redhat.com>
3037 M:      David Woodhouse <dwmw2@infradead.org>
3038 L:      keyrings@vger.kernel.org
3039 S:      Maintained
3040 F:      Documentation/module-signing.txt
3041 F:      certs/
3042 F:      scripts/sign-file.c
3043 F:      scripts/extract-cert.c
3044
3045 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3046 L:      linux-usb@vger.kernel.org
3047 S:      Orphan
3048 F:      Documentation/usb/WUSB-Design-overview.txt
3049 F:      Documentation/usb/wusb-cbaf
3050 F:      drivers/usb/host/hwa-hc.c
3051 F:      drivers/usb/host/whci/
3052 F:      drivers/usb/wusbcore/
3053 F:      include/linux/usb/wusb*
3054
3055 CFAG12864B LCD DRIVER
3056 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3057 W:      http://miguelojeda.es/auxdisplay.htm
3058 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3059 S:      Maintained
3060 F:      drivers/auxdisplay/cfag12864b.c
3061 F:      include/linux/cfag12864b.h
3062
3063 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3064 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3065 W:      http://miguelojeda.es/auxdisplay.htm
3066 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3067 S:      Maintained
3068 F:      drivers/auxdisplay/cfag12864bfb.c
3069 F:      include/linux/cfag12864b.h
3070
3071 CFG80211 and NL80211
3072 M:      Johannes Berg <johannes@sipsolutions.net>
3073 L:      linux-wireless@vger.kernel.org
3074 W:      http://wireless.kernel.org/
3075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3077 S:      Maintained
3078 F:      include/uapi/linux/nl80211.h
3079 F:      include/net/cfg80211.h
3080 F:      net/wireless/*
3081 X:      net/wireless/wext*
3082
3083 CHAR and MISC DRIVERS
3084 M:      Arnd Bergmann <arnd@arndb.de>
3085 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3087 S:      Supported
3088 F:      drivers/char/*
3089 F:      drivers/misc/*
3090 F:      include/linux/miscdevice.h
3091
3092 CHECKPATCH
3093 M:      Andy Whitcroft <apw@canonical.com>
3094 M:      Joe Perches <joe@perches.com>
3095 S:      Maintained
3096 F:      scripts/checkpatch.pl
3097
3098 CHINESE DOCUMENTATION
3099 M:      Harry Wei <harryxiyou@gmail.com>
3100 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3101 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3102 S:      Maintained
3103 F:      Documentation/translations/zh_CN/
3104
3105 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3106 M:      Peter Chen <Peter.Chen@nxp.com>
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3108 L:      linux-usb@vger.kernel.org
3109 S:      Maintained
3110 F:      drivers/usb/chipidea/
3111
3112 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3113 M:      Hans de Goede <hdegoede@redhat.com>
3114 L:      linux-input@vger.kernel.org
3115 S:      Maintained
3116 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3117 F:      drivers/input/touchscreen/chipone_icn8318.c
3118
3119 CHROME HARDWARE PLATFORM SUPPORT
3120 M:      Olof Johansson <olof@lixom.net>
3121 S:      Maintained
3122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3123 F:      drivers/platform/chrome/
3124
3125 CISCO VIC ETHERNET NIC DRIVER
3126 M:      Christian Benvenuti <benve@cisco.com>
3127 M:      Sujith Sankar <ssujith@cisco.com>
3128 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3129 M:      Neel Patel <neepatel@cisco.com>
3130 S:      Supported
3131 F:      drivers/net/ethernet/cisco/enic/
3132
3133 CISCO VIC LOW LATENCY NIC DRIVER
3134 M:      Christian Benvenuti <benve@cisco.com>
3135 M:      Dave Goodell <dgoodell@cisco.com>
3136 S:      Supported
3137 F:      drivers/infiniband/hw/usnic/
3138
3139 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3140 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3141 L:      netdev@vger.kernel.org
3142 S:      Maintained
3143 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3144
3145 CIRRUS LOGIC AUDIO CODEC DRIVERS
3146 M:      Brian Austin <brian.austin@cirrus.com>
3147 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3148 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3149 S:      Maintained
3150 F:      sound/soc/codecs/cs*
3151
3152 CLEANCACHE API
3153 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3154 L:      linux-kernel@vger.kernel.org
3155 S:      Maintained
3156 F:      mm/cleancache.c
3157 F:      include/linux/cleancache.h
3158
3159 CLK API
3160 M:      Russell King <linux@armlinux.org.uk>
3161 L:      linux-clk@vger.kernel.org
3162 S:      Maintained
3163 F:      include/linux/clk.h
3164
3165 CLOCKSOURCE, CLOCKEVENT DRIVERS
3166 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3167 M:      Thomas Gleixner <tglx@linutronix.de>
3168 L:      linux-kernel@vger.kernel.org
3169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3170 S:      Supported
3171 F:      drivers/clocksource
3172
3173 CISCO FCOE HBA DRIVER
3174 M:      Hiral Patel <hiralpat@cisco.com>
3175 M:      Suma Ramars <sramars@cisco.com>
3176 M:      Brian Uchino <buchino@cisco.com>
3177 L:      linux-scsi@vger.kernel.org
3178 S:      Supported
3179 F:      drivers/scsi/fnic/
3180
3181 CISCO SCSI HBA DRIVER
3182 M:      Narsimhulu Musini <nmusini@cisco.com>
3183 M:      Sesidhar Baddela <sebaddel@cisco.com>
3184 L:      linux-scsi@vger.kernel.org
3185 S:      Supported
3186 F:      drivers/scsi/snic/
3187
3188 CMPC ACPI DRIVER
3189 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3190 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3191 L:      platform-driver-x86@vger.kernel.org
3192 S:      Supported
3193 F:      drivers/platform/x86/classmate-laptop.c
3194
3195 COBALT MEDIA DRIVER
3196 M:      Hans Verkuil <hans.verkuil@cisco.com>
3197 L:      linux-media@vger.kernel.org
3198 T:      git git://linuxtv.org/media_tree.git
3199 W:      https://linuxtv.org
3200 S:      Supported
3201 F:      drivers/media/pci/cobalt/
3202
3203 COCCINELLE/Semantic Patches (SmPL)
3204 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3205 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3206 M:      Nicolas Palix <nicolas.palix@imag.fr>
3207 M:      Michal Marek <mmarek@suse.com>
3208 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3210 W:      http://coccinelle.lip6.fr/
3211 S:      Supported
3212 F:      Documentation/dev-tools/coccinelle.rst
3213 F:      scripts/coccinelle/
3214 F:      scripts/coccicheck
3215
3216 CODA FILE SYSTEM
3217 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3218 M:      coda@cs.cmu.edu
3219 L:      codalist@coda.cs.cmu.edu
3220 W:      http://www.coda.cs.cmu.edu/
3221 S:      Maintained
3222 F:      Documentation/filesystems/coda.txt
3223 F:      fs/coda/
3224 F:      include/linux/coda*.h
3225 F:      include/uapi/linux/coda*.h
3226
3227 CODA V4L2 MEM2MEM DRIVER
3228 M:      Philipp Zabel <p.zabel@pengutronix.de>
3229 L:      linux-media@vger.kernel.org
3230 S:      Maintained
3231 F:      Documentation/devicetree/bindings/media/coda.txt
3232 F:      drivers/media/platform/coda/
3233
3234 COMMON CLK FRAMEWORK
3235 M:      Michael Turquette <mturquette@baylibre.com>
3236 M:      Stephen Boyd <sboyd@codeaurora.org>
3237 L:      linux-clk@vger.kernel.org
3238 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3240 S:      Maintained
3241 F:      Documentation/devicetree/bindings/clock/
3242 F:      drivers/clk/
3243 X:      drivers/clk/clkdev.c
3244 F:      include/linux/clk-pr*
3245 F:      include/linux/clk/
3246
3247 COMMON INTERNET FILE SYSTEM (CIFS)
3248 M:      Steve French <sfrench@samba.org>
3249 L:      linux-cifs@vger.kernel.org
3250 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3251 W:      http://linux-cifs.samba.org/
3252 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3253 S:      Supported
3254 F:      Documentation/filesystems/cifs/
3255 F:      fs/cifs/
3256
3257 COMPACTPCI HOTPLUG CORE
3258 M:      Scott Murray <scott@spiteful.org>
3259 L:      linux-pci@vger.kernel.org
3260 S:      Maintained
3261 F:      drivers/pci/hotplug/cpci_hotplug*
3262
3263 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3264 M:      Scott Murray <scott@spiteful.org>
3265 L:      linux-pci@vger.kernel.org
3266 S:      Maintained
3267 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3268
3269 COMPACTPCI HOTPLUG GENERIC DRIVER
3270 M:      Scott Murray <scott@spiteful.org>
3271 L:      linux-pci@vger.kernel.org
3272 S:      Maintained
3273 F:      drivers/pci/hotplug/cpcihp_generic.c
3274
3275 COMPAL LAPTOP SUPPORT
3276 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3277 L:      platform-driver-x86@vger.kernel.org
3278 S:      Maintained
3279 F:      drivers/platform/x86/compal-laptop.c
3280
3281 CONEXANT ACCESSRUNNER USB DRIVER
3282 L:      accessrunner-general@lists.sourceforge.net
3283 W:      http://accessrunner.sourceforge.net/
3284 S:      Orphan
3285 F:      drivers/usb/atm/cxacru.c
3286
3287 CONFIGFS
3288 M:      Joel Becker <jlbec@evilplan.org>
3289 M:      Christoph Hellwig <hch@lst.de>
3290 T:      git git://git.infradead.org/users/hch/configfs.git
3291 S:      Supported
3292 F:      fs/configfs/
3293 F:      include/linux/configfs.h
3294
3295 CONNECTOR
3296 M:      Evgeniy Polyakov <zbr@ioremap.net>
3297 L:      netdev@vger.kernel.org
3298 S:      Maintained
3299 F:      drivers/connector/
3300
3301 CONTROL GROUP (CGROUP)
3302 M:      Tejun Heo <tj@kernel.org>
3303 M:      Li Zefan <lizefan@huawei.com>
3304 M:      Johannes Weiner <hannes@cmpxchg.org>
3305 L:      cgroups@vger.kernel.org
3306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3307 S:      Maintained
3308 F:      Documentation/cgroup*
3309 F:      include/linux/cgroup*
3310 F:      kernel/cgroup*
3311
3312 CONTROL GROUP - CPUSET
3313 M:      Li Zefan <lizefan@huawei.com>
3314 L:      cgroups@vger.kernel.org
3315 W:      http://www.bullopensource.org/cpuset/
3316 W:      http://oss.sgi.com/projects/cpusets/
3317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3318 S:      Maintained
3319 F:      Documentation/cgroup-v1/cpusets.txt
3320 F:      include/linux/cpuset.h
3321 F:      kernel/cpuset.c
3322
3323 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3324 M:      Johannes Weiner <hannes@cmpxchg.org>
3325 M:      Michal Hocko <mhocko@kernel.org>
3326 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3327 L:      cgroups@vger.kernel.org
3328 L:      linux-mm@kvack.org
3329 S:      Maintained
3330 F:      mm/memcontrol.c
3331 F:      mm/swap_cgroup.c
3332
3333 CORETEMP HARDWARE MONITORING DRIVER
3334 M:      Fenghua Yu <fenghua.yu@intel.com>
3335 L:      linux-hwmon@vger.kernel.org
3336 S:      Maintained
3337 F:      Documentation/hwmon/coretemp
3338 F:      drivers/hwmon/coretemp.c
3339
3340 COSA/SRP SYNC SERIAL DRIVER
3341 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3342 W:      http://www.fi.muni.cz/~kas/cosa/
3343 S:      Maintained
3344 F:      drivers/net/wan/cosa*
3345
3346 CPMAC ETHERNET DRIVER
3347 M:      Florian Fainelli <f.fainelli@gmail.com>
3348 L:      netdev@vger.kernel.org
3349 S:      Maintained
3350 F:      drivers/net/ethernet/ti/cpmac.c
3351
3352 CPU FREQUENCY DRIVERS
3353 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3354 M:      Viresh Kumar <viresh.kumar@linaro.org>
3355 L:      linux-pm@vger.kernel.org
3356 S:      Maintained
3357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3358 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3359 F:      Documentation/cpu-freq/
3360 F:      drivers/cpufreq/
3361 F:      include/linux/cpufreq.h
3362
3363 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3364 M:      Viresh Kumar <viresh.kumar@linaro.org>
3365 M:      Sudeep Holla <sudeep.holla@arm.com>
3366 L:      linux-pm@vger.kernel.org
3367 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3368 S:      Maintained
3369 F:      drivers/cpufreq/arm_big_little.h
3370 F:      drivers/cpufreq/arm_big_little.c
3371 F:      drivers/cpufreq/arm_big_little_dt.c
3372
3373 CPUIDLE DRIVER - ARM BIG LITTLE
3374 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3375 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3376 L:      linux-pm@vger.kernel.org
3377 L:      linux-arm-kernel@lists.infradead.org
3378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3379 S:      Maintained
3380 F:      drivers/cpuidle/cpuidle-big_little.c
3381
3382 CPUIDLE DRIVER - ARM EXYNOS
3383 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3384 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3385 M:      Kukjin Kim <kgene@kernel.org>
3386 L:      linux-pm@vger.kernel.org
3387 L:      linux-samsung-soc@vger.kernel.org
3388 S:      Supported
3389 F:      drivers/cpuidle/cpuidle-exynos.c
3390 F:      arch/arm/mach-exynos/pm.c
3391
3392 CPUIDLE DRIVERS
3393 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3394 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3395 L:      linux-pm@vger.kernel.org
3396 S:      Maintained
3397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3398 F:      drivers/cpuidle/*
3399 F:      include/linux/cpuidle.h
3400
3401 CPUID/MSR DRIVER
3402 M:      "H. Peter Anvin" <hpa@zytor.com>
3403 S:      Maintained
3404 F:      arch/x86/kernel/cpuid.c
3405 F:      arch/x86/kernel/msr.c
3406
3407 CPU POWER MONITORING SUBSYSTEM
3408 M:      Thomas Renninger <trenn@suse.com>
3409 L:      linux-pm@vger.kernel.org
3410 S:      Maintained
3411 F:      tools/power/cpupower/
3412
3413 CRAMFS FILESYSTEM
3414 W:      http://sourceforge.net/projects/cramfs/
3415 S:      Orphan / Obsolete
3416 F:      Documentation/filesystems/cramfs.txt
3417 F:      fs/cramfs/
3418
3419 CRIS PORT
3420 M:      Mikael Starvik <starvik@axis.com>
3421 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3422 L:      linux-cris-kernel@axis.com
3423 W:      http://developer.axis.com
3424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3425 S:      Maintained
3426 F:      arch/cris/
3427 F:      drivers/tty/serial/crisv10.*
3428
3429 CRYPTO API
3430 M:      Herbert Xu <herbert@gondor.apana.org.au>
3431 M:      "David S. Miller" <davem@davemloft.net>
3432 L:      linux-crypto@vger.kernel.org
3433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3435 S:      Maintained
3436 F:      Documentation/crypto/
3437 F:      Documentation/devicetree/bindings/crypto/
3438 F:      Documentation/DocBook/crypto-API.tmpl
3439 F:      arch/*/crypto/
3440 F:      crypto/
3441 F:      drivers/crypto/
3442 F:      include/crypto/
3443
3444 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3445 M:      Neil Horman <nhorman@tuxdriver.com>
3446 L:      linux-crypto@vger.kernel.org
3447 S:      Maintained
3448 F:      crypto/ansi_cprng.c
3449 F:      crypto/rng.c
3450
3451 CS3308 MEDIA DRIVER
3452 M:      Hans Verkuil <hverkuil@xs4all.nl>
3453 L:      linux-media@vger.kernel.org
3454 T:      git git://linuxtv.org/media_tree.git
3455 W:      http://linuxtv.org
3456 S:      Odd Fixes
3457 F:      drivers/media/i2c/cs3308.c
3458 F:      drivers/media/i2c/cs3308.h
3459
3460 CS5535 Audio ALSA driver
3461 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3462 S:      Maintained
3463 F:      sound/pci/cs5535audio/
3464
3465 CW1200 WLAN driver
3466 M:      Solomon Peachy <pizza@shaftnet.org>
3467 S:      Maintained
3468 F:      drivers/net/wireless/st/cw1200/
3469
3470 CX18 VIDEO4LINUX DRIVER
3471 M:      Andy Walls <awalls@md.metrocast.net>
3472 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3473 L:      linux-media@vger.kernel.org
3474 T:      git git://linuxtv.org/media_tree.git
3475 W:      https://linuxtv.org
3476 W:      http://www.ivtvdriver.org/index.php/Cx18
3477 S:      Maintained
3478 F:      Documentation/media/v4l-drivers/cx18*
3479 F:      drivers/media/pci/cx18/
3480 F:      include/uapi/linux/ivtv*
3481
3482 CX2341X MPEG ENCODER HELPER MODULE
3483 M:      Hans Verkuil <hverkuil@xs4all.nl>
3484 L:      linux-media@vger.kernel.org
3485 T:      git git://linuxtv.org/media_tree.git
3486 W:      https://linuxtv.org
3487 S:      Maintained
3488 F:      drivers/media/common/cx2341x*
3489 F:      include/media/cx2341x*
3490
3491 CX24120 MEDIA DRIVER
3492 M:      Jemma Denson <jdenson@gmail.com>
3493 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3494 L:      linux-media@vger.kernel.org
3495 W:      https://linuxtv.org
3496 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3497 S:      Maintained
3498 F:      drivers/media/dvb-frontends/cx24120*
3499
3500 CX88 VIDEO4LINUX DRIVER
3501 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3502 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3503 L:      linux-media@vger.kernel.org
3504 W:      https://linuxtv.org
3505 T:      git git://linuxtv.org/media_tree.git
3506 S:      Odd fixes
3507 F:      Documentation/media/v4l-drivers/cx88*
3508 F:      drivers/media/pci/cx88/
3509
3510 CXD2820R MEDIA DRIVER
3511 M:      Antti Palosaari <crope@iki.fi>
3512 L:      linux-media@vger.kernel.org
3513 W:      https://linuxtv.org
3514 W:      http://palosaari.fi/linux/
3515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3516 T:      git git://linuxtv.org/anttip/media_tree.git
3517 S:      Maintained
3518 F:      drivers/media/dvb-frontends/cxd2820r*
3519
3520 CXGB3 ETHERNET DRIVER (CXGB3)
3521 M:      Santosh Raspatur <santosh@chelsio.com>
3522 L:      netdev@vger.kernel.org
3523 W:      http://www.chelsio.com
3524 S:      Supported
3525 F:      drivers/net/ethernet/chelsio/cxgb3/
3526
3527 CXGB3 ISCSI DRIVER (CXGB3I)
3528 M:      Karen Xie <kxie@chelsio.com>
3529 L:      linux-scsi@vger.kernel.org
3530 W:      http://www.chelsio.com
3531 S:      Supported
3532 F:      drivers/scsi/cxgbi/cxgb3i
3533
3534 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3535 M:      Steve Wise <swise@chelsio.com>
3536 L:      linux-rdma@vger.kernel.org
3537 W:      http://www.openfabrics.org
3538 S:      Supported
3539 F:      drivers/infiniband/hw/cxgb3/
3540 F:      include/uapi/rdma/cxgb3-abi.h
3541
3542 CXGB4 ETHERNET DRIVER (CXGB4)
3543 M:      Hariprasad S <hariprasad@chelsio.com>
3544 L:      netdev@vger.kernel.org
3545 W:      http://www.chelsio.com
3546 S:      Supported
3547 F:      drivers/net/ethernet/chelsio/cxgb4/
3548
3549 CXGB4 ISCSI DRIVER (CXGB4I)
3550 M:      Karen Xie <kxie@chelsio.com>
3551 L:      linux-scsi@vger.kernel.org
3552 W:      http://www.chelsio.com
3553 S:      Supported
3554 F:      drivers/scsi/cxgbi/cxgb4i
3555
3556 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3557 M:      Steve Wise <swise@chelsio.com>
3558 L:      linux-rdma@vger.kernel.org
3559 W:      http://www.openfabrics.org
3560 S:      Supported
3561 F:      drivers/infiniband/hw/cxgb4/
3562 F:      include/uapi/rdma/cxgb4-abi.h
3563
3564 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3565 M:      Casey Leedom <leedom@chelsio.com>
3566 L:      netdev@vger.kernel.org
3567 W:      http://www.chelsio.com
3568 S:      Supported
3569 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3570
3571 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3572 M:      Ian Munsie <imunsie@au1.ibm.com>
3573 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3574 L:      linuxppc-dev@lists.ozlabs.org
3575 S:      Supported
3576 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3577 F:      drivers/misc/cxl/
3578 F:      include/misc/cxl*
3579 F:      include/uapi/misc/cxl.h
3580 F:      Documentation/powerpc/cxl.txt
3581 F:      Documentation/ABI/testing/sysfs-class-cxl
3582
3583 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3584 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3585 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3586 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3587 L:      linux-scsi@vger.kernel.org
3588 S:      Supported
3589 F:      drivers/scsi/cxlflash/
3590 F:      include/uapi/scsi/cxlflash_ioctls.h
3591 F:      Documentation/powerpc/cxlflash.txt
3592
3593 STMMAC ETHERNET DRIVER
3594 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3595 M:      Alexandre Torgue <alexandre.torgue@st.com>
3596 L:      netdev@vger.kernel.org
3597 W:      http://www.stlinux.com
3598 S:      Supported
3599 F:      drivers/net/ethernet/stmicro/stmmac/
3600
3601 CYBERPRO FB DRIVER
3602 M:      Russell King <linux@armlinux.org.uk>
3603 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3604 W:      http://www.armlinux.org.uk/
3605 S:      Maintained
3606 F:      drivers/video/fbdev/cyber2000fb.*
3607
3608 CYCLADES ASYNC MUX DRIVER
3609 W:      http://www.cyclades.com/
3610 S:      Orphan
3611 F:      drivers/tty/cyclades.c
3612 F:      include/linux/cyclades.h
3613 F:      include/uapi/linux/cyclades.h
3614
3615 CYCLADES PC300 DRIVER
3616 W:      http://www.cyclades.com/
3617 S:      Orphan
3618 F:      drivers/net/wan/pc300*
3619
3620 CYPRESS_FIRMWARE MEDIA DRIVER
3621 M:      Antti Palosaari <crope@iki.fi>
3622 L:      linux-media@vger.kernel.org
3623 W:      https://linuxtv.org
3624 W:      http://palosaari.fi/linux/
3625 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3626 T:      git git://linuxtv.org/anttip/media_tree.git
3627 S:      Maintained
3628 F:      drivers/media/common/cypress_firmware*
3629
3630 CYTTSP TOUCHSCREEN DRIVER
3631 M:      Ferruh Yigit <fery@cypress.com>
3632 L:      linux-input@vger.kernel.org
3633 S:      Supported
3634 F:      drivers/input/touchscreen/cyttsp*
3635 F:      include/linux/input/cyttsp.h
3636
3637 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3638 M:      Joshua Kinard <kumba@gentoo.org>
3639 S:      Maintained
3640 F:      drivers/rtc/rtc-ds1685.c
3641 F:      include/linux/rtc/ds1685.h
3642
3643 DAMA SLAVE for AX.25
3644 M:      Joerg Reuter <jreuter@yaina.de>
3645 W:      http://yaina.de/jreuter/
3646 W:      http://www.qsl.net/dl1bke/
3647 L:      linux-hams@vger.kernel.org
3648 S:      Maintained
3649 F:      net/ax25/af_ax25.c
3650 F:      net/ax25/ax25_dev.c
3651 F:      net/ax25/ax25_ds_*
3652 F:      net/ax25/ax25_in.c
3653 F:      net/ax25/ax25_out.c
3654 F:      net/ax25/ax25_timer.c
3655 F:      net/ax25/sysctl_net_ax25.c
3656
3657 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3658 L:      netdev@vger.kernel.org
3659 S:      Orphan
3660 F:      Documentation/networking/dmfe.txt
3661 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3662
3663 DC390/AM53C974 SCSI driver
3664 M:      Hannes Reinecke <hare@suse.com>
3665 L:      linux-scsi@vger.kernel.org
3666 S:      Maintained
3667 F:      drivers/scsi/am53c974.c
3668
3669 DC395x SCSI driver
3670 M:      Oliver Neukum <oliver@neukum.org>
3671 M:      Ali Akcaagac <aliakc@web.de>
3672 M:      Jamie Lenehan <lenehan@twibble.org>
3673 L:      dc395x@twibble.org
3674 W:      http://twibble.org/dist/dc395x/
3675 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3676 S:      Maintained
3677 F:      Documentation/scsi/dc395x.txt
3678 F:      drivers/scsi/dc395x.*
3679
3680 DCCP PROTOCOL
3681 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3682 L:      dccp@vger.kernel.org
3683 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3684 S:      Maintained
3685 F:      include/linux/dccp.h
3686 F:      include/uapi/linux/dccp.h
3687 F:      include/linux/tfrc.h
3688 F:      net/dccp/
3689
3690 DECnet NETWORK LAYER
3691 W:      http://linux-decnet.sourceforge.net
3692 L:      linux-decnet-user@lists.sourceforge.net
3693 S:      Orphan
3694 F:      Documentation/networking/decnet.txt
3695 F:      net/decnet/
3696
3697 DECSTATION PLATFORM SUPPORT
3698 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3699 L:      linux-mips@linux-mips.org
3700 W:      http://www.linux-mips.org/wiki/DECstation
3701 S:      Maintained
3702 F:      arch/mips/dec/
3703 F:      arch/mips/include/asm/dec/
3704 F:      arch/mips/include/asm/mach-dec/
3705
3706 DEFXX FDDI NETWORK DRIVER
3707 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3708 S:      Maintained
3709 F:      drivers/net/fddi/defxx.*
3710
3711 DELL LAPTOP DRIVER
3712 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3713 M:      Pali Rohár <pali.rohar@gmail.com>
3714 L:      platform-driver-x86@vger.kernel.org
3715 S:      Maintained
3716 F:      drivers/platform/x86/dell-laptop.c
3717
3718 DELL LAPTOP RBTN DRIVER
3719 M:      Pali Rohár <pali.rohar@gmail.com>
3720 S:      Maintained
3721 F:      drivers/platform/x86/dell-rbtn.*
3722
3723 DELL LAPTOP FREEFALL DRIVER
3724 M:      Pali Rohár <pali.rohar@gmail.com>
3725 S:      Maintained
3726 F:      drivers/platform/x86/dell-smo8800.c
3727
3728 DELL LAPTOP SMM DRIVER
3729 M:      Pali Rohár <pali.rohar@gmail.com>
3730 S:      Maintained
3731 F:      drivers/hwmon/dell-smm-hwmon.c
3732 F:      include/uapi/linux/i8k.h
3733
3734 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3735 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3736 S:      Maintained
3737 F:      Documentation/dcdbas.txt
3738 F:      drivers/firmware/dcdbas.*
3739
3740 DELL WMI EXTRAS DRIVER
3741 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3742 M:      Pali Rohár <pali.rohar@gmail.com>
3743 S:      Maintained
3744 F:      drivers/platform/x86/dell-wmi.c
3745
3746 DESIGNWARE USB2 DRD IP DRIVER
3747 M:      John Youn <johnyoun@synopsys.com>
3748 L:      linux-usb@vger.kernel.org
3749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3750 S:      Maintained
3751 F:      drivers/usb/dwc2/
3752
3753 DESIGNWARE USB3 DRD IP DRIVER
3754 M:      Felipe Balbi <balbi@kernel.org>
3755 L:      linux-usb@vger.kernel.org
3756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3757 S:      Maintained
3758 F:      drivers/usb/dwc3/
3759
3760 DEVICE COREDUMP (DEV_COREDUMP)
3761 M:      Johannes Berg <johannes@sipsolutions.net>
3762 L:      linux-kernel@vger.kernel.org
3763 S:      Maintained
3764 F:      drivers/base/devcoredump.c
3765 F:      include/linux/devcoredump.h
3766
3767 DEVICE FREQUENCY (DEVFREQ)
3768 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3769 M:      Kyungmin Park <kyungmin.park@samsung.com>
3770 L:      linux-pm@vger.kernel.org
3771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3772 S:      Maintained
3773 F:      drivers/devfreq/
3774 F:      include/linux/devfreq.h
3775 F:      Documentation/devicetree/bindings/devfreq/
3776
3777 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3778 M:      Chanwoo Choi <cw00.choi@samsung.com>
3779 L:      linux-pm@vger.kernel.org
3780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3781 S:      Supported
3782 F:      drivers/devfreq/event/
3783 F:      drivers/devfreq/devfreq-event.c
3784 F:      include/linux/devfreq-event.h
3785 F:      Documentation/devicetree/bindings/devfreq/event/
3786
3787 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3788 M:      Chanwoo Choi <cw00.choi@samsung.com>
3789 L:      linux-pm@vger.kernel.org
3790 L:      linux-samsung-soc@vger.kernel.org
3791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3792 S:      Maintained
3793 F:      drivers/devfreq/exynos-bus.c
3794 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3795
3796 DEVICE NUMBER REGISTRY
3797 M:      Torben Mathiasen <device@lanana.org>
3798 W:      http://lanana.org/docs/device-list/index.html
3799 S:      Maintained
3800
3801 DEVICE-MAPPER  (LVM)
3802 M:      Alasdair Kergon <agk@redhat.com>
3803 M:      Mike Snitzer <snitzer@redhat.com>
3804 M:      dm-devel@redhat.com
3805 L:      dm-devel@redhat.com
3806 W:      http://sources.redhat.com/dm
3807 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3809 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3810 S:      Maintained
3811 F:      Documentation/device-mapper/
3812 F:      drivers/md/dm*
3813 F:      drivers/md/persistent-data/
3814 F:      include/linux/device-mapper.h
3815 F:      include/linux/dm-*.h
3816 F:      include/uapi/linux/dm-*.h
3817
3818 DEVLINK
3819 M:      Jiri Pirko <jiri@mellanox.com>
3820 L:      netdev@vger.kernel.org
3821 S:      Supported
3822 F:      net/core/devlink.c
3823 F:      include/net/devlink.h
3824 F:      include/uapi/linux/devlink.h
3825
3826 DIALOG SEMICONDUCTOR DRIVERS
3827 M:      Support Opensource <support.opensource@diasemi.com>
3828 W:      http://www.dialog-semiconductor.com/products
3829 S:      Supported
3830 F:      Documentation/hwmon/da90??
3831 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3832 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3833 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3834 F:      drivers/gpio/gpio-da90??.c
3835 F:      drivers/hwmon/da90??-hwmon.c
3836 F:      drivers/iio/adc/da91??-*.c
3837 F:      drivers/input/misc/da90??_onkey.c
3838 F:      drivers/input/touchscreen/da9052_tsi.c
3839 F:      drivers/leds/leds-da90??.c
3840 F:      drivers/mfd/da903x.c
3841 F:      drivers/mfd/da90??-*.c
3842 F:      drivers/mfd/da91??-*.c
3843 F:      drivers/power/supply/da9052-battery.c
3844 F:      drivers/power/supply/da91??-*.c
3845 F:      drivers/regulator/da903x.c
3846 F:      drivers/regulator/da9???-regulator.[ch]
3847 F:      drivers/rtc/rtc-da90??.c
3848 F:      drivers/video/backlight/da90??_bl.c
3849 F:      drivers/watchdog/da90??_wdt.c
3850 F:      include/linux/mfd/da903x.h
3851 F:      include/linux/mfd/da9052/
3852 F:      include/linux/mfd/da9055/
3853 F:      include/linux/mfd/da9062/
3854 F:      include/linux/mfd/da9063/
3855 F:      include/linux/mfd/da9150/
3856 F:      include/linux/regulator/da9211.h
3857 F:      include/sound/da[79]*.h
3858 F:      sound/soc/codecs/da[79]*.[ch]
3859
3860 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3861 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3862 L:      linux-gpio@vger.kernel.org
3863 S:      Maintained
3864 F:      drivers/gpio/gpio-gpio-mm.c
3865
3866 DIGI NEO AND CLASSIC PCI PRODUCTS
3867 M:      Lidza Louina <lidza.louina@gmail.com>
3868 M:      Mark Hounschell <markh@compro.net>
3869 L:      driverdev-devel@linuxdriverproject.org
3870 S:      Maintained
3871 F:      drivers/staging/dgnc/
3872
3873 DIOLAN U2C-12 I2C DRIVER
3874 M:      Guenter Roeck <linux@roeck-us.net>
3875 L:      linux-i2c@vger.kernel.org
3876 S:      Maintained
3877 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3878
3879 DIRECT ACCESS (DAX)
3880 M:      Matthew Wilcox <willy@linux.intel.com>
3881 L:      linux-fsdevel@vger.kernel.org
3882 S:      Supported
3883 F:      fs/dax.c
3884
3885 DIRECTORY NOTIFICATION (DNOTIFY)
3886 M:      Eric Paris <eparis@parisplace.org>
3887 S:      Maintained
3888 F:      Documentation/filesystems/dnotify.txt
3889 F:      fs/notify/dnotify/
3890 F:      include/linux/dnotify.h
3891
3892 DISK GEOMETRY AND PARTITION HANDLING
3893 M:      Andries Brouwer <aeb@cwi.nl>
3894 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3895 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3896 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3897 S:      Maintained
3898
3899 DISKQUOTA
3900 M:      Jan Kara <jack@suse.com>
3901 S:      Maintained
3902 F:      Documentation/filesystems/quota.txt
3903 F:      fs/quota/
3904 F:      include/linux/quota*.h
3905 F:      include/uapi/linux/quota*.h
3906
3907 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3908 M:      Bernie Thompson <bernie@plugable.com>
3909 L:      linux-fbdev@vger.kernel.org
3910 S:      Maintained
3911 W:      http://plugable.com/category/projects/udlfb/
3912 F:      drivers/video/fbdev/udlfb.c
3913 F:      include/video/udlfb.h
3914 F:      Documentation/fb/udlfb.txt
3915
3916 DISTRIBUTED LOCK MANAGER (DLM)
3917 M:      Christine Caulfield <ccaulfie@redhat.com>
3918 M:      David Teigland <teigland@redhat.com>
3919 L:      cluster-devel@redhat.com
3920 W:      http://sources.redhat.com/cluster/
3921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3922 S:      Supported
3923 F:      fs/dlm/
3924
3925 DMA BUFFER SHARING FRAMEWORK
3926 M:      Sumit Semwal <sumit.semwal@linaro.org>
3927 S:      Maintained
3928 L:      linux-media@vger.kernel.org
3929 L:      dri-devel@lists.freedesktop.org
3930 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3931 F:      drivers/dma-buf/
3932 F:      include/linux/dma-buf*
3933 F:      include/linux/reservation.h
3934 F:      include/linux/*fence.h
3935 F:      Documentation/dma-buf-sharing.txt
3936 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3937
3938 SYNC FILE FRAMEWORK
3939 M:      Sumit Semwal <sumit.semwal@linaro.org>
3940 R:      Gustavo Padovan <gustavo@padovan.org>
3941 S:      Maintained
3942 L:      linux-media@vger.kernel.org
3943 L:      dri-devel@lists.freedesktop.org
3944 F:      drivers/dma-buf/sync_file.c
3945 F:      include/linux/sync_file.h
3946 F:      Documentation/sync_file.txt
3947 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3948
3949 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3950 M:      Vinod Koul <vinod.koul@intel.com>
3951 L:      dmaengine@vger.kernel.org
3952 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3953 S:      Maintained
3954 F:      drivers/dma/
3955 F:      include/linux/dmaengine.h
3956 F:      Documentation/devicetree/bindings/dma/
3957 F:      Documentation/dmaengine/
3958 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3959
3960 DME1737 HARDWARE MONITOR DRIVER
3961 M:      Juerg Haefliger <juergh@gmail.com>
3962 L:      linux-hwmon@vger.kernel.org
3963 S:      Maintained
3964 F:      Documentation/hwmon/dme1737
3965 F:      drivers/hwmon/dme1737.c
3966
3967 DMI/SMBIOS SUPPORT
3968 M:      Jean Delvare <jdelvare@suse.com>
3969 S:      Maintained
3970 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3971 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3972 F:      drivers/firmware/dmi-id.c
3973 F:      drivers/firmware/dmi_scan.c
3974 F:      include/linux/dmi.h
3975
3976 DOCUMENTATION
3977 M:      Jonathan Corbet <corbet@lwn.net>
3978 L:      linux-doc@vger.kernel.org
3979 S:      Maintained
3980 F:      Documentation/
3981 F:      scripts/docproc.c
3982 F:      scripts/kernel-doc*
3983 X:      Documentation/ABI/
3984 X:      Documentation/devicetree/
3985 X:      Documentation/acpi
3986 X:      Documentation/power
3987 X:      Documentation/spi
3988 X:      Documentation/media
3989 T:      git git://git.lwn.net/linux.git docs-next
3990
3991 DOUBLETALK DRIVER
3992 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3993 L:      blinux-list@redhat.com
3994 S:      Maintained
3995 F:      drivers/char/dtlk.c
3996 F:      include/linux/dtlk.h
3997
3998 DPT_I2O SCSI RAID DRIVER
3999 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4000 L:      linux-scsi@vger.kernel.org
4001 W:      http://www.adaptec.com/
4002 S:      Maintained
4003 F:      drivers/scsi/dpt*
4004 F:      drivers/scsi/dpt/
4005
4006 DRBD DRIVER
4007 M:      Philipp Reisner <philipp.reisner@linbit.com>
4008 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4009 L:      drbd-dev@lists.linbit.com
4010 W:      http://www.drbd.org
4011 T:      git git://git.linbit.com/linux-drbd.git
4012 T:      git git://git.linbit.com/drbd-8.4.git
4013 S:      Supported
4014 F:      drivers/block/drbd/
4015 F:      lib/lru_cache.c
4016 F:      Documentation/blockdev/drbd/
4017
4018 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4019 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4021 S:      Supported
4022 F:      Documentation/kobject.txt
4023 F:      drivers/base/
4024 F:      fs/debugfs/
4025 F:      fs/kernfs/
4026 F:      fs/sysfs/
4027 F:      include/linux/debugfs.h
4028 F:      include/linux/kobj*
4029 F:      lib/kobj*
4030
4031 DRM DRIVERS
4032 M:      David Airlie <airlied@linux.ie>
4033 L:      dri-devel@lists.freedesktop.org
4034 T:      git git://people.freedesktop.org/~airlied/linux
4035 B:      https://bugs.freedesktop.org/
4036 C:      irc://chat.freenode.net/dri-devel
4037 S:      Maintained
4038 F:      drivers/gpu/drm/
4039 F:      drivers/gpu/vga/
4040 F:      Documentation/devicetree/bindings/display/
4041 F:      Documentation/devicetree/bindings/gpu/
4042 F:      Documentation/devicetree/bindings/video/
4043 F:      Documentation/gpu/
4044 F:      include/drm/
4045 F:      include/uapi/drm/
4046
4047 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4048 M:      Dave Airlie <airlied@redhat.com>
4049 S:      Odd Fixes
4050 F:      drivers/gpu/drm/ast/
4051
4052 DRM DRIVER FOR BOCHS VIRTUAL GPU
4053 M:      Gerd Hoffmann <kraxel@redhat.com>
4054 S:      Odd Fixes
4055 F:      drivers/gpu/drm/bochs/
4056
4057 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4058 M:      Dave Airlie <airlied@redhat.com>
4059 S:      Odd Fixes
4060 F:      drivers/gpu/drm/cirrus/
4061
4062 RADEON and AMDGPU DRM DRIVERS
4063 M:      Alex Deucher <alexander.deucher@amd.com>
4064 M:      Christian König <christian.koenig@amd.com>
4065 L:      dri-devel@lists.freedesktop.org
4066 T:      git git://people.freedesktop.org/~agd5f/linux
4067 S:      Supported
4068 F:      drivers/gpu/drm/radeon/
4069 F:      include/uapi/drm/radeon_drm.h
4070 F:      drivers/gpu/drm/amd/
4071 F:      include/uapi/drm/amdgpu_drm.h
4072
4073 DRM PANEL DRIVERS
4074 M:      Thierry Reding <thierry.reding@gmail.com>
4075 L:      dri-devel@lists.freedesktop.org
4076 T:      git git://anongit.freedesktop.org/tegra/linux.git
4077 S:      Maintained
4078 F:      drivers/gpu/drm/drm_panel.c
4079 F:      drivers/gpu/drm/panel/
4080 F:      include/drm/drm_panel.h
4081 F:      Documentation/devicetree/bindings/display/panel/
4082
4083 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4084 M:      Daniel Vetter <daniel.vetter@intel.com>
4085 M:      Jani Nikula <jani.nikula@linux.intel.com>
4086 L:      intel-gfx@lists.freedesktop.org
4087 L:      dri-devel@lists.freedesktop.org
4088 W:      https://01.org/linuxgraphics/
4089 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4090 C:      irc://chat.freenode.net/intel-gfx
4091 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4092 T:      git git://anongit.freedesktop.org/drm-intel
4093 S:      Supported
4094 F:      drivers/gpu/drm/i915/
4095 F:      include/drm/i915*
4096 F:      include/uapi/drm/i915_drm.h
4097 F:      Documentation/gpu/i915.rst
4098
4099 DRM DRIVERS FOR ATMEL HLCDC
4100 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4101 L:      dri-devel@lists.freedesktop.org
4102 S:      Supported
4103 F:      drivers/gpu/drm/atmel-hlcdc/
4104 F:      Documentation/devicetree/bindings/drm/atmel/
4105
4106 DRM DRIVERS FOR ALLWINNER A10
4107 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4108 L:      dri-devel@lists.freedesktop.org
4109 S:      Supported
4110 F:      drivers/gpu/drm/sun4i/
4111 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4112
4113 DRM DRIVERS FOR EXYNOS
4114 M:      Inki Dae <inki.dae@samsung.com>
4115 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4116 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4117 M:      Kyungmin Park <kyungmin.park@samsung.com>
4118 L:      dri-devel@lists.freedesktop.org
4119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4120 S:      Supported
4121 F:      drivers/gpu/drm/exynos/
4122 F:      include/uapi/drm/exynos_drm.h
4123 F:      Documentation/devicetree/bindings/display/exynos/
4124
4125 DRM DRIVERS FOR FREESCALE DCU
4126 M:      Stefan Agner <stefan@agner.ch>
4127 M:      Alison Wang <alison.wang@freescale.com>
4128 L:      dri-devel@lists.freedesktop.org
4129 S:      Supported
4130 F:      drivers/gpu/drm/fsl-dcu/
4131 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4132 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4133 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4134
4135 DRM DRIVERS FOR FREESCALE IMX
4136 M:      Philipp Zabel <p.zabel@pengutronix.de>
4137 L:      dri-devel@lists.freedesktop.org
4138 S:      Maintained
4139 F:      drivers/gpu/drm/imx/
4140 F:      drivers/gpu/ipu-v3/
4141 F:      Documentation/devicetree/bindings/display/imx/
4142
4143 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4144 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4145 L:      dri-devel@lists.freedesktop.org
4146 T:      git git://github.com/patjak/drm-gma500
4147 S:      Maintained
4148 F:      drivers/gpu/drm/gma500/
4149
4150 DRM DRIVERS FOR HISILICON
4151 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4152 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4153 R:      Chen Feng <puck.chen@hisilicon.com>
4154 L:      dri-devel@lists.freedesktop.org
4155 T:      git git://github.com/xin3liang/linux.git
4156 S:      Maintained
4157 F:      drivers/gpu/drm/hisilicon/
4158 F:      Documentation/devicetree/bindings/display/hisilicon/
4159
4160 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4161 S:      Orphan / Obsolete
4162 F:      drivers/gpu/drm/i810/
4163 F:      include/uapi/drm/i810_drm.h
4164
4165 DRM DRIVERS FOR MEDIATEK
4166 M:      CK Hu <ck.hu@mediatek.com>
4167 M:      Philipp Zabel <p.zabel@pengutronix.de>
4168 L:      dri-devel@lists.freedesktop.org
4169 S:      Supported
4170 F:      drivers/gpu/drm/mediatek/
4171 F:      Documentation/devicetree/bindings/display/mediatek/
4172
4173 DRM DRIVER FOR MSM ADRENO GPU
4174 M:      Rob Clark <robdclark@gmail.com>
4175 L:      linux-arm-msm@vger.kernel.org
4176 L:      dri-devel@lists.freedesktop.org
4177 L:      freedreno@lists.freedesktop.org
4178 T:      git git://people.freedesktop.org/~robclark/linux
4179 S:      Maintained
4180 F:      drivers/gpu/drm/msm/
4181 F:      include/uapi/drm/msm_drm.h
4182 F:      Documentation/devicetree/bindings/display/msm/
4183
4184 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4185 M:      Ben Skeggs <bskeggs@redhat.com>
4186 L:      dri-devel@lists.freedesktop.org
4187 L:      nouveau@lists.freedesktop.org
4188 T:      git git://github.com/skeggsb/linux
4189 S:      Supported
4190 F:      drivers/gpu/drm/nouveau/
4191 F:      include/uapi/drm/nouveau_drm.h
4192
4193 DRM DRIVERS FOR NVIDIA TEGRA
4194 M:      Thierry Reding <thierry.reding@gmail.com>
4195 L:      dri-devel@lists.freedesktop.org
4196 L:      linux-tegra@vger.kernel.org
4197 T:      git git://anongit.freedesktop.org/tegra/linux.git
4198 S:      Supported
4199 F:      drivers/gpu/drm/tegra/
4200 F:      drivers/gpu/host1x/
4201 F:      include/linux/host1x.h
4202 F:      include/uapi/drm/tegra_drm.h
4203 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4204
4205 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4206 S:      Orphan / Obsolete
4207 F:      drivers/gpu/drm/mga/
4208 F:      include/uapi/drm/mga_drm.h
4209
4210 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4211 M:      Dave Airlie <airlied@redhat.com>
4212 S:      Odd Fixes
4213 F:      drivers/gpu/drm/mgag200/
4214
4215 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4216 S:      Orphan / Obsolete
4217 F:      drivers/gpu/drm/r128/
4218 F:      include/uapi/drm/r128_drm.h
4219
4220 DRM DRIVERS FOR RENESAS
4221 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4222 L:      dri-devel@lists.freedesktop.org
4223 L:      linux-renesas-soc@vger.kernel.org
4224 T:      git git://linuxtv.org/pinchartl/fbdev
4225 S:      Supported
4226 F:      drivers/gpu/drm/rcar-du/
4227 F:      drivers/gpu/drm/shmobile/
4228 F:      include/linux/platform_data/shmob_drm.h
4229 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4230
4231 DRM DRIVER FOR QXL VIRTUAL GPU
4232 M:      Dave Airlie <airlied@redhat.com>
4233 S:      Odd Fixes
4234 F:      drivers/gpu/drm/qxl/
4235 F:      include/uapi/drm/qxl_drm.h
4236
4237 DRM DRIVERS FOR ROCKCHIP
4238 M:      Mark Yao <mark.yao@rock-chips.com>
4239 L:      dri-devel@lists.freedesktop.org
4240 S:      Maintained
4241 F:      drivers/gpu/drm/rockchip/
4242 F:      Documentation/devicetree/bindings/display/rockchip/
4243
4244 DRM DRIVER FOR SAVAGE VIDEO CARDS
4245 S:      Orphan / Obsolete
4246 F:      drivers/gpu/drm/savage/
4247 F:      include/uapi/drm/savage_drm.h
4248
4249 DRM DRIVER FOR SIS VIDEO CARDS
4250 S:      Orphan / Obsolete
4251 F:      drivers/gpu/drm/sis/
4252 F:      include/uapi/drm/sis_drm.h
4253
4254 DRM DRIVERS FOR STI
4255 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4256 M:      Vincent Abriou <vincent.abriou@st.com>
4257 L:      dri-devel@lists.freedesktop.org
4258 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4259 S:      Maintained
4260 F:      drivers/gpu/drm/sti
4261 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4262
4263 DRM DRIVER FOR TDFX VIDEO CARDS
4264 S:      Orphan / Obsolete
4265 F:      drivers/gpu/drm/tdfx/
4266
4267 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4268 M:      Dave Airlie <airlied@redhat.com>
4269 S:      Odd Fixes
4270 F:      drivers/gpu/drm/udl/
4271
4272 DRM DRIVERS FOR VIVANTE GPU IP
4273 M:      Lucas Stach <l.stach@pengutronix.de>
4274 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4275 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4276 L:      dri-devel@lists.freedesktop.org
4277 S:      Maintained
4278 F:      drivers/gpu/drm/etnaviv/
4279 F:      include/uapi/drm/etnaviv_drm.h
4280 F:      Documentation/devicetree/bindings/display/etnaviv/
4281
4282 DRM DRIVER FOR VMWARE VIRTUAL GPU
4283 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4284 M:      Sinclair Yeh <syeh@vmware.com>
4285 M:      Thomas Hellstrom <thellstrom@vmware.com>
4286 L:      dri-devel@lists.freedesktop.org
4287 T:      git git://people.freedesktop.org/~syeh/repos_linux
4288 T:      git git://people.freedesktop.org/~thomash/linux
4289 S:      Supported
4290 F:      drivers/gpu/drm/vmwgfx/
4291 F:      include/uapi/drm/vmwgfx_drm.h
4292
4293 DRM DRIVERS FOR VC4
4294 M:      Eric Anholt <eric@anholt.net>
4295 T:      git git://github.com/anholt/linux
4296 S:      Supported
4297 F:      drivers/gpu/drm/vc4/
4298 F:      include/uapi/drm/vc4_drm.h
4299 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4300
4301 DRM DRIVERS FOR TI OMAP
4302 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4303 L:      dri-devel@lists.freedesktop.org
4304 S:      Maintained
4305 F:      drivers/gpu/drm/omapdrm/
4306 F:      Documentation/devicetree/bindings/display/ti/
4307
4308 DRM DRIVERS FOR TI LCDC
4309 M:      Jyri Sarha <jsarha@ti.com>
4310 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4311 L:      dri-devel@lists.freedesktop.org
4312 S:      Maintained
4313 F:      drivers/gpu/drm/tilcdc/
4314 F:      Documentation/devicetree/bindings/display/tilcdc/
4315
4316 DSBR100 USB FM RADIO DRIVER
4317 M:      Alexey Klimov <klimov.linux@gmail.com>
4318 L:      linux-media@vger.kernel.org
4319 T:      git git://linuxtv.org/media_tree.git
4320 S:      Maintained
4321 F:      drivers/media/radio/dsbr100.c
4322
4323 DSCC4 DRIVER
4324 M:      Francois Romieu <romieu@fr.zoreil.com>
4325 L:      netdev@vger.kernel.org
4326 S:      Maintained
4327 F:      drivers/net/wan/dscc4.c
4328
4329 DT3155 MEDIA DRIVER
4330 M:      Hans Verkuil <hverkuil@xs4all.nl>
4331 L:      linux-media@vger.kernel.org
4332 T:      git git://linuxtv.org/media_tree.git
4333 W:      https://linuxtv.org
4334 S:      Odd Fixes
4335 F:      drivers/media/pci/dt3155/
4336
4337 DVB_USB_AF9015 MEDIA DRIVER
4338 M:      Antti Palosaari <crope@iki.fi>
4339 L:      linux-media@vger.kernel.org
4340 W:      https://linuxtv.org
4341 W:      http://palosaari.fi/linux/
4342 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4343 T:      git git://linuxtv.org/anttip/media_tree.git
4344 S:      Maintained
4345 F:      drivers/media/usb/dvb-usb-v2/af9015*
4346
4347 DVB_USB_AF9035 MEDIA DRIVER
4348 M:      Antti Palosaari <crope@iki.fi>
4349 L:      linux-media@vger.kernel.org
4350 W:      https://linuxtv.org
4351 W:      http://palosaari.fi/linux/
4352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4353 T:      git git://linuxtv.org/anttip/media_tree.git
4354 S:      Maintained
4355 F:      drivers/media/usb/dvb-usb-v2/af9035*
4356
4357 DVB_USB_ANYSEE MEDIA DRIVER
4358 M:      Antti Palosaari <crope@iki.fi>
4359 L:      linux-media@vger.kernel.org
4360 W:      https://linuxtv.org
4361 W:      http://palosaari.fi/linux/
4362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4363 T:      git git://linuxtv.org/anttip/media_tree.git
4364 S:      Maintained
4365 F:      drivers/media/usb/dvb-usb-v2/anysee*
4366
4367 DVB_USB_AU6610 MEDIA DRIVER
4368 M:      Antti Palosaari <crope@iki.fi>
4369 L:      linux-media@vger.kernel.org
4370 W:      https://linuxtv.org
4371 W:      http://palosaari.fi/linux/
4372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4373 T:      git git://linuxtv.org/anttip/media_tree.git
4374 S:      Maintained
4375 F:      drivers/media/usb/dvb-usb-v2/au6610*
4376
4377 DVB_USB_CE6230 MEDIA DRIVER
4378 M:      Antti Palosaari <crope@iki.fi>
4379 L:      linux-media@vger.kernel.org
4380 W:      https://linuxtv.org
4381 W:      http://palosaari.fi/linux/
4382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4383 T:      git git://linuxtv.org/anttip/media_tree.git
4384 S:      Maintained
4385 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4386
4387 DVB_USB_CXUSB MEDIA DRIVER
4388 M:      Michael Krufky <mkrufky@linuxtv.org>
4389 L:      linux-media@vger.kernel.org
4390 W:      https://linuxtv.org
4391 W:      http://github.com/mkrufky
4392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4393 T:      git git://linuxtv.org/media_tree.git
4394 S:      Maintained
4395 F:      drivers/media/usb/dvb-usb/cxusb*
4396
4397 DVB_USB_EC168 MEDIA DRIVER
4398 M:      Antti Palosaari <crope@iki.fi>
4399 L:      linux-media@vger.kernel.org
4400 W:      https://linuxtv.org
4401 W:      http://palosaari.fi/linux/
4402 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4403 T:      git git://linuxtv.org/anttip/media_tree.git
4404 S:      Maintained
4405 F:      drivers/media/usb/dvb-usb-v2/ec168*
4406
4407 DVB_USB_GL861 MEDIA DRIVER
4408 M:      Antti Palosaari <crope@iki.fi>
4409 L:      linux-media@vger.kernel.org
4410 W:      https://linuxtv.org
4411 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4412 T:      git git://linuxtv.org/anttip/media_tree.git
4413 S:      Maintained
4414 F:      drivers/media/usb/dvb-usb-v2/gl861*
4415
4416 DVB_USB_MXL111SF MEDIA DRIVER
4417 M:      Michael Krufky <mkrufky@linuxtv.org>
4418 L:      linux-media@vger.kernel.org
4419 W:      https://linuxtv.org
4420 W:      http://github.com/mkrufky
4421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4422 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4423 S:      Maintained
4424 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4425
4426 DVB_USB_RTL28XXU MEDIA DRIVER
4427 M:      Antti Palosaari <crope@iki.fi>
4428 L:      linux-media@vger.kernel.org
4429 W:      https://linuxtv.org
4430 W:      http://palosaari.fi/linux/
4431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4432 T:      git git://linuxtv.org/anttip/media_tree.git
4433 S:      Maintained
4434 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4435
4436 DVB_USB_V2 MEDIA DRIVER
4437 M:      Antti Palosaari <crope@iki.fi>
4438 L:      linux-media@vger.kernel.org
4439 W:      https://linuxtv.org
4440 W:      http://palosaari.fi/linux/
4441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4442 T:      git git://linuxtv.org/anttip/media_tree.git
4443 S:      Maintained
4444 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4445 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4446
4447 DYNAMIC DEBUG
4448 M:      Jason Baron <jbaron@akamai.com>
4449 S:      Maintained
4450 F:      lib/dynamic_debug.c
4451 F:      include/linux/dynamic_debug.h
4452
4453 DZ DECSTATION DZ11 SERIAL DRIVER
4454 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4455 S:      Maintained
4456 F:      drivers/tty/serial/dz.*
4457
4458 E3X0 POWER BUTTON DRIVER
4459 M:      Moritz Fischer <moritz.fischer@ettus.com>
4460 L:      usrp-users@lists.ettus.com
4461 W:      http://www.ettus.com
4462 S:      Supported
4463 F:      drivers/input/misc/e3x0-button.c
4464 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4465
4466 E4000 MEDIA DRIVER
4467 M:      Antti Palosaari <crope@iki.fi>
4468 L:      linux-media@vger.kernel.org
4469 W:      https://linuxtv.org
4470 W:      http://palosaari.fi/linux/
4471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4472 T:      git git://linuxtv.org/anttip/media_tree.git
4473 S:      Maintained
4474 F:      drivers/media/tuners/e4000*
4475
4476 EATA ISA/EISA/PCI SCSI DRIVER
4477 M:      Dario Ballabio <ballabio_dario@emc.com>
4478 L:      linux-scsi@vger.kernel.org
4479 S:      Maintained
4480 F:      drivers/scsi/eata.c
4481
4482 EC100 MEDIA DRIVER
4483 M:      Antti Palosaari <crope@iki.fi>
4484 L:      linux-media@vger.kernel.org
4485 W:      https://linuxtv.org
4486 W:      http://palosaari.fi/linux/
4487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4488 T:      git git://linuxtv.org/anttip/media_tree.git
4489 S:      Maintained
4490 F:      drivers/media/dvb-frontends/ec100*
4491
4492 ECRYPT FILE SYSTEM
4493 M:      Tyler Hicks <tyhicks@canonical.com>
4494 L:      ecryptfs@vger.kernel.org
4495 W:      http://ecryptfs.org
4496 W:      https://launchpad.net/ecryptfs
4497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4498 S:      Supported
4499 F:      Documentation/filesystems/ecryptfs.txt
4500 F:      fs/ecryptfs/
4501
4502 EDAC-CORE
4503 M:      Borislav Petkov <bp@alien8.de>
4504 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4505 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4506 L:      linux-edac@vger.kernel.org
4507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4509 S:      Supported
4510 F:      Documentation/admin-guide/ras.rst
4511 F:      Documentation/driver-api/edac.rst
4512 F:      drivers/edac/
4513 F:      include/linux/edac.h
4514
4515 EDAC-AMD64
4516 M:      Borislav Petkov <bp@alien8.de>
4517 L:      linux-edac@vger.kernel.org
4518 S:      Maintained
4519 F:      drivers/edac/amd64_edac*
4520
4521 EDAC-CALXEDA
4522 M:      Robert Richter <rric@kernel.org>
4523 L:      linux-edac@vger.kernel.org
4524 S:      Maintained
4525 F:      drivers/edac/highbank*
4526
4527 EDAC-CAVIUM
4528 M:      Ralf Baechle <ralf@linux-mips.org>
4529 M:      David Daney <david.daney@cavium.com>
4530 L:      linux-edac@vger.kernel.org
4531 L:      linux-mips@linux-mips.org
4532 S:      Supported
4533 F:      drivers/edac/octeon_edac*
4534
4535 EDAC-E752X
4536 M:      Mark Gross <mark.gross@intel.com>
4537 L:      linux-edac@vger.kernel.org
4538 S:      Maintained
4539 F:      drivers/edac/e752x_edac.c
4540
4541 EDAC-E7XXX
4542 L:      linux-edac@vger.kernel.org
4543 S:      Maintained
4544 F:      drivers/edac/e7xxx_edac.c
4545
4546 EDAC-FSL_DDR
4547 M:      York Sun <york.sun@nxp.com>
4548 L:      linux-edac@vger.kernel.org
4549 S:      Maintained
4550 F:      drivers/edac/fsl_ddr_edac.*
4551
4552 EDAC-GHES
4553 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4554 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4555 L:      linux-edac@vger.kernel.org
4556 S:      Maintained
4557 F:      drivers/edac/ghes_edac.c
4558
4559 EDAC-I82443BXGX
4560 M:      Tim Small <tim@buttersideup.com>
4561 L:      linux-edac@vger.kernel.org
4562 S:      Maintained
4563 F:      drivers/edac/i82443bxgx_edac.c
4564
4565 EDAC-I3000
4566 L:      linux-edac@vger.kernel.org
4567 S:      Orphan
4568 F:      drivers/edac/i3000_edac.c
4569
4570 EDAC-I5000
4571 L:      linux-edac@vger.kernel.org
4572 S:      Maintained
4573 F:      drivers/edac/i5000_edac.c
4574
4575 EDAC-I5400
4576 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4577 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4578 L:      linux-edac@vger.kernel.org
4579 S:      Maintained
4580 F:      drivers/edac/i5400_edac.c
4581
4582 EDAC-I7300
4583 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4584 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4585 L:      linux-edac@vger.kernel.org
4586 S:      Maintained
4587 F:      drivers/edac/i7300_edac.c
4588
4589 EDAC-I7CORE
4590 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4591 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4592 L:      linux-edac@vger.kernel.org
4593 S:      Maintained
4594 F:      drivers/edac/i7core_edac.c
4595
4596 EDAC-I82975X
4597 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4598 M:      "Arvind R." <arvino55@gmail.com>
4599 L:      linux-edac@vger.kernel.org
4600 S:      Maintained
4601 F:      drivers/edac/i82975x_edac.c
4602
4603 EDAC-IE31200
4604 M:      Jason Baron <jbaron@akamai.com>
4605 L:      linux-edac@vger.kernel.org
4606 S:      Maintained
4607 F:      drivers/edac/ie31200_edac.c
4608
4609 EDAC-MPC85XX
4610 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4611 L:      linux-edac@vger.kernel.org
4612 S:      Maintained
4613 F:      drivers/edac/mpc85xx_edac.[ch]
4614
4615 EDAC-PASEMI
4616 M:      Egor Martovetsky <egor@pasemi.com>
4617 L:      linux-edac@vger.kernel.org
4618 S:      Maintained
4619 F:      drivers/edac/pasemi_edac.c
4620
4621 EDAC-R82600
4622 M:      Tim Small <tim@buttersideup.com>
4623 L:      linux-edac@vger.kernel.org
4624 S:      Maintained
4625 F:      drivers/edac/r82600_edac.c
4626
4627 EDAC-SBRIDGE
4628 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4629 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4630 L:      linux-edac@vger.kernel.org
4631 S:      Maintained
4632 F:      drivers/edac/sb_edac.c
4633
4634 EDAC-SKYLAKE
4635 M:      Tony Luck <tony.luck@intel.com>
4636 L:      linux-edac@vger.kernel.org
4637 S:      Maintained
4638 F:      drivers/edac/skx_edac.c
4639
4640 EDAC-XGENE
4641 APPLIED MICRO (APM) X-GENE SOC EDAC
4642 M:     Loc Ho <lho@apm.com>
4643 S:     Supported
4644 F:     drivers/edac/xgene_edac.c
4645 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4646
4647 EDIROL UA-101/UA-1000 DRIVER
4648 M:      Clemens Ladisch <clemens@ladisch.de>
4649 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4650 T:      git git://git.alsa-project.org/alsa-kernel.git
4651 S:      Maintained
4652 F:      sound/usb/misc/ua101.c
4653
4654 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4655 M:      Matt Fleming <matt@codeblueprint.co.uk>
4656 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4657 L:      linux-efi@vger.kernel.org
4658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4659 S:      Maintained
4660 F:      Documentation/efi-stub.txt
4661 F:      arch/*/kernel/efi.c
4662 F:      arch/x86/boot/compressed/eboot.[ch]
4663 F:      arch/*/include/asm/efi.h
4664 F:      arch/x86/platform/efi/
4665 F:      drivers/firmware/efi/
4666 F:      include/linux/efi*.h
4667 F:      arch/arm/boot/compressed/efi-header.S
4668 F:      arch/arm64/kernel/efi-entry.S
4669
4670 EFI VARIABLE FILESYSTEM
4671 M:      Matthew Garrett <matthew.garrett@nebula.com>
4672 M:      Jeremy Kerr <jk@ozlabs.org>
4673 M:      Matt Fleming <matt@codeblueprint.co.uk>
4674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4675 L:      linux-efi@vger.kernel.org
4676 S:      Maintained
4677 F:      fs/efivarfs/
4678
4679 EFIFB FRAMEBUFFER DRIVER
4680 L:      linux-fbdev@vger.kernel.org
4681 M:      Peter Jones <pjones@redhat.com>
4682 S:      Maintained
4683 F:      drivers/video/fbdev/efifb.c
4684
4685 EFI TEST DRIVER
4686 L:      linux-efi@vger.kernel.org
4687 M:      Ivan Hu <ivan.hu@canonical.com>
4688 M:      Matt Fleming <matt@codeblueprint.co.uk>
4689 S:      Maintained
4690 F:      drivers/firmware/efi/test/
4691
4692 EFS FILESYSTEM
4693 W:      http://aeschi.ch.eu.org/efs/
4694 S:      Orphan
4695 F:      fs/efs/
4696
4697 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4698 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4699 L:      netdev@vger.kernel.org
4700 S:      Maintained
4701 F:      drivers/net/ethernet/ibm/ehea/
4702
4703 EM28XX VIDEO4LINUX DRIVER
4704 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4705 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4706 L:      linux-media@vger.kernel.org
4707 W:      https://linuxtv.org
4708 T:      git git://linuxtv.org/media_tree.git
4709 S:      Maintained
4710 F:      drivers/media/usb/em28xx/
4711 F:      Documentation/media/v4l-drivers/em28xx*
4712
4713 EMBEDDED LINUX
4714 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4715 M:      Matt Mackall <mpm@selenic.com>
4716 M:      David Woodhouse <dwmw2@infradead.org>
4717 L:      linux-embedded@vger.kernel.org
4718 S:      Maintained
4719
4720 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4721 M:      James Smart <james.smart@avagotech.com>
4722 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4723 L:      linux-scsi@vger.kernel.org
4724 W:      http://www.avagotech.com
4725 S:      Supported
4726 F:      drivers/scsi/lpfc/
4727
4728 ENE CB710 FLASH CARD READER DRIVER
4729 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4730 S:      Maintained
4731 F:      drivers/misc/cb710/
4732 F:      drivers/mmc/host/cb710-mmc.*
4733 F:      include/linux/cb710.h
4734
4735 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4736 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4737 S:      Maintained
4738 F:      drivers/media/rc/ene_ir.*
4739
4740 EPSON S1D13XXX FRAMEBUFFER DRIVER
4741 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4742 S:      Maintained
4743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4744 F:      drivers/video/fbdev/s1d13xxxfb.c
4745 F:      include/video/s1d13xxxfb.h
4746
4747 ET131X NETWORK DRIVER
4748 M:      Mark Einon <mark.einon@gmail.com>
4749 S:      Odd Fixes
4750 F:      drivers/net/ethernet/agere/
4751
4752 ETHERNET BRIDGE
4753 M:      Stephen Hemminger <stephen@networkplumber.org>
4754 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4755 L:      netdev@vger.kernel.org
4756 W:      http://www.linuxfoundation.org/en/Net:Bridge
4757 S:      Maintained
4758 F:      include/linux/netfilter_bridge/
4759 F:      net/bridge/
4760
4761 ETHERNET PHY LIBRARY
4762 M:      Florian Fainelli <f.fainelli@gmail.com>
4763 L:      netdev@vger.kernel.org
4764 S:      Maintained
4765 F:      include/linux/phy.h
4766 F:      include/linux/phy_fixed.h
4767 F:      drivers/net/phy/
4768 F:      Documentation/networking/phy.txt
4769 F:      drivers/of/of_mdio.c
4770 F:      drivers/of/of_net.c
4771
4772 EXT2 FILE SYSTEM
4773 M:      Jan Kara <jack@suse.com>
4774 L:      linux-ext4@vger.kernel.org
4775 S:      Maintained
4776 F:      Documentation/filesystems/ext2.txt
4777 F:      fs/ext2/
4778 F:      include/linux/ext2*
4779
4780 EXT4 FILE SYSTEM
4781 M:      "Theodore Ts'o" <tytso@mit.edu>
4782 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4783 L:      linux-ext4@vger.kernel.org
4784 W:      http://ext4.wiki.kernel.org
4785 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4787 S:      Maintained
4788 F:      Documentation/filesystems/ext4.txt
4789 F:      fs/ext4/
4790
4791 Extended Verification Module (EVM)
4792 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4793 L:      linux-ima-devel@lists.sourceforge.net
4794 L:      linux-security-module@vger.kernel.org
4795 S:      Supported
4796 F:      security/integrity/evm/
4797
4798 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4799 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4800 M:      Chanwoo Choi <cw00.choi@samsung.com>
4801 L:      linux-kernel@vger.kernel.org
4802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4803 S:      Maintained
4804 F:      drivers/extcon/
4805 F:      include/linux/extcon/
4806 F:      include/linux/extcon.h
4807 F:      Documentation/extcon/
4808 F:      Documentation/devicetree/bindings/extcon/
4809
4810 EXYNOS DP DRIVER
4811 M:      Jingoo Han <jingoohan1@gmail.com>
4812 L:      dri-devel@lists.freedesktop.org
4813 S:      Maintained
4814 F:      drivers/gpu/drm/exynos/exynos_dp*
4815
4816 EXYNOS SYSMMU (IOMMU) driver
4817 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4818 L:      iommu@lists.linux-foundation.org
4819 S:      Maintained
4820 F:      drivers/iommu/exynos-iommu.c
4821
4822 EZchip NPS platform support
4823 M:      Noam Camus <noamc@ezchip.com>
4824 S:      Supported
4825 F:      arch/arc/plat-eznps
4826 F:      arch/arc/boot/dts/eznps.dts
4827
4828 F71805F HARDWARE MONITORING DRIVER
4829 M:      Jean Delvare <jdelvare@suse.com>
4830 L:      linux-hwmon@vger.kernel.org
4831 S:      Maintained
4832 F:      Documentation/hwmon/f71805f
4833 F:      drivers/hwmon/f71805f.c
4834
4835 FC0011 TUNER DRIVER
4836 M:      Michael Buesch <m@bues.ch>
4837 L:      linux-media@vger.kernel.org
4838 S:      Maintained
4839 F:      drivers/media/tuners/fc0011.h
4840 F:      drivers/media/tuners/fc0011.c
4841
4842 FC2580 MEDIA DRIVER
4843 M:      Antti Palosaari <crope@iki.fi>
4844 L:      linux-media@vger.kernel.org
4845 W:      https://linuxtv.org
4846 W:      http://palosaari.fi/linux/
4847 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4848 T:      git git://linuxtv.org/anttip/media_tree.git
4849 S:      Maintained
4850 F:      drivers/media/tuners/fc2580*
4851
4852 FANOTIFY
4853 M:      Eric Paris <eparis@redhat.com>
4854 S:      Maintained
4855 F:      fs/notify/fanotify/
4856 F:      include/linux/fanotify.h
4857 F:      include/uapi/linux/fanotify.h
4858
4859 FARSYNC SYNCHRONOUS DRIVER
4860 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4861 W:      http://www.farsite.co.uk/
4862 S:      Supported
4863 F:      drivers/net/wan/farsync.*
4864
4865 FAULT INJECTION SUPPORT
4866 M:      Akinobu Mita <akinobu.mita@gmail.com>
4867 S:      Supported
4868 F:      Documentation/fault-injection/
4869 F:      lib/fault-inject.c
4870
4871 FBTFT Framebuffer drivers
4872 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4873 M:      Noralf Trønnes <noralf@tronnes.org>
4874 S:      Maintained
4875 F:      drivers/staging/fbtft/
4876
4877 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4878 M:      Johannes Thumshirn <jth@kernel.org>
4879 L:      fcoe-devel@open-fcoe.org
4880 W:      www.Open-FCoE.org
4881 S:      Supported
4882 F:      drivers/scsi/libfc/
4883 F:      drivers/scsi/fcoe/
4884 F:      include/scsi/fc/
4885 F:      include/scsi/libfc.h
4886 F:      include/scsi/libfcoe.h
4887 F:      include/uapi/scsi/fc/
4888
4889 FILE LOCKING (flock() and fcntl()/lockf())
4890 M:      Jeff Layton <jlayton@poochiereds.net>
4891 M:      "J. Bruce Fields" <bfields@fieldses.org>
4892 L:      linux-fsdevel@vger.kernel.org
4893 S:      Maintained
4894 F:      include/linux/fcntl.h
4895 F:      include/linux/fs.h
4896 F:      include/uapi/linux/fcntl.h
4897 F:      include/uapi/linux/fs.h
4898 F:      fs/fcntl.c
4899 F:      fs/locks.c
4900
4901 FILESYSTEMS (VFS and infrastructure)
4902 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4903 L:      linux-fsdevel@vger.kernel.org
4904 S:      Maintained
4905 F:      fs/*
4906
4907 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4908 M:      Riku Voipio <riku.voipio@iki.fi>
4909 L:      linux-hwmon@vger.kernel.org
4910 S:      Maintained
4911 F:      drivers/hwmon/f75375s.c
4912 F:      include/linux/f75375s.h
4913
4914 FIREWIRE AUDIO DRIVERS
4915 M:      Clemens Ladisch <clemens@ladisch.de>
4916 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4917 T:      git git://git.alsa-project.org/alsa-kernel.git
4918 S:      Maintained
4919 F:      sound/firewire/
4920
4921 FIREWIRE MEDIA DRIVERS (firedtv)
4922 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4923 L:      linux-media@vger.kernel.org
4924 L:      linux1394-devel@lists.sourceforge.net
4925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4926 S:      Maintained
4927 F:      drivers/media/firewire/
4928
4929 FIREWIRE SBP-2 TARGET
4930 M:      Chris Boot <bootc@bootc.net>
4931 L:      linux-scsi@vger.kernel.org
4932 L:      target-devel@vger.kernel.org
4933 L:      linux1394-devel@lists.sourceforge.net
4934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4935 S:      Maintained
4936 F:      drivers/target/sbp/
4937
4938 FIREWIRE SUBSYSTEM
4939 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4940 L:      linux1394-devel@lists.sourceforge.net
4941 W:      http://ieee1394.wiki.kernel.org/
4942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4943 S:      Maintained
4944 F:      drivers/firewire/
4945 F:      include/linux/firewire.h
4946 F:      include/uapi/linux/firewire*.h
4947 F:      tools/firewire/
4948
4949 FIRMWARE LOADER (request_firmware)
4950 M:      Ming Lei <ming.lei@canonical.com>
4951 M:      Luis R. Rodriguez <mcgrof@kernel.org>
4952 L:      linux-kernel@vger.kernel.org
4953 S:      Maintained
4954 F:      Documentation/firmware_class/
4955 F:      drivers/base/firmware*.c
4956 F:      include/linux/firmware.h
4957
4958 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4959 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4960 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4961 S:      Maintained
4962 F:      drivers/block/rsxx/
4963
4964 FLOPPY DRIVER
4965 M:      Jiri Kosina <jikos@kernel.org>
4966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4967 S:      Odd fixes
4968 F:      drivers/block/floppy.c
4969
4970 FMC SUBSYSTEM
4971 M:      Alessandro Rubini <rubini@gnudd.com>
4972 W:      http://www.ohwr.org/projects/fmc-bus
4973 S:      Supported
4974 F:      drivers/fmc/
4975 F:      include/linux/fmc*.h
4976 F:      include/linux/ipmi-fru.h
4977 K:      fmc_d.*register
4978
4979 FPGA MANAGER FRAMEWORK
4980 M:      Alan Tull <atull@opensource.altera.com>
4981 R:      Moritz Fischer <moritz.fischer@ettus.com>
4982 S:      Maintained
4983 F:      drivers/fpga/
4984 F:      include/linux/fpga/fpga-mgr.h
4985 W:      http://www.rocketboards.org
4986
4987 FPU EMULATOR
4988 M:      Bill Metzenthen <billm@melbpc.org.au>
4989 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4990 S:      Maintained
4991 F:      arch/x86/math-emu/
4992
4993 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4994 L:      netdev@vger.kernel.org
4995 S:      Orphan
4996 F:      drivers/net/wan/dlci.c
4997 F:      drivers/net/wan/sdla.c
4998
4999 FRAMEBUFFER LAYER
5000 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5001 L:      linux-fbdev@vger.kernel.org
5002 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5003 S:      Maintained
5004 F:      Documentation/fb/
5005 F:      drivers/video/
5006 F:      include/video/
5007 F:      include/linux/fb.h
5008 F:      include/uapi/video/
5009 F:      include/uapi/linux/fb.h
5010
5011 FREESCALE DIU FRAMEBUFFER DRIVER
5012 M:      Timur Tabi <timur@tabi.org>
5013 L:      linux-fbdev@vger.kernel.org
5014 S:      Maintained
5015 F:      drivers/video/fbdev/fsl-diu-fb.*
5016
5017 FREESCALE DMA DRIVER
5018 M:      Li Yang <leoli@freescale.com>
5019 M:      Zhang Wei <zw@zh-kernel.org>
5020 L:      linuxppc-dev@lists.ozlabs.org
5021 S:      Maintained
5022 F:      drivers/dma/fsldma.*
5023
5024 FREESCALE GPMI NAND DRIVER
5025 M:      Han Xu <han.xu@nxp.com>
5026 L:      linux-mtd@lists.infradead.org
5027 S:      Maintained
5028 F:      drivers/mtd/nand/gpmi-nand/*
5029
5030 FREESCALE I2C CPM DRIVER
5031 M:      Jochen Friedrich <jochen@scram.de>
5032 L:      linuxppc-dev@lists.ozlabs.org
5033 L:      linux-i2c@vger.kernel.org
5034 S:      Maintained
5035 F:      drivers/i2c/busses/i2c-cpm.c
5036
5037 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5038 M:      Sascha Hauer <kernel@pengutronix.de>
5039 L:      linux-fbdev@vger.kernel.org
5040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5041 S:      Maintained
5042 F:      include/linux/platform_data/video-imxfb.h
5043 F:      drivers/video/fbdev/imxfb.c
5044
5045 FREESCALE QUAD SPI DRIVER
5046 M:      Han Xu <han.xu@nxp.com>
5047 L:      linux-mtd@lists.infradead.org
5048 S:      Maintained
5049 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5050
5051 FREESCALE SOC FS_ENET DRIVER
5052 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5053 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5054 L:      linuxppc-dev@lists.ozlabs.org
5055 L:      netdev@vger.kernel.org
5056 S:      Maintained
5057 F:      drivers/net/ethernet/freescale/fs_enet/
5058 F:      include/linux/fs_enet_pd.h
5059
5060 FREESCALE IMX / MXC FEC DRIVER
5061 M:      Fugang Duan <fugang.duan@nxp.com>
5062 L:      netdev@vger.kernel.org
5063 S:      Maintained
5064 F:      drivers/net/ethernet/freescale/fec_main.c
5065 F:      drivers/net/ethernet/freescale/fec_ptp.c
5066 F:      drivers/net/ethernet/freescale/fec.h
5067 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5068
5069 FREESCALE QORIQ DPAA FMAN DRIVER
5070 M:      Madalin Bucur <madalin.bucur@nxp.com>
5071 L:      netdev@vger.kernel.org
5072 S:      Maintained
5073 F:      drivers/net/ethernet/freescale/fman
5074 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5075
5076 FREESCALE SOC DRIVERS
5077 M:      Scott Wood <oss@buserror.net>
5078 L:      linuxppc-dev@lists.ozlabs.org
5079 L:      linux-arm-kernel@lists.infradead.org
5080 S:      Maintained
5081 F:      drivers/soc/fsl/
5082 F:      include/linux/fsl/
5083
5084 FREESCALE QUICC ENGINE LIBRARY
5085 M:      Qiang Zhao <qiang.zhao@nxp.com>
5086 L:      linuxppc-dev@lists.ozlabs.org
5087 S:      Maintained
5088 F:      drivers/soc/fsl/qe/
5089 F:      include/soc/fsl/*qe*.h
5090 F:      include/soc/fsl/*ucc*.h
5091
5092 FREESCALE USB PERIPHERAL DRIVERS
5093 M:      Li Yang <leoli@freescale.com>
5094 L:      linux-usb@vger.kernel.org
5095 L:      linuxppc-dev@lists.ozlabs.org
5096 S:      Maintained
5097 F:      drivers/usb/gadget/udc/fsl*
5098
5099 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5100 M:      Li Yang <leoli@freescale.com>
5101 L:      netdev@vger.kernel.org
5102 L:      linuxppc-dev@lists.ozlabs.org
5103 S:      Maintained
5104 F:      drivers/net/ethernet/freescale/ucc_geth*
5105
5106 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5107 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5108 L:      netdev@vger.kernel.org
5109 S:      Maintained
5110 F:      drivers/net/ethernet/freescale/gianfar*
5111 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5112 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5113
5114 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5115 M:      Zhao Qiang <qiang.zhao@nxp.com>
5116 L:      netdev@vger.kernel.org
5117 L:      linuxppc-dev@lists.ozlabs.org
5118 S:      Maintained
5119 F:      drivers/net/wan/fsl_ucc_hdlc*
5120
5121 FREESCALE QUICC ENGINE UCC UART DRIVER
5122 M:      Timur Tabi <timur@tabi.org>
5123 L:      linuxppc-dev@lists.ozlabs.org
5124 S:      Maintained
5125 F:      drivers/tty/serial/ucc_uart.c
5126
5127 FREESCALE SOC SOUND DRIVERS
5128 M:      Timur Tabi <timur@tabi.org>
5129 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5130 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5131 R:      Fabio Estevam <fabio.estevam@nxp.com>
5132 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5133 L:      linuxppc-dev@lists.ozlabs.org
5134 S:      Maintained
5135 F:      sound/soc/fsl/fsl*
5136 F:      sound/soc/fsl/imx*
5137 F:      sound/soc/fsl/mpc8610_hpcd.c
5138
5139 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5140 M:      "J. German Rivera" <German.Rivera@freescale.com>
5141 M:      Stuart Yoder <stuart.yoder@nxp.com>
5142 L:      linux-kernel@vger.kernel.org
5143 S:      Maintained
5144 F:      drivers/staging/fsl-mc/
5145
5146 FREEVXFS FILESYSTEM
5147 M:      Christoph Hellwig <hch@infradead.org>
5148 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5149 S:      Maintained
5150 F:      fs/freevxfs/
5151
5152 FREEZER
5153 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5154 M:      Pavel Machek <pavel@ucw.cz>
5155 L:      linux-pm@vger.kernel.org
5156 S:      Supported
5157 F:      Documentation/power/freezing-of-tasks.txt
5158 F:      include/linux/freezer.h
5159 F:      kernel/freezer.c
5160
5161 FRONTSWAP API
5162 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5163 L:      linux-kernel@vger.kernel.org
5164 S:      Maintained
5165 F:      mm/frontswap.c
5166 F:      include/linux/frontswap.h
5167
5168 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5169 M:      David Howells <dhowells@redhat.com>
5170 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5171 S:      Supported
5172 F:      Documentation/filesystems/caching/
5173 F:      fs/fscache/
5174 F:      include/linux/fscache*.h
5175
5176 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5177 M:      Theodore Y. Ts'o <tytso@mit.edu>
5178 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5179 S:      Supported
5180 F:      fs/crypto/
5181 F:      include/linux/fscrypto.h
5182
5183 F2FS FILE SYSTEM
5184 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5185 M:      Chao Yu <yuchao0@huawei.com>
5186 L:      linux-f2fs-devel@lists.sourceforge.net
5187 W:      https://f2fs.wiki.kernel.org/
5188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5189 S:      Maintained
5190 F:      Documentation/filesystems/f2fs.txt
5191 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5192 F:      fs/f2fs/
5193 F:      include/linux/f2fs_fs.h
5194 F:      include/trace/events/f2fs.h
5195
5196 FUJITSU FR-V (FRV) PORT
5197 S:      Orphan
5198 F:      arch/frv/
5199
5200 FUJITSU LAPTOP EXTRAS
5201 M:      Jonathan Woithe <jwoithe@just42.net>
5202 L:      platform-driver-x86@vger.kernel.org
5203 S:      Maintained
5204 F:      drivers/platform/x86/fujitsu-laptop.c
5205
5206 FUJITSU M-5MO LS CAMERA ISP DRIVER
5207 M:      Kyungmin Park <kyungmin.park@samsung.com>
5208 M:      Heungjun Kim <riverful.kim@samsung.com>
5209 L:      linux-media@vger.kernel.org
5210 S:      Maintained
5211 F:      drivers/media/i2c/m5mols/
5212 F:      include/media/i2c/m5mols.h
5213
5214 FUJITSU TABLET EXTRAS
5215 M:      Robert Gerlach <khnz@gmx.de>
5216 L:      platform-driver-x86@vger.kernel.org
5217 S:      Maintained
5218 F:      drivers/platform/x86/fujitsu-tablet.c
5219
5220 FUSE: FILESYSTEM IN USERSPACE
5221 M:      Miklos Szeredi <miklos@szeredi.hu>
5222 L:      linux-fsdevel@vger.kernel.org
5223 W:      http://fuse.sourceforge.net/
5224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5225 S:      Maintained
5226 F:      fs/fuse/
5227 F:      include/uapi/linux/fuse.h
5228 F:      Documentation/filesystems/fuse.txt
5229
5230 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5231 M:      Rik Faith <faith@cs.unc.edu>
5232 L:      linux-scsi@vger.kernel.org
5233 S:      Odd Fixes (e.g., new signatures)
5234 F:      drivers/scsi/fdomain.*
5235
5236 GCC PLUGINS
5237 M:      Kees Cook <keescook@chromium.org>
5238 R:      Emese Revfy <re.emese@gmail.com>
5239 L:      kernel-hardening@lists.openwall.com
5240 S:      Maintained
5241 F:      scripts/gcc-plugins/
5242 F:      scripts/gcc-plugin.sh
5243 F:      Documentation/gcc-plugins.txt
5244
5245 GCOV BASED KERNEL PROFILING
5246 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5247 S:      Maintained
5248 F:      kernel/gcov/
5249 F:      Documentation/dev-tools/gcov.rst
5250
5251 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5252 M:      Achim Leubner <achim_leubner@adaptec.com>
5253 L:      linux-scsi@vger.kernel.org
5254 W:      http://www.icp-vortex.com/
5255 S:      Supported
5256 F:      drivers/scsi/gdt*
5257
5258 GDB KERNEL DEBUGGING HELPER SCRIPTS
5259 M:      Jan Kiszka <jan.kiszka@siemens.com>
5260 M:      Kieran Bingham <kieran@bingham.xyz>
5261 S:      Supported
5262 F:      scripts/gdb/
5263
5264 GEMTEK FM RADIO RECEIVER DRIVER
5265 M:      Hans Verkuil <hverkuil@xs4all.nl>
5266 L:      linux-media@vger.kernel.org
5267 T:      git git://linuxtv.org/media_tree.git
5268 W:      https://linuxtv.org
5269 S:      Maintained
5270 F:      drivers/media/radio/radio-gemtek*
5271
5272 GENERIC GPIO I2C DRIVER
5273 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5274 S:      Supported
5275 F:      drivers/i2c/busses/i2c-gpio.c
5276 F:      include/linux/i2c-gpio.h
5277
5278 GENERIC GPIO I2C MULTIPLEXER DRIVER
5279 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5280 L:      linux-i2c@vger.kernel.org
5281 S:      Supported
5282 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5283 F:      include/linux/i2c-mux-gpio.h
5284 F:      Documentation/i2c/muxes/i2c-mux-gpio
5285
5286 GENERIC HDLC (WAN) DRIVERS
5287 M:      Krzysztof Halasa <khc@pm.waw.pl>
5288 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5289 S:      Maintained
5290 F:      drivers/net/wan/c101.c
5291 F:      drivers/net/wan/hd6457*
5292 F:      drivers/net/wan/hdlc*
5293 F:      drivers/net/wan/n2.c
5294 F:      drivers/net/wan/pc300too.c
5295 F:      drivers/net/wan/pci200syn.c
5296 F:      drivers/net/wan/wanxl*
5297
5298 GENERIC INCLUDE/ASM HEADER FILES
5299 M:      Arnd Bergmann <arnd@arndb.de>
5300 L:      linux-arch@vger.kernel.org
5301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5302 S:      Maintained
5303 F:      include/asm-generic/
5304 F:      include/uapi/asm-generic/
5305
5306 GENERIC PHY FRAMEWORK
5307 M:      Kishon Vijay Abraham I <kishon@ti.com>
5308 L:      linux-kernel@vger.kernel.org
5309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5310 S:      Supported
5311 F:      drivers/phy/
5312 F:      include/linux/phy/
5313
5314 GENERIC PM DOMAINS
5315 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5316 M:      Kevin Hilman <khilman@kernel.org>
5317 M:      Ulf Hansson <ulf.hansson@linaro.org>
5318 L:      linux-pm@vger.kernel.org
5319 S:      Supported
5320 F:      drivers/base/power/domain*.c
5321 F:      include/linux/pm_domain.h
5322
5323 GENERIC UIO DRIVER FOR PCI DEVICES
5324 M:      "Michael S. Tsirkin" <mst@redhat.com>
5325 L:      kvm@vger.kernel.org
5326 S:      Supported
5327 F:      drivers/uio/uio_pci_generic.c
5328
5329 GET_MAINTAINER SCRIPT
5330 M:      Joe Perches <joe@perches.com>
5331 S:      Maintained
5332 F:      scripts/get_maintainer.pl
5333
5334 GENWQE (IBM Generic Workqueue Card)
5335 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5336 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5337 S:      Supported
5338 F:      drivers/misc/genwqe/
5339
5340 GFS2 FILE SYSTEM
5341 M:      Steven Whitehouse <swhiteho@redhat.com>
5342 M:      Bob Peterson <rpeterso@redhat.com>
5343 L:      cluster-devel@redhat.com
5344 W:      http://sources.redhat.com/cluster/
5345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5346 S:      Supported
5347 F:      Documentation/filesystems/gfs2*.txt
5348 F:      fs/gfs2/
5349 F:      include/uapi/linux/gfs2_ondisk.h
5350
5351 GIGASET ISDN DRIVERS
5352 M:      Paul Bolle <pebolle@tiscali.nl>
5353 L:      gigaset307x-common@lists.sourceforge.net
5354 W:      http://gigaset307x.sourceforge.net/
5355 S:      Odd Fixes
5356 F:      Documentation/isdn/README.gigaset
5357 F:      drivers/isdn/gigaset/
5358 F:      include/uapi/linux/gigaset_dev.h
5359
5360 GO7007 MPEG CODEC
5361 M:      Hans Verkuil <hans.verkuil@cisco.com>
5362 L:      linux-media@vger.kernel.org
5363 S:      Maintained
5364 F:      drivers/media/usb/go7007/
5365
5366 GOODIX TOUCHSCREEN
5367 M:      Bastien Nocera <hadess@hadess.net>
5368 L:      linux-input@vger.kernel.org
5369 S:      Maintained
5370 F:      drivers/input/touchscreen/goodix.c
5371
5372 GPIO MOCKUP DRIVER
5373 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5374 L:      linux-gpio@vger.kernel.org
5375 S:      Maintained
5376 F:      drivers/gpio/gpio-mockup.c
5377 F:      tools/testing/selftests/gpio/
5378
5379 GPIO SUBSYSTEM
5380 M:      Linus Walleij <linus.walleij@linaro.org>
5381 M:      Alexandre Courbot <gnurou@gmail.com>
5382 L:      linux-gpio@vger.kernel.org
5383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5384 S:      Maintained
5385 F:      Documentation/devicetree/bindings/gpio/
5386 F:      Documentation/gpio/
5387 F:      Documentation/ABI/testing/gpio-cdev
5388 F:      Documentation/ABI/obsolete/sysfs-gpio
5389 F:      drivers/gpio/
5390 F:      include/linux/gpio/
5391 F:      include/linux/gpio.h
5392 F:      include/asm-generic/gpio.h
5393 F:      include/uapi/linux/gpio.h
5394 F:      tools/gpio/
5395
5396 GRE DEMULTIPLEXER DRIVER
5397 M:      Dmitry Kozlov <xeb@mail.ru>
5398 L:      netdev@vger.kernel.org
5399 S:      Maintained
5400 F:      net/ipv4/gre_demux.c
5401 F:      net/ipv4/gre_offload.c
5402 F:      include/net/gre.h
5403
5404 GRETH 10/100/1G Ethernet MAC device driver
5405 M:      Andreas Larsson <andreas@gaisler.com>
5406 L:      netdev@vger.kernel.org
5407 S:      Maintained
5408 F:      drivers/net/ethernet/aeroflex/
5409
5410 GREYBUS SUBSYSTEM
5411 M:      Johan Hovold <johan@kernel.org>
5412 M:      Alex Elder <elder@kernel.org>
5413 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5414 S:      Maintained
5415 F:      drivers/staging/greybus/
5416
5417 GREYBUS AUDIO PROTOCOLS DRIVERS
5418 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5419 M:      Mark Greer <mgreer@animalcreek.com>
5420 S:      Maintained
5421 F:      drivers/staging/greybus/audio_apbridgea.c
5422 F:      drivers/staging/greybus/audio_apbridgea.h
5423 F:      drivers/staging/greybus/audio_codec.c
5424 F:      drivers/staging/greybus/audio_codec.h
5425 F:      drivers/staging/greybus/audio_gb.c
5426 F:      drivers/staging/greybus/audio_manager.c
5427 F:      drivers/staging/greybus/audio_manager.h
5428 F:      drivers/staging/greybus/audio_manager_module.c
5429 F:      drivers/staging/greybus/audio_manager_private.h
5430 F:      drivers/staging/greybus/audio_manager_sysfs.c
5431 F:      drivers/staging/greybus/audio_module.c
5432 F:      drivers/staging/greybus/audio_topology.c
5433
5434 GREYBUS PROTOCOLS DRIVERS
5435 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5436 S:      Maintained
5437 F:      drivers/staging/greybus/sdio.c
5438 F:      drivers/staging/greybus/light.c
5439 F:      drivers/staging/greybus/gpio.c
5440 F:      drivers/staging/greybus/power_supply.c
5441 F:      drivers/staging/greybus/spi.c
5442 F:      drivers/staging/greybus/spilib.c
5443
5444 GREYBUS PROTOCOLS DRIVERS
5445 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5446 S:      Maintained
5447 F:      drivers/staging/greybus/loopback.c
5448 F:      drivers/staging/greybus/timesync.c
5449 F:      drivers/staging/greybus/timesync_platform.c
5450
5451 GREYBUS PROTOCOLS DRIVERS
5452 M:      Viresh Kumar <vireshk@kernel.org>
5453 S:      Maintained
5454 F:      drivers/staging/greybus/authentication.c
5455 F:      drivers/staging/greybus/bootrom.c
5456 F:      drivers/staging/greybus/firmware.h
5457 F:      drivers/staging/greybus/fw-core.c
5458 F:      drivers/staging/greybus/fw-download.c
5459 F:      drivers/staging/greybus/fw-managament.c
5460 F:      drivers/staging/greybus/greybus_authentication.h
5461 F:      drivers/staging/greybus/greybus_firmware.h
5462 F:      drivers/staging/greybus/hid.c
5463 F:      drivers/staging/greybus/i2c.c
5464 F:      drivers/staging/greybus/spi.c
5465 F:      drivers/staging/greybus/spilib.c
5466 F:      drivers/staging/greybus/spilib.h
5467
5468 GREYBUS PROTOCOLS DRIVERS
5469 M:      David Lin <dtwlin@gmail.com>
5470 S:      Maintained
5471 F:      drivers/staging/greybus/uart.c
5472 F:      drivers/staging/greybus/log.c
5473
5474 GREYBUS PLATFORM DRIVERS
5475 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5476 S:      Maintained
5477 F:      drivers/staging/greybus/arche-platform.c
5478 F:      drivers/staging/greybus/arche-apb-ctrl.c
5479 F:      drivers/staging/greybus/arche_platform.h
5480
5481 GS1662 VIDEO SERIALIZER
5482 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5483 L:      linux-media@vger.kernel.org
5484 T:      git git://linuxtv.org/media_tree.git
5485 S:      Maintained
5486 F:      drivers/media/spi/gs1662.c
5487
5488 GSPCA FINEPIX SUBDRIVER
5489 M:      Frank Zago <frank@zago.net>
5490 L:      linux-media@vger.kernel.org
5491 T:      git git://linuxtv.org/media_tree.git
5492 S:      Maintained
5493 F:      drivers/media/usb/gspca/finepix.c
5494
5495 GSPCA GL860 SUBDRIVER
5496 M:      Olivier Lorin <o.lorin@laposte.net>
5497 L:      linux-media@vger.kernel.org
5498 T:      git git://linuxtv.org/media_tree.git
5499 S:      Maintained
5500 F:      drivers/media/usb/gspca/gl860/
5501
5502 GSPCA M5602 SUBDRIVER
5503 M:      Erik Andren <erik.andren@gmail.com>
5504 L:      linux-media@vger.kernel.org
5505 T:      git git://linuxtv.org/media_tree.git
5506 S:      Maintained
5507 F:      drivers/media/usb/gspca/m5602/
5508
5509 GSPCA PAC207 SONIXB SUBDRIVER
5510 M:      Hans Verkuil <hverkuil@xs4all.nl>
5511 L:      linux-media@vger.kernel.org
5512 T:      git git://linuxtv.org/media_tree.git
5513 S:      Odd Fixes
5514 F:      drivers/media/usb/gspca/pac207.c
5515
5516 GSPCA SN9C20X SUBDRIVER
5517 M:      Brian Johnson <brijohn@gmail.com>
5518 L:      linux-media@vger.kernel.org
5519 T:      git git://linuxtv.org/media_tree.git
5520 S:      Maintained
5521 F:      drivers/media/usb/gspca/sn9c20x.c
5522
5523 GSPCA T613 SUBDRIVER
5524 M:      Leandro Costantino <lcostantino@gmail.com>
5525 L:      linux-media@vger.kernel.org
5526 T:      git git://linuxtv.org/media_tree.git
5527 S:      Maintained
5528 F:      drivers/media/usb/gspca/t613.c
5529
5530 GSPCA USB WEBCAM DRIVER
5531 M:      Hans Verkuil <hverkuil@xs4all.nl>
5532 L:      linux-media@vger.kernel.org
5533 T:      git git://linuxtv.org/media_tree.git
5534 S:      Odd Fixes
5535 F:      drivers/media/usb/gspca/
5536
5537 GUID PARTITION TABLE (GPT)
5538 M:      Davidlohr Bueso <dave@stgolabs.net>
5539 L:      linux-efi@vger.kernel.org
5540 S:      Maintained
5541 F:      block/partitions/efi.*
5542
5543 STK1160 USB VIDEO CAPTURE DRIVER
5544 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5545 L:      linux-media@vger.kernel.org
5546 T:      git git://linuxtv.org/media_tree.git
5547 S:      Maintained
5548 F:      drivers/media/usb/stk1160/
5549
5550 H8/300 ARCHITECTURE
5551 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5552 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5553 W:      http://uclinux-h8.sourceforge.jp
5554 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5555 S:      Maintained
5556 F:      arch/h8300/
5557 F:      drivers/clocksource/h8300_*.c
5558 F:      drivers/clk/h8300/
5559 F:      drivers/irqchip/irq-renesas-h8*.c
5560
5561 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5562 M:      Frank Seidel <frank@f-seidel.de>
5563 L:      platform-driver-x86@vger.kernel.org
5564 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5565 S:      Maintained
5566 F:      drivers/platform/x86/hdaps.c
5567
5568 HDPVR USB VIDEO ENCODER DRIVER
5569 M:      Hans Verkuil <hverkuil@xs4all.nl>
5570 L:      linux-media@vger.kernel.org
5571 T:      git git://linuxtv.org/media_tree.git
5572 W:      https://linuxtv.org
5573 S:      Odd Fixes
5574 F:      drivers/media/usb/hdpvr/
5575
5576 HWPOISON MEMORY FAILURE HANDLING
5577 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5578 L:      linux-mm@kvack.org
5579 S:      Maintained
5580 F:      mm/memory-failure.c
5581 F:      mm/hwpoison-inject.c
5582
5583 HYPERVISOR VIRTUAL CONSOLE DRIVER
5584 L:      linuxppc-dev@lists.ozlabs.org
5585 S:      Odd Fixes
5586 F:      drivers/tty/hvc/
5587
5588 HACKRF MEDIA DRIVER
5589 M:      Antti Palosaari <crope@iki.fi>
5590 L:      linux-media@vger.kernel.org
5591 W:      https://linuxtv.org
5592 W:      http://palosaari.fi/linux/
5593 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5594 T:      git git://linuxtv.org/anttip/media_tree.git
5595 S:      Maintained
5596 F:      drivers/media/usb/hackrf/
5597
5598 HARDWARE MONITORING
5599 M:      Jean Delvare <jdelvare@suse.com>
5600 M:      Guenter Roeck <linux@roeck-us.net>
5601 L:      linux-hwmon@vger.kernel.org
5602 W:      http://hwmon.wiki.kernel.org/
5603 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5605 S:      Maintained
5606 F:      Documentation/hwmon/
5607 F:      drivers/hwmon/
5608 F:      include/linux/hwmon*.h
5609
5610 HARDWARE RANDOM NUMBER GENERATOR CORE
5611 M:      Matt Mackall <mpm@selenic.com>
5612 M:      Herbert Xu <herbert@gondor.apana.org.au>
5613 L:      linux-crypto@vger.kernel.org
5614 S:      Odd fixes
5615 F:      Documentation/devicetree/bindings/rng/
5616 F:      Documentation/hw_random.txt
5617 F:      drivers/char/hw_random/
5618 F:      include/linux/hw_random.h
5619
5620 HARDWARE SPINLOCK CORE
5621 M:      Ohad Ben-Cohen <ohad@wizery.com>
5622 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5623 L:      linux-remoteproc@vger.kernel.org
5624 S:      Maintained
5625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5626 F:      Documentation/devicetree/bindings/hwlock/
5627 F:      Documentation/hwspinlock.txt
5628 F:      drivers/hwspinlock/
5629 F:      include/linux/hwspinlock.h
5630
5631 HARMONY SOUND DRIVER
5632 L:      linux-parisc@vger.kernel.org
5633 S:      Maintained
5634 F:      sound/parisc/harmony.*
5635
5636 HD29L2 MEDIA DRIVER
5637 M:      Antti Palosaari <crope@iki.fi>
5638 L:      linux-media@vger.kernel.org
5639 W:      https://linuxtv.org
5640 W:      http://palosaari.fi/linux/
5641 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5642 T:      git git://linuxtv.org/anttip/media_tree.git
5643 S:      Maintained
5644 F:      drivers/media/dvb-frontends/hd29l2*
5645
5646 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5647 M:      Brian Boylston <brian.boylston@hpe.com>
5648 S:      Supported
5649 F:      Documentation/watchdog/hpwdt.txt
5650 F:      drivers/watchdog/hpwdt.c
5651
5652 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5653 M:      Don Brace <don.brace@microsemi.com>
5654 L:      iss_storagedev@hp.com
5655 L:      esc.storagedev@microsemi.com
5656 L:      linux-scsi@vger.kernel.org
5657 S:      Supported
5658 F:      Documentation/scsi/hpsa.txt
5659 F:      drivers/scsi/hpsa*.[ch]
5660 F:      include/linux/cciss*.h
5661 F:      include/uapi/linux/cciss*.h
5662
5663 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5664 M:      Don Brace <don.brace@microsemi.com>
5665 L:      iss_storagedev@hp.com
5666 L:      esc.storagedev@microsemi.com
5667 L:      linux-scsi@vger.kernel.org
5668 S:      Supported
5669 F:      Documentation/blockdev/cciss.txt
5670 F:      drivers/block/cciss*
5671 F:      include/linux/cciss_ioctl.h
5672 F:      include/uapi/linux/cciss_ioctl.h
5673
5674 HFI1 DRIVER
5675 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5676 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5677 L:      linux-rdma@vger.kernel.org
5678 S:      Supported
5679 F:      drivers/infiniband/hw/hfi1
5680
5681 HFS FILESYSTEM
5682 L:      linux-fsdevel@vger.kernel.org
5683 S:      Orphan
5684 F:      Documentation/filesystems/hfs.txt
5685 F:      fs/hfs/
5686
5687 HFSPLUS FILESYSTEM
5688 L:      linux-fsdevel@vger.kernel.org
5689 S:      Orphan
5690 F:      Documentation/filesystems/hfsplus.txt
5691 F:      fs/hfsplus/
5692
5693 HGA FRAMEBUFFER DRIVER
5694 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5695 L:      linux-nvidia@lists.surfsouth.com
5696 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5697 S:      Maintained
5698 F:      drivers/video/fbdev/hgafb.c
5699
5700 HIBERNATION (aka Software Suspend, aka swsusp)
5701 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5702 M:      Pavel Machek <pavel@ucw.cz>
5703 L:      linux-pm@vger.kernel.org
5704 B:      https://bugzilla.kernel.org
5705 S:      Supported
5706 F:      arch/x86/power/
5707 F:      drivers/base/power/
5708 F:      kernel/power/
5709 F:      include/linux/suspend.h
5710 F:      include/linux/freezer.h
5711 F:      include/linux/pm.h
5712 F:      arch/*/include/asm/suspend*.h
5713
5714 HID CORE LAYER
5715 M:      Jiri Kosina <jikos@kernel.org>
5716 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5717 L:      linux-input@vger.kernel.org
5718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5719 S:      Maintained
5720 F:      drivers/hid/
5721 F:      include/linux/hid*
5722 F:      include/uapi/linux/hid*
5723
5724 HID SENSOR HUB DRIVERS
5725 M:      Jiri Kosina <jikos@kernel.org>
5726 M:      Jonathan Cameron <jic23@kernel.org>
5727 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5728 L:      linux-input@vger.kernel.org
5729 L:      linux-iio@vger.kernel.org
5730 S:      Maintained
5731 F:      Documentation/hid/hid-sensor*
5732 F:      drivers/hid/hid-sensor-*
5733 F:      drivers/iio/*/hid-*
5734 F:      include/linux/hid-sensor-*
5735
5736 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5737 M:      Thomas Gleixner <tglx@linutronix.de>
5738 L:      linux-kernel@vger.kernel.org
5739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5740 S:      Maintained
5741 F:      Documentation/timers/
5742 F:      kernel/time/hrtimer.c
5743 F:      kernel/time/clockevents.c
5744 F:      kernel/time/tick*.*
5745 F:      kernel/time/timer_*.c
5746 F:      include/linux/clockchips.h
5747 F:      include/linux/hrtimer.h
5748
5749 HIGH-SPEED SCC DRIVER FOR AX.25
5750 L:      linux-hams@vger.kernel.org
5751 S:      Orphan
5752 F:      drivers/net/hamradio/dmascc.c
5753 F:      drivers/net/hamradio/scc.c
5754
5755 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5756 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5757 W:      http://www.highpoint-tech.com
5758 S:      Supported
5759 F:      Documentation/scsi/hptiop.txt
5760 F:      drivers/scsi/hptiop.c
5761
5762 HIPPI
5763 M:      Jes Sorensen <jes@trained-monkey.org>
5764 L:      linux-hippi@sunsite.dk
5765 S:      Maintained
5766 F:      include/linux/hippidevice.h
5767 F:      include/uapi/linux/if_hippi.h
5768 F:      net/802/hippi.c
5769 F:      drivers/net/hippi/
5770
5771 HISILICON NETWORK SUBSYSTEM DRIVER
5772 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5773 M:      Salil Mehta <salil.mehta@huawei.com>
5774 L:      netdev@vger.kernel.org
5775 W:      http://www.hisilicon.com
5776 S:      Maintained
5777 F:      drivers/net/ethernet/hisilicon/
5778 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5779
5780 HISILICON ROCE DRIVER
5781 M:      Lijun Ou <oulijun@huawei.com>
5782 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5783 L:      linux-rdma@vger.kernel.org
5784 S:      Maintained
5785 F:      drivers/infiniband/hw/hns/
5786 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5787
5788 HISILICON SAS Controller
5789 M:      John Garry <john.garry@huawei.com>
5790 W:      http://www.hisilicon.com
5791 S:      Supported
5792 F:      drivers/scsi/hisi_sas/
5793 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5794
5795 HOST AP DRIVER
5796 M:      Jouni Malinen <j@w1.fi>
5797 L:      linux-wireless@vger.kernel.org
5798 W:      http://w1.fi/hostap-driver.html
5799 S:      Obsolete
5800 F:      drivers/net/wireless/intersil/hostap/
5801
5802 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5803 L:      platform-driver-x86@vger.kernel.org
5804 S:      Orphan
5805 F:      drivers/platform/x86/tc1100-wmi.c
5806
5807 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5808 M:      Jaroslav Kysela <perex@perex.cz>
5809 S:      Maintained
5810 F:      drivers/net/ethernet/hp/hp100.*
5811
5812 HPET:   High Precision Event Timers driver
5813 M:      Clemens Ladisch <clemens@ladisch.de>
5814 S:      Maintained
5815 F:      Documentation/timers/hpet.txt
5816 F:      drivers/char/hpet.c
5817 F:      include/linux/hpet.h
5818 F:      include/uapi/linux/hpet.h
5819
5820 HPET:   x86
5821 S:      Orphan
5822 F:      arch/x86/kernel/hpet.c
5823 F:      arch/x86/include/asm/hpet.h
5824
5825 HPFS FILESYSTEM
5826 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5827 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5828 S:      Maintained
5829 F:      fs/hpfs/
5830
5831 HSI SUBSYSTEM
5832 M:      Sebastian Reichel <sre@kernel.org>
5833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5834 S:      Maintained
5835 F:      Documentation/ABI/testing/sysfs-bus-hsi
5836 F:      Documentation/device-drivers/serial-interfaces.rst
5837 F:      drivers/hsi/
5838 F:      include/linux/hsi/
5839 F:      include/uapi/linux/hsi/
5840
5841 HSO 3G MODEM DRIVER
5842 M:      Jan Dumon <j.dumon@option.com>
5843 W:      http://www.pharscape.org
5844 S:      Maintained
5845 F:      drivers/net/usb/hso.c
5846
5847 HSR NETWORK PROTOCOL
5848 M:      Arvid Brodin <arvid.brodin@alten.se>
5849 L:      netdev@vger.kernel.org
5850 S:      Maintained
5851 F:      net/hsr/
5852
5853 HTCPEN TOUCHSCREEN DRIVER
5854 M:      Pau Oliva Fora <pof@eslack.org>
5855 L:      linux-input@vger.kernel.org
5856 S:      Maintained
5857 F:      drivers/input/touchscreen/htcpen.c
5858
5859 HUGETLB FILESYSTEM
5860 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5861 S:      Maintained
5862 F:      fs/hugetlbfs/
5863
5864 HVA ST MEDIA DRIVER
5865 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5866 L:      linux-media@vger.kernel.org
5867 T:      git git://linuxtv.org/media_tree.git
5868 W:      https://linuxtv.org
5869 S:      Supported
5870 F:      drivers/media/platform/sti/hva
5871
5872 Hyper-V CORE AND DRIVERS
5873 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5874 M:      Haiyang Zhang <haiyangz@microsoft.com>
5875 L:      devel@linuxdriverproject.org
5876 S:      Maintained
5877 F:      arch/x86/include/asm/mshyperv.h
5878 F:      arch/x86/include/uapi/asm/hyperv.h
5879 F:      arch/x86/kernel/cpu/mshyperv.c
5880 F:      drivers/hid/hid-hyperv.c
5881 F:      drivers/hv/
5882 F:      drivers/input/serio/hyperv-keyboard.c
5883 F:      drivers/pci/host/pci-hyperv.c
5884 F:      drivers/net/hyperv/
5885 F:      drivers/scsi/storvsc_drv.c
5886 F:      drivers/video/fbdev/hyperv_fb.c
5887 F:      include/linux/hyperv.h
5888 F:      tools/hv/
5889 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5890
5891 I2C MUXES
5892 M:      Peter Rosin <peda@axentia.se>
5893 L:      linux-i2c@vger.kernel.org
5894 S:      Maintained
5895 F:      Documentation/i2c/i2c-topology
5896 F:      Documentation/i2c/muxes/
5897 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5898 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5899 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5900 F:      drivers/i2c/i2c-mux.c
5901 F:      drivers/i2c/muxes/
5902 F:      include/linux/i2c-mux.h
5903
5904 I2C OVER PARALLEL PORT
5905 M:      Jean Delvare <jdelvare@suse.com>
5906 L:      linux-i2c@vger.kernel.org
5907 S:      Maintained
5908 F:      Documentation/i2c/busses/i2c-parport
5909 F:      Documentation/i2c/busses/i2c-parport-light
5910 F:      drivers/i2c/busses/i2c-parport.c
5911 F:      drivers/i2c/busses/i2c-parport-light.c
5912
5913 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5914 M:      Jean Delvare <jdelvare@suse.com>
5915 L:      linux-i2c@vger.kernel.org
5916 S:      Maintained
5917 F:      Documentation/i2c/busses/i2c-ali1535
5918 F:      Documentation/i2c/busses/i2c-ali1563
5919 F:      Documentation/i2c/busses/i2c-ali15x3
5920 F:      Documentation/i2c/busses/i2c-amd756
5921 F:      Documentation/i2c/busses/i2c-amd8111
5922 F:      Documentation/i2c/busses/i2c-i801
5923 F:      Documentation/i2c/busses/i2c-nforce2
5924 F:      Documentation/i2c/busses/i2c-piix4
5925 F:      Documentation/i2c/busses/i2c-sis5595
5926 F:      Documentation/i2c/busses/i2c-sis630
5927 F:      Documentation/i2c/busses/i2c-sis96x
5928 F:      Documentation/i2c/busses/i2c-via
5929 F:      Documentation/i2c/busses/i2c-viapro
5930 F:      drivers/i2c/busses/i2c-ali1535.c
5931 F:      drivers/i2c/busses/i2c-ali1563.c
5932 F:      drivers/i2c/busses/i2c-ali15x3.c
5933 F:      drivers/i2c/busses/i2c-amd756.c
5934 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5935 F:      drivers/i2c/busses/i2c-amd8111.c
5936 F:      drivers/i2c/busses/i2c-i801.c
5937 F:      drivers/i2c/busses/i2c-isch.c
5938 F:      drivers/i2c/busses/i2c-nforce2.c
5939 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5940 F:      drivers/i2c/busses/i2c-piix4.c
5941 F:      drivers/i2c/busses/i2c-sis5595.c
5942 F:      drivers/i2c/busses/i2c-sis630.c
5943 F:      drivers/i2c/busses/i2c-sis96x.c
5944 F:      drivers/i2c/busses/i2c-via.c
5945 F:      drivers/i2c/busses/i2c-viapro.c
5946
5947 I2C/SMBUS ISMT DRIVER
5948 M:      Seth Heasley <seth.heasley@intel.com>
5949 M:      Neil Horman <nhorman@tuxdriver.com>
5950 L:      linux-i2c@vger.kernel.org
5951 F:      drivers/i2c/busses/i2c-ismt.c
5952 F:      Documentation/i2c/busses/i2c-ismt
5953
5954 I2C/SMBUS STUB DRIVER
5955 M:      Jean Delvare <jdelvare@suse.com>
5956 L:      linux-i2c@vger.kernel.org
5957 S:      Maintained
5958 F:      drivers/i2c/i2c-stub.c
5959
5960 I2C SUBSYSTEM
5961 M:      Wolfram Sang <wsa@the-dreams.de>
5962 L:      linux-i2c@vger.kernel.org
5963 W:      https://i2c.wiki.kernel.org/
5964 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5966 S:      Maintained
5967 F:      Documentation/devicetree/bindings/i2c/
5968 F:      Documentation/i2c/
5969 F:      drivers/i2c/
5970 F:      drivers/i2c/*/
5971 F:      include/linux/i2c.h
5972 F:      include/linux/i2c-*.h
5973 F:      include/uapi/linux/i2c.h
5974 F:      include/uapi/linux/i2c-*.h
5975
5976 I2C ACPI SUPPORT
5977 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5978 L:      linux-i2c@vger.kernel.org
5979 L:      linux-acpi@vger.kernel.org
5980 S:      Maintained
5981
5982 I2C-TAOS-EVM DRIVER
5983 M:      Jean Delvare <jdelvare@suse.com>
5984 L:      linux-i2c@vger.kernel.org
5985 S:      Maintained
5986 F:      Documentation/i2c/busses/i2c-taos-evm
5987 F:      drivers/i2c/busses/i2c-taos-evm.c
5988
5989 I2C-TINY-USB DRIVER
5990 M:      Till Harbaum <till@harbaum.org>
5991 L:      linux-i2c@vger.kernel.org
5992 W:      http://www.harbaum.org/till/i2c_tiny_usb
5993 S:      Maintained
5994 F:      drivers/i2c/busses/i2c-tiny-usb.c
5995
5996 i386 BOOT CODE
5997 M:      "H. Peter Anvin" <hpa@zytor.com>
5998 S:      Maintained
5999 F:      arch/x86/boot/
6000
6001 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6002 M:      "H. Peter Anvin" <hpa@zytor.com>
6003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6004 S:      Maintained
6005
6006 IA64 (Itanium) PLATFORM
6007 M:      Tony Luck <tony.luck@intel.com>
6008 M:      Fenghua Yu <fenghua.yu@intel.com>
6009 L:      linux-ia64@vger.kernel.org
6010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6011 S:      Maintained
6012 F:      arch/ia64/
6013
6014 IBM Power VMX Cryptographic instructions
6015 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6016 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6017 L:      linux-crypto@vger.kernel.org
6018 S:      Supported
6019 F:      drivers/crypto/vmx/Makefile
6020 F:      drivers/crypto/vmx/Kconfig
6021 F:      drivers/crypto/vmx/vmx.c
6022 F:      drivers/crypto/vmx/aes*
6023 F:      drivers/crypto/vmx/ghash*
6024 F:      drivers/crypto/vmx/ppc-xlate.pl
6025
6026 IBM Power in-Nest Crypto Acceleration
6027 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6028 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6029 L:      linux-crypto@vger.kernel.org
6030 S:      Supported
6031 F:      drivers/crypto/nx/Makefile
6032 F:      drivers/crypto/nx/Kconfig
6033 F:      drivers/crypto/nx/nx-aes*
6034 F:      drivers/crypto/nx/nx-sha*
6035 F:      drivers/crypto/nx/nx.*
6036 F:      drivers/crypto/nx/nx_csbcpb.h
6037 F:      drivers/crypto/nx/nx_debugfs.h
6038
6039 IBM Power 842 compression accelerator
6040 M:      Dan Streetman <ddstreet@ieee.org>
6041 S:      Supported
6042 F:      drivers/crypto/nx/Makefile
6043 F:      drivers/crypto/nx/Kconfig
6044 F:      drivers/crypto/nx/nx-842*
6045 F:      include/linux/sw842.h
6046 F:      crypto/842.c
6047 F:      lib/842/
6048
6049 IBM Power Linux RAID adapter
6050 M:      Brian King <brking@us.ibm.com>
6051 S:      Supported
6052 F:      drivers/scsi/ipr.*
6053
6054 IBM Power Virtual Ethernet Device Driver
6055 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6056 L:      netdev@vger.kernel.org
6057 S:      Supported
6058 F:      drivers/net/ethernet/ibm/ibmveth.*
6059
6060 IBM Power SRIOV Virtual NIC Device Driver
6061 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6062 M:      John Allen <jallen@linux.vnet.ibm.com>
6063 L:      netdev@vger.kernel.org
6064 S:      Supported
6065 F:      drivers/net/ethernet/ibm/ibmvnic.*
6066
6067 IBM Power Virtual SCSI Device Drivers
6068 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6069 L:      linux-scsi@vger.kernel.org
6070 S:      Supported
6071 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6072 F:      include/scsi/viosrp.h
6073
6074 IBM Power Virtual SCSI Device Target Driver
6075 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6076 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6077 L:      linux-scsi@vger.kernel.org
6078 L:      target-devel@vger.kernel.org
6079 S:      Supported
6080 F:      drivers/scsi/ibmvscsi_tgt/
6081
6082 IBM Power Virtual FC Device Drivers
6083 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6084 L:      linux-scsi@vger.kernel.org
6085 S:      Supported
6086 F:      drivers/scsi/ibmvscsi/ibmvfc*
6087
6088 IBM ServeRAID RAID DRIVER
6089 S:      Orphan
6090 F:      drivers/scsi/ips.*
6091
6092 ICH LPC AND GPIO DRIVER
6093 M:      Peter Tyser <ptyser@xes-inc.com>
6094 S:      Maintained
6095 F:      drivers/mfd/lpc_ich.c
6096 F:      drivers/gpio/gpio-ich.c
6097
6098 IDE SUBSYSTEM
6099 M:      "David S. Miller" <davem@davemloft.net>
6100 L:      linux-ide@vger.kernel.org
6101 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6103 S:      Maintained
6104 F:      Documentation/ide/
6105 F:      drivers/ide/
6106 F:      include/linux/ide.h
6107
6108 IDEAPAD LAPTOP EXTRAS DRIVER
6109 M:      Ike Panhc <ike.pan@canonical.com>
6110 L:      platform-driver-x86@vger.kernel.org
6111 W:      http://launchpad.net/ideapad-laptop
6112 S:      Maintained
6113 F:      drivers/platform/x86/ideapad-laptop.c
6114
6115 IDEAPAD LAPTOP SLIDEBAR DRIVER
6116 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6117 L:      linux-input@vger.kernel.org
6118 W:      https://github.com/o2genum/ideapad-slidebar
6119 S:      Maintained
6120 F:      drivers/input/misc/ideapad_slidebar.c
6121
6122 IDE/ATAPI DRIVERS
6123 M:      Borislav Petkov <bp@alien8.de>
6124 L:      linux-ide@vger.kernel.org
6125 S:      Maintained
6126 F:      Documentation/cdrom/ide-cd
6127 F:      drivers/ide/ide-cd*
6128
6129 IEEE 802.15.4 SUBSYSTEM
6130 M:      Alexander Aring <aar@pengutronix.de>
6131 M:      Stefan Schmidt <stefan@osg.samsung.com>
6132 L:      linux-wpan@vger.kernel.org
6133 W:      http://wpan.cakelab.org/
6134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6136 S:      Maintained
6137 F:      net/ieee802154/
6138 F:      net/mac802154/
6139 F:      drivers/net/ieee802154/
6140 F:      include/linux/nl802154.h
6141 F:      include/linux/ieee802154.h
6142 F:      include/net/nl802154.h
6143 F:      include/net/mac802154.h
6144 F:      include/net/af_ieee802154.h
6145 F:      include/net/cfg802154.h
6146 F:      include/net/ieee802154_netdev.h
6147 F:      Documentation/networking/ieee802154.txt
6148
6149 IGORPLUG-USB IR RECEIVER
6150 M:      Sean Young <sean@mess.org>
6151 L:      linux-media@vger.kernel.org
6152 S:      Maintained
6153 F:      drivers/media/rc/igorplugusb.c
6154
6155 IGUANAWORKS USB IR TRANSCEIVER
6156 M:      Sean Young <sean@mess.org>
6157 L:      linux-media@vger.kernel.org
6158 S:      Maintained
6159 F:      drivers/media/rc/iguanair.c
6160
6161 IIO SUBSYSTEM AND DRIVERS
6162 M:      Jonathan Cameron <jic23@kernel.org>
6163 R:      Hartmut Knaack <knaack.h@gmx.de>
6164 R:      Lars-Peter Clausen <lars@metafoo.de>
6165 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6166 L:      linux-iio@vger.kernel.org
6167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6168 S:      Maintained
6169 F:      Documentation/devicetree/bindings/iio/
6170 F:      drivers/iio/
6171 F:      drivers/staging/iio/
6172 F:      include/linux/iio/
6173 F:      tools/iio/
6174
6175 IKANOS/ADI EAGLE ADSL USB DRIVER
6176 M:      Matthieu Castet <castet.matthieu@free.fr>
6177 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6178 S:      Maintained
6179 F:      drivers/usb/atm/ueagle-atm.c
6180
6181 IMGTEC ASCII LCD DRIVER
6182 M:      Paul Burton <paul.burton@imgtec.com>
6183 S:      Maintained
6184 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6185 F:      drivers/auxdisplay/img-ascii-lcd.c
6186
6187 INA209 HARDWARE MONITOR DRIVER
6188 M:      Guenter Roeck <linux@roeck-us.net>
6189 L:      linux-hwmon@vger.kernel.org
6190 S:      Maintained
6191 F:      Documentation/hwmon/ina209
6192 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6193 F:      drivers/hwmon/ina209.c
6194
6195 INA2XX HARDWARE MONITOR DRIVER
6196 M:      Guenter Roeck <linux@roeck-us.net>
6197 L:      linux-hwmon@vger.kernel.org
6198 S:      Maintained
6199 F:      Documentation/hwmon/ina2xx
6200 F:      drivers/hwmon/ina2xx.c
6201 F:      include/linux/platform_data/ina2xx.h
6202
6203 INDUSTRY PACK SUBSYSTEM (IPACK)
6204 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6205 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6206 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6207 L:      industrypack-devel@lists.sourceforge.net
6208 W:      http://industrypack.sourceforge.net
6209 S:      Maintained
6210 F:      drivers/ipack/
6211
6212 INGENIC JZ4780 DMA Driver
6213 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6214 S:      Maintained
6215 F:      drivers/dma/dma-jz4780.c
6216
6217 INGENIC JZ4780 NAND DRIVER
6218 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6219 L:      linux-mtd@lists.infradead.org
6220 S:      Maintained
6221 F:      drivers/mtd/nand/jz4780_*
6222
6223 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6224 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6225 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6226 L:      linux-ima-devel@lists.sourceforge.net
6227 L:      linux-ima-user@lists.sourceforge.net
6228 L:      linux-security-module@vger.kernel.org
6229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6230 S:      Supported
6231 F:      security/integrity/ima/
6232
6233 IMGTEC IR DECODER DRIVER
6234 M:      James Hogan <james.hogan@imgtec.com>
6235 S:      Maintained
6236 F:      drivers/media/rc/img-ir/
6237
6238 IMS TWINTURBO FRAMEBUFFER DRIVER
6239 L:      linux-fbdev@vger.kernel.org
6240 S:      Orphan
6241 F:      drivers/video/fbdev/imsttfb.c
6242
6243 INFINIBAND SUBSYSTEM
6244 M:      Doug Ledford <dledford@redhat.com>
6245 M:      Sean Hefty <sean.hefty@intel.com>
6246 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6247 L:      linux-rdma@vger.kernel.org
6248 W:      http://www.openfabrics.org/
6249 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6251 S:      Supported
6252 F:      Documentation/infiniband/
6253 F:      drivers/infiniband/
6254 F:      include/uapi/linux/if_infiniband.h
6255 F:      include/uapi/rdma/
6256 F:      include/rdma/
6257
6258 INOTIFY
6259 M:      John McCutchan <john@johnmccutchan.com>
6260 M:      Robert Love <rlove@rlove.org>
6261 M:      Eric Paris <eparis@parisplace.org>
6262 S:      Maintained
6263 F:      Documentation/filesystems/inotify.txt
6264 F:      fs/notify/inotify/
6265 F:      include/linux/inotify.h
6266 F:      include/uapi/linux/inotify.h
6267
6268 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6269 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6270 L:      linux-input@vger.kernel.org
6271 Q:      http://patchwork.kernel.org/project/linux-input/list/
6272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6273 S:      Maintained
6274 F:      drivers/input/
6275 F:      include/linux/input.h
6276 F:      include/uapi/linux/input.h
6277 F:      include/linux/input/
6278 F:      Documentation/devicetree/bindings/input/
6279
6280 INPUT MULTITOUCH (MT) PROTOCOL
6281 M:      Henrik Rydberg <rydberg@bitmath.org>
6282 L:      linux-input@vger.kernel.org
6283 S:      Odd fixes
6284 F:      Documentation/input/multi-touch-protocol.txt
6285 F:      drivers/input/input-mt.c
6286 K:      \b(ABS|SYN)_MT_
6287
6288 INTEL ASoC BDW/HSW DRIVERS
6289 M:      Jie Yang <yang.jie@linux.intel.com>
6290 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6291 S:      Supported
6292 F:      sound/soc/intel/common/sst-dsp*
6293 F:      sound/soc/intel/common/sst-firmware.c
6294 F:      sound/soc/intel/boards/broadwell.c
6295 F:      sound/soc/intel/haswell/
6296
6297 INTEL C600 SERIES SAS CONTROLLER DRIVER
6298 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6299 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6300 L:      linux-scsi@vger.kernel.org
6301 T:      git git://git.code.sf.net/p/intel-sas/isci
6302 S:      Supported
6303 F:      drivers/scsi/isci/
6304
6305 INTEL HID EVENT DRIVER
6306 M:      Alex Hung <alex.hung@canonical.com>
6307 L:      platform-driver-x86@vger.kernel.org
6308 S:      Maintained
6309 F:      drivers/platform/x86/intel-hid.c
6310
6311 INTEL VIRTUAL BUTTON DRIVER
6312 M:      AceLan Kao <acelan.kao@canonical.com>
6313 L:      platform-driver-x86@vger.kernel.org
6314 S:      Maintained
6315 F:      drivers/platform/x86/intel-vbtn.c
6316
6317 INTEL IDLE DRIVER
6318 M:      Len Brown <lenb@kernel.org>
6319 L:      linux-pm@vger.kernel.org
6320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6321 S:      Supported
6322 F:      drivers/idle/intel_idle.c
6323
6324 INTEL INTEGRATED SENSOR HUB DRIVER
6325 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6326 M:      Jiri Kosina <jikos@kernel.org>
6327 L:      linux-input@vger.kernel.org
6328 S:      Maintained
6329 F:      drivers/hid/intel-ish-hid/
6330
6331 INTEL PSTATE DRIVER
6332 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6333 M:      Len Brown <lenb@kernel.org>
6334 L:      linux-pm@vger.kernel.org
6335 S:      Supported
6336 F:      drivers/cpufreq/intel_pstate.c
6337
6338 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6339 M:      Maik Broemme <mbroemme@libmpq.org>
6340 L:      linux-fbdev@vger.kernel.org
6341 S:      Maintained
6342 F:      Documentation/fb/intelfb.txt
6343 F:      drivers/video/fbdev/intelfb/
6344
6345 INTEL 810/815 FRAMEBUFFER DRIVER
6346 M:      Antonino Daplas <adaplas@gmail.com>
6347 L:      linux-fbdev@vger.kernel.org
6348 S:      Maintained
6349 F:      drivers/video/fbdev/i810/
6350
6351 INTEL MENLOW THERMAL DRIVER
6352 M:      Sujith Thomas <sujith.thomas@intel.com>
6353 L:      platform-driver-x86@vger.kernel.org
6354 W:      https://01.org/linux-acpi
6355 S:      Supported
6356 F:      drivers/platform/x86/intel_menlow.c
6357
6358 INTEL I/OAT DMA DRIVER
6359 M:      Dave Jiang <dave.jiang@intel.com>
6360 R:      Dan Williams <dan.j.williams@intel.com>
6361 L:      dmaengine@vger.kernel.org
6362 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6363 S:      Supported
6364 F:      drivers/dma/ioat*
6365
6366 INTEL IOMMU (VT-d)
6367 M:      David Woodhouse <dwmw2@infradead.org>
6368 L:      iommu@lists.linux-foundation.org
6369 T:      git git://git.infradead.org/iommu-2.6.git
6370 S:      Supported
6371 F:      drivers/iommu/intel-iommu.c
6372 F:      include/linux/intel-iommu.h
6373
6374 INTEL IOP-ADMA DMA DRIVER
6375 R:      Dan Williams <dan.j.williams@intel.com>
6376 S:      Odd fixes
6377 F:      drivers/dma/iop-adma.c
6378
6379 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6380 M:      Krzysztof Halasa <khalasa@piap.pl>
6381 S:      Maintained
6382 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6383 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6384 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6385 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6386 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6387 F:      drivers/net/wan/ixp4xx_hss.c
6388
6389 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6390 M:      Deepak Saxena <dsaxena@plexity.net>
6391 S:      Maintained
6392 F:      drivers/char/hw_random/ixp4xx-rng.c
6393
6394 INTEL ETHERNET DRIVERS
6395 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6396 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6397 W:      http://www.intel.com/support/feedback.htm
6398 W:      http://e1000.sourceforge.net/
6399 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6402 S:      Supported
6403 F:      Documentation/networking/e100.txt
6404 F:      Documentation/networking/e1000.txt
6405 F:      Documentation/networking/e1000e.txt
6406 F:      Documentation/networking/igb.txt
6407 F:      Documentation/networking/igbvf.txt
6408 F:      Documentation/networking/ixgb.txt
6409 F:      Documentation/networking/ixgbe.txt
6410 F:      Documentation/networking/ixgbevf.txt
6411 F:      Documentation/networking/i40e.txt
6412 F:      Documentation/networking/i40evf.txt
6413 F:      drivers/net/ethernet/intel/
6414 F:      drivers/net/ethernet/intel/*/
6415
6416 INTEL RDMA RNIC DRIVER
6417 M:     Faisal Latif <faisal.latif@intel.com>
6418 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6419 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6420 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6421 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6422 L:     linux-rdma@vger.kernel.org
6423 S:     Supported
6424 F:     drivers/infiniband/hw/i40iw/
6425
6426 INTEL MERRIFIELD GPIO DRIVER
6427 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6428 L:      linux-gpio@vger.kernel.org
6429 S:      Maintained
6430 F:      drivers/gpio/gpio-merrifield.c
6431
6432 INTEL-MID GPIO DRIVER
6433 M:      David Cohen <david.a.cohen@linux.intel.com>
6434 L:      linux-gpio@vger.kernel.org
6435 S:      Maintained
6436 F:      drivers/gpio/gpio-intel-mid.c
6437
6438 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6439 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6440 L:      linux-wireless@vger.kernel.org
6441 S:      Maintained
6442 F:      Documentation/networking/README.ipw2100
6443 F:      Documentation/networking/README.ipw2200
6444 F:      drivers/net/wireless/intel/ipw2x00/
6445
6446 INTEL(R) TRACE HUB
6447 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6448 S:      Supported
6449 F:      Documentation/trace/intel_th.txt
6450 F:      drivers/hwtracing/intel_th/
6451
6452 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6453 M:      Ning Sun <ning.sun@intel.com>
6454 L:      tboot-devel@lists.sourceforge.net
6455 W:      http://tboot.sourceforge.net
6456 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6457 S:      Supported
6458 F:      Documentation/intel_txt.txt
6459 F:      include/linux/tboot.h
6460 F:      arch/x86/kernel/tboot.c
6461
6462 INTEL WIRELESS WIMAX CONNECTION 2400
6463 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6464 M:      linux-wimax@intel.com
6465 L:      wimax@linuxwimax.org (subscribers-only)
6466 S:      Supported
6467 W:      http://linuxwimax.org
6468 F:      Documentation/wimax/README.i2400m
6469 F:      drivers/net/wimax/i2400m/
6470 F:      include/uapi/linux/wimax/i2400m.h
6471
6472 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6473 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6474 L:      linux-wireless@vger.kernel.org
6475 S:      Supported
6476 F:      drivers/net/wireless/intel/iwlegacy/
6477
6478 INTEL WIRELESS WIFI LINK (iwlwifi)
6479 M:      Johannes Berg <johannes.berg@intel.com>
6480 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6481 M:      Luca Coelho <luciano.coelho@intel.com>
6482 M:      Intel Linux Wireless <linuxwifi@intel.com>
6483 L:      linux-wireless@vger.kernel.org
6484 W:      http://intellinuxwireless.org
6485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6486 S:      Supported
6487 F:      drivers/net/wireless/intel/iwlwifi/
6488
6489 INTEL MANAGEMENT ENGINE (mei)
6490 M:      Tomas Winkler <tomas.winkler@intel.com>
6491 L:      linux-kernel@vger.kernel.org
6492 S:      Supported
6493 F:      include/uapi/linux/mei.h
6494 F:      include/linux/mei_cl_bus.h
6495 F:      drivers/misc/mei/*
6496 F:      drivers/watchdog/mei_wdt.c
6497 F:      Documentation/misc-devices/mei/*
6498 F:      samples/mei/*
6499
6500 INTEL MIC DRIVERS (mic)
6501 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6502 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6503 S:      Supported
6504 W:      https://github.com/sudeepdutt/mic
6505 W:      http://software.intel.com/en-us/mic-developer
6506 F:      include/linux/mic_bus.h
6507 F:      include/linux/scif.h
6508 F:      include/uapi/linux/mic_common.h
6509 F:      include/uapi/linux/mic_ioctl.h
6510 F:      include/uapi/linux/scif_ioctl.h
6511 F:      drivers/misc/mic/
6512 F:      drivers/dma/mic_x100_dma.c
6513 F:      drivers/dma/mic_x100_dma.h
6514 F:      Documentation/mic/
6515
6516 INTEL PMC/P-Unit IPC DRIVER
6517 M:      Zha Qipeng<qipeng.zha@intel.com>
6518 L:      platform-driver-x86@vger.kernel.org
6519 S:      Maintained
6520 F:      drivers/platform/x86/intel_pmc_ipc.c
6521 F:      drivers/platform/x86/intel_punit_ipc.c
6522 F:      arch/x86/include/asm/intel_pmc_ipc.h
6523 F:      arch/x86/include/asm/intel_punit_ipc.h
6524
6525 INTEL TELEMETRY DRIVER
6526 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6527 L:      platform-driver-x86@vger.kernel.org
6528 S:      Maintained
6529 F:      arch/x86/include/asm/intel_telemetry.h
6530 F:      drivers/platform/x86/intel_telemetry*
6531
6532 INTEL PMC CORE DRIVER
6533 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6534 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6535 L:      platform-driver-x86@vger.kernel.org
6536 S:      Maintained
6537 F:      arch/x86/include/asm/pmc_core.h
6538 F:      drivers/platform/x86/intel_pmc_core*
6539
6540 IOC3 ETHERNET DRIVER
6541 M:      Ralf Baechle <ralf@linux-mips.org>
6542 L:      linux-mips@linux-mips.org
6543 S:      Maintained
6544 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6545
6546 IOC3 SERIAL DRIVER
6547 M:      Pat Gefre <pfg@sgi.com>
6548 L:      linux-serial@vger.kernel.org
6549 S:      Maintained
6550 F:      drivers/tty/serial/ioc3_serial.c
6551
6552 IOMMU DRIVERS
6553 M:      Joerg Roedel <joro@8bytes.org>
6554 L:      iommu@lists.linux-foundation.org
6555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6556 S:      Maintained
6557 F:      Documentation/devicetree/bindings/iommu/
6558 F:      drivers/iommu/
6559
6560 IP MASQUERADING
6561 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6562 S:      Maintained
6563 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6564
6565 IPMI SUBSYSTEM
6566 M:      Corey Minyard <minyard@acm.org>
6567 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6568 W:      http://openipmi.sourceforge.net/
6569 S:      Supported
6570 F:      Documentation/IPMI.txt
6571 F:      drivers/char/ipmi/
6572 F:      include/linux/ipmi*
6573 F:      include/uapi/linux/ipmi*
6574
6575 QCOM AUDIO (ASoC) DRIVERS
6576 M:      Patrick Lai <plai@codeaurora.org>
6577 M:      Banajit Goswami <bgoswami@codeaurora.org>
6578 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6579 S:      Supported
6580 F:      sound/soc/qcom/
6581
6582 IPS SCSI RAID DRIVER
6583 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6584 L:      linux-scsi@vger.kernel.org
6585 W:      http://www.adaptec.com/
6586 S:      Maintained
6587 F:      drivers/scsi/ips*
6588
6589 IPVS
6590 M:      Wensong Zhang <wensong@linux-vs.org>
6591 M:      Simon Horman <horms@verge.net.au>
6592 M:      Julian Anastasov <ja@ssi.bg>
6593 L:      netdev@vger.kernel.org
6594 L:      lvs-devel@vger.kernel.org
6595 S:      Maintained
6596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6598 F:      Documentation/networking/ipvs-sysctl.txt
6599 F:      include/net/ip_vs.h
6600 F:      include/uapi/linux/ip_vs.h
6601 F:      net/netfilter/ipvs/
6602
6603 IPWIRELESS DRIVER
6604 M:      Jiri Kosina <jikos@kernel.org>
6605 M:      David Sterba <dsterba@suse.com>
6606 S:      Odd Fixes
6607 F:      drivers/tty/ipwireless/
6608
6609 IPX NETWORK LAYER
6610 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6611 L:      netdev@vger.kernel.org
6612 S:      Maintained
6613 F:      include/net/ipx.h
6614 F:      include/uapi/linux/ipx.h
6615 F:      net/ipx/
6616
6617 IRDA SUBSYSTEM
6618 M:      Samuel Ortiz <samuel@sortiz.org>
6619 L:      irda-users@lists.sourceforge.net (subscribers-only)
6620 L:      netdev@vger.kernel.org
6621 W:      http://irda.sourceforge.net/
6622 S:      Maintained
6623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6624 F:      Documentation/networking/irda.txt
6625 F:      drivers/net/irda/
6626 F:      include/net/irda/
6627 F:      net/irda/
6628
6629 IRQ SUBSYSTEM
6630 M:      Thomas Gleixner <tglx@linutronix.de>
6631 L:      linux-kernel@vger.kernel.org
6632 S:      Maintained
6633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6634 F:      kernel/irq/
6635
6636 IRQCHIP DRIVERS
6637 M:      Thomas Gleixner <tglx@linutronix.de>
6638 M:      Jason Cooper <jason@lakedaemon.net>
6639 M:      Marc Zyngier <marc.zyngier@arm.com>
6640 L:      linux-kernel@vger.kernel.org
6641 S:      Maintained
6642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6643 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6644 F:      Documentation/devicetree/bindings/interrupt-controller/
6645 F:      drivers/irqchip/
6646
6647 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6648 M:      Marc Zyngier <marc.zyngier@arm.com>
6649 S:      Maintained
6650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6651 F:      Documentation/IRQ-domain.txt
6652 F:      include/linux/irqdomain.h
6653 F:      kernel/irq/irqdomain.c
6654 F:      kernel/irq/msi.c
6655
6656 ISA
6657 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6658 S:      Maintained
6659 F:      Documentation/isa.txt
6660 F:      drivers/base/isa.c
6661 F:      include/linux/isa.h
6662
6663 ISAPNP
6664 M:      Jaroslav Kysela <perex@perex.cz>
6665 S:      Maintained
6666 F:      Documentation/isapnp.txt
6667 F:      drivers/pnp/isapnp/
6668 F:      include/linux/isapnp.h
6669
6670 ISA RADIO MODULE
6671 M:      Hans Verkuil <hverkuil@xs4all.nl>
6672 L:      linux-media@vger.kernel.org
6673 T:      git git://linuxtv.org/media_tree.git
6674 W:      https://linuxtv.org
6675 S:      Maintained
6676 F:      drivers/media/radio/radio-isa*
6677
6678 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6679 M:      Peter Jones <pjones@redhat.com>
6680 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6681 S:      Maintained
6682 F:      drivers/firmware/iscsi_ibft*
6683
6684 ISCSI
6685 M:      Lee Duncan <lduncan@suse.com>
6686 M:      Chris Leech <cleech@redhat.com>
6687 L:      open-iscsi@googlegroups.com
6688 W:      www.open-iscsi.com
6689 S:      Maintained
6690 F:      drivers/scsi/*iscsi*
6691 F:      include/scsi/*iscsi*
6692
6693 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6694 M:      Or Gerlitz <ogerlitz@mellanox.com>
6695 M:      Sagi Grimberg <sagi@grimberg.me>
6696 M:      Roi Dayan <roid@mellanox.com>
6697 L:      linux-rdma@vger.kernel.org
6698 S:      Supported
6699 W:      http://www.openfabrics.org
6700 W:      www.open-iscsi.org
6701 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6702 F:      drivers/infiniband/ulp/iser/
6703
6704 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6705 M:      Sagi Grimberg <sagi@grimberg.me>
6706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6707 L:      linux-rdma@vger.kernel.org
6708 L:      target-devel@vger.kernel.org
6709 S:      Supported
6710 W:      http://www.linux-iscsi.org
6711 F:      drivers/infiniband/ulp/isert
6712
6713 ISDN SUBSYSTEM
6714 M:      Karsten Keil <isdn@linux-pingi.de>
6715 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6716 L:      netdev@vger.kernel.org
6717 W:      http://www.isdn4linux.de
6718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6719 S:      Maintained
6720 F:      Documentation/isdn/
6721 F:      drivers/isdn/
6722 F:      include/linux/isdn.h
6723 F:      include/linux/isdn/
6724 F:      include/uapi/linux/isdn.h
6725 F:      include/uapi/linux/isdn/
6726
6727 ISDN SUBSYSTEM (Eicon active card driver)
6728 M:      Armin Schindler <mac@melware.de>
6729 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6730 W:      http://www.melware.de
6731 S:      Maintained
6732 F:      drivers/isdn/hardware/eicon/
6733
6734 IT87 HARDWARE MONITORING DRIVER
6735 M:      Jean Delvare <jdelvare@suse.com>
6736 L:      linux-hwmon@vger.kernel.org
6737 S:      Maintained
6738 F:      Documentation/hwmon/it87
6739 F:      drivers/hwmon/it87.c
6740
6741 IT913X MEDIA DRIVER
6742 M:      Antti Palosaari <crope@iki.fi>
6743 L:      linux-media@vger.kernel.org
6744 W:      https://linuxtv.org
6745 W:      http://palosaari.fi/linux/
6746 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6747 T:      git git://linuxtv.org/anttip/media_tree.git
6748 S:      Maintained
6749 F:      drivers/media/tuners/it913x*
6750
6751 IVTV VIDEO4LINUX DRIVER
6752 M:      Andy Walls <awalls@md.metrocast.net>
6753 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6754 L:      linux-media@vger.kernel.org
6755 T:      git git://linuxtv.org/media_tree.git
6756 W:      http://www.ivtvdriver.org
6757 S:      Maintained
6758 F:      Documentation/media/v4l-drivers/ivtv*
6759 F:      drivers/media/pci/ivtv/
6760 F:      include/uapi/linux/ivtv*
6761
6762 IX2505V MEDIA DRIVER
6763 M:      Malcolm Priestley <tvboxspy@gmail.com>
6764 L:      linux-media@vger.kernel.org
6765 W:      https://linuxtv.org
6766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6767 S:      Maintained
6768 F:      drivers/media/dvb-frontends/ix2505v*
6769
6770 JC42.4 TEMPERATURE SENSOR DRIVER
6771 M:      Guenter Roeck <linux@roeck-us.net>
6772 L:      linux-hwmon@vger.kernel.org
6773 S:      Maintained
6774 F:      drivers/hwmon/jc42.c
6775 F:      Documentation/hwmon/jc42
6776
6777 JFS FILESYSTEM
6778 M:      Dave Kleikamp <shaggy@kernel.org>
6779 L:      jfs-discussion@lists.sourceforge.net
6780 W:      http://jfs.sourceforge.net/
6781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6782 S:      Maintained
6783 F:      Documentation/filesystems/jfs.txt
6784 F:      fs/jfs/
6785
6786 JME NETWORK DRIVER
6787 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6788 L:      netdev@vger.kernel.org
6789 S:      Maintained
6790 F:      drivers/net/ethernet/jme.*
6791
6792 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6793 M:      David Woodhouse <dwmw2@infradead.org>
6794 L:      linux-mtd@lists.infradead.org
6795 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6796 S:      Maintained
6797 F:      fs/jffs2/
6798 F:      include/uapi/linux/jffs2.h
6799
6800 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6801 M:      "Theodore Ts'o" <tytso@mit.edu>
6802 M:      Jan Kara <jack@suse.com>
6803 L:      linux-ext4@vger.kernel.org
6804 S:      Maintained
6805 F:      fs/jbd2/
6806 F:      include/linux/jbd2.h
6807
6808 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6809 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6810 L:      linux-media@vger.kernel.org
6811 S:      Maintained
6812 F:      drivers/media/platform/rcar_jpu.c
6813
6814 JSM Neo PCI based serial card
6815 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6816 L:      linux-serial@vger.kernel.org
6817 S:      Maintained
6818 F:      drivers/tty/serial/jsm/
6819
6820 K10TEMP HARDWARE MONITORING DRIVER
6821 M:      Clemens Ladisch <clemens@ladisch.de>
6822 L:      linux-hwmon@vger.kernel.org
6823 S:      Maintained
6824 F:      Documentation/hwmon/k10temp
6825 F:      drivers/hwmon/k10temp.c
6826
6827 K8TEMP HARDWARE MONITORING DRIVER
6828 M:      Rudolf Marek <r.marek@assembler.cz>
6829 L:      linux-hwmon@vger.kernel.org
6830 S:      Maintained
6831 F:      Documentation/hwmon/k8temp
6832 F:      drivers/hwmon/k8temp.c
6833
6834 KASAN
6835 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6836 R:      Alexander Potapenko <glider@google.com>
6837 R:      Dmitry Vyukov <dvyukov@google.com>
6838 L:      kasan-dev@googlegroups.com
6839 S:      Maintained
6840 F:      arch/*/include/asm/kasan.h
6841 F:      arch/*/mm/kasan_init*
6842 F:      Documentation/dev-tools/kasan.rst
6843 F:      include/linux/kasan*.h
6844 F:      lib/test_kasan.c
6845 F:      mm/kasan/
6846 F:      scripts/Makefile.kasan
6847
6848 KCONFIG
6849 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6850 L:      linux-kbuild@vger.kernel.org
6851 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6852 S:      Maintained
6853 F:      Documentation/kbuild/kconfig-language.txt
6854 F:      scripts/kconfig/
6855
6856 KDUMP
6857 M:      Dave Young <dyoung@redhat.com>
6858 M:      Baoquan He <bhe@redhat.com>
6859 R:      Vivek Goyal <vgoyal@redhat.com>
6860 L:      kexec@lists.infradead.org
6861 W:      http://lse.sourceforge.net/kdump/
6862 S:      Maintained
6863 F:      Documentation/kdump/
6864
6865 KEENE FM RADIO TRANSMITTER DRIVER
6866 M:      Hans Verkuil <hverkuil@xs4all.nl>
6867 L:      linux-media@vger.kernel.org
6868 T:      git git://linuxtv.org/media_tree.git
6869 W:      https://linuxtv.org
6870 S:      Maintained
6871 F:      drivers/media/radio/radio-keene*
6872
6873 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6874 M:      Ian Kent <raven@themaw.net>
6875 L:      autofs@vger.kernel.org
6876 S:      Maintained
6877 F:      fs/autofs4/
6878
6879 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6880 M:      Michal Marek <mmarek@suse.com>
6881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6883 L:      linux-kbuild@vger.kernel.org
6884 S:      Maintained
6885 F:      Documentation/kbuild/
6886 F:      Makefile
6887 F:      scripts/Makefile.*
6888 F:      scripts/basic/
6889 F:      scripts/mk*
6890 F:      scripts/package/
6891
6892 KERNEL JANITORS
6893 L:      kernel-janitors@vger.kernel.org
6894 W:      http://kernelnewbies.org/KernelJanitors
6895 S:      Odd Fixes
6896
6897 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6898 M:      "J. Bruce Fields" <bfields@fieldses.org>
6899 M:      Jeff Layton <jlayton@poochiereds.net>
6900 L:      linux-nfs@vger.kernel.org
6901 W:      http://nfs.sourceforge.net/
6902 T:      git git://linux-nfs.org/~bfields/linux.git
6903 S:      Supported
6904 F:      fs/nfsd/
6905 F:      include/uapi/linux/nfsd/
6906 F:      fs/lockd/
6907 F:      fs/nfs_common/
6908 F:      net/sunrpc/
6909 F:      include/linux/lockd/
6910 F:      include/linux/sunrpc/
6911 F:      include/uapi/linux/sunrpc/
6912
6913 KERNEL SELFTEST FRAMEWORK
6914 M:      Shuah Khan <shuahkh@osg.samsung.com>
6915 M:      Shuah Khan <shuah@kernel.org>
6916 L:      linux-kselftest@vger.kernel.org
6917 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6918 S:      Maintained
6919 F:      tools/testing/selftests
6920
6921 KERNEL VIRTUAL MACHINE (KVM)
6922 M:      Paolo Bonzini <pbonzini@redhat.com>
6923 M:      Radim Krčmář <rkrcmar@redhat.com>
6924 L:      kvm@vger.kernel.org
6925 W:      http://www.linux-kvm.org
6926 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6927 S:      Supported
6928 F:      Documentation/*/kvm*.txt
6929 F:      Documentation/virtual/kvm/
6930 F:      arch/*/kvm/
6931 F:      arch/x86/kernel/kvm.c
6932 F:      arch/x86/kernel/kvmclock.c
6933 F:      arch/*/include/asm/kvm*
6934 F:      include/linux/kvm*
6935 F:      include/uapi/linux/kvm*
6936 F:      virt/kvm/
6937 F:      tools/kvm/
6938
6939 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6940 M:      Joerg Roedel <joro@8bytes.org>
6941 L:      kvm@vger.kernel.org
6942 W:      http://www.linux-kvm.org/
6943 S:      Maintained
6944 F:      arch/x86/include/asm/svm.h
6945 F:      arch/x86/kvm/svm.c
6946
6947 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6948 M:      Alexander Graf <agraf@suse.com>
6949 L:      kvm-ppc@vger.kernel.org
6950 W:      http://www.linux-kvm.org/
6951 T:      git git://github.com/agraf/linux-2.6.git
6952 S:      Supported
6953 F:      arch/powerpc/include/asm/kvm*
6954 F:      arch/powerpc/kvm/
6955
6956 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6957 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6958 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6959 L:      linux-s390@vger.kernel.org
6960 W:      http://www.ibm.com/developerworks/linux/linux390/
6961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6962 S:      Supported
6963 F:      Documentation/s390/kvm.txt
6964 F:      arch/s390/include/asm/kvm*
6965 F:      arch/s390/kvm/
6966
6967 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6968 M:      Christoffer Dall <christoffer.dall@linaro.org>
6969 M:      Marc Zyngier <marc.zyngier@arm.com>
6970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6971 L:      kvmarm@lists.cs.columbia.edu
6972 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6974 S:      Supported
6975 F:      arch/arm/include/uapi/asm/kvm*
6976 F:      arch/arm/include/asm/kvm*
6977 F:      arch/arm/kvm/
6978 F:      virt/kvm/arm/
6979 F:      include/kvm/arm_*
6980
6981 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6982 M:      Christoffer Dall <christoffer.dall@linaro.org>
6983 M:      Marc Zyngier <marc.zyngier@arm.com>
6984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6985 L:      kvmarm@lists.cs.columbia.edu
6986 S:      Maintained
6987 F:      arch/arm64/include/uapi/asm/kvm*
6988 F:      arch/arm64/include/asm/kvm*
6989 F:      arch/arm64/kvm/
6990
6991 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6992 M:      James Hogan <james.hogan@imgtec.com>
6993 L:      linux-mips@linux-mips.org
6994 S:      Supported
6995 F:      arch/mips/include/uapi/asm/kvm*
6996 F:      arch/mips/include/asm/kvm*
6997 F:      arch/mips/kvm/
6998
6999 KEXEC
7000 M:      Eric Biederman <ebiederm@xmission.com>
7001 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7002 L:      kexec@lists.infradead.org
7003 S:      Maintained
7004 F:      include/linux/kexec.h
7005 F:      include/uapi/linux/kexec.h
7006 F:      kernel/kexec*
7007
7008 KEYS/KEYRINGS:
7009 M:      David Howells <dhowells@redhat.com>
7010 L:      keyrings@vger.kernel.org
7011 S:      Maintained
7012 F:      Documentation/security/keys.txt
7013 F:      include/linux/key.h
7014 F:      include/linux/key-type.h
7015 F:      include/linux/keyctl.h
7016 F:      include/uapi/linux/keyctl.h
7017 F:      include/keys/
7018 F:      security/keys/
7019
7020 KEYS-TRUSTED
7021 M:      David Safford <safford@us.ibm.com>
7022 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7023 L:      linux-security-module@vger.kernel.org
7024 L:      keyrings@vger.kernel.org
7025 S:      Supported
7026 F:      Documentation/security/keys-trusted-encrypted.txt
7027 F:      include/keys/trusted-type.h
7028 F:      security/keys/trusted.c
7029 F:      security/keys/trusted.h
7030
7031 KEYS-ENCRYPTED
7032 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7033 M:      David Safford <safford@us.ibm.com>
7034 L:      linux-security-module@vger.kernel.org
7035 L:      keyrings@vger.kernel.org
7036 S:      Supported
7037 F:      Documentation/security/keys-trusted-encrypted.txt
7038 F:      include/keys/encrypted-type.h
7039 F:      security/keys/encrypted-keys/
7040
7041 KGDB / KDB /debug_core
7042 M:      Jason Wessel <jason.wessel@windriver.com>
7043 W:      http://kgdb.wiki.kernel.org/
7044 L:      kgdb-bugreport@lists.sourceforge.net
7045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7046 S:      Maintained
7047 F:      Documentation/DocBook/kgdb.tmpl
7048 F:      drivers/misc/kgdbts.c
7049 F:      drivers/tty/serial/kgdboc.c
7050 F:      include/linux/kdb.h
7051 F:      include/linux/kgdb.h
7052 F:      kernel/debug/
7053
7054 KMEMCHECK
7055 M:      Vegard Nossum <vegardno@ifi.uio.no>
7056 M:      Pekka Enberg <penberg@kernel.org>
7057 S:      Maintained
7058 F:      Documentation/dev-tools/kmemcheck.rst
7059 F:      arch/x86/include/asm/kmemcheck.h
7060 F:      arch/x86/mm/kmemcheck/
7061 F:      include/linux/kmemcheck.h
7062 F:      mm/kmemcheck.c
7063
7064 KMEMLEAK
7065 M:      Catalin Marinas <catalin.marinas@arm.com>
7066 S:      Maintained
7067 F:      Documentation/dev-tools/kmemleak.rst
7068 F:      include/linux/kmemleak.h
7069 F:      mm/kmemleak.c
7070 F:      mm/kmemleak-test.c
7071
7072 KPROBES
7073 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7074 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7075 M:      "David S. Miller" <davem@davemloft.net>
7076 M:      Masami Hiramatsu <mhiramat@kernel.org>
7077 S:      Maintained
7078 F:      Documentation/kprobes.txt
7079 F:      include/linux/kprobes.h
7080 F:      kernel/kprobes.c
7081
7082 KS0108 LCD CONTROLLER DRIVER
7083 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7084 W:      http://miguelojeda.es/auxdisplay.htm
7085 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7086 S:      Maintained
7087 F:      Documentation/auxdisplay/ks0108
7088 F:      drivers/auxdisplay/ks0108.c
7089 F:      include/linux/ks0108.h
7090
7091 L3MDEV
7092 M:      David Ahern <dsa@cumulusnetworks.com>
7093 L:      netdev@vger.kernel.org
7094 S:      Maintained
7095 F:      net/l3mdev
7096 F:      include/net/l3mdev.h
7097
7098 LANTIQ MIPS ARCHITECTURE
7099 M:      John Crispin <john@phrozen.org>
7100 L:      linux-mips@linux-mips.org
7101 S:      Maintained
7102 F:      arch/mips/lantiq
7103
7104 LAPB module
7105 L:      linux-x25@vger.kernel.org
7106 S:      Orphan
7107 F:      Documentation/networking/lapb-module.txt
7108 F:      include/*/lapb.h
7109 F:      net/lapb/
7110
7111 LASI 53c700 driver for PARISC
7112 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7113 L:      linux-scsi@vger.kernel.org
7114 S:      Maintained
7115 F:      Documentation/scsi/53c700.txt
7116 F:      drivers/scsi/53c700*
7117
7118 LED SUBSYSTEM
7119 M:      Richard Purdie <rpurdie@rpsys.net>
7120 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7121 M:      Pavel Machek <pavel@ucw.cz>
7122 L:      linux-leds@vger.kernel.org
7123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7124 S:      Maintained
7125 F:      Documentation/devicetree/bindings/leds/
7126 F:      drivers/leds/
7127 F:      include/linux/leds.h
7128
7129 LEGACY EEPROM DRIVER
7130 M:      Jean Delvare <jdelvare@suse.com>
7131 S:      Maintained
7132 F:      Documentation/misc-devices/eeprom
7133 F:      drivers/misc/eeprom/eeprom.c
7134
7135 LEGO USB Tower driver
7136 M:      Juergen Stuber <starblue@users.sourceforge.net>
7137 L:      legousb-devel@lists.sourceforge.net
7138 W:      http://legousb.sourceforge.net/
7139 S:      Maintained
7140 F:      drivers/usb/misc/legousbtower.c
7141
7142 LG2160 MEDIA DRIVER
7143 M:      Michael Krufky <mkrufky@linuxtv.org>
7144 L:      linux-media@vger.kernel.org
7145 W:      https://linuxtv.org
7146 W:      http://github.com/mkrufky
7147 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7148 T:      git git://linuxtv.org/mkrufky/tuners.git
7149 S:      Maintained
7150 F:      drivers/media/dvb-frontends/lg2160.*
7151
7152 LGDT3305 MEDIA DRIVER
7153 M:      Michael Krufky <mkrufky@linuxtv.org>
7154 L:      linux-media@vger.kernel.org
7155 W:      https://linuxtv.org
7156 W:      http://github.com/mkrufky
7157 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7158 T:      git git://linuxtv.org/mkrufky/tuners.git
7159 S:      Maintained
7160 F:      drivers/media/dvb-frontends/lgdt3305.*
7161
7162 LGUEST
7163 M:      Rusty Russell <rusty@rustcorp.com.au>
7164 L:      lguest@lists.ozlabs.org
7165 W:      http://lguest.ozlabs.org/
7166 S:      Odd Fixes
7167 F:      arch/x86/include/asm/lguest*.h
7168 F:      arch/x86/lguest/
7169 F:      drivers/lguest/
7170 F:      include/linux/lguest*.h
7171 F:      tools/lguest/
7172
7173 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7174 M:      Tejun Heo <tj@kernel.org>
7175 L:      linux-ide@vger.kernel.org
7176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7177 S:      Maintained
7178 F:      drivers/ata/
7179 F:      include/linux/ata.h
7180 F:      include/linux/libata.h
7181 F:      Documentation/devicetree/bindings/ata/
7182
7183 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7184 M:      Viresh Kumar <vireshk@kernel.org>
7185 L:      linux-ide@vger.kernel.org
7186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7187 S:      Maintained
7188 F:      include/linux/pata_arasan_cf_data.h
7189 F:      drivers/ata/pata_arasan_cf.c
7190
7191 LIBATA PATA DRIVERS
7192 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7193 M:      Tejun Heo <tj@kernel.org>
7194 L:      linux-ide@vger.kernel.org
7195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7196 S:      Maintained
7197 F:      drivers/ata/pata_*.c
7198 F:      drivers/ata/ata_generic.c
7199
7200 LIBATA SATA AHCI PLATFORM devices support
7201 M:      Hans de Goede <hdegoede@redhat.com>
7202 M:      Tejun Heo <tj@kernel.org>
7203 L:      linux-ide@vger.kernel.org
7204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7205 S:      Maintained
7206 F:      drivers/ata/ahci_platform.c
7207 F:      drivers/ata/libahci_platform.c
7208 F:      include/linux/ahci_platform.h
7209
7210 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7211 M:      Mikael Pettersson <mikpelinux@gmail.com>
7212 L:      linux-ide@vger.kernel.org
7213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7214 S:      Maintained
7215 F:      drivers/ata/sata_promise.*
7216
7217 LIBLOCKDEP
7218 M:      Sasha Levin <sasha.levin@oracle.com>
7219 S:      Maintained
7220 F:      tools/lib/lockdep/
7221
7222 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7223 M:      Dan Williams <dan.j.williams@intel.com>
7224 L:      linux-nvdimm@lists.01.org
7225 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7227 S:      Supported
7228 F:      drivers/nvdimm/*
7229 F:      include/linux/nd.h
7230 F:      include/linux/libnvdimm.h
7231 F:      include/uapi/linux/ndctl.h
7232
7233 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7234 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7235 L:      linux-nvdimm@lists.01.org
7236 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7237 S:      Supported
7238 F:      drivers/nvdimm/blk.c
7239 F:      drivers/nvdimm/region_devs.c
7240 F:      drivers/acpi/nfit*
7241
7242 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7243 M:      Vishal Verma <vishal.l.verma@intel.com>
7244 L:      linux-nvdimm@lists.01.org
7245 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7246 S:      Supported
7247 F:      drivers/nvdimm/btt*
7248
7249 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7250 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7251 L:      linux-nvdimm@lists.01.org
7252 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7253 S:      Supported
7254 F:      drivers/nvdimm/pmem.c
7255 F:      include/linux/pmem.h
7256 F:      arch/*/include/asm/pmem.h
7257
7258 LIGHTNVM PLATFORM SUPPORT
7259 M:      Matias Bjorling <mb@lightnvm.io>
7260 W:      http://github/OpenChannelSSD
7261 L:      linux-block@vger.kernel.org
7262 S:      Maintained
7263 F:      drivers/lightnvm/
7264 F:      include/linux/lightnvm.h
7265 F:      include/uapi/linux/lightnvm.h
7266
7267 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7268 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7269 M:      Paul Mackerras <paulus@samba.org>
7270 M:      Michael Ellerman <mpe@ellerman.id.au>
7271 W:      https://github.com/linuxppc/linux/wiki
7272 L:      linuxppc-dev@lists.ozlabs.org
7273 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7275 S:      Supported
7276 F:      Documentation/powerpc/
7277 F:      arch/powerpc/
7278 F:      drivers/char/tpm/tpm_ibmvtpm*
7279 F:      drivers/crypto/nx/
7280 F:      drivers/crypto/vmx/
7281 F:      drivers/net/ethernet/ibm/ibmveth.*
7282 F:      drivers/net/ethernet/ibm/ibmvnic.*
7283 F:      drivers/pci/hotplug/pnv_php.c
7284 F:      drivers/pci/hotplug/rpa*
7285 F:      drivers/scsi/ibmvscsi/
7286 F:      tools/testing/selftests/powerpc
7287 N:      opal
7288 N:      /pmac
7289 N:      powermac
7290 N:      powernv
7291 N:      [^a-z0-9]ps3
7292 N:      pseries
7293
7294 LINUX FOR POWER MACINTOSH
7295 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7296 W:      http://www.penguinppc.org/
7297 L:      linuxppc-dev@lists.ozlabs.org
7298 S:      Maintained
7299 F:      arch/powerpc/platforms/powermac/
7300 F:      drivers/macintosh/
7301
7302 LINUX FOR POWERPC EMBEDDED MPC5XXX
7303 M:      Anatolij Gustschin <agust@denx.de>
7304 L:      linuxppc-dev@lists.ozlabs.org
7305 T:      git git://git.denx.de/linux-denx-agust.git
7306 S:      Maintained
7307 F:      arch/powerpc/platforms/512x/
7308 F:      arch/powerpc/platforms/52xx/
7309
7310 LINUX FOR POWERPC EMBEDDED PPC4XX
7311 M:      Alistair Popple <alistair@popple.id.au>
7312 M:      Matt Porter <mporter@kernel.crashing.org>
7313 W:      http://www.penguinppc.org/
7314 L:      linuxppc-dev@lists.ozlabs.org
7315 S:      Maintained
7316 F:      arch/powerpc/platforms/40x/
7317 F:      arch/powerpc/platforms/44x/
7318
7319 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7320 L:      linuxppc-dev@lists.ozlabs.org
7321 S:      Orphan
7322 F:      arch/powerpc/*/*virtex*
7323 F:      arch/powerpc/*/*/*virtex*
7324
7325 LINUX FOR POWERPC EMBEDDED PPC8XX
7326 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7327 W:      http://www.penguinppc.org/
7328 L:      linuxppc-dev@lists.ozlabs.org
7329 S:      Maintained
7330 F:      arch/powerpc/platforms/8xx/
7331
7332 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7333 M:      Scott Wood <oss@buserror.net>
7334 M:      Kumar Gala <galak@kernel.crashing.org>
7335 W:      http://www.penguinppc.org/
7336 L:      linuxppc-dev@lists.ozlabs.org
7337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7338 S:      Maintained
7339 F:      arch/powerpc/platforms/83xx/
7340 F:      arch/powerpc/platforms/85xx/
7341
7342 LINUX FOR POWERPC PA SEMI PWRFICIENT
7343 L:      linuxppc-dev@lists.ozlabs.org
7344 S:      Orphan
7345 F:      arch/powerpc/platforms/pasemi/
7346 F:      drivers/*/*pasemi*
7347 F:      drivers/*/*/*pasemi*
7348
7349 LINUX SECURITY MODULE (LSM) FRAMEWORK
7350 M:      Chris Wright <chrisw@sous-sol.org>
7351 L:      linux-security-module@vger.kernel.org
7352 S:      Supported
7353
7354 LIS3LV02D ACCELEROMETER DRIVER
7355 M:      Eric Piel <eric.piel@tremplin-utc.net>
7356 S:      Maintained
7357 F:      Documentation/misc-devices/lis3lv02d
7358 F:      drivers/misc/lis3lv02d/
7359 F:      drivers/platform/x86/hp_accel.c
7360
7361 LIVE PATCHING
7362 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7363 M:      Jessica Yu <jeyu@redhat.com>
7364 M:      Jiri Kosina <jikos@kernel.org>
7365 M:      Miroslav Benes <mbenes@suse.cz>
7366 R:      Petr Mladek <pmladek@suse.com>
7367 S:      Maintained
7368 F:      kernel/livepatch/
7369 F:      include/linux/livepatch.h
7370 F:      arch/x86/include/asm/livepatch.h
7371 F:      arch/x86/kernel/livepatch.c
7372 F:      Documentation/livepatch/
7373 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7374 F:      samples/livepatch/
7375 L:      live-patching@vger.kernel.org
7376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7377
7378 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7379 M:      Kees Cook <keescook@chromium.org>
7380 S:      Maintained
7381 F:      drivers/misc/lkdtm*
7382
7383 LLC (802.2)
7384 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7385 S:      Maintained
7386 F:      include/linux/llc.h
7387 F:      include/uapi/linux/llc.h
7388 F:      include/net/llc*
7389 F:      net/llc/
7390
7391 LM73 HARDWARE MONITOR DRIVER
7392 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7393 L:      linux-hwmon@vger.kernel.org
7394 S:      Maintained
7395 F:      drivers/hwmon/lm73.c
7396
7397 LM78 HARDWARE MONITOR DRIVER
7398 M:      Jean Delvare <jdelvare@suse.com>
7399 L:      linux-hwmon@vger.kernel.org
7400 S:      Maintained
7401 F:      Documentation/hwmon/lm78
7402 F:      drivers/hwmon/lm78.c
7403
7404 LM83 HARDWARE MONITOR DRIVER
7405 M:      Jean Delvare <jdelvare@suse.com>
7406 L:      linux-hwmon@vger.kernel.org
7407 S:      Maintained
7408 F:      Documentation/hwmon/lm83
7409 F:      drivers/hwmon/lm83.c
7410
7411 LM90 HARDWARE MONITOR DRIVER
7412 M:      Jean Delvare <jdelvare@suse.com>
7413 L:      linux-hwmon@vger.kernel.org
7414 S:      Maintained
7415 F:      Documentation/hwmon/lm90
7416 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7417 F:      drivers/hwmon/lm90.c
7418
7419 LM95234 HARDWARE MONITOR DRIVER
7420 M:      Guenter Roeck <linux@roeck-us.net>
7421 L:      linux-hwmon@vger.kernel.org
7422 S:      Maintained
7423 F:      Documentation/hwmon/lm95234
7424 F:      drivers/hwmon/lm95234.c
7425
7426 LME2510 MEDIA DRIVER
7427 M:      Malcolm Priestley <tvboxspy@gmail.com>
7428 L:      linux-media@vger.kernel.org
7429 W:      https://linuxtv.org
7430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7431 S:      Maintained
7432 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7433
7434 LOCKING PRIMITIVES
7435 M:      Peter Zijlstra <peterz@infradead.org>
7436 M:      Ingo Molnar <mingo@redhat.com>
7437 L:      linux-kernel@vger.kernel.org
7438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7439 S:      Maintained
7440 F:      Documentation/locking/
7441 F:      include/linux/lockdep.h
7442 F:      include/linux/spinlock*.h
7443 F:      arch/*/include/asm/spinlock*.h
7444 F:      include/linux/rwlock*.h
7445 F:      include/linux/mutex*.h
7446 F:      arch/*/include/asm/mutex*.h
7447 F:      include/linux/rwsem*.h
7448 F:      arch/*/include/asm/rwsem.h
7449 F:      include/linux/seqlock.h
7450 F:      lib/locking*.[ch]
7451 F:      kernel/locking/
7452
7453 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7454 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7455 L:      linux-ntfs-dev@lists.sourceforge.net
7456 W:      http://www.linux-ntfs.org/content/view/19/37/
7457 S:      Maintained
7458 F:      Documentation/ldm.txt
7459 F:      block/partitions/ldm.*
7460
7461 LogFS
7462 M:      Joern Engel <joern@logfs.org>
7463 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7464 L:      logfs@logfs.org
7465 W:      logfs.org
7466 S:      Maintained
7467 F:      fs/logfs/
7468
7469 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7470 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7471 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7472 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7473 L:      MPT-FusionLinux.pdl@broadcom.com
7474 L:      linux-scsi@vger.kernel.org
7475 W:      http://www.avagotech.com/support/
7476 S:      Supported
7477 F:      drivers/message/fusion/
7478 F:      drivers/scsi/mpt2sas/
7479 F:      drivers/scsi/mpt3sas/
7480
7481 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7482 M:      Matthew Wilcox <matthew@wil.cx>
7483 L:      linux-scsi@vger.kernel.org
7484 S:      Maintained
7485 F:      drivers/scsi/sym53c8xx_2/
7486
7487 LTC4261 HARDWARE MONITOR DRIVER
7488 M:      Guenter Roeck <linux@roeck-us.net>
7489 L:      linux-hwmon@vger.kernel.org
7490 S:      Maintained
7491 F:      Documentation/hwmon/ltc4261
7492 F:      drivers/hwmon/ltc4261.c
7493
7494 LTP (Linux Test Project)
7495 M:      Mike Frysinger <vapier@gentoo.org>
7496 M:      Cyril Hrubis <chrubis@suse.cz>
7497 M:      Wanlong Gao <wanlong.gao@gmail.com>
7498 M:      Jan Stancek <jstancek@redhat.com>
7499 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7500 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7501 L:      ltp@lists.linux.it (subscribers-only)
7502 W:      http://linux-test-project.github.io/
7503 T:      git git://github.com/linux-test-project/ltp.git
7504 S:      Maintained
7505
7506 M32R ARCHITECTURE
7507 W:      http://www.linux-m32r.org/
7508 S:      Orphan
7509 F:      arch/m32r/
7510
7511 M68K ARCHITECTURE
7512 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7513 L:      linux-m68k@lists.linux-m68k.org
7514 W:      http://www.linux-m68k.org/
7515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7516 S:      Maintained
7517 F:      arch/m68k/
7518 F:      drivers/zorro/
7519
7520 M68K ON APPLE MACINTOSH
7521 M:      Joshua Thompson <funaho@jurai.org>
7522 W:      http://www.mac.linux-m68k.org/
7523 L:      linux-m68k@lists.linux-m68k.org
7524 S:      Maintained
7525 F:      arch/m68k/mac/
7526
7527 M68K ON HP9000/300
7528 M:      Philip Blundell <philb@gnu.org>
7529 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7530 S:      Maintained
7531 F:      arch/m68k/hp300/
7532
7533 M88DS3103 MEDIA DRIVER
7534 M:      Antti Palosaari <crope@iki.fi>
7535 L:      linux-media@vger.kernel.org
7536 W:      https://linuxtv.org
7537 W:      http://palosaari.fi/linux/
7538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7539 T:      git git://linuxtv.org/anttip/media_tree.git
7540 S:      Maintained
7541 F:      drivers/media/dvb-frontends/m88ds3103*
7542
7543 M88RS2000 MEDIA DRIVER
7544 M:      Malcolm Priestley <tvboxspy@gmail.com>
7545 L:      linux-media@vger.kernel.org
7546 W:      https://linuxtv.org
7547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7548 S:      Maintained
7549 F:      drivers/media/dvb-frontends/m88rs2000*
7550
7551 MA901 MASTERKIT USB FM RADIO DRIVER
7552 M:      Alexey Klimov <klimov.linux@gmail.com>
7553 L:      linux-media@vger.kernel.org
7554 T:      git git://linuxtv.org/media_tree.git
7555 S:      Maintained
7556 F:      drivers/media/radio/radio-ma901.c
7557
7558 MAC80211
7559 M:      Johannes Berg <johannes@sipsolutions.net>
7560 L:      linux-wireless@vger.kernel.org
7561 W:      http://wireless.kernel.org/
7562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7564 S:      Maintained
7565 F:      Documentation/networking/mac80211-injection.txt
7566 F:      include/net/mac80211.h
7567 F:      net/mac80211/
7568 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7569
7570 MACVLAN DRIVER
7571 M:      Patrick McHardy <kaber@trash.net>
7572 L:      netdev@vger.kernel.org
7573 S:      Maintained
7574 F:      drivers/net/macvlan.c
7575 F:      include/linux/if_macvlan.h
7576
7577 MAILBOX API
7578 M:      Jassi Brar <jassisinghbrar@gmail.com>
7579 L:      linux-kernel@vger.kernel.org
7580 S:      Maintained
7581 F:      drivers/mailbox/
7582 F:      include/linux/mailbox_client.h
7583 F:      include/linux/mailbox_controller.h
7584
7585 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7586 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7587 W:      http://www.kernel.org/doc/man-pages
7588 L:      linux-man@vger.kernel.org
7589 S:      Maintained
7590
7591 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7592 M:      Andrew Lunn <andrew@lunn.ch>
7593 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7594 L:      netdev@vger.kernel.org
7595 S:      Maintained
7596 F:      drivers/net/dsa/mv88e6xxx/
7597 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7598
7599 MARVELL ARMADA DRM SUPPORT
7600 M:      Russell King <rmk+kernel@armlinux.org.uk>
7601 S:      Maintained
7602 F:      drivers/gpu/drm/armada/
7603 F:      include/uapi/drm/armada_drm.h
7604 F:      Documentation/devicetree/bindings/display/armada/
7605
7606 MARVELL CRYPTO DRIVER
7607 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7608 M:      Arnaud Ebalard <arno@natisbad.org>
7609 F:      drivers/crypto/marvell/
7610 S:      Maintained
7611 L:      linux-crypto@vger.kernel.org
7612
7613 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7614 M:      Mirko Lindner <mlindner@marvell.com>
7615 M:      Stephen Hemminger <stephen@networkplumber.org>
7616 L:      netdev@vger.kernel.org
7617 S:      Maintained
7618 F:      drivers/net/ethernet/marvell/sk*
7619
7620 MARVELL LIBERTAS WIRELESS DRIVER
7621 L:      libertas-dev@lists.infradead.org
7622 S:      Orphan
7623 F:      drivers/net/wireless/marvell/libertas/
7624
7625 MARVELL MV643XX ETHERNET DRIVER
7626 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7627 L:      netdev@vger.kernel.org
7628 S:      Maintained
7629 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7630 F:      include/linux/mv643xx.h
7631
7632 MARVELL MVNETA ETHERNET DRIVER
7633 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7634 L:      netdev@vger.kernel.org
7635 S:      Maintained
7636 F:      drivers/net/ethernet/marvell/mvneta.*
7637
7638 MARVELL MWIFIEX WIRELESS DRIVER
7639 M:      Amitkumar Karwar <akarwar@marvell.com>
7640 M:      Nishant Sarmukadam <nishants@marvell.com>
7641 L:      linux-wireless@vger.kernel.org
7642 S:      Maintained
7643 F:      drivers/net/wireless/marvell/mwifiex/
7644
7645 MARVELL MWL8K WIRELESS DRIVER
7646 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7647 L:      linux-wireless@vger.kernel.org
7648 S:      Odd Fixes
7649 F:      drivers/net/wireless/marvell/mwl8k.c
7650
7651 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7652 M:      Nicolas Pitre <nico@fluxnic.net>
7653 S:      Odd Fixes
7654 F:      drivers/mmc/host/mvsdio.*
7655
7656 MATROX FRAMEBUFFER DRIVER
7657 L:      linux-fbdev@vger.kernel.org
7658 S:      Orphan
7659 F:      drivers/video/fbdev/matrox/matroxfb_*
7660 F:      include/uapi/linux/matroxfb.h
7661
7662 MAX16065 HARDWARE MONITOR DRIVER
7663 M:      Guenter Roeck <linux@roeck-us.net>
7664 L:      linux-hwmon@vger.kernel.org
7665 S:      Maintained
7666 F:      Documentation/hwmon/max16065
7667 F:      drivers/hwmon/max16065.c
7668
7669 MAX20751 HARDWARE MONITOR DRIVER
7670 M:      Guenter Roeck <linux@roeck-us.net>
7671 L:      linux-hwmon@vger.kernel.org
7672 S:      Maintained
7673 F:      Documentation/hwmon/max20751
7674 F:      drivers/hwmon/max20751.c
7675
7676 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7677 L:      linux-hwmon@vger.kernel.org
7678 S:      Orphan
7679 F:      Documentation/hwmon/max6650
7680 F:      drivers/hwmon/max6650.c
7681
7682 MAX6697 HARDWARE MONITOR DRIVER
7683 M:      Guenter Roeck <linux@roeck-us.net>
7684 L:      linux-hwmon@vger.kernel.org
7685 S:      Maintained
7686 F:      Documentation/hwmon/max6697
7687 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7688 F:      drivers/hwmon/max6697.c
7689 F:      include/linux/platform_data/max6697.h
7690
7691 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7692 M:      Peter Rosin <peda@axentia.se>
7693 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7694 S:      Maintained
7695 F:      Documentation/devicetree/bindings/sound/max9860.txt
7696 F:      sound/soc/codecs/max9860.*
7697
7698 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7699 M:      Krzysztof Kozlowski <krzk@kernel.org>
7700 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7701 L:      linux-pm@vger.kernel.org
7702 S:      Supported
7703 F:      drivers/power/supply/max14577_charger.c
7704 F:      drivers/power/supply/max77693_charger.c
7705
7706 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7707 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7708 L:      linux-kernel@vger.kernel.org
7709 S:      Supported
7710 F:      drivers/*/*max77802*.c
7711 F:      Documentation/devicetree/bindings/*/*max77802.txt
7712 F:      include/dt-bindings/*/*max77802.h
7713
7714 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7715 M:      Chanwoo Choi <cw00.choi@samsung.com>
7716 M:      Krzysztof Kozlowski <krzk@kernel.org>
7717 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7718 L:      linux-kernel@vger.kernel.org
7719 S:      Supported
7720 F:      drivers/*/max14577*.c
7721 F:      drivers/*/max77686*.c
7722 F:      drivers/*/max77693*.c
7723 F:      drivers/extcon/extcon-max14577.c
7724 F:      drivers/extcon/extcon-max77693.c
7725 F:      drivers/rtc/rtc-max77686.c
7726 F:      drivers/clk/clk-max77686.c
7727 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7728 F:      Documentation/devicetree/bindings/*/max77686.txt
7729 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7730 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7731 F:      include/linux/mfd/max14577*.h
7732 F:      include/linux/mfd/max77686*.h
7733 F:      include/linux/mfd/max77693*.h
7734
7735 MAXIRADIO FM RADIO RECEIVER DRIVER
7736 M:      Hans Verkuil <hverkuil@xs4all.nl>
7737 L:      linux-media@vger.kernel.org
7738 T:      git git://linuxtv.org/media_tree.git
7739 W:      https://linuxtv.org
7740 S:      Maintained
7741 F:      drivers/media/radio/radio-maxiradio*
7742
7743 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7744 M:      Peter Rosin <peda@axentia.se>
7745 L:      linux-iio@vger.kernel.org
7746 S:      Maintained
7747 F:      drivers/iio/potentiometer/mcp4531.c
7748
7749 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7750 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7751 L:      linux-iio@vger.kernel.org
7752 S:      Maintained
7753 F:      drivers/iio/dac/cio-dac.c
7754
7755 MEDIA DRIVERS FOR RENESAS - FCP
7756 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7757 L:      linux-media@vger.kernel.org
7758 L:      linux-renesas-soc@vger.kernel.org
7759 T:      git git://linuxtv.org/media_tree.git
7760 S:      Supported
7761 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7762 F:      drivers/media/platform/rcar-fcp.c
7763 F:      include/media/rcar-fcp.h
7764
7765 MEDIA DRIVERS FOR RENESAS - VIN
7766 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7767 L:      linux-media@vger.kernel.org
7768 L:      linux-renesas-soc@vger.kernel.org
7769 T:      git git://linuxtv.org/media_tree.git
7770 S:      Supported
7771 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7772 F:      drivers/media/platform/rcar-vin/
7773
7774 MEDIA DRIVERS FOR RENESAS - VSP1
7775 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7776 L:      linux-media@vger.kernel.org
7777 L:      linux-renesas-soc@vger.kernel.org
7778 T:      git git://linuxtv.org/media_tree.git
7779 S:      Supported
7780 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7781 F:      drivers/media/platform/vsp1/
7782
7783 MEDIA DRIVERS FOR HELENE
7784 M:      Abylay Ospan <aospan@netup.ru>
7785 L:      linux-media@vger.kernel.org
7786 W:      https://linuxtv.org
7787 W:      http://netup.tv/
7788 T:      git git://linuxtv.org/media_tree.git
7789 S:      Supported
7790 F:      drivers/media/dvb-frontends/helene*
7791
7792 MEDIA DRIVERS FOR ASCOT2E
7793 M:      Sergey Kozlov <serjk@netup.ru>
7794 M:      Abylay Ospan <aospan@netup.ru>
7795 L:      linux-media@vger.kernel.org
7796 W:      https://linuxtv.org
7797 W:      http://netup.tv/
7798 T:      git git://linuxtv.org/media_tree.git
7799 S:      Supported
7800 F:      drivers/media/dvb-frontends/ascot2e*
7801
7802 MEDIA DRIVERS FOR CXD2841ER
7803 M:      Sergey Kozlov <serjk@netup.ru>
7804 M:      Abylay Ospan <aospan@netup.ru>
7805 L:      linux-media@vger.kernel.org
7806 W:      https://linuxtv.org
7807 W:      http://netup.tv/
7808 T:      git git://linuxtv.org/media_tree.git
7809 S:      Supported
7810 F:      drivers/media/dvb-frontends/cxd2841er*
7811
7812 MEDIA DRIVERS FOR HORUS3A
7813 M:      Sergey Kozlov <serjk@netup.ru>
7814 M:      Abylay Ospan <aospan@netup.ru>
7815 L:      linux-media@vger.kernel.org
7816 W:      https://linuxtv.org
7817 W:      http://netup.tv/
7818 T:      git git://linuxtv.org/media_tree.git
7819 S:      Supported
7820 F:      drivers/media/dvb-frontends/horus3a*
7821
7822 MEDIA DRIVERS FOR LNBH25
7823 M:      Sergey Kozlov <serjk@netup.ru>
7824 M:      Abylay Ospan <aospan@netup.ru>
7825 L:      linux-media@vger.kernel.org
7826 W:      https://linuxtv.org
7827 W:      http://netup.tv/
7828 T:      git git://linuxtv.org/media_tree.git
7829 S:      Supported
7830 F:      drivers/media/dvb-frontends/lnbh25*
7831
7832 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7833 M:      Sergey Kozlov <serjk@netup.ru>
7834 M:      Abylay Ospan <aospan@netup.ru>
7835 L:      linux-media@vger.kernel.org
7836 W:      https://linuxtv.org
7837 W:      http://netup.tv/
7838 T:      git git://linuxtv.org/media_tree.git
7839 S:      Supported
7840 F:      drivers/media/pci/netup_unidvb/*
7841
7842 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7843 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7844 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7845 P:      LinuxTV.org Project
7846 L:      linux-media@vger.kernel.org
7847 W:      https://linuxtv.org
7848 Q:      http://patchwork.kernel.org/project/linux-media/list/
7849 T:      git git://linuxtv.org/media_tree.git
7850 S:      Maintained
7851 F:      Documentation/media/
7852 F:      drivers/media/
7853 F:      drivers/staging/media/
7854 F:      include/linux/platform_data/media/
7855 F:      include/media/
7856 F:      include/uapi/linux/dvb/
7857 F:      include/uapi/linux/videodev2.h
7858 F:      include/uapi/linux/media.h
7859 F:      include/uapi/linux/v4l2-*
7860 F:      include/uapi/linux/meye.h
7861 F:      include/uapi/linux/ivtv*
7862 F:      include/uapi/linux/uvcvideo.h
7863
7864 MEDIATEK ETHERNET DRIVER
7865 M:      Felix Fietkau <nbd@openwrt.org>
7866 M:      John Crispin <blogic@openwrt.org>
7867 L:      netdev@vger.kernel.org
7868 S:      Maintained
7869 F:      drivers/net/ethernet/mediatek/
7870
7871 MEDIATEK MT7601U WIRELESS LAN DRIVER
7872 M:      Jakub Kicinski <kubakici@wp.pl>
7873 L:      linux-wireless@vger.kernel.org
7874 S:      Maintained
7875 F:      drivers/net/wireless/mediatek/mt7601u/
7876
7877 MEGARAID SCSI/SAS DRIVERS
7878 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7879 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7880 M:      Uday Lingala <uday.lingala@avagotech.com>
7881 L:      megaraidlinux.pdl@avagotech.com
7882 L:      linux-scsi@vger.kernel.org
7883 W:      http://www.lsi.com
7884 S:      Maintained
7885 F:      Documentation/scsi/megaraid.txt
7886 F:      drivers/scsi/megaraid.*
7887 F:      drivers/scsi/megaraid/
7888
7889 MELFAS MIP4 TOUCHSCREEN DRIVER
7890 M:      Sangwon Jee <jeesw@melfas.com>
7891 W:      http://www.melfas.com
7892 S:      Supported
7893 F:      drivers/input/touchscreen/melfas_mip4.c
7894 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7895
7896 MELLANOX ETHERNET DRIVER (mlx4_en)
7897 M:      Tariq Toukan <tariqt@mellanox.com>
7898 L:      netdev@vger.kernel.org
7899 S:      Supported
7900 W:      http://www.mellanox.com
7901 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7902 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7903
7904 MELLANOX ETHERNET DRIVER (mlx5e)
7905 M:      Saeed Mahameed <saeedm@mellanox.com>
7906 L:      netdev@vger.kernel.org
7907 S:      Supported
7908 W:      http://www.mellanox.com
7909 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7910 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7911
7912 MELLANOX ETHERNET SWITCH DRIVERS
7913 M:      Jiri Pirko <jiri@mellanox.com>
7914 M:      Ido Schimmel <idosch@mellanox.com>
7915 L:      netdev@vger.kernel.org
7916 S:      Supported
7917 W:      http://www.mellanox.com
7918 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7919 F:      drivers/net/ethernet/mellanox/mlxsw/
7920
7921 MELLANOX MLXCPLD LED DRIVER
7922 M:      Vadim Pasternak <vadimp@mellanox.com>
7923 L:      linux-leds@vger.kernel.org
7924 S:      Supported
7925 F:      drivers/leds/leds-mlxcpld.c
7926 F:      Documentation/leds/leds-mlxcpld.txt
7927
7928 MELLANOX PLATFORM DRIVER
7929 M:      Vadim Pasternak <vadimp@mellanox.com>
7930 L:      platform-driver-x86@vger.kernel.org
7931 S:      Supported
7932 F:      arch/x86/platform/mellanox/mlx-platform.c
7933
7934 SOFT-ROCE DRIVER (rxe)
7935 M:      Moni Shoua <monis@mellanox.com>
7936 L:      linux-rdma@vger.kernel.org
7937 S:      Supported
7938 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7939 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7940 F:      drivers/infiniband/sw/rxe/
7941 F:      include/uapi/rdma/rdma_user_rxe.h
7942
7943 MEMBARRIER SUPPORT
7944 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7945 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7946 L:      linux-kernel@vger.kernel.org
7947 S:      Supported
7948 F:      kernel/membarrier.c
7949 F:      include/uapi/linux/membarrier.h
7950
7951 MEMORY MANAGEMENT
7952 L:      linux-mm@kvack.org
7953 W:      http://www.linux-mm.org
7954 S:      Maintained
7955 F:      include/linux/mm.h
7956 F:      include/linux/gfp.h
7957 F:      include/linux/mmzone.h
7958 F:      include/linux/memory_hotplug.h
7959 F:      include/linux/vmalloc.h
7960 F:      mm/
7961
7962 MEMORY TECHNOLOGY DEVICES (MTD)
7963 M:      David Woodhouse <dwmw2@infradead.org>
7964 M:      Brian Norris <computersforpeace@gmail.com>
7965 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7966 M:      Marek Vasut <marek.vasut@gmail.com>
7967 M:      Richard Weinberger <richard@nod.at>
7968 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
7969 L:      linux-mtd@lists.infradead.org
7970 W:      http://www.linux-mtd.infradead.org/
7971 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7972 T:      git git://git.infradead.org/linux-mtd.git
7973 T:      git git://git.infradead.org/l2-mtd.git
7974 S:      Maintained
7975 F:      Documentation/devicetree/bindings/mtd/
7976 F:      drivers/mtd/
7977 F:      include/linux/mtd/
7978 F:      include/uapi/mtd/
7979
7980 MEN A21 WATCHDOG DRIVER
7981 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7982 L:      linux-watchdog@vger.kernel.org
7983 S:      Maintained
7984 F:      drivers/watchdog/mena21_wdt.c
7985
7986 MEN CHAMELEON BUS (mcb)
7987 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7988 S:      Maintained
7989 F:      drivers/mcb/
7990 F:      include/linux/mcb.h
7991 F:      Documentation/men-chameleon-bus.txt
7992
7993 MEN F21BMC (Board Management Controller)
7994 M:      Andreas Werner <andreas.werner@men.de>
7995 S:      Supported
7996 F:      drivers/mfd/menf21bmc.c
7997 F:      drivers/watchdog/menf21bmc_wdt.c
7998 F:      drivers/leds/leds-menf21bmc.c
7999 F:      drivers/hwmon/menf21bmc_hwmon.c
8000 F:      Documentation/hwmon/menf21bmc
8001
8002 METAG ARCHITECTURE
8003 M:      James Hogan <james.hogan@imgtec.com>
8004 L:      linux-metag@vger.kernel.org
8005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8006 S:      Odd Fixes
8007 F:      arch/metag/
8008 F:      Documentation/metag/
8009 F:      Documentation/devicetree/bindings/metag/
8010 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8011 F:      drivers/clocksource/metag_generic.c
8012 F:      drivers/irqchip/irq-metag.c
8013 F:      drivers/irqchip/irq-metag-ext.c
8014 F:      drivers/tty/metag_da.c
8015
8016 MICROBLAZE ARCHITECTURE
8017 M:      Michal Simek <monstr@monstr.eu>
8018 W:      http://www.monstr.eu/fdt/
8019 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8020 S:      Supported
8021 F:      arch/microblaze/
8022
8023 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8024 M:      Richard Genoud <richard.genoud@gmail.com>
8025 S:      Maintained
8026 F:      drivers/tty/serial/atmel_serial.c
8027 F:      include/linux/atmel_serial.h
8028
8029 MICROCHIP / ATMEL ISC DRIVER
8030 M:      Songjun Wu <songjun.wu@microchip.com>
8031 L:      linux-media@vger.kernel.org
8032 S:      Supported
8033 F:      drivers/media/platform/atmel/atmel-isc.c
8034 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8035 F:      devicetree/bindings/media/atmel-isc.txt
8036
8037 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8038 M:      Chen Yu <yu.c.chen@intel.com>
8039 L:      platform-driver-x86@vger.kernel.org
8040 S:      Supported
8041 F:      drivers/platform/x86/surfacepro3_button.c
8042
8043 MICROTEK X6 SCANNER
8044 M:      Oliver Neukum <oliver@neukum.org>
8045 S:      Maintained
8046 F:      drivers/usb/image/microtek.*
8047
8048 MIPS
8049 M:      Ralf Baechle <ralf@linux-mips.org>
8050 L:      linux-mips@linux-mips.org
8051 W:      http://www.linux-mips.org/
8052 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8053 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8054 S:      Supported
8055 F:      Documentation/devicetree/bindings/mips/
8056 F:      Documentation/mips/
8057 F:      arch/mips/
8058
8059 MIPS/LOONGSON1 ARCHITECTURE
8060 M:      Keguang Zhang <keguang.zhang@gmail.com>
8061 L:      linux-mips@linux-mips.org
8062 S:      Maintained
8063 F:      arch/mips/loongson32/
8064 F:      arch/mips/include/asm/mach-loongson32/
8065 F:      drivers/*/*loongson1*
8066 F:      drivers/*/*/*loongson1*
8067
8068 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8069 M:      Hans Verkuil <hverkuil@xs4all.nl>
8070 L:      linux-media@vger.kernel.org
8071 T:      git git://linuxtv.org/media_tree.git
8072 W:      https://linuxtv.org
8073 S:      Odd Fixes
8074 F:      drivers/media/radio/radio-miropcm20*
8075
8076 MELLANOX MLX4 core VPI driver
8077 M:      Yishai Hadas <yishaih@mellanox.com>
8078 L:      netdev@vger.kernel.org
8079 L:      linux-rdma@vger.kernel.org
8080 W:      http://www.mellanox.com
8081 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8082 S:      Supported
8083 F:      drivers/net/ethernet/mellanox/mlx4/
8084 F:      include/linux/mlx4/
8085 F:      include/uapi/rdma/mlx4-abi.h
8086
8087 MELLANOX MLX4 IB driver
8088 M:      Yishai Hadas <yishaih@mellanox.com>
8089 L:      linux-rdma@vger.kernel.org
8090 W:      http://www.mellanox.com
8091 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8092 S:      Supported
8093 F:      drivers/infiniband/hw/mlx4/
8094 F:      include/linux/mlx4/
8095
8096 MELLANOX MLX5 core VPI driver
8097 M:      Saeed Mahameed <saeedm@mellanox.com>
8098 M:      Matan Barak <matanb@mellanox.com>
8099 M:      Leon Romanovsky <leonro@mellanox.com>
8100 L:      netdev@vger.kernel.org
8101 L:      linux-rdma@vger.kernel.org
8102 W:      http://www.mellanox.com
8103 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8104 S:      Supported
8105 F:      drivers/net/ethernet/mellanox/mlx5/core/
8106 F:      include/linux/mlx5/
8107 F:      include/uapi/rdma/mlx5-abi.h
8108
8109 MELLANOX MLX5 IB driver
8110 M:      Matan Barak <matanb@mellanox.com>
8111 M:      Leon Romanovsky <leonro@mellanox.com>
8112 L:      linux-rdma@vger.kernel.org
8113 W:      http://www.mellanox.com
8114 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8115 S:      Supported
8116 F:      drivers/infiniband/hw/mlx5/
8117 F:      include/linux/mlx5/
8118
8119 MELEXIS MLX90614 DRIVER
8120 M:      Crt Mori <cmo@melexis.com>
8121 L:      linux-iio@vger.kernel.org
8122 W:      http://www.melexis.com
8123 S:      Supported
8124 F:      drivers/iio/temperature/mlx90614.c
8125
8126 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8127 M:      Don Brace <don.brace@microsemi.com>
8128 L:      esc.storagedev@microsemi.com
8129 L:      linux-scsi@vger.kernel.org
8130 S:      Supported
8131 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8132 F:      drivers/scsi/smartpqi/Kconfig
8133 F:      drivers/scsi/smartpqi/Makefile
8134 F:      include/linux/cciss*.h
8135 F:      include/uapi/linux/cciss*.h
8136 F:      Documentation/scsi/smartpqi.txt
8137
8138 MN88472 MEDIA DRIVER
8139 M:      Antti Palosaari <crope@iki.fi>
8140 L:      linux-media@vger.kernel.org
8141 W:      https://linuxtv.org
8142 W:      http://palosaari.fi/linux/
8143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8144 S:      Maintained
8145 F:      drivers/media/dvb-frontends/mn88472*
8146
8147 MN88473 MEDIA DRIVER
8148 M:      Antti Palosaari <crope@iki.fi>
8149 L:      linux-media@vger.kernel.org
8150 W:      https://linuxtv.org
8151 W:      http://palosaari.fi/linux/
8152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8153 S:      Maintained
8154 F:      drivers/media/dvb-frontends/mn88473*
8155
8156 MODULE SUPPORT
8157 M:      Jessica Yu <jeyu@redhat.com>
8158 M:      Rusty Russell <rusty@rustcorp.com.au>
8159 S:      Maintained
8160 F:      include/linux/module.h
8161 F:      kernel/module.c
8162
8163 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8164 W:      http://popies.net/meye/
8165 S:      Orphan
8166 F:      Documentation/media/v4l-drivers/meye*
8167 F:      drivers/media/pci/meye/
8168 F:      include/uapi/linux/meye.h
8169
8170 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8171 M:      Jiri Slaby <jirislaby@gmail.com>
8172 S:      Maintained
8173 F:      Documentation/serial/moxa-smartio
8174 F:      drivers/tty/mxser.*
8175
8176 MR800 AVERMEDIA USB FM RADIO DRIVER
8177 M:      Alexey Klimov <klimov.linux@gmail.com>
8178 L:      linux-media@vger.kernel.org
8179 T:      git git://linuxtv.org/media_tree.git
8180 S:      Maintained
8181 F:      drivers/media/radio/radio-mr800.c
8182
8183 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8184 M:      Alan Ott <alan@signal11.us>
8185 L:      linux-wpan@vger.kernel.org
8186 S:      Maintained
8187 F:      drivers/net/ieee802154/mrf24j40.c
8188 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8189
8190 MSI LAPTOP SUPPORT
8191 M:      "Lee, Chun-Yi" <jlee@suse.com>
8192 L:      platform-driver-x86@vger.kernel.org
8193 S:      Maintained
8194 F:      drivers/platform/x86/msi-laptop.c
8195
8196 MSI WMI SUPPORT
8197 L:      platform-driver-x86@vger.kernel.org
8198 S:      Orphan
8199 F:      drivers/platform/x86/msi-wmi.c
8200
8201 MSI001 MEDIA DRIVER
8202 M:      Antti Palosaari <crope@iki.fi>
8203 L:      linux-media@vger.kernel.org
8204 W:      https://linuxtv.org
8205 W:      http://palosaari.fi/linux/
8206 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8207 T:      git git://linuxtv.org/anttip/media_tree.git
8208 S:      Maintained
8209 F:      drivers/media/tuners/msi001*
8210
8211 MSI2500 MEDIA DRIVER
8212 M:      Antti Palosaari <crope@iki.fi>
8213 L:      linux-media@vger.kernel.org
8214 W:      https://linuxtv.org
8215 W:      http://palosaari.fi/linux/
8216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8217 T:      git git://linuxtv.org/anttip/media_tree.git
8218 S:      Maintained
8219 F:      drivers/media/usb/msi2500/
8220
8221 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8222 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8223 L:      linux-mtd@lists.infradead.org
8224 S:      Maintained
8225 F:      drivers/mtd/devices/docg3*
8226
8227 MT9M032 APTINA SENSOR DRIVER
8228 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8229 L:      linux-media@vger.kernel.org
8230 T:      git git://linuxtv.org/media_tree.git
8231 S:      Maintained
8232 F:      drivers/media/i2c/mt9m032.c
8233 F:      include/media/i2c/mt9m032.h
8234
8235 MT9P031 APTINA CAMERA SENSOR
8236 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8237 L:      linux-media@vger.kernel.org
8238 T:      git git://linuxtv.org/media_tree.git
8239 S:      Maintained
8240 F:      drivers/media/i2c/mt9p031.c
8241 F:      include/media/i2c/mt9p031.h
8242
8243 MT9T001 APTINA CAMERA SENSOR
8244 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8245 L:      linux-media@vger.kernel.org
8246 T:      git git://linuxtv.org/media_tree.git
8247 S:      Maintained
8248 F:      drivers/media/i2c/mt9t001.c
8249 F:      include/media/i2c/mt9t001.h
8250
8251 MT9V032 APTINA CAMERA SENSOR
8252 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8253 L:      linux-media@vger.kernel.org
8254 T:      git git://linuxtv.org/media_tree.git
8255 S:      Maintained
8256 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8257 F:      drivers/media/i2c/mt9v032.c
8258 F:      include/media/i2c/mt9v032.h
8259
8260 MULTIFUNCTION DEVICES (MFD)
8261 M:      Lee Jones <lee.jones@linaro.org>
8262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8263 S:      Supported
8264 F:      Documentation/devicetree/bindings/mfd/
8265 F:      drivers/mfd/
8266 F:      include/linux/mfd/
8267
8268 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8269 M:      Ulf Hansson <ulf.hansson@linaro.org>
8270 L:      linux-mmc@vger.kernel.org
8271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8272 S:      Maintained
8273 F:      Documentation/devicetree/bindings/mmc/
8274 F:      drivers/mmc/
8275 F:      include/linux/mmc/
8276 F:      include/uapi/linux/mmc/
8277
8278 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8279 S:      Orphan
8280 F:      drivers/mmc/host/mmc_spi.c
8281 F:      include/linux/spi/mmc_spi.h
8282
8283 MULTISOUND SOUND DRIVER
8284 M:      Andrew Veliath <andrewtv@usa.net>
8285 S:      Maintained
8286 F:      Documentation/sound/oss/MultiSound
8287 F:      sound/oss/msnd*
8288
8289 MULTITECH MULTIPORT CARD (ISICOM)
8290 S:      Orphan
8291 F:      drivers/tty/isicom.c
8292 F:      include/linux/isicom.h
8293
8294 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8295 M:      Bin Liu <b-liu@ti.com>
8296 L:      linux-usb@vger.kernel.org
8297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8298 S:      Maintained
8299 F:      drivers/usb/musb/
8300
8301 MXL5007T MEDIA DRIVER
8302 M:      Michael Krufky <mkrufky@linuxtv.org>
8303 L:      linux-media@vger.kernel.org
8304 W:      https://linuxtv.org
8305 W:      http://github.com/mkrufky
8306 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8307 T:      git git://linuxtv.org/mkrufky/tuners.git
8308 S:      Maintained
8309 F:      drivers/media/tuners/mxl5007t.*
8310
8311 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8312 M:      Hyong-Youb Kim <hykim@myri.com>
8313 L:      netdev@vger.kernel.org
8314 W:      https://www.myricom.com/support/downloads/myri10ge.html
8315 S:      Supported
8316 F:      drivers/net/ethernet/myricom/myri10ge/
8317
8318 NAND FLASH SUBSYSTEM
8319 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8320 R:      Richard Weinberger <richard@nod.at>
8321 L:      linux-mtd@lists.infradead.org
8322 W:      http://www.linux-mtd.infradead.org/
8323 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8324 T:      git git://github.com/linux-nand/linux.git
8325 S:      Maintained
8326 F:      drivers/mtd/nand/
8327 F:      include/linux/mtd/nand*.h
8328
8329 NATSEMI ETHERNET DRIVER (DP8381x)
8330 S:      Orphan
8331 F:      drivers/net/ethernet/natsemi/natsemi.c
8332
8333 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8334 M:      Daniel Mack <zonque@gmail.com>
8335 S:      Maintained
8336 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8337 W:      http://www.native-instruments.com
8338 F:      sound/usb/caiaq/
8339
8340 NCP FILESYSTEM
8341 M:      Petr Vandrovec <petr@vandrovec.name>
8342 S:      Odd Fixes
8343 F:      fs/ncpfs/
8344
8345 NCR 5380 SCSI DRIVERS
8346 M:      Finn Thain <fthain@telegraphics.com.au>
8347 M:      Michael Schmitz <schmitzmic@gmail.com>
8348 L:      linux-scsi@vger.kernel.org
8349 S:      Maintained
8350 F:      Documentation/scsi/g_NCR5380.txt
8351 F:      drivers/scsi/NCR5380.*
8352 F:      drivers/scsi/arm/cumana_1.c
8353 F:      drivers/scsi/arm/oak.c
8354 F:      drivers/scsi/atari_scsi.*
8355 F:      drivers/scsi/dmx3191d.c
8356 F:      drivers/scsi/g_NCR5380.*
8357 F:      drivers/scsi/g_NCR5380_mmio.c
8358 F:      drivers/scsi/mac_scsi.*
8359 F:      drivers/scsi/sun3_scsi.*
8360 F:      drivers/scsi/sun3_scsi_vme.c
8361
8362 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8363 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8364 L:      linux-scsi@vger.kernel.org
8365 S:      Maintained
8366 F:      drivers/scsi/NCR_D700.*
8367
8368 NCT6775 HARDWARE MONITOR DRIVER
8369 M:      Guenter Roeck <linux@roeck-us.net>
8370 L:      linux-hwmon@vger.kernel.org
8371 S:      Maintained
8372 F:      Documentation/hwmon/nct6775
8373 F:      drivers/hwmon/nct6775.c
8374
8375 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8376 M:      Faisal Latif <faisal.latif@intel.com>
8377 L:      linux-rdma@vger.kernel.org
8378 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8379 S:      Supported
8380 F:      drivers/infiniband/hw/nes/
8381 F:      include/uapi/rdma/nes-abi.h
8382
8383 NETEM NETWORK EMULATOR
8384 M:      Stephen Hemminger <stephen@networkplumber.org>
8385 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8386 S:      Maintained
8387 F:      net/sched/sch_netem.c
8388
8389 NETERION 10GbE DRIVERS (s2io/vxge)
8390 M:      Jon Mason <jdmason@kudzu.us>
8391 L:      netdev@vger.kernel.org
8392 S:      Supported
8393 F:      Documentation/networking/s2io.txt
8394 F:      Documentation/networking/vxge.txt
8395 F:      drivers/net/ethernet/neterion/
8396
8397 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8398 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8399 M:      Patrick McHardy <kaber@trash.net>
8400 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8401 L:      netfilter-devel@vger.kernel.org
8402 L:      coreteam@netfilter.org
8403 W:      http://www.netfilter.org/
8404 W:      http://www.iptables.org/
8405 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8408 S:      Supported
8409 F:      include/linux/netfilter*
8410 F:      include/linux/netfilter/
8411 F:      include/net/netfilter/
8412 F:      include/uapi/linux/netfilter*
8413 F:      include/uapi/linux/netfilter/
8414 F:      net/*/netfilter.c
8415 F:      net/*/netfilter/
8416 F:      net/netfilter/
8417 F:      net/bridge/br_netfilter*.c
8418
8419 NETLABEL
8420 M:      Paul Moore <paul@paul-moore.com>
8421 W:      http://netlabel.sf.net
8422 L:      netdev@vger.kernel.org
8423 S:      Maintained
8424 F:      Documentation/netlabel/
8425 F:      include/net/netlabel.h
8426 F:      net/netlabel/
8427
8428 NETROM NETWORK LAYER
8429 M:      Ralf Baechle <ralf@linux-mips.org>
8430 L:      linux-hams@vger.kernel.org
8431 W:      http://www.linux-ax25.org/
8432 S:      Maintained
8433 F:      include/net/netrom.h
8434 F:      include/uapi/linux/netrom.h
8435 F:      net/netrom/
8436
8437 NETRONOME ETHERNET DRIVERS
8438 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8439 L:      oss-drivers@netronome.com
8440 S:      Maintained
8441 F:      drivers/net/ethernet/netronome/
8442
8443 NETWORK BLOCK DEVICE (NBD)
8444 M:      Markus Pargmann <mpa@pengutronix.de>
8445 S:      Maintained
8446 L:      nbd-general@lists.sourceforge.net
8447 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8448 F:      Documentation/blockdev/nbd.txt
8449 F:      drivers/block/nbd.c
8450 F:      include/uapi/linux/nbd.h
8451
8452 NETWORK DROP MONITOR
8453 M:      Neil Horman <nhorman@tuxdriver.com>
8454 L:      netdev@vger.kernel.org
8455 S:      Maintained
8456 W:      https://fedorahosted.org/dropwatch/
8457 F:      net/core/drop_monitor.c
8458
8459 NETWORKING [DSA]
8460 M:      Andrew Lunn <andrew@lunn.ch>
8461 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8462 M:      Florian Fainelli <f.fainelli@gmail.com>
8463 S:      Maintained
8464 F:      net/dsa/
8465 F:      include/net/dsa.h
8466 F:      drivers/net/dsa/
8467
8468 NETWORKING [GENERAL]
8469 M:      "David S. Miller" <davem@davemloft.net>
8470 L:      netdev@vger.kernel.org
8471 W:      http://www.linuxfoundation.org/en/Net
8472 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8475 S:      Maintained
8476 F:      net/
8477 F:      include/net/
8478 F:      include/linux/in.h
8479 F:      include/linux/net.h
8480 F:      include/linux/netdevice.h
8481 F:      include/uapi/linux/in.h
8482 F:      include/uapi/linux/net.h
8483 F:      include/uapi/linux/netdevice.h
8484 F:      include/uapi/linux/net_namespace.h
8485 F:      tools/net/
8486 F:      tools/testing/selftests/net/
8487 F:      lib/random32.c
8488
8489 NETWORKING [IPv4/IPv6]
8490 M:      "David S. Miller" <davem@davemloft.net>
8491 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8492 M:      James Morris <jmorris@namei.org>
8493 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8494 M:      Patrick McHardy <kaber@trash.net>
8495 L:      netdev@vger.kernel.org
8496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8497 S:      Maintained
8498 F:      net/ipv4/
8499 F:      net/ipv6/
8500 F:      include/net/ip*
8501 F:      arch/x86/net/*
8502
8503 NETWORKING [IPSEC]
8504 M:      Steffen Klassert <steffen.klassert@secunet.com>
8505 M:      Herbert Xu <herbert@gondor.apana.org.au>
8506 M:      "David S. Miller" <davem@davemloft.net>
8507 L:      netdev@vger.kernel.org
8508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8510 S:      Maintained
8511 F:      net/core/flow.c
8512 F:      net/xfrm/
8513 F:      net/key/
8514 F:      net/ipv4/xfrm*
8515 F:      net/ipv4/esp4.c
8516 F:      net/ipv4/ah4.c
8517 F:      net/ipv4/ipcomp.c
8518 F:      net/ipv4/ip_vti.c
8519 F:      net/ipv6/xfrm*
8520 F:      net/ipv6/esp6.c
8521 F:      net/ipv6/ah6.c
8522 F:      net/ipv6/ipcomp6.c
8523 F:      net/ipv6/ip6_vti.c
8524 F:      include/uapi/linux/xfrm.h
8525 F:      include/net/xfrm.h
8526
8527 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8528 M:      Paul Moore <paul@paul-moore.com>
8529 L:      netdev@vger.kernel.org
8530 S:      Maintained
8531
8532 NETWORKING [WIRELESS]
8533 L:      linux-wireless@vger.kernel.org
8534 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8535
8536 NETWORKING DRIVERS
8537 L:      netdev@vger.kernel.org
8538 W:      http://www.linuxfoundation.org/en/Net
8539 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8542 S:      Odd Fixes
8543 F:      Documentation/devicetree/bindings/net/
8544 F:      drivers/net/
8545 F:      include/linux/if_*
8546 F:      include/linux/netdevice.h
8547 F:      include/linux/etherdevice.h
8548 F:      include/linux/fcdevice.h
8549 F:      include/linux/fddidevice.h
8550 F:      include/linux/hippidevice.h
8551 F:      include/linux/inetdevice.h
8552 F:      include/uapi/linux/if_*
8553 F:      include/uapi/linux/netdevice.h
8554
8555 NETWORKING DRIVERS (WIRELESS)
8556 M:      Kalle Valo <kvalo@codeaurora.org>
8557 L:      linux-wireless@vger.kernel.org
8558 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8561 S:      Maintained
8562 F:      Documentation/devicetree/bindings/net/wireless/
8563 F:      drivers/net/wireless/
8564
8565 NETXEN (1/10) GbE SUPPORT
8566 M:      Manish Chopra <manish.chopra@cavium.com>
8567 M:      Rahul Verma <rahul.verma@cavium.com>
8568 M:      Dept-GELinuxNICDev@cavium.com
8569 L:      netdev@vger.kernel.org
8570 S:      Supported
8571 F:      drivers/net/ethernet/qlogic/netxen/
8572
8573 NFC SUBSYSTEM
8574 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8575 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8576 M:      Samuel Ortiz <sameo@linux.intel.com>
8577 L:      linux-wireless@vger.kernel.org
8578 L:      linux-nfc@lists.01.org (subscribers-only)
8579 S:      Supported
8580 F:      net/nfc/
8581 F:      include/net/nfc/
8582 F:      include/uapi/linux/nfc.h
8583 F:      drivers/nfc/
8584 F:      include/linux/platform_data/nfcmrvl.h
8585 F:      include/linux/platform_data/nxp-nci.h
8586 F:      include/linux/platform_data/pn544.h
8587 F:      include/linux/platform_data/st21nfca.h
8588 F:      include/linux/platform_data/st-nci.h
8589 F:      Documentation/devicetree/bindings/net/nfc/
8590
8591 NFS, SUNRPC, AND LOCKD CLIENTS
8592 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8593 M:      Anna Schumaker <anna.schumaker@netapp.com>
8594 L:      linux-nfs@vger.kernel.org
8595 W:      http://client.linux-nfs.org
8596 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8597 S:      Maintained
8598 F:      fs/lockd/
8599 F:      fs/nfs/
8600 F:      fs/nfs_common/
8601 F:      net/sunrpc/
8602 F:      include/linux/lockd/
8603 F:      include/linux/nfs*
8604 F:      include/linux/sunrpc/
8605 F:      include/uapi/linux/nfs*
8606 F:      include/uapi/linux/sunrpc/
8607
8608 NILFS2 FILESYSTEM
8609 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8610 L:      linux-nilfs@vger.kernel.org
8611 W:      http://nilfs.sourceforge.net/
8612 W:      http://nilfs.osdn.jp/
8613 T:      git git://github.com/konis/nilfs2.git
8614 S:      Supported
8615 F:      Documentation/filesystems/nilfs2.txt
8616 F:      fs/nilfs2/
8617 F:      include/trace/events/nilfs2.h
8618 F:      include/uapi/linux/nilfs2_api.h
8619 F:      include/uapi/linux/nilfs2_ondisk.h
8620
8621 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8622 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8623 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8624 S:      Maintained
8625 F:      Documentation/scsi/NinjaSCSI.txt
8626 F:      drivers/scsi/pcmcia/nsp_*
8627
8628 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8629 M:      GOTO Masanori <gotom@debian.or.jp>
8630 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8631 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8632 S:      Maintained
8633 F:      Documentation/scsi/NinjaSCSI.txt
8634 F:      drivers/scsi/nsp32*
8635
8636 NIOS2 ARCHITECTURE
8637 M:      Ley Foon Tan <lftan@altera.com>
8638 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8640 S:      Maintained
8641 F:      arch/nios2/
8642
8643 NOKIA N900 POWER SUPPLY DRIVERS
8644 R:      Pali Rohár <pali.rohar@gmail.com>
8645 F:      include/linux/power/bq2415x_charger.h
8646 F:      include/linux/power/bq27xxx_battery.h
8647 F:      include/linux/power/isp1704_charger.h
8648 F:      drivers/power/supply/bq2415x_charger.c
8649 F:      drivers/power/supply/bq27xxx_battery.c
8650 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8651 F:      drivers/power/supply/isp1704_charger.c
8652 F:      drivers/power/supply/rx51_battery.c
8653
8654 NTB DRIVER CORE
8655 M:      Jon Mason <jdmason@kudzu.us>
8656 M:      Dave Jiang <dave.jiang@intel.com>
8657 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8658 L:      linux-ntb@googlegroups.com
8659 S:      Supported
8660 W:      https://github.com/jonmason/ntb/wiki
8661 T:      git git://github.com/jonmason/ntb.git
8662 F:      drivers/ntb/
8663 F:      drivers/net/ntb_netdev.c
8664 F:      include/linux/ntb.h
8665 F:      include/linux/ntb_transport.h
8666 F:      tools/testing/selftests/ntb/
8667
8668 NTB INTEL DRIVER
8669 M:      Jon Mason <jdmason@kudzu.us>
8670 M:      Dave Jiang <dave.jiang@intel.com>
8671 L:      linux-ntb@googlegroups.com
8672 S:      Supported
8673 W:      https://github.com/jonmason/ntb/wiki
8674 T:      git git://github.com/jonmason/ntb.git
8675 F:      drivers/ntb/hw/intel/
8676
8677 NTB AMD DRIVER
8678 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8679 L:      linux-ntb@googlegroups.com
8680 S:      Supported
8681 F:      drivers/ntb/hw/amd/
8682
8683 NTFS FILESYSTEM
8684 M:      Anton Altaparmakov <anton@tuxera.com>
8685 L:      linux-ntfs-dev@lists.sourceforge.net
8686 W:      http://www.tuxera.com/
8687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8688 S:      Supported
8689 F:      Documentation/filesystems/ntfs.txt
8690 F:      fs/ntfs/
8691
8692 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8693 M:      Antonino Daplas <adaplas@gmail.com>
8694 L:      linux-fbdev@vger.kernel.org
8695 S:      Maintained
8696 F:      drivers/video/fbdev/riva/
8697 F:      drivers/video/fbdev/nvidia/
8698
8699 NVM EXPRESS DRIVER
8700 M:      Keith Busch <keith.busch@intel.com>
8701 M:      Jens Axboe <axboe@fb.com>
8702 L:      linux-nvme@lists.infradead.org
8703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8704 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8705 S:      Supported
8706 F:      drivers/nvme/host/
8707 F:      include/linux/nvme.h
8708
8709 NVM EXPRESS TARGET DRIVER
8710 M:      Christoph Hellwig <hch@lst.de>
8711 M:      Sagi Grimberg <sagi@grimberg.me>
8712 L:      linux-nvme@lists.infradead.org
8713 S:      Supported
8714 F:      drivers/nvme/target/
8715
8716 NVMEM FRAMEWORK
8717 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8718 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8719 S:      Maintained
8720 F:      drivers/nvmem/
8721 F:      Documentation/devicetree/bindings/nvmem/
8722 F:      include/linux/nvmem-consumer.h
8723 F:      include/linux/nvmem-provider.h
8724
8725 NXP-NCI NFC DRIVER
8726 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8727 R:      Charles Gorand <charles.gorand@effinnov.com>
8728 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8729 S:      Supported
8730 F:      drivers/nfc/nxp-nci
8731
8732 NXP TDA998X DRM DRIVER
8733 M:      Russell King <rmk+kernel@armlinux.org.uk>
8734 S:      Supported
8735 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8736 F:      include/drm/i2c/tda998x.h
8737
8738 NXP TFA9879 DRIVER
8739 M:      Peter Rosin <peda@axentia.se>
8740 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8741 S:      Maintained
8742 F:      sound/soc/codecs/tfa9879*
8743
8744 OBJTOOL
8745 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8746 S:      Supported
8747 F:      tools/objtool/
8748
8749 OMAP SUPPORT
8750 M:      Tony Lindgren <tony@atomide.com>
8751 L:      linux-omap@vger.kernel.org
8752 W:      http://www.muru.com/linux/omap/
8753 W:      http://linux.omap.com/
8754 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8756 S:      Maintained
8757 F:      arch/arm/*omap*/
8758 F:      arch/arm/configs/omap1_defconfig
8759 F:      arch/arm/configs/omap2plus_defconfig
8760 F:      drivers/i2c/busses/i2c-omap.c
8761 F:      drivers/irqchip/irq-omap-intc.c
8762 F:      drivers/mfd/*omap*.c
8763 F:      drivers/mfd/menelaus.c
8764 F:      drivers/mfd/palmas.c
8765 F:      drivers/mfd/tps65217.c
8766 F:      drivers/mfd/tps65218.c
8767 F:      drivers/mfd/tps65910.c
8768 F:      drivers/mfd/twl-core.[ch]
8769 F:      drivers/mfd/twl4030*.c
8770 F:      drivers/mfd/twl6030*.c
8771 F:      drivers/mfd/twl6040*.c
8772 F:      drivers/regulator/palmas-regulator*.c
8773 F:      drivers/regulator/pbias-regulator.c
8774 F:      drivers/regulator/tps65217-regulator.c
8775 F:      drivers/regulator/tps65218-regulator.c
8776 F:      drivers/regulator/tps65910-regulator.c
8777 F:      drivers/regulator/twl-regulator.c
8778 F:      drivers/regulator/twl6030-regulator.c
8779 F:      include/linux/i2c-omap.h
8780
8781 OMAP DEVICE TREE SUPPORT
8782 M:      Benoît Cousson <bcousson@baylibre.com>
8783 M:      Tony Lindgren <tony@atomide.com>
8784 L:      linux-omap@vger.kernel.org
8785 L:      devicetree@vger.kernel.org
8786 S:      Maintained
8787 F:      arch/arm/boot/dts/*omap*
8788 F:      arch/arm/boot/dts/*am3*
8789 F:      arch/arm/boot/dts/*am4*
8790 F:      arch/arm/boot/dts/*am5*
8791 F:      arch/arm/boot/dts/*dra7*
8792
8793 OMAP CLOCK FRAMEWORK SUPPORT
8794 M:      Paul Walmsley <paul@pwsan.com>
8795 L:      linux-omap@vger.kernel.org
8796 S:      Maintained
8797 F:      arch/arm/*omap*/*clock*
8798
8799 OMAP POWER MANAGEMENT SUPPORT
8800 M:      Kevin Hilman <khilman@kernel.org>
8801 L:      linux-omap@vger.kernel.org
8802 S:      Maintained
8803 F:      arch/arm/*omap*/*pm*
8804 F:      drivers/cpufreq/omap-cpufreq.c
8805
8806 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8807 M:      Rajendra Nayak <rnayak@codeaurora.org>
8808 M:      Paul Walmsley <paul@pwsan.com>
8809 L:      linux-omap@vger.kernel.org
8810 S:      Maintained
8811 F:      arch/arm/mach-omap2/prm*
8812
8813 OMAP AUDIO SUPPORT
8814 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8815 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8816 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8817 L:      linux-omap@vger.kernel.org
8818 S:      Maintained
8819 F:      sound/soc/omap/
8820
8821 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8822 M:      Roger Quadros <rogerq@ti.com>
8823 M:      Tony Lindgren <tony@atomide.com>
8824 L:      linux-omap@vger.kernel.org
8825 S:      Maintained
8826 F:      drivers/memory/omap-gpmc.c
8827 F:      arch/arm/mach-omap2/*gpmc*
8828
8829 OMAP FRAMEBUFFER SUPPORT
8830 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8831 L:      linux-fbdev@vger.kernel.org
8832 L:      linux-omap@vger.kernel.org
8833 S:      Maintained
8834 F:      drivers/video/fbdev/omap/
8835
8836 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8837 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8838 L:      linux-omap@vger.kernel.org
8839 L:      linux-fbdev@vger.kernel.org
8840 S:      Maintained
8841 F:      drivers/video/fbdev/omap2/
8842 F:      Documentation/arm/OMAP/DSS
8843
8844 OMAP HARDWARE SPINLOCK SUPPORT
8845 M:      Ohad Ben-Cohen <ohad@wizery.com>
8846 L:      linux-omap@vger.kernel.org
8847 S:      Maintained
8848 F:      drivers/hwspinlock/omap_hwspinlock.c
8849
8850 OMAP MMC SUPPORT
8851 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8852 L:      linux-omap@vger.kernel.org
8853 S:      Maintained
8854 F:      drivers/mmc/host/omap.c
8855
8856 OMAP HS MMC SUPPORT
8857 L:      linux-mmc@vger.kernel.org
8858 L:      linux-omap@vger.kernel.org
8859 S:      Orphan
8860 F:      drivers/mmc/host/omap_hsmmc.c
8861
8862 OMAP RANDOM NUMBER GENERATOR SUPPORT
8863 M:      Deepak Saxena <dsaxena@plexity.net>
8864 S:      Maintained
8865 F:      drivers/char/hw_random/omap-rng.c
8866
8867 OMAP HWMOD SUPPORT
8868 M:      Benoît Cousson <bcousson@baylibre.com>
8869 M:      Paul Walmsley <paul@pwsan.com>
8870 L:      linux-omap@vger.kernel.org
8871 S:      Maintained
8872 F:      arch/arm/mach-omap2/omap_hwmod.*
8873
8874 OMAP HWMOD DATA
8875 M:      Paul Walmsley <paul@pwsan.com>
8876 L:      linux-omap@vger.kernel.org
8877 S:      Maintained
8878 F:      arch/arm/mach-omap2/omap_hwmod*data*
8879
8880 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8881 M:      Benoît Cousson <bcousson@baylibre.com>
8882 L:      linux-omap@vger.kernel.org
8883 S:      Maintained
8884 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8885
8886 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8887 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8888 L:      linux-media@vger.kernel.org
8889 S:      Maintained
8890 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8891 F:      drivers/media/platform/omap3isp/
8892 F:      drivers/staging/media/omap4iss/
8893
8894 OMAP USB SUPPORT
8895 L:      linux-usb@vger.kernel.org
8896 L:      linux-omap@vger.kernel.org
8897 S:      Orphan
8898 F:      drivers/usb/*/*omap*
8899 F:      arch/arm/*omap*/usb*
8900
8901 OMAP GPIO DRIVER
8902 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8903 M:      Santosh Shilimkar <ssantosh@kernel.org>
8904 M:      Kevin Hilman <khilman@kernel.org>
8905 L:      linux-omap@vger.kernel.org
8906 S:      Maintained
8907 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8908 F:      drivers/gpio/gpio-omap.c
8909
8910 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8911 M:      Mark Jackson <mpfj@newflow.co.uk>
8912 L:      linux-omap@vger.kernel.org
8913 S:      Maintained
8914 F:      arch/arm/boot/dts/am335x-nano.dts
8915
8916 OMFS FILESYSTEM
8917 M:      Bob Copeland <me@bobcopeland.com>
8918 L:      linux-karma-devel@lists.sourceforge.net
8919 S:      Maintained
8920 F:      Documentation/filesystems/omfs.txt
8921 F:      fs/omfs/
8922
8923 OMNIKEY CARDMAN 4000 DRIVER
8924 M:      Harald Welte <laforge@gnumonks.org>
8925 S:      Maintained
8926 F:      drivers/char/pcmcia/cm4000_cs.c
8927 F:      include/linux/cm4000_cs.h
8928 F:      include/uapi/linux/cm4000_cs.h
8929
8930 OMNIKEY CARDMAN 4040 DRIVER
8931 M:      Harald Welte <laforge@gnumonks.org>
8932 S:      Maintained
8933 F:      drivers/char/pcmcia/cm4040_cs.*
8934
8935 OMNIVISION OV7670 SENSOR DRIVER
8936 M:      Jonathan Corbet <corbet@lwn.net>
8937 L:      linux-media@vger.kernel.org
8938 T:      git git://linuxtv.org/media_tree.git
8939 S:      Maintained
8940 F:      drivers/media/i2c/ov7670.c
8941
8942 ONENAND FLASH DRIVER
8943 M:      Kyungmin Park <kyungmin.park@samsung.com>
8944 L:      linux-mtd@lists.infradead.org
8945 S:      Maintained
8946 F:      drivers/mtd/onenand/
8947 F:      include/linux/mtd/onenand*.h
8948
8949 ONSTREAM SCSI TAPE DRIVER
8950 M:      Willem Riede <osst@riede.org>
8951 L:      osst-users@lists.sourceforge.net
8952 L:      linux-scsi@vger.kernel.org
8953 S:      Maintained
8954 F:      Documentation/scsi/osst.txt
8955 F:      drivers/scsi/osst.*
8956 F:      drivers/scsi/osst_*.h
8957 F:      drivers/scsi/st.h
8958
8959 OPENCORES I2C BUS DRIVER
8960 M:      Peter Korsgaard <jacmet@sunsite.dk>
8961 L:      linux-i2c@vger.kernel.org
8962 S:      Maintained
8963 F:      Documentation/i2c/busses/i2c-ocores
8964 F:      drivers/i2c/busses/i2c-ocores.c
8965
8966 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8967 M:      Rob Herring <robh+dt@kernel.org>
8968 M:      Frank Rowand <frowand.list@gmail.com>
8969 L:      devicetree@vger.kernel.org
8970 W:      http://www.devicetree.org/
8971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8972 S:      Maintained
8973 F:      drivers/of/
8974 F:      include/linux/of*.h
8975 F:      scripts/dtc/
8976
8977 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8978 M:      Rob Herring <robh+dt@kernel.org>
8979 M:      Mark Rutland <mark.rutland@arm.com>
8980 L:      devicetree@vger.kernel.org
8981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8982 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8983 S:      Maintained
8984 F:      Documentation/devicetree/
8985 F:      arch/*/boot/dts/
8986 F:      include/dt-bindings/
8987
8988 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8989 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8990 L:      devicetree@vger.kernel.org
8991 S:      Maintained
8992 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8993 F:      Documentation/devicetree/overlay-notes.txt
8994 F:      drivers/of/overlay.c
8995 F:      drivers/of/resolver.c
8996
8997 OPENRISC ARCHITECTURE
8998 M:      Jonas Bonn <jonas@southpole.se>
8999 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9000 M:      Stafford Horne <shorne@gmail.com>
9001 L:      openrisc@lists.librecores.org
9002 W:      http://openrisc.io
9003 S:      Maintained
9004 F:      arch/openrisc/
9005
9006 OPENVSWITCH
9007 M:      Pravin Shelar <pshelar@nicira.com>
9008 L:      netdev@vger.kernel.org
9009 L:      dev@openvswitch.org
9010 W:      http://openvswitch.org
9011 S:      Maintained
9012 F:      net/openvswitch/
9013 F:      include/uapi/linux/openvswitch.h
9014
9015 OPERATING PERFORMANCE POINTS (OPP)
9016 M:      Viresh Kumar <vireshk@kernel.org>
9017 M:      Nishanth Menon <nm@ti.com>
9018 M:      Stephen Boyd <sboyd@codeaurora.org>
9019 L:      linux-pm@vger.kernel.org
9020 S:      Maintained
9021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9022 F:      drivers/base/power/opp/
9023 F:      include/linux/pm_opp.h
9024 F:      Documentation/power/opp.txt
9025 F:      Documentation/devicetree/bindings/opp/
9026
9027 OPL4 DRIVER
9028 M:      Clemens Ladisch <clemens@ladisch.de>
9029 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9030 T:      git git://git.alsa-project.org/alsa-kernel.git
9031 S:      Maintained
9032 F:      sound/drivers/opl4/
9033
9034 OPROFILE
9035 M:      Robert Richter <rric@kernel.org>
9036 L:      oprofile-list@lists.sf.net
9037 S:      Maintained
9038 F:      arch/*/include/asm/oprofile*.h
9039 F:      arch/*/oprofile/
9040 F:      drivers/oprofile/
9041 F:      include/linux/oprofile.h
9042
9043 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9044 M:      Mark Fasheh <mfasheh@versity.com>
9045 M:      Joel Becker <jlbec@evilplan.org>
9046 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9047 W:      http://ocfs2.wiki.kernel.org
9048 S:      Supported
9049 F:      Documentation/filesystems/ocfs2.txt
9050 F:      Documentation/filesystems/dlmfs.txt
9051 F:      fs/ocfs2/
9052
9053 ORINOCO DRIVER
9054 L:      linux-wireless@vger.kernel.org
9055 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9056 W:      http://www.nongnu.org/orinoco/
9057 S:      Orphan
9058 F:      drivers/net/wireless/intersil/orinoco/
9059
9060 OSD LIBRARY and FILESYSTEM
9061 M:      Boaz Harrosh <ooo@electrozaur.com>
9062 M:      Benny Halevy <bhalevy@primarydata.com>
9063 L:      osd-dev@open-osd.org
9064 W:      http://open-osd.org
9065 T:      git git://git.open-osd.org/open-osd.git
9066 S:      Maintained
9067 F:      drivers/scsi/osd/
9068 F:      include/scsi/osd_*
9069 F:      fs/exofs/
9070
9071 OVERLAY FILESYSTEM
9072 M:      Miklos Szeredi <miklos@szeredi.hu>
9073 L:      linux-unionfs@vger.kernel.org
9074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9075 S:      Supported
9076 F:      fs/overlayfs/
9077 F:      Documentation/filesystems/overlayfs.txt
9078
9079 ORANGEFS FILESYSTEM
9080 M:      Mike Marshall <hubcap@omnibond.com>
9081 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9083 S:      Supported
9084 F:      fs/orangefs/
9085 F:      Documentation/filesystems/orangefs.txt
9086
9087 P54 WIRELESS DRIVER
9088 M:      Christian Lamparter <chunkeey@googlemail.com>
9089 L:      linux-wireless@vger.kernel.org
9090 W:      http://wireless.kernel.org/en/users/Drivers/p54
9091 S:      Maintained
9092 F:      drivers/net/wireless/intersil/p54/
9093
9094 PA SEMI ETHERNET DRIVER
9095 L:      netdev@vger.kernel.org
9096 S:      Orphan
9097 F:      drivers/net/ethernet/pasemi/*
9098
9099 PA SEMI SMBUS DRIVER
9100 L:      linux-i2c@vger.kernel.org
9101 S:      Orphan
9102 F:      drivers/i2c/busses/i2c-pasemi.c
9103
9104 PADATA PARALLEL EXECUTION MECHANISM
9105 M:      Steffen Klassert <steffen.klassert@secunet.com>
9106 L:      linux-crypto@vger.kernel.org
9107 S:      Maintained
9108 F:      kernel/padata.c
9109 F:      include/linux/padata.h
9110 F:      Documentation/padata.txt
9111
9112 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9113 M:      Harald Welte <laforge@gnumonks.org>
9114 L:      platform-driver-x86@vger.kernel.org
9115 S:      Maintained
9116 F:      drivers/platform/x86/panasonic-laptop.c
9117
9118 PANASONIC MN10300/AM33/AM34 PORT
9119 M:      David Howells <dhowells@redhat.com>
9120 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9121 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9122 S:      Maintained
9123 F:      Documentation/mn10300/
9124 F:      arch/mn10300/
9125
9126 PARALLEL LCD/KEYPAD PANEL DRIVER
9127 M:      Willy Tarreau <willy@haproxy.com>
9128 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9129 S:      Odd Fixes
9130 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9131 F:      drivers/misc/panel.c
9132
9133 PARALLEL PORT SUBSYSTEM
9134 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9135 M:      Sudip Mukherjee <sudip@vectorindia.org>
9136 L:      linux-parport@lists.infradead.org (subscribers-only)
9137 S:      Maintained
9138 F:      drivers/parport/
9139 F:      include/linux/parport*.h
9140 F:      drivers/char/ppdev.c
9141 F:      include/uapi/linux/ppdev.h
9142 F:      Documentation/parport*.txt
9143
9144 PARAVIRT_OPS INTERFACE
9145 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9146 M:      Chris Wright <chrisw@sous-sol.org>
9147 M:      Alok Kataria <akataria@vmware.com>
9148 M:      Rusty Russell <rusty@rustcorp.com.au>
9149 L:      virtualization@lists.linux-foundation.org
9150 S:      Supported
9151 F:      Documentation/virtual/paravirt_ops.txt
9152 F:      arch/*/kernel/paravirt*
9153 F:      arch/*/include/asm/paravirt.h
9154 F:      include/linux/hypervisor.h
9155
9156 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9157 M:      Tim Waugh <tim@cyberelk.net>
9158 L:      linux-parport@lists.infradead.org (subscribers-only)
9159 S:      Maintained
9160 F:      Documentation/blockdev/paride.txt
9161 F:      drivers/block/paride/
9162
9163 PARISC ARCHITECTURE
9164 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9165 M:      Helge Deller <deller@gmx.de>
9166 L:      linux-parisc@vger.kernel.org
9167 W:      http://www.parisc-linux.org/
9168 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9171 S:      Maintained
9172 F:      arch/parisc/
9173 F:      Documentation/parisc/
9174 F:      drivers/parisc/
9175 F:      drivers/char/agp/parisc-agp.c
9176 F:      drivers/input/serio/gscps2.c
9177 F:      drivers/parport/parport_gsc.*
9178 F:      drivers/tty/serial/8250/8250_gsc.c
9179 F:      drivers/video/fbdev/sti*
9180 F:      drivers/video/console/sti*
9181 F:      drivers/video/logo/logo_parisc*
9182
9183 PC87360 HARDWARE MONITORING DRIVER
9184 M:      Jim Cromie <jim.cromie@gmail.com>
9185 L:      linux-hwmon@vger.kernel.org
9186 S:      Maintained
9187 F:      Documentation/hwmon/pc87360
9188 F:      drivers/hwmon/pc87360.c
9189
9190 PC8736x GPIO DRIVER
9191 M:      Jim Cromie <jim.cromie@gmail.com>
9192 S:      Maintained
9193 F:      drivers/char/pc8736x_gpio.c
9194
9195 PC87427 HARDWARE MONITORING DRIVER
9196 M:      Jean Delvare <jdelvare@suse.com>
9197 L:      linux-hwmon@vger.kernel.org
9198 S:      Maintained
9199 F:      Documentation/hwmon/pc87427
9200 F:      drivers/hwmon/pc87427.c
9201
9202 PCA9532 LED DRIVER
9203 M:      Riku Voipio <riku.voipio@iki.fi>
9204 S:      Maintained
9205 F:      drivers/leds/leds-pca9532.c
9206 F:      include/linux/leds-pca9532.h
9207
9208 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9209 M:      Guenter Roeck <linux@roeck-us.net>
9210 L:      linux-i2c@vger.kernel.org
9211 S:      Maintained
9212 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9213
9214 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9215 M:      Khalid Aziz <khalid@gonehiking.org>
9216 S:      Maintained
9217 F:      drivers/firmware/pcdp.*
9218
9219 PCI ERROR RECOVERY
9220 M:      Linas Vepstas <linasvepstas@gmail.com>
9221 L:      linux-pci@vger.kernel.org
9222 S:      Supported
9223 F:      Documentation/PCI/pci-error-recovery.txt
9224
9225 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9226 M:      Russell Currey <ruscur@russell.cc>
9227 L:      linuxppc-dev@lists.ozlabs.org
9228 S:      Supported
9229 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9230 F:      arch/powerpc/kernel/eeh*.c
9231 F:      arch/powerpc/platforms/*/eeh*.c
9232 F:      arch/powerpc/include/*/eeh*.h
9233
9234 PCI SUBSYSTEM
9235 M:      Bjorn Helgaas <bhelgaas@google.com>
9236 L:      linux-pci@vger.kernel.org
9237 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9239 S:      Supported
9240 F:      Documentation/devicetree/bindings/pci/
9241 F:      Documentation/PCI/
9242 F:      drivers/pci/
9243 F:      include/linux/pci*
9244 F:      arch/x86/pci/
9245 F:      arch/x86/kernel/quirks.c
9246
9247 PCI DRIVER FOR ALTERA PCIE IP
9248 M:      Ley Foon Tan <lftan@altera.com>
9249 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9250 L:      linux-pci@vger.kernel.org
9251 S:      Supported
9252 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9253 F:      drivers/pci/host/pcie-altera.c
9254
9255 PCI DRIVER FOR ARM VERSATILE PLATFORM
9256 M:      Rob Herring <robh@kernel.org>
9257 L:      linux-pci@vger.kernel.org
9258 L:      linux-arm-kernel@lists.infradead.org
9259 S:      Maintained
9260 F:      Documentation/devicetree/bindings/pci/versatile.txt
9261 F:      drivers/pci/host/pci-versatile.c
9262
9263 PCI DRIVER FOR ARMADA 8K
9264 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9265 L:      linux-pci@vger.kernel.org
9266 L:      linux-arm-kernel@lists.infradead.org
9267 S:      Maintained
9268 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9269 F:      drivers/pci/host/pcie-armada8k.c
9270
9271 PCI DRIVER FOR APPLIEDMICRO XGENE
9272 M:      Tanmay Inamdar <tinamdar@apm.com>
9273 L:      linux-pci@vger.kernel.org
9274 L:      linux-arm-kernel@lists.infradead.org
9275 S:      Maintained
9276 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9277 F:      drivers/pci/host/pci-xgene.c
9278
9279 PCI DRIVER FOR FREESCALE LAYERSCAPE
9280 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9281 M:      Mingkai Hu <mingkai.hu@freescale.com>
9282 M:      Roy Zang <tie-fei.zang@freescale.com>
9283 L:      linuxppc-dev@lists.ozlabs.org
9284 L:      linux-pci@vger.kernel.org
9285 L:      linux-arm-kernel@lists.infradead.org
9286 S:      Maintained
9287 F:      drivers/pci/host/*layerscape*
9288
9289 PCI DRIVER FOR IMX6
9290 M:      Richard Zhu <hongxing.zhu@nxp.com>
9291 M:      Lucas Stach <l.stach@pengutronix.de>
9292 L:      linux-pci@vger.kernel.org
9293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9294 S:      Maintained
9295 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9296 F:      drivers/pci/host/*imx6*
9297
9298 PCI DRIVER FOR TI KEYSTONE
9299 M:      Murali Karicheri <m-karicheri2@ti.com>
9300 L:      linux-pci@vger.kernel.org
9301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9302 S:      Maintained
9303 F:      drivers/pci/host/*keystone*
9304
9305 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9306 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9307 M:      Jason Cooper <jason@lakedaemon.net>
9308 L:      linux-pci@vger.kernel.org
9309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9310 S:      Maintained
9311 F:      drivers/pci/host/*mvebu*
9312
9313 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9314 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9315 L:      linux-pci@vger.kernel.org
9316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9317 S:      Maintained
9318 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9319 F:      drivers/pci/host/pci-aardvark.c
9320
9321 PCI DRIVER FOR NVIDIA TEGRA
9322 M:      Thierry Reding <thierry.reding@gmail.com>
9323 L:      linux-tegra@vger.kernel.org
9324 L:      linux-pci@vger.kernel.org
9325 S:      Supported
9326 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9327 F:      drivers/pci/host/pci-tegra.c
9328
9329 PCI DRIVER FOR TI DRA7XX
9330 M:      Kishon Vijay Abraham I <kishon@ti.com>
9331 L:      linux-omap@vger.kernel.org
9332 L:      linux-pci@vger.kernel.org
9333 S:      Supported
9334 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9335 F:      drivers/pci/host/pci-dra7xx.c
9336
9337 PCI DRIVER FOR RENESAS R-CAR
9338 M:      Simon Horman <horms@verge.net.au>
9339 L:      linux-pci@vger.kernel.org
9340 L:      linux-renesas-soc@vger.kernel.org
9341 S:      Maintained
9342 F:      drivers/pci/host/*rcar*
9343
9344 PCI DRIVER FOR SAMSUNG EXYNOS
9345 M:      Jingoo Han <jingoohan1@gmail.com>
9346 L:      linux-pci@vger.kernel.org
9347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9348 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9349 S:      Maintained
9350 F:      drivers/pci/host/pci-exynos.c
9351
9352 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9353 M:      Jingoo Han <jingoohan1@gmail.com>
9354 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9355 L:      linux-pci@vger.kernel.org
9356 S:      Maintained
9357 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9358 F:      drivers/pci/host/*designware*
9359
9360 PCI DRIVER FOR GENERIC OF HOSTS
9361 M:      Will Deacon <will.deacon@arm.com>
9362 L:      linux-pci@vger.kernel.org
9363 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9364 S:      Maintained
9365 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9366 F:      drivers/pci/host/pci-host-common.c
9367 F:      drivers/pci/host/pci-host-generic.c
9368
9369 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9370 M:      Keith Busch <keith.busch@intel.com>
9371 L:      linux-pci@vger.kernel.org
9372 S:      Supported
9373 F:      drivers/pci/host/vmd.c
9374
9375 PCIE DRIVER FOR ST SPEAR13XX
9376 M:      Pratyush Anand <pratyush.anand@gmail.com>
9377 L:      linux-pci@vger.kernel.org
9378 S:      Maintained
9379 F:      drivers/pci/host/*spear*
9380
9381 PCI MSI DRIVER FOR ALTERA MSI IP
9382 M:      Ley Foon Tan <lftan@altera.com>
9383 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9384 L:      linux-pci@vger.kernel.org
9385 S:      Supported
9386 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9387 F:      drivers/pci/host/pcie-altera-msi.c
9388
9389 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9390 M:      Duc Dang <dhdang@apm.com>
9391 L:      linux-pci@vger.kernel.org
9392 L:      linux-arm-kernel@lists.infradead.org
9393 S:      Maintained
9394 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9395 F:      drivers/pci/host/pci-xgene-msi.c
9396
9397 PCIE DRIVER FOR AXIS ARTPEC
9398 M:      Niklas Cassel <niklas.cassel@axis.com>
9399 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9400 L:      linux-arm-kernel@axis.com
9401 L:      linux-pci@vger.kernel.org
9402 S:      Maintained
9403 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9404 F:      drivers/pci/host/*artpec*
9405
9406 PCIE DRIVER FOR HISILICON
9407 M:      Zhou Wang <wangzhou1@hisilicon.com>
9408 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9409 L:      linux-pci@vger.kernel.org
9410 S:      Maintained
9411 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9412 F:      drivers/pci/host/pcie-hisi.c
9413
9414 PCIE DRIVER FOR ROCKCHIP
9415 M:      Shawn Lin <shawn.lin@rock-chips.com>
9416 M:      Wenrui Li <wenrui.li@rock-chips.com>
9417 L:      linux-pci@vger.kernel.org
9418 L:      linux-rockchip@lists.infradead.org
9419 S:      Maintained
9420 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9421 F:      drivers/pci/host/pcie-rockchip.c
9422
9423 PCIE DRIVER FOR QUALCOMM MSM
9424 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9425 L:     linux-pci@vger.kernel.org
9426 L:     linux-arm-msm@vger.kernel.org
9427 S:     Maintained
9428 F:     drivers/pci/host/*qcom*
9429
9430 PCIE DRIVER FOR CAVIUM THUNDERX
9431 M:      David Daney <david.daney@cavium.com>
9432 L:      linux-pci@vger.kernel.org
9433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9434 S:      Supported
9435 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9436 F:      drivers/pci/host/pci-thunder-*
9437
9438 PCMCIA SUBSYSTEM
9439 P:      Linux PCMCIA Team
9440 L:      linux-pcmcia@lists.infradead.org
9441 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9443 S:      Maintained
9444 F:      Documentation/pcmcia/
9445 F:      tools/pcmcia/
9446 F:      drivers/pcmcia/
9447 F:      include/pcmcia/
9448
9449 PCNET32 NETWORK DRIVER
9450 M:      Don Fry <pcnet32@frontier.com>
9451 L:      netdev@vger.kernel.org
9452 S:      Maintained
9453 F:      drivers/net/ethernet/amd/pcnet32.c
9454
9455 PCRYPT PARALLEL CRYPTO ENGINE
9456 M:      Steffen Klassert <steffen.klassert@secunet.com>
9457 L:      linux-crypto@vger.kernel.org
9458 S:      Maintained
9459 F:      crypto/pcrypt.c
9460 F:      include/crypto/pcrypt.h
9461
9462 PER-CPU MEMORY ALLOCATOR
9463 M:      Tejun Heo <tj@kernel.org>
9464 M:      Christoph Lameter <cl@linux.com>
9465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9466 S:      Maintained
9467 F:      include/linux/percpu*.h
9468 F:      mm/percpu*.c
9469 F:      arch/*/include/asm/percpu.h
9470
9471 PER-TASK DELAY ACCOUNTING
9472 M:      Balbir Singh <bsingharora@gmail.com>
9473 S:      Maintained
9474 F:      include/linux/delayacct.h
9475 F:      kernel/delayacct.c
9476
9477 PERFORMANCE EVENTS SUBSYSTEM
9478 M:      Peter Zijlstra <peterz@infradead.org>
9479 M:      Ingo Molnar <mingo@redhat.com>
9480 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9481 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9482 L:      linux-kernel@vger.kernel.org
9483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9484 S:      Supported
9485 F:      kernel/events/*
9486 F:      include/linux/perf_event.h
9487 F:      include/uapi/linux/perf_event.h
9488 F:      arch/*/kernel/perf_event*.c
9489 F:      arch/*/kernel/*/perf_event*.c
9490 F:      arch/*/kernel/*/*/perf_event*.c
9491 F:      arch/*/include/asm/perf_event.h
9492 F:      arch/*/kernel/perf_callchain.c
9493 F:      arch/*/events/*
9494 F:      tools/perf/
9495
9496 PERSONALITY HANDLING
9497 M:      Christoph Hellwig <hch@infradead.org>
9498 L:      linux-abi-devel@lists.sourceforge.net
9499 S:      Maintained
9500 F:      include/linux/personality.h
9501 F:      include/uapi/linux/personality.h
9502
9503 PHONET PROTOCOL
9504 M:      Remi Denis-Courmont <courmisch@gmail.com>
9505 S:      Supported
9506 F:      Documentation/networking/phonet.txt
9507 F:      include/linux/phonet.h
9508 F:      include/net/phonet/
9509 F:      include/uapi/linux/phonet.h
9510 F:      net/phonet/
9511
9512 PHRAM MTD DRIVER
9513 M:      Joern Engel <joern@lazybastard.org>
9514 L:      linux-mtd@lists.infradead.org
9515 S:      Maintained
9516 F:      drivers/mtd/devices/phram.c
9517
9518 PICOLCD HID DRIVER
9519 M:      Bruno Prémont <bonbons@linux-vserver.org>
9520 L:      linux-input@vger.kernel.org
9521 S:      Maintained
9522 F:      drivers/hid/hid-picolcd*
9523
9524 PICOXCELL SUPPORT
9525 M:      Jamie Iles <jamie@jamieiles.com>
9526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9527 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9528 S:      Supported
9529 F:      arch/arm/boot/dts/picoxcell*
9530 F:      arch/arm/mach-picoxcell/
9531 F:      drivers/crypto/picoxcell*
9532
9533 PIN CONTROL SUBSYSTEM
9534 M:      Linus Walleij <linus.walleij@linaro.org>
9535 L:      linux-gpio@vger.kernel.org
9536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9537 S:      Maintained
9538 F:      Documentation/devicetree/bindings/pinctrl/
9539 F:      Documentation/pinctrl.txt
9540 F:      drivers/pinctrl/
9541 F:      include/linux/pinctrl/
9542
9543 PIN CONTROLLER - ATMEL AT91
9544 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9546 S:      Maintained
9547 F:      drivers/pinctrl/pinctrl-at91.*
9548
9549 PIN CONTROLLER - ATMEL AT91 PIO4
9550 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9552 L:      linux-gpio@vger.kernel.org
9553 S:      Supported
9554 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9555
9556 PIN CONTROLLER - INTEL
9557 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9558 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9559 S:      Maintained
9560 F:      drivers/pinctrl/intel/
9561
9562 PIN CONTROLLER - RENESAS
9563 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9564 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9565 L:      linux-renesas-soc@vger.kernel.org
9566 S:      Maintained
9567 F:      drivers/pinctrl/sh-pfc/
9568
9569 PIN CONTROLLER - SAMSUNG
9570 M:      Tomasz Figa <tomasz.figa@gmail.com>
9571 M:      Krzysztof Kozlowski <krzk@kernel.org>
9572 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9574 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9575 S:      Maintained
9576 F:      drivers/pinctrl/samsung/
9577 F:      include/dt-bindings/pinctrl/samsung.h
9578 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9579
9580 PIN CONTROLLER - SINGLE
9581 M:      Tony Lindgren <tony@atomide.com>
9582 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9583 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9584 L:      linux-omap@vger.kernel.org
9585 S:      Maintained
9586 F:      drivers/pinctrl/pinctrl-single.c
9587
9588 PIN CONTROLLER - ST SPEAR
9589 M:      Viresh Kumar <vireshk@kernel.org>
9590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9591 W:      http://www.st.com/spear
9592 S:      Maintained
9593 F:      drivers/pinctrl/spear/
9594
9595 PISTACHIO SOC SUPPORT
9596 M:      James Hartley <james.hartley@imgtec.com>
9597 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9598 L:      linux-mips@linux-mips.org
9599 S:      Maintained
9600 F:      arch/mips/pistachio/
9601 F:      arch/mips/include/asm/mach-pistachio/
9602 F:      arch/mips/boot/dts/pistachio/
9603 F:      arch/mips/configs/pistachio*_defconfig
9604
9605 PKTCDVD DRIVER
9606 M:      Jiri Kosina <jikos@kernel.org>
9607 S:      Maintained
9608 F:      drivers/block/pktcdvd.c
9609 F:      include/linux/pktcdvd.h
9610 F:      include/uapi/linux/pktcdvd.h
9611
9612 PKUNITY SOC DRIVERS
9613 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9614 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9615 S:      Maintained
9616 T:      git git://github.com/gxt/linux.git
9617 F:      drivers/input/serio/i8042-unicore32io.h
9618 F:      drivers/i2c/busses/i2c-puv3.c
9619 F:      drivers/video/fbdev/fb-puv3.c
9620 F:      drivers/rtc/rtc-puv3.c
9621
9622 PMBUS HARDWARE MONITORING DRIVERS
9623 M:      Guenter Roeck <linux@roeck-us.net>
9624 L:      linux-hwmon@vger.kernel.org
9625 W:      http://hwmon.wiki.kernel.org/
9626 W:      http://www.roeck-us.net/linux/drivers/
9627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9628 S:      Maintained
9629 F:      Documentation/hwmon/pmbus
9630 F:      drivers/hwmon/pmbus/
9631 F:      include/linux/i2c/pmbus.h
9632
9633 PMC SIERRA MaxRAID DRIVER
9634 L:      linux-scsi@vger.kernel.org
9635 W:      http://www.pmc-sierra.com/
9636 S:      Orphan
9637 F:      drivers/scsi/pmcraid.*
9638
9639 PMC SIERRA PM8001 DRIVER
9640 M:      Jack Wang <jinpu.wang@profitbricks.com>
9641 M:      lindar_liu@usish.com
9642 L:      pmchba@pmcs.com
9643 L:      linux-scsi@vger.kernel.org
9644 S:      Supported
9645 F:      drivers/scsi/pm8001/
9646
9647 POSIX CLOCKS and TIMERS
9648 M:      Thomas Gleixner <tglx@linutronix.de>
9649 L:      linux-kernel@vger.kernel.org
9650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9651 S:      Maintained
9652 F:      fs/timerfd.c
9653 F:      include/linux/timer*
9654 F:      kernel/time/*timer*
9655
9656 POWER MANAGEMENT CORE
9657 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9658 L:      linux-pm@vger.kernel.org
9659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9660 B:      https://bugzilla.kernel.org
9661 S:      Supported
9662 F:      drivers/base/power/
9663 F:      include/linux/pm.h
9664 F:      include/linux/pm_*
9665 F:      include/linux/powercap.h
9666 F:      drivers/powercap/
9667
9668 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9669 M:      Sebastian Reichel <sre@kernel.org>
9670 L:      linux-pm@vger.kernel.org
9671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9672 S:      Maintained
9673 F:      Documentation/devicetree/bindings/power/supply/
9674 F:      include/linux/power_supply.h
9675 F:      drivers/power/supply/
9676
9677 POWER STATE COORDINATION INTERFACE (PSCI)
9678 M:      Mark Rutland <mark.rutland@arm.com>
9679 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9680 L:      linux-arm-kernel@lists.infradead.org
9681 S:      Maintained
9682 F:      drivers/firmware/psci.c
9683 F:      include/linux/psci.h
9684 F:      include/uapi/linux/psci.h
9685
9686 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9687 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9688 L:      linuxppc-dev@lists.ozlabs.org
9689 S:      Maintained
9690 F:      drivers/char/powernv-op-panel.c
9691
9692 PNP SUPPORT
9693 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9694 S:      Maintained
9695 F:      drivers/pnp/
9696
9697 PPP PROTOCOL DRIVERS AND COMPRESSORS
9698 M:      Paul Mackerras <paulus@samba.org>
9699 L:      linux-ppp@vger.kernel.org
9700 S:      Maintained
9701 F:      drivers/net/ppp/ppp_*
9702
9703 PPP OVER ATM (RFC 2364)
9704 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9705 S:      Maintained
9706 F:      net/atm/pppoatm.c
9707 F:      include/uapi/linux/atmppp.h
9708
9709 PPP OVER ETHERNET
9710 M:      Michal Ostrowski <mostrows@earthlink.net>
9711 S:      Maintained
9712 F:      drivers/net/ppp/pppoe.c
9713 F:      drivers/net/ppp/pppox.c
9714
9715 PPP OVER L2TP
9716 M:      James Chapman <jchapman@katalix.com>
9717 S:      Maintained
9718 F:      net/l2tp/l2tp_ppp.c
9719 F:      include/linux/if_pppol2tp.h
9720 F:      include/uapi/linux/if_pppol2tp.h
9721
9722 PPS SUPPORT
9723 M:      Rodolfo Giometti <giometti@enneenne.com>
9724 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9725 L:      linuxpps@ml.enneenne.com (subscribers-only)
9726 S:      Maintained
9727 F:      Documentation/pps/
9728 F:      drivers/pps/
9729 F:      include/linux/pps*.h
9730
9731 PPTP DRIVER
9732 M:      Dmitry Kozlov <xeb@mail.ru>
9733 L:      netdev@vger.kernel.org
9734 S:      Maintained
9735 F:      drivers/net/ppp/pptp.c
9736 W:      http://sourceforge.net/projects/accel-pptp
9737
9738 PREEMPTIBLE KERNEL
9739 M:      Robert Love <rml@tech9.net>
9740 L:      kpreempt-tech@lists.sourceforge.net
9741 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9742 S:      Supported
9743 F:      Documentation/preempt-locking.txt
9744 F:      include/linux/preempt.h
9745
9746 PRISM54 WIRELESS DRIVER
9747 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9748 L:      linux-wireless@vger.kernel.org
9749 W:      http://wireless.kernel.org/en/users/Drivers/p54
9750 S:      Obsolete
9751 F:      drivers/net/wireless/intersil/prism54/
9752
9753 PS3 NETWORK SUPPORT
9754 M:      Geoff Levand <geoff@infradead.org>
9755 L:      netdev@vger.kernel.org
9756 L:      linuxppc-dev@lists.ozlabs.org
9757 S:      Maintained
9758 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9759
9760 PS3 PLATFORM SUPPORT
9761 M:      Geoff Levand <geoff@infradead.org>
9762 L:      linuxppc-dev@lists.ozlabs.org
9763 S:      Maintained
9764 F:      arch/powerpc/boot/ps3*
9765 F:      arch/powerpc/include/asm/lv1call.h
9766 F:      arch/powerpc/include/asm/ps3*.h
9767 F:      arch/powerpc/platforms/ps3/
9768 F:      drivers/*/ps3*
9769 F:      drivers/ps3/
9770 F:      drivers/rtc/rtc-ps3.c
9771 F:      drivers/usb/host/*ps3.c
9772 F:      sound/ppc/snd_ps3*
9773
9774 PS3VRAM DRIVER
9775 M:      Jim Paris <jim@jtan.com>
9776 M:      Geoff Levand <geoff@infradead.org>
9777 L:      linuxppc-dev@lists.ozlabs.org
9778 S:      Maintained
9779 F:      drivers/block/ps3vram.c
9780
9781 PSTORE FILESYSTEM
9782 M:      Anton Vorontsov <anton@enomsg.org>
9783 M:      Colin Cross <ccross@android.com>
9784 M:      Kees Cook <keescook@chromium.org>
9785 M:      Tony Luck <tony.luck@intel.com>
9786 S:      Maintained
9787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9788 F:      fs/pstore/
9789 F:      include/linux/pstore*
9790 F:      drivers/firmware/efi/efi-pstore.c
9791 F:      drivers/acpi/apei/erst.c
9792
9793 PTP HARDWARE CLOCK SUPPORT
9794 M:      Richard Cochran <richardcochran@gmail.com>
9795 L:      netdev@vger.kernel.org
9796 S:      Maintained
9797 W:      http://linuxptp.sourceforge.net/
9798 F:      Documentation/ABI/testing/sysfs-ptp
9799 F:      Documentation/ptp/*
9800 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9801 F:      drivers/net/phy/dp83640*
9802 F:      drivers/ptp/*
9803 F:      include/linux/ptp_cl*
9804
9805 PTRACE SUPPORT
9806 M:      Roland McGrath <roland@hack.frob.com>
9807 M:      Oleg Nesterov <oleg@redhat.com>
9808 S:      Maintained
9809 F:      include/asm-generic/syscall.h
9810 F:      include/linux/ptrace.h
9811 F:      include/linux/regset.h
9812 F:      include/linux/tracehook.h
9813 F:      include/uapi/linux/ptrace.h
9814 F:      kernel/ptrace.c
9815
9816 PULSE8-CEC DRIVER
9817 M:      Hans Verkuil <hverkuil@xs4all.nl>
9818 L:      linux-media@vger.kernel.org
9819 T:      git git://linuxtv.org/media_tree.git
9820 S:      Maintained
9821 F:      drivers/staging/media/pulse8-cec
9822
9823 PVRUSB2 VIDEO4LINUX DRIVER
9824 M:      Mike Isely <isely@pobox.com>
9825 L:      pvrusb2@isely.net       (subscribers-only)
9826 L:      linux-media@vger.kernel.org
9827 W:      http://www.isely.net/pvrusb2/
9828 T:      git git://linuxtv.org/media_tree.git
9829 S:      Maintained
9830 F:      Documentation/media/v4l-drivers/pvrusb2*
9831 F:      drivers/media/usb/pvrusb2/
9832
9833 PWC WEBCAM DRIVER
9834 M:      Hans Verkuil <hverkuil@xs4all.nl>
9835 L:      linux-media@vger.kernel.org
9836 T:      git git://linuxtv.org/media_tree.git
9837 S:      Odd Fixes
9838 F:      drivers/media/usb/pwc/*
9839
9840 PWM FAN DRIVER
9841 M:      Kamil Debski <kamil@wypas.org>
9842 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9843 L:      linux-hwmon@vger.kernel.org
9844 S:      Supported
9845 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9846 F:      Documentation/hwmon/pwm-fan
9847 F:      drivers/hwmon/pwm-fan.c
9848
9849 PWM SUBSYSTEM
9850 M:      Thierry Reding <thierry.reding@gmail.com>
9851 L:      linux-pwm@vger.kernel.org
9852 S:      Maintained
9853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9854 F:      Documentation/pwm.txt
9855 F:      Documentation/devicetree/bindings/pwm/
9856 F:      include/linux/pwm.h
9857 F:      drivers/pwm/
9858 F:      drivers/video/backlight/pwm_bl.c
9859 F:      include/linux/pwm_backlight.h
9860
9861 PXA2xx/PXA3xx SUPPORT
9862 M:      Daniel Mack <daniel@zonque.org>
9863 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9864 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9866 T:      git git://github.com/hzhuang1/linux.git
9867 T:      git git://github.com/rjarzmik/linux.git
9868 S:      Maintained
9869 F:      arch/arm/boot/dts/pxa*
9870 F:      arch/arm/mach-pxa/
9871 F:      drivers/dma/pxa*
9872 F:      drivers/pcmcia/pxa2xx*
9873 F:      drivers/pinctrl/pxa/
9874 F:      drivers/spi/spi-pxa2xx*
9875 F:      drivers/usb/gadget/udc/pxa2*
9876 F:      include/sound/pxa2xx-lib.h
9877 F:      sound/arm/pxa*
9878 F:      sound/soc/pxa/
9879
9880 PXA GPIO DRIVER
9881 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9882 L:      linux-gpio@vger.kernel.org
9883 S:      Maintained
9884 F:      drivers/gpio/gpio-pxa.c
9885
9886 PXA3xx NAND FLASH DRIVER
9887 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9888 L:      linux-mtd@lists.infradead.org
9889 S:      Maintained
9890 F:      drivers/mtd/nand/pxa3xx_nand.c
9891
9892 MMP SUPPORT
9893 M:      Eric Miao <eric.y.miao@gmail.com>
9894 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9896 T:      git git://github.com/hzhuang1/linux.git
9897 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9898 S:      Maintained
9899 F:      arch/arm/boot/dts/mmp*
9900 F:      arch/arm/mach-mmp/
9901
9902 PXA MMCI DRIVER
9903 S:      Orphan
9904
9905 PXA RTC DRIVER
9906 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9907 L:      rtc-linux@googlegroups.com
9908 S:      Maintained
9909
9910 QAT DRIVER
9911 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9912 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9913 L:      qat-linux@intel.com
9914 S:      Supported
9915 F:      drivers/crypto/qat/
9916
9917 QIB DRIVER
9918 M:      Mike Marciniszyn <infinipath@intel.com>
9919 L:      linux-rdma@vger.kernel.org
9920 S:      Supported
9921 F:      drivers/infiniband/hw/qib/
9922
9923 QLOGIC QLA1280 SCSI DRIVER
9924 M:      Michael Reed <mdr@sgi.com>
9925 L:      linux-scsi@vger.kernel.org
9926 S:      Maintained
9927 F:      drivers/scsi/qla1280.[ch]
9928
9929 QLOGIC QLA2XXX FC-SCSI DRIVER
9930 M:      qla2xxx-upstream@qlogic.com
9931 L:      linux-scsi@vger.kernel.org
9932 S:      Supported
9933 F:      Documentation/scsi/LICENSE.qla2xxx
9934 F:      drivers/scsi/qla2xxx/
9935
9936 QLOGIC QLA4XXX iSCSI DRIVER
9937 M:      QLogic-Storage-Upstream@qlogic.com
9938 L:      linux-scsi@vger.kernel.org
9939 S:      Supported
9940 F:      Documentation/scsi/LICENSE.qla4xxx
9941 F:      drivers/scsi/qla4xxx/
9942
9943 QLOGIC QLA3XXX NETWORK DRIVER
9944 M:      Dept-GELinuxNICDev@cavium.com
9945 L:      netdev@vger.kernel.org
9946 S:      Supported
9947 F:      Documentation/networking/LICENSE.qla3xxx
9948 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9949
9950 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9951 M:      Harish Patil <harish.patil@cavium.com>
9952 M:      Manish Chopra <manish.chopra@cavium.com>
9953 M:      Dept-GELinuxNICDev@cavium.com
9954 L:      netdev@vger.kernel.org
9955 S:      Supported
9956 F:      drivers/net/ethernet/qlogic/qlcnic/
9957
9958 QLOGIC QLGE 10Gb ETHERNET DRIVER
9959 M:      Harish Patil <harish.patil@cavium.com>
9960 M:      Manish Chopra <manish.chopra@cavium.com>
9961 M:      Dept-GELinuxNICDev@cavium.com
9962 L:      netdev@vger.kernel.org
9963 S:      Supported
9964 F:      drivers/net/ethernet/qlogic/qlge/
9965
9966 QLOGIC QL4xxx ETHERNET DRIVER
9967 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
9968 M:      Ariel Elior <Ariel.Elior@cavium.com>
9969 M:      everest-linux-l2@cavium.com
9970 L:      netdev@vger.kernel.org
9971 S:      Supported
9972 F:      drivers/net/ethernet/qlogic/qed/
9973 F:      include/linux/qed/
9974 F:      drivers/net/ethernet/qlogic/qede/
9975
9976 QNX4 FILESYSTEM
9977 M:      Anders Larsen <al@alarsen.net>
9978 W:      http://www.alarsen.net/linux/qnx4fs/
9979 S:      Maintained
9980 F:      fs/qnx4/
9981 F:      include/uapi/linux/qnx4_fs.h
9982 F:      include/uapi/linux/qnxtypes.h
9983
9984 QT1010 MEDIA DRIVER
9985 M:      Antti Palosaari <crope@iki.fi>
9986 L:      linux-media@vger.kernel.org
9987 W:      https://linuxtv.org
9988 W:      http://palosaari.fi/linux/
9989 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9990 T:      git git://linuxtv.org/anttip/media_tree.git
9991 S:      Maintained
9992 F:      drivers/media/tuners/qt1010*
9993
9994 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9995 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9996 L:      linux-wireless@vger.kernel.org
9997 L:      ath9k-devel@lists.ath9k.org
9998 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9999 S:      Supported
10000 F:      drivers/net/wireless/ath/ath9k/
10001
10002 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10003 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10004 L:      ath10k@lists.infradead.org
10005 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10007 S:      Supported
10008 F:      drivers/net/wireless/ath/ath10k/
10009
10010 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10011 M:      Timur Tabi <timur@codeaurora.org>
10012 L:      netdev@vger.kernel.org
10013 S:      Supported
10014 F:      drivers/net/ethernet/qualcomm/emac/
10015
10016 QUALCOMM HEXAGON ARCHITECTURE
10017 M:      Richard Kuo <rkuo@codeaurora.org>
10018 L:      linux-hexagon@vger.kernel.org
10019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10020 S:      Supported
10021 F:      arch/hexagon/
10022
10023 QUALCOMM WCN36XX WIRELESS DRIVER
10024 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10025 L:      wcn36xx@lists.infradead.org
10026 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10027 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10028 S:      Supported
10029 F:      drivers/net/wireless/ath/wcn36xx/
10030
10031 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10032 M:      Gabriel Somlo <somlo@cmu.edu>
10033 M:      "Michael S. Tsirkin" <mst@redhat.com>
10034 L:      qemu-devel@nongnu.org
10035 S:      Maintained
10036 F:      drivers/firmware/qemu_fw_cfg.c
10037
10038 RADOS BLOCK DEVICE (RBD)
10039 M:      Ilya Dryomov <idryomov@gmail.com>
10040 M:      Sage Weil <sage@redhat.com>
10041 M:      Alex Elder <elder@kernel.org>
10042 L:      ceph-devel@vger.kernel.org
10043 W:      http://ceph.com/
10044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10045 T:      git git://github.com/ceph/ceph-client.git
10046 S:      Supported
10047 F:      Documentation/ABI/testing/sysfs-bus-rbd
10048 F:      drivers/block/rbd.c
10049 F:      drivers/block/rbd_types.h
10050
10051 RADEON FRAMEBUFFER DISPLAY DRIVER
10052 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10053 L:      linux-fbdev@vger.kernel.org
10054 S:      Maintained
10055 F:      drivers/video/fbdev/aty/radeon*
10056 F:      include/uapi/linux/radeonfb.h
10057
10058 RADIOSHARK RADIO DRIVER
10059 M:      Hans Verkuil <hverkuil@xs4all.nl>
10060 L:      linux-media@vger.kernel.org
10061 T:      git git://linuxtv.org/media_tree.git
10062 S:      Maintained
10063 F:      drivers/media/radio/radio-shark.c
10064
10065 RADIOSHARK2 RADIO DRIVER
10066 M:      Hans Verkuil <hverkuil@xs4all.nl>
10067 L:      linux-media@vger.kernel.org
10068 T:      git git://linuxtv.org/media_tree.git
10069 S:      Maintained
10070 F:      drivers/media/radio/radio-shark2.c
10071 F:      drivers/media/radio/radio-tea5777.c
10072
10073 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10074 M:      Paul Mackerras <paulus@samba.org>
10075 L:      linux-fbdev@vger.kernel.org
10076 S:      Maintained
10077 F:      drivers/video/fbdev/aty/aty128fb.c
10078
10079 RALINK MIPS ARCHITECTURE
10080 M:      John Crispin <john@phrozen.org>
10081 L:      linux-mips@linux-mips.org
10082 S:      Maintained
10083 F:      arch/mips/ralink
10084
10085 RALINK RT2X00 WIRELESS LAN DRIVER
10086 P:      rt2x00 project
10087 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10088 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10089 L:      linux-wireless@vger.kernel.org
10090 S:      Maintained
10091 F:      drivers/net/wireless/ralink/rt2x00/
10092
10093 RAMDISK RAM BLOCK DEVICE DRIVER
10094 M:      Jens Axboe <axboe@kernel.dk>
10095 S:      Maintained
10096 F:      Documentation/blockdev/ramdisk.txt
10097 F:      drivers/block/brd.c
10098
10099 RANDOM NUMBER DRIVER
10100 M:      "Theodore Ts'o" <tytso@mit.edu>
10101 S:      Maintained
10102 F:      drivers/char/random.c
10103
10104 RAPIDIO SUBSYSTEM
10105 M:      Matt Porter <mporter@kernel.crashing.org>
10106 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10107 S:      Maintained
10108 F:      drivers/rapidio/
10109
10110 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10111 L:      linux-wireless@vger.kernel.org
10112 S:      Orphan
10113 F:      drivers/net/wireless/ray*
10114
10115 RCUTORTURE MODULE
10116 M:      Josh Triplett <josh@joshtriplett.org>
10117 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10118 L:      linux-kernel@vger.kernel.org
10119 S:      Supported
10120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10121 F:      Documentation/RCU/torture.txt
10122 F:      kernel/rcu/rcutorture.c
10123
10124 RCUTORTURE TEST FRAMEWORK
10125 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10126 M:      Josh Triplett <josh@joshtriplett.org>
10127 R:      Steven Rostedt <rostedt@goodmis.org>
10128 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10129 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10130 L:      linux-kernel@vger.kernel.org
10131 S:      Supported
10132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10133 F:      tools/testing/selftests/rcutorture
10134
10135 RDC R-321X SoC
10136 M:      Florian Fainelli <florian@openwrt.org>
10137 S:      Maintained
10138
10139 RDC R6040 FAST ETHERNET DRIVER
10140 M:      Florian Fainelli <f.fainelli@gmail.com>
10141 L:      netdev@vger.kernel.org
10142 S:      Maintained
10143 F:      drivers/net/ethernet/rdc/r6040.c
10144
10145 RDS - RELIABLE DATAGRAM SOCKETS
10146 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10147 L:      netdev@vger.kernel.org
10148 L:      linux-rdma@vger.kernel.org
10149 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10150 W:      https://oss.oracle.com/projects/rds/
10151 S:      Supported
10152 F:      net/rds/
10153 F:      Documentation/networking/rds.txt
10154
10155 RDMAVT - RDMA verbs software
10156 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10157 L:      linux-rdma@vger.kernel.org
10158 S:      Supported
10159 F:      drivers/infiniband/sw/rdmavt
10160
10161 READ-COPY UPDATE (RCU)
10162 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10163 M:      Josh Triplett <josh@joshtriplett.org>
10164 R:      Steven Rostedt <rostedt@goodmis.org>
10165 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10166 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10167 L:      linux-kernel@vger.kernel.org
10168 W:      http://www.rdrop.com/users/paulmck/RCU/
10169 S:      Supported
10170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10171 F:      Documentation/RCU/
10172 X:      Documentation/RCU/torture.txt
10173 F:      include/linux/rcu*
10174 X:      include/linux/srcu.h
10175 F:      kernel/rcu/
10176 X:      kernel/torture.c
10177
10178 REAL TIME CLOCK (RTC) SUBSYSTEM
10179 M:      Alessandro Zummo <a.zummo@towertech.it>
10180 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10181 L:      rtc-linux@googlegroups.com
10182 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10184 S:      Maintained
10185 F:      Documentation/devicetree/bindings/rtc/
10186 F:      Documentation/rtc.txt
10187 F:      drivers/rtc/
10188 F:      include/linux/rtc.h
10189 F:      include/uapi/linux/rtc.h
10190 F:      include/linux/rtc/
10191 F:      include/linux/platform_data/rtc-*
10192 F:      tools/testing/selftests/timers/rtctest.c
10193
10194 REALTEK AUDIO CODECS
10195 M:      Bard Liao <bardliao@realtek.com>
10196 M:      Oder Chiou <oder_chiou@realtek.com>
10197 S:      Maintained
10198 F:      sound/soc/codecs/rt*
10199 F:      include/sound/rt*.h
10200
10201 REISERFS FILE SYSTEM
10202 L:      reiserfs-devel@vger.kernel.org
10203 S:      Supported
10204 F:      fs/reiserfs/
10205
10206 REGISTER MAP ABSTRACTION
10207 M:      Mark Brown <broonie@kernel.org>
10208 L:      linux-kernel@vger.kernel.org
10209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10210 S:      Supported
10211 F:      Documentation/devicetree/bindings/regmap/
10212 F:      drivers/base/regmap/
10213 F:      include/linux/regmap.h
10214
10215 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10216 M:      Ohad Ben-Cohen <ohad@wizery.com>
10217 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10218 L:      linux-remoteproc@vger.kernel.org
10219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10220 S:      Maintained
10221 F:      Documentation/devicetree/bindings/remoteproc/
10222 F:      Documentation/remoteproc.txt
10223 F:      drivers/remoteproc/
10224 F:      include/linux/remoteproc.h
10225
10226 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10227 M:      Ohad Ben-Cohen <ohad@wizery.com>
10228 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10229 L:      linux-remoteproc@vger.kernel.org
10230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10231 S:      Maintained
10232 F:      drivers/rpmsg/
10233 F:      Documentation/rpmsg.txt
10234 F:      include/linux/rpmsg.h
10235
10236 RENESAS CLOCK DRIVERS
10237 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10238 L:      linux-renesas-soc@vger.kernel.org
10239 S:      Supported
10240 F:      drivers/clk/renesas/
10241
10242 RENESAS ETHERNET DRIVERS
10243 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10244 L:      netdev@vger.kernel.org
10245 L:      linux-renesas-soc@vger.kernel.org
10246 F:      drivers/net/ethernet/renesas/
10247 F:      include/linux/sh_eth.h
10248
10249 RENESAS USB2 PHY DRIVER
10250 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10251 L:      linux-renesas-soc@vger.kernel.org
10252 S:      Maintained
10253 F:      drivers/phy/phy-rcar-gen3-usb2.c
10254
10255 RESET CONTROLLER FRAMEWORK
10256 M:      Philipp Zabel <p.zabel@pengutronix.de>
10257 T:      git git://git.pengutronix.de/git/pza/linux
10258 S:      Maintained
10259 F:      drivers/reset/
10260 F:      Documentation/devicetree/bindings/reset/
10261 F:      include/dt-bindings/reset/
10262 F:      include/linux/reset.h
10263 F:      include/linux/reset-controller.h
10264
10265 RFKILL
10266 M:      Johannes Berg <johannes@sipsolutions.net>
10267 L:      linux-wireless@vger.kernel.org
10268 W:      http://wireless.kernel.org/
10269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10271 S:      Maintained
10272 F:      Documentation/rfkill.txt
10273 F:      net/rfkill/
10274
10275 RHASHTABLE
10276 M:      Thomas Graf <tgraf@suug.ch>
10277 M:      Herbert Xu <herbert@gondor.apana.org.au>
10278 L:      netdev@vger.kernel.org
10279 S:      Maintained
10280 F:      lib/rhashtable.c
10281 F:      include/linux/rhashtable.h
10282
10283 RICOH SMARTMEDIA/XD DRIVER
10284 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10285 S:      Maintained
10286 F:      drivers/mtd/nand/r852.c
10287 F:      drivers/mtd/nand/r852.h
10288
10289 RICOH R5C592 MEMORYSTICK DRIVER
10290 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10291 S:      Maintained
10292 F:      drivers/memstick/host/r592.*
10293
10294 ROCCAT DRIVERS
10295 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10296 W:      http://sourceforge.net/projects/roccat/
10297 S:      Maintained
10298 F:      drivers/hid/hid-roccat*
10299 F:      include/linux/hid-roccat*
10300 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10301
10302 ROCKER DRIVER
10303 M:      Jiri Pirko <jiri@resnulli.us>
10304 L:      netdev@vger.kernel.org
10305 S:      Supported
10306 F:      drivers/net/ethernet/rocker/
10307
10308 ROCKETPORT DRIVER
10309 P:      Comtrol Corp.
10310 W:      http://www.comtrol.com
10311 S:      Maintained
10312 F:      Documentation/serial/rocket.txt
10313 F:      drivers/tty/rocket*
10314
10315 ROCKETPORT EXPRESS/INFINITY DRIVER
10316 M:      Kevin Cernekee <cernekee@gmail.com>
10317 L:      linux-serial@vger.kernel.org
10318 S:      Odd Fixes
10319 F:      drivers/tty/serial/rp2.*
10320
10321 ROSE NETWORK LAYER
10322 M:      Ralf Baechle <ralf@linux-mips.org>
10323 L:      linux-hams@vger.kernel.org
10324 W:      http://www.linux-ax25.org/
10325 S:      Maintained
10326 F:      include/net/rose.h
10327 F:      include/uapi/linux/rose.h
10328 F:      net/rose/
10329
10330 RTL2830 MEDIA DRIVER
10331 M:      Antti Palosaari <crope@iki.fi>
10332 L:      linux-media@vger.kernel.org
10333 W:      https://linuxtv.org
10334 W:      http://palosaari.fi/linux/
10335 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10336 T:      git git://linuxtv.org/anttip/media_tree.git
10337 S:      Maintained
10338 F:      drivers/media/dvb-frontends/rtl2830*
10339
10340 RTL2832 MEDIA DRIVER
10341 M:      Antti Palosaari <crope@iki.fi>
10342 L:      linux-media@vger.kernel.org
10343 W:      https://linuxtv.org
10344 W:      http://palosaari.fi/linux/
10345 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10346 T:      git git://linuxtv.org/anttip/media_tree.git
10347 S:      Maintained
10348 F:      drivers/media/dvb-frontends/rtl2832*
10349
10350 RTL2832_SDR MEDIA DRIVER
10351 M:      Antti Palosaari <crope@iki.fi>
10352 L:      linux-media@vger.kernel.org
10353 W:      https://linuxtv.org
10354 W:      http://palosaari.fi/linux/
10355 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10356 T:      git git://linuxtv.org/anttip/media_tree.git
10357 S:      Maintained
10358 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10359
10360 RTL8180 WIRELESS DRIVER
10361 L:      linux-wireless@vger.kernel.org
10362 W:      http://wireless.kernel.org/
10363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10364 S:      Orphan
10365 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10366
10367 RTL8187 WIRELESS DRIVER
10368 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10369 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10370 M:      Larry Finger <Larry.Finger@lwfinger.net>
10371 L:      linux-wireless@vger.kernel.org
10372 W:      http://wireless.kernel.org/
10373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10374 S:      Maintained
10375 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10376
10377 RTL8192CE WIRELESS DRIVER
10378 M:      Larry Finger <Larry.Finger@lwfinger.net>
10379 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10380 L:      linux-wireless@vger.kernel.org
10381 W:      http://wireless.kernel.org/
10382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10383 S:      Maintained
10384 F:      drivers/net/wireless/realtek/rtlwifi/
10385 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10386
10387 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10388 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10389 L:      linux-wireless@vger.kernel.org
10390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10391 S:      Maintained
10392 F:      drivers/net/wireless/realtek/rtl8xxxu/
10393
10394 S3 SAVAGE FRAMEBUFFER DRIVER
10395 M:      Antonino Daplas <adaplas@gmail.com>
10396 L:      linux-fbdev@vger.kernel.org
10397 S:      Maintained
10398 F:      drivers/video/fbdev/savage/
10399
10400 S390
10401 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10402 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10403 L:      linux-s390@vger.kernel.org
10404 W:      http://www.ibm.com/developerworks/linux/linux390/
10405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10406 S:      Supported
10407 F:      arch/s390/
10408 F:      drivers/s390/
10409 F:      Documentation/s390/
10410 F:      Documentation/DocBook/s390*
10411
10412 S390 COMMON I/O LAYER
10413 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10414 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10415 L:      linux-s390@vger.kernel.org
10416 W:      http://www.ibm.com/developerworks/linux/linux390/
10417 S:      Supported
10418 F:      drivers/s390/cio/
10419
10420 S390 DASD DRIVER
10421 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10422 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10423 L:      linux-s390@vger.kernel.org
10424 W:      http://www.ibm.com/developerworks/linux/linux390/
10425 S:      Supported
10426 F:      drivers/s390/block/dasd*
10427 F:      block/partitions/ibm.c
10428
10429 S390 NETWORK DRIVERS
10430 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10431 L:      linux-s390@vger.kernel.org
10432 W:      http://www.ibm.com/developerworks/linux/linux390/
10433 S:      Supported
10434 F:      drivers/s390/net/
10435
10436 S390 PCI SUBSYSTEM
10437 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10438 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10439 L:      linux-s390@vger.kernel.org
10440 W:      http://www.ibm.com/developerworks/linux/linux390/
10441 S:      Supported
10442 F:      arch/s390/pci/
10443 F:      drivers/pci/hotplug/s390_pci_hpc.c
10444
10445 S390 ZCRYPT DRIVER
10446 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10447 L:      linux-s390@vger.kernel.org
10448 W:      http://www.ibm.com/developerworks/linux/linux390/
10449 S:      Supported
10450 F:      drivers/s390/crypto/
10451
10452 S390 ZFCP DRIVER
10453 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10454 L:      linux-s390@vger.kernel.org
10455 W:      http://www.ibm.com/developerworks/linux/linux390/
10456 S:      Supported
10457 F:      drivers/s390/scsi/zfcp_*
10458
10459 S390 IUCV NETWORK LAYER
10460 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10461 L:      linux-s390@vger.kernel.org
10462 W:      http://www.ibm.com/developerworks/linux/linux390/
10463 S:      Supported
10464 F:      drivers/s390/net/*iucv*
10465 F:      include/net/iucv/
10466 F:      net/iucv/
10467
10468 S390 IOMMU (PCI)
10469 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10470 L:      linux-s390@vger.kernel.org
10471 W:      http://www.ibm.com/developerworks/linux/linux390/
10472 S:      Supported
10473 F:      drivers/iommu/s390-iommu.c
10474
10475 S3C24XX SD/MMC Driver
10476 M:      Ben Dooks <ben-linux@fluff.org>
10477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10478 S:      Supported
10479 F:      drivers/mmc/host/s3cmci.*
10480
10481 SAA6588 RDS RECEIVER DRIVER
10482 M:      Hans Verkuil <hverkuil@xs4all.nl>
10483 L:      linux-media@vger.kernel.org
10484 T:      git git://linuxtv.org/media_tree.git
10485 W:      https://linuxtv.org
10486 S:      Odd Fixes
10487 F:      drivers/media/i2c/saa6588*
10488
10489 SAA7134 VIDEO4LINUX DRIVER
10490 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10491 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10492 L:      linux-media@vger.kernel.org
10493 W:      https://linuxtv.org
10494 T:      git git://linuxtv.org/media_tree.git
10495 S:      Odd fixes
10496 F:      Documentation/media/v4l-drivers/saa7134*
10497 F:      drivers/media/pci/saa7134/
10498
10499 SAA7146 VIDEO4LINUX-2 DRIVER
10500 M:      Hans Verkuil <hverkuil@xs4all.nl>
10501 L:      linux-media@vger.kernel.org
10502 T:      git git://linuxtv.org/media_tree.git
10503 S:      Maintained
10504 F:      drivers/media/common/saa7146/
10505 F:      drivers/media/pci/saa7146/
10506 F:      include/media/saa7146*
10507
10508 SAMSUNG LAPTOP DRIVER
10509 M:      Corentin Chary <corentin.chary@gmail.com>
10510 L:      platform-driver-x86@vger.kernel.org
10511 S:      Maintained
10512 F:      drivers/platform/x86/samsung-laptop.c
10513
10514 SAMSUNG AUDIO (ASoC) DRIVERS
10515 M:      Krzysztof Kozlowski <krzk@kernel.org>
10516 M:      Sangbeom Kim <sbkim73@samsung.com>
10517 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10518 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10519 S:      Supported
10520 F:      sound/soc/samsung/
10521
10522 SAMSUNG FRAMEBUFFER DRIVER
10523 M:      Jingoo Han <jingoohan1@gmail.com>
10524 L:      linux-fbdev@vger.kernel.org
10525 S:      Maintained
10526 F:      drivers/video/fbdev/s3c-fb.c
10527
10528 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10529 M:      Sangbeom Kim <sbkim73@samsung.com>
10530 M:      Krzysztof Kozlowski <krzk@kernel.org>
10531 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10532 L:      linux-kernel@vger.kernel.org
10533 L:      linux-samsung-soc@vger.kernel.org
10534 S:      Supported
10535 F:      drivers/mfd/sec*.c
10536 F:      drivers/regulator/s2m*.c
10537 F:      drivers/regulator/s5m*.c
10538 F:      drivers/clk/clk-s2mps11.c
10539 F:      drivers/rtc/rtc-s5m.c
10540 F:      include/linux/mfd/samsung/
10541 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10542 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10543 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10544 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10545
10546 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10547 M:      Kyungmin Park <kyungmin.park@samsung.com>
10548 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10549 L:      linux-media@vger.kernel.org
10550 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10551 S:      Supported
10552 F:      drivers/media/platform/exynos4-is/
10553
10554 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10555 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10556 L:      linux-media@vger.kernel.org
10557 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10558 S:      Maintained
10559 F:      drivers/media/platform/s3c-camif/
10560 F:      include/media/drv-intf/s3c_camif.h
10561
10562 SAMSUNG S5C73M3 CAMERA DRIVER
10563 M:      Kyungmin Park <kyungmin.park@samsung.com>
10564 M:      Andrzej Hajda <a.hajda@samsung.com>
10565 L:      linux-media@vger.kernel.org
10566 S:      Supported
10567 F:      drivers/media/i2c/s5c73m3/*
10568
10569 SAMSUNG S5K5BAF CAMERA DRIVER
10570 M:      Kyungmin Park <kyungmin.park@samsung.com>
10571 M:      Andrzej Hajda <a.hajda@samsung.com>
10572 L:      linux-media@vger.kernel.org
10573 S:      Supported
10574 F:      drivers/media/i2c/s5k5baf.c
10575
10576 SAMSUNG S3FWRN5 NFC DRIVER
10577 M:      Robert Baldyga <r.baldyga@samsung.com>
10578 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10579 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10580 S:      Supported
10581 F:      drivers/nfc/s3fwrn5
10582
10583 SAMSUNG SOC CLOCK DRIVERS
10584 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10585 M:      Tomasz Figa <tomasz.figa@gmail.com>
10586 M:      Chanwoo Choi <cw00.choi@samsung.com>
10587 S:      Supported
10588 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10589 F:      drivers/clk/samsung/
10590 F:      include/dt-bindings/clock/exynos*.h
10591 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10592
10593 SAMSUNG SPI DRIVERS
10594 M:      Kukjin Kim <kgene@kernel.org>
10595 M:      Krzysztof Kozlowski <krzk@kernel.org>
10596 M:      Andi Shyti <andi.shyti@samsung.com>
10597 L:      linux-spi@vger.kernel.org
10598 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10599 S:      Maintained
10600 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10601 F:      drivers/spi/spi-s3c*
10602 F:      include/linux/platform_data/spi-s3c64xx.h
10603
10604 SAMSUNG SXGBE DRIVERS
10605 M:      Byungho An <bh74.an@samsung.com>
10606 M:      Girish K S <ks.giri@samsung.com>
10607 M:      Vipul Pandya <vipul.pandya@samsung.com>
10608 S:      Supported
10609 L:      netdev@vger.kernel.org
10610 F:      drivers/net/ethernet/samsung/sxgbe/
10611
10612 SAMSUNG THERMAL DRIVER
10613 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10614 L:      linux-pm@vger.kernel.org
10615 L:      linux-samsung-soc@vger.kernel.org
10616 S:      Supported
10617 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10618 F:      drivers/thermal/samsung/
10619
10620 SAMSUNG USB2 PHY DRIVER
10621 M:      Kamil Debski <kamil@wypas.org>
10622 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10623 L:      linux-kernel@vger.kernel.org
10624 S:      Supported
10625 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10626 F:      Documentation/phy/samsung-usb2.txt
10627 F:      drivers/phy/phy-exynos4210-usb2.c
10628 F:      drivers/phy/phy-exynos4x12-usb2.c
10629 F:      drivers/phy/phy-exynos5250-usb2.c
10630 F:      drivers/phy/phy-s5pv210-usb2.c
10631 F:      drivers/phy/phy-samsung-usb2.c
10632 F:      drivers/phy/phy-samsung-usb2.h
10633
10634 SERIAL DRIVERS
10635 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10636 L:      linux-serial@vger.kernel.org
10637 S:      Maintained
10638 F:      Documentation/devicetree/bindings/serial/
10639 F:      drivers/tty/serial/
10640
10641 STI CEC DRIVER
10642 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10643 L:      kernel@stlinux.com
10644 S:      Maintained
10645 F:      drivers/staging/media/st-cec/
10646 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10647
10648 SYNOPSYS DESIGNWARE DMAC DRIVER
10649 M:      Viresh Kumar <vireshk@kernel.org>
10650 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10651 S:      Maintained
10652 F:      include/linux/dma/dw.h
10653 F:      include/linux/platform_data/dma-dw.h
10654 F:      drivers/dma/dw/
10655
10656 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10657 M: Lars Persson <lars.persson@axis.com>
10658 L: netdev@vger.kernel.org
10659 S: Supported
10660 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10661 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10662
10663 SYNOPSYS DESIGNWARE I2C DRIVER
10664 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10665 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10666 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10667 L:      linux-i2c@vger.kernel.org
10668 S:      Maintained
10669 F:      drivers/i2c/busses/i2c-designware-*
10670 F:      include/linux/platform_data/i2c-designware.h
10671
10672 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10673 M:      Jaehoon Chung <jh80.chung@samsung.com>
10674 L:      linux-mmc@vger.kernel.org
10675 S:      Maintained
10676 F:      include/linux/mmc/dw_mmc.h
10677 F:      drivers/mmc/host/dw_mmc*
10678
10679 SYSTEM TRACE MODULE CLASS
10680 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10681 S:      Maintained
10682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10683 F:      Documentation/trace/stm.txt
10684 F:      drivers/hwtracing/stm/
10685 F:      include/linux/stm.h
10686 F:      include/uapi/linux/stm.h
10687
10688 THUNDERBOLT DRIVER
10689 M:      Andreas Noever <andreas.noever@gmail.com>
10690 S:      Maintained
10691 F:      drivers/thunderbolt/
10692
10693 TI BQ27XXX POWER SUPPLY DRIVER
10694 R:      Andrew F. Davis <afd@ti.com>
10695 F:      include/linux/power/bq27xxx_battery.h
10696 F:      drivers/power/supply/bq27xxx_battery.c
10697 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10698
10699 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10700 M:      John Stultz <john.stultz@linaro.org>
10701 M:      Thomas Gleixner <tglx@linutronix.de>
10702 L:      linux-kernel@vger.kernel.org
10703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10704 S:      Supported
10705 F:      include/linux/clocksource.h
10706 F:      include/linux/time.h
10707 F:      include/linux/timex.h
10708 F:      include/uapi/linux/time.h
10709 F:      include/uapi/linux/timex.h
10710 F:      kernel/time/clocksource.c
10711 F:      kernel/time/time*.c
10712 F:      kernel/time/alarmtimer.c
10713 F:      kernel/time/ntp.c
10714 F:      tools/testing/selftests/timers/
10715
10716 SC1200 WDT DRIVER
10717 M:      Zwane Mwaikambo <zwanem@gmail.com>
10718 S:      Maintained
10719 F:      drivers/watchdog/sc1200wdt.c
10720
10721 SCHEDULER
10722 M:      Ingo Molnar <mingo@redhat.com>
10723 M:      Peter Zijlstra <peterz@infradead.org>
10724 L:      linux-kernel@vger.kernel.org
10725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10726 S:      Maintained
10727 F:      kernel/sched/
10728 F:      include/linux/sched.h
10729 F:      include/uapi/linux/sched.h
10730 F:      include/linux/wait.h
10731
10732 SCORE ARCHITECTURE
10733 M:      Chen Liqin <liqin.linux@gmail.com>
10734 M:      Lennox Wu <lennox.wu@gmail.com>
10735 W:      http://www.sunplus.com
10736 S:      Supported
10737 F:      arch/score/
10738
10739 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10740 M:      Sudeep Holla <sudeep.holla@arm.com>
10741 L:      linux-arm-kernel@lists.infradead.org
10742 S:      Maintained
10743 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10744 F:      drivers/clk/clk-scpi.c
10745 F:      drivers/cpufreq/scpi-cpufreq.c
10746 F:      drivers/firmware/arm_scpi.c
10747 F:      include/linux/scpi_protocol.h
10748
10749 SCSI CDROM DRIVER
10750 M:      Jens Axboe <axboe@kernel.dk>
10751 L:      linux-scsi@vger.kernel.org
10752 W:      http://www.kernel.dk
10753 S:      Maintained
10754 F:      drivers/scsi/sr*
10755
10756 SCSI RDMA PROTOCOL (SRP) INITIATOR
10757 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10758 L:      linux-rdma@vger.kernel.org
10759 S:      Supported
10760 W:      http://www.openfabrics.org
10761 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10763 F:      drivers/infiniband/ulp/srp/
10764 F:      include/scsi/srp.h
10765
10766 SCSI SG DRIVER
10767 M:      Doug Gilbert <dgilbert@interlog.com>
10768 L:      linux-scsi@vger.kernel.org
10769 W:      http://sg.danny.cz/sg
10770 S:      Maintained
10771 F:      Documentation/scsi/scsi-generic.txt
10772 F:      drivers/scsi/sg.c
10773 F:      include/scsi/sg.h
10774
10775 SCSI SUBSYSTEM
10776 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10778 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10780 L:      linux-scsi@vger.kernel.org
10781 S:      Maintained
10782 F:      Documentation/devicetree/bindings/scsi/
10783 F:      drivers/scsi/
10784 F:      include/scsi/
10785
10786 SCSI TAPE DRIVER
10787 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10788 L:      linux-scsi@vger.kernel.org
10789 S:      Maintained
10790 F:      Documentation/scsi/st.txt
10791 F:      drivers/scsi/st.*
10792 F:      drivers/scsi/st_*.h
10793
10794 SCTP PROTOCOL
10795 M:      Vlad Yasevich <vyasevich@gmail.com>
10796 M:      Neil Horman <nhorman@tuxdriver.com>
10797 L:      linux-sctp@vger.kernel.org
10798 W:      http://lksctp.sourceforge.net
10799 S:      Maintained
10800 F:      Documentation/networking/sctp.txt
10801 F:      include/linux/sctp.h
10802 F:      include/uapi/linux/sctp.h
10803 F:      include/net/sctp/
10804 F:      net/sctp/
10805
10806 SCx200 CPU SUPPORT
10807 M:      Jim Cromie <jim.cromie@gmail.com>
10808 S:      Odd Fixes
10809 F:      Documentation/i2c/busses/scx200_acb
10810 F:      arch/x86/platform/scx200/
10811 F:      drivers/watchdog/scx200_wdt.c
10812 F:      drivers/i2c/busses/scx200*
10813 F:      drivers/mtd/maps/scx200_docflash.c
10814 F:      include/linux/scx200.h
10815
10816 SCx200 GPIO DRIVER
10817 M:      Jim Cromie <jim.cromie@gmail.com>
10818 S:      Maintained
10819 F:      drivers/char/scx200_gpio.c
10820 F:      include/linux/scx200_gpio.h
10821
10822 SCx200 HRT CLOCKSOURCE DRIVER
10823 M:      Jim Cromie <jim.cromie@gmail.com>
10824 S:      Maintained
10825 F:      drivers/clocksource/scx200_hrt.c
10826
10827 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10828 M:      Sascha Sommer <saschasommer@freenet.de>
10829 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10830 S:      Maintained
10831 F:      drivers/mmc/host/sdricoh_cs.c
10832
10833 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10834 M:      Adrian Hunter <adrian.hunter@intel.com>
10835 L:      linux-mmc@vger.kernel.org
10836 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10837 S:      Maintained
10838 F:      drivers/mmc/host/sdhci*
10839 F:      include/linux/mmc/sdhci*
10840
10841 SECURE COMPUTING
10842 M:      Kees Cook <keescook@chromium.org>
10843 R:      Andy Lutomirski <luto@amacapital.net>
10844 R:      Will Drewry <wad@chromium.org>
10845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10846 S:      Supported
10847 F:      kernel/seccomp.c
10848 F:      include/uapi/linux/seccomp.h
10849 F:      include/linux/seccomp.h
10850 F:      tools/testing/selftests/seccomp/*
10851 K:      \bsecure_computing
10852 K:      \bTIF_SECCOMP\b
10853
10854 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10855 M:      Al Cooper <alcooperx@gmail.com>
10856 L:      linux-mmc@vger.kernel.org
10857 L:      bcm-kernel-feedback-list@broadcom.com
10858 S:      Maintained
10859 F:      drivers/mmc/host/sdhci-brcmstb*
10860
10861 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10862 M:      Ben Dooks <ben-linux@fluff.org>
10863 M:      Jaehoon Chung <jh80.chung@samsung.com>
10864 L:      linux-mmc@vger.kernel.org
10865 S:      Maintained
10866 F:      drivers/mmc/host/sdhci-s3c*
10867
10868 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10869 M:      Viresh Kumar <vireshk@kernel.org>
10870 L:      linux-mmc@vger.kernel.org
10871 S:      Maintained
10872 F:      drivers/mmc/host/sdhci-spear.c
10873
10874 SECURITY SUBSYSTEM
10875 M:      James Morris <james.l.morris@oracle.com>
10876 M:      "Serge E. Hallyn" <serge@hallyn.com>
10877 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10879 W:      http://kernsec.org/
10880 S:      Supported
10881 F:      security/
10882
10883 SECURITY CONTACT
10884 M:      Security Officers <security@kernel.org>
10885 S:      Supported
10886
10887 SELINUX SECURITY MODULE
10888 M:      Paul Moore <paul@paul-moore.com>
10889 M:      Stephen Smalley <sds@tycho.nsa.gov>
10890 M:      Eric Paris <eparis@parisplace.org>
10891 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10892 W:      http://selinuxproject.org
10893 T:      git git://git.infradead.org/users/pcmoore/selinux
10894 S:      Supported
10895 F:      include/linux/selinux*
10896 F:      security/selinux/
10897 F:      scripts/selinux/
10898
10899 APPARMOR SECURITY MODULE
10900 M:      John Johansen <john.johansen@canonical.com>
10901 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10902 W:      apparmor.wiki.kernel.org
10903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10904 S:      Supported
10905 F:      security/apparmor/
10906
10907 LOADPIN SECURITY MODULE
10908 M:      Kees Cook <keescook@chromium.org>
10909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10910 S:      Supported
10911 F:      security/loadpin/
10912
10913 YAMA SECURITY MODULE
10914 M:      Kees Cook <keescook@chromium.org>
10915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10916 S:      Supported
10917 F:      security/yama/
10918
10919 SENSABLE PHANTOM
10920 M:      Jiri Slaby <jirislaby@gmail.com>
10921 S:      Maintained
10922 F:      drivers/misc/phantom.c
10923 F:      include/uapi/linux/phantom.h
10924
10925 Emulex 10Gbps iSCSI - OneConnect DRIVER
10926 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10927 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
10928 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10929 L:      linux-scsi@vger.kernel.org
10930 W:      http://www.broadcom.com
10931 S:      Supported
10932 F:      drivers/scsi/be2iscsi/
10933
10934 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10935 M:      Sathya Perla <sathya.perla@broadcom.com>
10936 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10937 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10938 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10939 L:      netdev@vger.kernel.org
10940 W:      http://www.emulex.com
10941 S:      Supported
10942 F:      drivers/net/ethernet/emulex/benet/
10943
10944 EMULEX ONECONNECT ROCE DRIVER
10945 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10946 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10947 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10948 L:      linux-rdma@vger.kernel.org
10949 W:      http://www.emulex.com
10950 S:      Supported
10951 F:      drivers/infiniband/hw/ocrdma/
10952 F:      include/uapi/rdma/ocrdma-abi.h
10953
10954 SFC NETWORK DRIVER
10955 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10956 M:      Edward Cree <ecree@solarflare.com>
10957 M:      Bert Kenward <bkenward@solarflare.com>
10958 L:      netdev@vger.kernel.org
10959 S:      Supported
10960 F:      drivers/net/ethernet/sfc/
10961
10962 SGI GRU DRIVER
10963 M:      Dimitri Sivanich <sivanich@sgi.com>
10964 S:      Maintained
10965 F:      drivers/misc/sgi-gru/
10966
10967 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10968 M:      Pat Gefre <pfg@sgi.com>
10969 L:      linux-ia64@vger.kernel.org
10970 S:      Supported
10971 F:      Documentation/ia64/serial.txt
10972 F:      drivers/tty/serial/ioc?_serial.c
10973 F:      include/linux/ioc?.h
10974
10975 SGI XP/XPC/XPNET DRIVER
10976 M:      Cliff Whickman <cpw@sgi.com>
10977 M:      Robin Holt <robinmholt@gmail.com>
10978 S:      Maintained
10979 F:      drivers/misc/sgi-xp/
10980
10981 SI2157 MEDIA DRIVER
10982 M:      Antti Palosaari <crope@iki.fi>
10983 L:      linux-media@vger.kernel.org
10984 W:      https://linuxtv.org
10985 W:      http://palosaari.fi/linux/
10986 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10987 T:      git git://linuxtv.org/anttip/media_tree.git
10988 S:      Maintained
10989 F:      drivers/media/tuners/si2157*
10990
10991 SI2168 MEDIA DRIVER
10992 M:      Antti Palosaari <crope@iki.fi>
10993 L:      linux-media@vger.kernel.org
10994 W:      https://linuxtv.org
10995 W:      http://palosaari.fi/linux/
10996 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10997 T:      git git://linuxtv.org/anttip/media_tree.git
10998 S:      Maintained
10999 F:      drivers/media/dvb-frontends/si2168*
11000
11001 SI470X FM RADIO RECEIVER I2C DRIVER
11002 M:      Hans Verkuil <hverkuil@xs4all.nl>
11003 L:      linux-media@vger.kernel.org
11004 T:      git git://linuxtv.org/media_tree.git
11005 W:      https://linuxtv.org
11006 S:      Odd Fixes
11007 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11008
11009 SI470X FM RADIO RECEIVER USB DRIVER
11010 M:      Hans Verkuil <hverkuil@xs4all.nl>
11011 L:      linux-media@vger.kernel.org
11012 T:      git git://linuxtv.org/media_tree.git
11013 W:      https://linuxtv.org
11014 S:      Maintained
11015 F:      drivers/media/radio/si470x/radio-si470x-common.c
11016 F:      drivers/media/radio/si470x/radio-si470x.h
11017 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11018
11019 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11020 M:      Eduardo Valentin <edubezval@gmail.com>
11021 L:      linux-media@vger.kernel.org
11022 T:      git git://linuxtv.org/media_tree.git
11023 W:      https://linuxtv.org
11024 S:      Odd Fixes
11025 F:      drivers/media/radio/si4713/si4713.?
11026
11027 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11028 M:      Eduardo Valentin <edubezval@gmail.com>
11029 L:      linux-media@vger.kernel.org
11030 T:      git git://linuxtv.org/media_tree.git
11031 W:      https://linuxtv.org
11032 S:      Odd Fixes
11033 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11034
11035 SI4713 FM RADIO TRANSMITTER USB DRIVER
11036 M:      Hans Verkuil <hverkuil@xs4all.nl>
11037 L:      linux-media@vger.kernel.org
11038 T:      git git://linuxtv.org/media_tree.git
11039 W:      https://linuxtv.org
11040 S:      Maintained
11041 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11042
11043 SIANO DVB DRIVER
11044 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11045 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11046 L:      linux-media@vger.kernel.org
11047 W:      https://linuxtv.org
11048 T:      git git://linuxtv.org/media_tree.git
11049 S:      Odd fixes
11050 F:      drivers/media/common/siano/
11051 F:      drivers/media/usb/siano/
11052 F:      drivers/media/usb/siano/
11053 F:      drivers/media/mmc/siano/
11054
11055 SIMPLEFB FB DRIVER
11056 M:      Hans de Goede <hdegoede@redhat.com>
11057 L:      linux-fbdev@vger.kernel.org
11058 S:      Maintained
11059 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11060 F:      drivers/video/fbdev/simplefb.c
11061 F:      include/linux/platform_data/simplefb.h
11062
11063 SH_VEU V4L2 MEM2MEM DRIVER
11064 L:      linux-media@vger.kernel.org
11065 S:      Orphan
11066 F:      drivers/media/platform/sh_veu.c
11067
11068 SH_VOU V4L2 OUTPUT DRIVER
11069 L:      linux-media@vger.kernel.org
11070 S:      Orphan
11071 F:      drivers/media/platform/sh_vou.c
11072 F:      include/media/drv-intf/sh_vou.h
11073
11074 SIMPLE FIRMWARE INTERFACE (SFI)
11075 M:      Len Brown <lenb@kernel.org>
11076 L:      sfi-devel@simplefirmware.org
11077 W:      http://simplefirmware.org/
11078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11079 S:      Supported
11080 F:      arch/x86/platform/sfi/
11081 F:      drivers/sfi/
11082 F:      include/linux/sfi*.h
11083
11084 SIMTEC EB110ATX (Chalice CATS)
11085 P:      Ben Dooks
11086 P:      Vincent Sanders <vince@simtec.co.uk>
11087 M:      Simtec Linux Team <linux@simtec.co.uk>
11088 W:      http://www.simtec.co.uk/products/EB110ATX/
11089 S:      Supported
11090
11091 SIMTEC EB2410ITX (BAST)
11092 P:      Ben Dooks
11093 P:      Vincent Sanders <vince@simtec.co.uk>
11094 M:      Simtec Linux Team <linux@simtec.co.uk>
11095 W:      http://www.simtec.co.uk/products/EB2410ITX/
11096 S:      Supported
11097 F:      arch/arm/mach-s3c24xx/mach-bast.c
11098 F:      arch/arm/mach-s3c24xx/bast-ide.c
11099 F:      arch/arm/mach-s3c24xx/bast-irq.c
11100
11101 TI DAVINCI MACHINE SUPPORT
11102 M:      Sekhar Nori <nsekhar@ti.com>
11103 M:      Kevin Hilman <khilman@kernel.org>
11104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11106 S:      Supported
11107 F:      arch/arm/mach-davinci/
11108 F:      drivers/i2c/busses/i2c-davinci.c
11109
11110 TI DAVINCI SERIES MEDIA DRIVER
11111 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11112 L:      linux-media@vger.kernel.org
11113 W:      https://linuxtv.org
11114 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11115 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11116 S:      Maintained
11117 F:      drivers/media/platform/davinci/
11118 F:      include/media/davinci/
11119
11120 TI AM437X VPFE DRIVER
11121 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11122 L:      linux-media@vger.kernel.org
11123 W:      https://linuxtv.org
11124 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11125 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11126 S:      Maintained
11127 F:      drivers/media/platform/am437x/
11128
11129 OV2659 OMNIVISION SENSOR DRIVER
11130 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11131 L:      linux-media@vger.kernel.org
11132 W:      https://linuxtv.org
11133 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11134 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11135 S:      Maintained
11136 F:      drivers/media/i2c/ov2659.c
11137 F:      include/media/i2c/ov2659.h
11138
11139 SILICON MOTION SM712 FRAME BUFFER DRIVER
11140 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11141 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11142 M:      Sudip Mukherjee <sudip@vectorindia.org>
11143 L:      linux-fbdev@vger.kernel.org
11144 S:      Maintained
11145 F:      drivers/video/fbdev/sm712*
11146 F:      Documentation/fb/sm712fb.txt
11147
11148 SIS 190 ETHERNET DRIVER
11149 M:      Francois Romieu <romieu@fr.zoreil.com>
11150 L:      netdev@vger.kernel.org
11151 S:      Maintained
11152 F:      drivers/net/ethernet/sis/sis190.c
11153
11154 SIS 900/7016 FAST ETHERNET DRIVER
11155 M:      Daniele Venzano <venza@brownhat.org>
11156 W:      http://www.brownhat.org/sis900.html
11157 L:      netdev@vger.kernel.org
11158 S:      Maintained
11159 F:      drivers/net/ethernet/sis/sis900.*
11160
11161 SIS FRAMEBUFFER DRIVER
11162 M:      Thomas Winischhofer <thomas@winischhofer.net>
11163 W:      http://www.winischhofer.net/linuxsisvga.shtml
11164 S:      Maintained
11165 F:      Documentation/fb/sisfb.txt
11166 F:      drivers/video/fbdev/sis/
11167 F:      include/video/sisfb.h
11168
11169 SIS USB2VGA DRIVER
11170 M:      Thomas Winischhofer <thomas@winischhofer.net>
11171 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11172 S:      Maintained
11173 F:      drivers/usb/misc/sisusbvga/
11174
11175 SLAB ALLOCATOR
11176 M:      Christoph Lameter <cl@linux.com>
11177 M:      Pekka Enberg <penberg@kernel.org>
11178 M:      David Rientjes <rientjes@google.com>
11179 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11180 M:      Andrew Morton <akpm@linux-foundation.org>
11181 L:      linux-mm@kvack.org
11182 S:      Maintained
11183 F:      include/linux/sl?b*.h
11184 F:      mm/sl?b*
11185
11186 SLEEPABLE READ-COPY UPDATE (SRCU)
11187 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11188 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11189 M:      Josh Triplett <josh@joshtriplett.org>
11190 R:      Steven Rostedt <rostedt@goodmis.org>
11191 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11192 L:      linux-kernel@vger.kernel.org
11193 W:      http://www.rdrop.com/users/paulmck/RCU/
11194 S:      Supported
11195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11196 F:      include/linux/srcu.h
11197 F:      kernel/rcu/srcu.c
11198
11199 SMACK SECURITY MODULE
11200 M:      Casey Schaufler <casey@schaufler-ca.com>
11201 L:      linux-security-module@vger.kernel.org
11202 W:      http://schaufler-ca.com
11203 T:      git git://github.com/cschaufler/smack-next
11204 S:      Maintained
11205 F:      Documentation/security/Smack.txt
11206 F:      security/smack/
11207
11208 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11209 M:      Kevin Hilman <khilman@kernel.org>
11210 M:      Nishanth Menon <nm@ti.com>
11211 S:      Maintained
11212 F:      drivers/power/avs/
11213 F:      include/linux/power/smartreflex.h
11214 L:      linux-pm@vger.kernel.org
11215
11216 SMC91x ETHERNET DRIVER
11217 M:      Nicolas Pitre <nico@fluxnic.net>
11218 S:      Odd Fixes
11219 F:      drivers/net/ethernet/smsc/smc91x.*
11220
11221 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11222 M:      Sakari Ailus <sakari.ailus@iki.fi>
11223 L:      linux-media@vger.kernel.org
11224 S:      Maintained
11225 F:      drivers/media/i2c/smiapp/
11226 F:      include/media/i2c/smiapp.h
11227 F:      drivers/media/i2c/smiapp-pll.c
11228 F:      drivers/media/i2c/smiapp-pll.h
11229 F:      include/uapi/linux/smiapp.h
11230 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11231
11232 SMM665 HARDWARE MONITOR DRIVER
11233 M:      Guenter Roeck <linux@roeck-us.net>
11234 L:      linux-hwmon@vger.kernel.org
11235 S:      Maintained
11236 F:      Documentation/hwmon/smm665
11237 F:      drivers/hwmon/smm665.c
11238
11239 SMSC EMC2103 HARDWARE MONITOR DRIVER
11240 M:      Steve Glendinning <steve.glendinning@shawell.net>
11241 L:      linux-hwmon@vger.kernel.org
11242 S:      Maintained
11243 F:      Documentation/hwmon/emc2103
11244 F:      drivers/hwmon/emc2103.c
11245
11246 SMSC SCH5627 HARDWARE MONITOR DRIVER
11247 M:      Hans de Goede <hdegoede@redhat.com>
11248 L:      linux-hwmon@vger.kernel.org
11249 S:      Supported
11250 F:      Documentation/hwmon/sch5627
11251 F:      drivers/hwmon/sch5627.c
11252
11253 SMSC47B397 HARDWARE MONITOR DRIVER
11254 M:      Jean Delvare <jdelvare@suse.com>
11255 L:      linux-hwmon@vger.kernel.org
11256 S:      Maintained
11257 F:      Documentation/hwmon/smsc47b397
11258 F:      drivers/hwmon/smsc47b397.c
11259
11260 SMSC911x ETHERNET DRIVER
11261 M:      Steve Glendinning <steve.glendinning@shawell.net>
11262 L:      netdev@vger.kernel.org
11263 S:      Maintained
11264 F:      include/linux/smsc911x.h
11265 F:      drivers/net/ethernet/smsc/smsc911x.*
11266
11267 SMSC9420 PCI ETHERNET DRIVER
11268 M:      Steve Glendinning <steve.glendinning@shawell.net>
11269 L:      netdev@vger.kernel.org
11270 S:      Maintained
11271 F:      drivers/net/ethernet/smsc/smsc9420.*
11272
11273 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11274 M:      Steve Glendinning <steve.glendinning@shawell.net>
11275 L:      linux-fbdev@vger.kernel.org
11276 S:      Maintained
11277 F:      drivers/video/fbdev/smscufx.c
11278
11279 SOC-CAMERA V4L2 SUBSYSTEM
11280 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11281 L:      linux-media@vger.kernel.org
11282 T:      git git://linuxtv.org/media_tree.git
11283 S:      Maintained
11284 F:      include/media/soc*
11285 F:      drivers/media/i2c/soc_camera/
11286 F:      drivers/media/platform/soc_camera/
11287
11288 SOEKRIS NET48XX LED SUPPORT
11289 M:      Chris Boot <bootc@bootc.net>
11290 S:      Maintained
11291 F:      drivers/leds/leds-net48xx.c
11292
11293 SOFTLOGIC 6x10 MPEG CODEC
11294 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11295 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11296 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11297 M:      Ismael Luceno <ismael@iodev.co.uk>
11298 L:      linux-media@vger.kernel.org
11299 S:      Supported
11300 F:      drivers/media/pci/solo6x10/
11301
11302 SOFTWARE RAID (Multiple Disks) SUPPORT
11303 M:      Shaohua Li <shli@kernel.org>
11304 L:      linux-raid@vger.kernel.org
11305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11306 S:      Supported
11307 F:      drivers/md/
11308 F:      include/linux/raid/
11309 F:      include/uapi/linux/raid/
11310
11311 SONIC NETWORK DRIVER
11312 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11313 L:      netdev@vger.kernel.org
11314 S:      Maintained
11315 F:      drivers/net/ethernet/natsemi/sonic.*
11316
11317 SONICS SILICON BACKPLANE DRIVER (SSB)
11318 M:      Michael Buesch <m@bues.ch>
11319 L:      linux-wireless@vger.kernel.org
11320 S:      Maintained
11321 F:      drivers/ssb/
11322 F:      include/linux/ssb/
11323
11324 SONY VAIO CONTROL DEVICE DRIVER
11325 M:      Mattia Dongili <malattia@linux.it>
11326 L:      platform-driver-x86@vger.kernel.org
11327 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11328 S:      Maintained
11329 F:      Documentation/laptops/sony-laptop.txt
11330 F:      drivers/char/sonypi.c
11331 F:      drivers/platform/x86/sony-laptop.c
11332 F:      include/linux/sony-laptop.h
11333
11334 SONY MEMORYSTICK CARD SUPPORT
11335 M:      Alex Dubov <oakad@yahoo.com>
11336 W:      http://tifmxx.berlios.de/
11337 S:      Maintained
11338 F:      drivers/memstick/host/tifm_ms.c
11339
11340 SONY MEMORYSTICK STANDARD SUPPORT
11341 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11342 S:      Maintained
11343 F:      drivers/memstick/core/ms_block.*
11344
11345 SOUND
11346 M:      Jaroslav Kysela <perex@perex.cz>
11347 M:      Takashi Iwai <tiwai@suse.com>
11348 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11349 W:      http://www.alsa-project.org/
11350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11351 T:      git git://git.alsa-project.org/alsa-kernel.git
11352 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11353 S:      Maintained
11354 F:      Documentation/sound/
11355 F:      include/sound/
11356 F:      include/uapi/sound/
11357 F:      sound/
11358
11359 SOUND - COMPRESSED AUDIO
11360 M:      Vinod Koul <vinod.koul@intel.com>
11361 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11363 S:      Supported
11364 F:      Documentation/sound/alsa/compress_offload.txt
11365 F:      include/sound/compress_driver.h
11366 F:      include/uapi/sound/compress_*
11367 F:      sound/core/compress_offload.c
11368 F:      sound/soc/soc-compress.c
11369
11370 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11371 M:      Liam Girdwood <lgirdwood@gmail.com>
11372 M:      Mark Brown <broonie@kernel.org>
11373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11374 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11375 W:      http://alsa-project.org/main/index.php/ASoC
11376 S:      Supported
11377 F:      Documentation/devicetree/bindings/sound/
11378 F:      Documentation/sound/alsa/soc/
11379 F:      sound/soc/
11380 F:      include/sound/soc*
11381
11382 SOUND - DMAENGINE HELPERS
11383 M:      Lars-Peter Clausen <lars@metafoo.de>
11384 S:      Supported
11385 F:      include/sound/dmaengine_pcm.h
11386 F:      sound/core/pcm_dmaengine.c
11387 F:      sound/soc/soc-generic-dmaengine-pcm.c
11388
11389 SP2 MEDIA DRIVER
11390 M:      Olli Salonen <olli.salonen@iki.fi>
11391 L:      linux-media@vger.kernel.org
11392 W:      https://linuxtv.org
11393 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11394 S:      Maintained
11395 F:      drivers/media/dvb-frontends/sp2*
11396
11397 SPARC + UltraSPARC (sparc/sparc64)
11398 M:      "David S. Miller" <davem@davemloft.net>
11399 L:      sparclinux@vger.kernel.org
11400 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11403 S:      Maintained
11404 F:      arch/sparc/
11405 F:      drivers/sbus/
11406
11407 SPARC SERIAL DRIVERS
11408 M:      "David S. Miller" <davem@davemloft.net>
11409 L:      sparclinux@vger.kernel.org
11410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11412 S:      Maintained
11413 F:      include/linux/sunserialcore.h
11414 F:      drivers/tty/serial/suncore.c
11415 F:      drivers/tty/serial/sunhv.c
11416 F:      drivers/tty/serial/sunsab.c
11417 F:      drivers/tty/serial/sunsab.h
11418 F:      drivers/tty/serial/sunsu.c
11419 F:      drivers/tty/serial/sunzilog.c
11420 F:      drivers/tty/serial/sunzilog.h
11421
11422 SPARSE CHECKER
11423 M:      "Christopher Li" <sparse@chrisli.org>
11424 L:      linux-sparse@vger.kernel.org
11425 W:      https://sparse.wiki.kernel.org/
11426 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11427 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11428 S:      Maintained
11429 F:      include/linux/compiler.h
11430
11431 SPEAR PLATFORM SUPPORT
11432 M:      Viresh Kumar <vireshk@kernel.org>
11433 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11435 W:      http://www.st.com/spear
11436 S:      Maintained
11437 F:      arch/arm/boot/dts/spear*
11438 F:      arch/arm/mach-spear/
11439
11440 SPEAR CLOCK FRAMEWORK SUPPORT
11441 M:      Viresh Kumar <vireshk@kernel.org>
11442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11443 W:      http://www.st.com/spear
11444 S:      Maintained
11445 F:      drivers/clk/spear/
11446
11447 SPI NOR SUBSYSTEM
11448 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11449 M:      Marek Vasut <marek.vasut@gmail.com>
11450 L:      linux-mtd@lists.infradead.org
11451 W:      http://www.linux-mtd.infradead.org/
11452 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11453 T:      git git://github.com/spi-nor/linux.git
11454 S:      Maintained
11455 F:      drivers/mtd/spi-nor/
11456 F:      include/linux/mtd/spi-nor.h
11457
11458 SPI SUBSYSTEM
11459 M:      Mark Brown <broonie@kernel.org>
11460 L:      linux-spi@vger.kernel.org
11461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11462 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11463 S:      Maintained
11464 F:      Documentation/devicetree/bindings/spi/
11465 F:      Documentation/spi/
11466 F:      drivers/spi/
11467 F:      include/linux/spi/
11468 F:      include/uapi/linux/spi/
11469 F:      tools/spi/
11470
11471 SPIDERNET NETWORK DRIVER for CELL
11472 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11473 L:      netdev@vger.kernel.org
11474 S:      Supported
11475 F:      Documentation/networking/spider_net.txt
11476 F:      drivers/net/ethernet/toshiba/spider_net*
11477
11478 SPU FILE SYSTEM
11479 M:      Jeremy Kerr <jk@ozlabs.org>
11480 L:      linuxppc-dev@lists.ozlabs.org
11481 W:      http://www.ibm.com/developerworks/power/cell/
11482 S:      Supported
11483 F:      Documentation/filesystems/spufs.txt
11484 F:      arch/powerpc/platforms/cell/spufs/
11485
11486 SQUASHFS FILE SYSTEM
11487 M:      Phillip Lougher <phillip@squashfs.org.uk>
11488 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11489 W:      http://squashfs.org.uk
11490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11491 S:      Maintained
11492 F:      Documentation/filesystems/squashfs.txt
11493 F:      fs/squashfs/
11494
11495 SRM (Alpha) environment access
11496 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11497 S:      Maintained
11498 F:      arch/alpha/kernel/srm_env.c
11499
11500 STABLE BRANCH
11501 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11502 L:      stable@vger.kernel.org
11503 S:      Supported
11504 F:      Documentation/process/stable-kernel-rules.rst
11505
11506 STAGING SUBSYSTEM
11507 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11509 L:      devel@driverdev.osuosl.org
11510 S:      Supported
11511 F:      drivers/staging/
11512
11513 STAGING - COMEDI
11514 M:      Ian Abbott <abbotti@mev.co.uk>
11515 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11516 S:      Odd Fixes
11517 F:      drivers/staging/comedi/
11518
11519 STAGING - FLARION FT1000 DRIVERS
11520 M:      Marek Belisko <marek.belisko@gmail.com>
11521 S:      Odd Fixes
11522 F:      drivers/staging/ft1000/
11523
11524 STAGING - INDUSTRIAL IO
11525 M:      Jonathan Cameron <jic23@kernel.org>
11526 L:      linux-iio@vger.kernel.org
11527 S:      Odd Fixes
11528 F:      Documentation/devicetree/bindings/staging/iio/
11529 F:      drivers/staging/iio/
11530
11531 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11532 M:      Jarod Wilson <jarod@wilsonet.com>
11533 W:      http://www.lirc.org/
11534 S:      Odd Fixes
11535 F:      drivers/staging/media/lirc/
11536
11537 STAGING - LUSTRE PARALLEL FILESYSTEM
11538 M:      Oleg Drokin <oleg.drokin@intel.com>
11539 M:      Andreas Dilger <andreas.dilger@intel.com>
11540 M:      James Simmons <jsimmons@infradead.org>
11541 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11542 W:      http://wiki.lustre.org/
11543 S:      Maintained
11544 F:      drivers/staging/lustre
11545
11546 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11547 M:      Marc Dietrich <marvin24@gmx.de>
11548 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11549 L:      linux-tegra@vger.kernel.org
11550 S:      Maintained
11551 F:      drivers/staging/nvec/
11552
11553 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11554 M:      Jens Frederich <jfrederich@gmail.com>
11555 M:      Daniel Drake <dsd@laptop.org>
11556 M:      Jon Nettleton <jon.nettleton@gmail.com>
11557 W:      http://wiki.laptop.org/go/DCON
11558 S:      Maintained
11559 F:      drivers/staging/olpc_dcon/
11560
11561 STAGING - REALTEK RTL8712U DRIVERS
11562 M:      Larry Finger <Larry.Finger@lwfinger.net>
11563 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11564 S:      Odd Fixes
11565 F:      drivers/staging/rtl8712/
11566
11567 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11568 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11569 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11570 M:      Sudip Mukherjee <sudip@vectorindia.org>
11571 L:      linux-fbdev@vger.kernel.org
11572 S:      Maintained
11573 F:      drivers/staging/sm750fb/
11574
11575 STAGING - SLICOSS
11576 M:      Lior Dotan <liodot@gmail.com>
11577 M:      Christopher Harrer <charrer@alacritech.com>
11578 S:      Odd Fixes
11579 F:      drivers/staging/slicoss/
11580
11581 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11582 M:      William Hubbs <w.d.hubbs@gmail.com>
11583 M:      Chris Brannon <chris@the-brannons.com>
11584 M:      Kirk Reiser <kirk@reisers.ca>
11585 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11586 L:      speakup@linux-speakup.org
11587 W:      http://www.linux-speakup.org/
11588 S:      Odd Fixes
11589 F:      drivers/staging/speakup/
11590
11591 STAGING - VIA VT665X DRIVERS
11592 M:      Forest Bond <forest@alittletooquiet.net>
11593 S:      Odd Fixes
11594 F:      drivers/staging/vt665?/
11595
11596 STAGING - WILC1000 WIFI DRIVER
11597 M:      Aditya Shankar <aditya.shankar@microchip.com>
11598 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11599 L:      linux-wireless@vger.kernel.org
11600 S:      Supported
11601 F:      drivers/staging/wilc1000/
11602
11603 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11604 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11605 S:      Odd Fixes
11606 F:      drivers/staging/xgifb/
11607
11608 STARFIRE/DURALAN NETWORK DRIVER
11609 M:      Ion Badulescu <ionut@badula.org>
11610 S:      Odd Fixes
11611 F:      drivers/net/ethernet/adaptec/starfire*
11612
11613 SUN3/3X
11614 M:      Sam Creasey <sammy@sammy.net>
11615 W:      http://sammy.net/sun3/
11616 S:      Maintained
11617 F:      arch/m68k/kernel/*sun3*
11618 F:      arch/m68k/sun3*/
11619 F:      arch/m68k/include/asm/sun3*
11620 F:      drivers/net/ethernet/i825xx/sun3*
11621
11622 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11623 M:      Hans de Goede <hdegoede@redhat.com>
11624 L:      linux-input@vger.kernel.org
11625 S:      Maintained
11626 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11627 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11628
11629 SUNDANCE NETWORK DRIVER
11630 M:      Denis Kirjanov <kda@linux-powerpc.org>
11631 L:      netdev@vger.kernel.org
11632 S:      Maintained
11633 F:      drivers/net/ethernet/dlink/sundance.c
11634
11635 SUPERH
11636 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11637 M:      Rich Felker <dalias@libc.org>
11638 L:      linux-sh@vger.kernel.org
11639 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11640 S:      Maintained
11641 F:      Documentation/sh/
11642 F:      arch/sh/
11643 F:      drivers/sh/
11644
11645 SUSPEND TO RAM
11646 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11647 M:      Len Brown <len.brown@intel.com>
11648 M:      Pavel Machek <pavel@ucw.cz>
11649 L:      linux-pm@vger.kernel.org
11650 B:      https://bugzilla.kernel.org
11651 S:      Supported
11652 F:      Documentation/power/
11653 F:      arch/x86/kernel/acpi/
11654 F:      drivers/base/power/
11655 F:      kernel/power/
11656 F:      include/linux/suspend.h
11657 F:      include/linux/freezer.h
11658 F:      include/linux/pm.h
11659
11660 SVGA HANDLING
11661 M:      Martin Mares <mj@ucw.cz>
11662 L:      linux-video@atrey.karlin.mff.cuni.cz
11663 S:      Maintained
11664 F:      Documentation/svga.txt
11665 F:      arch/x86/boot/video*
11666
11667 SWIOTLB SUBSYSTEM
11668 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11669 L:      linux-kernel@vger.kernel.org
11670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11671 S:      Supported
11672 F:      lib/swiotlb.c
11673 F:      arch/*/kernel/pci-swiotlb.c
11674 F:      include/linux/swiotlb.h
11675
11676 SWITCHDEV
11677 M:      Jiri Pirko <jiri@resnulli.us>
11678 L:      netdev@vger.kernel.org
11679 S:      Supported
11680 F:      net/switchdev/
11681 F:      include/net/switchdev.h
11682
11683 SYNOPSYS ARC ARCHITECTURE
11684 M:      Vineet Gupta <vgupta@synopsys.com>
11685 L:      linux-snps-arc@lists.infradead.org
11686 S:      Supported
11687 F:      arch/arc/
11688 F:      Documentation/devicetree/bindings/arc/*
11689 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11690 F:      drivers/tty/serial/arc_uart.c
11691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11692
11693 SYNOPSYS ARC SDP platform support
11694 M:      Alexey Brodkin <abrodkin@synopsys.com>
11695 S:      Supported
11696 F:      arch/arc/plat-axs10x
11697 F:      arch/arc/boot/dts/ax*
11698 F:      Documentation/devicetree/bindings/arc/axs10*
11699
11700 SYSTEM CONFIGURATION (SYSCON)
11701 M:      Lee Jones <lee.jones@linaro.org>
11702 M:      Arnd Bergmann <arnd@arndb.de>
11703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11704 S:      Supported
11705 F:      drivers/mfd/syscon.c
11706
11707 SYSTEM RESET/SHUTDOWN DRIVERS
11708 M:      Sebastian Reichel <sre@kernel.org>
11709 L:      linux-pm@vger.kernel.org
11710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11711 S:      Maintained
11712 F:      Documentation/devicetree/bindings/power/reset/
11713 F:      drivers/power/reset/
11714
11715 SYSV FILESYSTEM
11716 M:      Christoph Hellwig <hch@infradead.org>
11717 S:      Maintained
11718 F:      Documentation/filesystems/sysv-fs.txt
11719 F:      fs/sysv/
11720 F:      include/linux/sysv_fs.h
11721
11722 TARGET SUBSYSTEM
11723 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11724 L:      linux-scsi@vger.kernel.org
11725 L:      target-devel@vger.kernel.org
11726 W:      http://www.linux-iscsi.org
11727 W:      http://groups.google.com/group/linux-iscsi-target-dev
11728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11729 S:      Supported
11730 F:      drivers/target/
11731 F:      include/target/
11732 F:      Documentation/target/
11733
11734 TASKSTATS STATISTICS INTERFACE
11735 M:      Balbir Singh <bsingharora@gmail.com>
11736 S:      Maintained
11737 F:      Documentation/accounting/taskstats*
11738 F:      include/linux/taskstats*
11739 F:      kernel/taskstats.c
11740
11741 TC CLASSIFIER
11742 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11743 L:      netdev@vger.kernel.org
11744 S:      Maintained
11745 F:      include/net/pkt_cls.h
11746 F:      include/uapi/linux/pkt_cls.h
11747 F:      net/sched/
11748
11749 TCP LOW PRIORITY MODULE
11750 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11751 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11752 W:      http://tcp-lp-mod.sourceforge.net/
11753 S:      Maintained
11754 F:      net/ipv4/tcp_lp.c
11755
11756 TDA10071 MEDIA DRIVER
11757 M:      Antti Palosaari <crope@iki.fi>
11758 L:      linux-media@vger.kernel.org
11759 W:      https://linuxtv.org
11760 W:      http://palosaari.fi/linux/
11761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11762 T:      git git://linuxtv.org/anttip/media_tree.git
11763 S:      Maintained
11764 F:      drivers/media/dvb-frontends/tda10071*
11765
11766 TDA18212 MEDIA DRIVER
11767 M:      Antti Palosaari <crope@iki.fi>
11768 L:      linux-media@vger.kernel.org
11769 W:      https://linuxtv.org
11770 W:      http://palosaari.fi/linux/
11771 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11772 T:      git git://linuxtv.org/anttip/media_tree.git
11773 S:      Maintained
11774 F:      drivers/media/tuners/tda18212*
11775
11776 TDA18218 MEDIA DRIVER
11777 M:      Antti Palosaari <crope@iki.fi>
11778 L:      linux-media@vger.kernel.org
11779 W:      https://linuxtv.org
11780 W:      http://palosaari.fi/linux/
11781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11782 T:      git git://linuxtv.org/anttip/media_tree.git
11783 S:      Maintained
11784 F:      drivers/media/tuners/tda18218*
11785
11786 TDA18271 MEDIA DRIVER
11787 M:      Michael Krufky <mkrufky@linuxtv.org>
11788 L:      linux-media@vger.kernel.org
11789 W:      https://linuxtv.org
11790 W:      http://github.com/mkrufky
11791 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11792 T:      git git://linuxtv.org/mkrufky/tuners.git
11793 S:      Maintained
11794 F:      drivers/media/tuners/tda18271*
11795
11796 TDA827x MEDIA DRIVER
11797 M:      Michael Krufky <mkrufky@linuxtv.org>
11798 L:      linux-media@vger.kernel.org
11799 W:      https://linuxtv.org
11800 W:      http://github.com/mkrufky
11801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11802 T:      git git://linuxtv.org/mkrufky/tuners.git
11803 S:      Maintained
11804 F:      drivers/media/tuners/tda8290.*
11805
11806 TDA8290 MEDIA DRIVER
11807 M:      Michael Krufky <mkrufky@linuxtv.org>
11808 L:      linux-media@vger.kernel.org
11809 W:      https://linuxtv.org
11810 W:      http://github.com/mkrufky
11811 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11812 T:      git git://linuxtv.org/mkrufky/tuners.git
11813 S:      Maintained
11814 F:      drivers/media/tuners/tda8290.*
11815
11816 TDA9840 MEDIA DRIVER
11817 M:      Hans Verkuil <hverkuil@xs4all.nl>
11818 L:      linux-media@vger.kernel.org
11819 T:      git git://linuxtv.org/media_tree.git
11820 W:      https://linuxtv.org
11821 S:      Maintained
11822 F:      drivers/media/i2c/tda9840*
11823
11824 TEA5761 TUNER DRIVER
11825 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11826 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11827 L:      linux-media@vger.kernel.org
11828 W:      https://linuxtv.org
11829 T:      git git://linuxtv.org/media_tree.git
11830 S:      Odd fixes
11831 F:      drivers/media/tuners/tea5761.*
11832
11833 TEA5767 TUNER DRIVER
11834 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11835 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11836 L:      linux-media@vger.kernel.org
11837 W:      https://linuxtv.org
11838 T:      git git://linuxtv.org/media_tree.git
11839 S:      Maintained
11840 F:      drivers/media/tuners/tea5767.*
11841
11842 TEA6415C MEDIA DRIVER
11843 M:      Hans Verkuil <hverkuil@xs4all.nl>
11844 L:      linux-media@vger.kernel.org
11845 T:      git git://linuxtv.org/media_tree.git
11846 W:      https://linuxtv.org
11847 S:      Maintained
11848 F:      drivers/media/i2c/tea6415c*
11849
11850 TEA6420 MEDIA DRIVER
11851 M:      Hans Verkuil <hverkuil@xs4all.nl>
11852 L:      linux-media@vger.kernel.org
11853 T:      git git://linuxtv.org/media_tree.git
11854 W:      https://linuxtv.org
11855 S:      Maintained
11856 F:      drivers/media/i2c/tea6420*
11857
11858 TEAM DRIVER
11859 M:      Jiri Pirko <jiri@resnulli.us>
11860 L:      netdev@vger.kernel.org
11861 S:      Supported
11862 F:      drivers/net/team/
11863 F:      include/linux/if_team.h
11864 F:      include/uapi/linux/if_team.h
11865
11866 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11867 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11868 S:      Maintained
11869 F:      arch/x86/platform/ts5500/
11870
11871 TECHNOTREND USB IR RECEIVER
11872 M:      Sean Young <sean@mess.org>
11873 L:      linux-media@vger.kernel.org
11874 S:      Maintained
11875 F:      drivers/media/rc/ttusbir.c
11876
11877 TEGRA ARCHITECTURE SUPPORT
11878 M:      Stephen Warren <swarren@wwwdotorg.org>
11879 M:      Thierry Reding <thierry.reding@gmail.com>
11880 M:      Alexandre Courbot <gnurou@gmail.com>
11881 L:      linux-tegra@vger.kernel.org
11882 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11884 S:      Supported
11885 N:      [^a-z]tegra
11886
11887 TEGRA CLOCK DRIVER
11888 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11889 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11890 S:      Supported
11891 F:      drivers/clk/tegra/
11892
11893 TEGRA DMA DRIVERS
11894 M:      Laxman Dewangan <ldewangan@nvidia.com>
11895 M:      Jon Hunter <jonathanh@nvidia.com>
11896 S:      Supported
11897 F:      drivers/dma/tegra*
11898
11899 TEGRA I2C DRIVER
11900 M:      Laxman Dewangan <ldewangan@nvidia.com>
11901 S:      Supported
11902 F:      drivers/i2c/busses/i2c-tegra.c
11903
11904 TEGRA IOMMU DRIVERS
11905 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11906 S:      Supported
11907 F:      drivers/iommu/tegra*
11908
11909 TEGRA KBC DRIVER
11910 M:      Rakesh Iyer <riyer@nvidia.com>
11911 M:      Laxman Dewangan <ldewangan@nvidia.com>
11912 S:      Supported
11913 F:      drivers/input/keyboard/tegra-kbc.c
11914
11915 TEGRA PWM DRIVER
11916 M:      Thierry Reding <thierry.reding@gmail.com>
11917 S:      Supported
11918 F:      drivers/pwm/pwm-tegra.c
11919
11920 TEGRA SERIAL DRIVER
11921 M:      Laxman Dewangan <ldewangan@nvidia.com>
11922 S:      Supported
11923 F:      drivers/tty/serial/serial-tegra.c
11924
11925 TEGRA SPI DRIVER
11926 M:      Laxman Dewangan <ldewangan@nvidia.com>
11927 S:      Supported
11928 F:      drivers/spi/spi-tegra*
11929
11930 TEHUTI ETHERNET DRIVER
11931 M:      Andy Gospodarek <andy@greyhouse.net>
11932 L:      netdev@vger.kernel.org
11933 S:      Supported
11934 F:      drivers/net/ethernet/tehuti/*
11935
11936 Telecom Clock Driver for MCPL0010
11937 M:      Mark Gross <mark.gross@intel.com>
11938 S:      Supported
11939 F:      drivers/char/tlclk.c
11940
11941 TENSILICA XTENSA PORT (xtensa)
11942 M:      Chris Zankel <chris@zankel.net>
11943 M:      Max Filippov <jcmvbkbc@gmail.com>
11944 L:      linux-xtensa@linux-xtensa.org
11945 T:      git git://github.com/czankel/xtensa-linux.git
11946 S:      Maintained
11947 F:      arch/xtensa/
11948 F:      drivers/irqchip/irq-xtensa-*
11949
11950 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11951 M:      Hans Verkuil <hverkuil@xs4all.nl>
11952 L:      linux-media@vger.kernel.org
11953 T:      git git://linuxtv.org/media_tree.git
11954 W:      https://linuxtv.org
11955 S:      Maintained
11956 F:      drivers/media/radio/radio-raremono.c
11957
11958 THERMAL
11959 M:      Zhang Rui <rui.zhang@intel.com>
11960 M:      Eduardo Valentin <edubezval@gmail.com>
11961 L:      linux-pm@vger.kernel.org
11962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11964 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11965 S:      Supported
11966 F:      drivers/thermal/
11967 F:      include/linux/thermal.h
11968 F:      include/uapi/linux/thermal.h
11969 F:      include/linux/cpu_cooling.h
11970 F:      Documentation/devicetree/bindings/thermal/
11971
11972 THERMAL/CPU_COOLING
11973 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11974 M:      Viresh Kumar <viresh.kumar@linaro.org>
11975 M:      Javi Merino <javi.merino@kernel.org>
11976 L:      linux-pm@vger.kernel.org
11977 S:      Supported
11978 F:      Documentation/thermal/cpu-cooling-api.txt
11979 F:      drivers/thermal/cpu_cooling.c
11980 F:      include/linux/cpu_cooling.h
11981
11982 THINKPAD ACPI EXTRAS DRIVER
11983 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11984 L:      ibm-acpi-devel@lists.sourceforge.net
11985 L:      platform-driver-x86@vger.kernel.org
11986 W:      http://ibm-acpi.sourceforge.net
11987 W:      http://thinkwiki.org/wiki/Ibm-acpi
11988 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11989 S:      Maintained
11990 F:      drivers/platform/x86/thinkpad_acpi.c
11991
11992 TI BANDGAP AND THERMAL DRIVER
11993 M:      Eduardo Valentin <edubezval@gmail.com>
11994 M:      Keerthy <j-keerthy@ti.com>
11995 L:      linux-pm@vger.kernel.org
11996 L:      linux-omap@vger.kernel.org
11997 S:      Maintained
11998 F:      drivers/thermal/ti-soc-thermal/
11999
12000 TI VPE/CAL DRIVERS
12001 M:      Benoit Parrot <bparrot@ti.com>
12002 L:      linux-media@vger.kernel.org
12003 W:      http://linuxtv.org/
12004 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12005 S:      Maintained
12006 F:      drivers/media/platform/ti-vpe/
12007
12008 TI CDCE706 CLOCK DRIVER
12009 M:      Max Filippov <jcmvbkbc@gmail.com>
12010 S:      Maintained
12011 F:      drivers/clk/clk-cdce706.c
12012
12013 TI CLOCK DRIVER
12014 M:      Tero Kristo <t-kristo@ti.com>
12015 L:      linux-omap@vger.kernel.org
12016 S:      Maintained
12017 F:      drivers/clk/ti/
12018 F:      include/linux/clk/ti.h
12019
12020 TI ETHERNET SWITCH DRIVER (CPSW)
12021 M:      Mugunthan V N <mugunthanvnm@ti.com>
12022 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12023 L:      linux-omap@vger.kernel.org
12024 L:      netdev@vger.kernel.org
12025 S:      Maintained
12026 F:      drivers/net/ethernet/ti/cpsw*
12027 F:      drivers/net/ethernet/ti/davinci*
12028
12029 TI FLASH MEDIA INTERFACE DRIVER
12030 M:      Alex Dubov <oakad@yahoo.com>
12031 S:      Maintained
12032 F:      drivers/misc/tifm*
12033 F:      drivers/mmc/host/tifm_sd.c
12034 F:      include/linux/tifm.h
12035
12036 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12037 M:      Santosh Shilimkar <ssantosh@kernel.org>
12038 L:      linux-kernel@vger.kernel.org
12039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12040 S:      Maintained
12041 F:      drivers/soc/ti/*
12042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12043
12044
12045 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12046 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12047 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12048 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12049 S:      Maintained
12050 F:      sound/soc/codecs/lm49453*
12051 F:      sound/soc/codecs/isabelle*
12052
12053 TI LP855x BACKLIGHT DRIVER
12054 M:      Milo Kim <milo.kim@ti.com>
12055 S:      Maintained
12056 F:      Documentation/backlight/lp855x-driver.txt
12057 F:      drivers/video/backlight/lp855x_bl.c
12058 F:      include/linux/platform_data/lp855x.h
12059
12060 TI LP8727 CHARGER DRIVER
12061 M:      Milo Kim <milo.kim@ti.com>
12062 S:      Maintained
12063 F:      drivers/power/supply/lp8727_charger.c
12064 F:      include/linux/platform_data/lp8727.h
12065
12066 TI LP8788 MFD DRIVER
12067 M:      Milo Kim <milo.kim@ti.com>
12068 S:      Maintained
12069 F:      drivers/iio/adc/lp8788_adc.c
12070 F:      drivers/leds/leds-lp8788.c
12071 F:      drivers/mfd/lp8788*.c
12072 F:      drivers/power/supply/lp8788-charger.c
12073 F:      drivers/regulator/lp8788-*.c
12074 F:      include/linux/mfd/lp8788*.h
12075
12076 TI NETCP ETHERNET DRIVER
12077 M:      Wingman Kwok <w-kwok2@ti.com>
12078 M:      Murali Karicheri <m-karicheri2@ti.com>
12079 L:      netdev@vger.kernel.org
12080 S:      Maintained
12081 F:      drivers/net/ethernet/ti/netcp*
12082
12083 TI TAS571X FAMILY ASoC CODEC DRIVER
12084 M:      Kevin Cernekee <cernekee@chromium.org>
12085 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12086 S:      Odd Fixes
12087 F:      sound/soc/codecs/tas571x*
12088
12089 TI TWL4030 SERIES SOC CODEC DRIVER
12090 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12091 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12092 S:      Maintained
12093 F:      sound/soc/codecs/twl4030*
12094
12095 TI WILINK WIRELESS DRIVERS
12096 L:      linux-wireless@vger.kernel.org
12097 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12098 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12100 S:      Orphan
12101 F:      drivers/net/wireless/ti/
12102 F:      include/linux/wl12xx.h
12103
12104 TIPC NETWORK LAYER
12105 M:      Jon Maloy <jon.maloy@ericsson.com>
12106 M:      Ying Xue <ying.xue@windriver.com>
12107 L:      netdev@vger.kernel.org (core kernel code)
12108 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12109 W:      http://tipc.sourceforge.net/
12110 S:      Maintained
12111 F:      include/uapi/linux/tipc*.h
12112 F:      net/tipc/
12113
12114 TILE ARCHITECTURE
12115 M:      Chris Metcalf <cmetcalf@mellanox.com>
12116 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12118 S:      Supported
12119 F:      arch/tile/
12120 F:      drivers/char/tile-srom.c
12121 F:      drivers/edac/tile_edac.c
12122 F:      drivers/net/ethernet/tile/
12123 F:      drivers/rtc/rtc-tile.c
12124 F:      drivers/tty/hvc/hvc_tile.c
12125 F:      drivers/tty/serial/tilegx.c
12126 F:      drivers/usb/host/*-tilegx.c
12127 F:      include/linux/usb/tilegx.h
12128
12129 TLAN NETWORK DRIVER
12130 M:      Samuel Chessman <chessman@tux.org>
12131 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12132 W:      http://sourceforge.net/projects/tlan/
12133 S:      Maintained
12134 F:      Documentation/networking/tlan.txt
12135 F:      drivers/net/ethernet/ti/tlan.*
12136
12137 TOMOYO SECURITY MODULE
12138 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12139 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12140 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12141 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12142 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12143 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12144 W:      http://tomoyo.sourceforge.jp/
12145 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12146 S:      Maintained
12147 F:      security/tomoyo/
12148
12149 TOPSTAR LAPTOP EXTRAS DRIVER
12150 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12151 L:      platform-driver-x86@vger.kernel.org
12152 S:      Maintained
12153 F:      drivers/platform/x86/topstar-laptop.c
12154
12155 TOSHIBA ACPI EXTRAS DRIVER
12156 M:      Azael Avalos <coproscefalo@gmail.com>
12157 L:      platform-driver-x86@vger.kernel.org
12158 S:      Maintained
12159 F:      drivers/platform/x86/toshiba_acpi.c
12160
12161 TOSHIBA BLUETOOTH DRIVER
12162 M:      Azael Avalos <coproscefalo@gmail.com>
12163 L:      platform-driver-x86@vger.kernel.org
12164 S:      Maintained
12165 F:      drivers/platform/x86/toshiba_bluetooth.c
12166
12167 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12168 M:      Azael Avalos <coproscefalo@gmail.com>
12169 L:      platform-driver-x86@vger.kernel.org
12170 S:      Maintained
12171 F:      drivers/platform/x86/toshiba_haps.c
12172
12173 TOSHIBA WMI HOTKEYS DRIVER
12174 M:      Azael Avalos <coproscefalo@gmail.com>
12175 L:      platform-driver-x86@vger.kernel.org
12176 S:      Maintained
12177 F:      drivers/platform/x86/toshiba-wmi.c
12178
12179 TOSHIBA SMM DRIVER
12180 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12181 W:      http://www.buzzard.org.uk/toshiba/
12182 S:      Maintained
12183 F:      drivers/char/toshiba.c
12184 F:      include/linux/toshiba.h
12185 F:      include/uapi/linux/toshiba.h
12186
12187 TOSHIBA TC358743 DRIVER
12188 M:      Mats Randgaard <matrandg@cisco.com>
12189 L:      linux-media@vger.kernel.org
12190 S:      Maintained
12191 F:      drivers/media/i2c/tc358743*
12192 F:      include/media/i2c/tc358743.h
12193
12194 TMIO/SDHI MMC DRIVER
12195 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12196 L:      linux-mmc@vger.kernel.org
12197 S:      Supported
12198 F:      drivers/mmc/host/tmio_mmc*
12199 F:      drivers/mmc/host/sh_mobile_sdhi.c
12200 F:      include/linux/mfd/tmio.h
12201
12202 TMP401 HARDWARE MONITOR DRIVER
12203 M:      Guenter Roeck <linux@roeck-us.net>
12204 L:      linux-hwmon@vger.kernel.org
12205 S:      Maintained
12206 F:      Documentation/hwmon/tmp401
12207 F:      drivers/hwmon/tmp401.c
12208
12209 TMPFS (SHMEM FILESYSTEM)
12210 M:      Hugh Dickins <hughd@google.com>
12211 L:      linux-mm@kvack.org
12212 S:      Maintained
12213 F:      include/linux/shmem_fs.h
12214 F:      mm/shmem.c
12215
12216 TM6000 VIDEO4LINUX DRIVER
12217 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12218 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12219 L:      linux-media@vger.kernel.org
12220 W:      https://linuxtv.org
12221 T:      git git://linuxtv.org/media_tree.git
12222 S:      Odd fixes
12223 F:      drivers/media/usb/tm6000/
12224 F:      Documentation/media/v4l-drivers/tm6000*
12225
12226 TW5864 VIDEO4LINUX DRIVER
12227 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12228 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12229 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12230 L:      linux-media@vger.kernel.org
12231 S:      Supported
12232 F:      drivers/media/pci/tw5864/
12233
12234 TW68 VIDEO4LINUX DRIVER
12235 M:      Hans Verkuil <hverkuil@xs4all.nl>
12236 L:      linux-media@vger.kernel.org
12237 T:      git git://linuxtv.org/media_tree.git
12238 W:      https://linuxtv.org
12239 S:      Odd Fixes
12240 F:      drivers/media/pci/tw68/
12241
12242 TW686X VIDEO4LINUX DRIVER
12243 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12244 L:      linux-media@vger.kernel.org
12245 T:      git git://linuxtv.org/media_tree.git
12246 W:      http://linuxtv.org
12247 S:      Maintained
12248 F:      drivers/media/pci/tw686x/
12249
12250 TPM DEVICE DRIVER
12251 M:      Peter Huewe <peterhuewe@gmx.de>
12252 M:      Marcel Selhorst <tpmdd@selhorst.net>
12253 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12254 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12255 W:      http://tpmdd.sourceforge.net
12256 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12257 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12258 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12259 S:      Maintained
12260 F:      drivers/char/tpm/
12261
12262 TPM IBM_VTPM DEVICE DRIVER
12263 M:      Ashley Lai <ashleydlai@gmail.com>
12264 W:      http://tpmdd.sourceforge.net
12265 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12266 S:      Maintained
12267 F:      drivers/char/tpm/tpm_ibmvtpm*
12268
12269 TRACING
12270 M:      Steven Rostedt <rostedt@goodmis.org>
12271 M:      Ingo Molnar <mingo@redhat.com>
12272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12273 S:      Maintained
12274 F:      Documentation/trace/ftrace.txt
12275 F:      arch/*/*/*/ftrace.h
12276 F:      arch/*/kernel/ftrace.c
12277 F:      include/*/ftrace.h
12278 F:      include/linux/trace*.h
12279 F:      include/trace/
12280 F:      kernel/trace/
12281 F:      tools/testing/selftests/ftrace/
12282
12283 TRACING MMIO ACCESSES (MMIOTRACE)
12284 M:      Steven Rostedt <rostedt@goodmis.org>
12285 M:      Ingo Molnar <mingo@kernel.org>
12286 R:      Karol Herbst <karolherbst@gmail.com>
12287 R:      Pekka Paalanen <ppaalanen@gmail.com>
12288 S:      Maintained
12289 L:      linux-kernel@vger.kernel.org
12290 L:      nouveau@lists.freedesktop.org
12291 F:      kernel/trace/trace_mmiotrace.c
12292 F:      include/linux/mmiotrace.h
12293 F:      arch/x86/mm/kmmio.c
12294 F:      arch/x86/mm/mmio-mod.c
12295 F:      arch/x86/mm/testmmiotrace.c
12296
12297 TRIVIAL PATCHES
12298 M:      Jiri Kosina <trivial@kernel.org>
12299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12300 S:      Maintained
12301 K:      ^Subject:.*(?i)trivial
12302
12303 TTY LAYER
12304 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12305 M:      Jiri Slaby <jslaby@suse.com>
12306 S:      Supported
12307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12308 F:      Documentation/serial/
12309 F:      drivers/tty/
12310 F:      drivers/tty/serial/serial_core.c
12311 F:      include/linux/serial_core.h
12312 F:      include/linux/serial.h
12313 F:      include/linux/tty.h
12314 F:      include/uapi/linux/serial_core.h
12315 F:      include/uapi/linux/serial.h
12316 F:      include/uapi/linux/tty.h
12317
12318 TUA9001 MEDIA DRIVER
12319 M:      Antti Palosaari <crope@iki.fi>
12320 L:      linux-media@vger.kernel.org
12321 W:      https://linuxtv.org
12322 W:      http://palosaari.fi/linux/
12323 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12324 T:      git git://linuxtv.org/anttip/media_tree.git
12325 S:      Maintained
12326 F:      drivers/media/tuners/tua9001*
12327
12328 TULIP NETWORK DRIVERS
12329 L:      netdev@vger.kernel.org
12330 L:      linux-parisc@vger.kernel.org
12331 S:      Orphan
12332 F:      drivers/net/ethernet/dec/tulip/
12333
12334 TUN/TAP driver
12335 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12336 W:      http://vtun.sourceforge.net/tun
12337 S:      Maintained
12338 F:      Documentation/networking/tuntap.txt
12339 F:      arch/um/os-Linux/drivers/
12340
12341 TURBOCHANNEL SUBSYSTEM
12342 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12343 M:      Ralf Baechle <ralf@linux-mips.org>
12344 L:      linux-mips@linux-mips.org
12345 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12346 S:      Maintained
12347 F:      drivers/tc/
12348 F:      include/linux/tc.h
12349
12350 UBI FILE SYSTEM (UBIFS)
12351 M:      Richard Weinberger <richard@nod.at>
12352 M:      Artem Bityutskiy <dedekind1@gmail.com>
12353 M:      Adrian Hunter <adrian.hunter@intel.com>
12354 L:      linux-mtd@lists.infradead.org
12355 T:      git git://git.infradead.org/ubifs-2.6.git
12356 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12357 S:      Supported
12358 F:      Documentation/filesystems/ubifs.txt
12359 F:      fs/ubifs/
12360
12361 UCLINUX (M68KNOMMU AND COLDFIRE)
12362 M:      Greg Ungerer <gerg@linux-m68k.org>
12363 W:      http://www.linux-m68k.org/
12364 W:      http://www.uclinux.org/
12365 L:      linux-m68k@lists.linux-m68k.org
12366 L:      uclinux-dev@uclinux.org  (subscribers-only)
12367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12368 S:      Maintained
12369 F:      arch/m68k/coldfire/
12370 F:      arch/m68k/68*/
12371 F:      arch/m68k/*/*_no.*
12372 F:      arch/m68k/include/asm/*_no.*
12373
12374 UDF FILESYSTEM
12375 M:      Jan Kara <jack@suse.com>
12376 S:      Maintained
12377 F:      Documentation/filesystems/udf.txt
12378 F:      fs/udf/
12379
12380 UFS FILESYSTEM
12381 M:      Evgeniy Dushistov <dushistov@mail.ru>
12382 S:      Maintained
12383 F:      Documentation/filesystems/ufs.txt
12384 F:      fs/ufs/
12385
12386 UHID USERSPACE HID IO DRIVER:
12387 M:      David Herrmann <dh.herrmann@googlemail.com>
12388 L:      linux-input@vger.kernel.org
12389 S:      Maintained
12390 F:      drivers/hid/uhid.c
12391 F:      include/uapi/linux/uhid.h
12392
12393 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12394 L:      linux-usb@vger.kernel.org
12395 S:      Orphan
12396 F:      drivers/uwb/
12397 F:      include/linux/uwb.h
12398 F:      include/linux/uwb/
12399
12400 UNICORE32 ARCHITECTURE:
12401 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12402 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12403 S:      Maintained
12404 T:      git git://github.com/gxt/linux.git
12405 F:      arch/unicore32/
12406
12407 UNIFDEF
12408 M:      Tony Finch <dot@dotat.at>
12409 W:      http://dotat.at/prog/unifdef
12410 S:      Maintained
12411 F:      scripts/unifdef.c
12412
12413 UNIFORM CDROM DRIVER
12414 M:      Jens Axboe <axboe@kernel.dk>
12415 W:      http://www.kernel.dk
12416 S:      Maintained
12417 F:      Documentation/cdrom/
12418 F:      drivers/cdrom/cdrom.c
12419 F:      include/linux/cdrom.h
12420 F:      include/uapi/linux/cdrom.h
12421
12422 UNISYS S-PAR DRIVERS
12423 M:      David Kershner <david.kershner@unisys.com>
12424 L:      sparmaintainer@unisys.com (Unisys internal)
12425 S:      Supported
12426 F:      drivers/staging/unisys/
12427
12428 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12429 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12430 L:      linux-scsi@vger.kernel.org
12431 S:      Supported
12432 F:      Documentation/scsi/ufs.txt
12433 F:      drivers/scsi/ufs/
12434
12435 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12436 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12437 L:      linux-scsi@vger.kernel.org
12438 S:      Supported
12439 F:      drivers/scsi/ufs/*dwc*
12440
12441 UNSORTED BLOCK IMAGES (UBI)
12442 M:      Artem Bityutskiy <dedekind1@gmail.com>
12443 M:      Richard Weinberger <richard@nod.at>
12444 W:      http://www.linux-mtd.infradead.org/
12445 L:      linux-mtd@lists.infradead.org
12446 T:      git git://git.infradead.org/ubifs-2.6.git
12447 S:      Supported
12448 F:      drivers/mtd/ubi/
12449 F:      include/linux/mtd/ubi.h
12450 F:      include/uapi/mtd/ubi-user.h
12451
12452 USB ACM DRIVER
12453 M:      Oliver Neukum <oneukum@suse.com>
12454 L:      linux-usb@vger.kernel.org
12455 S:      Maintained
12456 F:      Documentation/usb/acm.txt
12457 F:      drivers/usb/class/cdc-acm.*
12458
12459 USB AR5523 WIRELESS DRIVER
12460 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12461 L:      linux-wireless@vger.kernel.org
12462 S:      Maintained
12463 F:      drivers/net/wireless/ath/ar5523/
12464
12465 USB ATTACHED SCSI
12466 M:      Oliver Neukum <oneukum@suse.com>
12467 L:      linux-usb@vger.kernel.org
12468 L:      linux-scsi@vger.kernel.org
12469 S:      Maintained
12470 F:      drivers/usb/storage/uas.c
12471
12472 USB CDC ETHERNET DRIVER
12473 M:      Oliver Neukum <oliver@neukum.org>
12474 L:      linux-usb@vger.kernel.org
12475 S:      Maintained
12476 F:      drivers/net/usb/cdc_*.c
12477 F:      include/uapi/linux/usb/cdc.h
12478
12479 USB CHAOSKEY DRIVER
12480 M:      Keith Packard <keithp@keithp.com>
12481 L:      linux-usb@vger.kernel.org
12482 S:      Maintained
12483 F:      drivers/usb/misc/chaoskey.c
12484
12485 USB CYPRESS C67X00 DRIVER
12486 M:      Peter Korsgaard <jacmet@sunsite.dk>
12487 L:      linux-usb@vger.kernel.org
12488 S:      Maintained
12489 F:      drivers/usb/c67x00/
12490
12491 USB DAVICOM DM9601 DRIVER
12492 M:      Peter Korsgaard <jacmet@sunsite.dk>
12493 L:      netdev@vger.kernel.org
12494 W:      http://www.linux-usb.org/usbnet
12495 S:      Maintained
12496 F:      drivers/net/usb/dm9601.c
12497
12498 USB DIAMOND RIO500 DRIVER
12499 M:      Cesar Miquel <miquel@df.uba.ar>
12500 L:      rio500-users@lists.sourceforge.net
12501 W:      http://rio500.sourceforge.net
12502 S:      Maintained
12503 F:      drivers/usb/misc/rio500*
12504
12505 USB EHCI DRIVER
12506 M:      Alan Stern <stern@rowland.harvard.edu>
12507 L:      linux-usb@vger.kernel.org
12508 S:      Maintained
12509 F:      Documentation/usb/ehci.txt
12510 F:      drivers/usb/host/ehci*
12511
12512 USB GADGET/PERIPHERAL SUBSYSTEM
12513 M:      Felipe Balbi <balbi@kernel.org>
12514 L:      linux-usb@vger.kernel.org
12515 W:      http://www.linux-usb.org/gadget
12516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12517 S:      Maintained
12518 F:      drivers/usb/gadget/
12519 F:      include/linux/usb/gadget*
12520
12521 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12522 M:      Jiri Kosina <jikos@kernel.org>
12523 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12524 L:      linux-usb@vger.kernel.org
12525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12526 S:      Maintained
12527 F:      Documentation/hid/hiddev.txt
12528 F:      drivers/hid/usbhid/
12529
12530 USB ISP116X DRIVER
12531 M:      Olav Kongas <ok@artecdesign.ee>
12532 L:      linux-usb@vger.kernel.org
12533 S:      Maintained
12534 F:      drivers/usb/host/isp116x*
12535 F:      include/linux/usb/isp116x.h
12536
12537 USB LAN78XX ETHERNET DRIVER
12538 M:      Woojung Huh <woojung.huh@microchip.com>
12539 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12540 L:      netdev@vger.kernel.org
12541 S:      Maintained
12542 F:      drivers/net/usb/lan78xx.*
12543
12544 USB MASS STORAGE DRIVER
12545 M:      Alan Stern <stern@rowland.harvard.edu>
12546 L:      linux-usb@vger.kernel.org
12547 L:      usb-storage@lists.one-eyed-alien.net
12548 S:      Maintained
12549 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12550 F:      drivers/usb/storage/
12551
12552 USB MIDI DRIVER
12553 M:      Clemens Ladisch <clemens@ladisch.de>
12554 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12555 T:      git git://git.alsa-project.org/alsa-kernel.git
12556 S:      Maintained
12557 F:      sound/usb/midi.*
12558
12559 USB NETWORKING DRIVERS
12560 L:      linux-usb@vger.kernel.org
12561 S:      Odd Fixes
12562 F:      drivers/net/usb/
12563
12564 USB OHCI DRIVER
12565 M:      Alan Stern <stern@rowland.harvard.edu>
12566 L:      linux-usb@vger.kernel.org
12567 S:      Maintained
12568 F:      Documentation/usb/ohci.txt
12569 F:      drivers/usb/host/ohci*
12570
12571 USB OTG FSM (Finite State Machine)
12572 M:      Peter Chen <Peter.Chen@nxp.com>
12573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12574 L:      linux-usb@vger.kernel.org
12575 S:      Maintained
12576 F:      drivers/usb/common/usb-otg-fsm.c
12577
12578 USB OVER IP DRIVER
12579 M:      Valentina Manea <valentina.manea.m@gmail.com>
12580 M:      Shuah Khan <shuahkh@osg.samsung.com>
12581 M:      Shuah Khan <shuah@kernel.org>
12582 L:      linux-usb@vger.kernel.org
12583 S:      Maintained
12584 F:      Documentation/usb/usbip_protocol.txt
12585 F:      drivers/usb/usbip/
12586 F:      tools/usb/usbip/
12587
12588 USB PEGASUS DRIVER
12589 M:      Petko Manolov <petkan@nucleusys.com>
12590 L:      linux-usb@vger.kernel.org
12591 L:      netdev@vger.kernel.org
12592 T:      git git://github.com/petkan/pegasus.git
12593 W:      https://github.com/petkan/pegasus
12594 S:      Maintained
12595 F:      drivers/net/usb/pegasus.*
12596
12597 USB PHY LAYER
12598 M:      Felipe Balbi <balbi@kernel.org>
12599 L:      linux-usb@vger.kernel.org
12600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12601 S:      Maintained
12602 F:      drivers/usb/phy/
12603
12604 USB PRINTER DRIVER (usblp)
12605 M:      Pete Zaitcev <zaitcev@redhat.com>
12606 L:      linux-usb@vger.kernel.org
12607 S:      Supported
12608 F:      drivers/usb/class/usblp.c
12609
12610 USB QMI WWAN NETWORK DRIVER
12611 M:      Bjørn Mork <bjorn@mork.no>
12612 L:      netdev@vger.kernel.org
12613 S:      Maintained
12614 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12615 F:      drivers/net/usb/qmi_wwan.c
12616
12617 USB RTL8150 DRIVER
12618 M:      Petko Manolov <petkan@nucleusys.com>
12619 L:      linux-usb@vger.kernel.org
12620 L:      netdev@vger.kernel.org
12621 T:      git git://github.com/petkan/rtl8150.git
12622 W:      https://github.com/petkan/rtl8150
12623 S:      Maintained
12624 F:      drivers/net/usb/rtl8150.c
12625
12626 USB SERIAL SUBSYSTEM
12627 M:      Johan Hovold <johan@kernel.org>
12628 L:      linux-usb@vger.kernel.org
12629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12630 S:      Maintained
12631 F:      Documentation/usb/usb-serial.txt
12632 F:      drivers/usb/serial/
12633 F:      include/linux/usb/serial.h
12634
12635 USB SMSC75XX ETHERNET DRIVER
12636 M:      Steve Glendinning <steve.glendinning@shawell.net>
12637 L:      netdev@vger.kernel.org
12638 S:      Maintained
12639 F:      drivers/net/usb/smsc75xx.*
12640
12641 USB SMSC95XX ETHERNET DRIVER
12642 M:      Steve Glendinning <steve.glendinning@shawell.net>
12643 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12644 L:      netdev@vger.kernel.org
12645 S:      Maintained
12646 F:      drivers/net/usb/smsc95xx.*
12647
12648 USB SUBSYSTEM
12649 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12650 L:      linux-usb@vger.kernel.org
12651 W:      http://www.linux-usb.org
12652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12653 S:      Supported
12654 F:      Documentation/devicetree/bindings/usb/
12655 F:      Documentation/usb/
12656 F:      drivers/usb/
12657 F:      include/linux/usb.h
12658 F:      include/linux/usb/
12659
12660 USB UHCI DRIVER
12661 M:      Alan Stern <stern@rowland.harvard.edu>
12662 L:      linux-usb@vger.kernel.org
12663 S:      Maintained
12664 F:      drivers/usb/host/uhci*
12665
12666 USB "USBNET" DRIVER FRAMEWORK
12667 M:      Oliver Neukum <oneukum@suse.com>
12668 L:      netdev@vger.kernel.org
12669 W:      http://www.linux-usb.org/usbnet
12670 S:      Maintained
12671 F:      drivers/net/usb/usbnet.c
12672 F:      include/linux/usb/usbnet.h
12673
12674 USB VIDEO CLASS
12675 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12676 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12677 L:      linux-media@vger.kernel.org
12678 T:      git git://linuxtv.org/media_tree.git
12679 W:      http://www.ideasonboard.org/uvc/
12680 S:      Maintained
12681 F:      drivers/media/usb/uvc/
12682 F:      include/uapi/linux/uvcvideo.h
12683
12684 USB VISION DRIVER
12685 M:      Hans Verkuil <hverkuil@xs4all.nl>
12686 L:      linux-media@vger.kernel.org
12687 T:      git git://linuxtv.org/media_tree.git
12688 W:      https://linuxtv.org
12689 S:      Odd Fixes
12690 F:      drivers/media/usb/usbvision/
12691
12692 USB WEBCAM GADGET
12693 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12694 L:      linux-usb@vger.kernel.org
12695 S:      Maintained
12696 F:      drivers/usb/gadget/function/*uvc*
12697 F:      drivers/usb/gadget/legacy/webcam.c
12698
12699 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12700 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12701 L:      linux-wireless@vger.kernel.org
12702 S:      Maintained
12703 F:      drivers/net/wireless/rndis_wlan.c
12704
12705 USB XHCI DRIVER
12706 M:      Mathias Nyman <mathias.nyman@intel.com>
12707 L:      linux-usb@vger.kernel.org
12708 S:      Supported
12709 F:      drivers/usb/host/xhci*
12710 F:      drivers/usb/host/pci-quirks*
12711
12712 USB ZD1201 DRIVER
12713 L:      linux-wireless@vger.kernel.org
12714 W:      http://linux-lc100020.sourceforge.net
12715 S:      Orphan
12716 F:      drivers/net/wireless/zydas/zd1201.*
12717
12718 USB ZR364XX DRIVER
12719 M:      Antoine Jacquet <royale@zerezo.com>
12720 L:      linux-usb@vger.kernel.org
12721 L:      linux-media@vger.kernel.org
12722 T:      git git://linuxtv.org/media_tree.git
12723 W:      http://royale.zerezo.com/zr364xx/
12724 S:      Maintained
12725 F:      Documentation/media/v4l-drivers/zr364xx*
12726 F:      drivers/media/usb/zr364xx/
12727
12728 ULPI BUS
12729 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12730 L:      linux-usb@vger.kernel.org
12731 S:      Maintained
12732 F:      drivers/usb/common/ulpi.c
12733 F:      include/linux/ulpi/
12734
12735 USER-MODE LINUX (UML)
12736 M:      Jeff Dike <jdike@addtoit.com>
12737 M:      Richard Weinberger <richard@nod.at>
12738 L:      user-mode-linux-devel@lists.sourceforge.net
12739 L:      user-mode-linux-user@lists.sourceforge.net
12740 W:      http://user-mode-linux.sourceforge.net
12741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12742 S:      Maintained
12743 F:      Documentation/virtual/uml/
12744 F:      arch/um/
12745 F:      arch/x86/um/
12746 F:      fs/hostfs/
12747 F:      fs/hppfs/
12748
12749 USERSPACE I/O (UIO)
12750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12751 S:      Maintained
12752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12753 F:      Documentation/DocBook/uio-howto.tmpl
12754 F:      drivers/uio/
12755 F:      include/linux/uio*.h
12756
12757 UTIL-LINUX PACKAGE
12758 M:      Karel Zak <kzak@redhat.com>
12759 L:      util-linux@vger.kernel.org
12760 W:      http://en.wikipedia.org/wiki/Util-linux
12761 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12762 S:      Maintained
12763
12764 UVESAFB DRIVER
12765 M:      Michal Januszewski <spock@gentoo.org>
12766 L:      linux-fbdev@vger.kernel.org
12767 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12768 S:      Maintained
12769 F:      Documentation/fb/uvesafb.txt
12770 F:      drivers/video/fbdev/uvesafb.*
12771
12772 VF610 NAND DRIVER
12773 M:      Stefan Agner <stefan@agner.ch>
12774 L:      linux-mtd@lists.infradead.org
12775 S:      Supported
12776 F:      drivers/mtd/nand/vf610_nfc.c
12777
12778 VFAT/FAT/MSDOS FILESYSTEM
12779 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12780 S:      Maintained
12781 F:      Documentation/filesystems/vfat.txt
12782 F:      fs/fat/
12783
12784 VFIO DRIVER
12785 M:      Alex Williamson <alex.williamson@redhat.com>
12786 L:      kvm@vger.kernel.org
12787 T:      git git://github.com/awilliam/linux-vfio.git
12788 S:      Maintained
12789 F:      Documentation/vfio.txt
12790 F:      drivers/vfio/
12791 F:      include/linux/vfio.h
12792 F:      include/uapi/linux/vfio.h
12793
12794 VFIO PLATFORM DRIVER
12795 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12796 L:      kvm@vger.kernel.org
12797 S:      Maintained
12798 F:      drivers/vfio/platform/
12799
12800 VIDEOBUF2 FRAMEWORK
12801 M:      Pawel Osciak <pawel@osciak.com>
12802 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12803 M:      Kyungmin Park <kyungmin.park@samsung.com>
12804 L:      linux-media@vger.kernel.org
12805 S:      Maintained
12806 F:      drivers/media/v4l2-core/videobuf2-*
12807 F:      include/media/videobuf2-*
12808
12809 VIRTIO AND VHOST VSOCK DRIVER
12810 M:      Stefan Hajnoczi <stefanha@redhat.com>
12811 L:      kvm@vger.kernel.org
12812 L:      virtualization@lists.linux-foundation.org
12813 L:      netdev@vger.kernel.org
12814 S:      Maintained
12815 F:      include/linux/virtio_vsock.h
12816 F:      include/uapi/linux/virtio_vsock.h
12817 F:      net/vmw_vsock/virtio_transport_common.c
12818 F:      net/vmw_vsock/virtio_transport.c
12819 F:      drivers/vhost/vsock.c
12820 F:      drivers/vhost/vsock.h
12821
12822 VIRTUAL SERIO DEVICE DRIVER
12823 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12824 S:      Maintained
12825 F:      drivers/input/serio/userio.c
12826 F:      include/uapi/linux/userio.h
12827
12828 VIRTIO CONSOLE DRIVER
12829 M:      Amit Shah <amit.shah@redhat.com>
12830 L:      virtualization@lists.linux-foundation.org
12831 S:      Maintained
12832 F:      drivers/char/virtio_console.c
12833 F:      include/linux/virtio_console.h
12834 F:      include/uapi/linux/virtio_console.h
12835
12836 VIRTIO CORE, NET AND BLOCK DRIVERS
12837 M:      "Michael S. Tsirkin" <mst@redhat.com>
12838 M:      Jason Wang <jasowang@redhat.com>
12839 L:      virtualization@lists.linux-foundation.org
12840 S:      Maintained
12841 F:      Documentation/devicetree/bindings/virtio/
12842 F:      drivers/virtio/
12843 F:      tools/virtio/
12844 F:      drivers/net/virtio_net.c
12845 F:      drivers/block/virtio_blk.c
12846 F:      include/linux/virtio_*.h
12847 F:      include/uapi/linux/virtio_*.h
12848
12849 VIRTIO DRIVERS FOR S390
12850 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12851 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12852 L:      linux-s390@vger.kernel.org
12853 L:      virtualization@lists.linux-foundation.org
12854 L:      kvm@vger.kernel.org
12855 S:      Supported
12856 F:      drivers/s390/virtio/
12857
12858 VIRTIO GPU DRIVER
12859 M:      David Airlie <airlied@linux.ie>
12860 M:      Gerd Hoffmann <kraxel@redhat.com>
12861 L:      dri-devel@lists.freedesktop.org
12862 L:      virtualization@lists.linux-foundation.org
12863 S:      Maintained
12864 F:      drivers/gpu/drm/virtio/
12865 F:      include/uapi/linux/virtio_gpu.h
12866
12867 VIRTIO HOST (VHOST)
12868 M:      "Michael S. Tsirkin" <mst@redhat.com>
12869 M:      Jason Wang <jasowang@redhat.com>
12870 L:      kvm@vger.kernel.org
12871 L:      virtualization@lists.linux-foundation.org
12872 L:      netdev@vger.kernel.org
12873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12874 S:      Maintained
12875 F:      drivers/vhost/
12876 F:      include/uapi/linux/vhost.h
12877
12878 VIRTIO INPUT DRIVER
12879 M:      Gerd Hoffmann <kraxel@redhat.com>
12880 S:      Maintained
12881 F:      drivers/virtio/virtio_input.c
12882 F:      include/uapi/linux/virtio_input.h
12883
12884 VIA RHINE NETWORK DRIVER
12885 S:      Orphan
12886 F:      drivers/net/ethernet/via/via-rhine.c
12887
12888 VIA SD/MMC CARD CONTROLLER DRIVER
12889 M:      Bruce Chang <brucechang@via.com.tw>
12890 M:      Harald Welte <HaraldWelte@viatech.com>
12891 S:      Maintained
12892 F:      drivers/mmc/host/via-sdmmc.c
12893
12894 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12895 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12896 L:      linux-fbdev@vger.kernel.org
12897 S:      Maintained
12898 F:      include/linux/via-core.h
12899 F:      include/linux/via-gpio.h
12900 F:      include/linux/via_i2c.h
12901 F:      drivers/video/fbdev/via/
12902
12903 VIA VELOCITY NETWORK DRIVER
12904 M:      Francois Romieu <romieu@fr.zoreil.com>
12905 L:      netdev@vger.kernel.org
12906 S:      Maintained
12907 F:      drivers/net/ethernet/via/via-velocity.*
12908
12909 VIRT LIB
12910 M:      Alex Williamson <alex.williamson@redhat.com>
12911 M:      Paolo Bonzini <pbonzini@redhat.com>
12912 L:      kvm@vger.kernel.org
12913 S:      Supported
12914 F:      virt/lib/
12915
12916 VIVID VIRTUAL VIDEO DRIVER
12917 M:      Hans Verkuil <hverkuil@xs4all.nl>
12918 L:      linux-media@vger.kernel.org
12919 T:      git git://linuxtv.org/media_tree.git
12920 W:      https://linuxtv.org
12921 S:      Maintained
12922 F:      drivers/media/platform/vivid/*
12923
12924 VLAN (802.1Q)
12925 M:      Patrick McHardy <kaber@trash.net>
12926 L:      netdev@vger.kernel.org
12927 S:      Maintained
12928 F:      drivers/net/macvlan.c
12929 F:      include/linux/if_*vlan.h
12930 F:      net/8021q/
12931
12932 VLYNQ BUS
12933 M:      Florian Fainelli <f.fainelli@gmail.com>
12934 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12935 S:      Maintained
12936 F:      drivers/vlynq/vlynq.c
12937 F:      include/linux/vlynq.h
12938
12939 VME SUBSYSTEM
12940 M:      Martyn Welch <martyn@welchs.me.uk>
12941 M:      Manohar Vanga <manohar.vanga@gmail.com>
12942 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12943 L:      devel@driverdev.osuosl.org
12944 S:      Maintained
12945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12946 F:      Documentation/driver-api/vme.rst
12947 F:      drivers/staging/vme/
12948 F:      drivers/vme/
12949 F:      include/linux/vme*
12950
12951 VMWARE HYPERVISOR INTERFACE
12952 M:      Alok Kataria <akataria@vmware.com>
12953 L:      virtualization@lists.linux-foundation.org
12954 S:      Supported
12955 F:      arch/x86/kernel/cpu/vmware.c
12956
12957 VMWARE BALLOON DRIVER
12958 M:      Xavier Deguillard <xdeguillard@vmware.com>
12959 M:      Philip Moltmann <moltmann@vmware.com>
12960 M:      "VMware, Inc." <pv-drivers@vmware.com>
12961 L:      linux-kernel@vger.kernel.org
12962 S:      Maintained
12963 F:      drivers/misc/vmw_balloon.c
12964
12965 VMWARE VMMOUSE SUBDRIVER
12966 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12967 M:      "VMware, Inc." <pv-drivers@vmware.com>
12968 L:      linux-input@vger.kernel.org
12969 S:      Maintained
12970 F:      drivers/input/mouse/vmmouse.c
12971 F:      drivers/input/mouse/vmmouse.h
12972
12973 VMWARE VMXNET3 ETHERNET DRIVER
12974 M:      Shrikrishna Khare <skhare@vmware.com>
12975 M:      "VMware, Inc." <pv-drivers@vmware.com>
12976 L:      netdev@vger.kernel.org
12977 S:      Maintained
12978 F:      drivers/net/vmxnet3/
12979
12980 VMware PVSCSI driver
12981 M:      Jim Gill <jgill@vmware.com>
12982 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12983 L:      linux-scsi@vger.kernel.org
12984 S:      Maintained
12985 F:      drivers/scsi/vmw_pvscsi.c
12986 F:      drivers/scsi/vmw_pvscsi.h
12987
12988 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12989 M:      Liam Girdwood <lgirdwood@gmail.com>
12990 M:      Mark Brown <broonie@kernel.org>
12991 L:      linux-kernel@vger.kernel.org
12992 W:      http://www.slimlogic.co.uk/?p=48
12993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12994 S:      Supported
12995 F:      Documentation/devicetree/bindings/regulator/
12996 F:      drivers/regulator/
12997 F:      include/dt-bindings/regulator/
12998 F:      include/linux/regulator/
12999
13000 VRF
13001 M:      David Ahern <dsa@cumulusnetworks.com>
13002 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13003 L:      netdev@vger.kernel.org
13004 S:      Maintained
13005 F:      drivers/net/vrf.c
13006 F:      Documentation/networking/vrf.txt
13007
13008 VT1211 HARDWARE MONITOR DRIVER
13009 M:      Juerg Haefliger <juergh@gmail.com>
13010 L:      linux-hwmon@vger.kernel.org
13011 S:      Maintained
13012 F:      Documentation/hwmon/vt1211
13013 F:      drivers/hwmon/vt1211.c
13014
13015 VT8231 HARDWARE MONITOR DRIVER
13016 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13017 L:      linux-hwmon@vger.kernel.org
13018 S:      Maintained
13019 F:      drivers/hwmon/vt8231.c
13020
13021 VUB300 USB to SDIO/SD/MMC bridge chip
13022 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13023 L:      linux-mmc@vger.kernel.org
13024 L:      linux-usb@vger.kernel.org
13025 S:      Supported
13026 F:      drivers/mmc/host/vub300.c
13027
13028 W1 DALLAS'S 1-WIRE BUS
13029 M:      Evgeniy Polyakov <zbr@ioremap.net>
13030 S:      Maintained
13031 F:      Documentation/w1/
13032 F:      drivers/w1/
13033
13034 W83791D HARDWARE MONITORING DRIVER
13035 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13036 L:      linux-hwmon@vger.kernel.org
13037 S:      Maintained
13038 F:      Documentation/hwmon/w83791d
13039 F:      drivers/hwmon/w83791d.c
13040
13041 W83793 HARDWARE MONITORING DRIVER
13042 M:      Rudolf Marek <r.marek@assembler.cz>
13043 L:      linux-hwmon@vger.kernel.org
13044 S:      Maintained
13045 F:      Documentation/hwmon/w83793
13046 F:      drivers/hwmon/w83793.c
13047
13048 W83795 HARDWARE MONITORING DRIVER
13049 M:      Jean Delvare <jdelvare@suse.com>
13050 L:      linux-hwmon@vger.kernel.org
13051 S:      Maintained
13052 F:      drivers/hwmon/w83795.c
13053
13054 W83L51xD SD/MMC CARD INTERFACE DRIVER
13055 M:      Pierre Ossman <pierre@ossman.eu>
13056 S:      Maintained
13057 F:      drivers/mmc/host/wbsd.*
13058
13059 WACOM PROTOCOL 4 SERIAL TABLETS
13060 M:      Julian Squires <julian@cipht.net>
13061 M:      Hans de Goede <hdegoede@redhat.com>
13062 L:      linux-input@vger.kernel.org
13063 S:      Maintained
13064 F:      drivers/input/tablet/wacom_serial4.c
13065
13066 WATCHDOG DEVICE DRIVERS
13067 M:      Wim Van Sebroeck <wim@iguana.be>
13068 R:      Guenter Roeck <linux@roeck-us.net>
13069 L:      linux-watchdog@vger.kernel.org
13070 W:      http://www.linux-watchdog.org/
13071 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13072 S:      Maintained
13073 F:      Documentation/devicetree/bindings/watchdog/
13074 F:      Documentation/watchdog/
13075 F:      drivers/watchdog/
13076 F:      include/linux/watchdog.h
13077 F:      include/uapi/linux/watchdog.h
13078
13079 WIIMOTE HID DRIVER
13080 M:      David Herrmann <dh.herrmann@googlemail.com>
13081 L:      linux-input@vger.kernel.org
13082 S:      Maintained
13083 F:      drivers/hid/hid-wiimote*
13084
13085 WINBOND CIR DRIVER
13086 M:      David Härdeman <david@hardeman.nu>
13087 S:      Maintained
13088 F:      drivers/media/rc/winbond-cir.c
13089
13090 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13091 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13092 L:      linux-watchdog@vger.kernel.org
13093 S:      Maintained
13094 F:      drivers/watchdog/ebc-c384_wdt.c
13095
13096 WINSYSTEMS WS16C48 GPIO DRIVER
13097 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13098 L:      linux-gpio@vger.kernel.org
13099 S:      Maintained
13100 F:      drivers/gpio/gpio-ws16c48.c
13101
13102 WIMAX STACK
13103 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13104 M:      linux-wimax@intel.com
13105 L:      wimax@linuxwimax.org (subscribers-only)
13106 S:      Supported
13107 W:      http://linuxwimax.org
13108 F:      Documentation/wimax/README.wimax
13109 F:      include/linux/wimax/debug.h
13110 F:      include/net/wimax.h
13111 F:      include/uapi/linux/wimax.h
13112 F:      net/wimax/
13113
13114 WISTRON LAPTOP BUTTON DRIVER
13115 M:      Miloslav Trmac <mitr@volny.cz>
13116 S:      Maintained
13117 F:      drivers/input/misc/wistron_btns.c
13118
13119 WL3501 WIRELESS PCMCIA CARD DRIVER
13120 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13121 L:      linux-wireless@vger.kernel.org
13122 W:      http://oops.ghostprotocols.net:81/blog
13123 S:      Maintained
13124 F:      drivers/net/wireless/wl3501*
13125
13126 WOLFSON MICROELECTRONICS DRIVERS
13127 L:      patches@opensource.wolfsonmicro.com
13128 T:      git https://github.com/CirrusLogic/linux-drivers.git
13129 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13130 S:      Supported
13131 F:      Documentation/hwmon/wm83??
13132 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13133 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13134 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13135 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13136 F:      drivers/clk/clk-wm83*.c
13137 F:      drivers/extcon/extcon-arizona.c
13138 F:      drivers/leds/leds-wm83*.c
13139 F:      drivers/gpio/gpio-*wm*.c
13140 F:      drivers/gpio/gpio-arizona.c
13141 F:      drivers/hwmon/wm83??-hwmon.c
13142 F:      drivers/input/misc/wm831x-on.c
13143 F:      drivers/input/touchscreen/wm831x-ts.c
13144 F:      drivers/input/touchscreen/wm97*.c
13145 F:      drivers/mfd/arizona*
13146 F:      drivers/mfd/wm*.c
13147 F:      drivers/mfd/cs47l24*
13148 F:      drivers/power/supply/wm83*.c
13149 F:      drivers/rtc/rtc-wm83*.c
13150 F:      drivers/regulator/wm8*.c
13151 F:      drivers/video/backlight/wm83*_bl.c
13152 F:      drivers/watchdog/wm83*_wdt.c
13153 F:      include/linux/mfd/arizona/
13154 F:      include/linux/mfd/wm831x/
13155 F:      include/linux/mfd/wm8350/
13156 F:      include/linux/mfd/wm8400*
13157 F:      include/linux/wm97xx.h
13158 F:      include/sound/wm????.h
13159 F:      sound/soc/codecs/arizona.?
13160 F:      sound/soc/codecs/wm*
13161 F:      sound/soc/codecs/cs47l24*
13162
13163 WORKQUEUE
13164 M:      Tejun Heo <tj@kernel.org>
13165 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13167 S:      Maintained
13168 F:      include/linux/workqueue.h
13169 F:      kernel/workqueue.c
13170 F:      Documentation/core-api/workqueue.rst
13171
13172 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13173 M:      Chen-Yu Tsai <wens@csie.org>
13174 L:      linux-kernel@vger.kernel.org
13175 S:      Maintained
13176 N:      axp[128]
13177
13178 X.25 NETWORK LAYER
13179 M:      Andrew Hendry <andrew.hendry@gmail.com>
13180 L:      linux-x25@vger.kernel.org
13181 S:      Odd Fixes
13182 F:      Documentation/networking/x25*
13183 F:      include/net/x25*
13184 F:      net/x25/
13185
13186 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13187 M:      Thomas Gleixner <tglx@linutronix.de>
13188 M:      Ingo Molnar <mingo@redhat.com>
13189 M:      "H. Peter Anvin" <hpa@zytor.com>
13190 M:      x86@kernel.org
13191 L:      linux-kernel@vger.kernel.org
13192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13193 S:      Maintained
13194 F:      Documentation/x86/
13195 F:      arch/x86/
13196
13197 X86 PLATFORM DRIVERS
13198 M:      Darren Hart <dvhart@infradead.org>
13199 L:      platform-driver-x86@vger.kernel.org
13200 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13201 S:      Maintained
13202 F:      drivers/platform/x86/
13203 F:      drivers/platform/olpc/
13204
13205 X86 MCE INFRASTRUCTURE
13206 M:      Tony Luck <tony.luck@intel.com>
13207 M:      Borislav Petkov <bp@alien8.de>
13208 L:      linux-edac@vger.kernel.org
13209 S:      Maintained
13210 F:      arch/x86/kernel/cpu/mcheck/*
13211
13212 X86 MICROCODE UPDATE SUPPORT
13213 M:      Borislav Petkov <bp@alien8.de>
13214 S:      Maintained
13215 F:      arch/x86/kernel/cpu/microcode/*
13216
13217 X86 VDSO
13218 M:      Andy Lutomirski <luto@amacapital.net>
13219 L:      linux-kernel@vger.kernel.org
13220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13221 S:      Maintained
13222 F:      arch/x86/entry/vdso/
13223
13224 XC2028/3028 TUNER DRIVER
13225 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13226 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13227 L:      linux-media@vger.kernel.org
13228 W:      https://linuxtv.org
13229 T:      git git://linuxtv.org/media_tree.git
13230 S:      Maintained
13231 F:      drivers/media/tuners/tuner-xc2028.*
13232
13233 XEN HYPERVISOR INTERFACE
13234 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13235 M:      David Vrabel <david.vrabel@citrix.com>
13236 M:      Juergen Gross <jgross@suse.com>
13237 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13239 S:      Supported
13240 F:      arch/x86/xen/
13241 F:      drivers/*/xen-*front.c
13242 F:      drivers/xen/
13243 F:      arch/x86/include/asm/xen/
13244 F:      include/xen/
13245 F:      include/uapi/xen/
13246
13247 XEN HYPERVISOR ARM
13248 M:      Stefano Stabellini <sstabellini@kernel.org>
13249 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13250 S:      Maintained
13251 F:      arch/arm/xen/
13252 F:      arch/arm/include/asm/xen/
13253
13254 XEN HYPERVISOR ARM64
13255 M:      Stefano Stabellini <sstabellini@kernel.org>
13256 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13257 S:      Maintained
13258 F:      arch/arm64/xen/
13259 F:      arch/arm64/include/asm/xen/
13260
13261 XEN NETWORK BACKEND DRIVER
13262 M:      Wei Liu <wei.liu2@citrix.com>
13263 M:      Paul Durrant <paul.durrant@citrix.com>
13264 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13265 L:      netdev@vger.kernel.org
13266 S:      Supported
13267 F:      drivers/net/xen-netback/*
13268
13269 XEN PCI SUBSYSTEM
13270 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13271 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13272 S:      Supported
13273 F:      arch/x86/pci/*xen*
13274 F:      drivers/pci/*xen*
13275
13276 XEN BLOCK SUBSYSTEM
13277 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13278 M:      Roger Pau Monné <roger.pau@citrix.com>
13279 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13280 S:      Supported
13281 F:      drivers/block/xen-blkback/*
13282 F:      drivers/block/xen*
13283
13284 XEN PVSCSI DRIVERS
13285 M:      Juergen Gross <jgross@suse.com>
13286 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13287 L:      linux-scsi@vger.kernel.org
13288 S:      Supported
13289 F:      drivers/scsi/xen-scsifront.c
13290 F:      drivers/xen/xen-scsiback.c
13291 F:      include/xen/interface/io/vscsiif.h
13292
13293 XEN SWIOTLB SUBSYSTEM
13294 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13295 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13296 S:      Supported
13297 F:      arch/x86/xen/*swiotlb*
13298 F:      drivers/xen/*swiotlb*
13299
13300 XFS FILESYSTEM
13301 M:      Dave Chinner <david@fromorbit.com>
13302 M:      linux-xfs@vger.kernel.org
13303 L:      linux-xfs@vger.kernel.org
13304 W:      http://xfs.org/
13305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13306 S:      Supported
13307 F:      Documentation/filesystems/xfs.txt
13308 F:      fs/xfs/
13309
13310 XILINX AXI ETHERNET DRIVER
13311 M:      Anirudha Sarangi <anirudh@xilinx.com>
13312 M:      John Linn <John.Linn@xilinx.com>
13313 S:      Maintained
13314 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13315
13316 XILINX UARTLITE SERIAL DRIVER
13317 M:      Peter Korsgaard <jacmet@sunsite.dk>
13318 L:      linux-serial@vger.kernel.org
13319 S:      Maintained
13320 F:      drivers/tty/serial/uartlite.c
13321
13322 XILINX VIDEO IP CORES
13323 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13324 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13325 L:      linux-media@vger.kernel.org
13326 T:      git git://linuxtv.org/media_tree.git
13327 S:      Supported
13328 F:      Documentation/devicetree/bindings/media/xilinx/
13329 F:      drivers/media/platform/xilinx/
13330 F:      include/uapi/linux/xilinx-v4l2-controls.h
13331
13332 XILLYBUS DRIVER
13333 M:      Eli Billauer <eli.billauer@gmail.com>
13334 L:      linux-kernel@vger.kernel.org
13335 S:      Supported
13336 F:      drivers/char/xillybus/
13337
13338 XTENSA XTFPGA PLATFORM SUPPORT
13339 M:      Max Filippov <jcmvbkbc@gmail.com>
13340 L:      linux-xtensa@linux-xtensa.org
13341 S:      Maintained
13342 F:      drivers/spi/spi-xtensa-xtfpga.c
13343 F:      sound/soc/xtensa/xtfpga-i2s.c
13344
13345 YAM DRIVER FOR AX.25
13346 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13347 L:      linux-hams@vger.kernel.org
13348 S:      Maintained
13349 F:      drivers/net/hamradio/yam*
13350 F:      include/linux/yam.h
13351
13352 YEALINK PHONE DRIVER
13353 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13354 L:      usbb2k-api-dev@nongnu.org
13355 S:      Maintained
13356 F:      Documentation/input/yealink.txt
13357 F:      drivers/input/misc/yealink.*
13358
13359 Z8530 DRIVER FOR AX.25
13360 M:      Joerg Reuter <jreuter@yaina.de>
13361 W:      http://yaina.de/jreuter/
13362 W:      http://www.qsl.net/dl1bke/
13363 L:      linux-hams@vger.kernel.org
13364 S:      Maintained
13365 F:      Documentation/networking/z8530drv.txt
13366 F:      drivers/net/hamradio/*scc.c
13367 F:      drivers/net/hamradio/z8530.h
13368
13369 ZBUD COMPRESSED PAGE ALLOCATOR
13370 M:      Seth Jennings <sjenning@redhat.com>
13371 L:      linux-mm@kvack.org
13372 S:      Maintained
13373 F:      mm/zbud.c
13374 F:      include/linux/zbud.h
13375
13376 ZD1211RW WIRELESS DRIVER
13377 M:      Daniel Drake <dsd@gentoo.org>
13378 M:      Ulrich Kunitz <kune@deine-taler.de>
13379 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13380 L:      linux-wireless@vger.kernel.org
13381 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13382 S:      Maintained
13383 F:      drivers/net/wireless/zydas/zd1211rw/
13384
13385 ZPOOL COMPRESSED PAGE STORAGE API
13386 M:      Dan Streetman <ddstreet@ieee.org>
13387 L:      linux-mm@kvack.org
13388 S:      Maintained
13389 F:      mm/zpool.c
13390 F:      include/linux/zpool.h
13391
13392 ZR36067 VIDEO FOR LINUX DRIVER
13393 L:      mjpeg-users@lists.sourceforge.net
13394 L:      linux-media@vger.kernel.org
13395 W:      http://mjpeg.sourceforge.net/driver-zoran/
13396 T:      hg https://linuxtv.org/hg/v4l-dvb
13397 S:      Odd Fixes
13398 F:      drivers/media/pci/zoran/
13399
13400 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13401 M:      Minchan Kim <minchan@kernel.org>
13402 M:      Nitin Gupta <ngupta@vflare.org>
13403 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13404 L:      linux-kernel@vger.kernel.org
13405 S:      Maintained
13406 F:      drivers/block/zram/
13407 F:      Documentation/blockdev/zram.txt
13408
13409 ZS DECSTATION Z85C30 SERIAL DRIVER
13410 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13411 S:      Maintained
13412 F:      drivers/tty/serial/zs.*
13413
13414 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13415 M:      Minchan Kim <minchan@kernel.org>
13416 M:      Nitin Gupta <ngupta@vflare.org>
13417 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13418 L:      linux-mm@kvack.org
13419 S:      Maintained
13420 F:      mm/zsmalloc.c
13421 F:      include/linux/zsmalloc.h
13422 F:      Documentation/vm/zsmalloc.txt
13423
13424 ZSWAP COMPRESSED SWAP CACHING
13425 M:      Seth Jennings <sjenning@redhat.com>
13426 L:      linux-mm@kvack.org
13427 S:      Maintained
13428 F:      mm/zswap.c
13429
13430 THE REST
13431 M:      Linus Torvalds <torvalds@linux-foundation.org>
13432 L:      linux-kernel@vger.kernel.org
13433 Q:      http://patchwork.kernel.org/project/LKML/list/
13434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13435 S:      Buried alive in reporters
13436 F:      *
13437 F:      */