Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[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 STB AVS CPUFREQ DRIVER
2768 M:      Markus Mayer <mmayer@broadcom.com>
2769 M:      bcm-kernel-feedback-list@broadcom.com
2770 L:      linux-pm@vger.kernel.org
2771 S:      Maintained
2772 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2773 F:      drivers/cpufreq/brcmstb*
2774
2775 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2776 M:      Rafał Miłecki <zajec5@gmail.com>
2777 L:      linux-wireless@vger.kernel.org
2778 S:      Maintained
2779 F:      drivers/bcma/
2780 F:      include/linux/bcma/
2781
2782 BROADCOM SYSTEMPORT ETHERNET DRIVER
2783 M:      Florian Fainelli <f.fainelli@gmail.com>
2784 L:      netdev@vger.kernel.org
2785 S:      Supported
2786 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2787
2788 BROADCOM VULCAN ARM64 SOC
2789 M:      Jayachandran C. <jchandra@broadcom.com>
2790 M:      bcm-kernel-feedback-list@broadcom.com
2791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2792 S:      Maintained
2793 F:      arch/arm64/boot/dts/broadcom/vulcan*
2794
2795 BROCADE BFA FC SCSI DRIVER
2796 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2797 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2798 L:      linux-scsi@vger.kernel.org
2799 S:      Supported
2800 F:      drivers/scsi/bfa/
2801
2802 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2803 M:      Rasesh Mody <rasesh.mody@cavium.com>
2804 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2805 M:      Dept-GELinuxNICDev@cavium.com
2806 L:      netdev@vger.kernel.org
2807 S:      Supported
2808 F:      drivers/net/ethernet/brocade/bna/
2809
2810 BSG (block layer generic sg v4 driver)
2811 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2812 L:      linux-scsi@vger.kernel.org
2813 S:      Supported
2814 F:      block/bsg.c
2815 F:      include/linux/bsg.h
2816 F:      include/uapi/linux/bsg.h
2817
2818 BT87X AUDIO DRIVER
2819 M:      Clemens Ladisch <clemens@ladisch.de>
2820 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2821 T:      git git://git.alsa-project.org/alsa-kernel.git
2822 S:      Maintained
2823 F:      Documentation/sound/alsa/Bt87x.txt
2824 F:      sound/pci/bt87x.c
2825
2826 BT8XXGPIO DRIVER
2827 M:      Michael Buesch <m@bues.ch>
2828 W:      http://bu3sch.de/btgpio.php
2829 S:      Maintained
2830 F:      drivers/gpio/gpio-bt8xx.c
2831
2832 BTRFS FILE SYSTEM
2833 M:      Chris Mason <clm@fb.com>
2834 M:      Josef Bacik <jbacik@fb.com>
2835 M:      David Sterba <dsterba@suse.com>
2836 L:      linux-btrfs@vger.kernel.org
2837 W:      http://btrfs.wiki.kernel.org/
2838 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2840 S:      Maintained
2841 F:      Documentation/filesystems/btrfs.txt
2842 F:      fs/btrfs/
2843
2844 BTTV VIDEO4LINUX DRIVER
2845 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2846 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2847 L:      linux-media@vger.kernel.org
2848 W:      https://linuxtv.org
2849 T:      git git://linuxtv.org/media_tree.git
2850 S:      Odd fixes
2851 F:      Documentation/media/v4l-drivers/bttv*
2852 F:      drivers/media/pci/bt8xx/bttv*
2853
2854 BUSLOGIC SCSI DRIVER
2855 M:      Khalid Aziz <khalid@gonehiking.org>
2856 L:      linux-scsi@vger.kernel.org
2857 S:      Maintained
2858 F:      drivers/scsi/BusLogic.*
2859 F:      drivers/scsi/FlashPoint.*
2860
2861 C-MEDIA CMI8788 DRIVER
2862 M:      Clemens Ladisch <clemens@ladisch.de>
2863 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2864 T:      git git://git.alsa-project.org/alsa-kernel.git
2865 S:      Maintained
2866 F:      sound/pci/oxygen/
2867
2868 C6X ARCHITECTURE
2869 M:      Mark Salter <msalter@redhat.com>
2870 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2871 L:      linux-c6x-dev@linux-c6x.org
2872 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2873 S:      Maintained
2874 F:      arch/c6x/
2875
2876 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2877 M:      David Howells <dhowells@redhat.com>
2878 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2879 S:      Supported
2880 F:      Documentation/filesystems/caching/cachefiles.txt
2881 F:      fs/cachefiles/
2882
2883 CADET FM/AM RADIO RECEIVER DRIVER
2884 M:      Hans Verkuil <hverkuil@xs4all.nl>
2885 L:      linux-media@vger.kernel.org
2886 T:      git git://linuxtv.org/media_tree.git
2887 W:      https://linuxtv.org
2888 S:      Maintained
2889 F:      drivers/media/radio/radio-cadet*
2890
2891 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2892 M:      Jonathan Corbet <corbet@lwn.net>
2893 L:      linux-media@vger.kernel.org
2894 T:      git git://linuxtv.org/media_tree.git
2895 S:      Maintained
2896 F:      Documentation/media/v4l-drivers/cafe_ccic*
2897 F:      drivers/media/platform/marvell-ccic/
2898
2899 CAIF NETWORK LAYER
2900 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2901 L:      netdev@vger.kernel.org
2902 S:      Supported
2903 F:      Documentation/networking/caif/
2904 F:      drivers/net/caif/
2905 F:      include/uapi/linux/caif/
2906 F:      include/net/caif/
2907 F:      net/caif/
2908
2909 CALGARY x86-64 IOMMU
2910 M:      Muli Ben-Yehuda <mulix@mulix.org>
2911 M:      Jon Mason <jdmason@kudzu.us>
2912 L:      iommu@lists.linux-foundation.org
2913 S:      Maintained
2914 F:      arch/x86/kernel/pci-calgary_64.c
2915 F:      arch/x86/kernel/tce_64.c
2916 F:      arch/x86/include/asm/calgary.h
2917 F:      arch/x86/include/asm/tce.h
2918
2919 CAN NETWORK LAYER
2920 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2921 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2922 L:      linux-can@vger.kernel.org
2923 W:      https://github.com/linux-can
2924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2926 S:      Maintained
2927 F:      Documentation/networking/can.txt
2928 F:      net/can/
2929 F:      include/linux/can/core.h
2930 F:      include/uapi/linux/can.h
2931 F:      include/uapi/linux/can/bcm.h
2932 F:      include/uapi/linux/can/raw.h
2933 F:      include/uapi/linux/can/gw.h
2934
2935 CAN NETWORK DRIVERS
2936 M:      Wolfgang Grandegger <wg@grandegger.com>
2937 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2938 L:      linux-can@vger.kernel.org
2939 W:      https://github.com/linux-can
2940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2942 S:      Maintained
2943 F:      Documentation/devicetree/bindings/net/can/
2944 F:      drivers/net/can/
2945 F:      include/linux/can/dev.h
2946 F:      include/linux/can/platform/
2947 F:      include/uapi/linux/can/error.h
2948 F:      include/uapi/linux/can/netlink.h
2949
2950 CAPABILITIES
2951 M:      Serge Hallyn <serge@hallyn.com>
2952 L:      linux-security-module@vger.kernel.org
2953 S:      Supported
2954 F:      include/linux/capability.h
2955 F:      include/uapi/linux/capability.h
2956 F:      security/commoncap.c
2957 F:      kernel/capability.c
2958
2959 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2960 M:      Kevin Tsai <ktsai@capellamicro.com>
2961 S:      Maintained
2962 F:      drivers/iio/light/cm*
2963 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2964
2965 CAVIUM I2C DRIVER
2966 M:      Jan Glauber <jglauber@cavium.com>
2967 M:      David Daney <david.daney@cavium.com>
2968 W:      http://www.cavium.com
2969 S:      Supported
2970 F:      drivers/i2c/busses/i2c-octeon*
2971 F:      drivers/i2c/busses/i2c-thunderx*
2972
2973 CAVIUM LIQUIDIO NETWORK DRIVER
2974 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2975 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2976 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2977 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2978 L:     netdev@vger.kernel.org
2979 W:     http://www.cavium.com
2980 S:     Supported
2981 F:     drivers/net/ethernet/cavium/liquidio/
2982
2983 CC2520 IEEE-802.15.4 RADIO DRIVER
2984 M:      Varka Bhadram <varkabhadram@gmail.com>
2985 L:      linux-wpan@vger.kernel.org
2986 S:      Maintained
2987 F:      drivers/net/ieee802154/cc2520.c
2988 F:      include/linux/spi/cc2520.h
2989 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2990
2991 CEC DRIVER
2992 M:      Hans Verkuil <hans.verkuil@cisco.com>
2993 L:      linux-media@vger.kernel.org
2994 T:      git git://linuxtv.org/media_tree.git
2995 W:      http://linuxtv.org
2996 S:      Supported
2997 F:      Documentation/cec.txt
2998 F:      Documentation/media/uapi/cec
2999 F:      drivers/staging/media/cec/
3000 F:      drivers/media/cec-edid.c
3001 F:      drivers/media/rc/keymaps/rc-cec.c
3002 F:      include/media/cec.h
3003 F:      include/media/cec-edid.h
3004 F:      include/linux/cec.h
3005 F:      include/linux/cec-funcs.h
3006
3007 CELL BROADBAND ENGINE ARCHITECTURE
3008 M:      Arnd Bergmann <arnd@arndb.de>
3009 L:      linuxppc-dev@lists.ozlabs.org
3010 W:      http://www.ibm.com/developerworks/power/cell/
3011 S:      Supported
3012 F:      arch/powerpc/include/asm/cell*.h
3013 F:      arch/powerpc/include/asm/spu*.h
3014 F:      arch/powerpc/include/uapi/asm/spu*.h
3015 F:      arch/powerpc/oprofile/*cell*
3016 F:      arch/powerpc/platforms/cell/
3017
3018 CEPH COMMON CODE (LIBCEPH)
3019 M:      Ilya Dryomov <idryomov@gmail.com>
3020 M:      "Yan, Zheng" <zyan@redhat.com>
3021 M:      Sage Weil <sage@redhat.com>
3022 L:      ceph-devel@vger.kernel.org
3023 W:      http://ceph.com/
3024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3025 T:      git git://github.com/ceph/ceph-client.git
3026 S:      Supported
3027 F:      net/ceph/
3028 F:      include/linux/ceph/
3029 F:      include/linux/crush/
3030
3031 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3032 M:      "Yan, Zheng" <zyan@redhat.com>
3033 M:      Sage Weil <sage@redhat.com>
3034 M:      Ilya Dryomov <idryomov@gmail.com>
3035 L:      ceph-devel@vger.kernel.org
3036 W:      http://ceph.com/
3037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3038 T:      git git://github.com/ceph/ceph-client.git
3039 S:      Supported
3040 F:      Documentation/filesystems/ceph.txt
3041 F:      fs/ceph/
3042
3043 CERTIFICATE HANDLING:
3044 M:      David Howells <dhowells@redhat.com>
3045 M:      David Woodhouse <dwmw2@infradead.org>
3046 L:      keyrings@vger.kernel.org
3047 S:      Maintained
3048 F:      Documentation/module-signing.txt
3049 F:      certs/
3050 F:      scripts/sign-file.c
3051 F:      scripts/extract-cert.c
3052
3053 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3054 L:      linux-usb@vger.kernel.org
3055 S:      Orphan
3056 F:      Documentation/usb/WUSB-Design-overview.txt
3057 F:      Documentation/usb/wusb-cbaf
3058 F:      drivers/usb/host/hwa-hc.c
3059 F:      drivers/usb/host/whci/
3060 F:      drivers/usb/wusbcore/
3061 F:      include/linux/usb/wusb*
3062
3063 CFAG12864B LCD 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/cfag12864b.c
3069 F:      include/linux/cfag12864b.h
3070
3071 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3072 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3073 W:      http://miguelojeda.es/auxdisplay.htm
3074 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3075 S:      Maintained
3076 F:      drivers/auxdisplay/cfag12864bfb.c
3077 F:      include/linux/cfag12864b.h
3078
3079 CFG80211 and NL80211
3080 M:      Johannes Berg <johannes@sipsolutions.net>
3081 L:      linux-wireless@vger.kernel.org
3082 W:      http://wireless.kernel.org/
3083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3085 S:      Maintained
3086 F:      include/uapi/linux/nl80211.h
3087 F:      include/net/cfg80211.h
3088 F:      net/wireless/*
3089 X:      net/wireless/wext*
3090
3091 CHAR and MISC DRIVERS
3092 M:      Arnd Bergmann <arnd@arndb.de>
3093 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3095 S:      Supported
3096 F:      drivers/char/*
3097 F:      drivers/misc/*
3098 F:      include/linux/miscdevice.h
3099
3100 CHECKPATCH
3101 M:      Andy Whitcroft <apw@canonical.com>
3102 M:      Joe Perches <joe@perches.com>
3103 S:      Maintained
3104 F:      scripts/checkpatch.pl
3105
3106 CHINESE DOCUMENTATION
3107 M:      Harry Wei <harryxiyou@gmail.com>
3108 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3109 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3110 S:      Maintained
3111 F:      Documentation/translations/zh_CN/
3112
3113 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3114 M:      Peter Chen <Peter.Chen@nxp.com>
3115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3116 L:      linux-usb@vger.kernel.org
3117 S:      Maintained
3118 F:      drivers/usb/chipidea/
3119
3120 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3121 M:      Hans de Goede <hdegoede@redhat.com>
3122 L:      linux-input@vger.kernel.org
3123 S:      Maintained
3124 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3125 F:      drivers/input/touchscreen/chipone_icn8318.c
3126
3127 CHROME HARDWARE PLATFORM SUPPORT
3128 M:      Olof Johansson <olof@lixom.net>
3129 S:      Maintained
3130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3131 F:      drivers/platform/chrome/
3132
3133 CISCO VIC ETHERNET NIC DRIVER
3134 M:      Christian Benvenuti <benve@cisco.com>
3135 M:      Sujith Sankar <ssujith@cisco.com>
3136 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3137 M:      Neel Patel <neepatel@cisco.com>
3138 S:      Supported
3139 F:      drivers/net/ethernet/cisco/enic/
3140
3141 CISCO VIC LOW LATENCY NIC DRIVER
3142 M:      Christian Benvenuti <benve@cisco.com>
3143 M:      Dave Goodell <dgoodell@cisco.com>
3144 S:      Supported
3145 F:      drivers/infiniband/hw/usnic/
3146
3147 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3148 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3149 L:      netdev@vger.kernel.org
3150 S:      Maintained
3151 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3152
3153 CIRRUS LOGIC AUDIO CODEC DRIVERS
3154 M:      Brian Austin <brian.austin@cirrus.com>
3155 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3156 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3157 S:      Maintained
3158 F:      sound/soc/codecs/cs*
3159
3160 CLEANCACHE API
3161 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3162 L:      linux-kernel@vger.kernel.org
3163 S:      Maintained
3164 F:      mm/cleancache.c
3165 F:      include/linux/cleancache.h
3166
3167 CLK API
3168 M:      Russell King <linux@armlinux.org.uk>
3169 L:      linux-clk@vger.kernel.org
3170 S:      Maintained
3171 F:      include/linux/clk.h
3172
3173 CLOCKSOURCE, CLOCKEVENT DRIVERS
3174 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3175 M:      Thomas Gleixner <tglx@linutronix.de>
3176 L:      linux-kernel@vger.kernel.org
3177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3178 S:      Supported
3179 F:      drivers/clocksource
3180
3181 CISCO FCOE HBA DRIVER
3182 M:      Hiral Patel <hiralpat@cisco.com>
3183 M:      Suma Ramars <sramars@cisco.com>
3184 M:      Brian Uchino <buchino@cisco.com>
3185 L:      linux-scsi@vger.kernel.org
3186 S:      Supported
3187 F:      drivers/scsi/fnic/
3188
3189 CISCO SCSI HBA DRIVER
3190 M:      Narsimhulu Musini <nmusini@cisco.com>
3191 M:      Sesidhar Baddela <sebaddel@cisco.com>
3192 L:      linux-scsi@vger.kernel.org
3193 S:      Supported
3194 F:      drivers/scsi/snic/
3195
3196 CMPC ACPI DRIVER
3197 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3198 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3199 L:      platform-driver-x86@vger.kernel.org
3200 S:      Supported
3201 F:      drivers/platform/x86/classmate-laptop.c
3202
3203 COBALT MEDIA DRIVER
3204 M:      Hans Verkuil <hans.verkuil@cisco.com>
3205 L:      linux-media@vger.kernel.org
3206 T:      git git://linuxtv.org/media_tree.git
3207 W:      https://linuxtv.org
3208 S:      Supported
3209 F:      drivers/media/pci/cobalt/
3210
3211 COCCINELLE/Semantic Patches (SmPL)
3212 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3213 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3214 M:      Nicolas Palix <nicolas.palix@imag.fr>
3215 M:      Michal Marek <mmarek@suse.com>
3216 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3218 W:      http://coccinelle.lip6.fr/
3219 S:      Supported
3220 F:      Documentation/dev-tools/coccinelle.rst
3221 F:      scripts/coccinelle/
3222 F:      scripts/coccicheck
3223
3224 CODA FILE SYSTEM
3225 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3226 M:      coda@cs.cmu.edu
3227 L:      codalist@coda.cs.cmu.edu
3228 W:      http://www.coda.cs.cmu.edu/
3229 S:      Maintained
3230 F:      Documentation/filesystems/coda.txt
3231 F:      fs/coda/
3232 F:      include/linux/coda*.h
3233 F:      include/uapi/linux/coda*.h
3234
3235 CODA V4L2 MEM2MEM DRIVER
3236 M:      Philipp Zabel <p.zabel@pengutronix.de>
3237 L:      linux-media@vger.kernel.org
3238 S:      Maintained
3239 F:      Documentation/devicetree/bindings/media/coda.txt
3240 F:      drivers/media/platform/coda/
3241
3242 COMMON CLK FRAMEWORK
3243 M:      Michael Turquette <mturquette@baylibre.com>
3244 M:      Stephen Boyd <sboyd@codeaurora.org>
3245 L:      linux-clk@vger.kernel.org
3246 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3248 S:      Maintained
3249 F:      Documentation/devicetree/bindings/clock/
3250 F:      drivers/clk/
3251 X:      drivers/clk/clkdev.c
3252 F:      include/linux/clk-pr*
3253 F:      include/linux/clk/
3254
3255 COMMON INTERNET FILE SYSTEM (CIFS)
3256 M:      Steve French <sfrench@samba.org>
3257 L:      linux-cifs@vger.kernel.org
3258 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3259 W:      http://linux-cifs.samba.org/
3260 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3261 S:      Supported
3262 F:      Documentation/filesystems/cifs/
3263 F:      fs/cifs/
3264
3265 COMPACTPCI HOTPLUG CORE
3266 M:      Scott Murray <scott@spiteful.org>
3267 L:      linux-pci@vger.kernel.org
3268 S:      Maintained
3269 F:      drivers/pci/hotplug/cpci_hotplug*
3270
3271 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3272 M:      Scott Murray <scott@spiteful.org>
3273 L:      linux-pci@vger.kernel.org
3274 S:      Maintained
3275 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3276
3277 COMPACTPCI HOTPLUG GENERIC DRIVER
3278 M:      Scott Murray <scott@spiteful.org>
3279 L:      linux-pci@vger.kernel.org
3280 S:      Maintained
3281 F:      drivers/pci/hotplug/cpcihp_generic.c
3282
3283 COMPAL LAPTOP SUPPORT
3284 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3285 L:      platform-driver-x86@vger.kernel.org
3286 S:      Maintained
3287 F:      drivers/platform/x86/compal-laptop.c
3288
3289 CONEXANT ACCESSRUNNER USB DRIVER
3290 L:      accessrunner-general@lists.sourceforge.net
3291 W:      http://accessrunner.sourceforge.net/
3292 S:      Orphan
3293 F:      drivers/usb/atm/cxacru.c
3294
3295 CONFIGFS
3296 M:      Joel Becker <jlbec@evilplan.org>
3297 M:      Christoph Hellwig <hch@lst.de>
3298 T:      git git://git.infradead.org/users/hch/configfs.git
3299 S:      Supported
3300 F:      fs/configfs/
3301 F:      include/linux/configfs.h
3302
3303 CONNECTOR
3304 M:      Evgeniy Polyakov <zbr@ioremap.net>
3305 L:      netdev@vger.kernel.org
3306 S:      Maintained
3307 F:      drivers/connector/
3308
3309 CONTROL GROUP (CGROUP)
3310 M:      Tejun Heo <tj@kernel.org>
3311 M:      Li Zefan <lizefan@huawei.com>
3312 M:      Johannes Weiner <hannes@cmpxchg.org>
3313 L:      cgroups@vger.kernel.org
3314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3315 S:      Maintained
3316 F:      Documentation/cgroup*
3317 F:      include/linux/cgroup*
3318 F:      kernel/cgroup*
3319
3320 CONTROL GROUP - CPUSET
3321 M:      Li Zefan <lizefan@huawei.com>
3322 L:      cgroups@vger.kernel.org
3323 W:      http://www.bullopensource.org/cpuset/
3324 W:      http://oss.sgi.com/projects/cpusets/
3325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3326 S:      Maintained
3327 F:      Documentation/cgroup-v1/cpusets.txt
3328 F:      include/linux/cpuset.h
3329 F:      kernel/cpuset.c
3330
3331 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3332 M:      Johannes Weiner <hannes@cmpxchg.org>
3333 M:      Michal Hocko <mhocko@kernel.org>
3334 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3335 L:      cgroups@vger.kernel.org
3336 L:      linux-mm@kvack.org
3337 S:      Maintained
3338 F:      mm/memcontrol.c
3339 F:      mm/swap_cgroup.c
3340
3341 CORETEMP HARDWARE MONITORING DRIVER
3342 M:      Fenghua Yu <fenghua.yu@intel.com>
3343 L:      linux-hwmon@vger.kernel.org
3344 S:      Maintained
3345 F:      Documentation/hwmon/coretemp
3346 F:      drivers/hwmon/coretemp.c
3347
3348 COSA/SRP SYNC SERIAL DRIVER
3349 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3350 W:      http://www.fi.muni.cz/~kas/cosa/
3351 S:      Maintained
3352 F:      drivers/net/wan/cosa*
3353
3354 CPMAC ETHERNET DRIVER
3355 M:      Florian Fainelli <f.fainelli@gmail.com>
3356 L:      netdev@vger.kernel.org
3357 S:      Maintained
3358 F:      drivers/net/ethernet/ti/cpmac.c
3359
3360 CPU FREQUENCY DRIVERS
3361 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3362 M:      Viresh Kumar <viresh.kumar@linaro.org>
3363 L:      linux-pm@vger.kernel.org
3364 S:      Maintained
3365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3366 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3367 B:      https://bugzilla.kernel.org
3368 F:      Documentation/cpu-freq/
3369 F:      drivers/cpufreq/
3370 F:      include/linux/cpufreq.h
3371
3372 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3373 M:      Viresh Kumar <viresh.kumar@linaro.org>
3374 M:      Sudeep Holla <sudeep.holla@arm.com>
3375 L:      linux-pm@vger.kernel.org
3376 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3377 S:      Maintained
3378 F:      drivers/cpufreq/arm_big_little.h
3379 F:      drivers/cpufreq/arm_big_little.c
3380 F:      drivers/cpufreq/arm_big_little_dt.c
3381
3382 CPUIDLE DRIVER - ARM BIG LITTLE
3383 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3384 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3385 L:      linux-pm@vger.kernel.org
3386 L:      linux-arm-kernel@lists.infradead.org
3387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3388 S:      Maintained
3389 F:      drivers/cpuidle/cpuidle-big_little.c
3390
3391 CPUIDLE DRIVER - ARM EXYNOS
3392 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3393 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3394 M:      Kukjin Kim <kgene@kernel.org>
3395 L:      linux-pm@vger.kernel.org
3396 L:      linux-samsung-soc@vger.kernel.org
3397 S:      Supported
3398 F:      drivers/cpuidle/cpuidle-exynos.c
3399 F:      arch/arm/mach-exynos/pm.c
3400
3401 CPUIDLE DRIVERS
3402 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3403 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3404 L:      linux-pm@vger.kernel.org
3405 S:      Maintained
3406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3407 B:      https://bugzilla.kernel.org
3408 F:      drivers/cpuidle/*
3409 F:      include/linux/cpuidle.h
3410
3411 CPUID/MSR DRIVER
3412 M:      "H. Peter Anvin" <hpa@zytor.com>
3413 S:      Maintained
3414 F:      arch/x86/kernel/cpuid.c
3415 F:      arch/x86/kernel/msr.c
3416
3417 CPU POWER MONITORING SUBSYSTEM
3418 M:      Thomas Renninger <trenn@suse.com>
3419 L:      linux-pm@vger.kernel.org
3420 S:      Maintained
3421 F:      tools/power/cpupower/
3422
3423 CRAMFS FILESYSTEM
3424 W:      http://sourceforge.net/projects/cramfs/
3425 S:      Orphan / Obsolete
3426 F:      Documentation/filesystems/cramfs.txt
3427 F:      fs/cramfs/
3428
3429 CRIS PORT
3430 M:      Mikael Starvik <starvik@axis.com>
3431 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3432 L:      linux-cris-kernel@axis.com
3433 W:      http://developer.axis.com
3434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3435 S:      Maintained
3436 F:      arch/cris/
3437 F:      drivers/tty/serial/crisv10.*
3438
3439 CRYPTO API
3440 M:      Herbert Xu <herbert@gondor.apana.org.au>
3441 M:      "David S. Miller" <davem@davemloft.net>
3442 L:      linux-crypto@vger.kernel.org
3443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3445 S:      Maintained
3446 F:      Documentation/crypto/
3447 F:      Documentation/devicetree/bindings/crypto/
3448 F:      Documentation/DocBook/crypto-API.tmpl
3449 F:      arch/*/crypto/
3450 F:      crypto/
3451 F:      drivers/crypto/
3452 F:      include/crypto/
3453
3454 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3455 M:      Neil Horman <nhorman@tuxdriver.com>
3456 L:      linux-crypto@vger.kernel.org
3457 S:      Maintained
3458 F:      crypto/ansi_cprng.c
3459 F:      crypto/rng.c
3460
3461 CS3308 MEDIA DRIVER
3462 M:      Hans Verkuil <hverkuil@xs4all.nl>
3463 L:      linux-media@vger.kernel.org
3464 T:      git git://linuxtv.org/media_tree.git
3465 W:      http://linuxtv.org
3466 S:      Odd Fixes
3467 F:      drivers/media/i2c/cs3308.c
3468 F:      drivers/media/i2c/cs3308.h
3469
3470 CS5535 Audio ALSA driver
3471 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3472 S:      Maintained
3473 F:      sound/pci/cs5535audio/
3474
3475 CW1200 WLAN driver
3476 M:      Solomon Peachy <pizza@shaftnet.org>
3477 S:      Maintained
3478 F:      drivers/net/wireless/st/cw1200/
3479
3480 CX18 VIDEO4LINUX DRIVER
3481 M:      Andy Walls <awalls@md.metrocast.net>
3482 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3483 L:      linux-media@vger.kernel.org
3484 T:      git git://linuxtv.org/media_tree.git
3485 W:      https://linuxtv.org
3486 W:      http://www.ivtvdriver.org/index.php/Cx18
3487 S:      Maintained
3488 F:      Documentation/media/v4l-drivers/cx18*
3489 F:      drivers/media/pci/cx18/
3490 F:      include/uapi/linux/ivtv*
3491
3492 CX2341X MPEG ENCODER HELPER MODULE
3493 M:      Hans Verkuil <hverkuil@xs4all.nl>
3494 L:      linux-media@vger.kernel.org
3495 T:      git git://linuxtv.org/media_tree.git
3496 W:      https://linuxtv.org
3497 S:      Maintained
3498 F:      drivers/media/common/cx2341x*
3499 F:      include/media/cx2341x*
3500
3501 CX24120 MEDIA DRIVER
3502 M:      Jemma Denson <jdenson@gmail.com>
3503 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3504 L:      linux-media@vger.kernel.org
3505 W:      https://linuxtv.org
3506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3507 S:      Maintained
3508 F:      drivers/media/dvb-frontends/cx24120*
3509
3510 CX88 VIDEO4LINUX DRIVER
3511 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3512 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3513 L:      linux-media@vger.kernel.org
3514 W:      https://linuxtv.org
3515 T:      git git://linuxtv.org/media_tree.git
3516 S:      Odd fixes
3517 F:      Documentation/media/v4l-drivers/cx88*
3518 F:      drivers/media/pci/cx88/
3519
3520 CXD2820R MEDIA DRIVER
3521 M:      Antti Palosaari <crope@iki.fi>
3522 L:      linux-media@vger.kernel.org
3523 W:      https://linuxtv.org
3524 W:      http://palosaari.fi/linux/
3525 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3526 T:      git git://linuxtv.org/anttip/media_tree.git
3527 S:      Maintained
3528 F:      drivers/media/dvb-frontends/cxd2820r*
3529
3530 CXGB3 ETHERNET DRIVER (CXGB3)
3531 M:      Santosh Raspatur <santosh@chelsio.com>
3532 L:      netdev@vger.kernel.org
3533 W:      http://www.chelsio.com
3534 S:      Supported
3535 F:      drivers/net/ethernet/chelsio/cxgb3/
3536
3537 CXGB3 ISCSI DRIVER (CXGB3I)
3538 M:      Karen Xie <kxie@chelsio.com>
3539 L:      linux-scsi@vger.kernel.org
3540 W:      http://www.chelsio.com
3541 S:      Supported
3542 F:      drivers/scsi/cxgbi/cxgb3i
3543
3544 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3545 M:      Steve Wise <swise@chelsio.com>
3546 L:      linux-rdma@vger.kernel.org
3547 W:      http://www.openfabrics.org
3548 S:      Supported
3549 F:      drivers/infiniband/hw/cxgb3/
3550 F:      include/uapi/rdma/cxgb3-abi.h
3551
3552 CXGB4 ETHERNET DRIVER (CXGB4)
3553 M:      Hariprasad S <hariprasad@chelsio.com>
3554 L:      netdev@vger.kernel.org
3555 W:      http://www.chelsio.com
3556 S:      Supported
3557 F:      drivers/net/ethernet/chelsio/cxgb4/
3558
3559 CXGB4 ISCSI DRIVER (CXGB4I)
3560 M:      Karen Xie <kxie@chelsio.com>
3561 L:      linux-scsi@vger.kernel.org
3562 W:      http://www.chelsio.com
3563 S:      Supported
3564 F:      drivers/scsi/cxgbi/cxgb4i
3565
3566 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3567 M:      Steve Wise <swise@chelsio.com>
3568 L:      linux-rdma@vger.kernel.org
3569 W:      http://www.openfabrics.org
3570 S:      Supported
3571 F:      drivers/infiniband/hw/cxgb4/
3572 F:      include/uapi/rdma/cxgb4-abi.h
3573
3574 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3575 M:      Casey Leedom <leedom@chelsio.com>
3576 L:      netdev@vger.kernel.org
3577 W:      http://www.chelsio.com
3578 S:      Supported
3579 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3580
3581 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3582 M:      Ian Munsie <imunsie@au1.ibm.com>
3583 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3584 L:      linuxppc-dev@lists.ozlabs.org
3585 S:      Supported
3586 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3587 F:      drivers/misc/cxl/
3588 F:      include/misc/cxl*
3589 F:      include/uapi/misc/cxl.h
3590 F:      Documentation/powerpc/cxl.txt
3591 F:      Documentation/ABI/testing/sysfs-class-cxl
3592
3593 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3594 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3595 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3596 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3597 L:      linux-scsi@vger.kernel.org
3598 S:      Supported
3599 F:      drivers/scsi/cxlflash/
3600 F:      include/uapi/scsi/cxlflash_ioctls.h
3601 F:      Documentation/powerpc/cxlflash.txt
3602
3603 STMMAC ETHERNET DRIVER
3604 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3605 M:      Alexandre Torgue <alexandre.torgue@st.com>
3606 L:      netdev@vger.kernel.org
3607 W:      http://www.stlinux.com
3608 S:      Supported
3609 F:      drivers/net/ethernet/stmicro/stmmac/
3610
3611 CYBERPRO FB DRIVER
3612 M:      Russell King <linux@armlinux.org.uk>
3613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3614 W:      http://www.armlinux.org.uk/
3615 S:      Maintained
3616 F:      drivers/video/fbdev/cyber2000fb.*
3617
3618 CYCLADES ASYNC MUX DRIVER
3619 W:      http://www.cyclades.com/
3620 S:      Orphan
3621 F:      drivers/tty/cyclades.c
3622 F:      include/linux/cyclades.h
3623 F:      include/uapi/linux/cyclades.h
3624
3625 CYCLADES PC300 DRIVER
3626 W:      http://www.cyclades.com/
3627 S:      Orphan
3628 F:      drivers/net/wan/pc300*
3629
3630 CYPRESS_FIRMWARE MEDIA DRIVER
3631 M:      Antti Palosaari <crope@iki.fi>
3632 L:      linux-media@vger.kernel.org
3633 W:      https://linuxtv.org
3634 W:      http://palosaari.fi/linux/
3635 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3636 T:      git git://linuxtv.org/anttip/media_tree.git
3637 S:      Maintained
3638 F:      drivers/media/common/cypress_firmware*
3639
3640 CYTTSP TOUCHSCREEN DRIVER
3641 M:      Ferruh Yigit <fery@cypress.com>
3642 L:      linux-input@vger.kernel.org
3643 S:      Supported
3644 F:      drivers/input/touchscreen/cyttsp*
3645 F:      include/linux/input/cyttsp.h
3646
3647 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3648 M:      Joshua Kinard <kumba@gentoo.org>
3649 S:      Maintained
3650 F:      drivers/rtc/rtc-ds1685.c
3651 F:      include/linux/rtc/ds1685.h
3652
3653 DAMA SLAVE for AX.25
3654 M:      Joerg Reuter <jreuter@yaina.de>
3655 W:      http://yaina.de/jreuter/
3656 W:      http://www.qsl.net/dl1bke/
3657 L:      linux-hams@vger.kernel.org
3658 S:      Maintained
3659 F:      net/ax25/af_ax25.c
3660 F:      net/ax25/ax25_dev.c
3661 F:      net/ax25/ax25_ds_*
3662 F:      net/ax25/ax25_in.c
3663 F:      net/ax25/ax25_out.c
3664 F:      net/ax25/ax25_timer.c
3665 F:      net/ax25/sysctl_net_ax25.c
3666
3667 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3668 L:      netdev@vger.kernel.org
3669 S:      Orphan
3670 F:      Documentation/networking/dmfe.txt
3671 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3672
3673 DC390/AM53C974 SCSI driver
3674 M:      Hannes Reinecke <hare@suse.com>
3675 L:      linux-scsi@vger.kernel.org
3676 S:      Maintained
3677 F:      drivers/scsi/am53c974.c
3678
3679 DC395x SCSI driver
3680 M:      Oliver Neukum <oliver@neukum.org>
3681 M:      Ali Akcaagac <aliakc@web.de>
3682 M:      Jamie Lenehan <lenehan@twibble.org>
3683 L:      dc395x@twibble.org
3684 W:      http://twibble.org/dist/dc395x/
3685 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3686 S:      Maintained
3687 F:      Documentation/scsi/dc395x.txt
3688 F:      drivers/scsi/dc395x.*
3689
3690 DCCP PROTOCOL
3691 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3692 L:      dccp@vger.kernel.org
3693 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3694 S:      Maintained
3695 F:      include/linux/dccp.h
3696 F:      include/uapi/linux/dccp.h
3697 F:      include/linux/tfrc.h
3698 F:      net/dccp/
3699
3700 DECnet NETWORK LAYER
3701 W:      http://linux-decnet.sourceforge.net
3702 L:      linux-decnet-user@lists.sourceforge.net
3703 S:      Orphan
3704 F:      Documentation/networking/decnet.txt
3705 F:      net/decnet/
3706
3707 DECSTATION PLATFORM SUPPORT
3708 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3709 L:      linux-mips@linux-mips.org
3710 W:      http://www.linux-mips.org/wiki/DECstation
3711 S:      Maintained
3712 F:      arch/mips/dec/
3713 F:      arch/mips/include/asm/dec/
3714 F:      arch/mips/include/asm/mach-dec/
3715
3716 DEFXX FDDI NETWORK DRIVER
3717 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3718 S:      Maintained
3719 F:      drivers/net/fddi/defxx.*
3720
3721 DELL LAPTOP DRIVER
3722 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3723 M:      Pali Rohár <pali.rohar@gmail.com>
3724 L:      platform-driver-x86@vger.kernel.org
3725 S:      Maintained
3726 F:      drivers/platform/x86/dell-laptop.c
3727
3728 DELL LAPTOP RBTN DRIVER
3729 M:      Pali Rohár <pali.rohar@gmail.com>
3730 S:      Maintained
3731 F:      drivers/platform/x86/dell-rbtn.*
3732
3733 DELL LAPTOP FREEFALL DRIVER
3734 M:      Pali Rohár <pali.rohar@gmail.com>
3735 S:      Maintained
3736 F:      drivers/platform/x86/dell-smo8800.c
3737
3738 DELL LAPTOP SMM DRIVER
3739 M:      Pali Rohár <pali.rohar@gmail.com>
3740 S:      Maintained
3741 F:      drivers/hwmon/dell-smm-hwmon.c
3742 F:      include/uapi/linux/i8k.h
3743
3744 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3745 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3746 S:      Maintained
3747 F:      Documentation/dcdbas.txt
3748 F:      drivers/firmware/dcdbas.*
3749
3750 DELL WMI EXTRAS DRIVER
3751 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3752 M:      Pali Rohár <pali.rohar@gmail.com>
3753 S:      Maintained
3754 F:      drivers/platform/x86/dell-wmi.c
3755
3756 DESIGNWARE USB2 DRD IP DRIVER
3757 M:      John Youn <johnyoun@synopsys.com>
3758 L:      linux-usb@vger.kernel.org
3759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3760 S:      Maintained
3761 F:      drivers/usb/dwc2/
3762
3763 DESIGNWARE USB3 DRD IP DRIVER
3764 M:      Felipe Balbi <balbi@kernel.org>
3765 L:      linux-usb@vger.kernel.org
3766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3767 S:      Maintained
3768 F:      drivers/usb/dwc3/
3769
3770 DEVICE COREDUMP (DEV_COREDUMP)
3771 M:      Johannes Berg <johannes@sipsolutions.net>
3772 L:      linux-kernel@vger.kernel.org
3773 S:      Maintained
3774 F:      drivers/base/devcoredump.c
3775 F:      include/linux/devcoredump.h
3776
3777 DEVICE FREQUENCY (DEVFREQ)
3778 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3779 M:      Kyungmin Park <kyungmin.park@samsung.com>
3780 L:      linux-pm@vger.kernel.org
3781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3782 S:      Maintained
3783 F:      drivers/devfreq/
3784 F:      include/linux/devfreq.h
3785 F:      Documentation/devicetree/bindings/devfreq/
3786
3787 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3788 M:      Chanwoo Choi <cw00.choi@samsung.com>
3789 L:      linux-pm@vger.kernel.org
3790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3791 S:      Supported
3792 F:      drivers/devfreq/event/
3793 F:      drivers/devfreq/devfreq-event.c
3794 F:      include/linux/devfreq-event.h
3795 F:      Documentation/devicetree/bindings/devfreq/event/
3796
3797 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3798 M:      Chanwoo Choi <cw00.choi@samsung.com>
3799 L:      linux-pm@vger.kernel.org
3800 L:      linux-samsung-soc@vger.kernel.org
3801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3802 S:      Maintained
3803 F:      drivers/devfreq/exynos-bus.c
3804 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3805
3806 DEVICE NUMBER REGISTRY
3807 M:      Torben Mathiasen <device@lanana.org>
3808 W:      http://lanana.org/docs/device-list/index.html
3809 S:      Maintained
3810
3811 DEVICE-MAPPER  (LVM)
3812 M:      Alasdair Kergon <agk@redhat.com>
3813 M:      Mike Snitzer <snitzer@redhat.com>
3814 M:      dm-devel@redhat.com
3815 L:      dm-devel@redhat.com
3816 W:      http://sources.redhat.com/dm
3817 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3819 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3820 S:      Maintained
3821 F:      Documentation/device-mapper/
3822 F:      drivers/md/dm*
3823 F:      drivers/md/persistent-data/
3824 F:      include/linux/device-mapper.h
3825 F:      include/linux/dm-*.h
3826 F:      include/uapi/linux/dm-*.h
3827
3828 DEVLINK
3829 M:      Jiri Pirko <jiri@mellanox.com>
3830 L:      netdev@vger.kernel.org
3831 S:      Supported
3832 F:      net/core/devlink.c
3833 F:      include/net/devlink.h
3834 F:      include/uapi/linux/devlink.h
3835
3836 DIALOG SEMICONDUCTOR DRIVERS
3837 M:      Support Opensource <support.opensource@diasemi.com>
3838 W:      http://www.dialog-semiconductor.com/products
3839 S:      Supported
3840 F:      Documentation/hwmon/da90??
3841 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3842 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3843 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3844 F:      drivers/gpio/gpio-da90??.c
3845 F:      drivers/hwmon/da90??-hwmon.c
3846 F:      drivers/iio/adc/da91??-*.c
3847 F:      drivers/input/misc/da90??_onkey.c
3848 F:      drivers/input/touchscreen/da9052_tsi.c
3849 F:      drivers/leds/leds-da90??.c
3850 F:      drivers/mfd/da903x.c
3851 F:      drivers/mfd/da90??-*.c
3852 F:      drivers/mfd/da91??-*.c
3853 F:      drivers/power/supply/da9052-battery.c
3854 F:      drivers/power/supply/da91??-*.c
3855 F:      drivers/regulator/da903x.c
3856 F:      drivers/regulator/da9???-regulator.[ch]
3857 F:      drivers/rtc/rtc-da90??.c
3858 F:      drivers/video/backlight/da90??_bl.c
3859 F:      drivers/watchdog/da90??_wdt.c
3860 F:      include/linux/mfd/da903x.h
3861 F:      include/linux/mfd/da9052/
3862 F:      include/linux/mfd/da9055/
3863 F:      include/linux/mfd/da9062/
3864 F:      include/linux/mfd/da9063/
3865 F:      include/linux/mfd/da9150/
3866 F:      include/linux/regulator/da9211.h
3867 F:      include/sound/da[79]*.h
3868 F:      sound/soc/codecs/da[79]*.[ch]
3869
3870 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3871 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3872 L:      linux-gpio@vger.kernel.org
3873 S:      Maintained
3874 F:      drivers/gpio/gpio-gpio-mm.c
3875
3876 DIGI NEO AND CLASSIC PCI PRODUCTS
3877 M:      Lidza Louina <lidza.louina@gmail.com>
3878 M:      Mark Hounschell <markh@compro.net>
3879 L:      driverdev-devel@linuxdriverproject.org
3880 S:      Maintained
3881 F:      drivers/staging/dgnc/
3882
3883 DIOLAN U2C-12 I2C DRIVER
3884 M:      Guenter Roeck <linux@roeck-us.net>
3885 L:      linux-i2c@vger.kernel.org
3886 S:      Maintained
3887 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3888
3889 DIRECT ACCESS (DAX)
3890 M:      Matthew Wilcox <willy@linux.intel.com>
3891 L:      linux-fsdevel@vger.kernel.org
3892 S:      Supported
3893 F:      fs/dax.c
3894
3895 DIRECTORY NOTIFICATION (DNOTIFY)
3896 M:      Eric Paris <eparis@parisplace.org>
3897 S:      Maintained
3898 F:      Documentation/filesystems/dnotify.txt
3899 F:      fs/notify/dnotify/
3900 F:      include/linux/dnotify.h
3901
3902 DISK GEOMETRY AND PARTITION HANDLING
3903 M:      Andries Brouwer <aeb@cwi.nl>
3904 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3905 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3906 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3907 S:      Maintained
3908
3909 DISKQUOTA
3910 M:      Jan Kara <jack@suse.com>
3911 S:      Maintained
3912 F:      Documentation/filesystems/quota.txt
3913 F:      fs/quota/
3914 F:      include/linux/quota*.h
3915 F:      include/uapi/linux/quota*.h
3916
3917 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3918 M:      Bernie Thompson <bernie@plugable.com>
3919 L:      linux-fbdev@vger.kernel.org
3920 S:      Maintained
3921 W:      http://plugable.com/category/projects/udlfb/
3922 F:      drivers/video/fbdev/udlfb.c
3923 F:      include/video/udlfb.h
3924 F:      Documentation/fb/udlfb.txt
3925
3926 DISTRIBUTED LOCK MANAGER (DLM)
3927 M:      Christine Caulfield <ccaulfie@redhat.com>
3928 M:      David Teigland <teigland@redhat.com>
3929 L:      cluster-devel@redhat.com
3930 W:      http://sources.redhat.com/cluster/
3931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3932 S:      Supported
3933 F:      fs/dlm/
3934
3935 DMA BUFFER SHARING FRAMEWORK
3936 M:      Sumit Semwal <sumit.semwal@linaro.org>
3937 S:      Maintained
3938 L:      linux-media@vger.kernel.org
3939 L:      dri-devel@lists.freedesktop.org
3940 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3941 F:      drivers/dma-buf/
3942 F:      include/linux/dma-buf*
3943 F:      include/linux/reservation.h
3944 F:      include/linux/*fence.h
3945 F:      Documentation/dma-buf-sharing.txt
3946 T:      git git://anongit.freedesktop.org/drm/drm-misc
3947
3948 SYNC FILE FRAMEWORK
3949 M:      Sumit Semwal <sumit.semwal@linaro.org>
3950 R:      Gustavo Padovan <gustavo@padovan.org>
3951 S:      Maintained
3952 L:      linux-media@vger.kernel.org
3953 L:      dri-devel@lists.freedesktop.org
3954 F:      drivers/dma-buf/sync_*
3955 F:      drivers/dma-buf/sw_sync.c
3956 F:      include/linux/sync_file.h
3957 F:      include/uapi/linux/sync_file.h
3958 F:      Documentation/sync_file.txt
3959 T:      git git://anongit.freedesktop.org/drm/drm-misc
3960
3961 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3962 M:      Vinod Koul <vinod.koul@intel.com>
3963 L:      dmaengine@vger.kernel.org
3964 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3965 S:      Maintained
3966 F:      drivers/dma/
3967 F:      include/linux/dmaengine.h
3968 F:      Documentation/devicetree/bindings/dma/
3969 F:      Documentation/dmaengine/
3970 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3971
3972 DME1737 HARDWARE MONITOR DRIVER
3973 M:      Juerg Haefliger <juergh@gmail.com>
3974 L:      linux-hwmon@vger.kernel.org
3975 S:      Maintained
3976 F:      Documentation/hwmon/dme1737
3977 F:      drivers/hwmon/dme1737.c
3978
3979 DMI/SMBIOS SUPPORT
3980 M:      Jean Delvare <jdelvare@suse.com>
3981 S:      Maintained
3982 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3983 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3984 F:      drivers/firmware/dmi-id.c
3985 F:      drivers/firmware/dmi_scan.c
3986 F:      include/linux/dmi.h
3987
3988 DOCUMENTATION
3989 M:      Jonathan Corbet <corbet@lwn.net>
3990 L:      linux-doc@vger.kernel.org
3991 S:      Maintained
3992 F:      Documentation/
3993 F:      scripts/docproc.c
3994 F:      scripts/kernel-doc*
3995 X:      Documentation/ABI/
3996 X:      Documentation/devicetree/
3997 X:      Documentation/acpi
3998 X:      Documentation/power
3999 X:      Documentation/spi
4000 X:      Documentation/media
4001 T:      git git://git.lwn.net/linux.git docs-next
4002
4003 DOUBLETALK DRIVER
4004 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4005 L:      blinux-list@redhat.com
4006 S:      Maintained
4007 F:      drivers/char/dtlk.c
4008 F:      include/linux/dtlk.h
4009
4010 DPT_I2O SCSI RAID DRIVER
4011 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4012 L:      linux-scsi@vger.kernel.org
4013 W:      http://www.adaptec.com/
4014 S:      Maintained
4015 F:      drivers/scsi/dpt*
4016 F:      drivers/scsi/dpt/
4017
4018 DRBD DRIVER
4019 M:      Philipp Reisner <philipp.reisner@linbit.com>
4020 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4021 L:      drbd-dev@lists.linbit.com
4022 W:      http://www.drbd.org
4023 T:      git git://git.linbit.com/linux-drbd.git
4024 T:      git git://git.linbit.com/drbd-8.4.git
4025 S:      Supported
4026 F:      drivers/block/drbd/
4027 F:      lib/lru_cache.c
4028 F:      Documentation/blockdev/drbd/
4029
4030 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4031 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4033 S:      Supported
4034 F:      Documentation/kobject.txt
4035 F:      drivers/base/
4036 F:      fs/debugfs/
4037 F:      fs/kernfs/
4038 F:      fs/sysfs/
4039 F:      include/linux/debugfs.h
4040 F:      include/linux/kobj*
4041 F:      lib/kobj*
4042
4043 DRM DRIVERS
4044 M:      David Airlie <airlied@linux.ie>
4045 L:      dri-devel@lists.freedesktop.org
4046 T:      git git://people.freedesktop.org/~airlied/linux
4047 B:      https://bugs.freedesktop.org/
4048 C:      irc://chat.freenode.net/dri-devel
4049 S:      Maintained
4050 F:      drivers/gpu/drm/
4051 F:      drivers/gpu/vga/
4052 F:      Documentation/devicetree/bindings/display/
4053 F:      Documentation/devicetree/bindings/gpu/
4054 F:      Documentation/devicetree/bindings/video/
4055 F:      Documentation/gpu/
4056 F:      include/drm/
4057 F:      include/uapi/drm/
4058
4059 DRM DRIVERS AND MISC GPU PATCHES
4060 M:      Daniel Vetter <daniel.vetter@intel.com>
4061 M:      Jani Nikula <jani.nikula@linux.intel.com>
4062 M:      Sean Paul <seanpaul@chromium.org>
4063 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4064 S:      Maintained
4065 T:      git git://anongit.freedesktop.org/drm/drm-misc
4066 F:      Documentation/gpu/
4067 F:      drivers/gpu/vga/
4068 F:      drivers/gpu/drm/*
4069 F:      include/drm/drm*
4070 F:      include/uapi/drm/drm*
4071
4072 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4073 M:      Dave Airlie <airlied@redhat.com>
4074 S:      Odd Fixes
4075 F:      drivers/gpu/drm/ast/
4076
4077 DRM DRIVERS FOR BRIDGE CHIPS
4078 M:      Archit Taneja <architt@codeaurora.org>
4079 S:      Maintained
4080 T:      git git://anongit.freedesktop.org/drm/drm-misc
4081 F:      drivers/gpu/drm/bridge/
4082
4083 DRM DRIVER FOR BOCHS VIRTUAL GPU
4084 M:      Gerd Hoffmann <kraxel@redhat.com>
4085 S:      Odd Fixes
4086 F:      drivers/gpu/drm/bochs/
4087
4088 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4089 M:      Dave Airlie <airlied@redhat.com>
4090 S:      Odd Fixes
4091 F:      drivers/gpu/drm/cirrus/
4092
4093 RADEON and AMDGPU DRM DRIVERS
4094 M:      Alex Deucher <alexander.deucher@amd.com>
4095 M:      Christian König <christian.koenig@amd.com>
4096 L:      dri-devel@lists.freedesktop.org
4097 T:      git git://people.freedesktop.org/~agd5f/linux
4098 S:      Supported
4099 F:      drivers/gpu/drm/radeon/
4100 F:      include/uapi/drm/radeon_drm.h
4101 F:      drivers/gpu/drm/amd/
4102 F:      include/uapi/drm/amdgpu_drm.h
4103
4104 DRM PANEL DRIVERS
4105 M:      Thierry Reding <thierry.reding@gmail.com>
4106 L:      dri-devel@lists.freedesktop.org
4107 T:      git git://anongit.freedesktop.org/tegra/linux.git
4108 S:      Maintained
4109 F:      drivers/gpu/drm/drm_panel.c
4110 F:      drivers/gpu/drm/panel/
4111 F:      include/drm/drm_panel.h
4112 F:      Documentation/devicetree/bindings/display/panel/
4113
4114 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4115 M:      Daniel Vetter <daniel.vetter@intel.com>
4116 M:      Jani Nikula <jani.nikula@linux.intel.com>
4117 L:      intel-gfx@lists.freedesktop.org
4118 W:      https://01.org/linuxgraphics/
4119 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4120 C:      irc://chat.freenode.net/intel-gfx
4121 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4122 T:      git git://anongit.freedesktop.org/drm-intel
4123 S:      Supported
4124 F:      drivers/gpu/drm/i915/
4125 F:      include/drm/i915*
4126 F:      include/uapi/drm/i915_drm.h
4127 F:      Documentation/gpu/i915.rst
4128
4129 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4130 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4131 M:      Zhi Wang <zhi.a.wang@intel.com>
4132 L:      igvt-g-dev@lists.01.org
4133 L:      intel-gfx@lists.freedesktop.org
4134 W:      https://01.org/igvt-g
4135 T:      git https://github.com/01org/gvt-linux.git
4136 S:      Supported
4137 F:      drivers/gpu/drm/i915/gvt/
4138
4139 DRM DRIVERS FOR ATMEL HLCDC
4140 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4141 L:      dri-devel@lists.freedesktop.org
4142 S:      Supported
4143 F:      drivers/gpu/drm/atmel-hlcdc/
4144 F:      Documentation/devicetree/bindings/drm/atmel/
4145
4146 DRM DRIVERS FOR ALLWINNER A10
4147 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4148 L:      dri-devel@lists.freedesktop.org
4149 S:      Supported
4150 F:      drivers/gpu/drm/sun4i/
4151 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4152
4153 DRM DRIVERS FOR AMLOGIC SOCS
4154 M:      Neil Armstrong <narmstrong@baylibre.com>
4155 L:      dri-devel@lists.freedesktop.org
4156 L:      linux-amlogic@lists.infradead.org
4157 W:      http://linux-meson.com/
4158 S:      Supported
4159 F:      drivers/gpu/drm/meson/
4160 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4161
4162 DRM DRIVERS FOR EXYNOS
4163 M:      Inki Dae <inki.dae@samsung.com>
4164 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4165 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4166 M:      Kyungmin Park <kyungmin.park@samsung.com>
4167 L:      dri-devel@lists.freedesktop.org
4168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4169 S:      Supported
4170 F:      drivers/gpu/drm/exynos/
4171 F:      include/uapi/drm/exynos_drm.h
4172 F:      Documentation/devicetree/bindings/display/exynos/
4173
4174 DRM DRIVERS FOR FREESCALE DCU
4175 M:      Stefan Agner <stefan@agner.ch>
4176 M:      Alison Wang <alison.wang@freescale.com>
4177 L:      dri-devel@lists.freedesktop.org
4178 S:      Supported
4179 F:      drivers/gpu/drm/fsl-dcu/
4180 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4181 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4182 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4183
4184 DRM DRIVERS FOR FREESCALE IMX
4185 M:      Philipp Zabel <p.zabel@pengutronix.de>
4186 L:      dri-devel@lists.freedesktop.org
4187 S:      Maintained
4188 F:      drivers/gpu/drm/imx/
4189 F:      drivers/gpu/ipu-v3/
4190 F:      Documentation/devicetree/bindings/display/imx/
4191
4192 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4193 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4194 L:      dri-devel@lists.freedesktop.org
4195 T:      git git://github.com/patjak/drm-gma500
4196 S:      Maintained
4197 F:      drivers/gpu/drm/gma500/
4198
4199 DRM DRIVERS FOR HISILICON
4200 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4201 M:      Rongrong Zou <zourongrong@gmail.com>
4202 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4203 R:      Chen Feng <puck.chen@hisilicon.com>
4204 L:      dri-devel@lists.freedesktop.org
4205 T:      git git://github.com/xin3liang/linux.git
4206 S:      Maintained
4207 F:      drivers/gpu/drm/hisilicon/
4208 F:      Documentation/devicetree/bindings/display/hisilicon/
4209
4210 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4211 S:      Orphan / Obsolete
4212 F:      drivers/gpu/drm/i810/
4213 F:      include/uapi/drm/i810_drm.h
4214
4215 DRM DRIVERS FOR MEDIATEK
4216 M:      CK Hu <ck.hu@mediatek.com>
4217 M:      Philipp Zabel <p.zabel@pengutronix.de>
4218 L:      dri-devel@lists.freedesktop.org
4219 S:      Supported
4220 F:      drivers/gpu/drm/mediatek/
4221 F:      Documentation/devicetree/bindings/display/mediatek/
4222
4223 DRM DRIVER FOR MSM ADRENO GPU
4224 M:      Rob Clark <robdclark@gmail.com>
4225 L:      linux-arm-msm@vger.kernel.org
4226 L:      dri-devel@lists.freedesktop.org
4227 L:      freedreno@lists.freedesktop.org
4228 T:      git git://people.freedesktop.org/~robclark/linux
4229 S:      Maintained
4230 F:      drivers/gpu/drm/msm/
4231 F:      include/uapi/drm/msm_drm.h
4232 F:      Documentation/devicetree/bindings/display/msm/
4233
4234 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4235 M:      Ben Skeggs <bskeggs@redhat.com>
4236 L:      dri-devel@lists.freedesktop.org
4237 L:      nouveau@lists.freedesktop.org
4238 T:      git git://github.com/skeggsb/linux
4239 S:      Supported
4240 F:      drivers/gpu/drm/nouveau/
4241 F:      include/uapi/drm/nouveau_drm.h
4242
4243 DRM DRIVERS FOR NVIDIA TEGRA
4244 M:      Thierry Reding <thierry.reding@gmail.com>
4245 L:      dri-devel@lists.freedesktop.org
4246 L:      linux-tegra@vger.kernel.org
4247 T:      git git://anongit.freedesktop.org/tegra/linux.git
4248 S:      Supported
4249 F:      drivers/gpu/drm/tegra/
4250 F:      drivers/gpu/host1x/
4251 F:      include/linux/host1x.h
4252 F:      include/uapi/drm/tegra_drm.h
4253 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4254
4255 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4256 S:      Orphan / Obsolete
4257 F:      drivers/gpu/drm/mga/
4258 F:      include/uapi/drm/mga_drm.h
4259
4260 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4261 M:      Dave Airlie <airlied@redhat.com>
4262 S:      Odd Fixes
4263 F:      drivers/gpu/drm/mgag200/
4264
4265 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4266 S:      Orphan / Obsolete
4267 F:      drivers/gpu/drm/r128/
4268 F:      include/uapi/drm/r128_drm.h
4269
4270 DRM DRIVERS FOR RENESAS
4271 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4272 L:      dri-devel@lists.freedesktop.org
4273 L:      linux-renesas-soc@vger.kernel.org
4274 T:      git git://linuxtv.org/pinchartl/fbdev
4275 S:      Supported
4276 F:      drivers/gpu/drm/rcar-du/
4277 F:      drivers/gpu/drm/shmobile/
4278 F:      include/linux/platform_data/shmob_drm.h
4279 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4280
4281 DRM DRIVER FOR QXL VIRTUAL GPU
4282 M:      Dave Airlie <airlied@redhat.com>
4283 S:      Odd Fixes
4284 F:      drivers/gpu/drm/qxl/
4285 F:      include/uapi/drm/qxl_drm.h
4286
4287 DRM DRIVERS FOR ROCKCHIP
4288 M:      Mark Yao <mark.yao@rock-chips.com>
4289 L:      dri-devel@lists.freedesktop.org
4290 S:      Maintained
4291 F:      drivers/gpu/drm/rockchip/
4292 F:      Documentation/devicetree/bindings/display/rockchip/
4293
4294 DRM DRIVER FOR SAVAGE VIDEO CARDS
4295 S:      Orphan / Obsolete
4296 F:      drivers/gpu/drm/savage/
4297 F:      include/uapi/drm/savage_drm.h
4298
4299 DRM DRIVER FOR SIS VIDEO CARDS
4300 S:      Orphan / Obsolete
4301 F:      drivers/gpu/drm/sis/
4302 F:      include/uapi/drm/sis_drm.h
4303
4304 DRM DRIVERS FOR STI
4305 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4306 M:      Vincent Abriou <vincent.abriou@st.com>
4307 L:      dri-devel@lists.freedesktop.org
4308 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4309 S:      Maintained
4310 F:      drivers/gpu/drm/sti
4311 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4312
4313 DRM DRIVER FOR TDFX VIDEO CARDS
4314 S:      Orphan / Obsolete
4315 F:      drivers/gpu/drm/tdfx/
4316
4317 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4318 M:      Dave Airlie <airlied@redhat.com>
4319 S:      Odd Fixes
4320 F:      drivers/gpu/drm/udl/
4321
4322 DRM DRIVERS FOR VIVANTE GPU IP
4323 M:      Lucas Stach <l.stach@pengutronix.de>
4324 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4325 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4326 L:      etnaviv@lists.freedesktop.org
4327 L:      dri-devel@lists.freedesktop.org
4328 S:      Maintained
4329 F:      drivers/gpu/drm/etnaviv/
4330 F:      include/uapi/drm/etnaviv_drm.h
4331 F:      Documentation/devicetree/bindings/display/etnaviv/
4332
4333 DRM DRIVER FOR VMWARE VIRTUAL GPU
4334 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4335 M:      Sinclair Yeh <syeh@vmware.com>
4336 M:      Thomas Hellstrom <thellstrom@vmware.com>
4337 L:      dri-devel@lists.freedesktop.org
4338 T:      git git://people.freedesktop.org/~syeh/repos_linux
4339 T:      git git://people.freedesktop.org/~thomash/linux
4340 S:      Supported
4341 F:      drivers/gpu/drm/vmwgfx/
4342 F:      include/uapi/drm/vmwgfx_drm.h
4343
4344 DRM DRIVERS FOR VC4
4345 M:      Eric Anholt <eric@anholt.net>
4346 T:      git git://github.com/anholt/linux
4347 S:      Supported
4348 F:      drivers/gpu/drm/vc4/
4349 F:      include/uapi/drm/vc4_drm.h
4350 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4351
4352 DRM DRIVERS FOR TI OMAP
4353 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4354 L:      dri-devel@lists.freedesktop.org
4355 S:      Maintained
4356 F:      drivers/gpu/drm/omapdrm/
4357 F:      Documentation/devicetree/bindings/display/ti/
4358
4359 DRM DRIVERS FOR TI LCDC
4360 M:      Jyri Sarha <jsarha@ti.com>
4361 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4362 L:      dri-devel@lists.freedesktop.org
4363 S:      Maintained
4364 F:      drivers/gpu/drm/tilcdc/
4365 F:      Documentation/devicetree/bindings/display/tilcdc/
4366
4367 DRM DRIVERS FOR ZTE ZX
4368 M:      Shawn Guo <shawnguo@kernel.org>
4369 L:      dri-devel@lists.freedesktop.org
4370 S:      Maintained
4371 F:      drivers/gpu/drm/zte/
4372 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4373
4374 DSBR100 USB FM RADIO DRIVER
4375 M:      Alexey Klimov <klimov.linux@gmail.com>
4376 L:      linux-media@vger.kernel.org
4377 T:      git git://linuxtv.org/media_tree.git
4378 S:      Maintained
4379 F:      drivers/media/radio/dsbr100.c
4380
4381 DSCC4 DRIVER
4382 M:      Francois Romieu <romieu@fr.zoreil.com>
4383 L:      netdev@vger.kernel.org
4384 S:      Maintained
4385 F:      drivers/net/wan/dscc4.c
4386
4387 DT3155 MEDIA DRIVER
4388 M:      Hans Verkuil <hverkuil@xs4all.nl>
4389 L:      linux-media@vger.kernel.org
4390 T:      git git://linuxtv.org/media_tree.git
4391 W:      https://linuxtv.org
4392 S:      Odd Fixes
4393 F:      drivers/media/pci/dt3155/
4394
4395 DVB_USB_AF9015 MEDIA DRIVER
4396 M:      Antti Palosaari <crope@iki.fi>
4397 L:      linux-media@vger.kernel.org
4398 W:      https://linuxtv.org
4399 W:      http://palosaari.fi/linux/
4400 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4401 T:      git git://linuxtv.org/anttip/media_tree.git
4402 S:      Maintained
4403 F:      drivers/media/usb/dvb-usb-v2/af9015*
4404
4405 DVB_USB_AF9035 MEDIA DRIVER
4406 M:      Antti Palosaari <crope@iki.fi>
4407 L:      linux-media@vger.kernel.org
4408 W:      https://linuxtv.org
4409 W:      http://palosaari.fi/linux/
4410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4411 T:      git git://linuxtv.org/anttip/media_tree.git
4412 S:      Maintained
4413 F:      drivers/media/usb/dvb-usb-v2/af9035*
4414
4415 DVB_USB_ANYSEE MEDIA DRIVER
4416 M:      Antti Palosaari <crope@iki.fi>
4417 L:      linux-media@vger.kernel.org
4418 W:      https://linuxtv.org
4419 W:      http://palosaari.fi/linux/
4420 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4421 T:      git git://linuxtv.org/anttip/media_tree.git
4422 S:      Maintained
4423 F:      drivers/media/usb/dvb-usb-v2/anysee*
4424
4425 DVB_USB_AU6610 MEDIA DRIVER
4426 M:      Antti Palosaari <crope@iki.fi>
4427 L:      linux-media@vger.kernel.org
4428 W:      https://linuxtv.org
4429 W:      http://palosaari.fi/linux/
4430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4431 T:      git git://linuxtv.org/anttip/media_tree.git
4432 S:      Maintained
4433 F:      drivers/media/usb/dvb-usb-v2/au6610*
4434
4435 DVB_USB_CE6230 MEDIA DRIVER
4436 M:      Antti Palosaari <crope@iki.fi>
4437 L:      linux-media@vger.kernel.org
4438 W:      https://linuxtv.org
4439 W:      http://palosaari.fi/linux/
4440 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4441 T:      git git://linuxtv.org/anttip/media_tree.git
4442 S:      Maintained
4443 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4444
4445 DVB_USB_CXUSB MEDIA DRIVER
4446 M:      Michael Krufky <mkrufky@linuxtv.org>
4447 L:      linux-media@vger.kernel.org
4448 W:      https://linuxtv.org
4449 W:      http://github.com/mkrufky
4450 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4451 T:      git git://linuxtv.org/media_tree.git
4452 S:      Maintained
4453 F:      drivers/media/usb/dvb-usb/cxusb*
4454
4455 DVB_USB_EC168 MEDIA DRIVER
4456 M:      Antti Palosaari <crope@iki.fi>
4457 L:      linux-media@vger.kernel.org
4458 W:      https://linuxtv.org
4459 W:      http://palosaari.fi/linux/
4460 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4461 T:      git git://linuxtv.org/anttip/media_tree.git
4462 S:      Maintained
4463 F:      drivers/media/usb/dvb-usb-v2/ec168*
4464
4465 DVB_USB_GL861 MEDIA DRIVER
4466 M:      Antti Palosaari <crope@iki.fi>
4467 L:      linux-media@vger.kernel.org
4468 W:      https://linuxtv.org
4469 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4470 T:      git git://linuxtv.org/anttip/media_tree.git
4471 S:      Maintained
4472 F:      drivers/media/usb/dvb-usb-v2/gl861*
4473
4474 DVB_USB_MXL111SF MEDIA DRIVER
4475 M:      Michael Krufky <mkrufky@linuxtv.org>
4476 L:      linux-media@vger.kernel.org
4477 W:      https://linuxtv.org
4478 W:      http://github.com/mkrufky
4479 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4480 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4481 S:      Maintained
4482 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4483
4484 DVB_USB_RTL28XXU MEDIA DRIVER
4485 M:      Antti Palosaari <crope@iki.fi>
4486 L:      linux-media@vger.kernel.org
4487 W:      https://linuxtv.org
4488 W:      http://palosaari.fi/linux/
4489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4490 T:      git git://linuxtv.org/anttip/media_tree.git
4491 S:      Maintained
4492 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4493
4494 DVB_USB_V2 MEDIA DRIVER
4495 M:      Antti Palosaari <crope@iki.fi>
4496 L:      linux-media@vger.kernel.org
4497 W:      https://linuxtv.org
4498 W:      http://palosaari.fi/linux/
4499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4500 T:      git git://linuxtv.org/anttip/media_tree.git
4501 S:      Maintained
4502 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4503 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4504
4505 DYNAMIC DEBUG
4506 M:      Jason Baron <jbaron@akamai.com>
4507 S:      Maintained
4508 F:      lib/dynamic_debug.c
4509 F:      include/linux/dynamic_debug.h
4510
4511 DZ DECSTATION DZ11 SERIAL DRIVER
4512 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4513 S:      Maintained
4514 F:      drivers/tty/serial/dz.*
4515
4516 E3X0 POWER BUTTON DRIVER
4517 M:      Moritz Fischer <moritz.fischer@ettus.com>
4518 L:      usrp-users@lists.ettus.com
4519 W:      http://www.ettus.com
4520 S:      Supported
4521 F:      drivers/input/misc/e3x0-button.c
4522 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4523
4524 E4000 MEDIA DRIVER
4525 M:      Antti Palosaari <crope@iki.fi>
4526 L:      linux-media@vger.kernel.org
4527 W:      https://linuxtv.org
4528 W:      http://palosaari.fi/linux/
4529 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4530 T:      git git://linuxtv.org/anttip/media_tree.git
4531 S:      Maintained
4532 F:      drivers/media/tuners/e4000*
4533
4534 EATA ISA/EISA/PCI SCSI DRIVER
4535 M:      Dario Ballabio <ballabio_dario@emc.com>
4536 L:      linux-scsi@vger.kernel.org
4537 S:      Maintained
4538 F:      drivers/scsi/eata.c
4539
4540 EC100 MEDIA DRIVER
4541 M:      Antti Palosaari <crope@iki.fi>
4542 L:      linux-media@vger.kernel.org
4543 W:      https://linuxtv.org
4544 W:      http://palosaari.fi/linux/
4545 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4546 T:      git git://linuxtv.org/anttip/media_tree.git
4547 S:      Maintained
4548 F:      drivers/media/dvb-frontends/ec100*
4549
4550 ECRYPT FILE SYSTEM
4551 M:      Tyler Hicks <tyhicks@canonical.com>
4552 L:      ecryptfs@vger.kernel.org
4553 W:      http://ecryptfs.org
4554 W:      https://launchpad.net/ecryptfs
4555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4556 S:      Supported
4557 F:      Documentation/filesystems/ecryptfs.txt
4558 F:      fs/ecryptfs/
4559
4560 EDAC-CORE
4561 M:      Borislav Petkov <bp@alien8.de>
4562 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4563 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4564 L:      linux-edac@vger.kernel.org
4565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4567 S:      Supported
4568 F:      Documentation/edac.txt
4569 F:      drivers/edac/
4570 F:      include/linux/edac.h
4571
4572 EDAC-AMD64
4573 M:      Borislav Petkov <bp@alien8.de>
4574 L:      linux-edac@vger.kernel.org
4575 S:      Maintained
4576 F:      drivers/edac/amd64_edac*
4577
4578 EDAC-CALXEDA
4579 M:      Robert Richter <rric@kernel.org>
4580 L:      linux-edac@vger.kernel.org
4581 S:      Maintained
4582 F:      drivers/edac/highbank*
4583
4584 EDAC-CAVIUM
4585 M:      Ralf Baechle <ralf@linux-mips.org>
4586 M:      David Daney <david.daney@cavium.com>
4587 L:      linux-edac@vger.kernel.org
4588 L:      linux-mips@linux-mips.org
4589 S:      Supported
4590 F:      drivers/edac/octeon_edac*
4591
4592 EDAC-E752X
4593 M:      Mark Gross <mark.gross@intel.com>
4594 L:      linux-edac@vger.kernel.org
4595 S:      Maintained
4596 F:      drivers/edac/e752x_edac.c
4597
4598 EDAC-E7XXX
4599 L:      linux-edac@vger.kernel.org
4600 S:      Maintained
4601 F:      drivers/edac/e7xxx_edac.c
4602
4603 EDAC-FSL_DDR
4604 M:      York Sun <york.sun@nxp.com>
4605 L:      linux-edac@vger.kernel.org
4606 S:      Maintained
4607 F:      drivers/edac/fsl_ddr_edac.*
4608
4609 EDAC-GHES
4610 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4611 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4612 L:      linux-edac@vger.kernel.org
4613 S:      Maintained
4614 F:      drivers/edac/ghes_edac.c
4615
4616 EDAC-I82443BXGX
4617 M:      Tim Small <tim@buttersideup.com>
4618 L:      linux-edac@vger.kernel.org
4619 S:      Maintained
4620 F:      drivers/edac/i82443bxgx_edac.c
4621
4622 EDAC-I3000
4623 L:      linux-edac@vger.kernel.org
4624 S:      Orphan
4625 F:      drivers/edac/i3000_edac.c
4626
4627 EDAC-I5000
4628 L:      linux-edac@vger.kernel.org
4629 S:      Maintained
4630 F:      drivers/edac/i5000_edac.c
4631
4632 EDAC-I5400
4633 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4634 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4635 L:      linux-edac@vger.kernel.org
4636 S:      Maintained
4637 F:      drivers/edac/i5400_edac.c
4638
4639 EDAC-I7300
4640 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4641 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4642 L:      linux-edac@vger.kernel.org
4643 S:      Maintained
4644 F:      drivers/edac/i7300_edac.c
4645
4646 EDAC-I7CORE
4647 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4648 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4649 L:      linux-edac@vger.kernel.org
4650 S:      Maintained
4651 F:      drivers/edac/i7core_edac.c
4652
4653 EDAC-I82975X
4654 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4655 M:      "Arvind R." <arvino55@gmail.com>
4656 L:      linux-edac@vger.kernel.org
4657 S:      Maintained
4658 F:      drivers/edac/i82975x_edac.c
4659
4660 EDAC-IE31200
4661 M:      Jason Baron <jbaron@akamai.com>
4662 L:      linux-edac@vger.kernel.org
4663 S:      Maintained
4664 F:      drivers/edac/ie31200_edac.c
4665
4666 EDAC-MPC85XX
4667 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4668 L:      linux-edac@vger.kernel.org
4669 S:      Maintained
4670 F:      drivers/edac/mpc85xx_edac.[ch]
4671
4672 EDAC-PASEMI
4673 M:      Egor Martovetsky <egor@pasemi.com>
4674 L:      linux-edac@vger.kernel.org
4675 S:      Maintained
4676 F:      drivers/edac/pasemi_edac.c
4677
4678 EDAC-R82600
4679 M:      Tim Small <tim@buttersideup.com>
4680 L:      linux-edac@vger.kernel.org
4681 S:      Maintained
4682 F:      drivers/edac/r82600_edac.c
4683
4684 EDAC-SBRIDGE
4685 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4686 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4687 L:      linux-edac@vger.kernel.org
4688 S:      Maintained
4689 F:      drivers/edac/sb_edac.c
4690
4691 EDAC-SKYLAKE
4692 M:      Tony Luck <tony.luck@intel.com>
4693 L:      linux-edac@vger.kernel.org
4694 S:      Maintained
4695 F:      drivers/edac/skx_edac.c
4696
4697 EDAC-XGENE
4698 APPLIED MICRO (APM) X-GENE SOC EDAC
4699 M:     Loc Ho <lho@apm.com>
4700 S:     Supported
4701 F:     drivers/edac/xgene_edac.c
4702 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4703
4704 EDIROL UA-101/UA-1000 DRIVER
4705 M:      Clemens Ladisch <clemens@ladisch.de>
4706 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4707 T:      git git://git.alsa-project.org/alsa-kernel.git
4708 S:      Maintained
4709 F:      sound/usb/misc/ua101.c
4710
4711 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4712 M:      Matt Fleming <matt@codeblueprint.co.uk>
4713 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4714 L:      linux-efi@vger.kernel.org
4715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4716 S:      Maintained
4717 F:      Documentation/efi-stub.txt
4718 F:      arch/*/kernel/efi.c
4719 F:      arch/x86/boot/compressed/eboot.[ch]
4720 F:      arch/*/include/asm/efi.h
4721 F:      arch/x86/platform/efi/
4722 F:      drivers/firmware/efi/
4723 F:      include/linux/efi*.h
4724 F:      arch/arm/boot/compressed/efi-header.S
4725 F:      arch/arm64/kernel/efi-entry.S
4726
4727 EFI VARIABLE FILESYSTEM
4728 M:      Matthew Garrett <matthew.garrett@nebula.com>
4729 M:      Jeremy Kerr <jk@ozlabs.org>
4730 M:      Matt Fleming <matt@codeblueprint.co.uk>
4731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4732 L:      linux-efi@vger.kernel.org
4733 S:      Maintained
4734 F:      fs/efivarfs/
4735
4736 EFIFB FRAMEBUFFER DRIVER
4737 L:      linux-fbdev@vger.kernel.org
4738 M:      Peter Jones <pjones@redhat.com>
4739 S:      Maintained
4740 F:      drivers/video/fbdev/efifb.c
4741
4742 EFI TEST DRIVER
4743 L:      linux-efi@vger.kernel.org
4744 M:      Ivan Hu <ivan.hu@canonical.com>
4745 M:      Matt Fleming <matt@codeblueprint.co.uk>
4746 S:      Maintained
4747 F:      drivers/firmware/efi/test/
4748
4749 EFS FILESYSTEM
4750 W:      http://aeschi.ch.eu.org/efs/
4751 S:      Orphan
4752 F:      fs/efs/
4753
4754 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4755 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4756 L:      netdev@vger.kernel.org
4757 S:      Maintained
4758 F:      drivers/net/ethernet/ibm/ehea/
4759
4760 EM28XX VIDEO4LINUX DRIVER
4761 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4762 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4763 L:      linux-media@vger.kernel.org
4764 W:      https://linuxtv.org
4765 T:      git git://linuxtv.org/media_tree.git
4766 S:      Maintained
4767 F:      drivers/media/usb/em28xx/
4768 F:      Documentation/media/v4l-drivers/em28xx*
4769
4770 EMBEDDED LINUX
4771 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4772 M:      Matt Mackall <mpm@selenic.com>
4773 M:      David Woodhouse <dwmw2@infradead.org>
4774 L:      linux-embedded@vger.kernel.org
4775 S:      Maintained
4776
4777 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4778 M:      James Smart <james.smart@avagotech.com>
4779 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4780 L:      linux-scsi@vger.kernel.org
4781 W:      http://www.avagotech.com
4782 S:      Supported
4783 F:      drivers/scsi/lpfc/
4784
4785 ENE CB710 FLASH CARD READER DRIVER
4786 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4787 S:      Maintained
4788 F:      drivers/misc/cb710/
4789 F:      drivers/mmc/host/cb710-mmc.*
4790 F:      include/linux/cb710.h
4791
4792 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4793 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4794 S:      Maintained
4795 F:      drivers/media/rc/ene_ir.*
4796
4797 EPSON S1D13XXX FRAMEBUFFER DRIVER
4798 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4799 S:      Maintained
4800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4801 F:      drivers/video/fbdev/s1d13xxxfb.c
4802 F:      include/video/s1d13xxxfb.h
4803
4804 ET131X NETWORK DRIVER
4805 M:      Mark Einon <mark.einon@gmail.com>
4806 S:      Odd Fixes
4807 F:      drivers/net/ethernet/agere/
4808
4809 ETHERNET BRIDGE
4810 M:      Stephen Hemminger <stephen@networkplumber.org>
4811 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4812 L:      netdev@vger.kernel.org
4813 W:      http://www.linuxfoundation.org/en/Net:Bridge
4814 S:      Maintained
4815 F:      include/linux/netfilter_bridge/
4816 F:      net/bridge/
4817
4818 ETHERNET PHY LIBRARY
4819 M:      Florian Fainelli <f.fainelli@gmail.com>
4820 L:      netdev@vger.kernel.org
4821 S:      Maintained
4822 F:      include/linux/phy.h
4823 F:      include/linux/phy_fixed.h
4824 F:      drivers/net/phy/
4825 F:      Documentation/networking/phy.txt
4826 F:      drivers/of/of_mdio.c
4827 F:      drivers/of/of_net.c
4828
4829 EXT2 FILE SYSTEM
4830 M:      Jan Kara <jack@suse.com>
4831 L:      linux-ext4@vger.kernel.org
4832 S:      Maintained
4833 F:      Documentation/filesystems/ext2.txt
4834 F:      fs/ext2/
4835 F:      include/linux/ext2*
4836
4837 EXT4 FILE SYSTEM
4838 M:      "Theodore Ts'o" <tytso@mit.edu>
4839 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4840 L:      linux-ext4@vger.kernel.org
4841 W:      http://ext4.wiki.kernel.org
4842 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4844 S:      Maintained
4845 F:      Documentation/filesystems/ext4.txt
4846 F:      fs/ext4/
4847
4848 Extended Verification Module (EVM)
4849 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4850 L:      linux-ima-devel@lists.sourceforge.net
4851 L:      linux-security-module@vger.kernel.org
4852 S:      Supported
4853 F:      security/integrity/evm/
4854
4855 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4856 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4857 M:      Chanwoo Choi <cw00.choi@samsung.com>
4858 L:      linux-kernel@vger.kernel.org
4859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4860 S:      Maintained
4861 F:      drivers/extcon/
4862 F:      include/linux/extcon/
4863 F:      include/linux/extcon.h
4864 F:      Documentation/extcon/
4865 F:      Documentation/devicetree/bindings/extcon/
4866
4867 EXYNOS DP DRIVER
4868 M:      Jingoo Han <jingoohan1@gmail.com>
4869 L:      dri-devel@lists.freedesktop.org
4870 S:      Maintained
4871 F:      drivers/gpu/drm/exynos/exynos_dp*
4872
4873 EXYNOS SYSMMU (IOMMU) driver
4874 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4875 L:      iommu@lists.linux-foundation.org
4876 S:      Maintained
4877 F:      drivers/iommu/exynos-iommu.c
4878
4879 EZchip NPS platform support
4880 M:      Noam Camus <noamc@ezchip.com>
4881 S:      Supported
4882 F:      arch/arc/plat-eznps
4883 F:      arch/arc/boot/dts/eznps.dts
4884
4885 F71805F HARDWARE MONITORING DRIVER
4886 M:      Jean Delvare <jdelvare@suse.com>
4887 L:      linux-hwmon@vger.kernel.org
4888 S:      Maintained
4889 F:      Documentation/hwmon/f71805f
4890 F:      drivers/hwmon/f71805f.c
4891
4892 FC0011 TUNER DRIVER
4893 M:      Michael Buesch <m@bues.ch>
4894 L:      linux-media@vger.kernel.org
4895 S:      Maintained
4896 F:      drivers/media/tuners/fc0011.h
4897 F:      drivers/media/tuners/fc0011.c
4898
4899 FC2580 MEDIA DRIVER
4900 M:      Antti Palosaari <crope@iki.fi>
4901 L:      linux-media@vger.kernel.org
4902 W:      https://linuxtv.org
4903 W:      http://palosaari.fi/linux/
4904 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4905 T:      git git://linuxtv.org/anttip/media_tree.git
4906 S:      Maintained
4907 F:      drivers/media/tuners/fc2580*
4908
4909 FANOTIFY
4910 M:      Eric Paris <eparis@redhat.com>
4911 S:      Maintained
4912 F:      fs/notify/fanotify/
4913 F:      include/linux/fanotify.h
4914 F:      include/uapi/linux/fanotify.h
4915
4916 FARSYNC SYNCHRONOUS DRIVER
4917 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4918 W:      http://www.farsite.co.uk/
4919 S:      Supported
4920 F:      drivers/net/wan/farsync.*
4921
4922 FAULT INJECTION SUPPORT
4923 M:      Akinobu Mita <akinobu.mita@gmail.com>
4924 S:      Supported
4925 F:      Documentation/fault-injection/
4926 F:      lib/fault-inject.c
4927
4928 FBTFT Framebuffer drivers
4929 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4930 M:      Noralf Trønnes <noralf@tronnes.org>
4931 S:      Maintained
4932 F:      drivers/staging/fbtft/
4933
4934 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4935 M:      Johannes Thumshirn <jth@kernel.org>
4936 L:      fcoe-devel@open-fcoe.org
4937 W:      www.Open-FCoE.org
4938 S:      Supported
4939 F:      drivers/scsi/libfc/
4940 F:      drivers/scsi/fcoe/
4941 F:      include/scsi/fc/
4942 F:      include/scsi/libfc.h
4943 F:      include/scsi/libfcoe.h
4944 F:      include/uapi/scsi/fc/
4945
4946 FILE LOCKING (flock() and fcntl()/lockf())
4947 M:      Jeff Layton <jlayton@poochiereds.net>
4948 M:      "J. Bruce Fields" <bfields@fieldses.org>
4949 L:      linux-fsdevel@vger.kernel.org
4950 S:      Maintained
4951 F:      include/linux/fcntl.h
4952 F:      include/linux/fs.h
4953 F:      include/uapi/linux/fcntl.h
4954 F:      include/uapi/linux/fs.h
4955 F:      fs/fcntl.c
4956 F:      fs/locks.c
4957
4958 FILESYSTEMS (VFS and infrastructure)
4959 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4960 L:      linux-fsdevel@vger.kernel.org
4961 S:      Maintained
4962 F:      fs/*
4963
4964 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4965 M:      Riku Voipio <riku.voipio@iki.fi>
4966 L:      linux-hwmon@vger.kernel.org
4967 S:      Maintained
4968 F:      drivers/hwmon/f75375s.c
4969 F:      include/linux/f75375s.h
4970
4971 FIREWIRE AUDIO DRIVERS
4972 M:      Clemens Ladisch <clemens@ladisch.de>
4973 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4974 T:      git git://git.alsa-project.org/alsa-kernel.git
4975 S:      Maintained
4976 F:      sound/firewire/
4977
4978 FIREWIRE MEDIA DRIVERS (firedtv)
4979 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4980 L:      linux-media@vger.kernel.org
4981 L:      linux1394-devel@lists.sourceforge.net
4982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4983 S:      Maintained
4984 F:      drivers/media/firewire/
4985
4986 FIREWIRE SBP-2 TARGET
4987 M:      Chris Boot <bootc@bootc.net>
4988 L:      linux-scsi@vger.kernel.org
4989 L:      target-devel@vger.kernel.org
4990 L:      linux1394-devel@lists.sourceforge.net
4991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4992 S:      Maintained
4993 F:      drivers/target/sbp/
4994
4995 FIREWIRE SUBSYSTEM
4996 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4997 L:      linux1394-devel@lists.sourceforge.net
4998 W:      http://ieee1394.wiki.kernel.org/
4999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5000 S:      Maintained
5001 F:      drivers/firewire/
5002 F:      include/linux/firewire.h
5003 F:      include/uapi/linux/firewire*.h
5004 F:      tools/firewire/
5005
5006 FIRMWARE LOADER (request_firmware)
5007 M:      Ming Lei <ming.lei@canonical.com>
5008 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5009 L:      linux-kernel@vger.kernel.org
5010 S:      Maintained
5011 F:      Documentation/firmware_class/
5012 F:      drivers/base/firmware*.c
5013 F:      include/linux/firmware.h
5014
5015 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5016 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5017 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5018 S:      Maintained
5019 F:      drivers/block/rsxx/
5020
5021 FLOPPY DRIVER
5022 M:      Jiri Kosina <jikos@kernel.org>
5023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5024 S:      Odd fixes
5025 F:      drivers/block/floppy.c
5026
5027 FMC SUBSYSTEM
5028 M:      Alessandro Rubini <rubini@gnudd.com>
5029 W:      http://www.ohwr.org/projects/fmc-bus
5030 S:      Supported
5031 F:      drivers/fmc/
5032 F:      include/linux/fmc*.h
5033 F:      include/linux/ipmi-fru.h
5034 K:      fmc_d.*register
5035
5036 FPGA MANAGER FRAMEWORK
5037 M:      Alan Tull <atull@opensource.altera.com>
5038 R:      Moritz Fischer <moritz.fischer@ettus.com>
5039 S:      Maintained
5040 F:      drivers/fpga/
5041 F:      include/linux/fpga/fpga-mgr.h
5042 W:      http://www.rocketboards.org
5043
5044 FPU EMULATOR
5045 M:      Bill Metzenthen <billm@melbpc.org.au>
5046 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5047 S:      Maintained
5048 F:      arch/x86/math-emu/
5049
5050 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5051 L:      netdev@vger.kernel.org
5052 S:      Orphan
5053 F:      drivers/net/wan/dlci.c
5054 F:      drivers/net/wan/sdla.c
5055
5056 FRAMEBUFFER LAYER
5057 L:      linux-fbdev@vger.kernel.org
5058 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5059 S:      Orphan
5060 F:      Documentation/fb/
5061 F:      drivers/video/
5062 F:      include/video/
5063 F:      include/linux/fb.h
5064 F:      include/uapi/video/
5065 F:      include/uapi/linux/fb.h
5066
5067 FREESCALE DIU FRAMEBUFFER DRIVER
5068 M:      Timur Tabi <timur@tabi.org>
5069 L:      linux-fbdev@vger.kernel.org
5070 S:      Maintained
5071 F:      drivers/video/fbdev/fsl-diu-fb.*
5072
5073 FREESCALE DMA DRIVER
5074 M:      Li Yang <leoli@freescale.com>
5075 M:      Zhang Wei <zw@zh-kernel.org>
5076 L:      linuxppc-dev@lists.ozlabs.org
5077 S:      Maintained
5078 F:      drivers/dma/fsldma.*
5079
5080 FREESCALE GPMI NAND DRIVER
5081 M:      Han Xu <han.xu@nxp.com>
5082 L:      linux-mtd@lists.infradead.org
5083 S:      Maintained
5084 F:      drivers/mtd/nand/gpmi-nand/*
5085
5086 FREESCALE I2C CPM DRIVER
5087 M:      Jochen Friedrich <jochen@scram.de>
5088 L:      linuxppc-dev@lists.ozlabs.org
5089 L:      linux-i2c@vger.kernel.org
5090 S:      Maintained
5091 F:      drivers/i2c/busses/i2c-cpm.c
5092
5093 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5094 M:      Sascha Hauer <kernel@pengutronix.de>
5095 L:      linux-fbdev@vger.kernel.org
5096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5097 S:      Maintained
5098 F:      include/linux/platform_data/video-imxfb.h
5099 F:      drivers/video/fbdev/imxfb.c
5100
5101 FREESCALE QUAD SPI DRIVER
5102 M:      Han Xu <han.xu@nxp.com>
5103 L:      linux-mtd@lists.infradead.org
5104 S:      Maintained
5105 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5106
5107 FREESCALE SOC FS_ENET DRIVER
5108 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5109 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5110 L:      linuxppc-dev@lists.ozlabs.org
5111 L:      netdev@vger.kernel.org
5112 S:      Maintained
5113 F:      drivers/net/ethernet/freescale/fs_enet/
5114 F:      include/linux/fs_enet_pd.h
5115
5116 FREESCALE IMX / MXC FEC DRIVER
5117 M:      Fugang Duan <fugang.duan@nxp.com>
5118 L:      netdev@vger.kernel.org
5119 S:      Maintained
5120 F:      drivers/net/ethernet/freescale/fec_main.c
5121 F:      drivers/net/ethernet/freescale/fec_ptp.c
5122 F:      drivers/net/ethernet/freescale/fec.h
5123 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5124
5125 FREESCALE QORIQ DPAA FMAN DRIVER
5126 M:      Madalin Bucur <madalin.bucur@nxp.com>
5127 L:      netdev@vger.kernel.org
5128 S:      Maintained
5129 F:      drivers/net/ethernet/freescale/fman
5130 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5131
5132 FREESCALE SOC DRIVERS
5133 M:      Scott Wood <oss@buserror.net>
5134 L:      linuxppc-dev@lists.ozlabs.org
5135 L:      linux-arm-kernel@lists.infradead.org
5136 S:      Maintained
5137 F:      drivers/soc/fsl/
5138 F:      include/linux/fsl/
5139
5140 FREESCALE QUICC ENGINE LIBRARY
5141 M:      Qiang Zhao <qiang.zhao@nxp.com>
5142 L:      linuxppc-dev@lists.ozlabs.org
5143 S:      Maintained
5144 F:      drivers/soc/fsl/qe/
5145 F:      include/soc/fsl/*qe*.h
5146 F:      include/soc/fsl/*ucc*.h
5147
5148 FREESCALE USB PERIPHERAL DRIVERS
5149 M:      Li Yang <leoli@freescale.com>
5150 L:      linux-usb@vger.kernel.org
5151 L:      linuxppc-dev@lists.ozlabs.org
5152 S:      Maintained
5153 F:      drivers/usb/gadget/udc/fsl*
5154
5155 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5156 M:      Li Yang <leoli@freescale.com>
5157 L:      netdev@vger.kernel.org
5158 L:      linuxppc-dev@lists.ozlabs.org
5159 S:      Maintained
5160 F:      drivers/net/ethernet/freescale/ucc_geth*
5161
5162 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5163 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5164 L:      netdev@vger.kernel.org
5165 S:      Maintained
5166 F:      drivers/net/ethernet/freescale/gianfar*
5167 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5168 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5169
5170 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5171 M:      Zhao Qiang <qiang.zhao@nxp.com>
5172 L:      netdev@vger.kernel.org
5173 L:      linuxppc-dev@lists.ozlabs.org
5174 S:      Maintained
5175 F:      drivers/net/wan/fsl_ucc_hdlc*
5176
5177 FREESCALE QUICC ENGINE UCC UART DRIVER
5178 M:      Timur Tabi <timur@tabi.org>
5179 L:      linuxppc-dev@lists.ozlabs.org
5180 S:      Maintained
5181 F:      drivers/tty/serial/ucc_uart.c
5182
5183 FREESCALE SOC SOUND DRIVERS
5184 M:      Timur Tabi <timur@tabi.org>
5185 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5186 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5187 R:      Fabio Estevam <fabio.estevam@nxp.com>
5188 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5189 L:      linuxppc-dev@lists.ozlabs.org
5190 S:      Maintained
5191 F:      sound/soc/fsl/fsl*
5192 F:      sound/soc/fsl/imx*
5193 F:      sound/soc/fsl/mpc8610_hpcd.c
5194
5195 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5196 M:      "J. German Rivera" <German.Rivera@freescale.com>
5197 M:      Stuart Yoder <stuart.yoder@nxp.com>
5198 L:      linux-kernel@vger.kernel.org
5199 S:      Maintained
5200 F:      drivers/staging/fsl-mc/
5201
5202 FREEVXFS FILESYSTEM
5203 M:      Christoph Hellwig <hch@infradead.org>
5204 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5205 S:      Maintained
5206 F:      fs/freevxfs/
5207
5208 FREEZER
5209 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5210 M:      Pavel Machek <pavel@ucw.cz>
5211 L:      linux-pm@vger.kernel.org
5212 S:      Supported
5213 F:      Documentation/power/freezing-of-tasks.txt
5214 F:      include/linux/freezer.h
5215 F:      kernel/freezer.c
5216
5217 FRONTSWAP API
5218 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5219 L:      linux-kernel@vger.kernel.org
5220 S:      Maintained
5221 F:      mm/frontswap.c
5222 F:      include/linux/frontswap.h
5223
5224 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5225 M:      David Howells <dhowells@redhat.com>
5226 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5227 S:      Supported
5228 F:      Documentation/filesystems/caching/
5229 F:      fs/fscache/
5230 F:      include/linux/fscache*.h
5231
5232 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5233 M:      Theodore Y. Ts'o <tytso@mit.edu>
5234 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5235 S:      Supported
5236 F:      fs/crypto/
5237 F:      include/linux/fscrypto.h
5238
5239 F2FS FILE SYSTEM
5240 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5241 M:      Chao Yu <yuchao0@huawei.com>
5242 L:      linux-f2fs-devel@lists.sourceforge.net
5243 W:      https://f2fs.wiki.kernel.org/
5244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5245 S:      Maintained
5246 F:      Documentation/filesystems/f2fs.txt
5247 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5248 F:      fs/f2fs/
5249 F:      include/linux/f2fs_fs.h
5250 F:      include/trace/events/f2fs.h
5251
5252 FUJITSU FR-V (FRV) PORT
5253 S:      Orphan
5254 F:      arch/frv/
5255
5256 FUJITSU LAPTOP EXTRAS
5257 M:      Jonathan Woithe <jwoithe@just42.net>
5258 L:      platform-driver-x86@vger.kernel.org
5259 S:      Maintained
5260 F:      drivers/platform/x86/fujitsu-laptop.c
5261
5262 FUJITSU M-5MO LS CAMERA ISP DRIVER
5263 M:      Kyungmin Park <kyungmin.park@samsung.com>
5264 M:      Heungjun Kim <riverful.kim@samsung.com>
5265 L:      linux-media@vger.kernel.org
5266 S:      Maintained
5267 F:      drivers/media/i2c/m5mols/
5268 F:      include/media/i2c/m5mols.h
5269
5270 FUJITSU TABLET EXTRAS
5271 M:      Robert Gerlach <khnz@gmx.de>
5272 L:      platform-driver-x86@vger.kernel.org
5273 S:      Maintained
5274 F:      drivers/platform/x86/fujitsu-tablet.c
5275
5276 FUSE: FILESYSTEM IN USERSPACE
5277 M:      Miklos Szeredi <miklos@szeredi.hu>
5278 L:      linux-fsdevel@vger.kernel.org
5279 W:      http://fuse.sourceforge.net/
5280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5281 S:      Maintained
5282 F:      fs/fuse/
5283 F:      include/uapi/linux/fuse.h
5284 F:      Documentation/filesystems/fuse.txt
5285
5286 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5287 M:      Rik Faith <faith@cs.unc.edu>
5288 L:      linux-scsi@vger.kernel.org
5289 S:      Odd Fixes (e.g., new signatures)
5290 F:      drivers/scsi/fdomain.*
5291
5292 GCC PLUGINS
5293 M:      Kees Cook <keescook@chromium.org>
5294 R:      Emese Revfy <re.emese@gmail.com>
5295 L:      kernel-hardening@lists.openwall.com
5296 S:      Maintained
5297 F:      scripts/gcc-plugins/
5298 F:      scripts/gcc-plugin.sh
5299 F:      scripts/Makefile.gcc-plugins
5300 F:      Documentation/gcc-plugins.txt
5301
5302 GCOV BASED KERNEL PROFILING
5303 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5304 S:      Maintained
5305 F:      kernel/gcov/
5306 F:      Documentation/dev-tools/gcov.rst
5307
5308 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5309 M:      Achim Leubner <achim_leubner@adaptec.com>
5310 L:      linux-scsi@vger.kernel.org
5311 W:      http://www.icp-vortex.com/
5312 S:      Supported
5313 F:      drivers/scsi/gdt*
5314
5315 GDB KERNEL DEBUGGING HELPER SCRIPTS
5316 M:      Jan Kiszka <jan.kiszka@siemens.com>
5317 M:      Kieran Bingham <kieran@bingham.xyz>
5318 S:      Supported
5319 F:      scripts/gdb/
5320
5321 GEMTEK FM RADIO RECEIVER DRIVER
5322 M:      Hans Verkuil <hverkuil@xs4all.nl>
5323 L:      linux-media@vger.kernel.org
5324 T:      git git://linuxtv.org/media_tree.git
5325 W:      https://linuxtv.org
5326 S:      Maintained
5327 F:      drivers/media/radio/radio-gemtek*
5328
5329 GENERIC GPIO I2C DRIVER
5330 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5331 S:      Supported
5332 F:      drivers/i2c/busses/i2c-gpio.c
5333 F:      include/linux/i2c-gpio.h
5334
5335 GENERIC GPIO I2C MULTIPLEXER DRIVER
5336 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5337 L:      linux-i2c@vger.kernel.org
5338 S:      Supported
5339 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5340 F:      include/linux/i2c-mux-gpio.h
5341 F:      Documentation/i2c/muxes/i2c-mux-gpio
5342
5343 GENERIC HDLC (WAN) DRIVERS
5344 M:      Krzysztof Halasa <khc@pm.waw.pl>
5345 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5346 S:      Maintained
5347 F:      drivers/net/wan/c101.c
5348 F:      drivers/net/wan/hd6457*
5349 F:      drivers/net/wan/hdlc*
5350 F:      drivers/net/wan/n2.c
5351 F:      drivers/net/wan/pc300too.c
5352 F:      drivers/net/wan/pci200syn.c
5353 F:      drivers/net/wan/wanxl*
5354
5355 GENERIC INCLUDE/ASM HEADER FILES
5356 M:      Arnd Bergmann <arnd@arndb.de>
5357 L:      linux-arch@vger.kernel.org
5358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5359 S:      Maintained
5360 F:      include/asm-generic/
5361 F:      include/uapi/asm-generic/
5362
5363 GENERIC PHY FRAMEWORK
5364 M:      Kishon Vijay Abraham I <kishon@ti.com>
5365 L:      linux-kernel@vger.kernel.org
5366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5367 S:      Supported
5368 F:      drivers/phy/
5369 F:      include/linux/phy/
5370
5371 GENERIC PM DOMAINS
5372 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5373 M:      Kevin Hilman <khilman@kernel.org>
5374 M:      Ulf Hansson <ulf.hansson@linaro.org>
5375 L:      linux-pm@vger.kernel.org
5376 S:      Supported
5377 F:      drivers/base/power/domain*.c
5378 F:      include/linux/pm_domain.h
5379
5380 GENERIC UIO DRIVER FOR PCI DEVICES
5381 M:      "Michael S. Tsirkin" <mst@redhat.com>
5382 L:      kvm@vger.kernel.org
5383 S:      Supported
5384 F:      drivers/uio/uio_pci_generic.c
5385
5386 GET_MAINTAINER SCRIPT
5387 M:      Joe Perches <joe@perches.com>
5388 S:      Maintained
5389 F:      scripts/get_maintainer.pl
5390
5391 GENWQE (IBM Generic Workqueue Card)
5392 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5393 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5394 S:      Supported
5395 F:      drivers/misc/genwqe/
5396
5397 GFS2 FILE SYSTEM
5398 M:      Steven Whitehouse <swhiteho@redhat.com>
5399 M:      Bob Peterson <rpeterso@redhat.com>
5400 L:      cluster-devel@redhat.com
5401 W:      http://sources.redhat.com/cluster/
5402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5403 S:      Supported
5404 F:      Documentation/filesystems/gfs2*.txt
5405 F:      fs/gfs2/
5406 F:      include/uapi/linux/gfs2_ondisk.h
5407
5408 GIGASET ISDN DRIVERS
5409 M:      Paul Bolle <pebolle@tiscali.nl>
5410 L:      gigaset307x-common@lists.sourceforge.net
5411 W:      http://gigaset307x.sourceforge.net/
5412 S:      Odd Fixes
5413 F:      Documentation/isdn/README.gigaset
5414 F:      drivers/isdn/gigaset/
5415 F:      include/uapi/linux/gigaset_dev.h
5416
5417 GO7007 MPEG CODEC
5418 M:      Hans Verkuil <hans.verkuil@cisco.com>
5419 L:      linux-media@vger.kernel.org
5420 S:      Maintained
5421 F:      drivers/media/usb/go7007/
5422
5423 GOODIX TOUCHSCREEN
5424 M:      Bastien Nocera <hadess@hadess.net>
5425 L:      linux-input@vger.kernel.org
5426 S:      Maintained
5427 F:      drivers/input/touchscreen/goodix.c
5428
5429 GPIO MOCKUP DRIVER
5430 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5431 L:      linux-gpio@vger.kernel.org
5432 S:      Maintained
5433 F:      drivers/gpio/gpio-mockup.c
5434 F:      tools/testing/selftests/gpio/
5435
5436 GPIO SUBSYSTEM
5437 M:      Linus Walleij <linus.walleij@linaro.org>
5438 M:      Alexandre Courbot <gnurou@gmail.com>
5439 L:      linux-gpio@vger.kernel.org
5440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5441 S:      Maintained
5442 F:      Documentation/devicetree/bindings/gpio/
5443 F:      Documentation/gpio/
5444 F:      Documentation/ABI/testing/gpio-cdev
5445 F:      Documentation/ABI/obsolete/sysfs-gpio
5446 F:      drivers/gpio/
5447 F:      include/linux/gpio/
5448 F:      include/linux/gpio.h
5449 F:      include/asm-generic/gpio.h
5450 F:      include/uapi/linux/gpio.h
5451 F:      tools/gpio/
5452
5453 GRE DEMULTIPLEXER DRIVER
5454 M:      Dmitry Kozlov <xeb@mail.ru>
5455 L:      netdev@vger.kernel.org
5456 S:      Maintained
5457 F:      net/ipv4/gre_demux.c
5458 F:      net/ipv4/gre_offload.c
5459 F:      include/net/gre.h
5460
5461 GRETH 10/100/1G Ethernet MAC device driver
5462 M:      Andreas Larsson <andreas@gaisler.com>
5463 L:      netdev@vger.kernel.org
5464 S:      Maintained
5465 F:      drivers/net/ethernet/aeroflex/
5466
5467 GREYBUS SUBSYSTEM
5468 M:      Johan Hovold <johan@kernel.org>
5469 M:      Alex Elder <elder@kernel.org>
5470 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5471 S:      Maintained
5472 F:      drivers/staging/greybus/
5473
5474 GREYBUS AUDIO PROTOCOLS DRIVERS
5475 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5476 M:      Mark Greer <mgreer@animalcreek.com>
5477 S:      Maintained
5478 F:      drivers/staging/greybus/audio_apbridgea.c
5479 F:      drivers/staging/greybus/audio_apbridgea.h
5480 F:      drivers/staging/greybus/audio_codec.c
5481 F:      drivers/staging/greybus/audio_codec.h
5482 F:      drivers/staging/greybus/audio_gb.c
5483 F:      drivers/staging/greybus/audio_manager.c
5484 F:      drivers/staging/greybus/audio_manager.h
5485 F:      drivers/staging/greybus/audio_manager_module.c
5486 F:      drivers/staging/greybus/audio_manager_private.h
5487 F:      drivers/staging/greybus/audio_manager_sysfs.c
5488 F:      drivers/staging/greybus/audio_module.c
5489 F:      drivers/staging/greybus/audio_topology.c
5490
5491 GREYBUS PROTOCOLS DRIVERS
5492 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5493 S:      Maintained
5494 F:      drivers/staging/greybus/sdio.c
5495 F:      drivers/staging/greybus/light.c
5496 F:      drivers/staging/greybus/gpio.c
5497 F:      drivers/staging/greybus/power_supply.c
5498 F:      drivers/staging/greybus/spi.c
5499 F:      drivers/staging/greybus/spilib.c
5500
5501 GREYBUS PROTOCOLS DRIVERS
5502 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5503 S:      Maintained
5504 F:      drivers/staging/greybus/loopback.c
5505 F:      drivers/staging/greybus/timesync.c
5506 F:      drivers/staging/greybus/timesync_platform.c
5507
5508 GREYBUS PROTOCOLS DRIVERS
5509 M:      Viresh Kumar <vireshk@kernel.org>
5510 S:      Maintained
5511 F:      drivers/staging/greybus/authentication.c
5512 F:      drivers/staging/greybus/bootrom.c
5513 F:      drivers/staging/greybus/firmware.h
5514 F:      drivers/staging/greybus/fw-core.c
5515 F:      drivers/staging/greybus/fw-download.c
5516 F:      drivers/staging/greybus/fw-managament.c
5517 F:      drivers/staging/greybus/greybus_authentication.h
5518 F:      drivers/staging/greybus/greybus_firmware.h
5519 F:      drivers/staging/greybus/hid.c
5520 F:      drivers/staging/greybus/i2c.c
5521 F:      drivers/staging/greybus/spi.c
5522 F:      drivers/staging/greybus/spilib.c
5523 F:      drivers/staging/greybus/spilib.h
5524
5525 GREYBUS PROTOCOLS DRIVERS
5526 M:      David Lin <dtwlin@gmail.com>
5527 S:      Maintained
5528 F:      drivers/staging/greybus/uart.c
5529 F:      drivers/staging/greybus/log.c
5530
5531 GREYBUS PLATFORM DRIVERS
5532 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5533 S:      Maintained
5534 F:      drivers/staging/greybus/arche-platform.c
5535 F:      drivers/staging/greybus/arche-apb-ctrl.c
5536 F:      drivers/staging/greybus/arche_platform.h
5537
5538 GS1662 VIDEO SERIALIZER
5539 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5540 L:      linux-media@vger.kernel.org
5541 T:      git git://linuxtv.org/media_tree.git
5542 S:      Maintained
5543 F:      drivers/media/spi/gs1662.c
5544
5545 GSPCA FINEPIX SUBDRIVER
5546 M:      Frank Zago <frank@zago.net>
5547 L:      linux-media@vger.kernel.org
5548 T:      git git://linuxtv.org/media_tree.git
5549 S:      Maintained
5550 F:      drivers/media/usb/gspca/finepix.c
5551
5552 GSPCA GL860 SUBDRIVER
5553 M:      Olivier Lorin <o.lorin@laposte.net>
5554 L:      linux-media@vger.kernel.org
5555 T:      git git://linuxtv.org/media_tree.git
5556 S:      Maintained
5557 F:      drivers/media/usb/gspca/gl860/
5558
5559 GSPCA M5602 SUBDRIVER
5560 M:      Erik Andren <erik.andren@gmail.com>
5561 L:      linux-media@vger.kernel.org
5562 T:      git git://linuxtv.org/media_tree.git
5563 S:      Maintained
5564 F:      drivers/media/usb/gspca/m5602/
5565
5566 GSPCA PAC207 SONIXB SUBDRIVER
5567 M:      Hans Verkuil <hverkuil@xs4all.nl>
5568 L:      linux-media@vger.kernel.org
5569 T:      git git://linuxtv.org/media_tree.git
5570 S:      Odd Fixes
5571 F:      drivers/media/usb/gspca/pac207.c
5572
5573 GSPCA SN9C20X SUBDRIVER
5574 M:      Brian Johnson <brijohn@gmail.com>
5575 L:      linux-media@vger.kernel.org
5576 T:      git git://linuxtv.org/media_tree.git
5577 S:      Maintained
5578 F:      drivers/media/usb/gspca/sn9c20x.c
5579
5580 GSPCA T613 SUBDRIVER
5581 M:      Leandro Costantino <lcostantino@gmail.com>
5582 L:      linux-media@vger.kernel.org
5583 T:      git git://linuxtv.org/media_tree.git
5584 S:      Maintained
5585 F:      drivers/media/usb/gspca/t613.c
5586
5587 GSPCA USB WEBCAM DRIVER
5588 M:      Hans Verkuil <hverkuil@xs4all.nl>
5589 L:      linux-media@vger.kernel.org
5590 T:      git git://linuxtv.org/media_tree.git
5591 S:      Odd Fixes
5592 F:      drivers/media/usb/gspca/
5593
5594 GUID PARTITION TABLE (GPT)
5595 M:      Davidlohr Bueso <dave@stgolabs.net>
5596 L:      linux-efi@vger.kernel.org
5597 S:      Maintained
5598 F:      block/partitions/efi.*
5599
5600 STK1160 USB VIDEO CAPTURE DRIVER
5601 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5602 L:      linux-media@vger.kernel.org
5603 T:      git git://linuxtv.org/media_tree.git
5604 S:      Maintained
5605 F:      drivers/media/usb/stk1160/
5606
5607 H8/300 ARCHITECTURE
5608 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5609 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5610 W:      http://uclinux-h8.sourceforge.jp
5611 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5612 S:      Maintained
5613 F:      arch/h8300/
5614 F:      drivers/clocksource/h8300_*.c
5615 F:      drivers/clk/h8300/
5616 F:      drivers/irqchip/irq-renesas-h8*.c
5617
5618 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5619 M:      Frank Seidel <frank@f-seidel.de>
5620 L:      platform-driver-x86@vger.kernel.org
5621 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5622 S:      Maintained
5623 F:      drivers/platform/x86/hdaps.c
5624
5625 HDPVR USB VIDEO ENCODER DRIVER
5626 M:      Hans Verkuil <hverkuil@xs4all.nl>
5627 L:      linux-media@vger.kernel.org
5628 T:      git git://linuxtv.org/media_tree.git
5629 W:      https://linuxtv.org
5630 S:      Odd Fixes
5631 F:      drivers/media/usb/hdpvr/
5632
5633 HWPOISON MEMORY FAILURE HANDLING
5634 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5635 L:      linux-mm@kvack.org
5636 S:      Maintained
5637 F:      mm/memory-failure.c
5638 F:      mm/hwpoison-inject.c
5639
5640 HYPERVISOR VIRTUAL CONSOLE DRIVER
5641 L:      linuxppc-dev@lists.ozlabs.org
5642 S:      Odd Fixes
5643 F:      drivers/tty/hvc/
5644
5645 HACKRF MEDIA DRIVER
5646 M:      Antti Palosaari <crope@iki.fi>
5647 L:      linux-media@vger.kernel.org
5648 W:      https://linuxtv.org
5649 W:      http://palosaari.fi/linux/
5650 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5651 T:      git git://linuxtv.org/anttip/media_tree.git
5652 S:      Maintained
5653 F:      drivers/media/usb/hackrf/
5654
5655 HARDWARE MONITORING
5656 M:      Jean Delvare <jdelvare@suse.com>
5657 M:      Guenter Roeck <linux@roeck-us.net>
5658 L:      linux-hwmon@vger.kernel.org
5659 W:      http://hwmon.wiki.kernel.org/
5660 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5662 S:      Maintained
5663 F:      Documentation/hwmon/
5664 F:      drivers/hwmon/
5665 F:      include/linux/hwmon*.h
5666
5667 HARDWARE RANDOM NUMBER GENERATOR CORE
5668 M:      Matt Mackall <mpm@selenic.com>
5669 M:      Herbert Xu <herbert@gondor.apana.org.au>
5670 L:      linux-crypto@vger.kernel.org
5671 S:      Odd fixes
5672 F:      Documentation/devicetree/bindings/rng/
5673 F:      Documentation/hw_random.txt
5674 F:      drivers/char/hw_random/
5675 F:      include/linux/hw_random.h
5676
5677 HARDWARE SPINLOCK CORE
5678 M:      Ohad Ben-Cohen <ohad@wizery.com>
5679 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5680 L:      linux-remoteproc@vger.kernel.org
5681 S:      Maintained
5682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5683 F:      Documentation/devicetree/bindings/hwlock/
5684 F:      Documentation/hwspinlock.txt
5685 F:      drivers/hwspinlock/
5686 F:      include/linux/hwspinlock.h
5687
5688 HARMONY SOUND DRIVER
5689 L:      linux-parisc@vger.kernel.org
5690 S:      Maintained
5691 F:      sound/parisc/harmony.*
5692
5693 HD29L2 MEDIA DRIVER
5694 M:      Antti Palosaari <crope@iki.fi>
5695 L:      linux-media@vger.kernel.org
5696 W:      https://linuxtv.org
5697 W:      http://palosaari.fi/linux/
5698 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5699 T:      git git://linuxtv.org/anttip/media_tree.git
5700 S:      Maintained
5701 F:      drivers/media/dvb-frontends/hd29l2*
5702
5703 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5704 M:      Brian Boylston <brian.boylston@hpe.com>
5705 S:      Supported
5706 F:      Documentation/watchdog/hpwdt.txt
5707 F:      drivers/watchdog/hpwdt.c
5708
5709 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5710 M:      Don Brace <don.brace@microsemi.com>
5711 L:      iss_storagedev@hp.com
5712 L:      esc.storagedev@microsemi.com
5713 L:      linux-scsi@vger.kernel.org
5714 S:      Supported
5715 F:      Documentation/scsi/hpsa.txt
5716 F:      drivers/scsi/hpsa*.[ch]
5717 F:      include/linux/cciss*.h
5718 F:      include/uapi/linux/cciss*.h
5719
5720 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5721 M:      Don Brace <don.brace@microsemi.com>
5722 L:      iss_storagedev@hp.com
5723 L:      esc.storagedev@microsemi.com
5724 L:      linux-scsi@vger.kernel.org
5725 S:      Supported
5726 F:      Documentation/blockdev/cciss.txt
5727 F:      drivers/block/cciss*
5728 F:      include/linux/cciss_ioctl.h
5729 F:      include/uapi/linux/cciss_ioctl.h
5730
5731 HFI1 DRIVER
5732 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5733 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5734 L:      linux-rdma@vger.kernel.org
5735 S:      Supported
5736 F:      drivers/infiniband/hw/hfi1
5737
5738 HFS FILESYSTEM
5739 L:      linux-fsdevel@vger.kernel.org
5740 S:      Orphan
5741 F:      Documentation/filesystems/hfs.txt
5742 F:      fs/hfs/
5743
5744 HFSPLUS FILESYSTEM
5745 L:      linux-fsdevel@vger.kernel.org
5746 S:      Orphan
5747 F:      Documentation/filesystems/hfsplus.txt
5748 F:      fs/hfsplus/
5749
5750 HGA FRAMEBUFFER DRIVER
5751 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5752 L:      linux-nvidia@lists.surfsouth.com
5753 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5754 S:      Maintained
5755 F:      drivers/video/fbdev/hgafb.c
5756
5757 HIBERNATION (aka Software Suspend, aka swsusp)
5758 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5759 M:      Pavel Machek <pavel@ucw.cz>
5760 L:      linux-pm@vger.kernel.org
5761 B:      https://bugzilla.kernel.org
5762 S:      Supported
5763 F:      arch/x86/power/
5764 F:      drivers/base/power/
5765 F:      kernel/power/
5766 F:      include/linux/suspend.h
5767 F:      include/linux/freezer.h
5768 F:      include/linux/pm.h
5769 F:      arch/*/include/asm/suspend*.h
5770
5771 HID CORE LAYER
5772 M:      Jiri Kosina <jikos@kernel.org>
5773 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5774 L:      linux-input@vger.kernel.org
5775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5776 S:      Maintained
5777 F:      drivers/hid/
5778 F:      include/linux/hid*
5779 F:      include/uapi/linux/hid*
5780
5781 HID SENSOR HUB DRIVERS
5782 M:      Jiri Kosina <jikos@kernel.org>
5783 M:      Jonathan Cameron <jic23@kernel.org>
5784 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5785 L:      linux-input@vger.kernel.org
5786 L:      linux-iio@vger.kernel.org
5787 S:      Maintained
5788 F:      Documentation/hid/hid-sensor*
5789 F:      drivers/hid/hid-sensor-*
5790 F:      drivers/iio/*/hid-*
5791 F:      include/linux/hid-sensor-*
5792
5793 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5794 M:      Thomas Gleixner <tglx@linutronix.de>
5795 L:      linux-kernel@vger.kernel.org
5796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5797 S:      Maintained
5798 F:      Documentation/timers/
5799 F:      kernel/time/hrtimer.c
5800 F:      kernel/time/clockevents.c
5801 F:      kernel/time/tick*.*
5802 F:      kernel/time/timer_*.c
5803 F:      include/linux/clockchips.h
5804 F:      include/linux/hrtimer.h
5805
5806 HIGH-SPEED SCC DRIVER FOR AX.25
5807 L:      linux-hams@vger.kernel.org
5808 S:      Orphan
5809 F:      drivers/net/hamradio/dmascc.c
5810 F:      drivers/net/hamradio/scc.c
5811
5812 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5813 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5814 W:      http://www.highpoint-tech.com
5815 S:      Supported
5816 F:      Documentation/scsi/hptiop.txt
5817 F:      drivers/scsi/hptiop.c
5818
5819 HIPPI
5820 M:      Jes Sorensen <jes@trained-monkey.org>
5821 L:      linux-hippi@sunsite.dk
5822 S:      Maintained
5823 F:      include/linux/hippidevice.h
5824 F:      include/uapi/linux/if_hippi.h
5825 F:      net/802/hippi.c
5826 F:      drivers/net/hippi/
5827
5828 HISILICON NETWORK SUBSYSTEM DRIVER
5829 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5830 M:      Salil Mehta <salil.mehta@huawei.com>
5831 L:      netdev@vger.kernel.org
5832 W:      http://www.hisilicon.com
5833 S:      Maintained
5834 F:      drivers/net/ethernet/hisilicon/
5835 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5836
5837 HISILICON ROCE DRIVER
5838 M:      Lijun Ou <oulijun@huawei.com>
5839 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5840 L:      linux-rdma@vger.kernel.org
5841 S:      Maintained
5842 F:      drivers/infiniband/hw/hns/
5843 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5844
5845 HISILICON SAS Controller
5846 M:      John Garry <john.garry@huawei.com>
5847 W:      http://www.hisilicon.com
5848 S:      Supported
5849 F:      drivers/scsi/hisi_sas/
5850 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5851
5852 HOST AP DRIVER
5853 M:      Jouni Malinen <j@w1.fi>
5854 L:      linux-wireless@vger.kernel.org
5855 W:      http://w1.fi/hostap-driver.html
5856 S:      Obsolete
5857 F:      drivers/net/wireless/intersil/hostap/
5858
5859 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5860 L:      platform-driver-x86@vger.kernel.org
5861 S:      Orphan
5862 F:      drivers/platform/x86/tc1100-wmi.c
5863
5864 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5865 M:      Jaroslav Kysela <perex@perex.cz>
5866 S:      Maintained
5867 F:      drivers/net/ethernet/hp/hp100.*
5868
5869 HPET:   High Precision Event Timers driver
5870 M:      Clemens Ladisch <clemens@ladisch.de>
5871 S:      Maintained
5872 F:      Documentation/timers/hpet.txt
5873 F:      drivers/char/hpet.c
5874 F:      include/linux/hpet.h
5875 F:      include/uapi/linux/hpet.h
5876
5877 HPET:   x86
5878 S:      Orphan
5879 F:      arch/x86/kernel/hpet.c
5880 F:      arch/x86/include/asm/hpet.h
5881
5882 HPFS FILESYSTEM
5883 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5884 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5885 S:      Maintained
5886 F:      fs/hpfs/
5887
5888 HSI SUBSYSTEM
5889 M:      Sebastian Reichel <sre@kernel.org>
5890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5891 S:      Maintained
5892 F:      Documentation/ABI/testing/sysfs-bus-hsi
5893 F:      Documentation/device-drivers/serial-interfaces.rst
5894 F:      drivers/hsi/
5895 F:      include/linux/hsi/
5896 F:      include/uapi/linux/hsi/
5897
5898 HSO 3G MODEM DRIVER
5899 M:      Jan Dumon <j.dumon@option.com>
5900 W:      http://www.pharscape.org
5901 S:      Maintained
5902 F:      drivers/net/usb/hso.c
5903
5904 HSR NETWORK PROTOCOL
5905 M:      Arvid Brodin <arvid.brodin@alten.se>
5906 L:      netdev@vger.kernel.org
5907 S:      Maintained
5908 F:      net/hsr/
5909
5910 HTCPEN TOUCHSCREEN DRIVER
5911 M:      Pau Oliva Fora <pof@eslack.org>
5912 L:      linux-input@vger.kernel.org
5913 S:      Maintained
5914 F:      drivers/input/touchscreen/htcpen.c
5915
5916 HUGETLB FILESYSTEM
5917 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5918 S:      Maintained
5919 F:      fs/hugetlbfs/
5920
5921 HVA ST MEDIA DRIVER
5922 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5923 L:      linux-media@vger.kernel.org
5924 T:      git git://linuxtv.org/media_tree.git
5925 W:      https://linuxtv.org
5926 S:      Supported
5927 F:      drivers/media/platform/sti/hva
5928
5929 Hyper-V CORE AND DRIVERS
5930 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5931 M:      Haiyang Zhang <haiyangz@microsoft.com>
5932 L:      devel@linuxdriverproject.org
5933 S:      Maintained
5934 F:      arch/x86/include/asm/mshyperv.h
5935 F:      arch/x86/include/uapi/asm/hyperv.h
5936 F:      arch/x86/kernel/cpu/mshyperv.c
5937 F:      drivers/hid/hid-hyperv.c
5938 F:      drivers/hv/
5939 F:      drivers/input/serio/hyperv-keyboard.c
5940 F:      drivers/pci/host/pci-hyperv.c
5941 F:      drivers/net/hyperv/
5942 F:      drivers/scsi/storvsc_drv.c
5943 F:      drivers/video/fbdev/hyperv_fb.c
5944 F:      include/linux/hyperv.h
5945 F:      tools/hv/
5946 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5947
5948 I2C MUXES
5949 M:      Peter Rosin <peda@axentia.se>
5950 L:      linux-i2c@vger.kernel.org
5951 S:      Maintained
5952 F:      Documentation/i2c/i2c-topology
5953 F:      Documentation/i2c/muxes/
5954 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5955 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5956 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5957 F:      drivers/i2c/i2c-mux.c
5958 F:      drivers/i2c/muxes/
5959 F:      include/linux/i2c-mux.h
5960
5961 I2C OVER PARALLEL PORT
5962 M:      Jean Delvare <jdelvare@suse.com>
5963 L:      linux-i2c@vger.kernel.org
5964 S:      Maintained
5965 F:      Documentation/i2c/busses/i2c-parport
5966 F:      Documentation/i2c/busses/i2c-parport-light
5967 F:      drivers/i2c/busses/i2c-parport.c
5968 F:      drivers/i2c/busses/i2c-parport-light.c
5969
5970 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5971 M:      Jean Delvare <jdelvare@suse.com>
5972 L:      linux-i2c@vger.kernel.org
5973 S:      Maintained
5974 F:      Documentation/i2c/busses/i2c-ali1535
5975 F:      Documentation/i2c/busses/i2c-ali1563
5976 F:      Documentation/i2c/busses/i2c-ali15x3
5977 F:      Documentation/i2c/busses/i2c-amd756
5978 F:      Documentation/i2c/busses/i2c-amd8111
5979 F:      Documentation/i2c/busses/i2c-i801
5980 F:      Documentation/i2c/busses/i2c-nforce2
5981 F:      Documentation/i2c/busses/i2c-piix4
5982 F:      Documentation/i2c/busses/i2c-sis5595
5983 F:      Documentation/i2c/busses/i2c-sis630
5984 F:      Documentation/i2c/busses/i2c-sis96x
5985 F:      Documentation/i2c/busses/i2c-via
5986 F:      Documentation/i2c/busses/i2c-viapro
5987 F:      drivers/i2c/busses/i2c-ali1535.c
5988 F:      drivers/i2c/busses/i2c-ali1563.c
5989 F:      drivers/i2c/busses/i2c-ali15x3.c
5990 F:      drivers/i2c/busses/i2c-amd756.c
5991 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5992 F:      drivers/i2c/busses/i2c-amd8111.c
5993 F:      drivers/i2c/busses/i2c-i801.c
5994 F:      drivers/i2c/busses/i2c-isch.c
5995 F:      drivers/i2c/busses/i2c-nforce2.c
5996 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5997 F:      drivers/i2c/busses/i2c-piix4.c
5998 F:      drivers/i2c/busses/i2c-sis5595.c
5999 F:      drivers/i2c/busses/i2c-sis630.c
6000 F:      drivers/i2c/busses/i2c-sis96x.c
6001 F:      drivers/i2c/busses/i2c-via.c
6002 F:      drivers/i2c/busses/i2c-viapro.c
6003
6004 I2C/SMBUS ISMT DRIVER
6005 M:      Seth Heasley <seth.heasley@intel.com>
6006 M:      Neil Horman <nhorman@tuxdriver.com>
6007 L:      linux-i2c@vger.kernel.org
6008 F:      drivers/i2c/busses/i2c-ismt.c
6009 F:      Documentation/i2c/busses/i2c-ismt
6010
6011 I2C/SMBUS STUB DRIVER
6012 M:      Jean Delvare <jdelvare@suse.com>
6013 L:      linux-i2c@vger.kernel.org
6014 S:      Maintained
6015 F:      drivers/i2c/i2c-stub.c
6016
6017 I2C SUBSYSTEM
6018 M:      Wolfram Sang <wsa@the-dreams.de>
6019 L:      linux-i2c@vger.kernel.org
6020 W:      https://i2c.wiki.kernel.org/
6021 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6023 S:      Maintained
6024 F:      Documentation/devicetree/bindings/i2c/
6025 F:      Documentation/i2c/
6026 F:      drivers/i2c/
6027 F:      drivers/i2c/*/
6028 F:      include/linux/i2c.h
6029 F:      include/linux/i2c-*.h
6030 F:      include/uapi/linux/i2c.h
6031 F:      include/uapi/linux/i2c-*.h
6032
6033 I2C ACPI SUPPORT
6034 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6035 L:      linux-i2c@vger.kernel.org
6036 L:      linux-acpi@vger.kernel.org
6037 S:      Maintained
6038
6039 I2C-TAOS-EVM DRIVER
6040 M:      Jean Delvare <jdelvare@suse.com>
6041 L:      linux-i2c@vger.kernel.org
6042 S:      Maintained
6043 F:      Documentation/i2c/busses/i2c-taos-evm
6044 F:      drivers/i2c/busses/i2c-taos-evm.c
6045
6046 I2C-TINY-USB DRIVER
6047 M:      Till Harbaum <till@harbaum.org>
6048 L:      linux-i2c@vger.kernel.org
6049 W:      http://www.harbaum.org/till/i2c_tiny_usb
6050 S:      Maintained
6051 F:      drivers/i2c/busses/i2c-tiny-usb.c
6052
6053 i386 BOOT CODE
6054 M:      "H. Peter Anvin" <hpa@zytor.com>
6055 S:      Maintained
6056 F:      arch/x86/boot/
6057
6058 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6059 M:      "H. Peter Anvin" <hpa@zytor.com>
6060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6061 S:      Maintained
6062
6063 IA64 (Itanium) PLATFORM
6064 M:      Tony Luck <tony.luck@intel.com>
6065 M:      Fenghua Yu <fenghua.yu@intel.com>
6066 L:      linux-ia64@vger.kernel.org
6067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6068 S:      Maintained
6069 F:      arch/ia64/
6070
6071 IBM Power VMX Cryptographic instructions
6072 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6073 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6074 L:      linux-crypto@vger.kernel.org
6075 S:      Supported
6076 F:      drivers/crypto/vmx/Makefile
6077 F:      drivers/crypto/vmx/Kconfig
6078 F:      drivers/crypto/vmx/vmx.c
6079 F:      drivers/crypto/vmx/aes*
6080 F:      drivers/crypto/vmx/ghash*
6081 F:      drivers/crypto/vmx/ppc-xlate.pl
6082
6083 IBM Power in-Nest Crypto Acceleration
6084 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6085 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6086 L:      linux-crypto@vger.kernel.org
6087 S:      Supported
6088 F:      drivers/crypto/nx/Makefile
6089 F:      drivers/crypto/nx/Kconfig
6090 F:      drivers/crypto/nx/nx-aes*
6091 F:      drivers/crypto/nx/nx-sha*
6092 F:      drivers/crypto/nx/nx.*
6093 F:      drivers/crypto/nx/nx_csbcpb.h
6094 F:      drivers/crypto/nx/nx_debugfs.h
6095
6096 IBM Power 842 compression accelerator
6097 M:      Dan Streetman <ddstreet@ieee.org>
6098 S:      Supported
6099 F:      drivers/crypto/nx/Makefile
6100 F:      drivers/crypto/nx/Kconfig
6101 F:      drivers/crypto/nx/nx-842*
6102 F:      include/linux/sw842.h
6103 F:      crypto/842.c
6104 F:      lib/842/
6105
6106 IBM Power Linux RAID adapter
6107 M:      Brian King <brking@us.ibm.com>
6108 S:      Supported
6109 F:      drivers/scsi/ipr.*
6110
6111 IBM Power Virtual Ethernet Device Driver
6112 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6113 L:      netdev@vger.kernel.org
6114 S:      Supported
6115 F:      drivers/net/ethernet/ibm/ibmveth.*
6116
6117 IBM Power SRIOV Virtual NIC Device Driver
6118 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6119 M:      John Allen <jallen@linux.vnet.ibm.com>
6120 L:      netdev@vger.kernel.org
6121 S:      Supported
6122 F:      drivers/net/ethernet/ibm/ibmvnic.*
6123
6124 IBM Power Virtual SCSI Device Drivers
6125 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6126 L:      linux-scsi@vger.kernel.org
6127 S:      Supported
6128 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6129 F:      include/scsi/viosrp.h
6130
6131 IBM Power Virtual SCSI Device Target Driver
6132 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6133 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6134 L:      linux-scsi@vger.kernel.org
6135 L:      target-devel@vger.kernel.org
6136 S:      Supported
6137 F:      drivers/scsi/ibmvscsi_tgt/
6138
6139 IBM Power Virtual FC Device Drivers
6140 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6141 L:      linux-scsi@vger.kernel.org
6142 S:      Supported
6143 F:      drivers/scsi/ibmvscsi/ibmvfc*
6144
6145 IBM ServeRAID RAID DRIVER
6146 S:      Orphan
6147 F:      drivers/scsi/ips.*
6148
6149 ICH LPC AND GPIO DRIVER
6150 M:      Peter Tyser <ptyser@xes-inc.com>
6151 S:      Maintained
6152 F:      drivers/mfd/lpc_ich.c
6153 F:      drivers/gpio/gpio-ich.c
6154
6155 IDE SUBSYSTEM
6156 M:      "David S. Miller" <davem@davemloft.net>
6157 L:      linux-ide@vger.kernel.org
6158 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6160 S:      Maintained
6161 F:      Documentation/ide/
6162 F:      drivers/ide/
6163 F:      include/linux/ide.h
6164
6165 IDEAPAD LAPTOP EXTRAS DRIVER
6166 M:      Ike Panhc <ike.pan@canonical.com>
6167 L:      platform-driver-x86@vger.kernel.org
6168 W:      http://launchpad.net/ideapad-laptop
6169 S:      Maintained
6170 F:      drivers/platform/x86/ideapad-laptop.c
6171
6172 IDEAPAD LAPTOP SLIDEBAR DRIVER
6173 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6174 L:      linux-input@vger.kernel.org
6175 W:      https://github.com/o2genum/ideapad-slidebar
6176 S:      Maintained
6177 F:      drivers/input/misc/ideapad_slidebar.c
6178
6179 IDE/ATAPI DRIVERS
6180 M:      Borislav Petkov <bp@alien8.de>
6181 L:      linux-ide@vger.kernel.org
6182 S:      Maintained
6183 F:      Documentation/cdrom/ide-cd
6184 F:      drivers/ide/ide-cd*
6185
6186 IEEE 802.15.4 SUBSYSTEM
6187 M:      Alexander Aring <aar@pengutronix.de>
6188 M:      Stefan Schmidt <stefan@osg.samsung.com>
6189 L:      linux-wpan@vger.kernel.org
6190 W:      http://wpan.cakelab.org/
6191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6193 S:      Maintained
6194 F:      net/ieee802154/
6195 F:      net/mac802154/
6196 F:      drivers/net/ieee802154/
6197 F:      include/linux/nl802154.h
6198 F:      include/linux/ieee802154.h
6199 F:      include/net/nl802154.h
6200 F:      include/net/mac802154.h
6201 F:      include/net/af_ieee802154.h
6202 F:      include/net/cfg802154.h
6203 F:      include/net/ieee802154_netdev.h
6204 F:      Documentation/networking/ieee802154.txt
6205
6206 IGORPLUG-USB IR RECEIVER
6207 M:      Sean Young <sean@mess.org>
6208 L:      linux-media@vger.kernel.org
6209 S:      Maintained
6210 F:      drivers/media/rc/igorplugusb.c
6211
6212 IGUANAWORKS USB IR TRANSCEIVER
6213 M:      Sean Young <sean@mess.org>
6214 L:      linux-media@vger.kernel.org
6215 S:      Maintained
6216 F:      drivers/media/rc/iguanair.c
6217
6218 IIO SUBSYSTEM AND DRIVERS
6219 M:      Jonathan Cameron <jic23@kernel.org>
6220 R:      Hartmut Knaack <knaack.h@gmx.de>
6221 R:      Lars-Peter Clausen <lars@metafoo.de>
6222 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6223 L:      linux-iio@vger.kernel.org
6224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6225 S:      Maintained
6226 F:      Documentation/devicetree/bindings/iio/
6227 F:      drivers/iio/
6228 F:      drivers/staging/iio/
6229 F:      include/linux/iio/
6230 F:      tools/iio/
6231
6232 IKANOS/ADI EAGLE ADSL USB DRIVER
6233 M:      Matthieu Castet <castet.matthieu@free.fr>
6234 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6235 S:      Maintained
6236 F:      drivers/usb/atm/ueagle-atm.c
6237
6238 IMGTEC ASCII LCD DRIVER
6239 M:      Paul Burton <paul.burton@imgtec.com>
6240 S:      Maintained
6241 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6242 F:      drivers/auxdisplay/img-ascii-lcd.c
6243
6244 INA209 HARDWARE MONITOR DRIVER
6245 M:      Guenter Roeck <linux@roeck-us.net>
6246 L:      linux-hwmon@vger.kernel.org
6247 S:      Maintained
6248 F:      Documentation/hwmon/ina209
6249 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6250 F:      drivers/hwmon/ina209.c
6251
6252 INA2XX HARDWARE MONITOR DRIVER
6253 M:      Guenter Roeck <linux@roeck-us.net>
6254 L:      linux-hwmon@vger.kernel.org
6255 S:      Maintained
6256 F:      Documentation/hwmon/ina2xx
6257 F:      drivers/hwmon/ina2xx.c
6258 F:      include/linux/platform_data/ina2xx.h
6259
6260 INDUSTRY PACK SUBSYSTEM (IPACK)
6261 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6262 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6263 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6264 L:      industrypack-devel@lists.sourceforge.net
6265 W:      http://industrypack.sourceforge.net
6266 S:      Maintained
6267 F:      drivers/ipack/
6268
6269 INGENIC JZ4780 DMA Driver
6270 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6271 S:      Maintained
6272 F:      drivers/dma/dma-jz4780.c
6273
6274 INGENIC JZ4780 NAND DRIVER
6275 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6276 L:      linux-mtd@lists.infradead.org
6277 S:      Maintained
6278 F:      drivers/mtd/nand/jz4780_*
6279
6280 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6281 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6282 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6283 L:      linux-ima-devel@lists.sourceforge.net
6284 L:      linux-ima-user@lists.sourceforge.net
6285 L:      linux-security-module@vger.kernel.org
6286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6287 S:      Supported
6288 F:      security/integrity/ima/
6289
6290 IMGTEC IR DECODER DRIVER
6291 M:      James Hogan <james.hogan@imgtec.com>
6292 S:      Maintained
6293 F:      drivers/media/rc/img-ir/
6294
6295 IMS TWINTURBO FRAMEBUFFER DRIVER
6296 L:      linux-fbdev@vger.kernel.org
6297 S:      Orphan
6298 F:      drivers/video/fbdev/imsttfb.c
6299
6300 INFINIBAND SUBSYSTEM
6301 M:      Doug Ledford <dledford@redhat.com>
6302 M:      Sean Hefty <sean.hefty@intel.com>
6303 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6304 L:      linux-rdma@vger.kernel.org
6305 W:      http://www.openfabrics.org/
6306 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6308 S:      Supported
6309 F:      Documentation/infiniband/
6310 F:      drivers/infiniband/
6311 F:      include/uapi/linux/if_infiniband.h
6312 F:      include/uapi/rdma/
6313 F:      include/rdma/
6314
6315 INOTIFY
6316 M:      John McCutchan <john@johnmccutchan.com>
6317 M:      Robert Love <rlove@rlove.org>
6318 M:      Eric Paris <eparis@parisplace.org>
6319 S:      Maintained
6320 F:      Documentation/filesystems/inotify.txt
6321 F:      fs/notify/inotify/
6322 F:      include/linux/inotify.h
6323 F:      include/uapi/linux/inotify.h
6324
6325 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6326 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6327 L:      linux-input@vger.kernel.org
6328 Q:      http://patchwork.kernel.org/project/linux-input/list/
6329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6330 S:      Maintained
6331 F:      drivers/input/
6332 F:      include/linux/input.h
6333 F:      include/uapi/linux/input.h
6334 F:      include/linux/input/
6335 F:      Documentation/devicetree/bindings/input/
6336
6337 INPUT MULTITOUCH (MT) PROTOCOL
6338 M:      Henrik Rydberg <rydberg@bitmath.org>
6339 L:      linux-input@vger.kernel.org
6340 S:      Odd fixes
6341 F:      Documentation/input/multi-touch-protocol.txt
6342 F:      drivers/input/input-mt.c
6343 K:      \b(ABS|SYN)_MT_
6344
6345 INTEL ASoC BDW/HSW DRIVERS
6346 M:      Jie Yang <yang.jie@linux.intel.com>
6347 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6348 S:      Supported
6349 F:      sound/soc/intel/common/sst-dsp*
6350 F:      sound/soc/intel/common/sst-firmware.c
6351 F:      sound/soc/intel/boards/broadwell.c
6352 F:      sound/soc/intel/haswell/
6353
6354 INTEL C600 SERIES SAS CONTROLLER DRIVER
6355 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6356 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6357 L:      linux-scsi@vger.kernel.org
6358 T:      git git://git.code.sf.net/p/intel-sas/isci
6359 S:      Supported
6360 F:      drivers/scsi/isci/
6361
6362 INTEL HID EVENT DRIVER
6363 M:      Alex Hung <alex.hung@canonical.com>
6364 L:      platform-driver-x86@vger.kernel.org
6365 S:      Maintained
6366 F:      drivers/platform/x86/intel-hid.c
6367
6368 INTEL VIRTUAL BUTTON DRIVER
6369 M:      AceLan Kao <acelan.kao@canonical.com>
6370 L:      platform-driver-x86@vger.kernel.org
6371 S:      Maintained
6372 F:      drivers/platform/x86/intel-vbtn.c
6373
6374 INTEL IDLE DRIVER
6375 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6376 M:      Len Brown <lenb@kernel.org>
6377 L:      linux-pm@vger.kernel.org
6378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6379 B:      https://bugzilla.kernel.org
6380 S:      Supported
6381 F:      drivers/idle/intel_idle.c
6382
6383 INTEL INTEGRATED SENSOR HUB DRIVER
6384 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6385 M:      Jiri Kosina <jikos@kernel.org>
6386 L:      linux-input@vger.kernel.org
6387 S:      Maintained
6388 F:      drivers/hid/intel-ish-hid/
6389
6390 INTEL PSTATE DRIVER
6391 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6392 M:      Len Brown <lenb@kernel.org>
6393 L:      linux-pm@vger.kernel.org
6394 S:      Supported
6395 F:      drivers/cpufreq/intel_pstate.c
6396
6397 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6398 M:      Maik Broemme <mbroemme@libmpq.org>
6399 L:      linux-fbdev@vger.kernel.org
6400 S:      Maintained
6401 F:      Documentation/fb/intelfb.txt
6402 F:      drivers/video/fbdev/intelfb/
6403
6404 INTEL 810/815 FRAMEBUFFER DRIVER
6405 M:      Antonino Daplas <adaplas@gmail.com>
6406 L:      linux-fbdev@vger.kernel.org
6407 S:      Maintained
6408 F:      drivers/video/fbdev/i810/
6409
6410 INTEL MENLOW THERMAL DRIVER
6411 M:      Sujith Thomas <sujith.thomas@intel.com>
6412 L:      platform-driver-x86@vger.kernel.org
6413 W:      https://01.org/linux-acpi
6414 S:      Supported
6415 F:      drivers/platform/x86/intel_menlow.c
6416
6417 INTEL I/OAT DMA DRIVER
6418 M:      Dave Jiang <dave.jiang@intel.com>
6419 R:      Dan Williams <dan.j.williams@intel.com>
6420 L:      dmaengine@vger.kernel.org
6421 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6422 S:      Supported
6423 F:      drivers/dma/ioat*
6424
6425 INTEL IOMMU (VT-d)
6426 M:      David Woodhouse <dwmw2@infradead.org>
6427 L:      iommu@lists.linux-foundation.org
6428 T:      git git://git.infradead.org/iommu-2.6.git
6429 S:      Supported
6430 F:      drivers/iommu/intel-iommu.c
6431 F:      include/linux/intel-iommu.h
6432
6433 INTEL IOP-ADMA DMA DRIVER
6434 R:      Dan Williams <dan.j.williams@intel.com>
6435 S:      Odd fixes
6436 F:      drivers/dma/iop-adma.c
6437
6438 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6439 M:      Krzysztof Halasa <khalasa@piap.pl>
6440 S:      Maintained
6441 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6442 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6443 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6444 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6445 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6446 F:      drivers/net/wan/ixp4xx_hss.c
6447
6448 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6449 M:      Deepak Saxena <dsaxena@plexity.net>
6450 S:      Maintained
6451 F:      drivers/char/hw_random/ixp4xx-rng.c
6452
6453 INTEL ETHERNET DRIVERS
6454 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6455 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6456 W:      http://www.intel.com/support/feedback.htm
6457 W:      http://e1000.sourceforge.net/
6458 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6461 S:      Supported
6462 F:      Documentation/networking/e100.txt
6463 F:      Documentation/networking/e1000.txt
6464 F:      Documentation/networking/e1000e.txt
6465 F:      Documentation/networking/igb.txt
6466 F:      Documentation/networking/igbvf.txt
6467 F:      Documentation/networking/ixgb.txt
6468 F:      Documentation/networking/ixgbe.txt
6469 F:      Documentation/networking/ixgbevf.txt
6470 F:      Documentation/networking/i40e.txt
6471 F:      Documentation/networking/i40evf.txt
6472 F:      drivers/net/ethernet/intel/
6473 F:      drivers/net/ethernet/intel/*/
6474
6475 INTEL RDMA RNIC DRIVER
6476 M:     Faisal Latif <faisal.latif@intel.com>
6477 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6478 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6479 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6480 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6481 L:     linux-rdma@vger.kernel.org
6482 S:     Supported
6483 F:     drivers/infiniband/hw/i40iw/
6484
6485 INTEL MERRIFIELD GPIO DRIVER
6486 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6487 L:      linux-gpio@vger.kernel.org
6488 S:      Maintained
6489 F:      drivers/gpio/gpio-merrifield.c
6490
6491 INTEL-MID GPIO DRIVER
6492 M:      David Cohen <david.a.cohen@linux.intel.com>
6493 L:      linux-gpio@vger.kernel.org
6494 S:      Maintained
6495 F:      drivers/gpio/gpio-intel-mid.c
6496
6497 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6498 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6499 L:      linux-wireless@vger.kernel.org
6500 S:      Maintained
6501 F:      Documentation/networking/README.ipw2100
6502 F:      Documentation/networking/README.ipw2200
6503 F:      drivers/net/wireless/intel/ipw2x00/
6504
6505 INTEL(R) TRACE HUB
6506 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6507 S:      Supported
6508 F:      Documentation/trace/intel_th.txt
6509 F:      drivers/hwtracing/intel_th/
6510
6511 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6512 M:      Ning Sun <ning.sun@intel.com>
6513 L:      tboot-devel@lists.sourceforge.net
6514 W:      http://tboot.sourceforge.net
6515 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6516 S:      Supported
6517 F:      Documentation/intel_txt.txt
6518 F:      include/linux/tboot.h
6519 F:      arch/x86/kernel/tboot.c
6520
6521 INTEL WIRELESS WIMAX CONNECTION 2400
6522 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6523 M:      linux-wimax@intel.com
6524 L:      wimax@linuxwimax.org (subscribers-only)
6525 S:      Supported
6526 W:      http://linuxwimax.org
6527 F:      Documentation/wimax/README.i2400m
6528 F:      drivers/net/wimax/i2400m/
6529 F:      include/uapi/linux/wimax/i2400m.h
6530
6531 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6532 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6533 L:      linux-wireless@vger.kernel.org
6534 S:      Supported
6535 F:      drivers/net/wireless/intel/iwlegacy/
6536
6537 INTEL WIRELESS WIFI LINK (iwlwifi)
6538 M:      Johannes Berg <johannes.berg@intel.com>
6539 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6540 M:      Luca Coelho <luciano.coelho@intel.com>
6541 M:      Intel Linux Wireless <linuxwifi@intel.com>
6542 L:      linux-wireless@vger.kernel.org
6543 W:      http://intellinuxwireless.org
6544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6545 S:      Supported
6546 F:      drivers/net/wireless/intel/iwlwifi/
6547
6548 INTEL MANAGEMENT ENGINE (mei)
6549 M:      Tomas Winkler <tomas.winkler@intel.com>
6550 L:      linux-kernel@vger.kernel.org
6551 S:      Supported
6552 F:      include/uapi/linux/mei.h
6553 F:      include/linux/mei_cl_bus.h
6554 F:      drivers/misc/mei/*
6555 F:      drivers/watchdog/mei_wdt.c
6556 F:      Documentation/misc-devices/mei/*
6557 F:      samples/mei/*
6558
6559 INTEL MIC DRIVERS (mic)
6560 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6561 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6562 S:      Supported
6563 W:      https://github.com/sudeepdutt/mic
6564 W:      http://software.intel.com/en-us/mic-developer
6565 F:      include/linux/mic_bus.h
6566 F:      include/linux/scif.h
6567 F:      include/uapi/linux/mic_common.h
6568 F:      include/uapi/linux/mic_ioctl.h
6569 F:      include/uapi/linux/scif_ioctl.h
6570 F:      drivers/misc/mic/
6571 F:      drivers/dma/mic_x100_dma.c
6572 F:      drivers/dma/mic_x100_dma.h
6573 F:      Documentation/mic/
6574
6575 INTEL PMC/P-Unit IPC DRIVER
6576 M:      Zha Qipeng<qipeng.zha@intel.com>
6577 L:      platform-driver-x86@vger.kernel.org
6578 S:      Maintained
6579 F:      drivers/platform/x86/intel_pmc_ipc.c
6580 F:      drivers/platform/x86/intel_punit_ipc.c
6581 F:      arch/x86/include/asm/intel_pmc_ipc.h
6582 F:      arch/x86/include/asm/intel_punit_ipc.h
6583
6584 INTEL TELEMETRY DRIVER
6585 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6586 L:      platform-driver-x86@vger.kernel.org
6587 S:      Maintained
6588 F:      arch/x86/include/asm/intel_telemetry.h
6589 F:      drivers/platform/x86/intel_telemetry*
6590
6591 INTEL PMC CORE DRIVER
6592 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6593 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6594 L:      platform-driver-x86@vger.kernel.org
6595 S:      Maintained
6596 F:      arch/x86/include/asm/pmc_core.h
6597 F:      drivers/platform/x86/intel_pmc_core*
6598
6599 IOC3 ETHERNET DRIVER
6600 M:      Ralf Baechle <ralf@linux-mips.org>
6601 L:      linux-mips@linux-mips.org
6602 S:      Maintained
6603 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6604
6605 IOC3 SERIAL DRIVER
6606 M:      Pat Gefre <pfg@sgi.com>
6607 L:      linux-serial@vger.kernel.org
6608 S:      Maintained
6609 F:      drivers/tty/serial/ioc3_serial.c
6610
6611 IOMMU DRIVERS
6612 M:      Joerg Roedel <joro@8bytes.org>
6613 L:      iommu@lists.linux-foundation.org
6614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6615 S:      Maintained
6616 F:      Documentation/devicetree/bindings/iommu/
6617 F:      drivers/iommu/
6618
6619 IP MASQUERADING
6620 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6621 S:      Maintained
6622 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6623
6624 IPMI SUBSYSTEM
6625 M:      Corey Minyard <minyard@acm.org>
6626 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6627 W:      http://openipmi.sourceforge.net/
6628 S:      Supported
6629 F:      Documentation/IPMI.txt
6630 F:      drivers/char/ipmi/
6631 F:      include/linux/ipmi*
6632 F:      include/uapi/linux/ipmi*
6633
6634 QCOM AUDIO (ASoC) DRIVERS
6635 M:      Patrick Lai <plai@codeaurora.org>
6636 M:      Banajit Goswami <bgoswami@codeaurora.org>
6637 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6638 S:      Supported
6639 F:      sound/soc/qcom/
6640
6641 IPS SCSI RAID DRIVER
6642 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6643 L:      linux-scsi@vger.kernel.org
6644 W:      http://www.adaptec.com/
6645 S:      Maintained
6646 F:      drivers/scsi/ips*
6647
6648 IPVS
6649 M:      Wensong Zhang <wensong@linux-vs.org>
6650 M:      Simon Horman <horms@verge.net.au>
6651 M:      Julian Anastasov <ja@ssi.bg>
6652 L:      netdev@vger.kernel.org
6653 L:      lvs-devel@vger.kernel.org
6654 S:      Maintained
6655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6657 F:      Documentation/networking/ipvs-sysctl.txt
6658 F:      include/net/ip_vs.h
6659 F:      include/uapi/linux/ip_vs.h
6660 F:      net/netfilter/ipvs/
6661
6662 IPWIRELESS DRIVER
6663 M:      Jiri Kosina <jikos@kernel.org>
6664 M:      David Sterba <dsterba@suse.com>
6665 S:      Odd Fixes
6666 F:      drivers/tty/ipwireless/
6667
6668 IPX NETWORK LAYER
6669 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6670 L:      netdev@vger.kernel.org
6671 S:      Maintained
6672 F:      include/net/ipx.h
6673 F:      include/uapi/linux/ipx.h
6674 F:      net/ipx/
6675
6676 IRDA SUBSYSTEM
6677 M:      Samuel Ortiz <samuel@sortiz.org>
6678 L:      irda-users@lists.sourceforge.net (subscribers-only)
6679 L:      netdev@vger.kernel.org
6680 W:      http://irda.sourceforge.net/
6681 S:      Maintained
6682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6683 F:      Documentation/networking/irda.txt
6684 F:      drivers/net/irda/
6685 F:      include/net/irda/
6686 F:      net/irda/
6687
6688 IRQ SUBSYSTEM
6689 M:      Thomas Gleixner <tglx@linutronix.de>
6690 L:      linux-kernel@vger.kernel.org
6691 S:      Maintained
6692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6693 F:      kernel/irq/
6694
6695 IRQCHIP DRIVERS
6696 M:      Thomas Gleixner <tglx@linutronix.de>
6697 M:      Jason Cooper <jason@lakedaemon.net>
6698 M:      Marc Zyngier <marc.zyngier@arm.com>
6699 L:      linux-kernel@vger.kernel.org
6700 S:      Maintained
6701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6702 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6703 F:      Documentation/devicetree/bindings/interrupt-controller/
6704 F:      drivers/irqchip/
6705
6706 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6707 M:      Marc Zyngier <marc.zyngier@arm.com>
6708 S:      Maintained
6709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6710 F:      Documentation/IRQ-domain.txt
6711 F:      include/linux/irqdomain.h
6712 F:      kernel/irq/irqdomain.c
6713 F:      kernel/irq/msi.c
6714
6715 ISA
6716 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6717 S:      Maintained
6718 F:      Documentation/isa.txt
6719 F:      drivers/base/isa.c
6720 F:      include/linux/isa.h
6721
6722 ISAPNP
6723 M:      Jaroslav Kysela <perex@perex.cz>
6724 S:      Maintained
6725 F:      Documentation/isapnp.txt
6726 F:      drivers/pnp/isapnp/
6727 F:      include/linux/isapnp.h
6728
6729 ISA RADIO MODULE
6730 M:      Hans Verkuil <hverkuil@xs4all.nl>
6731 L:      linux-media@vger.kernel.org
6732 T:      git git://linuxtv.org/media_tree.git
6733 W:      https://linuxtv.org
6734 S:      Maintained
6735 F:      drivers/media/radio/radio-isa*
6736
6737 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6738 M:      Peter Jones <pjones@redhat.com>
6739 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6740 S:      Maintained
6741 F:      drivers/firmware/iscsi_ibft*
6742
6743 ISCSI
6744 M:      Lee Duncan <lduncan@suse.com>
6745 M:      Chris Leech <cleech@redhat.com>
6746 L:      open-iscsi@googlegroups.com
6747 W:      www.open-iscsi.com
6748 S:      Maintained
6749 F:      drivers/scsi/*iscsi*
6750 F:      include/scsi/*iscsi*
6751
6752 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6753 M:      Or Gerlitz <ogerlitz@mellanox.com>
6754 M:      Sagi Grimberg <sagi@grimberg.me>
6755 M:      Roi Dayan <roid@mellanox.com>
6756 L:      linux-rdma@vger.kernel.org
6757 S:      Supported
6758 W:      http://www.openfabrics.org
6759 W:      www.open-iscsi.org
6760 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6761 F:      drivers/infiniband/ulp/iser/
6762
6763 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6764 M:      Sagi Grimberg <sagi@grimberg.me>
6765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6766 L:      linux-rdma@vger.kernel.org
6767 L:      target-devel@vger.kernel.org
6768 S:      Supported
6769 W:      http://www.linux-iscsi.org
6770 F:      drivers/infiniband/ulp/isert
6771
6772 ISDN SUBSYSTEM
6773 M:      Karsten Keil <isdn@linux-pingi.de>
6774 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6775 L:      netdev@vger.kernel.org
6776 W:      http://www.isdn4linux.de
6777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6778 S:      Maintained
6779 F:      Documentation/isdn/
6780 F:      drivers/isdn/
6781 F:      include/linux/isdn.h
6782 F:      include/linux/isdn/
6783 F:      include/uapi/linux/isdn.h
6784 F:      include/uapi/linux/isdn/
6785
6786 ISDN SUBSYSTEM (Eicon active card driver)
6787 M:      Armin Schindler <mac@melware.de>
6788 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6789 W:      http://www.melware.de
6790 S:      Maintained
6791 F:      drivers/isdn/hardware/eicon/
6792
6793 IT87 HARDWARE MONITORING DRIVER
6794 M:      Jean Delvare <jdelvare@suse.com>
6795 L:      linux-hwmon@vger.kernel.org
6796 S:      Maintained
6797 F:      Documentation/hwmon/it87
6798 F:      drivers/hwmon/it87.c
6799
6800 IT913X MEDIA DRIVER
6801 M:      Antti Palosaari <crope@iki.fi>
6802 L:      linux-media@vger.kernel.org
6803 W:      https://linuxtv.org
6804 W:      http://palosaari.fi/linux/
6805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6806 T:      git git://linuxtv.org/anttip/media_tree.git
6807 S:      Maintained
6808 F:      drivers/media/tuners/it913x*
6809
6810 IVTV VIDEO4LINUX DRIVER
6811 M:      Andy Walls <awalls@md.metrocast.net>
6812 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6813 L:      linux-media@vger.kernel.org
6814 T:      git git://linuxtv.org/media_tree.git
6815 W:      http://www.ivtvdriver.org
6816 S:      Maintained
6817 F:      Documentation/media/v4l-drivers/ivtv*
6818 F:      drivers/media/pci/ivtv/
6819 F:      include/uapi/linux/ivtv*
6820
6821 IX2505V MEDIA DRIVER
6822 M:      Malcolm Priestley <tvboxspy@gmail.com>
6823 L:      linux-media@vger.kernel.org
6824 W:      https://linuxtv.org
6825 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6826 S:      Maintained
6827 F:      drivers/media/dvb-frontends/ix2505v*
6828
6829 JC42.4 TEMPERATURE SENSOR DRIVER
6830 M:      Guenter Roeck <linux@roeck-us.net>
6831 L:      linux-hwmon@vger.kernel.org
6832 S:      Maintained
6833 F:      drivers/hwmon/jc42.c
6834 F:      Documentation/hwmon/jc42
6835
6836 JFS FILESYSTEM
6837 M:      Dave Kleikamp <shaggy@kernel.org>
6838 L:      jfs-discussion@lists.sourceforge.net
6839 W:      http://jfs.sourceforge.net/
6840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6841 S:      Maintained
6842 F:      Documentation/filesystems/jfs.txt
6843 F:      fs/jfs/
6844
6845 JME NETWORK DRIVER
6846 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6847 L:      netdev@vger.kernel.org
6848 S:      Maintained
6849 F:      drivers/net/ethernet/jme.*
6850
6851 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6852 M:      David Woodhouse <dwmw2@infradead.org>
6853 L:      linux-mtd@lists.infradead.org
6854 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6855 S:      Maintained
6856 F:      fs/jffs2/
6857 F:      include/uapi/linux/jffs2.h
6858
6859 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6860 M:      "Theodore Ts'o" <tytso@mit.edu>
6861 M:      Jan Kara <jack@suse.com>
6862 L:      linux-ext4@vger.kernel.org
6863 S:      Maintained
6864 F:      fs/jbd2/
6865 F:      include/linux/jbd2.h
6866
6867 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6868 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6869 L:      linux-media@vger.kernel.org
6870 S:      Maintained
6871 F:      drivers/media/platform/rcar_jpu.c
6872
6873 JSM Neo PCI based serial card
6874 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6875 L:      linux-serial@vger.kernel.org
6876 S:      Maintained
6877 F:      drivers/tty/serial/jsm/
6878
6879 K10TEMP HARDWARE MONITORING DRIVER
6880 M:      Clemens Ladisch <clemens@ladisch.de>
6881 L:      linux-hwmon@vger.kernel.org
6882 S:      Maintained
6883 F:      Documentation/hwmon/k10temp
6884 F:      drivers/hwmon/k10temp.c
6885
6886 K8TEMP HARDWARE MONITORING DRIVER
6887 M:      Rudolf Marek <r.marek@assembler.cz>
6888 L:      linux-hwmon@vger.kernel.org
6889 S:      Maintained
6890 F:      Documentation/hwmon/k8temp
6891 F:      drivers/hwmon/k8temp.c
6892
6893 KASAN
6894 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6895 R:      Alexander Potapenko <glider@google.com>
6896 R:      Dmitry Vyukov <dvyukov@google.com>
6897 L:      kasan-dev@googlegroups.com
6898 S:      Maintained
6899 F:      arch/*/include/asm/kasan.h
6900 F:      arch/*/mm/kasan_init*
6901 F:      Documentation/dev-tools/kasan.rst
6902 F:      include/linux/kasan*.h
6903 F:      lib/test_kasan.c
6904 F:      mm/kasan/
6905 F:      scripts/Makefile.kasan
6906
6907 KCONFIG
6908 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6909 L:      linux-kbuild@vger.kernel.org
6910 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6911 S:      Maintained
6912 F:      Documentation/kbuild/kconfig-language.txt
6913 F:      scripts/kconfig/
6914
6915 KDUMP
6916 M:      Dave Young <dyoung@redhat.com>
6917 M:      Baoquan He <bhe@redhat.com>
6918 R:      Vivek Goyal <vgoyal@redhat.com>
6919 L:      kexec@lists.infradead.org
6920 W:      http://lse.sourceforge.net/kdump/
6921 S:      Maintained
6922 F:      Documentation/kdump/
6923
6924 KEENE FM RADIO TRANSMITTER DRIVER
6925 M:      Hans Verkuil <hverkuil@xs4all.nl>
6926 L:      linux-media@vger.kernel.org
6927 T:      git git://linuxtv.org/media_tree.git
6928 W:      https://linuxtv.org
6929 S:      Maintained
6930 F:      drivers/media/radio/radio-keene*
6931
6932 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6933 M:      Ian Kent <raven@themaw.net>
6934 L:      autofs@vger.kernel.org
6935 S:      Maintained
6936 F:      fs/autofs4/
6937
6938 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6939 M:      Michal Marek <mmarek@suse.com>
6940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6942 L:      linux-kbuild@vger.kernel.org
6943 S:      Maintained
6944 F:      Documentation/kbuild/
6945 F:      Makefile
6946 F:      scripts/Makefile.*
6947 F:      scripts/basic/
6948 F:      scripts/mk*
6949 F:      scripts/package/
6950
6951 KERNEL JANITORS
6952 L:      kernel-janitors@vger.kernel.org
6953 W:      http://kernelnewbies.org/KernelJanitors
6954 S:      Odd Fixes
6955
6956 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6957 M:      "J. Bruce Fields" <bfields@fieldses.org>
6958 M:      Jeff Layton <jlayton@poochiereds.net>
6959 L:      linux-nfs@vger.kernel.org
6960 W:      http://nfs.sourceforge.net/
6961 T:      git git://linux-nfs.org/~bfields/linux.git
6962 S:      Supported
6963 F:      fs/nfsd/
6964 F:      include/uapi/linux/nfsd/
6965 F:      fs/lockd/
6966 F:      fs/nfs_common/
6967 F:      net/sunrpc/
6968 F:      include/linux/lockd/
6969 F:      include/linux/sunrpc/
6970 F:      include/uapi/linux/sunrpc/
6971
6972 KERNEL SELFTEST FRAMEWORK
6973 M:      Shuah Khan <shuahkh@osg.samsung.com>
6974 M:      Shuah Khan <shuah@kernel.org>
6975 L:      linux-kselftest@vger.kernel.org
6976 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6977 S:      Maintained
6978 F:      tools/testing/selftests
6979
6980 KERNEL VIRTUAL MACHINE (KVM)
6981 M:      Paolo Bonzini <pbonzini@redhat.com>
6982 M:      Radim Krčmář <rkrcmar@redhat.com>
6983 L:      kvm@vger.kernel.org
6984 W:      http://www.linux-kvm.org
6985 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6986 S:      Supported
6987 F:      Documentation/*/kvm*.txt
6988 F:      Documentation/virtual/kvm/
6989 F:      arch/*/kvm/
6990 F:      arch/x86/kernel/kvm.c
6991 F:      arch/x86/kernel/kvmclock.c
6992 F:      arch/*/include/asm/kvm*
6993 F:      include/linux/kvm*
6994 F:      include/uapi/linux/kvm*
6995 F:      virt/kvm/
6996 F:      tools/kvm/
6997
6998 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6999 M:      Joerg Roedel <joro@8bytes.org>
7000 L:      kvm@vger.kernel.org
7001 W:      http://www.linux-kvm.org/
7002 S:      Maintained
7003 F:      arch/x86/include/asm/svm.h
7004 F:      arch/x86/kvm/svm.c
7005
7006 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7007 M:      Alexander Graf <agraf@suse.com>
7008 L:      kvm-ppc@vger.kernel.org
7009 W:      http://www.linux-kvm.org/
7010 T:      git git://github.com/agraf/linux-2.6.git
7011 S:      Supported
7012 F:      arch/powerpc/include/asm/kvm*
7013 F:      arch/powerpc/kvm/
7014
7015 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7016 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7017 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7018 L:      linux-s390@vger.kernel.org
7019 W:      http://www.ibm.com/developerworks/linux/linux390/
7020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7021 S:      Supported
7022 F:      Documentation/s390/kvm.txt
7023 F:      arch/s390/include/asm/kvm*
7024 F:      arch/s390/kvm/
7025
7026 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7027 M:      Christoffer Dall <christoffer.dall@linaro.org>
7028 M:      Marc Zyngier <marc.zyngier@arm.com>
7029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7030 L:      kvmarm@lists.cs.columbia.edu
7031 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7033 S:      Supported
7034 F:      arch/arm/include/uapi/asm/kvm*
7035 F:      arch/arm/include/asm/kvm*
7036 F:      arch/arm/kvm/
7037 F:      virt/kvm/arm/
7038 F:      include/kvm/arm_*
7039
7040 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7041 M:      Christoffer Dall <christoffer.dall@linaro.org>
7042 M:      Marc Zyngier <marc.zyngier@arm.com>
7043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7044 L:      kvmarm@lists.cs.columbia.edu
7045 S:      Maintained
7046 F:      arch/arm64/include/uapi/asm/kvm*
7047 F:      arch/arm64/include/asm/kvm*
7048 F:      arch/arm64/kvm/
7049
7050 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7051 M:      James Hogan <james.hogan@imgtec.com>
7052 L:      linux-mips@linux-mips.org
7053 S:      Supported
7054 F:      arch/mips/include/uapi/asm/kvm*
7055 F:      arch/mips/include/asm/kvm*
7056 F:      arch/mips/kvm/
7057
7058 KEXEC
7059 M:      Eric Biederman <ebiederm@xmission.com>
7060 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7061 L:      kexec@lists.infradead.org
7062 S:      Maintained
7063 F:      include/linux/kexec.h
7064 F:      include/uapi/linux/kexec.h
7065 F:      kernel/kexec*
7066
7067 KEYS/KEYRINGS:
7068 M:      David Howells <dhowells@redhat.com>
7069 L:      keyrings@vger.kernel.org
7070 S:      Maintained
7071 F:      Documentation/security/keys.txt
7072 F:      include/linux/key.h
7073 F:      include/linux/key-type.h
7074 F:      include/linux/keyctl.h
7075 F:      include/uapi/linux/keyctl.h
7076 F:      include/keys/
7077 F:      security/keys/
7078
7079 KEYS-TRUSTED
7080 M:      David Safford <safford@us.ibm.com>
7081 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7082 L:      linux-security-module@vger.kernel.org
7083 L:      keyrings@vger.kernel.org
7084 S:      Supported
7085 F:      Documentation/security/keys-trusted-encrypted.txt
7086 F:      include/keys/trusted-type.h
7087 F:      security/keys/trusted.c
7088 F:      security/keys/trusted.h
7089
7090 KEYS-ENCRYPTED
7091 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7092 M:      David Safford <safford@us.ibm.com>
7093 L:      linux-security-module@vger.kernel.org
7094 L:      keyrings@vger.kernel.org
7095 S:      Supported
7096 F:      Documentation/security/keys-trusted-encrypted.txt
7097 F:      include/keys/encrypted-type.h
7098 F:      security/keys/encrypted-keys/
7099
7100 KGDB / KDB /debug_core
7101 M:      Jason Wessel <jason.wessel@windriver.com>
7102 W:      http://kgdb.wiki.kernel.org/
7103 L:      kgdb-bugreport@lists.sourceforge.net
7104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7105 S:      Maintained
7106 F:      Documentation/DocBook/kgdb.tmpl
7107 F:      drivers/misc/kgdbts.c
7108 F:      drivers/tty/serial/kgdboc.c
7109 F:      include/linux/kdb.h
7110 F:      include/linux/kgdb.h
7111 F:      kernel/debug/
7112
7113 KMEMCHECK
7114 M:      Vegard Nossum <vegardno@ifi.uio.no>
7115 M:      Pekka Enberg <penberg@kernel.org>
7116 S:      Maintained
7117 F:      Documentation/dev-tools/kmemcheck.rst
7118 F:      arch/x86/include/asm/kmemcheck.h
7119 F:      arch/x86/mm/kmemcheck/
7120 F:      include/linux/kmemcheck.h
7121 F:      mm/kmemcheck.c
7122
7123 KMEMLEAK
7124 M:      Catalin Marinas <catalin.marinas@arm.com>
7125 S:      Maintained
7126 F:      Documentation/dev-tools/kmemleak.rst
7127 F:      include/linux/kmemleak.h
7128 F:      mm/kmemleak.c
7129 F:      mm/kmemleak-test.c
7130
7131 KPROBES
7132 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7133 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7134 M:      "David S. Miller" <davem@davemloft.net>
7135 M:      Masami Hiramatsu <mhiramat@kernel.org>
7136 S:      Maintained
7137 F:      Documentation/kprobes.txt
7138 F:      include/linux/kprobes.h
7139 F:      kernel/kprobes.c
7140
7141 KS0108 LCD CONTROLLER DRIVER
7142 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7143 W:      http://miguelojeda.es/auxdisplay.htm
7144 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7145 S:      Maintained
7146 F:      Documentation/auxdisplay/ks0108
7147 F:      drivers/auxdisplay/ks0108.c
7148 F:      include/linux/ks0108.h
7149
7150 L3MDEV
7151 M:      David Ahern <dsa@cumulusnetworks.com>
7152 L:      netdev@vger.kernel.org
7153 S:      Maintained
7154 F:      net/l3mdev
7155 F:      include/net/l3mdev.h
7156
7157 LANTIQ MIPS ARCHITECTURE
7158 M:      John Crispin <john@phrozen.org>
7159 L:      linux-mips@linux-mips.org
7160 S:      Maintained
7161 F:      arch/mips/lantiq
7162
7163 LAPB module
7164 L:      linux-x25@vger.kernel.org
7165 S:      Orphan
7166 F:      Documentation/networking/lapb-module.txt
7167 F:      include/*/lapb.h
7168 F:      net/lapb/
7169
7170 LASI 53c700 driver for PARISC
7171 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7172 L:      linux-scsi@vger.kernel.org
7173 S:      Maintained
7174 F:      Documentation/scsi/53c700.txt
7175 F:      drivers/scsi/53c700*
7176
7177 LED SUBSYSTEM
7178 M:      Richard Purdie <rpurdie@rpsys.net>
7179 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7180 M:      Pavel Machek <pavel@ucw.cz>
7181 L:      linux-leds@vger.kernel.org
7182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7183 S:      Maintained
7184 F:      Documentation/devicetree/bindings/leds/
7185 F:      drivers/leds/
7186 F:      include/linux/leds.h
7187
7188 LEGACY EEPROM DRIVER
7189 M:      Jean Delvare <jdelvare@suse.com>
7190 S:      Maintained
7191 F:      Documentation/misc-devices/eeprom
7192 F:      drivers/misc/eeprom/eeprom.c
7193
7194 LEGO USB Tower driver
7195 M:      Juergen Stuber <starblue@users.sourceforge.net>
7196 L:      legousb-devel@lists.sourceforge.net
7197 W:      http://legousb.sourceforge.net/
7198 S:      Maintained
7199 F:      drivers/usb/misc/legousbtower.c
7200
7201 LG2160 MEDIA DRIVER
7202 M:      Michael Krufky <mkrufky@linuxtv.org>
7203 L:      linux-media@vger.kernel.org
7204 W:      https://linuxtv.org
7205 W:      http://github.com/mkrufky
7206 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7207 T:      git git://linuxtv.org/mkrufky/tuners.git
7208 S:      Maintained
7209 F:      drivers/media/dvb-frontends/lg2160.*
7210
7211 LGDT3305 MEDIA DRIVER
7212 M:      Michael Krufky <mkrufky@linuxtv.org>
7213 L:      linux-media@vger.kernel.org
7214 W:      https://linuxtv.org
7215 W:      http://github.com/mkrufky
7216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7217 T:      git git://linuxtv.org/mkrufky/tuners.git
7218 S:      Maintained
7219 F:      drivers/media/dvb-frontends/lgdt3305.*
7220
7221 LGUEST
7222 M:      Rusty Russell <rusty@rustcorp.com.au>
7223 L:      lguest@lists.ozlabs.org
7224 W:      http://lguest.ozlabs.org/
7225 S:      Odd Fixes
7226 F:      arch/x86/include/asm/lguest*.h
7227 F:      arch/x86/lguest/
7228 F:      drivers/lguest/
7229 F:      include/linux/lguest*.h
7230 F:      tools/lguest/
7231
7232 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7233 M:      Tejun Heo <tj@kernel.org>
7234 L:      linux-ide@vger.kernel.org
7235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7236 S:      Maintained
7237 F:      drivers/ata/
7238 F:      include/linux/ata.h
7239 F:      include/linux/libata.h
7240 F:      Documentation/devicetree/bindings/ata/
7241
7242 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7243 M:      Viresh Kumar <vireshk@kernel.org>
7244 L:      linux-ide@vger.kernel.org
7245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7246 S:      Maintained
7247 F:      include/linux/pata_arasan_cf_data.h
7248 F:      drivers/ata/pata_arasan_cf.c
7249
7250 LIBATA PATA DRIVERS
7251 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7252 M:      Tejun Heo <tj@kernel.org>
7253 L:      linux-ide@vger.kernel.org
7254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7255 S:      Maintained
7256 F:      drivers/ata/pata_*.c
7257 F:      drivers/ata/ata_generic.c
7258
7259 LIBATA SATA AHCI PLATFORM devices support
7260 M:      Hans de Goede <hdegoede@redhat.com>
7261 M:      Tejun Heo <tj@kernel.org>
7262 L:      linux-ide@vger.kernel.org
7263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7264 S:      Maintained
7265 F:      drivers/ata/ahci_platform.c
7266 F:      drivers/ata/libahci_platform.c
7267 F:      include/linux/ahci_platform.h
7268
7269 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7270 M:      Mikael Pettersson <mikpelinux@gmail.com>
7271 L:      linux-ide@vger.kernel.org
7272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7273 S:      Maintained
7274 F:      drivers/ata/sata_promise.*
7275
7276 LIBLOCKDEP
7277 M:      Sasha Levin <sasha.levin@oracle.com>
7278 S:      Maintained
7279 F:      tools/lib/lockdep/
7280
7281 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7282 M:      Dan Williams <dan.j.williams@intel.com>
7283 L:      linux-nvdimm@lists.01.org
7284 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7286 S:      Supported
7287 F:      drivers/nvdimm/*
7288 F:      include/linux/nd.h
7289 F:      include/linux/libnvdimm.h
7290 F:      include/uapi/linux/ndctl.h
7291
7292 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7293 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7294 L:      linux-nvdimm@lists.01.org
7295 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7296 S:      Supported
7297 F:      drivers/nvdimm/blk.c
7298 F:      drivers/nvdimm/region_devs.c
7299 F:      drivers/acpi/nfit*
7300
7301 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7302 M:      Vishal Verma <vishal.l.verma@intel.com>
7303 L:      linux-nvdimm@lists.01.org
7304 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7305 S:      Supported
7306 F:      drivers/nvdimm/btt*
7307
7308 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7309 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7310 L:      linux-nvdimm@lists.01.org
7311 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7312 S:      Supported
7313 F:      drivers/nvdimm/pmem.c
7314 F:      include/linux/pmem.h
7315 F:      arch/*/include/asm/pmem.h
7316
7317 LIGHTNVM PLATFORM SUPPORT
7318 M:      Matias Bjorling <mb@lightnvm.io>
7319 W:      http://github/OpenChannelSSD
7320 L:      linux-block@vger.kernel.org
7321 S:      Maintained
7322 F:      drivers/lightnvm/
7323 F:      include/linux/lightnvm.h
7324 F:      include/uapi/linux/lightnvm.h
7325
7326 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7327 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7328 M:      Paul Mackerras <paulus@samba.org>
7329 M:      Michael Ellerman <mpe@ellerman.id.au>
7330 W:      https://github.com/linuxppc/linux/wiki
7331 L:      linuxppc-dev@lists.ozlabs.org
7332 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7334 S:      Supported
7335 F:      Documentation/powerpc/
7336 F:      arch/powerpc/
7337 F:      drivers/char/tpm/tpm_ibmvtpm*
7338 F:      drivers/crypto/nx/
7339 F:      drivers/crypto/vmx/
7340 F:      drivers/net/ethernet/ibm/ibmveth.*
7341 F:      drivers/net/ethernet/ibm/ibmvnic.*
7342 F:      drivers/pci/hotplug/pnv_php.c
7343 F:      drivers/pci/hotplug/rpa*
7344 F:      drivers/scsi/ibmvscsi/
7345 F:      tools/testing/selftests/powerpc
7346 N:      opal
7347 N:      /pmac
7348 N:      powermac
7349 N:      powernv
7350 N:      [^a-z0-9]ps3
7351 N:      pseries
7352
7353 LINUX FOR POWER MACINTOSH
7354 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7355 W:      http://www.penguinppc.org/
7356 L:      linuxppc-dev@lists.ozlabs.org
7357 S:      Maintained
7358 F:      arch/powerpc/platforms/powermac/
7359 F:      drivers/macintosh/
7360
7361 LINUX FOR POWERPC EMBEDDED MPC5XXX
7362 M:      Anatolij Gustschin <agust@denx.de>
7363 L:      linuxppc-dev@lists.ozlabs.org
7364 T:      git git://git.denx.de/linux-denx-agust.git
7365 S:      Maintained
7366 F:      arch/powerpc/platforms/512x/
7367 F:      arch/powerpc/platforms/52xx/
7368
7369 LINUX FOR POWERPC EMBEDDED PPC4XX
7370 M:      Alistair Popple <alistair@popple.id.au>
7371 M:      Matt Porter <mporter@kernel.crashing.org>
7372 W:      http://www.penguinppc.org/
7373 L:      linuxppc-dev@lists.ozlabs.org
7374 S:      Maintained
7375 F:      arch/powerpc/platforms/40x/
7376 F:      arch/powerpc/platforms/44x/
7377
7378 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7379 L:      linuxppc-dev@lists.ozlabs.org
7380 S:      Orphan
7381 F:      arch/powerpc/*/*virtex*
7382 F:      arch/powerpc/*/*/*virtex*
7383
7384 LINUX FOR POWERPC EMBEDDED PPC8XX
7385 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7386 W:      http://www.penguinppc.org/
7387 L:      linuxppc-dev@lists.ozlabs.org
7388 S:      Maintained
7389 F:      arch/powerpc/platforms/8xx/
7390
7391 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7392 M:      Scott Wood <oss@buserror.net>
7393 M:      Kumar Gala <galak@kernel.crashing.org>
7394 W:      http://www.penguinppc.org/
7395 L:      linuxppc-dev@lists.ozlabs.org
7396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7397 S:      Maintained
7398 F:      arch/powerpc/platforms/83xx/
7399 F:      arch/powerpc/platforms/85xx/
7400
7401 LINUX FOR POWERPC PA SEMI PWRFICIENT
7402 L:      linuxppc-dev@lists.ozlabs.org
7403 S:      Orphan
7404 F:      arch/powerpc/platforms/pasemi/
7405 F:      drivers/*/*pasemi*
7406 F:      drivers/*/*/*pasemi*
7407
7408 LINUX SECURITY MODULE (LSM) FRAMEWORK
7409 M:      Chris Wright <chrisw@sous-sol.org>
7410 L:      linux-security-module@vger.kernel.org
7411 S:      Supported
7412
7413 LIS3LV02D ACCELEROMETER DRIVER
7414 M:      Eric Piel <eric.piel@tremplin-utc.net>
7415 S:      Maintained
7416 F:      Documentation/misc-devices/lis3lv02d
7417 F:      drivers/misc/lis3lv02d/
7418 F:      drivers/platform/x86/hp_accel.c
7419
7420 LIVE PATCHING
7421 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7422 M:      Jessica Yu <jeyu@redhat.com>
7423 M:      Jiri Kosina <jikos@kernel.org>
7424 M:      Miroslav Benes <mbenes@suse.cz>
7425 R:      Petr Mladek <pmladek@suse.com>
7426 S:      Maintained
7427 F:      kernel/livepatch/
7428 F:      include/linux/livepatch.h
7429 F:      arch/x86/include/asm/livepatch.h
7430 F:      arch/x86/kernel/livepatch.c
7431 F:      Documentation/livepatch/
7432 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7433 F:      samples/livepatch/
7434 L:      live-patching@vger.kernel.org
7435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7436
7437 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7438 M:      Kees Cook <keescook@chromium.org>
7439 S:      Maintained
7440 F:      drivers/misc/lkdtm*
7441
7442 LLC (802.2)
7443 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7444 S:      Maintained
7445 F:      include/linux/llc.h
7446 F:      include/uapi/linux/llc.h
7447 F:      include/net/llc*
7448 F:      net/llc/
7449
7450 LM73 HARDWARE MONITOR DRIVER
7451 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7452 L:      linux-hwmon@vger.kernel.org
7453 S:      Maintained
7454 F:      drivers/hwmon/lm73.c
7455
7456 LM78 HARDWARE MONITOR DRIVER
7457 M:      Jean Delvare <jdelvare@suse.com>
7458 L:      linux-hwmon@vger.kernel.org
7459 S:      Maintained
7460 F:      Documentation/hwmon/lm78
7461 F:      drivers/hwmon/lm78.c
7462
7463 LM83 HARDWARE MONITOR DRIVER
7464 M:      Jean Delvare <jdelvare@suse.com>
7465 L:      linux-hwmon@vger.kernel.org
7466 S:      Maintained
7467 F:      Documentation/hwmon/lm83
7468 F:      drivers/hwmon/lm83.c
7469
7470 LM90 HARDWARE MONITOR DRIVER
7471 M:      Jean Delvare <jdelvare@suse.com>
7472 L:      linux-hwmon@vger.kernel.org
7473 S:      Maintained
7474 F:      Documentation/hwmon/lm90
7475 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7476 F:      drivers/hwmon/lm90.c
7477
7478 LM95234 HARDWARE MONITOR DRIVER
7479 M:      Guenter Roeck <linux@roeck-us.net>
7480 L:      linux-hwmon@vger.kernel.org
7481 S:      Maintained
7482 F:      Documentation/hwmon/lm95234
7483 F:      drivers/hwmon/lm95234.c
7484
7485 LME2510 MEDIA DRIVER
7486 M:      Malcolm Priestley <tvboxspy@gmail.com>
7487 L:      linux-media@vger.kernel.org
7488 W:      https://linuxtv.org
7489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7490 S:      Maintained
7491 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7492
7493 LOCKING PRIMITIVES
7494 M:      Peter Zijlstra <peterz@infradead.org>
7495 M:      Ingo Molnar <mingo@redhat.com>
7496 L:      linux-kernel@vger.kernel.org
7497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7498 S:      Maintained
7499 F:      Documentation/locking/
7500 F:      include/linux/lockdep.h
7501 F:      include/linux/spinlock*.h
7502 F:      arch/*/include/asm/spinlock*.h
7503 F:      include/linux/rwlock*.h
7504 F:      include/linux/mutex*.h
7505 F:      arch/*/include/asm/mutex*.h
7506 F:      include/linux/rwsem*.h
7507 F:      arch/*/include/asm/rwsem.h
7508 F:      include/linux/seqlock.h
7509 F:      lib/locking*.[ch]
7510 F:      kernel/locking/
7511
7512 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7513 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7514 L:      linux-ntfs-dev@lists.sourceforge.net
7515 W:      http://www.linux-ntfs.org/content/view/19/37/
7516 S:      Maintained
7517 F:      Documentation/ldm.txt
7518 F:      block/partitions/ldm.*
7519
7520 LogFS
7521 M:      Joern Engel <joern@logfs.org>
7522 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7523 L:      logfs@logfs.org
7524 W:      logfs.org
7525 S:      Maintained
7526 F:      fs/logfs/
7527
7528 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7529 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7530 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7531 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7532 L:      MPT-FusionLinux.pdl@broadcom.com
7533 L:      linux-scsi@vger.kernel.org
7534 W:      http://www.avagotech.com/support/
7535 S:      Supported
7536 F:      drivers/message/fusion/
7537 F:      drivers/scsi/mpt2sas/
7538 F:      drivers/scsi/mpt3sas/
7539
7540 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7541 M:      Matthew Wilcox <matthew@wil.cx>
7542 L:      linux-scsi@vger.kernel.org
7543 S:      Maintained
7544 F:      drivers/scsi/sym53c8xx_2/
7545
7546 LTC4261 HARDWARE MONITOR DRIVER
7547 M:      Guenter Roeck <linux@roeck-us.net>
7548 L:      linux-hwmon@vger.kernel.org
7549 S:      Maintained
7550 F:      Documentation/hwmon/ltc4261
7551 F:      drivers/hwmon/ltc4261.c
7552
7553 LTP (Linux Test Project)
7554 M:      Mike Frysinger <vapier@gentoo.org>
7555 M:      Cyril Hrubis <chrubis@suse.cz>
7556 M:      Wanlong Gao <wanlong.gao@gmail.com>
7557 M:      Jan Stancek <jstancek@redhat.com>
7558 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7559 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7560 L:      ltp@lists.linux.it (subscribers-only)
7561 W:      http://linux-test-project.github.io/
7562 T:      git git://github.com/linux-test-project/ltp.git
7563 S:      Maintained
7564
7565 M32R ARCHITECTURE
7566 W:      http://www.linux-m32r.org/
7567 S:      Orphan
7568 F:      arch/m32r/
7569
7570 M68K ARCHITECTURE
7571 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7572 L:      linux-m68k@lists.linux-m68k.org
7573 W:      http://www.linux-m68k.org/
7574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7575 S:      Maintained
7576 F:      arch/m68k/
7577 F:      drivers/zorro/
7578
7579 M68K ON APPLE MACINTOSH
7580 M:      Joshua Thompson <funaho@jurai.org>
7581 W:      http://www.mac.linux-m68k.org/
7582 L:      linux-m68k@lists.linux-m68k.org
7583 S:      Maintained
7584 F:      arch/m68k/mac/
7585
7586 M68K ON HP9000/300
7587 M:      Philip Blundell <philb@gnu.org>
7588 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7589 S:      Maintained
7590 F:      arch/m68k/hp300/
7591
7592 M88DS3103 MEDIA DRIVER
7593 M:      Antti Palosaari <crope@iki.fi>
7594 L:      linux-media@vger.kernel.org
7595 W:      https://linuxtv.org
7596 W:      http://palosaari.fi/linux/
7597 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7598 T:      git git://linuxtv.org/anttip/media_tree.git
7599 S:      Maintained
7600 F:      drivers/media/dvb-frontends/m88ds3103*
7601
7602 M88RS2000 MEDIA DRIVER
7603 M:      Malcolm Priestley <tvboxspy@gmail.com>
7604 L:      linux-media@vger.kernel.org
7605 W:      https://linuxtv.org
7606 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7607 S:      Maintained
7608 F:      drivers/media/dvb-frontends/m88rs2000*
7609
7610 MA901 MASTERKIT USB FM RADIO DRIVER
7611 M:      Alexey Klimov <klimov.linux@gmail.com>
7612 L:      linux-media@vger.kernel.org
7613 T:      git git://linuxtv.org/media_tree.git
7614 S:      Maintained
7615 F:      drivers/media/radio/radio-ma901.c
7616
7617 MAC80211
7618 M:      Johannes Berg <johannes@sipsolutions.net>
7619 L:      linux-wireless@vger.kernel.org
7620 W:      http://wireless.kernel.org/
7621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7623 S:      Maintained
7624 F:      Documentation/networking/mac80211-injection.txt
7625 F:      include/net/mac80211.h
7626 F:      net/mac80211/
7627 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7628
7629 MACVLAN DRIVER
7630 M:      Patrick McHardy <kaber@trash.net>
7631 L:      netdev@vger.kernel.org
7632 S:      Maintained
7633 F:      drivers/net/macvlan.c
7634 F:      include/linux/if_macvlan.h
7635
7636 MAILBOX API
7637 M:      Jassi Brar <jassisinghbrar@gmail.com>
7638 L:      linux-kernel@vger.kernel.org
7639 S:      Maintained
7640 F:      drivers/mailbox/
7641 F:      include/linux/mailbox_client.h
7642 F:      include/linux/mailbox_controller.h
7643
7644 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7645 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7646 W:      http://www.kernel.org/doc/man-pages
7647 L:      linux-man@vger.kernel.org
7648 S:      Maintained
7649
7650 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7651 M:      Andrew Lunn <andrew@lunn.ch>
7652 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7653 L:      netdev@vger.kernel.org
7654 S:      Maintained
7655 F:      drivers/net/dsa/mv88e6xxx/
7656 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7657
7658 MARVELL ARMADA DRM SUPPORT
7659 M:      Russell King <rmk+kernel@armlinux.org.uk>
7660 S:      Maintained
7661 F:      drivers/gpu/drm/armada/
7662 F:      include/uapi/drm/armada_drm.h
7663 F:      Documentation/devicetree/bindings/display/armada/
7664
7665 MARVELL CRYPTO DRIVER
7666 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7667 M:      Arnaud Ebalard <arno@natisbad.org>
7668 F:      drivers/crypto/marvell/
7669 S:      Maintained
7670 L:      linux-crypto@vger.kernel.org
7671
7672 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7673 M:      Mirko Lindner <mlindner@marvell.com>
7674 M:      Stephen Hemminger <stephen@networkplumber.org>
7675 L:      netdev@vger.kernel.org
7676 S:      Maintained
7677 F:      drivers/net/ethernet/marvell/sk*
7678
7679 MARVELL LIBERTAS WIRELESS DRIVER
7680 L:      libertas-dev@lists.infradead.org
7681 S:      Orphan
7682 F:      drivers/net/wireless/marvell/libertas/
7683
7684 MARVELL MV643XX ETHERNET DRIVER
7685 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7686 L:      netdev@vger.kernel.org
7687 S:      Maintained
7688 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7689 F:      include/linux/mv643xx.h
7690
7691 MARVELL MVNETA ETHERNET DRIVER
7692 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7693 L:      netdev@vger.kernel.org
7694 S:      Maintained
7695 F:      drivers/net/ethernet/marvell/mvneta.*
7696
7697 MARVELL MWIFIEX WIRELESS DRIVER
7698 M:      Amitkumar Karwar <akarwar@marvell.com>
7699 M:      Nishant Sarmukadam <nishants@marvell.com>
7700 L:      linux-wireless@vger.kernel.org
7701 S:      Maintained
7702 F:      drivers/net/wireless/marvell/mwifiex/
7703
7704 MARVELL MWL8K WIRELESS DRIVER
7705 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7706 L:      linux-wireless@vger.kernel.org
7707 S:      Odd Fixes
7708 F:      drivers/net/wireless/marvell/mwl8k.c
7709
7710 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7711 M:      Nicolas Pitre <nico@fluxnic.net>
7712 S:      Odd Fixes
7713 F:      drivers/mmc/host/mvsdio.*
7714
7715 MATROX FRAMEBUFFER DRIVER
7716 L:      linux-fbdev@vger.kernel.org
7717 S:      Orphan
7718 F:      drivers/video/fbdev/matrox/matroxfb_*
7719 F:      include/uapi/linux/matroxfb.h
7720
7721 MAX16065 HARDWARE MONITOR DRIVER
7722 M:      Guenter Roeck <linux@roeck-us.net>
7723 L:      linux-hwmon@vger.kernel.org
7724 S:      Maintained
7725 F:      Documentation/hwmon/max16065
7726 F:      drivers/hwmon/max16065.c
7727
7728 MAX20751 HARDWARE MONITOR DRIVER
7729 M:      Guenter Roeck <linux@roeck-us.net>
7730 L:      linux-hwmon@vger.kernel.org
7731 S:      Maintained
7732 F:      Documentation/hwmon/max20751
7733 F:      drivers/hwmon/max20751.c
7734
7735 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7736 L:      linux-hwmon@vger.kernel.org
7737 S:      Orphan
7738 F:      Documentation/hwmon/max6650
7739 F:      drivers/hwmon/max6650.c
7740
7741 MAX6697 HARDWARE MONITOR DRIVER
7742 M:      Guenter Roeck <linux@roeck-us.net>
7743 L:      linux-hwmon@vger.kernel.org
7744 S:      Maintained
7745 F:      Documentation/hwmon/max6697
7746 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7747 F:      drivers/hwmon/max6697.c
7748 F:      include/linux/platform_data/max6697.h
7749
7750 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7751 M:      Peter Rosin <peda@axentia.se>
7752 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7753 S:      Maintained
7754 F:      Documentation/devicetree/bindings/sound/max9860.txt
7755 F:      sound/soc/codecs/max9860.*
7756
7757 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7758 M:      Krzysztof Kozlowski <krzk@kernel.org>
7759 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7760 L:      linux-pm@vger.kernel.org
7761 S:      Supported
7762 F:      drivers/power/supply/max14577_charger.c
7763 F:      drivers/power/supply/max77693_charger.c
7764
7765 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7766 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7767 L:      linux-kernel@vger.kernel.org
7768 S:      Supported
7769 F:      drivers/*/*max77802*.c
7770 F:      Documentation/devicetree/bindings/*/*max77802.txt
7771 F:      include/dt-bindings/*/*max77802.h
7772
7773 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7774 M:      Chanwoo Choi <cw00.choi@samsung.com>
7775 M:      Krzysztof Kozlowski <krzk@kernel.org>
7776 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7777 L:      linux-kernel@vger.kernel.org
7778 S:      Supported
7779 F:      drivers/*/max14577*.c
7780 F:      drivers/*/max77686*.c
7781 F:      drivers/*/max77693*.c
7782 F:      drivers/extcon/extcon-max14577.c
7783 F:      drivers/extcon/extcon-max77693.c
7784 F:      drivers/rtc/rtc-max77686.c
7785 F:      drivers/clk/clk-max77686.c
7786 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7787 F:      Documentation/devicetree/bindings/*/max77686.txt
7788 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7789 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7790 F:      include/linux/mfd/max14577*.h
7791 F:      include/linux/mfd/max77686*.h
7792 F:      include/linux/mfd/max77693*.h
7793
7794 MAXIRADIO FM RADIO RECEIVER DRIVER
7795 M:      Hans Verkuil <hverkuil@xs4all.nl>
7796 L:      linux-media@vger.kernel.org
7797 T:      git git://linuxtv.org/media_tree.git
7798 W:      https://linuxtv.org
7799 S:      Maintained
7800 F:      drivers/media/radio/radio-maxiradio*
7801
7802 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7803 M:      Peter Rosin <peda@axentia.se>
7804 L:      linux-iio@vger.kernel.org
7805 S:      Maintained
7806 F:      drivers/iio/potentiometer/mcp4531.c
7807
7808 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7809 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7810 L:      linux-iio@vger.kernel.org
7811 S:      Maintained
7812 F:      drivers/iio/dac/cio-dac.c
7813
7814 MEDIA DRIVERS FOR RENESAS - FCP
7815 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7816 L:      linux-media@vger.kernel.org
7817 L:      linux-renesas-soc@vger.kernel.org
7818 T:      git git://linuxtv.org/media_tree.git
7819 S:      Supported
7820 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7821 F:      drivers/media/platform/rcar-fcp.c
7822 F:      include/media/rcar-fcp.h
7823
7824 MEDIA DRIVERS FOR RENESAS - VIN
7825 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7826 L:      linux-media@vger.kernel.org
7827 L:      linux-renesas-soc@vger.kernel.org
7828 T:      git git://linuxtv.org/media_tree.git
7829 S:      Supported
7830 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7831 F:      drivers/media/platform/rcar-vin/
7832
7833 MEDIA DRIVERS FOR RENESAS - VSP1
7834 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7835 L:      linux-media@vger.kernel.org
7836 L:      linux-renesas-soc@vger.kernel.org
7837 T:      git git://linuxtv.org/media_tree.git
7838 S:      Supported
7839 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7840 F:      drivers/media/platform/vsp1/
7841
7842 MEDIA DRIVERS FOR HELENE
7843 M:      Abylay Ospan <aospan@netup.ru>
7844 L:      linux-media@vger.kernel.org
7845 W:      https://linuxtv.org
7846 W:      http://netup.tv/
7847 T:      git git://linuxtv.org/media_tree.git
7848 S:      Supported
7849 F:      drivers/media/dvb-frontends/helene*
7850
7851 MEDIA DRIVERS FOR ASCOT2E
7852 M:      Sergey Kozlov <serjk@netup.ru>
7853 M:      Abylay Ospan <aospan@netup.ru>
7854 L:      linux-media@vger.kernel.org
7855 W:      https://linuxtv.org
7856 W:      http://netup.tv/
7857 T:      git git://linuxtv.org/media_tree.git
7858 S:      Supported
7859 F:      drivers/media/dvb-frontends/ascot2e*
7860
7861 MEDIA DRIVERS FOR CXD2841ER
7862 M:      Sergey Kozlov <serjk@netup.ru>
7863 M:      Abylay Ospan <aospan@netup.ru>
7864 L:      linux-media@vger.kernel.org
7865 W:      https://linuxtv.org
7866 W:      http://netup.tv/
7867 T:      git git://linuxtv.org/media_tree.git
7868 S:      Supported
7869 F:      drivers/media/dvb-frontends/cxd2841er*
7870
7871 MEDIA DRIVERS FOR HORUS3A
7872 M:      Sergey Kozlov <serjk@netup.ru>
7873 M:      Abylay Ospan <aospan@netup.ru>
7874 L:      linux-media@vger.kernel.org
7875 W:      https://linuxtv.org
7876 W:      http://netup.tv/
7877 T:      git git://linuxtv.org/media_tree.git
7878 S:      Supported
7879 F:      drivers/media/dvb-frontends/horus3a*
7880
7881 MEDIA DRIVERS FOR LNBH25
7882 M:      Sergey Kozlov <serjk@netup.ru>
7883 M:      Abylay Ospan <aospan@netup.ru>
7884 L:      linux-media@vger.kernel.org
7885 W:      https://linuxtv.org
7886 W:      http://netup.tv/
7887 T:      git git://linuxtv.org/media_tree.git
7888 S:      Supported
7889 F:      drivers/media/dvb-frontends/lnbh25*
7890
7891 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7892 M:      Sergey Kozlov <serjk@netup.ru>
7893 M:      Abylay Ospan <aospan@netup.ru>
7894 L:      linux-media@vger.kernel.org
7895 W:      https://linuxtv.org
7896 W:      http://netup.tv/
7897 T:      git git://linuxtv.org/media_tree.git
7898 S:      Supported
7899 F:      drivers/media/pci/netup_unidvb/*
7900
7901 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7902 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7903 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7904 P:      LinuxTV.org Project
7905 L:      linux-media@vger.kernel.org
7906 W:      https://linuxtv.org
7907 Q:      http://patchwork.kernel.org/project/linux-media/list/
7908 T:      git git://linuxtv.org/media_tree.git
7909 S:      Maintained
7910 F:      Documentation/media/
7911 F:      drivers/media/
7912 F:      drivers/staging/media/
7913 F:      include/linux/platform_data/media/
7914 F:      include/media/
7915 F:      include/uapi/linux/dvb/
7916 F:      include/uapi/linux/videodev2.h
7917 F:      include/uapi/linux/media.h
7918 F:      include/uapi/linux/v4l2-*
7919 F:      include/uapi/linux/meye.h
7920 F:      include/uapi/linux/ivtv*
7921 F:      include/uapi/linux/uvcvideo.h
7922
7923 MEDIATEK ETHERNET DRIVER
7924 M:      Felix Fietkau <nbd@openwrt.org>
7925 M:      John Crispin <blogic@openwrt.org>
7926 L:      netdev@vger.kernel.org
7927 S:      Maintained
7928 F:      drivers/net/ethernet/mediatek/
7929
7930 MEDIATEK MT7601U WIRELESS LAN DRIVER
7931 M:      Jakub Kicinski <kubakici@wp.pl>
7932 L:      linux-wireless@vger.kernel.org
7933 S:      Maintained
7934 F:      drivers/net/wireless/mediatek/mt7601u/
7935
7936 MEGARAID SCSI/SAS DRIVERS
7937 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7938 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7939 M:      Uday Lingala <uday.lingala@avagotech.com>
7940 L:      megaraidlinux.pdl@avagotech.com
7941 L:      linux-scsi@vger.kernel.org
7942 W:      http://www.lsi.com
7943 S:      Maintained
7944 F:      Documentation/scsi/megaraid.txt
7945 F:      drivers/scsi/megaraid.*
7946 F:      drivers/scsi/megaraid/
7947
7948 MELFAS MIP4 TOUCHSCREEN DRIVER
7949 M:      Sangwon Jee <jeesw@melfas.com>
7950 W:      http://www.melfas.com
7951 S:      Supported
7952 F:      drivers/input/touchscreen/melfas_mip4.c
7953 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7954
7955 MELLANOX ETHERNET DRIVER (mlx4_en)
7956 M:      Tariq Toukan <tariqt@mellanox.com>
7957 L:      netdev@vger.kernel.org
7958 S:      Supported
7959 W:      http://www.mellanox.com
7960 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7961 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7962
7963 MELLANOX ETHERNET DRIVER (mlx5e)
7964 M:      Saeed Mahameed <saeedm@mellanox.com>
7965 L:      netdev@vger.kernel.org
7966 S:      Supported
7967 W:      http://www.mellanox.com
7968 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7969 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7970
7971 MELLANOX ETHERNET SWITCH DRIVERS
7972 M:      Jiri Pirko <jiri@mellanox.com>
7973 M:      Ido Schimmel <idosch@mellanox.com>
7974 L:      netdev@vger.kernel.org
7975 S:      Supported
7976 W:      http://www.mellanox.com
7977 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7978 F:      drivers/net/ethernet/mellanox/mlxsw/
7979
7980 MELLANOX MLXCPLD LED DRIVER
7981 M:      Vadim Pasternak <vadimp@mellanox.com>
7982 L:      linux-leds@vger.kernel.org
7983 S:      Supported
7984 F:      drivers/leds/leds-mlxcpld.c
7985 F:      Documentation/leds/leds-mlxcpld.txt
7986
7987 MELLANOX PLATFORM DRIVER
7988 M:      Vadim Pasternak <vadimp@mellanox.com>
7989 L:      platform-driver-x86@vger.kernel.org
7990 S:      Supported
7991 F:      arch/x86/platform/mellanox/mlx-platform.c
7992
7993 SOFT-ROCE DRIVER (rxe)
7994 M:      Moni Shoua <monis@mellanox.com>
7995 L:      linux-rdma@vger.kernel.org
7996 S:      Supported
7997 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7998 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7999 F:      drivers/infiniband/sw/rxe/
8000 F:      include/uapi/rdma/rdma_user_rxe.h
8001
8002 MEMBARRIER SUPPORT
8003 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8004 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8005 L:      linux-kernel@vger.kernel.org
8006 S:      Supported
8007 F:      kernel/membarrier.c
8008 F:      include/uapi/linux/membarrier.h
8009
8010 MEMORY MANAGEMENT
8011 L:      linux-mm@kvack.org
8012 W:      http://www.linux-mm.org
8013 S:      Maintained
8014 F:      include/linux/mm.h
8015 F:      include/linux/gfp.h
8016 F:      include/linux/mmzone.h
8017 F:      include/linux/memory_hotplug.h
8018 F:      include/linux/vmalloc.h
8019 F:      mm/
8020
8021 MEMORY TECHNOLOGY DEVICES (MTD)
8022 M:      David Woodhouse <dwmw2@infradead.org>
8023 M:      Brian Norris <computersforpeace@gmail.com>
8024 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8025 M:      Marek Vasut <marek.vasut@gmail.com>
8026 M:      Richard Weinberger <richard@nod.at>
8027 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8028 L:      linux-mtd@lists.infradead.org
8029 W:      http://www.linux-mtd.infradead.org/
8030 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8031 T:      git git://git.infradead.org/linux-mtd.git
8032 T:      git git://git.infradead.org/l2-mtd.git
8033 S:      Maintained
8034 F:      Documentation/devicetree/bindings/mtd/
8035 F:      drivers/mtd/
8036 F:      include/linux/mtd/
8037 F:      include/uapi/mtd/
8038
8039 MEN A21 WATCHDOG DRIVER
8040 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8041 L:      linux-watchdog@vger.kernel.org
8042 S:      Maintained
8043 F:      drivers/watchdog/mena21_wdt.c
8044
8045 MEN CHAMELEON BUS (mcb)
8046 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8047 S:      Maintained
8048 F:      drivers/mcb/
8049 F:      include/linux/mcb.h
8050 F:      Documentation/men-chameleon-bus.txt
8051
8052 MEN F21BMC (Board Management Controller)
8053 M:      Andreas Werner <andreas.werner@men.de>
8054 S:      Supported
8055 F:      drivers/mfd/menf21bmc.c
8056 F:      drivers/watchdog/menf21bmc_wdt.c
8057 F:      drivers/leds/leds-menf21bmc.c
8058 F:      drivers/hwmon/menf21bmc_hwmon.c
8059 F:      Documentation/hwmon/menf21bmc
8060
8061 METAG ARCHITECTURE
8062 M:      James Hogan <james.hogan@imgtec.com>
8063 L:      linux-metag@vger.kernel.org
8064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8065 S:      Odd Fixes
8066 F:      arch/metag/
8067 F:      Documentation/metag/
8068 F:      Documentation/devicetree/bindings/metag/
8069 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8070 F:      drivers/clocksource/metag_generic.c
8071 F:      drivers/irqchip/irq-metag.c
8072 F:      drivers/irqchip/irq-metag-ext.c
8073 F:      drivers/tty/metag_da.c
8074
8075 MICROBLAZE ARCHITECTURE
8076 M:      Michal Simek <monstr@monstr.eu>
8077 W:      http://www.monstr.eu/fdt/
8078 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8079 S:      Supported
8080 F:      arch/microblaze/
8081
8082 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8083 M:      Richard Genoud <richard.genoud@gmail.com>
8084 S:      Maintained
8085 F:      drivers/tty/serial/atmel_serial.c
8086 F:      include/linux/atmel_serial.h
8087
8088 MICROCHIP / ATMEL ISC DRIVER
8089 M:      Songjun Wu <songjun.wu@microchip.com>
8090 L:      linux-media@vger.kernel.org
8091 S:      Supported
8092 F:      drivers/media/platform/atmel/atmel-isc.c
8093 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8094 F:      devicetree/bindings/media/atmel-isc.txt
8095
8096 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8097 M:      Chen Yu <yu.c.chen@intel.com>
8098 L:      platform-driver-x86@vger.kernel.org
8099 S:      Supported
8100 F:      drivers/platform/x86/surfacepro3_button.c
8101
8102 MICROTEK X6 SCANNER
8103 M:      Oliver Neukum <oliver@neukum.org>
8104 S:      Maintained
8105 F:      drivers/usb/image/microtek.*
8106
8107 MIPS
8108 M:      Ralf Baechle <ralf@linux-mips.org>
8109 L:      linux-mips@linux-mips.org
8110 W:      http://www.linux-mips.org/
8111 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8112 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8113 S:      Supported
8114 F:      Documentation/devicetree/bindings/mips/
8115 F:      Documentation/mips/
8116 F:      arch/mips/
8117
8118 MIPS/LOONGSON1 ARCHITECTURE
8119 M:      Keguang Zhang <keguang.zhang@gmail.com>
8120 L:      linux-mips@linux-mips.org
8121 S:      Maintained
8122 F:      arch/mips/loongson32/
8123 F:      arch/mips/include/asm/mach-loongson32/
8124 F:      drivers/*/*loongson1*
8125 F:      drivers/*/*/*loongson1*
8126
8127 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8128 M:      Hans Verkuil <hverkuil@xs4all.nl>
8129 L:      linux-media@vger.kernel.org
8130 T:      git git://linuxtv.org/media_tree.git
8131 W:      https://linuxtv.org
8132 S:      Odd Fixes
8133 F:      drivers/media/radio/radio-miropcm20*
8134
8135 MELLANOX MLX4 core VPI driver
8136 M:      Yishai Hadas <yishaih@mellanox.com>
8137 L:      netdev@vger.kernel.org
8138 L:      linux-rdma@vger.kernel.org
8139 W:      http://www.mellanox.com
8140 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8141 S:      Supported
8142 F:      drivers/net/ethernet/mellanox/mlx4/
8143 F:      include/linux/mlx4/
8144 F:      include/uapi/rdma/mlx4-abi.h
8145
8146 MELLANOX MLX4 IB driver
8147 M:      Yishai Hadas <yishaih@mellanox.com>
8148 L:      linux-rdma@vger.kernel.org
8149 W:      http://www.mellanox.com
8150 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8151 S:      Supported
8152 F:      drivers/infiniband/hw/mlx4/
8153 F:      include/linux/mlx4/
8154
8155 MELLANOX MLX5 core VPI driver
8156 M:      Saeed Mahameed <saeedm@mellanox.com>
8157 M:      Matan Barak <matanb@mellanox.com>
8158 M:      Leon Romanovsky <leonro@mellanox.com>
8159 L:      netdev@vger.kernel.org
8160 L:      linux-rdma@vger.kernel.org
8161 W:      http://www.mellanox.com
8162 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8163 S:      Supported
8164 F:      drivers/net/ethernet/mellanox/mlx5/core/
8165 F:      include/linux/mlx5/
8166 F:      include/uapi/rdma/mlx5-abi.h
8167
8168 MELLANOX MLX5 IB driver
8169 M:      Matan Barak <matanb@mellanox.com>
8170 M:      Leon Romanovsky <leonro@mellanox.com>
8171 L:      linux-rdma@vger.kernel.org
8172 W:      http://www.mellanox.com
8173 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8174 S:      Supported
8175 F:      drivers/infiniband/hw/mlx5/
8176 F:      include/linux/mlx5/
8177
8178 MELEXIS MLX90614 DRIVER
8179 M:      Crt Mori <cmo@melexis.com>
8180 L:      linux-iio@vger.kernel.org
8181 W:      http://www.melexis.com
8182 S:      Supported
8183 F:      drivers/iio/temperature/mlx90614.c
8184
8185 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8186 M:      Don Brace <don.brace@microsemi.com>
8187 L:      esc.storagedev@microsemi.com
8188 L:      linux-scsi@vger.kernel.org
8189 S:      Supported
8190 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8191 F:      drivers/scsi/smartpqi/Kconfig
8192 F:      drivers/scsi/smartpqi/Makefile
8193 F:      include/linux/cciss*.h
8194 F:      include/uapi/linux/cciss*.h
8195 F:      Documentation/scsi/smartpqi.txt
8196
8197 MN88472 MEDIA DRIVER
8198 M:      Antti Palosaari <crope@iki.fi>
8199 L:      linux-media@vger.kernel.org
8200 W:      https://linuxtv.org
8201 W:      http://palosaari.fi/linux/
8202 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8203 S:      Maintained
8204 F:      drivers/media/dvb-frontends/mn88472*
8205
8206 MN88473 MEDIA DRIVER
8207 M:      Antti Palosaari <crope@iki.fi>
8208 L:      linux-media@vger.kernel.org
8209 W:      https://linuxtv.org
8210 W:      http://palosaari.fi/linux/
8211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8212 S:      Maintained
8213 F:      drivers/media/dvb-frontends/mn88473*
8214
8215 MODULE SUPPORT
8216 M:      Jessica Yu <jeyu@redhat.com>
8217 M:      Rusty Russell <rusty@rustcorp.com.au>
8218 S:      Maintained
8219 F:      include/linux/module.h
8220 F:      kernel/module.c
8221
8222 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8223 W:      http://popies.net/meye/
8224 S:      Orphan
8225 F:      Documentation/media/v4l-drivers/meye*
8226 F:      drivers/media/pci/meye/
8227 F:      include/uapi/linux/meye.h
8228
8229 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8230 M:      Jiri Slaby <jirislaby@gmail.com>
8231 S:      Maintained
8232 F:      Documentation/serial/moxa-smartio
8233 F:      drivers/tty/mxser.*
8234
8235 MR800 AVERMEDIA USB FM RADIO DRIVER
8236 M:      Alexey Klimov <klimov.linux@gmail.com>
8237 L:      linux-media@vger.kernel.org
8238 T:      git git://linuxtv.org/media_tree.git
8239 S:      Maintained
8240 F:      drivers/media/radio/radio-mr800.c
8241
8242 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8243 M:      Alan Ott <alan@signal11.us>
8244 L:      linux-wpan@vger.kernel.org
8245 S:      Maintained
8246 F:      drivers/net/ieee802154/mrf24j40.c
8247 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8248
8249 MSI LAPTOP SUPPORT
8250 M:      "Lee, Chun-Yi" <jlee@suse.com>
8251 L:      platform-driver-x86@vger.kernel.org
8252 S:      Maintained
8253 F:      drivers/platform/x86/msi-laptop.c
8254
8255 MSI WMI SUPPORT
8256 L:      platform-driver-x86@vger.kernel.org
8257 S:      Orphan
8258 F:      drivers/platform/x86/msi-wmi.c
8259
8260 MSI001 MEDIA DRIVER
8261 M:      Antti Palosaari <crope@iki.fi>
8262 L:      linux-media@vger.kernel.org
8263 W:      https://linuxtv.org
8264 W:      http://palosaari.fi/linux/
8265 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8266 T:      git git://linuxtv.org/anttip/media_tree.git
8267 S:      Maintained
8268 F:      drivers/media/tuners/msi001*
8269
8270 MSI2500 MEDIA DRIVER
8271 M:      Antti Palosaari <crope@iki.fi>
8272 L:      linux-media@vger.kernel.org
8273 W:      https://linuxtv.org
8274 W:      http://palosaari.fi/linux/
8275 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8276 T:      git git://linuxtv.org/anttip/media_tree.git
8277 S:      Maintained
8278 F:      drivers/media/usb/msi2500/
8279
8280 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8281 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8282 L:      linux-mtd@lists.infradead.org
8283 S:      Maintained
8284 F:      drivers/mtd/devices/docg3*
8285
8286 MT9M032 APTINA SENSOR DRIVER
8287 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8288 L:      linux-media@vger.kernel.org
8289 T:      git git://linuxtv.org/media_tree.git
8290 S:      Maintained
8291 F:      drivers/media/i2c/mt9m032.c
8292 F:      include/media/i2c/mt9m032.h
8293
8294 MT9P031 APTINA CAMERA SENSOR
8295 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8296 L:      linux-media@vger.kernel.org
8297 T:      git git://linuxtv.org/media_tree.git
8298 S:      Maintained
8299 F:      drivers/media/i2c/mt9p031.c
8300 F:      include/media/i2c/mt9p031.h
8301
8302 MT9T001 APTINA CAMERA SENSOR
8303 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8304 L:      linux-media@vger.kernel.org
8305 T:      git git://linuxtv.org/media_tree.git
8306 S:      Maintained
8307 F:      drivers/media/i2c/mt9t001.c
8308 F:      include/media/i2c/mt9t001.h
8309
8310 MT9V032 APTINA CAMERA SENSOR
8311 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8312 L:      linux-media@vger.kernel.org
8313 T:      git git://linuxtv.org/media_tree.git
8314 S:      Maintained
8315 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8316 F:      drivers/media/i2c/mt9v032.c
8317 F:      include/media/i2c/mt9v032.h
8318
8319 MULTIFUNCTION DEVICES (MFD)
8320 M:      Lee Jones <lee.jones@linaro.org>
8321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8322 S:      Supported
8323 F:      Documentation/devicetree/bindings/mfd/
8324 F:      drivers/mfd/
8325 F:      include/linux/mfd/
8326
8327 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8328 M:      Ulf Hansson <ulf.hansson@linaro.org>
8329 L:      linux-mmc@vger.kernel.org
8330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8331 S:      Maintained
8332 F:      Documentation/devicetree/bindings/mmc/
8333 F:      drivers/mmc/
8334 F:      include/linux/mmc/
8335 F:      include/uapi/linux/mmc/
8336
8337 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8338 S:      Orphan
8339 F:      drivers/mmc/host/mmc_spi.c
8340 F:      include/linux/spi/mmc_spi.h
8341
8342 MULTISOUND SOUND DRIVER
8343 M:      Andrew Veliath <andrewtv@usa.net>
8344 S:      Maintained
8345 F:      Documentation/sound/oss/MultiSound
8346 F:      sound/oss/msnd*
8347
8348 MULTITECH MULTIPORT CARD (ISICOM)
8349 S:      Orphan
8350 F:      drivers/tty/isicom.c
8351 F:      include/linux/isicom.h
8352
8353 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8354 M:      Bin Liu <b-liu@ti.com>
8355 L:      linux-usb@vger.kernel.org
8356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8357 S:      Maintained
8358 F:      drivers/usb/musb/
8359
8360 MXL5007T MEDIA DRIVER
8361 M:      Michael Krufky <mkrufky@linuxtv.org>
8362 L:      linux-media@vger.kernel.org
8363 W:      https://linuxtv.org
8364 W:      http://github.com/mkrufky
8365 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8366 T:      git git://linuxtv.org/mkrufky/tuners.git
8367 S:      Maintained
8368 F:      drivers/media/tuners/mxl5007t.*
8369
8370 MXSFB DRM DRIVER
8371 M:      Marek Vasut <marex@denx.de>
8372 S:      Supported
8373 F:      drivers/gpu/drm/mxsfb/
8374 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8375
8376 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8377 M:      Hyong-Youb Kim <hykim@myri.com>
8378 L:      netdev@vger.kernel.org
8379 W:      https://www.myricom.com/support/downloads/myri10ge.html
8380 S:      Supported
8381 F:      drivers/net/ethernet/myricom/myri10ge/
8382
8383 NAND FLASH SUBSYSTEM
8384 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8385 R:      Richard Weinberger <richard@nod.at>
8386 L:      linux-mtd@lists.infradead.org
8387 W:      http://www.linux-mtd.infradead.org/
8388 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8389 T:      git git://github.com/linux-nand/linux.git
8390 S:      Maintained
8391 F:      drivers/mtd/nand/
8392 F:      include/linux/mtd/nand*.h
8393
8394 NATSEMI ETHERNET DRIVER (DP8381x)
8395 S:      Orphan
8396 F:      drivers/net/ethernet/natsemi/natsemi.c
8397
8398 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8399 M:      Daniel Mack <zonque@gmail.com>
8400 S:      Maintained
8401 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8402 W:      http://www.native-instruments.com
8403 F:      sound/usb/caiaq/
8404
8405 NCP FILESYSTEM
8406 M:      Petr Vandrovec <petr@vandrovec.name>
8407 S:      Odd Fixes
8408 F:      fs/ncpfs/
8409
8410 NCR 5380 SCSI DRIVERS
8411 M:      Finn Thain <fthain@telegraphics.com.au>
8412 M:      Michael Schmitz <schmitzmic@gmail.com>
8413 L:      linux-scsi@vger.kernel.org
8414 S:      Maintained
8415 F:      Documentation/scsi/g_NCR5380.txt
8416 F:      drivers/scsi/NCR5380.*
8417 F:      drivers/scsi/arm/cumana_1.c
8418 F:      drivers/scsi/arm/oak.c
8419 F:      drivers/scsi/atari_scsi.*
8420 F:      drivers/scsi/dmx3191d.c
8421 F:      drivers/scsi/g_NCR5380.*
8422 F:      drivers/scsi/g_NCR5380_mmio.c
8423 F:      drivers/scsi/mac_scsi.*
8424 F:      drivers/scsi/sun3_scsi.*
8425 F:      drivers/scsi/sun3_scsi_vme.c
8426
8427 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8428 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8429 L:      linux-scsi@vger.kernel.org
8430 S:      Maintained
8431 F:      drivers/scsi/NCR_D700.*
8432
8433 NCT6775 HARDWARE MONITOR DRIVER
8434 M:      Guenter Roeck <linux@roeck-us.net>
8435 L:      linux-hwmon@vger.kernel.org
8436 S:      Maintained
8437 F:      Documentation/hwmon/nct6775
8438 F:      drivers/hwmon/nct6775.c
8439
8440 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8441 M:      Faisal Latif <faisal.latif@intel.com>
8442 L:      linux-rdma@vger.kernel.org
8443 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8444 S:      Supported
8445 F:      drivers/infiniband/hw/nes/
8446 F:      include/uapi/rdma/nes-abi.h
8447
8448 NETEM NETWORK EMULATOR
8449 M:      Stephen Hemminger <stephen@networkplumber.org>
8450 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8451 S:      Maintained
8452 F:      net/sched/sch_netem.c
8453
8454 NETERION 10GbE DRIVERS (s2io/vxge)
8455 M:      Jon Mason <jdmason@kudzu.us>
8456 L:      netdev@vger.kernel.org
8457 S:      Supported
8458 F:      Documentation/networking/s2io.txt
8459 F:      Documentation/networking/vxge.txt
8460 F:      drivers/net/ethernet/neterion/
8461
8462 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8463 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8464 M:      Patrick McHardy <kaber@trash.net>
8465 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8466 L:      netfilter-devel@vger.kernel.org
8467 L:      coreteam@netfilter.org
8468 W:      http://www.netfilter.org/
8469 W:      http://www.iptables.org/
8470 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8473 S:      Supported
8474 F:      include/linux/netfilter*
8475 F:      include/linux/netfilter/
8476 F:      include/net/netfilter/
8477 F:      include/uapi/linux/netfilter*
8478 F:      include/uapi/linux/netfilter/
8479 F:      net/*/netfilter.c
8480 F:      net/*/netfilter/
8481 F:      net/netfilter/
8482 F:      net/bridge/br_netfilter*.c
8483
8484 NETLABEL
8485 M:      Paul Moore <paul@paul-moore.com>
8486 W:      http://netlabel.sf.net
8487 L:      netdev@vger.kernel.org
8488 S:      Maintained
8489 F:      Documentation/netlabel/
8490 F:      include/net/netlabel.h
8491 F:      net/netlabel/
8492
8493 NETROM NETWORK LAYER
8494 M:      Ralf Baechle <ralf@linux-mips.org>
8495 L:      linux-hams@vger.kernel.org
8496 W:      http://www.linux-ax25.org/
8497 S:      Maintained
8498 F:      include/net/netrom.h
8499 F:      include/uapi/linux/netrom.h
8500 F:      net/netrom/
8501
8502 NETRONOME ETHERNET DRIVERS
8503 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8504 L:      oss-drivers@netronome.com
8505 S:      Maintained
8506 F:      drivers/net/ethernet/netronome/
8507
8508 NETWORK BLOCK DEVICE (NBD)
8509 M:      Markus Pargmann <mpa@pengutronix.de>
8510 S:      Maintained
8511 L:      nbd-general@lists.sourceforge.net
8512 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8513 F:      Documentation/blockdev/nbd.txt
8514 F:      drivers/block/nbd.c
8515 F:      include/uapi/linux/nbd.h
8516
8517 NETWORK DROP MONITOR
8518 M:      Neil Horman <nhorman@tuxdriver.com>
8519 L:      netdev@vger.kernel.org
8520 S:      Maintained
8521 W:      https://fedorahosted.org/dropwatch/
8522 F:      net/core/drop_monitor.c
8523
8524 NETWORKING [DSA]
8525 M:      Andrew Lunn <andrew@lunn.ch>
8526 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8527 M:      Florian Fainelli <f.fainelli@gmail.com>
8528 S:      Maintained
8529 F:      net/dsa/
8530 F:      include/net/dsa.h
8531 F:      drivers/net/dsa/
8532
8533 NETWORKING [GENERAL]
8534 M:      "David S. Miller" <davem@davemloft.net>
8535 L:      netdev@vger.kernel.org
8536 W:      http://www.linuxfoundation.org/en/Net
8537 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8540 S:      Maintained
8541 F:      net/
8542 F:      include/net/
8543 F:      include/linux/in.h
8544 F:      include/linux/net.h
8545 F:      include/linux/netdevice.h
8546 F:      include/uapi/linux/in.h
8547 F:      include/uapi/linux/net.h
8548 F:      include/uapi/linux/netdevice.h
8549 F:      include/uapi/linux/net_namespace.h
8550 F:      tools/net/
8551 F:      tools/testing/selftests/net/
8552 F:      lib/random32.c
8553
8554 NETWORKING [IPv4/IPv6]
8555 M:      "David S. Miller" <davem@davemloft.net>
8556 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8557 M:      James Morris <jmorris@namei.org>
8558 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8559 M:      Patrick McHardy <kaber@trash.net>
8560 L:      netdev@vger.kernel.org
8561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8562 S:      Maintained
8563 F:      net/ipv4/
8564 F:      net/ipv6/
8565 F:      include/net/ip*
8566 F:      arch/x86/net/*
8567
8568 NETWORKING [IPSEC]
8569 M:      Steffen Klassert <steffen.klassert@secunet.com>
8570 M:      Herbert Xu <herbert@gondor.apana.org.au>
8571 M:      "David S. Miller" <davem@davemloft.net>
8572 L:      netdev@vger.kernel.org
8573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8575 S:      Maintained
8576 F:      net/core/flow.c
8577 F:      net/xfrm/
8578 F:      net/key/
8579 F:      net/ipv4/xfrm*
8580 F:      net/ipv4/esp4.c
8581 F:      net/ipv4/ah4.c
8582 F:      net/ipv4/ipcomp.c
8583 F:      net/ipv4/ip_vti.c
8584 F:      net/ipv6/xfrm*
8585 F:      net/ipv6/esp6.c
8586 F:      net/ipv6/ah6.c
8587 F:      net/ipv6/ipcomp6.c
8588 F:      net/ipv6/ip6_vti.c
8589 F:      include/uapi/linux/xfrm.h
8590 F:      include/net/xfrm.h
8591
8592 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8593 M:      Paul Moore <paul@paul-moore.com>
8594 L:      netdev@vger.kernel.org
8595 S:      Maintained
8596
8597 NETWORKING [WIRELESS]
8598 L:      linux-wireless@vger.kernel.org
8599 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8600
8601 NETWORKING DRIVERS
8602 L:      netdev@vger.kernel.org
8603 W:      http://www.linuxfoundation.org/en/Net
8604 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8607 S:      Odd Fixes
8608 F:      Documentation/devicetree/bindings/net/
8609 F:      drivers/net/
8610 F:      include/linux/if_*
8611 F:      include/linux/netdevice.h
8612 F:      include/linux/etherdevice.h
8613 F:      include/linux/fcdevice.h
8614 F:      include/linux/fddidevice.h
8615 F:      include/linux/hippidevice.h
8616 F:      include/linux/inetdevice.h
8617 F:      include/uapi/linux/if_*
8618 F:      include/uapi/linux/netdevice.h
8619
8620 NETWORKING DRIVERS (WIRELESS)
8621 M:      Kalle Valo <kvalo@codeaurora.org>
8622 L:      linux-wireless@vger.kernel.org
8623 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8626 S:      Maintained
8627 F:      Documentation/devicetree/bindings/net/wireless/
8628 F:      drivers/net/wireless/
8629
8630 NETXEN (1/10) GbE SUPPORT
8631 M:      Manish Chopra <manish.chopra@cavium.com>
8632 M:      Rahul Verma <rahul.verma@cavium.com>
8633 M:      Dept-GELinuxNICDev@cavium.com
8634 L:      netdev@vger.kernel.org
8635 S:      Supported
8636 F:      drivers/net/ethernet/qlogic/netxen/
8637
8638 NFC SUBSYSTEM
8639 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8640 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8641 M:      Samuel Ortiz <sameo@linux.intel.com>
8642 L:      linux-wireless@vger.kernel.org
8643 L:      linux-nfc@lists.01.org (subscribers-only)
8644 S:      Supported
8645 F:      net/nfc/
8646 F:      include/net/nfc/
8647 F:      include/uapi/linux/nfc.h
8648 F:      drivers/nfc/
8649 F:      include/linux/platform_data/nfcmrvl.h
8650 F:      include/linux/platform_data/nxp-nci.h
8651 F:      include/linux/platform_data/pn544.h
8652 F:      include/linux/platform_data/st21nfca.h
8653 F:      include/linux/platform_data/st-nci.h
8654 F:      Documentation/devicetree/bindings/net/nfc/
8655
8656 NFS, SUNRPC, AND LOCKD CLIENTS
8657 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8658 M:      Anna Schumaker <anna.schumaker@netapp.com>
8659 L:      linux-nfs@vger.kernel.org
8660 W:      http://client.linux-nfs.org
8661 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8662 S:      Maintained
8663 F:      fs/lockd/
8664 F:      fs/nfs/
8665 F:      fs/nfs_common/
8666 F:      net/sunrpc/
8667 F:      include/linux/lockd/
8668 F:      include/linux/nfs*
8669 F:      include/linux/sunrpc/
8670 F:      include/uapi/linux/nfs*
8671 F:      include/uapi/linux/sunrpc/
8672
8673 NILFS2 FILESYSTEM
8674 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8675 L:      linux-nilfs@vger.kernel.org
8676 W:      http://nilfs.sourceforge.net/
8677 W:      http://nilfs.osdn.jp/
8678 T:      git git://github.com/konis/nilfs2.git
8679 S:      Supported
8680 F:      Documentation/filesystems/nilfs2.txt
8681 F:      fs/nilfs2/
8682 F:      include/trace/events/nilfs2.h
8683 F:      include/uapi/linux/nilfs2_api.h
8684 F:      include/uapi/linux/nilfs2_ondisk.h
8685
8686 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8687 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8688 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8689 S:      Maintained
8690 F:      Documentation/scsi/NinjaSCSI.txt
8691 F:      drivers/scsi/pcmcia/nsp_*
8692
8693 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8694 M:      GOTO Masanori <gotom@debian.or.jp>
8695 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8696 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8697 S:      Maintained
8698 F:      Documentation/scsi/NinjaSCSI.txt
8699 F:      drivers/scsi/nsp32*
8700
8701 NIOS2 ARCHITECTURE
8702 M:      Ley Foon Tan <lftan@altera.com>
8703 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8705 S:      Maintained
8706 F:      arch/nios2/
8707
8708 NOKIA N900 POWER SUPPLY DRIVERS
8709 R:      Pali Rohár <pali.rohar@gmail.com>
8710 F:      include/linux/power/bq2415x_charger.h
8711 F:      include/linux/power/bq27xxx_battery.h
8712 F:      include/linux/power/isp1704_charger.h
8713 F:      drivers/power/supply/bq2415x_charger.c
8714 F:      drivers/power/supply/bq27xxx_battery.c
8715 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8716 F:      drivers/power/supply/isp1704_charger.c
8717 F:      drivers/power/supply/rx51_battery.c
8718
8719 NTB DRIVER CORE
8720 M:      Jon Mason <jdmason@kudzu.us>
8721 M:      Dave Jiang <dave.jiang@intel.com>
8722 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8723 L:      linux-ntb@googlegroups.com
8724 S:      Supported
8725 W:      https://github.com/jonmason/ntb/wiki
8726 T:      git git://github.com/jonmason/ntb.git
8727 F:      drivers/ntb/
8728 F:      drivers/net/ntb_netdev.c
8729 F:      include/linux/ntb.h
8730 F:      include/linux/ntb_transport.h
8731 F:      tools/testing/selftests/ntb/
8732
8733 NTB INTEL DRIVER
8734 M:      Jon Mason <jdmason@kudzu.us>
8735 M:      Dave Jiang <dave.jiang@intel.com>
8736 L:      linux-ntb@googlegroups.com
8737 S:      Supported
8738 W:      https://github.com/jonmason/ntb/wiki
8739 T:      git git://github.com/jonmason/ntb.git
8740 F:      drivers/ntb/hw/intel/
8741
8742 NTB AMD DRIVER
8743 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8744 L:      linux-ntb@googlegroups.com
8745 S:      Supported
8746 F:      drivers/ntb/hw/amd/
8747
8748 NTFS FILESYSTEM
8749 M:      Anton Altaparmakov <anton@tuxera.com>
8750 L:      linux-ntfs-dev@lists.sourceforge.net
8751 W:      http://www.tuxera.com/
8752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8753 S:      Supported
8754 F:      Documentation/filesystems/ntfs.txt
8755 F:      fs/ntfs/
8756
8757 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8758 M:      Antonino Daplas <adaplas@gmail.com>
8759 L:      linux-fbdev@vger.kernel.org
8760 S:      Maintained
8761 F:      drivers/video/fbdev/riva/
8762 F:      drivers/video/fbdev/nvidia/
8763
8764 NVM EXPRESS DRIVER
8765 M:      Keith Busch <keith.busch@intel.com>
8766 M:      Jens Axboe <axboe@fb.com>
8767 L:      linux-nvme@lists.infradead.org
8768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8769 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8770 S:      Supported
8771 F:      drivers/nvme/host/
8772 F:      include/linux/nvme.h
8773
8774 NVM EXPRESS TARGET DRIVER
8775 M:      Christoph Hellwig <hch@lst.de>
8776 M:      Sagi Grimberg <sagi@grimberg.me>
8777 L:      linux-nvme@lists.infradead.org
8778 S:      Supported
8779 F:      drivers/nvme/target/
8780
8781 NVM EXPRESS FC TRANSPORT DRIVERS
8782 M:      James Smart <james.smart@broadcom.com>
8783 L:      linux-nvme@lists.infradead.org
8784 S:      Supported
8785 F:      include/linux/nvme-fc.h
8786 F:      include/linux/nvme-fc-driver.h
8787 F:      drivers/nvme/host/fc.c
8788 F:      drivers/nvme/target/fc.c
8789 F:      drivers/nvme/target/fcloop.c
8790
8791 NVMEM FRAMEWORK
8792 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8793 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8794 S:      Maintained
8795 F:      drivers/nvmem/
8796 F:      Documentation/devicetree/bindings/nvmem/
8797 F:      include/linux/nvmem-consumer.h
8798 F:      include/linux/nvmem-provider.h
8799
8800 NXP-NCI NFC DRIVER
8801 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8802 R:      Charles Gorand <charles.gorand@effinnov.com>
8803 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8804 S:      Supported
8805 F:      drivers/nfc/nxp-nci
8806
8807 NXP TDA998X DRM DRIVER
8808 M:      Russell King <rmk+kernel@armlinux.org.uk>
8809 S:      Supported
8810 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8811 F:      include/drm/i2c/tda998x.h
8812
8813 NXP TFA9879 DRIVER
8814 M:      Peter Rosin <peda@axentia.se>
8815 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8816 S:      Maintained
8817 F:      sound/soc/codecs/tfa9879*
8818
8819 OBJTOOL
8820 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8821 S:      Supported
8822 F:      tools/objtool/
8823
8824 OMAP SUPPORT
8825 M:      Tony Lindgren <tony@atomide.com>
8826 L:      linux-omap@vger.kernel.org
8827 W:      http://www.muru.com/linux/omap/
8828 W:      http://linux.omap.com/
8829 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8831 S:      Maintained
8832 F:      arch/arm/*omap*/
8833 F:      arch/arm/configs/omap1_defconfig
8834 F:      arch/arm/configs/omap2plus_defconfig
8835 F:      drivers/i2c/busses/i2c-omap.c
8836 F:      drivers/irqchip/irq-omap-intc.c
8837 F:      drivers/mfd/*omap*.c
8838 F:      drivers/mfd/menelaus.c
8839 F:      drivers/mfd/palmas.c
8840 F:      drivers/mfd/tps65217.c
8841 F:      drivers/mfd/tps65218.c
8842 F:      drivers/mfd/tps65910.c
8843 F:      drivers/mfd/twl-core.[ch]
8844 F:      drivers/mfd/twl4030*.c
8845 F:      drivers/mfd/twl6030*.c
8846 F:      drivers/mfd/twl6040*.c
8847 F:      drivers/regulator/palmas-regulator*.c
8848 F:      drivers/regulator/pbias-regulator.c
8849 F:      drivers/regulator/tps65217-regulator.c
8850 F:      drivers/regulator/tps65218-regulator.c
8851 F:      drivers/regulator/tps65910-regulator.c
8852 F:      drivers/regulator/twl-regulator.c
8853 F:      drivers/regulator/twl6030-regulator.c
8854 F:      include/linux/i2c-omap.h
8855
8856 OMAP DEVICE TREE SUPPORT
8857 M:      Benoît Cousson <bcousson@baylibre.com>
8858 M:      Tony Lindgren <tony@atomide.com>
8859 L:      linux-omap@vger.kernel.org
8860 L:      devicetree@vger.kernel.org
8861 S:      Maintained
8862 F:      arch/arm/boot/dts/*omap*
8863 F:      arch/arm/boot/dts/*am3*
8864 F:      arch/arm/boot/dts/*am4*
8865 F:      arch/arm/boot/dts/*am5*
8866 F:      arch/arm/boot/dts/*dra7*
8867
8868 OMAP CLOCK FRAMEWORK SUPPORT
8869 M:      Paul Walmsley <paul@pwsan.com>
8870 L:      linux-omap@vger.kernel.org
8871 S:      Maintained
8872 F:      arch/arm/*omap*/*clock*
8873
8874 OMAP POWER MANAGEMENT SUPPORT
8875 M:      Kevin Hilman <khilman@kernel.org>
8876 L:      linux-omap@vger.kernel.org
8877 S:      Maintained
8878 F:      arch/arm/*omap*/*pm*
8879 F:      drivers/cpufreq/omap-cpufreq.c
8880
8881 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8882 M:      Rajendra Nayak <rnayak@codeaurora.org>
8883 M:      Paul Walmsley <paul@pwsan.com>
8884 L:      linux-omap@vger.kernel.org
8885 S:      Maintained
8886 F:      arch/arm/mach-omap2/prm*
8887
8888 OMAP AUDIO SUPPORT
8889 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8890 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8891 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8892 L:      linux-omap@vger.kernel.org
8893 S:      Maintained
8894 F:      sound/soc/omap/
8895
8896 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8897 M:      Roger Quadros <rogerq@ti.com>
8898 M:      Tony Lindgren <tony@atomide.com>
8899 L:      linux-omap@vger.kernel.org
8900 S:      Maintained
8901 F:      drivers/memory/omap-gpmc.c
8902 F:      arch/arm/mach-omap2/*gpmc*
8903
8904 OMAP FRAMEBUFFER SUPPORT
8905 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8906 L:      linux-fbdev@vger.kernel.org
8907 L:      linux-omap@vger.kernel.org
8908 S:      Maintained
8909 F:      drivers/video/fbdev/omap/
8910
8911 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8912 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8913 L:      linux-omap@vger.kernel.org
8914 L:      linux-fbdev@vger.kernel.org
8915 S:      Maintained
8916 F:      drivers/video/fbdev/omap2/
8917 F:      Documentation/arm/OMAP/DSS
8918
8919 OMAP HARDWARE SPINLOCK SUPPORT
8920 M:      Ohad Ben-Cohen <ohad@wizery.com>
8921 L:      linux-omap@vger.kernel.org
8922 S:      Maintained
8923 F:      drivers/hwspinlock/omap_hwspinlock.c
8924
8925 OMAP MMC SUPPORT
8926 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8927 L:      linux-omap@vger.kernel.org
8928 S:      Maintained
8929 F:      drivers/mmc/host/omap.c
8930
8931 OMAP HS MMC SUPPORT
8932 L:      linux-mmc@vger.kernel.org
8933 L:      linux-omap@vger.kernel.org
8934 S:      Orphan
8935 F:      drivers/mmc/host/omap_hsmmc.c
8936
8937 OMAP RANDOM NUMBER GENERATOR SUPPORT
8938 M:      Deepak Saxena <dsaxena@plexity.net>
8939 S:      Maintained
8940 F:      drivers/char/hw_random/omap-rng.c
8941
8942 OMAP HWMOD SUPPORT
8943 M:      Benoît Cousson <bcousson@baylibre.com>
8944 M:      Paul Walmsley <paul@pwsan.com>
8945 L:      linux-omap@vger.kernel.org
8946 S:      Maintained
8947 F:      arch/arm/mach-omap2/omap_hwmod.*
8948
8949 OMAP HWMOD DATA
8950 M:      Paul Walmsley <paul@pwsan.com>
8951 L:      linux-omap@vger.kernel.org
8952 S:      Maintained
8953 F:      arch/arm/mach-omap2/omap_hwmod*data*
8954
8955 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8956 M:      Benoît Cousson <bcousson@baylibre.com>
8957 L:      linux-omap@vger.kernel.org
8958 S:      Maintained
8959 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8960
8961 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8962 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8963 L:      linux-media@vger.kernel.org
8964 S:      Maintained
8965 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8966 F:      drivers/media/platform/omap3isp/
8967 F:      drivers/staging/media/omap4iss/
8968
8969 OMAP USB SUPPORT
8970 L:      linux-usb@vger.kernel.org
8971 L:      linux-omap@vger.kernel.org
8972 S:      Orphan
8973 F:      drivers/usb/*/*omap*
8974 F:      arch/arm/*omap*/usb*
8975
8976 OMAP GPIO DRIVER
8977 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8978 M:      Santosh Shilimkar <ssantosh@kernel.org>
8979 M:      Kevin Hilman <khilman@kernel.org>
8980 L:      linux-omap@vger.kernel.org
8981 S:      Maintained
8982 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8983 F:      drivers/gpio/gpio-omap.c
8984
8985 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8986 M:      Mark Jackson <mpfj@newflow.co.uk>
8987 L:      linux-omap@vger.kernel.org
8988 S:      Maintained
8989 F:      arch/arm/boot/dts/am335x-nano.dts
8990
8991 OMFS FILESYSTEM
8992 M:      Bob Copeland <me@bobcopeland.com>
8993 L:      linux-karma-devel@lists.sourceforge.net
8994 S:      Maintained
8995 F:      Documentation/filesystems/omfs.txt
8996 F:      fs/omfs/
8997
8998 OMNIKEY CARDMAN 4000 DRIVER
8999 M:      Harald Welte <laforge@gnumonks.org>
9000 S:      Maintained
9001 F:      drivers/char/pcmcia/cm4000_cs.c
9002 F:      include/linux/cm4000_cs.h
9003 F:      include/uapi/linux/cm4000_cs.h
9004
9005 OMNIKEY CARDMAN 4040 DRIVER
9006 M:      Harald Welte <laforge@gnumonks.org>
9007 S:      Maintained
9008 F:      drivers/char/pcmcia/cm4040_cs.*
9009
9010 OMNIVISION OV7670 SENSOR DRIVER
9011 M:      Jonathan Corbet <corbet@lwn.net>
9012 L:      linux-media@vger.kernel.org
9013 T:      git git://linuxtv.org/media_tree.git
9014 S:      Maintained
9015 F:      drivers/media/i2c/ov7670.c
9016
9017 ONENAND FLASH DRIVER
9018 M:      Kyungmin Park <kyungmin.park@samsung.com>
9019 L:      linux-mtd@lists.infradead.org
9020 S:      Maintained
9021 F:      drivers/mtd/onenand/
9022 F:      include/linux/mtd/onenand*.h
9023
9024 ONSTREAM SCSI TAPE DRIVER
9025 M:      Willem Riede <osst@riede.org>
9026 L:      osst-users@lists.sourceforge.net
9027 L:      linux-scsi@vger.kernel.org
9028 S:      Maintained
9029 F:      Documentation/scsi/osst.txt
9030 F:      drivers/scsi/osst.*
9031 F:      drivers/scsi/osst_*.h
9032 F:      drivers/scsi/st.h
9033
9034 OPENCORES I2C BUS DRIVER
9035 M:      Peter Korsgaard <jacmet@sunsite.dk>
9036 L:      linux-i2c@vger.kernel.org
9037 S:      Maintained
9038 F:      Documentation/i2c/busses/i2c-ocores
9039 F:      drivers/i2c/busses/i2c-ocores.c
9040
9041 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9042 M:      Rob Herring <robh+dt@kernel.org>
9043 M:      Frank Rowand <frowand.list@gmail.com>
9044 L:      devicetree@vger.kernel.org
9045 W:      http://www.devicetree.org/
9046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9047 S:      Maintained
9048 F:      drivers/of/
9049 F:      include/linux/of*.h
9050 F:      scripts/dtc/
9051
9052 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9053 M:      Rob Herring <robh+dt@kernel.org>
9054 M:      Mark Rutland <mark.rutland@arm.com>
9055 L:      devicetree@vger.kernel.org
9056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9057 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9058 S:      Maintained
9059 F:      Documentation/devicetree/
9060 F:      arch/*/boot/dts/
9061 F:      include/dt-bindings/
9062
9063 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9064 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9065 L:      devicetree@vger.kernel.org
9066 S:      Maintained
9067 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9068 F:      Documentation/devicetree/overlay-notes.txt
9069 F:      drivers/of/overlay.c
9070 F:      drivers/of/resolver.c
9071
9072 OPENRISC ARCHITECTURE
9073 M:      Jonas Bonn <jonas@southpole.se>
9074 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9075 M:      Stafford Horne <shorne@gmail.com>
9076 L:      openrisc@lists.librecores.org
9077 W:      http://openrisc.io
9078 S:      Maintained
9079 F:      arch/openrisc/
9080
9081 OPENVSWITCH
9082 M:      Pravin Shelar <pshelar@nicira.com>
9083 L:      netdev@vger.kernel.org
9084 L:      dev@openvswitch.org
9085 W:      http://openvswitch.org
9086 S:      Maintained
9087 F:      net/openvswitch/
9088 F:      include/uapi/linux/openvswitch.h
9089
9090 OPERATING PERFORMANCE POINTS (OPP)
9091 M:      Viresh Kumar <vireshk@kernel.org>
9092 M:      Nishanth Menon <nm@ti.com>
9093 M:      Stephen Boyd <sboyd@codeaurora.org>
9094 L:      linux-pm@vger.kernel.org
9095 S:      Maintained
9096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9097 F:      drivers/base/power/opp/
9098 F:      include/linux/pm_opp.h
9099 F:      Documentation/power/opp.txt
9100 F:      Documentation/devicetree/bindings/opp/
9101
9102 OPL4 DRIVER
9103 M:      Clemens Ladisch <clemens@ladisch.de>
9104 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9105 T:      git git://git.alsa-project.org/alsa-kernel.git
9106 S:      Maintained
9107 F:      sound/drivers/opl4/
9108
9109 OPROFILE
9110 M:      Robert Richter <rric@kernel.org>
9111 L:      oprofile-list@lists.sf.net
9112 S:      Maintained
9113 F:      arch/*/include/asm/oprofile*.h
9114 F:      arch/*/oprofile/
9115 F:      drivers/oprofile/
9116 F:      include/linux/oprofile.h
9117
9118 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9119 M:      Mark Fasheh <mfasheh@versity.com>
9120 M:      Joel Becker <jlbec@evilplan.org>
9121 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9122 W:      http://ocfs2.wiki.kernel.org
9123 S:      Supported
9124 F:      Documentation/filesystems/ocfs2.txt
9125 F:      Documentation/filesystems/dlmfs.txt
9126 F:      fs/ocfs2/
9127
9128 ORINOCO DRIVER
9129 L:      linux-wireless@vger.kernel.org
9130 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9131 W:      http://www.nongnu.org/orinoco/
9132 S:      Orphan
9133 F:      drivers/net/wireless/intersil/orinoco/
9134
9135 OSD LIBRARY and FILESYSTEM
9136 M:      Boaz Harrosh <ooo@electrozaur.com>
9137 M:      Benny Halevy <bhalevy@primarydata.com>
9138 L:      osd-dev@open-osd.org
9139 W:      http://open-osd.org
9140 T:      git git://git.open-osd.org/open-osd.git
9141 S:      Maintained
9142 F:      drivers/scsi/osd/
9143 F:      include/scsi/osd_*
9144 F:      fs/exofs/
9145
9146 OVERLAY FILESYSTEM
9147 M:      Miklos Szeredi <miklos@szeredi.hu>
9148 L:      linux-unionfs@vger.kernel.org
9149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9150 S:      Supported
9151 F:      fs/overlayfs/
9152 F:      Documentation/filesystems/overlayfs.txt
9153
9154 ORANGEFS FILESYSTEM
9155 M:      Mike Marshall <hubcap@omnibond.com>
9156 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9158 S:      Supported
9159 F:      fs/orangefs/
9160 F:      Documentation/filesystems/orangefs.txt
9161
9162 P54 WIRELESS DRIVER
9163 M:      Christian Lamparter <chunkeey@googlemail.com>
9164 L:      linux-wireless@vger.kernel.org
9165 W:      http://wireless.kernel.org/en/users/Drivers/p54
9166 S:      Maintained
9167 F:      drivers/net/wireless/intersil/p54/
9168
9169 PA SEMI ETHERNET DRIVER
9170 L:      netdev@vger.kernel.org
9171 S:      Orphan
9172 F:      drivers/net/ethernet/pasemi/*
9173
9174 PA SEMI SMBUS DRIVER
9175 L:      linux-i2c@vger.kernel.org
9176 S:      Orphan
9177 F:      drivers/i2c/busses/i2c-pasemi.c
9178
9179 PADATA PARALLEL EXECUTION MECHANISM
9180 M:      Steffen Klassert <steffen.klassert@secunet.com>
9181 L:      linux-crypto@vger.kernel.org
9182 S:      Maintained
9183 F:      kernel/padata.c
9184 F:      include/linux/padata.h
9185 F:      Documentation/padata.txt
9186
9187 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9188 M:      Harald Welte <laforge@gnumonks.org>
9189 L:      platform-driver-x86@vger.kernel.org
9190 S:      Maintained
9191 F:      drivers/platform/x86/panasonic-laptop.c
9192
9193 PANASONIC MN10300/AM33/AM34 PORT
9194 M:      David Howells <dhowells@redhat.com>
9195 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9196 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9197 S:      Maintained
9198 F:      Documentation/mn10300/
9199 F:      arch/mn10300/
9200
9201 PARALLEL LCD/KEYPAD PANEL DRIVER
9202 M:      Willy Tarreau <willy@haproxy.com>
9203 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9204 S:      Odd Fixes
9205 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9206 F:      drivers/misc/panel.c
9207
9208 PARALLEL PORT SUBSYSTEM
9209 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9210 M:      Sudip Mukherjee <sudip@vectorindia.org>
9211 L:      linux-parport@lists.infradead.org (subscribers-only)
9212 S:      Maintained
9213 F:      drivers/parport/
9214 F:      include/linux/parport*.h
9215 F:      drivers/char/ppdev.c
9216 F:      include/uapi/linux/ppdev.h
9217 F:      Documentation/parport*.txt
9218
9219 PARAVIRT_OPS INTERFACE
9220 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9221 M:      Chris Wright <chrisw@sous-sol.org>
9222 M:      Alok Kataria <akataria@vmware.com>
9223 M:      Rusty Russell <rusty@rustcorp.com.au>
9224 L:      virtualization@lists.linux-foundation.org
9225 S:      Supported
9226 F:      Documentation/virtual/paravirt_ops.txt
9227 F:      arch/*/kernel/paravirt*
9228 F:      arch/*/include/asm/paravirt.h
9229 F:      include/linux/hypervisor.h
9230
9231 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9232 M:      Tim Waugh <tim@cyberelk.net>
9233 L:      linux-parport@lists.infradead.org (subscribers-only)
9234 S:      Maintained
9235 F:      Documentation/blockdev/paride.txt
9236 F:      drivers/block/paride/
9237
9238 PARISC ARCHITECTURE
9239 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9240 M:      Helge Deller <deller@gmx.de>
9241 L:      linux-parisc@vger.kernel.org
9242 W:      http://www.parisc-linux.org/
9243 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9246 S:      Maintained
9247 F:      arch/parisc/
9248 F:      Documentation/parisc/
9249 F:      drivers/parisc/
9250 F:      drivers/char/agp/parisc-agp.c
9251 F:      drivers/input/serio/gscps2.c
9252 F:      drivers/parport/parport_gsc.*
9253 F:      drivers/tty/serial/8250/8250_gsc.c
9254 F:      drivers/video/fbdev/sti*
9255 F:      drivers/video/console/sti*
9256 F:      drivers/video/logo/logo_parisc*
9257
9258 PC87360 HARDWARE MONITORING DRIVER
9259 M:      Jim Cromie <jim.cromie@gmail.com>
9260 L:      linux-hwmon@vger.kernel.org
9261 S:      Maintained
9262 F:      Documentation/hwmon/pc87360
9263 F:      drivers/hwmon/pc87360.c
9264
9265 PC8736x GPIO DRIVER
9266 M:      Jim Cromie <jim.cromie@gmail.com>
9267 S:      Maintained
9268 F:      drivers/char/pc8736x_gpio.c
9269
9270 PC87427 HARDWARE MONITORING DRIVER
9271 M:      Jean Delvare <jdelvare@suse.com>
9272 L:      linux-hwmon@vger.kernel.org
9273 S:      Maintained
9274 F:      Documentation/hwmon/pc87427
9275 F:      drivers/hwmon/pc87427.c
9276
9277 PCA9532 LED DRIVER
9278 M:      Riku Voipio <riku.voipio@iki.fi>
9279 S:      Maintained
9280 F:      drivers/leds/leds-pca9532.c
9281 F:      include/linux/leds-pca9532.h
9282
9283 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9284 M:      Guenter Roeck <linux@roeck-us.net>
9285 L:      linux-i2c@vger.kernel.org
9286 S:      Maintained
9287 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9288
9289 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9290 M:      Khalid Aziz <khalid@gonehiking.org>
9291 S:      Maintained
9292 F:      drivers/firmware/pcdp.*
9293
9294 PCI ERROR RECOVERY
9295 M:      Linas Vepstas <linasvepstas@gmail.com>
9296 L:      linux-pci@vger.kernel.org
9297 S:      Supported
9298 F:      Documentation/PCI/pci-error-recovery.txt
9299
9300 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9301 M:      Russell Currey <ruscur@russell.cc>
9302 L:      linuxppc-dev@lists.ozlabs.org
9303 S:      Supported
9304 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9305 F:      arch/powerpc/kernel/eeh*.c
9306 F:      arch/powerpc/platforms/*/eeh*.c
9307 F:      arch/powerpc/include/*/eeh*.h
9308
9309 PCI SUBSYSTEM
9310 M:      Bjorn Helgaas <bhelgaas@google.com>
9311 L:      linux-pci@vger.kernel.org
9312 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9314 S:      Supported
9315 F:      Documentation/devicetree/bindings/pci/
9316 F:      Documentation/PCI/
9317 F:      drivers/pci/
9318 F:      include/linux/pci*
9319 F:      arch/x86/pci/
9320 F:      arch/x86/kernel/quirks.c
9321
9322 PCI DRIVER FOR ALTERA PCIE IP
9323 M:      Ley Foon Tan <lftan@altera.com>
9324 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9325 L:      linux-pci@vger.kernel.org
9326 S:      Supported
9327 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9328 F:      drivers/pci/host/pcie-altera.c
9329
9330 PCI DRIVER FOR ARM VERSATILE PLATFORM
9331 M:      Rob Herring <robh@kernel.org>
9332 L:      linux-pci@vger.kernel.org
9333 L:      linux-arm-kernel@lists.infradead.org
9334 S:      Maintained
9335 F:      Documentation/devicetree/bindings/pci/versatile.txt
9336 F:      drivers/pci/host/pci-versatile.c
9337
9338 PCI DRIVER FOR ARMADA 8K
9339 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9340 L:      linux-pci@vger.kernel.org
9341 L:      linux-arm-kernel@lists.infradead.org
9342 S:      Maintained
9343 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9344 F:      drivers/pci/host/pcie-armada8k.c
9345
9346 PCI DRIVER FOR APPLIEDMICRO XGENE
9347 M:      Tanmay Inamdar <tinamdar@apm.com>
9348 L:      linux-pci@vger.kernel.org
9349 L:      linux-arm-kernel@lists.infradead.org
9350 S:      Maintained
9351 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9352 F:      drivers/pci/host/pci-xgene.c
9353
9354 PCI DRIVER FOR FREESCALE LAYERSCAPE
9355 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9356 M:      Mingkai Hu <mingkai.hu@freescale.com>
9357 M:      Roy Zang <tie-fei.zang@freescale.com>
9358 L:      linuxppc-dev@lists.ozlabs.org
9359 L:      linux-pci@vger.kernel.org
9360 L:      linux-arm-kernel@lists.infradead.org
9361 S:      Maintained
9362 F:      drivers/pci/host/*layerscape*
9363
9364 PCI DRIVER FOR IMX6
9365 M:      Richard Zhu <hongxing.zhu@nxp.com>
9366 M:      Lucas Stach <l.stach@pengutronix.de>
9367 L:      linux-pci@vger.kernel.org
9368 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9369 S:      Maintained
9370 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9371 F:      drivers/pci/host/*imx6*
9372
9373 PCI DRIVER FOR TI KEYSTONE
9374 M:      Murali Karicheri <m-karicheri2@ti.com>
9375 L:      linux-pci@vger.kernel.org
9376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9377 S:      Maintained
9378 F:      drivers/pci/host/*keystone*
9379
9380 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9381 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9382 M:      Jason Cooper <jason@lakedaemon.net>
9383 L:      linux-pci@vger.kernel.org
9384 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9385 S:      Maintained
9386 F:      drivers/pci/host/*mvebu*
9387
9388 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9389 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9390 L:      linux-pci@vger.kernel.org
9391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9392 S:      Maintained
9393 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9394 F:      drivers/pci/host/pci-aardvark.c
9395
9396 PCI DRIVER FOR NVIDIA TEGRA
9397 M:      Thierry Reding <thierry.reding@gmail.com>
9398 L:      linux-tegra@vger.kernel.org
9399 L:      linux-pci@vger.kernel.org
9400 S:      Supported
9401 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9402 F:      drivers/pci/host/pci-tegra.c
9403
9404 PCI DRIVER FOR TI DRA7XX
9405 M:      Kishon Vijay Abraham I <kishon@ti.com>
9406 L:      linux-omap@vger.kernel.org
9407 L:      linux-pci@vger.kernel.org
9408 S:      Supported
9409 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9410 F:      drivers/pci/host/pci-dra7xx.c
9411
9412 PCI DRIVER FOR RENESAS R-CAR
9413 M:      Simon Horman <horms@verge.net.au>
9414 L:      linux-pci@vger.kernel.org
9415 L:      linux-renesas-soc@vger.kernel.org
9416 S:      Maintained
9417 F:      drivers/pci/host/*rcar*
9418
9419 PCI DRIVER FOR SAMSUNG EXYNOS
9420 M:      Jingoo Han <jingoohan1@gmail.com>
9421 L:      linux-pci@vger.kernel.org
9422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9423 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9424 S:      Maintained
9425 F:      drivers/pci/host/pci-exynos.c
9426
9427 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9428 M:      Jingoo Han <jingoohan1@gmail.com>
9429 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9430 L:      linux-pci@vger.kernel.org
9431 S:      Maintained
9432 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9433 F:      drivers/pci/host/*designware*
9434
9435 PCI DRIVER FOR GENERIC OF HOSTS
9436 M:      Will Deacon <will.deacon@arm.com>
9437 L:      linux-pci@vger.kernel.org
9438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9439 S:      Maintained
9440 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9441 F:      drivers/pci/host/pci-host-common.c
9442 F:      drivers/pci/host/pci-host-generic.c
9443
9444 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9445 M:      Keith Busch <keith.busch@intel.com>
9446 L:      linux-pci@vger.kernel.org
9447 S:      Supported
9448 F:      drivers/pci/host/vmd.c
9449
9450 PCIE DRIVER FOR ST SPEAR13XX
9451 M:      Pratyush Anand <pratyush.anand@gmail.com>
9452 L:      linux-pci@vger.kernel.org
9453 S:      Maintained
9454 F:      drivers/pci/host/*spear*
9455
9456 PCI MSI DRIVER FOR ALTERA MSI IP
9457 M:      Ley Foon Tan <lftan@altera.com>
9458 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9459 L:      linux-pci@vger.kernel.org
9460 S:      Supported
9461 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9462 F:      drivers/pci/host/pcie-altera-msi.c
9463
9464 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9465 M:      Duc Dang <dhdang@apm.com>
9466 L:      linux-pci@vger.kernel.org
9467 L:      linux-arm-kernel@lists.infradead.org
9468 S:      Maintained
9469 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9470 F:      drivers/pci/host/pci-xgene-msi.c
9471
9472 PCIE DRIVER FOR AXIS ARTPEC
9473 M:      Niklas Cassel <niklas.cassel@axis.com>
9474 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9475 L:      linux-arm-kernel@axis.com
9476 L:      linux-pci@vger.kernel.org
9477 S:      Maintained
9478 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9479 F:      drivers/pci/host/*artpec*
9480
9481 PCIE DRIVER FOR HISILICON
9482 M:      Zhou Wang <wangzhou1@hisilicon.com>
9483 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9484 L:      linux-pci@vger.kernel.org
9485 S:      Maintained
9486 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9487 F:      drivers/pci/host/pcie-hisi.c
9488
9489 PCIE DRIVER FOR ROCKCHIP
9490 M:      Shawn Lin <shawn.lin@rock-chips.com>
9491 M:      Wenrui Li <wenrui.li@rock-chips.com>
9492 L:      linux-pci@vger.kernel.org
9493 L:      linux-rockchip@lists.infradead.org
9494 S:      Maintained
9495 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9496 F:      drivers/pci/host/pcie-rockchip.c
9497
9498 PCIE DRIVER FOR QUALCOMM MSM
9499 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9500 L:     linux-pci@vger.kernel.org
9501 L:     linux-arm-msm@vger.kernel.org
9502 S:     Maintained
9503 F:     drivers/pci/host/*qcom*
9504
9505 PCIE DRIVER FOR CAVIUM THUNDERX
9506 M:      David Daney <david.daney@cavium.com>
9507 L:      linux-pci@vger.kernel.org
9508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9509 S:      Supported
9510 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9511 F:      drivers/pci/host/pci-thunder-*
9512
9513 PCMCIA SUBSYSTEM
9514 P:      Linux PCMCIA Team
9515 L:      linux-pcmcia@lists.infradead.org
9516 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9518 S:      Maintained
9519 F:      Documentation/pcmcia/
9520 F:      tools/pcmcia/
9521 F:      drivers/pcmcia/
9522 F:      include/pcmcia/
9523
9524 PCNET32 NETWORK DRIVER
9525 M:      Don Fry <pcnet32@frontier.com>
9526 L:      netdev@vger.kernel.org
9527 S:      Maintained
9528 F:      drivers/net/ethernet/amd/pcnet32.c
9529
9530 PCRYPT PARALLEL CRYPTO ENGINE
9531 M:      Steffen Klassert <steffen.klassert@secunet.com>
9532 L:      linux-crypto@vger.kernel.org
9533 S:      Maintained
9534 F:      crypto/pcrypt.c
9535 F:      include/crypto/pcrypt.h
9536
9537 PER-CPU MEMORY ALLOCATOR
9538 M:      Tejun Heo <tj@kernel.org>
9539 M:      Christoph Lameter <cl@linux.com>
9540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9541 S:      Maintained
9542 F:      include/linux/percpu*.h
9543 F:      mm/percpu*.c
9544 F:      arch/*/include/asm/percpu.h
9545
9546 PER-TASK DELAY ACCOUNTING
9547 M:      Balbir Singh <bsingharora@gmail.com>
9548 S:      Maintained
9549 F:      include/linux/delayacct.h
9550 F:      kernel/delayacct.c
9551
9552 PERFORMANCE EVENTS SUBSYSTEM
9553 M:      Peter Zijlstra <peterz@infradead.org>
9554 M:      Ingo Molnar <mingo@redhat.com>
9555 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9556 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9557 L:      linux-kernel@vger.kernel.org
9558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9559 S:      Supported
9560 F:      kernel/events/*
9561 F:      include/linux/perf_event.h
9562 F:      include/uapi/linux/perf_event.h
9563 F:      arch/*/kernel/perf_event*.c
9564 F:      arch/*/kernel/*/perf_event*.c
9565 F:      arch/*/kernel/*/*/perf_event*.c
9566 F:      arch/*/include/asm/perf_event.h
9567 F:      arch/*/kernel/perf_callchain.c
9568 F:      arch/*/events/*
9569 F:      tools/perf/
9570
9571 PERSONALITY HANDLING
9572 M:      Christoph Hellwig <hch@infradead.org>
9573 L:      linux-abi-devel@lists.sourceforge.net
9574 S:      Maintained
9575 F:      include/linux/personality.h
9576 F:      include/uapi/linux/personality.h
9577
9578 PHONET PROTOCOL
9579 M:      Remi Denis-Courmont <courmisch@gmail.com>
9580 S:      Supported
9581 F:      Documentation/networking/phonet.txt
9582 F:      include/linux/phonet.h
9583 F:      include/net/phonet/
9584 F:      include/uapi/linux/phonet.h
9585 F:      net/phonet/
9586
9587 PHRAM MTD DRIVER
9588 M:      Joern Engel <joern@lazybastard.org>
9589 L:      linux-mtd@lists.infradead.org
9590 S:      Maintained
9591 F:      drivers/mtd/devices/phram.c
9592
9593 PICOLCD HID DRIVER
9594 M:      Bruno Prémont <bonbons@linux-vserver.org>
9595 L:      linux-input@vger.kernel.org
9596 S:      Maintained
9597 F:      drivers/hid/hid-picolcd*
9598
9599 PICOXCELL SUPPORT
9600 M:      Jamie Iles <jamie@jamieiles.com>
9601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9602 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9603 S:      Supported
9604 F:      arch/arm/boot/dts/picoxcell*
9605 F:      arch/arm/mach-picoxcell/
9606 F:      drivers/crypto/picoxcell*
9607
9608 PIN CONTROL SUBSYSTEM
9609 M:      Linus Walleij <linus.walleij@linaro.org>
9610 L:      linux-gpio@vger.kernel.org
9611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9612 S:      Maintained
9613 F:      Documentation/devicetree/bindings/pinctrl/
9614 F:      Documentation/pinctrl.txt
9615 F:      drivers/pinctrl/
9616 F:      include/linux/pinctrl/
9617
9618 PIN CONTROLLER - ATMEL AT91
9619 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9620 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9621 S:      Maintained
9622 F:      drivers/pinctrl/pinctrl-at91.*
9623
9624 PIN CONTROLLER - ATMEL AT91 PIO4
9625 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9626 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9627 L:      linux-gpio@vger.kernel.org
9628 S:      Supported
9629 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9630
9631 PIN CONTROLLER - INTEL
9632 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9633 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9634 S:      Maintained
9635 F:      drivers/pinctrl/intel/
9636
9637 PIN CONTROLLER - RENESAS
9638 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9639 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9640 L:      linux-renesas-soc@vger.kernel.org
9641 S:      Maintained
9642 F:      drivers/pinctrl/sh-pfc/
9643
9644 PIN CONTROLLER - SAMSUNG
9645 M:      Tomasz Figa <tomasz.figa@gmail.com>
9646 M:      Krzysztof Kozlowski <krzk@kernel.org>
9647 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9649 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9650 S:      Maintained
9651 F:      drivers/pinctrl/samsung/
9652 F:      include/dt-bindings/pinctrl/samsung.h
9653 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9654
9655 PIN CONTROLLER - SINGLE
9656 M:      Tony Lindgren <tony@atomide.com>
9657 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9659 L:      linux-omap@vger.kernel.org
9660 S:      Maintained
9661 F:      drivers/pinctrl/pinctrl-single.c
9662
9663 PIN CONTROLLER - ST SPEAR
9664 M:      Viresh Kumar <vireshk@kernel.org>
9665 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9666 W:      http://www.st.com/spear
9667 S:      Maintained
9668 F:      drivers/pinctrl/spear/
9669
9670 PISTACHIO SOC SUPPORT
9671 M:      James Hartley <james.hartley@imgtec.com>
9672 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9673 L:      linux-mips@linux-mips.org
9674 S:      Maintained
9675 F:      arch/mips/pistachio/
9676 F:      arch/mips/include/asm/mach-pistachio/
9677 F:      arch/mips/boot/dts/pistachio/
9678 F:      arch/mips/configs/pistachio*_defconfig
9679
9680 PKTCDVD DRIVER
9681 S:      Orphan
9682 M:      linux-block@vger.kernel.org
9683 F:      drivers/block/pktcdvd.c
9684 F:      include/linux/pktcdvd.h
9685 F:      include/uapi/linux/pktcdvd.h
9686
9687 PKUNITY SOC DRIVERS
9688 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9689 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9690 S:      Maintained
9691 T:      git git://github.com/gxt/linux.git
9692 F:      drivers/input/serio/i8042-unicore32io.h
9693 F:      drivers/i2c/busses/i2c-puv3.c
9694 F:      drivers/video/fbdev/fb-puv3.c
9695 F:      drivers/rtc/rtc-puv3.c
9696
9697 PMBUS HARDWARE MONITORING DRIVERS
9698 M:      Guenter Roeck <linux@roeck-us.net>
9699 L:      linux-hwmon@vger.kernel.org
9700 W:      http://hwmon.wiki.kernel.org/
9701 W:      http://www.roeck-us.net/linux/drivers/
9702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9703 S:      Maintained
9704 F:      Documentation/hwmon/pmbus
9705 F:      drivers/hwmon/pmbus/
9706 F:      include/linux/i2c/pmbus.h
9707
9708 PMC SIERRA MaxRAID DRIVER
9709 L:      linux-scsi@vger.kernel.org
9710 W:      http://www.pmc-sierra.com/
9711 S:      Orphan
9712 F:      drivers/scsi/pmcraid.*
9713
9714 PMC SIERRA PM8001 DRIVER
9715 M:      Jack Wang <jinpu.wang@profitbricks.com>
9716 M:      lindar_liu@usish.com
9717 L:      pmchba@pmcs.com
9718 L:      linux-scsi@vger.kernel.org
9719 S:      Supported
9720 F:      drivers/scsi/pm8001/
9721
9722 POSIX CLOCKS and TIMERS
9723 M:      Thomas Gleixner <tglx@linutronix.de>
9724 L:      linux-kernel@vger.kernel.org
9725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9726 S:      Maintained
9727 F:      fs/timerfd.c
9728 F:      include/linux/timer*
9729 F:      kernel/time/*timer*
9730
9731 POWER MANAGEMENT CORE
9732 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9733 L:      linux-pm@vger.kernel.org
9734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9735 B:      https://bugzilla.kernel.org
9736 S:      Supported
9737 F:      drivers/base/power/
9738 F:      include/linux/pm.h
9739 F:      include/linux/pm_*
9740 F:      include/linux/powercap.h
9741 F:      drivers/powercap/
9742
9743 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9744 M:      Sebastian Reichel <sre@kernel.org>
9745 L:      linux-pm@vger.kernel.org
9746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9747 S:      Maintained
9748 F:      Documentation/devicetree/bindings/power/supply/
9749 F:      include/linux/power_supply.h
9750 F:      drivers/power/supply/
9751
9752 POWER STATE COORDINATION INTERFACE (PSCI)
9753 M:      Mark Rutland <mark.rutland@arm.com>
9754 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9755 L:      linux-arm-kernel@lists.infradead.org
9756 S:      Maintained
9757 F:      drivers/firmware/psci.c
9758 F:      include/linux/psci.h
9759 F:      include/uapi/linux/psci.h
9760
9761 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9762 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9763 L:      linuxppc-dev@lists.ozlabs.org
9764 S:      Maintained
9765 F:      drivers/char/powernv-op-panel.c
9766
9767 PNP SUPPORT
9768 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9769 S:      Maintained
9770 F:      drivers/pnp/
9771
9772 PPP PROTOCOL DRIVERS AND COMPRESSORS
9773 M:      Paul Mackerras <paulus@samba.org>
9774 L:      linux-ppp@vger.kernel.org
9775 S:      Maintained
9776 F:      drivers/net/ppp/ppp_*
9777
9778 PPP OVER ATM (RFC 2364)
9779 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9780 S:      Maintained
9781 F:      net/atm/pppoatm.c
9782 F:      include/uapi/linux/atmppp.h
9783
9784 PPP OVER ETHERNET
9785 M:      Michal Ostrowski <mostrows@earthlink.net>
9786 S:      Maintained
9787 F:      drivers/net/ppp/pppoe.c
9788 F:      drivers/net/ppp/pppox.c
9789
9790 PPP OVER L2TP
9791 M:      James Chapman <jchapman@katalix.com>
9792 S:      Maintained
9793 F:      net/l2tp/l2tp_ppp.c
9794 F:      include/linux/if_pppol2tp.h
9795 F:      include/uapi/linux/if_pppol2tp.h
9796
9797 PPS SUPPORT
9798 M:      Rodolfo Giometti <giometti@enneenne.com>
9799 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9800 L:      linuxpps@ml.enneenne.com (subscribers-only)
9801 S:      Maintained
9802 F:      Documentation/pps/
9803 F:      drivers/pps/
9804 F:      include/linux/pps*.h
9805
9806 PPTP DRIVER
9807 M:      Dmitry Kozlov <xeb@mail.ru>
9808 L:      netdev@vger.kernel.org
9809 S:      Maintained
9810 F:      drivers/net/ppp/pptp.c
9811 W:      http://sourceforge.net/projects/accel-pptp
9812
9813 PREEMPTIBLE KERNEL
9814 M:      Robert Love <rml@tech9.net>
9815 L:      kpreempt-tech@lists.sourceforge.net
9816 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9817 S:      Supported
9818 F:      Documentation/preempt-locking.txt
9819 F:      include/linux/preempt.h
9820
9821 PRISM54 WIRELESS DRIVER
9822 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9823 L:      linux-wireless@vger.kernel.org
9824 W:      http://wireless.kernel.org/en/users/Drivers/p54
9825 S:      Obsolete
9826 F:      drivers/net/wireless/intersil/prism54/
9827
9828 PS3 NETWORK SUPPORT
9829 M:      Geoff Levand <geoff@infradead.org>
9830 L:      netdev@vger.kernel.org
9831 L:      linuxppc-dev@lists.ozlabs.org
9832 S:      Maintained
9833 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9834
9835 PS3 PLATFORM SUPPORT
9836 M:      Geoff Levand <geoff@infradead.org>
9837 L:      linuxppc-dev@lists.ozlabs.org
9838 S:      Maintained
9839 F:      arch/powerpc/boot/ps3*
9840 F:      arch/powerpc/include/asm/lv1call.h
9841 F:      arch/powerpc/include/asm/ps3*.h
9842 F:      arch/powerpc/platforms/ps3/
9843 F:      drivers/*/ps3*
9844 F:      drivers/ps3/
9845 F:      drivers/rtc/rtc-ps3.c
9846 F:      drivers/usb/host/*ps3.c
9847 F:      sound/ppc/snd_ps3*
9848
9849 PS3VRAM DRIVER
9850 M:      Jim Paris <jim@jtan.com>
9851 M:      Geoff Levand <geoff@infradead.org>
9852 L:      linuxppc-dev@lists.ozlabs.org
9853 S:      Maintained
9854 F:      drivers/block/ps3vram.c
9855
9856 PSTORE FILESYSTEM
9857 M:      Anton Vorontsov <anton@enomsg.org>
9858 M:      Colin Cross <ccross@android.com>
9859 M:      Kees Cook <keescook@chromium.org>
9860 M:      Tony Luck <tony.luck@intel.com>
9861 S:      Maintained
9862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9863 F:      fs/pstore/
9864 F:      include/linux/pstore*
9865 F:      drivers/firmware/efi/efi-pstore.c
9866 F:      drivers/acpi/apei/erst.c
9867
9868 PTP HARDWARE CLOCK SUPPORT
9869 M:      Richard Cochran <richardcochran@gmail.com>
9870 L:      netdev@vger.kernel.org
9871 S:      Maintained
9872 W:      http://linuxptp.sourceforge.net/
9873 F:      Documentation/ABI/testing/sysfs-ptp
9874 F:      Documentation/ptp/*
9875 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9876 F:      drivers/net/phy/dp83640*
9877 F:      drivers/ptp/*
9878 F:      include/linux/ptp_cl*
9879
9880 PTRACE SUPPORT
9881 M:      Roland McGrath <roland@hack.frob.com>
9882 M:      Oleg Nesterov <oleg@redhat.com>
9883 S:      Maintained
9884 F:      include/asm-generic/syscall.h
9885 F:      include/linux/ptrace.h
9886 F:      include/linux/regset.h
9887 F:      include/linux/tracehook.h
9888 F:      include/uapi/linux/ptrace.h
9889 F:      kernel/ptrace.c
9890
9891 PULSE8-CEC DRIVER
9892 M:      Hans Verkuil <hverkuil@xs4all.nl>
9893 L:      linux-media@vger.kernel.org
9894 T:      git git://linuxtv.org/media_tree.git
9895 S:      Maintained
9896 F:      drivers/staging/media/pulse8-cec
9897
9898 PVRUSB2 VIDEO4LINUX DRIVER
9899 M:      Mike Isely <isely@pobox.com>
9900 L:      pvrusb2@isely.net       (subscribers-only)
9901 L:      linux-media@vger.kernel.org
9902 W:      http://www.isely.net/pvrusb2/
9903 T:      git git://linuxtv.org/media_tree.git
9904 S:      Maintained
9905 F:      Documentation/media/v4l-drivers/pvrusb2*
9906 F:      drivers/media/usb/pvrusb2/
9907
9908 PWC WEBCAM DRIVER
9909 M:      Hans Verkuil <hverkuil@xs4all.nl>
9910 L:      linux-media@vger.kernel.org
9911 T:      git git://linuxtv.org/media_tree.git
9912 S:      Odd Fixes
9913 F:      drivers/media/usb/pwc/*
9914
9915 PWM FAN DRIVER
9916 M:      Kamil Debski <kamil@wypas.org>
9917 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9918 L:      linux-hwmon@vger.kernel.org
9919 S:      Supported
9920 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9921 F:      Documentation/hwmon/pwm-fan
9922 F:      drivers/hwmon/pwm-fan.c
9923
9924 PWM SUBSYSTEM
9925 M:      Thierry Reding <thierry.reding@gmail.com>
9926 L:      linux-pwm@vger.kernel.org
9927 S:      Maintained
9928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9929 F:      Documentation/pwm.txt
9930 F:      Documentation/devicetree/bindings/pwm/
9931 F:      include/linux/pwm.h
9932 F:      drivers/pwm/
9933 F:      drivers/video/backlight/pwm_bl.c
9934 F:      include/linux/pwm_backlight.h
9935
9936 PXA2xx/PXA3xx SUPPORT
9937 M:      Daniel Mack <daniel@zonque.org>
9938 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9939 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9941 T:      git git://github.com/hzhuang1/linux.git
9942 T:      git git://github.com/rjarzmik/linux.git
9943 S:      Maintained
9944 F:      arch/arm/boot/dts/pxa*
9945 F:      arch/arm/mach-pxa/
9946 F:      drivers/dma/pxa*
9947 F:      drivers/pcmcia/pxa2xx*
9948 F:      drivers/pinctrl/pxa/
9949 F:      drivers/spi/spi-pxa2xx*
9950 F:      drivers/usb/gadget/udc/pxa2*
9951 F:      include/sound/pxa2xx-lib.h
9952 F:      sound/arm/pxa*
9953 F:      sound/soc/pxa/
9954
9955 PXA GPIO DRIVER
9956 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9957 L:      linux-gpio@vger.kernel.org
9958 S:      Maintained
9959 F:      drivers/gpio/gpio-pxa.c
9960
9961 PXA3xx NAND FLASH DRIVER
9962 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9963 L:      linux-mtd@lists.infradead.org
9964 S:      Maintained
9965 F:      drivers/mtd/nand/pxa3xx_nand.c
9966
9967 MMP SUPPORT
9968 M:      Eric Miao <eric.y.miao@gmail.com>
9969 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9971 T:      git git://github.com/hzhuang1/linux.git
9972 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9973 S:      Maintained
9974 F:      arch/arm/boot/dts/mmp*
9975 F:      arch/arm/mach-mmp/
9976
9977 PXA MMCI DRIVER
9978 S:      Orphan
9979
9980 PXA RTC DRIVER
9981 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9982 L:      rtc-linux@googlegroups.com
9983 S:      Maintained
9984
9985 QAT DRIVER
9986 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9987 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9988 L:      qat-linux@intel.com
9989 S:      Supported
9990 F:      drivers/crypto/qat/
9991
9992 QIB DRIVER
9993 M:      Mike Marciniszyn <infinipath@intel.com>
9994 L:      linux-rdma@vger.kernel.org
9995 S:      Supported
9996 F:      drivers/infiniband/hw/qib/
9997
9998 QLOGIC QLA1280 SCSI DRIVER
9999 M:      Michael Reed <mdr@sgi.com>
10000 L:      linux-scsi@vger.kernel.org
10001 S:      Maintained
10002 F:      drivers/scsi/qla1280.[ch]
10003
10004 QLOGIC QLA2XXX FC-SCSI DRIVER
10005 M:      qla2xxx-upstream@qlogic.com
10006 L:      linux-scsi@vger.kernel.org
10007 S:      Supported
10008 F:      Documentation/scsi/LICENSE.qla2xxx
10009 F:      drivers/scsi/qla2xxx/
10010
10011 QLOGIC QLA4XXX iSCSI DRIVER
10012 M:      QLogic-Storage-Upstream@qlogic.com
10013 L:      linux-scsi@vger.kernel.org
10014 S:      Supported
10015 F:      Documentation/scsi/LICENSE.qla4xxx
10016 F:      drivers/scsi/qla4xxx/
10017
10018 QLOGIC QLA3XXX NETWORK DRIVER
10019 M:      Dept-GELinuxNICDev@cavium.com
10020 L:      netdev@vger.kernel.org
10021 S:      Supported
10022 F:      Documentation/networking/LICENSE.qla3xxx
10023 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10024
10025 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10026 M:      Harish Patil <harish.patil@cavium.com>
10027 M:      Manish Chopra <manish.chopra@cavium.com>
10028 M:      Dept-GELinuxNICDev@cavium.com
10029 L:      netdev@vger.kernel.org
10030 S:      Supported
10031 F:      drivers/net/ethernet/qlogic/qlcnic/
10032
10033 QLOGIC QLGE 10Gb ETHERNET DRIVER
10034 M:      Harish Patil <harish.patil@cavium.com>
10035 M:      Manish Chopra <manish.chopra@cavium.com>
10036 M:      Dept-GELinuxNICDev@cavium.com
10037 L:      netdev@vger.kernel.org
10038 S:      Supported
10039 F:      drivers/net/ethernet/qlogic/qlge/
10040
10041 QLOGIC QL4xxx ETHERNET DRIVER
10042 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10043 M:      Ariel Elior <Ariel.Elior@cavium.com>
10044 M:      everest-linux-l2@cavium.com
10045 L:      netdev@vger.kernel.org
10046 S:      Supported
10047 F:      drivers/net/ethernet/qlogic/qed/
10048 F:      include/linux/qed/
10049 F:      drivers/net/ethernet/qlogic/qede/
10050
10051 QNX4 FILESYSTEM
10052 M:      Anders Larsen <al@alarsen.net>
10053 W:      http://www.alarsen.net/linux/qnx4fs/
10054 S:      Maintained
10055 F:      fs/qnx4/
10056 F:      include/uapi/linux/qnx4_fs.h
10057 F:      include/uapi/linux/qnxtypes.h
10058
10059 QT1010 MEDIA DRIVER
10060 M:      Antti Palosaari <crope@iki.fi>
10061 L:      linux-media@vger.kernel.org
10062 W:      https://linuxtv.org
10063 W:      http://palosaari.fi/linux/
10064 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10065 T:      git git://linuxtv.org/anttip/media_tree.git
10066 S:      Maintained
10067 F:      drivers/media/tuners/qt1010*
10068
10069 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10070 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10071 L:      linux-wireless@vger.kernel.org
10072 L:      ath9k-devel@lists.ath9k.org
10073 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10074 S:      Supported
10075 F:      drivers/net/wireless/ath/ath9k/
10076
10077 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10078 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10079 L:      ath10k@lists.infradead.org
10080 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10082 S:      Supported
10083 F:      drivers/net/wireless/ath/ath10k/
10084
10085 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10086 M:      Timur Tabi <timur@codeaurora.org>
10087 L:      netdev@vger.kernel.org
10088 S:      Supported
10089 F:      drivers/net/ethernet/qualcomm/emac/
10090
10091 QUALCOMM HEXAGON ARCHITECTURE
10092 M:      Richard Kuo <rkuo@codeaurora.org>
10093 L:      linux-hexagon@vger.kernel.org
10094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10095 S:      Supported
10096 F:      arch/hexagon/
10097
10098 QUALCOMM WCN36XX WIRELESS DRIVER
10099 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10100 L:      wcn36xx@lists.infradead.org
10101 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10102 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10103 S:      Supported
10104 F:      drivers/net/wireless/ath/wcn36xx/
10105
10106 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10107 M:      Gabriel Somlo <somlo@cmu.edu>
10108 M:      "Michael S. Tsirkin" <mst@redhat.com>
10109 L:      qemu-devel@nongnu.org
10110 S:      Maintained
10111 F:      drivers/firmware/qemu_fw_cfg.c
10112
10113 RADOS BLOCK DEVICE (RBD)
10114 M:      Ilya Dryomov <idryomov@gmail.com>
10115 M:      Sage Weil <sage@redhat.com>
10116 M:      Alex Elder <elder@kernel.org>
10117 L:      ceph-devel@vger.kernel.org
10118 W:      http://ceph.com/
10119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10120 T:      git git://github.com/ceph/ceph-client.git
10121 S:      Supported
10122 F:      Documentation/ABI/testing/sysfs-bus-rbd
10123 F:      drivers/block/rbd.c
10124 F:      drivers/block/rbd_types.h
10125
10126 RADEON FRAMEBUFFER DISPLAY DRIVER
10127 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10128 L:      linux-fbdev@vger.kernel.org
10129 S:      Maintained
10130 F:      drivers/video/fbdev/aty/radeon*
10131 F:      include/uapi/linux/radeonfb.h
10132
10133 RADIOSHARK RADIO DRIVER
10134 M:      Hans Verkuil <hverkuil@xs4all.nl>
10135 L:      linux-media@vger.kernel.org
10136 T:      git git://linuxtv.org/media_tree.git
10137 S:      Maintained
10138 F:      drivers/media/radio/radio-shark.c
10139
10140 RADIOSHARK2 RADIO DRIVER
10141 M:      Hans Verkuil <hverkuil@xs4all.nl>
10142 L:      linux-media@vger.kernel.org
10143 T:      git git://linuxtv.org/media_tree.git
10144 S:      Maintained
10145 F:      drivers/media/radio/radio-shark2.c
10146 F:      drivers/media/radio/radio-tea5777.c
10147
10148 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10149 M:      Paul Mackerras <paulus@samba.org>
10150 L:      linux-fbdev@vger.kernel.org
10151 S:      Maintained
10152 F:      drivers/video/fbdev/aty/aty128fb.c
10153
10154 RALINK MIPS ARCHITECTURE
10155 M:      John Crispin <john@phrozen.org>
10156 L:      linux-mips@linux-mips.org
10157 S:      Maintained
10158 F:      arch/mips/ralink
10159
10160 RALINK RT2X00 WIRELESS LAN DRIVER
10161 P:      rt2x00 project
10162 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10163 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10164 L:      linux-wireless@vger.kernel.org
10165 S:      Maintained
10166 F:      drivers/net/wireless/ralink/rt2x00/
10167
10168 RAMDISK RAM BLOCK DEVICE DRIVER
10169 M:      Jens Axboe <axboe@kernel.dk>
10170 S:      Maintained
10171 F:      Documentation/blockdev/ramdisk.txt
10172 F:      drivers/block/brd.c
10173
10174 RANDOM NUMBER DRIVER
10175 M:      "Theodore Ts'o" <tytso@mit.edu>
10176 S:      Maintained
10177 F:      drivers/char/random.c
10178
10179 RAPIDIO SUBSYSTEM
10180 M:      Matt Porter <mporter@kernel.crashing.org>
10181 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10182 S:      Maintained
10183 F:      drivers/rapidio/
10184
10185 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10186 L:      linux-wireless@vger.kernel.org
10187 S:      Orphan
10188 F:      drivers/net/wireless/ray*
10189
10190 RCUTORTURE MODULE
10191 M:      Josh Triplett <josh@joshtriplett.org>
10192 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10193 L:      linux-kernel@vger.kernel.org
10194 S:      Supported
10195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10196 F:      Documentation/RCU/torture.txt
10197 F:      kernel/rcu/rcutorture.c
10198
10199 RCUTORTURE TEST FRAMEWORK
10200 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10201 M:      Josh Triplett <josh@joshtriplett.org>
10202 R:      Steven Rostedt <rostedt@goodmis.org>
10203 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10204 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10205 L:      linux-kernel@vger.kernel.org
10206 S:      Supported
10207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10208 F:      tools/testing/selftests/rcutorture
10209
10210 RDC R-321X SoC
10211 M:      Florian Fainelli <florian@openwrt.org>
10212 S:      Maintained
10213
10214 RDC R6040 FAST ETHERNET DRIVER
10215 M:      Florian Fainelli <f.fainelli@gmail.com>
10216 L:      netdev@vger.kernel.org
10217 S:      Maintained
10218 F:      drivers/net/ethernet/rdc/r6040.c
10219
10220 RDS - RELIABLE DATAGRAM SOCKETS
10221 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10222 L:      netdev@vger.kernel.org
10223 L:      linux-rdma@vger.kernel.org
10224 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10225 W:      https://oss.oracle.com/projects/rds/
10226 S:      Supported
10227 F:      net/rds/
10228 F:      Documentation/networking/rds.txt
10229
10230 RDMAVT - RDMA verbs software
10231 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10232 L:      linux-rdma@vger.kernel.org
10233 S:      Supported
10234 F:      drivers/infiniband/sw/rdmavt
10235
10236 READ-COPY UPDATE (RCU)
10237 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10238 M:      Josh Triplett <josh@joshtriplett.org>
10239 R:      Steven Rostedt <rostedt@goodmis.org>
10240 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10241 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10242 L:      linux-kernel@vger.kernel.org
10243 W:      http://www.rdrop.com/users/paulmck/RCU/
10244 S:      Supported
10245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10246 F:      Documentation/RCU/
10247 X:      Documentation/RCU/torture.txt
10248 F:      include/linux/rcu*
10249 X:      include/linux/srcu.h
10250 F:      kernel/rcu/
10251 X:      kernel/torture.c
10252
10253 REAL TIME CLOCK (RTC) SUBSYSTEM
10254 M:      Alessandro Zummo <a.zummo@towertech.it>
10255 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10256 L:      rtc-linux@googlegroups.com
10257 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10259 S:      Maintained
10260 F:      Documentation/devicetree/bindings/rtc/
10261 F:      Documentation/rtc.txt
10262 F:      drivers/rtc/
10263 F:      include/linux/rtc.h
10264 F:      include/uapi/linux/rtc.h
10265 F:      include/linux/rtc/
10266 F:      include/linux/platform_data/rtc-*
10267 F:      tools/testing/selftests/timers/rtctest.c
10268
10269 REALTEK AUDIO CODECS
10270 M:      Bard Liao <bardliao@realtek.com>
10271 M:      Oder Chiou <oder_chiou@realtek.com>
10272 S:      Maintained
10273 F:      sound/soc/codecs/rt*
10274 F:      include/sound/rt*.h
10275
10276 REISERFS FILE SYSTEM
10277 L:      reiserfs-devel@vger.kernel.org
10278 S:      Supported
10279 F:      fs/reiserfs/
10280
10281 REGISTER MAP ABSTRACTION
10282 M:      Mark Brown <broonie@kernel.org>
10283 L:      linux-kernel@vger.kernel.org
10284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10285 S:      Supported
10286 F:      Documentation/devicetree/bindings/regmap/
10287 F:      drivers/base/regmap/
10288 F:      include/linux/regmap.h
10289
10290 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10291 M:      Ohad Ben-Cohen <ohad@wizery.com>
10292 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10293 L:      linux-remoteproc@vger.kernel.org
10294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10295 S:      Maintained
10296 F:      Documentation/devicetree/bindings/remoteproc/
10297 F:      Documentation/remoteproc.txt
10298 F:      drivers/remoteproc/
10299 F:      include/linux/remoteproc.h
10300
10301 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10302 M:      Ohad Ben-Cohen <ohad@wizery.com>
10303 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10304 L:      linux-remoteproc@vger.kernel.org
10305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10306 S:      Maintained
10307 F:      drivers/rpmsg/
10308 F:      Documentation/rpmsg.txt
10309 F:      include/linux/rpmsg.h
10310
10311 RENESAS CLOCK DRIVERS
10312 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10313 L:      linux-renesas-soc@vger.kernel.org
10314 S:      Supported
10315 F:      drivers/clk/renesas/
10316
10317 RENESAS ETHERNET DRIVERS
10318 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10319 L:      netdev@vger.kernel.org
10320 L:      linux-renesas-soc@vger.kernel.org
10321 F:      drivers/net/ethernet/renesas/
10322 F:      include/linux/sh_eth.h
10323
10324 RENESAS USB2 PHY DRIVER
10325 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10326 L:      linux-renesas-soc@vger.kernel.org
10327 S:      Maintained
10328 F:      drivers/phy/phy-rcar-gen3-usb2.c
10329
10330 RESET CONTROLLER FRAMEWORK
10331 M:      Philipp Zabel <p.zabel@pengutronix.de>
10332 T:      git git://git.pengutronix.de/git/pza/linux
10333 S:      Maintained
10334 F:      drivers/reset/
10335 F:      Documentation/devicetree/bindings/reset/
10336 F:      include/dt-bindings/reset/
10337 F:      include/linux/reset.h
10338 F:      include/linux/reset-controller.h
10339
10340 RFKILL
10341 M:      Johannes Berg <johannes@sipsolutions.net>
10342 L:      linux-wireless@vger.kernel.org
10343 W:      http://wireless.kernel.org/
10344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10346 S:      Maintained
10347 F:      Documentation/rfkill.txt
10348 F:      net/rfkill/
10349
10350 RHASHTABLE
10351 M:      Thomas Graf <tgraf@suug.ch>
10352 M:      Herbert Xu <herbert@gondor.apana.org.au>
10353 L:      netdev@vger.kernel.org
10354 S:      Maintained
10355 F:      lib/rhashtable.c
10356 F:      include/linux/rhashtable.h
10357
10358 RICOH SMARTMEDIA/XD DRIVER
10359 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10360 S:      Maintained
10361 F:      drivers/mtd/nand/r852.c
10362 F:      drivers/mtd/nand/r852.h
10363
10364 RICOH R5C592 MEMORYSTICK DRIVER
10365 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10366 S:      Maintained
10367 F:      drivers/memstick/host/r592.*
10368
10369 ROCCAT DRIVERS
10370 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10371 W:      http://sourceforge.net/projects/roccat/
10372 S:      Maintained
10373 F:      drivers/hid/hid-roccat*
10374 F:      include/linux/hid-roccat*
10375 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10376
10377 ROCKER DRIVER
10378 M:      Jiri Pirko <jiri@resnulli.us>
10379 L:      netdev@vger.kernel.org
10380 S:      Supported
10381 F:      drivers/net/ethernet/rocker/
10382
10383 ROCKETPORT DRIVER
10384 P:      Comtrol Corp.
10385 W:      http://www.comtrol.com
10386 S:      Maintained
10387 F:      Documentation/serial/rocket.txt
10388 F:      drivers/tty/rocket*
10389
10390 ROCKETPORT EXPRESS/INFINITY DRIVER
10391 M:      Kevin Cernekee <cernekee@gmail.com>
10392 L:      linux-serial@vger.kernel.org
10393 S:      Odd Fixes
10394 F:      drivers/tty/serial/rp2.*
10395
10396 ROSE NETWORK LAYER
10397 M:      Ralf Baechle <ralf@linux-mips.org>
10398 L:      linux-hams@vger.kernel.org
10399 W:      http://www.linux-ax25.org/
10400 S:      Maintained
10401 F:      include/net/rose.h
10402 F:      include/uapi/linux/rose.h
10403 F:      net/rose/
10404
10405 RTL2830 MEDIA DRIVER
10406 M:      Antti Palosaari <crope@iki.fi>
10407 L:      linux-media@vger.kernel.org
10408 W:      https://linuxtv.org
10409 W:      http://palosaari.fi/linux/
10410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10411 T:      git git://linuxtv.org/anttip/media_tree.git
10412 S:      Maintained
10413 F:      drivers/media/dvb-frontends/rtl2830*
10414
10415 RTL2832 MEDIA DRIVER
10416 M:      Antti Palosaari <crope@iki.fi>
10417 L:      linux-media@vger.kernel.org
10418 W:      https://linuxtv.org
10419 W:      http://palosaari.fi/linux/
10420 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10421 T:      git git://linuxtv.org/anttip/media_tree.git
10422 S:      Maintained
10423 F:      drivers/media/dvb-frontends/rtl2832*
10424
10425 RTL2832_SDR MEDIA DRIVER
10426 M:      Antti Palosaari <crope@iki.fi>
10427 L:      linux-media@vger.kernel.org
10428 W:      https://linuxtv.org
10429 W:      http://palosaari.fi/linux/
10430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10431 T:      git git://linuxtv.org/anttip/media_tree.git
10432 S:      Maintained
10433 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10434
10435 RTL8180 WIRELESS DRIVER
10436 L:      linux-wireless@vger.kernel.org
10437 W:      http://wireless.kernel.org/
10438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10439 S:      Orphan
10440 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10441
10442 RTL8187 WIRELESS DRIVER
10443 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10444 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10445 M:      Larry Finger <Larry.Finger@lwfinger.net>
10446 L:      linux-wireless@vger.kernel.org
10447 W:      http://wireless.kernel.org/
10448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10449 S:      Maintained
10450 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10451
10452 RTL8192CE WIRELESS DRIVER
10453 M:      Larry Finger <Larry.Finger@lwfinger.net>
10454 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10455 L:      linux-wireless@vger.kernel.org
10456 W:      http://wireless.kernel.org/
10457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10458 S:      Maintained
10459 F:      drivers/net/wireless/realtek/rtlwifi/
10460 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10461
10462 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10463 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10464 L:      linux-wireless@vger.kernel.org
10465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10466 S:      Maintained
10467 F:      drivers/net/wireless/realtek/rtl8xxxu/
10468
10469 S3 SAVAGE FRAMEBUFFER DRIVER
10470 M:      Antonino Daplas <adaplas@gmail.com>
10471 L:      linux-fbdev@vger.kernel.org
10472 S:      Maintained
10473 F:      drivers/video/fbdev/savage/
10474
10475 S390
10476 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10477 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10478 L:      linux-s390@vger.kernel.org
10479 W:      http://www.ibm.com/developerworks/linux/linux390/
10480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10481 S:      Supported
10482 F:      arch/s390/
10483 F:      drivers/s390/
10484 F:      Documentation/s390/
10485 F:      Documentation/DocBook/s390*
10486
10487 S390 COMMON I/O LAYER
10488 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10489 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10490 L:      linux-s390@vger.kernel.org
10491 W:      http://www.ibm.com/developerworks/linux/linux390/
10492 S:      Supported
10493 F:      drivers/s390/cio/
10494
10495 S390 DASD DRIVER
10496 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10497 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10498 L:      linux-s390@vger.kernel.org
10499 W:      http://www.ibm.com/developerworks/linux/linux390/
10500 S:      Supported
10501 F:      drivers/s390/block/dasd*
10502 F:      block/partitions/ibm.c
10503
10504 S390 NETWORK DRIVERS
10505 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10506 L:      linux-s390@vger.kernel.org
10507 W:      http://www.ibm.com/developerworks/linux/linux390/
10508 S:      Supported
10509 F:      drivers/s390/net/
10510
10511 S390 PCI SUBSYSTEM
10512 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10513 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10514 L:      linux-s390@vger.kernel.org
10515 W:      http://www.ibm.com/developerworks/linux/linux390/
10516 S:      Supported
10517 F:      arch/s390/pci/
10518 F:      drivers/pci/hotplug/s390_pci_hpc.c
10519
10520 S390 ZCRYPT DRIVER
10521 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10522 L:      linux-s390@vger.kernel.org
10523 W:      http://www.ibm.com/developerworks/linux/linux390/
10524 S:      Supported
10525 F:      drivers/s390/crypto/
10526
10527 S390 ZFCP DRIVER
10528 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10529 L:      linux-s390@vger.kernel.org
10530 W:      http://www.ibm.com/developerworks/linux/linux390/
10531 S:      Supported
10532 F:      drivers/s390/scsi/zfcp_*
10533
10534 S390 IUCV NETWORK LAYER
10535 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10536 L:      linux-s390@vger.kernel.org
10537 W:      http://www.ibm.com/developerworks/linux/linux390/
10538 S:      Supported
10539 F:      drivers/s390/net/*iucv*
10540 F:      include/net/iucv/
10541 F:      net/iucv/
10542
10543 S390 IOMMU (PCI)
10544 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10545 L:      linux-s390@vger.kernel.org
10546 W:      http://www.ibm.com/developerworks/linux/linux390/
10547 S:      Supported
10548 F:      drivers/iommu/s390-iommu.c
10549
10550 S3C24XX SD/MMC Driver
10551 M:      Ben Dooks <ben-linux@fluff.org>
10552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10553 S:      Supported
10554 F:      drivers/mmc/host/s3cmci.*
10555
10556 SAA6588 RDS RECEIVER DRIVER
10557 M:      Hans Verkuil <hverkuil@xs4all.nl>
10558 L:      linux-media@vger.kernel.org
10559 T:      git git://linuxtv.org/media_tree.git
10560 W:      https://linuxtv.org
10561 S:      Odd Fixes
10562 F:      drivers/media/i2c/saa6588*
10563
10564 SAA7134 VIDEO4LINUX DRIVER
10565 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10566 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10567 L:      linux-media@vger.kernel.org
10568 W:      https://linuxtv.org
10569 T:      git git://linuxtv.org/media_tree.git
10570 S:      Odd fixes
10571 F:      Documentation/media/v4l-drivers/saa7134*
10572 F:      drivers/media/pci/saa7134/
10573
10574 SAA7146 VIDEO4LINUX-2 DRIVER
10575 M:      Hans Verkuil <hverkuil@xs4all.nl>
10576 L:      linux-media@vger.kernel.org
10577 T:      git git://linuxtv.org/media_tree.git
10578 S:      Maintained
10579 F:      drivers/media/common/saa7146/
10580 F:      drivers/media/pci/saa7146/
10581 F:      include/media/saa7146*
10582
10583 SAMSUNG LAPTOP DRIVER
10584 M:      Corentin Chary <corentin.chary@gmail.com>
10585 L:      platform-driver-x86@vger.kernel.org
10586 S:      Maintained
10587 F:      drivers/platform/x86/samsung-laptop.c
10588
10589 SAMSUNG AUDIO (ASoC) DRIVERS
10590 M:      Krzysztof Kozlowski <krzk@kernel.org>
10591 M:      Sangbeom Kim <sbkim73@samsung.com>
10592 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10593 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10594 S:      Supported
10595 F:      sound/soc/samsung/
10596
10597 SAMSUNG FRAMEBUFFER DRIVER
10598 M:      Jingoo Han <jingoohan1@gmail.com>
10599 L:      linux-fbdev@vger.kernel.org
10600 S:      Maintained
10601 F:      drivers/video/fbdev/s3c-fb.c
10602
10603 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10604 M:      Sangbeom Kim <sbkim73@samsung.com>
10605 M:      Krzysztof Kozlowski <krzk@kernel.org>
10606 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10607 L:      linux-kernel@vger.kernel.org
10608 L:      linux-samsung-soc@vger.kernel.org
10609 S:      Supported
10610 F:      drivers/mfd/sec*.c
10611 F:      drivers/regulator/s2m*.c
10612 F:      drivers/regulator/s5m*.c
10613 F:      drivers/clk/clk-s2mps11.c
10614 F:      drivers/rtc/rtc-s5m.c
10615 F:      include/linux/mfd/samsung/
10616 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10617 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10618 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10619 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10620
10621 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10622 M:      Kyungmin Park <kyungmin.park@samsung.com>
10623 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10624 L:      linux-media@vger.kernel.org
10625 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10626 S:      Supported
10627 F:      drivers/media/platform/exynos4-is/
10628
10629 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10630 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10631 L:      linux-media@vger.kernel.org
10632 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10633 S:      Maintained
10634 F:      drivers/media/platform/s3c-camif/
10635 F:      include/media/drv-intf/s3c_camif.h
10636
10637 SAMSUNG S5C73M3 CAMERA DRIVER
10638 M:      Kyungmin Park <kyungmin.park@samsung.com>
10639 M:      Andrzej Hajda <a.hajda@samsung.com>
10640 L:      linux-media@vger.kernel.org
10641 S:      Supported
10642 F:      drivers/media/i2c/s5c73m3/*
10643
10644 SAMSUNG S5K5BAF CAMERA DRIVER
10645 M:      Kyungmin Park <kyungmin.park@samsung.com>
10646 M:      Andrzej Hajda <a.hajda@samsung.com>
10647 L:      linux-media@vger.kernel.org
10648 S:      Supported
10649 F:      drivers/media/i2c/s5k5baf.c
10650
10651 SAMSUNG S3FWRN5 NFC DRIVER
10652 M:      Robert Baldyga <r.baldyga@samsung.com>
10653 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10654 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10655 S:      Supported
10656 F:      drivers/nfc/s3fwrn5
10657
10658 SAMSUNG SOC CLOCK DRIVERS
10659 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10660 M:      Tomasz Figa <tomasz.figa@gmail.com>
10661 M:      Chanwoo Choi <cw00.choi@samsung.com>
10662 S:      Supported
10663 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10664 F:      drivers/clk/samsung/
10665 F:      include/dt-bindings/clock/exynos*.h
10666 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10667
10668 SAMSUNG SPI DRIVERS
10669 M:      Kukjin Kim <kgene@kernel.org>
10670 M:      Krzysztof Kozlowski <krzk@kernel.org>
10671 M:      Andi Shyti <andi.shyti@samsung.com>
10672 L:      linux-spi@vger.kernel.org
10673 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10674 S:      Maintained
10675 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10676 F:      drivers/spi/spi-s3c*
10677 F:      include/linux/platform_data/spi-s3c64xx.h
10678
10679 SAMSUNG SXGBE DRIVERS
10680 M:      Byungho An <bh74.an@samsung.com>
10681 M:      Girish K S <ks.giri@samsung.com>
10682 M:      Vipul Pandya <vipul.pandya@samsung.com>
10683 S:      Supported
10684 L:      netdev@vger.kernel.org
10685 F:      drivers/net/ethernet/samsung/sxgbe/
10686
10687 SAMSUNG THERMAL DRIVER
10688 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10689 L:      linux-pm@vger.kernel.org
10690 L:      linux-samsung-soc@vger.kernel.org
10691 S:      Supported
10692 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10693 F:      drivers/thermal/samsung/
10694
10695 SAMSUNG USB2 PHY DRIVER
10696 M:      Kamil Debski <kamil@wypas.org>
10697 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10698 L:      linux-kernel@vger.kernel.org
10699 S:      Supported
10700 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10701 F:      Documentation/phy/samsung-usb2.txt
10702 F:      drivers/phy/phy-exynos4210-usb2.c
10703 F:      drivers/phy/phy-exynos4x12-usb2.c
10704 F:      drivers/phy/phy-exynos5250-usb2.c
10705 F:      drivers/phy/phy-s5pv210-usb2.c
10706 F:      drivers/phy/phy-samsung-usb2.c
10707 F:      drivers/phy/phy-samsung-usb2.h
10708
10709 SERIAL DRIVERS
10710 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10711 L:      linux-serial@vger.kernel.org
10712 S:      Maintained
10713 F:      Documentation/devicetree/bindings/serial/
10714 F:      drivers/tty/serial/
10715
10716 STI CEC DRIVER
10717 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10718 L:      kernel@stlinux.com
10719 S:      Maintained
10720 F:      drivers/staging/media/st-cec/
10721 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10722
10723 SYNOPSYS DESIGNWARE DMAC DRIVER
10724 M:      Viresh Kumar <vireshk@kernel.org>
10725 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10726 S:      Maintained
10727 F:      include/linux/dma/dw.h
10728 F:      include/linux/platform_data/dma-dw.h
10729 F:      drivers/dma/dw/
10730
10731 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10732 M: Lars Persson <lars.persson@axis.com>
10733 L: netdev@vger.kernel.org
10734 S: Supported
10735 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10736 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10737
10738 SYNOPSYS DESIGNWARE I2C DRIVER
10739 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10740 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10741 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10742 L:      linux-i2c@vger.kernel.org
10743 S:      Maintained
10744 F:      drivers/i2c/busses/i2c-designware-*
10745 F:      include/linux/platform_data/i2c-designware.h
10746
10747 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10748 M:      Jaehoon Chung <jh80.chung@samsung.com>
10749 L:      linux-mmc@vger.kernel.org
10750 S:      Maintained
10751 F:      include/linux/mmc/dw_mmc.h
10752 F:      drivers/mmc/host/dw_mmc*
10753
10754 SYSTEM TRACE MODULE CLASS
10755 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10756 S:      Maintained
10757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10758 F:      Documentation/trace/stm.txt
10759 F:      drivers/hwtracing/stm/
10760 F:      include/linux/stm.h
10761 F:      include/uapi/linux/stm.h
10762
10763 THUNDERBOLT DRIVER
10764 M:      Andreas Noever <andreas.noever@gmail.com>
10765 S:      Maintained
10766 F:      drivers/thunderbolt/
10767
10768 TI BQ27XXX POWER SUPPLY DRIVER
10769 R:      Andrew F. Davis <afd@ti.com>
10770 F:      include/linux/power/bq27xxx_battery.h
10771 F:      drivers/power/supply/bq27xxx_battery.c
10772 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10773
10774 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10775 M:      John Stultz <john.stultz@linaro.org>
10776 M:      Thomas Gleixner <tglx@linutronix.de>
10777 L:      linux-kernel@vger.kernel.org
10778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10779 S:      Supported
10780 F:      include/linux/clocksource.h
10781 F:      include/linux/time.h
10782 F:      include/linux/timex.h
10783 F:      include/uapi/linux/time.h
10784 F:      include/uapi/linux/timex.h
10785 F:      kernel/time/clocksource.c
10786 F:      kernel/time/time*.c
10787 F:      kernel/time/alarmtimer.c
10788 F:      kernel/time/ntp.c
10789 F:      tools/testing/selftests/timers/
10790
10791 SC1200 WDT DRIVER
10792 M:      Zwane Mwaikambo <zwanem@gmail.com>
10793 S:      Maintained
10794 F:      drivers/watchdog/sc1200wdt.c
10795
10796 SCHEDULER
10797 M:      Ingo Molnar <mingo@redhat.com>
10798 M:      Peter Zijlstra <peterz@infradead.org>
10799 L:      linux-kernel@vger.kernel.org
10800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10801 S:      Maintained
10802 F:      kernel/sched/
10803 F:      include/linux/sched.h
10804 F:      include/uapi/linux/sched.h
10805 F:      include/linux/wait.h
10806
10807 SCORE ARCHITECTURE
10808 M:      Chen Liqin <liqin.linux@gmail.com>
10809 M:      Lennox Wu <lennox.wu@gmail.com>
10810 W:      http://www.sunplus.com
10811 S:      Supported
10812 F:      arch/score/
10813
10814 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10815 M:      Sudeep Holla <sudeep.holla@arm.com>
10816 L:      linux-arm-kernel@lists.infradead.org
10817 S:      Maintained
10818 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10819 F:      drivers/clk/clk-scpi.c
10820 F:      drivers/cpufreq/scpi-cpufreq.c
10821 F:      drivers/firmware/arm_scpi.c
10822 F:      include/linux/scpi_protocol.h
10823
10824 SCSI CDROM DRIVER
10825 M:      Jens Axboe <axboe@kernel.dk>
10826 L:      linux-scsi@vger.kernel.org
10827 W:      http://www.kernel.dk
10828 S:      Maintained
10829 F:      drivers/scsi/sr*
10830
10831 SCSI RDMA PROTOCOL (SRP) INITIATOR
10832 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10833 L:      linux-rdma@vger.kernel.org
10834 S:      Supported
10835 W:      http://www.openfabrics.org
10836 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10838 F:      drivers/infiniband/ulp/srp/
10839 F:      include/scsi/srp.h
10840
10841 SCSI SG DRIVER
10842 M:      Doug Gilbert <dgilbert@interlog.com>
10843 L:      linux-scsi@vger.kernel.org
10844 W:      http://sg.danny.cz/sg
10845 S:      Maintained
10846 F:      Documentation/scsi/scsi-generic.txt
10847 F:      drivers/scsi/sg.c
10848 F:      include/scsi/sg.h
10849
10850 SCSI SUBSYSTEM
10851 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10853 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10855 L:      linux-scsi@vger.kernel.org
10856 S:      Maintained
10857 F:      Documentation/devicetree/bindings/scsi/
10858 F:      drivers/scsi/
10859 F:      include/scsi/
10860
10861 SCSI TAPE DRIVER
10862 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10863 L:      linux-scsi@vger.kernel.org
10864 S:      Maintained
10865 F:      Documentation/scsi/st.txt
10866 F:      drivers/scsi/st.*
10867 F:      drivers/scsi/st_*.h
10868
10869 SCTP PROTOCOL
10870 M:      Vlad Yasevich <vyasevich@gmail.com>
10871 M:      Neil Horman <nhorman@tuxdriver.com>
10872 L:      linux-sctp@vger.kernel.org
10873 W:      http://lksctp.sourceforge.net
10874 S:      Maintained
10875 F:      Documentation/networking/sctp.txt
10876 F:      include/linux/sctp.h
10877 F:      include/uapi/linux/sctp.h
10878 F:      include/net/sctp/
10879 F:      net/sctp/
10880
10881 SCx200 CPU SUPPORT
10882 M:      Jim Cromie <jim.cromie@gmail.com>
10883 S:      Odd Fixes
10884 F:      Documentation/i2c/busses/scx200_acb
10885 F:      arch/x86/platform/scx200/
10886 F:      drivers/watchdog/scx200_wdt.c
10887 F:      drivers/i2c/busses/scx200*
10888 F:      drivers/mtd/maps/scx200_docflash.c
10889 F:      include/linux/scx200.h
10890
10891 SCx200 GPIO DRIVER
10892 M:      Jim Cromie <jim.cromie@gmail.com>
10893 S:      Maintained
10894 F:      drivers/char/scx200_gpio.c
10895 F:      include/linux/scx200_gpio.h
10896
10897 SCx200 HRT CLOCKSOURCE DRIVER
10898 M:      Jim Cromie <jim.cromie@gmail.com>
10899 S:      Maintained
10900 F:      drivers/clocksource/scx200_hrt.c
10901
10902 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10903 M:      Sascha Sommer <saschasommer@freenet.de>
10904 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10905 S:      Maintained
10906 F:      drivers/mmc/host/sdricoh_cs.c
10907
10908 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10909 M:      Adrian Hunter <adrian.hunter@intel.com>
10910 L:      linux-mmc@vger.kernel.org
10911 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10912 S:      Maintained
10913 F:      drivers/mmc/host/sdhci*
10914 F:      include/linux/mmc/sdhci*
10915
10916 SECURE COMPUTING
10917 M:      Kees Cook <keescook@chromium.org>
10918 R:      Andy Lutomirski <luto@amacapital.net>
10919 R:      Will Drewry <wad@chromium.org>
10920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10921 S:      Supported
10922 F:      kernel/seccomp.c
10923 F:      include/uapi/linux/seccomp.h
10924 F:      include/linux/seccomp.h
10925 F:      tools/testing/selftests/seccomp/*
10926 K:      \bsecure_computing
10927 K:      \bTIF_SECCOMP\b
10928
10929 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10930 M:      Al Cooper <alcooperx@gmail.com>
10931 L:      linux-mmc@vger.kernel.org
10932 L:      bcm-kernel-feedback-list@broadcom.com
10933 S:      Maintained
10934 F:      drivers/mmc/host/sdhci-brcmstb*
10935
10936 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10937 M:      Ben Dooks <ben-linux@fluff.org>
10938 M:      Jaehoon Chung <jh80.chung@samsung.com>
10939 L:      linux-mmc@vger.kernel.org
10940 S:      Maintained
10941 F:      drivers/mmc/host/sdhci-s3c*
10942
10943 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10944 M:      Viresh Kumar <vireshk@kernel.org>
10945 L:      linux-mmc@vger.kernel.org
10946 S:      Maintained
10947 F:      drivers/mmc/host/sdhci-spear.c
10948
10949 SECURITY SUBSYSTEM
10950 M:      James Morris <james.l.morris@oracle.com>
10951 M:      "Serge E. Hallyn" <serge@hallyn.com>
10952 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10954 W:      http://kernsec.org/
10955 S:      Supported
10956 F:      security/
10957
10958 SECURITY CONTACT
10959 M:      Security Officers <security@kernel.org>
10960 S:      Supported
10961
10962 SELINUX SECURITY MODULE
10963 M:      Paul Moore <paul@paul-moore.com>
10964 M:      Stephen Smalley <sds@tycho.nsa.gov>
10965 M:      Eric Paris <eparis@parisplace.org>
10966 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10967 W:      http://selinuxproject.org
10968 T:      git git://git.infradead.org/users/pcmoore/selinux
10969 S:      Supported
10970 F:      include/linux/selinux*
10971 F:      security/selinux/
10972 F:      scripts/selinux/
10973
10974 APPARMOR SECURITY MODULE
10975 M:      John Johansen <john.johansen@canonical.com>
10976 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10977 W:      apparmor.wiki.kernel.org
10978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10979 S:      Supported
10980 F:      security/apparmor/
10981
10982 LOADPIN SECURITY MODULE
10983 M:      Kees Cook <keescook@chromium.org>
10984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10985 S:      Supported
10986 F:      security/loadpin/
10987
10988 YAMA SECURITY MODULE
10989 M:      Kees Cook <keescook@chromium.org>
10990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10991 S:      Supported
10992 F:      security/yama/
10993
10994 SENSABLE PHANTOM
10995 M:      Jiri Slaby <jirislaby@gmail.com>
10996 S:      Maintained
10997 F:      drivers/misc/phantom.c
10998 F:      include/uapi/linux/phantom.h
10999
11000 Emulex 10Gbps iSCSI - OneConnect DRIVER
11001 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11002 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11003 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11004 L:      linux-scsi@vger.kernel.org
11005 W:      http://www.broadcom.com
11006 S:      Supported
11007 F:      drivers/scsi/be2iscsi/
11008
11009 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11010 M:      Sathya Perla <sathya.perla@broadcom.com>
11011 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11012 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11013 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11014 L:      netdev@vger.kernel.org
11015 W:      http://www.emulex.com
11016 S:      Supported
11017 F:      drivers/net/ethernet/emulex/benet/
11018
11019 EMULEX ONECONNECT ROCE DRIVER
11020 M:      Selvin Xavier <selvin.xavier@avagotech.com>
11021 M:      Devesh Sharma <devesh.sharma@avagotech.com>
11022 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
11023 L:      linux-rdma@vger.kernel.org
11024 W:      http://www.emulex.com
11025 S:      Supported
11026 F:      drivers/infiniband/hw/ocrdma/
11027 F:      include/uapi/rdma/ocrdma-abi.h
11028
11029 SFC NETWORK DRIVER
11030 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11031 M:      Edward Cree <ecree@solarflare.com>
11032 M:      Bert Kenward <bkenward@solarflare.com>
11033 L:      netdev@vger.kernel.org
11034 S:      Supported
11035 F:      drivers/net/ethernet/sfc/
11036
11037 SGI GRU DRIVER
11038 M:      Dimitri Sivanich <sivanich@sgi.com>
11039 S:      Maintained
11040 F:      drivers/misc/sgi-gru/
11041
11042 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11043 M:      Pat Gefre <pfg@sgi.com>
11044 L:      linux-ia64@vger.kernel.org
11045 S:      Supported
11046 F:      Documentation/ia64/serial.txt
11047 F:      drivers/tty/serial/ioc?_serial.c
11048 F:      include/linux/ioc?.h
11049
11050 SGI XP/XPC/XPNET DRIVER
11051 M:      Cliff Whickman <cpw@sgi.com>
11052 M:      Robin Holt <robinmholt@gmail.com>
11053 S:      Maintained
11054 F:      drivers/misc/sgi-xp/
11055
11056 SI2157 MEDIA DRIVER
11057 M:      Antti Palosaari <crope@iki.fi>
11058 L:      linux-media@vger.kernel.org
11059 W:      https://linuxtv.org
11060 W:      http://palosaari.fi/linux/
11061 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11062 T:      git git://linuxtv.org/anttip/media_tree.git
11063 S:      Maintained
11064 F:      drivers/media/tuners/si2157*
11065
11066 SI2168 MEDIA DRIVER
11067 M:      Antti Palosaari <crope@iki.fi>
11068 L:      linux-media@vger.kernel.org
11069 W:      https://linuxtv.org
11070 W:      http://palosaari.fi/linux/
11071 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11072 T:      git git://linuxtv.org/anttip/media_tree.git
11073 S:      Maintained
11074 F:      drivers/media/dvb-frontends/si2168*
11075
11076 SI470X FM RADIO RECEIVER I2C DRIVER
11077 M:      Hans Verkuil <hverkuil@xs4all.nl>
11078 L:      linux-media@vger.kernel.org
11079 T:      git git://linuxtv.org/media_tree.git
11080 W:      https://linuxtv.org
11081 S:      Odd Fixes
11082 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11083
11084 SI470X FM RADIO RECEIVER USB DRIVER
11085 M:      Hans Verkuil <hverkuil@xs4all.nl>
11086 L:      linux-media@vger.kernel.org
11087 T:      git git://linuxtv.org/media_tree.git
11088 W:      https://linuxtv.org
11089 S:      Maintained
11090 F:      drivers/media/radio/si470x/radio-si470x-common.c
11091 F:      drivers/media/radio/si470x/radio-si470x.h
11092 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11093
11094 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11095 M:      Eduardo Valentin <edubezval@gmail.com>
11096 L:      linux-media@vger.kernel.org
11097 T:      git git://linuxtv.org/media_tree.git
11098 W:      https://linuxtv.org
11099 S:      Odd Fixes
11100 F:      drivers/media/radio/si4713/si4713.?
11101
11102 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11103 M:      Eduardo Valentin <edubezval@gmail.com>
11104 L:      linux-media@vger.kernel.org
11105 T:      git git://linuxtv.org/media_tree.git
11106 W:      https://linuxtv.org
11107 S:      Odd Fixes
11108 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11109
11110 SI4713 FM RADIO TRANSMITTER USB DRIVER
11111 M:      Hans Verkuil <hverkuil@xs4all.nl>
11112 L:      linux-media@vger.kernel.org
11113 T:      git git://linuxtv.org/media_tree.git
11114 W:      https://linuxtv.org
11115 S:      Maintained
11116 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11117
11118 SIANO DVB DRIVER
11119 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11120 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11121 L:      linux-media@vger.kernel.org
11122 W:      https://linuxtv.org
11123 T:      git git://linuxtv.org/media_tree.git
11124 S:      Odd fixes
11125 F:      drivers/media/common/siano/
11126 F:      drivers/media/usb/siano/
11127 F:      drivers/media/usb/siano/
11128 F:      drivers/media/mmc/siano/
11129
11130 SIMPLEFB FB DRIVER
11131 M:      Hans de Goede <hdegoede@redhat.com>
11132 L:      linux-fbdev@vger.kernel.org
11133 S:      Maintained
11134 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11135 F:      drivers/video/fbdev/simplefb.c
11136 F:      include/linux/platform_data/simplefb.h
11137
11138 SH_VEU V4L2 MEM2MEM DRIVER
11139 L:      linux-media@vger.kernel.org
11140 S:      Orphan
11141 F:      drivers/media/platform/sh_veu.c
11142
11143 SH_VOU V4L2 OUTPUT DRIVER
11144 L:      linux-media@vger.kernel.org
11145 S:      Orphan
11146 F:      drivers/media/platform/sh_vou.c
11147 F:      include/media/drv-intf/sh_vou.h
11148
11149 SIMPLE FIRMWARE INTERFACE (SFI)
11150 M:      Len Brown <lenb@kernel.org>
11151 L:      sfi-devel@simplefirmware.org
11152 W:      http://simplefirmware.org/
11153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11154 S:      Supported
11155 F:      arch/x86/platform/sfi/
11156 F:      drivers/sfi/
11157 F:      include/linux/sfi*.h
11158
11159 SIMTEC EB110ATX (Chalice CATS)
11160 P:      Ben Dooks
11161 P:      Vincent Sanders <vince@simtec.co.uk>
11162 M:      Simtec Linux Team <linux@simtec.co.uk>
11163 W:      http://www.simtec.co.uk/products/EB110ATX/
11164 S:      Supported
11165
11166 SIMTEC EB2410ITX (BAST)
11167 P:      Ben Dooks
11168 P:      Vincent Sanders <vince@simtec.co.uk>
11169 M:      Simtec Linux Team <linux@simtec.co.uk>
11170 W:      http://www.simtec.co.uk/products/EB2410ITX/
11171 S:      Supported
11172 F:      arch/arm/mach-s3c24xx/mach-bast.c
11173 F:      arch/arm/mach-s3c24xx/bast-ide.c
11174 F:      arch/arm/mach-s3c24xx/bast-irq.c
11175
11176 TI DAVINCI MACHINE SUPPORT
11177 M:      Sekhar Nori <nsekhar@ti.com>
11178 M:      Kevin Hilman <khilman@kernel.org>
11179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11181 S:      Supported
11182 F:      arch/arm/mach-davinci/
11183 F:      drivers/i2c/busses/i2c-davinci.c
11184
11185 TI DAVINCI SERIES MEDIA DRIVER
11186 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11187 L:      linux-media@vger.kernel.org
11188 W:      https://linuxtv.org
11189 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11190 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11191 S:      Maintained
11192 F:      drivers/media/platform/davinci/
11193 F:      include/media/davinci/
11194
11195 TI AM437X VPFE DRIVER
11196 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11197 L:      linux-media@vger.kernel.org
11198 W:      https://linuxtv.org
11199 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11200 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11201 S:      Maintained
11202 F:      drivers/media/platform/am437x/
11203
11204 OV2659 OMNIVISION SENSOR DRIVER
11205 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11206 L:      linux-media@vger.kernel.org
11207 W:      https://linuxtv.org
11208 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11209 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11210 S:      Maintained
11211 F:      drivers/media/i2c/ov2659.c
11212 F:      include/media/i2c/ov2659.h
11213
11214 SILICON MOTION SM712 FRAME BUFFER DRIVER
11215 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11216 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11217 M:      Sudip Mukherjee <sudip@vectorindia.org>
11218 L:      linux-fbdev@vger.kernel.org
11219 S:      Maintained
11220 F:      drivers/video/fbdev/sm712*
11221 F:      Documentation/fb/sm712fb.txt
11222
11223 SIS 190 ETHERNET DRIVER
11224 M:      Francois Romieu <romieu@fr.zoreil.com>
11225 L:      netdev@vger.kernel.org
11226 S:      Maintained
11227 F:      drivers/net/ethernet/sis/sis190.c
11228
11229 SIS 900/7016 FAST ETHERNET DRIVER
11230 M:      Daniele Venzano <venza@brownhat.org>
11231 W:      http://www.brownhat.org/sis900.html
11232 L:      netdev@vger.kernel.org
11233 S:      Maintained
11234 F:      drivers/net/ethernet/sis/sis900.*
11235
11236 SIS FRAMEBUFFER DRIVER
11237 M:      Thomas Winischhofer <thomas@winischhofer.net>
11238 W:      http://www.winischhofer.net/linuxsisvga.shtml
11239 S:      Maintained
11240 F:      Documentation/fb/sisfb.txt
11241 F:      drivers/video/fbdev/sis/
11242 F:      include/video/sisfb.h
11243
11244 SIS USB2VGA DRIVER
11245 M:      Thomas Winischhofer <thomas@winischhofer.net>
11246 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11247 S:      Maintained
11248 F:      drivers/usb/misc/sisusbvga/
11249
11250 SLAB ALLOCATOR
11251 M:      Christoph Lameter <cl@linux.com>
11252 M:      Pekka Enberg <penberg@kernel.org>
11253 M:      David Rientjes <rientjes@google.com>
11254 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11255 M:      Andrew Morton <akpm@linux-foundation.org>
11256 L:      linux-mm@kvack.org
11257 S:      Maintained
11258 F:      include/linux/sl?b*.h
11259 F:      mm/sl?b*
11260
11261 SLEEPABLE READ-COPY UPDATE (SRCU)
11262 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11263 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11264 M:      Josh Triplett <josh@joshtriplett.org>
11265 R:      Steven Rostedt <rostedt@goodmis.org>
11266 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11267 L:      linux-kernel@vger.kernel.org
11268 W:      http://www.rdrop.com/users/paulmck/RCU/
11269 S:      Supported
11270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11271 F:      include/linux/srcu.h
11272 F:      kernel/rcu/srcu.c
11273
11274 SMACK SECURITY MODULE
11275 M:      Casey Schaufler <casey@schaufler-ca.com>
11276 L:      linux-security-module@vger.kernel.org
11277 W:      http://schaufler-ca.com
11278 T:      git git://github.com/cschaufler/smack-next
11279 S:      Maintained
11280 F:      Documentation/security/Smack.txt
11281 F:      security/smack/
11282
11283 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11284 M:      Kevin Hilman <khilman@kernel.org>
11285 M:      Nishanth Menon <nm@ti.com>
11286 S:      Maintained
11287 F:      drivers/power/avs/
11288 F:      include/linux/power/smartreflex.h
11289 L:      linux-pm@vger.kernel.org
11290
11291 SMC91x ETHERNET DRIVER
11292 M:      Nicolas Pitre <nico@fluxnic.net>
11293 S:      Odd Fixes
11294 F:      drivers/net/ethernet/smsc/smc91x.*
11295
11296 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11297 M:      Sakari Ailus <sakari.ailus@iki.fi>
11298 L:      linux-media@vger.kernel.org
11299 S:      Maintained
11300 F:      drivers/media/i2c/smiapp/
11301 F:      include/media/i2c/smiapp.h
11302 F:      drivers/media/i2c/smiapp-pll.c
11303 F:      drivers/media/i2c/smiapp-pll.h
11304 F:      include/uapi/linux/smiapp.h
11305 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11306
11307 SMM665 HARDWARE MONITOR DRIVER
11308 M:      Guenter Roeck <linux@roeck-us.net>
11309 L:      linux-hwmon@vger.kernel.org
11310 S:      Maintained
11311 F:      Documentation/hwmon/smm665
11312 F:      drivers/hwmon/smm665.c
11313
11314 SMSC EMC2103 HARDWARE MONITOR DRIVER
11315 M:      Steve Glendinning <steve.glendinning@shawell.net>
11316 L:      linux-hwmon@vger.kernel.org
11317 S:      Maintained
11318 F:      Documentation/hwmon/emc2103
11319 F:      drivers/hwmon/emc2103.c
11320
11321 SMSC SCH5627 HARDWARE MONITOR DRIVER
11322 M:      Hans de Goede <hdegoede@redhat.com>
11323 L:      linux-hwmon@vger.kernel.org
11324 S:      Supported
11325 F:      Documentation/hwmon/sch5627
11326 F:      drivers/hwmon/sch5627.c
11327
11328 SMSC47B397 HARDWARE MONITOR DRIVER
11329 M:      Jean Delvare <jdelvare@suse.com>
11330 L:      linux-hwmon@vger.kernel.org
11331 S:      Maintained
11332 F:      Documentation/hwmon/smsc47b397
11333 F:      drivers/hwmon/smsc47b397.c
11334
11335 SMSC911x ETHERNET DRIVER
11336 M:      Steve Glendinning <steve.glendinning@shawell.net>
11337 L:      netdev@vger.kernel.org
11338 S:      Maintained
11339 F:      include/linux/smsc911x.h
11340 F:      drivers/net/ethernet/smsc/smsc911x.*
11341
11342 SMSC9420 PCI ETHERNET DRIVER
11343 M:      Steve Glendinning <steve.glendinning@shawell.net>
11344 L:      netdev@vger.kernel.org
11345 S:      Maintained
11346 F:      drivers/net/ethernet/smsc/smsc9420.*
11347
11348 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11349 M:      Steve Glendinning <steve.glendinning@shawell.net>
11350 L:      linux-fbdev@vger.kernel.org
11351 S:      Maintained
11352 F:      drivers/video/fbdev/smscufx.c
11353
11354 SOC-CAMERA V4L2 SUBSYSTEM
11355 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11356 L:      linux-media@vger.kernel.org
11357 T:      git git://linuxtv.org/media_tree.git
11358 S:      Maintained
11359 F:      include/media/soc*
11360 F:      drivers/media/i2c/soc_camera/
11361 F:      drivers/media/platform/soc_camera/
11362
11363 SOEKRIS NET48XX LED SUPPORT
11364 M:      Chris Boot <bootc@bootc.net>
11365 S:      Maintained
11366 F:      drivers/leds/leds-net48xx.c
11367
11368 SOFTLOGIC 6x10 MPEG CODEC
11369 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11370 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11371 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11372 M:      Ismael Luceno <ismael@iodev.co.uk>
11373 L:      linux-media@vger.kernel.org
11374 S:      Supported
11375 F:      drivers/media/pci/solo6x10/
11376
11377 SOFTWARE RAID (Multiple Disks) SUPPORT
11378 M:      Shaohua Li <shli@kernel.org>
11379 L:      linux-raid@vger.kernel.org
11380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11381 S:      Supported
11382 F:      drivers/md/
11383 F:      include/linux/raid/
11384 F:      include/uapi/linux/raid/
11385
11386 SONIC NETWORK DRIVER
11387 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11388 L:      netdev@vger.kernel.org
11389 S:      Maintained
11390 F:      drivers/net/ethernet/natsemi/sonic.*
11391
11392 SONICS SILICON BACKPLANE DRIVER (SSB)
11393 M:      Michael Buesch <m@bues.ch>
11394 L:      linux-wireless@vger.kernel.org
11395 S:      Maintained
11396 F:      drivers/ssb/
11397 F:      include/linux/ssb/
11398
11399 SONY VAIO CONTROL DEVICE DRIVER
11400 M:      Mattia Dongili <malattia@linux.it>
11401 L:      platform-driver-x86@vger.kernel.org
11402 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11403 S:      Maintained
11404 F:      Documentation/laptops/sony-laptop.txt
11405 F:      drivers/char/sonypi.c
11406 F:      drivers/platform/x86/sony-laptop.c
11407 F:      include/linux/sony-laptop.h
11408
11409 SONY MEMORYSTICK CARD SUPPORT
11410 M:      Alex Dubov <oakad@yahoo.com>
11411 W:      http://tifmxx.berlios.de/
11412 S:      Maintained
11413 F:      drivers/memstick/host/tifm_ms.c
11414
11415 SONY MEMORYSTICK STANDARD SUPPORT
11416 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11417 S:      Maintained
11418 F:      drivers/memstick/core/ms_block.*
11419
11420 SOUND
11421 M:      Jaroslav Kysela <perex@perex.cz>
11422 M:      Takashi Iwai <tiwai@suse.com>
11423 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11424 W:      http://www.alsa-project.org/
11425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11426 T:      git git://git.alsa-project.org/alsa-kernel.git
11427 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11428 S:      Maintained
11429 F:      Documentation/sound/
11430 F:      include/sound/
11431 F:      include/uapi/sound/
11432 F:      sound/
11433
11434 SOUND - COMPRESSED AUDIO
11435 M:      Vinod Koul <vinod.koul@intel.com>
11436 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11438 S:      Supported
11439 F:      Documentation/sound/alsa/compress_offload.txt
11440 F:      include/sound/compress_driver.h
11441 F:      include/uapi/sound/compress_*
11442 F:      sound/core/compress_offload.c
11443 F:      sound/soc/soc-compress.c
11444
11445 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11446 M:      Liam Girdwood <lgirdwood@gmail.com>
11447 M:      Mark Brown <broonie@kernel.org>
11448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11449 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11450 W:      http://alsa-project.org/main/index.php/ASoC
11451 S:      Supported
11452 F:      Documentation/devicetree/bindings/sound/
11453 F:      Documentation/sound/alsa/soc/
11454 F:      sound/soc/
11455 F:      include/sound/soc*
11456
11457 SOUND - DMAENGINE HELPERS
11458 M:      Lars-Peter Clausen <lars@metafoo.de>
11459 S:      Supported
11460 F:      include/sound/dmaengine_pcm.h
11461 F:      sound/core/pcm_dmaengine.c
11462 F:      sound/soc/soc-generic-dmaengine-pcm.c
11463
11464 SP2 MEDIA DRIVER
11465 M:      Olli Salonen <olli.salonen@iki.fi>
11466 L:      linux-media@vger.kernel.org
11467 W:      https://linuxtv.org
11468 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11469 S:      Maintained
11470 F:      drivers/media/dvb-frontends/sp2*
11471
11472 SPARC + UltraSPARC (sparc/sparc64)
11473 M:      "David S. Miller" <davem@davemloft.net>
11474 L:      sparclinux@vger.kernel.org
11475 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11478 S:      Maintained
11479 F:      arch/sparc/
11480 F:      drivers/sbus/
11481
11482 SPARC SERIAL DRIVERS
11483 M:      "David S. Miller" <davem@davemloft.net>
11484 L:      sparclinux@vger.kernel.org
11485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11487 S:      Maintained
11488 F:      include/linux/sunserialcore.h
11489 F:      drivers/tty/serial/suncore.c
11490 F:      drivers/tty/serial/sunhv.c
11491 F:      drivers/tty/serial/sunsab.c
11492 F:      drivers/tty/serial/sunsab.h
11493 F:      drivers/tty/serial/sunsu.c
11494 F:      drivers/tty/serial/sunzilog.c
11495 F:      drivers/tty/serial/sunzilog.h
11496
11497 SPARSE CHECKER
11498 M:      "Christopher Li" <sparse@chrisli.org>
11499 L:      linux-sparse@vger.kernel.org
11500 W:      https://sparse.wiki.kernel.org/
11501 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11502 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11503 S:      Maintained
11504 F:      include/linux/compiler.h
11505
11506 SPEAR PLATFORM SUPPORT
11507 M:      Viresh Kumar <vireshk@kernel.org>
11508 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11509 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11510 W:      http://www.st.com/spear
11511 S:      Maintained
11512 F:      arch/arm/boot/dts/spear*
11513 F:      arch/arm/mach-spear/
11514
11515 SPEAR CLOCK FRAMEWORK SUPPORT
11516 M:      Viresh Kumar <vireshk@kernel.org>
11517 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11518 W:      http://www.st.com/spear
11519 S:      Maintained
11520 F:      drivers/clk/spear/
11521
11522 SPI NOR SUBSYSTEM
11523 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11524 M:      Marek Vasut <marek.vasut@gmail.com>
11525 L:      linux-mtd@lists.infradead.org
11526 W:      http://www.linux-mtd.infradead.org/
11527 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11528 T:      git git://github.com/spi-nor/linux.git
11529 S:      Maintained
11530 F:      drivers/mtd/spi-nor/
11531 F:      include/linux/mtd/spi-nor.h
11532
11533 SPI SUBSYSTEM
11534 M:      Mark Brown <broonie@kernel.org>
11535 L:      linux-spi@vger.kernel.org
11536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11537 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11538 S:      Maintained
11539 F:      Documentation/devicetree/bindings/spi/
11540 F:      Documentation/spi/
11541 F:      drivers/spi/
11542 F:      include/linux/spi/
11543 F:      include/uapi/linux/spi/
11544 F:      tools/spi/
11545
11546 SPIDERNET NETWORK DRIVER for CELL
11547 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11548 L:      netdev@vger.kernel.org
11549 S:      Supported
11550 F:      Documentation/networking/spider_net.txt
11551 F:      drivers/net/ethernet/toshiba/spider_net*
11552
11553 SPU FILE SYSTEM
11554 M:      Jeremy Kerr <jk@ozlabs.org>
11555 L:      linuxppc-dev@lists.ozlabs.org
11556 W:      http://www.ibm.com/developerworks/power/cell/
11557 S:      Supported
11558 F:      Documentation/filesystems/spufs.txt
11559 F:      arch/powerpc/platforms/cell/spufs/
11560
11561 SQUASHFS FILE SYSTEM
11562 M:      Phillip Lougher <phillip@squashfs.org.uk>
11563 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11564 W:      http://squashfs.org.uk
11565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11566 S:      Maintained
11567 F:      Documentation/filesystems/squashfs.txt
11568 F:      fs/squashfs/
11569
11570 SRM (Alpha) environment access
11571 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11572 S:      Maintained
11573 F:      arch/alpha/kernel/srm_env.c
11574
11575 STABLE BRANCH
11576 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11577 L:      stable@vger.kernel.org
11578 S:      Supported
11579 F:      Documentation/process/stable-kernel-rules.rst
11580
11581 STAGING SUBSYSTEM
11582 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11584 L:      devel@driverdev.osuosl.org
11585 S:      Supported
11586 F:      drivers/staging/
11587
11588 STAGING - COMEDI
11589 M:      Ian Abbott <abbotti@mev.co.uk>
11590 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11591 S:      Odd Fixes
11592 F:      drivers/staging/comedi/
11593
11594 STAGING - FLARION FT1000 DRIVERS
11595 M:      Marek Belisko <marek.belisko@gmail.com>
11596 S:      Odd Fixes
11597 F:      drivers/staging/ft1000/
11598
11599 STAGING - INDUSTRIAL IO
11600 M:      Jonathan Cameron <jic23@kernel.org>
11601 L:      linux-iio@vger.kernel.org
11602 S:      Odd Fixes
11603 F:      Documentation/devicetree/bindings/staging/iio/
11604 F:      drivers/staging/iio/
11605
11606 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11607 M:      Jarod Wilson <jarod@wilsonet.com>
11608 W:      http://www.lirc.org/
11609 S:      Odd Fixes
11610 F:      drivers/staging/media/lirc/
11611
11612 STAGING - LUSTRE PARALLEL FILESYSTEM
11613 M:      Oleg Drokin <oleg.drokin@intel.com>
11614 M:      Andreas Dilger <andreas.dilger@intel.com>
11615 M:      James Simmons <jsimmons@infradead.org>
11616 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11617 W:      http://wiki.lustre.org/
11618 S:      Maintained
11619 F:      drivers/staging/lustre
11620
11621 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11622 M:      Marc Dietrich <marvin24@gmx.de>
11623 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11624 L:      linux-tegra@vger.kernel.org
11625 S:      Maintained
11626 F:      drivers/staging/nvec/
11627
11628 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11629 M:      Jens Frederich <jfrederich@gmail.com>
11630 M:      Daniel Drake <dsd@laptop.org>
11631 M:      Jon Nettleton <jon.nettleton@gmail.com>
11632 W:      http://wiki.laptop.org/go/DCON
11633 S:      Maintained
11634 F:      drivers/staging/olpc_dcon/
11635
11636 STAGING - REALTEK RTL8712U DRIVERS
11637 M:      Larry Finger <Larry.Finger@lwfinger.net>
11638 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11639 S:      Odd Fixes
11640 F:      drivers/staging/rtl8712/
11641
11642 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11643 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11644 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11645 M:      Sudip Mukherjee <sudip@vectorindia.org>
11646 L:      linux-fbdev@vger.kernel.org
11647 S:      Maintained
11648 F:      drivers/staging/sm750fb/
11649
11650 STAGING - SLICOSS
11651 M:      Lior Dotan <liodot@gmail.com>
11652 M:      Christopher Harrer <charrer@alacritech.com>
11653 S:      Odd Fixes
11654 F:      drivers/staging/slicoss/
11655
11656 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11657 M:      William Hubbs <w.d.hubbs@gmail.com>
11658 M:      Chris Brannon <chris@the-brannons.com>
11659 M:      Kirk Reiser <kirk@reisers.ca>
11660 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11661 L:      speakup@linux-speakup.org
11662 W:      http://www.linux-speakup.org/
11663 S:      Odd Fixes
11664 F:      drivers/staging/speakup/
11665
11666 STAGING - VIA VT665X DRIVERS
11667 M:      Forest Bond <forest@alittletooquiet.net>
11668 S:      Odd Fixes
11669 F:      drivers/staging/vt665?/
11670
11671 STAGING - WILC1000 WIFI DRIVER
11672 M:      Aditya Shankar <aditya.shankar@microchip.com>
11673 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11674 L:      linux-wireless@vger.kernel.org
11675 S:      Supported
11676 F:      drivers/staging/wilc1000/
11677
11678 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11679 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11680 S:      Odd Fixes
11681 F:      drivers/staging/xgifb/
11682
11683 STARFIRE/DURALAN NETWORK DRIVER
11684 M:      Ion Badulescu <ionut@badula.org>
11685 S:      Odd Fixes
11686 F:      drivers/net/ethernet/adaptec/starfire*
11687
11688 SUN3/3X
11689 M:      Sam Creasey <sammy@sammy.net>
11690 W:      http://sammy.net/sun3/
11691 S:      Maintained
11692 F:      arch/m68k/kernel/*sun3*
11693 F:      arch/m68k/sun3*/
11694 F:      arch/m68k/include/asm/sun3*
11695 F:      drivers/net/ethernet/i825xx/sun3*
11696
11697 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11698 M:      Hans de Goede <hdegoede@redhat.com>
11699 L:      linux-input@vger.kernel.org
11700 S:      Maintained
11701 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11702 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11703
11704 SUNDANCE NETWORK DRIVER
11705 M:      Denis Kirjanov <kda@linux-powerpc.org>
11706 L:      netdev@vger.kernel.org
11707 S:      Maintained
11708 F:      drivers/net/ethernet/dlink/sundance.c
11709
11710 SUPERH
11711 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11712 M:      Rich Felker <dalias@libc.org>
11713 L:      linux-sh@vger.kernel.org
11714 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11715 S:      Maintained
11716 F:      Documentation/sh/
11717 F:      arch/sh/
11718 F:      drivers/sh/
11719
11720 SUSPEND TO RAM
11721 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11722 M:      Len Brown <len.brown@intel.com>
11723 M:      Pavel Machek <pavel@ucw.cz>
11724 L:      linux-pm@vger.kernel.org
11725 B:      https://bugzilla.kernel.org
11726 S:      Supported
11727 F:      Documentation/power/
11728 F:      arch/x86/kernel/acpi/
11729 F:      drivers/base/power/
11730 F:      kernel/power/
11731 F:      include/linux/suspend.h
11732 F:      include/linux/freezer.h
11733 F:      include/linux/pm.h
11734
11735 SVGA HANDLING
11736 M:      Martin Mares <mj@ucw.cz>
11737 L:      linux-video@atrey.karlin.mff.cuni.cz
11738 S:      Maintained
11739 F:      Documentation/svga.txt
11740 F:      arch/x86/boot/video*
11741
11742 SWIOTLB SUBSYSTEM
11743 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11744 L:      linux-kernel@vger.kernel.org
11745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11746 S:      Supported
11747 F:      lib/swiotlb.c
11748 F:      arch/*/kernel/pci-swiotlb.c
11749 F:      include/linux/swiotlb.h
11750
11751 SWITCHDEV
11752 M:      Jiri Pirko <jiri@resnulli.us>
11753 L:      netdev@vger.kernel.org
11754 S:      Supported
11755 F:      net/switchdev/
11756 F:      include/net/switchdev.h
11757
11758 SYNOPSYS ARC ARCHITECTURE
11759 M:      Vineet Gupta <vgupta@synopsys.com>
11760 L:      linux-snps-arc@lists.infradead.org
11761 S:      Supported
11762 F:      arch/arc/
11763 F:      Documentation/devicetree/bindings/arc/*
11764 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11765 F:      drivers/tty/serial/arc_uart.c
11766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11767
11768 SYNOPSYS ARC SDP platform support
11769 M:      Alexey Brodkin <abrodkin@synopsys.com>
11770 S:      Supported
11771 F:      arch/arc/plat-axs10x
11772 F:      arch/arc/boot/dts/ax*
11773 F:      Documentation/devicetree/bindings/arc/axs10*
11774
11775 SYSTEM CONFIGURATION (SYSCON)
11776 M:      Lee Jones <lee.jones@linaro.org>
11777 M:      Arnd Bergmann <arnd@arndb.de>
11778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11779 S:      Supported
11780 F:      drivers/mfd/syscon.c
11781
11782 SYSTEM RESET/SHUTDOWN DRIVERS
11783 M:      Sebastian Reichel <sre@kernel.org>
11784 L:      linux-pm@vger.kernel.org
11785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11786 S:      Maintained
11787 F:      Documentation/devicetree/bindings/power/reset/
11788 F:      drivers/power/reset/
11789
11790 SYSV FILESYSTEM
11791 M:      Christoph Hellwig <hch@infradead.org>
11792 S:      Maintained
11793 F:      Documentation/filesystems/sysv-fs.txt
11794 F:      fs/sysv/
11795 F:      include/linux/sysv_fs.h
11796
11797 TARGET SUBSYSTEM
11798 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11799 L:      linux-scsi@vger.kernel.org
11800 L:      target-devel@vger.kernel.org
11801 W:      http://www.linux-iscsi.org
11802 W:      http://groups.google.com/group/linux-iscsi-target-dev
11803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11804 S:      Supported
11805 F:      drivers/target/
11806 F:      include/target/
11807 F:      Documentation/target/
11808
11809 TASKSTATS STATISTICS INTERFACE
11810 M:      Balbir Singh <bsingharora@gmail.com>
11811 S:      Maintained
11812 F:      Documentation/accounting/taskstats*
11813 F:      include/linux/taskstats*
11814 F:      kernel/taskstats.c
11815
11816 TC CLASSIFIER
11817 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11818 L:      netdev@vger.kernel.org
11819 S:      Maintained
11820 F:      include/net/pkt_cls.h
11821 F:      include/uapi/linux/pkt_cls.h
11822 F:      net/sched/
11823
11824 TCP LOW PRIORITY MODULE
11825 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11826 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11827 W:      http://tcp-lp-mod.sourceforge.net/
11828 S:      Maintained
11829 F:      net/ipv4/tcp_lp.c
11830
11831 TDA10071 MEDIA DRIVER
11832 M:      Antti Palosaari <crope@iki.fi>
11833 L:      linux-media@vger.kernel.org
11834 W:      https://linuxtv.org
11835 W:      http://palosaari.fi/linux/
11836 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11837 T:      git git://linuxtv.org/anttip/media_tree.git
11838 S:      Maintained
11839 F:      drivers/media/dvb-frontends/tda10071*
11840
11841 TDA18212 MEDIA DRIVER
11842 M:      Antti Palosaari <crope@iki.fi>
11843 L:      linux-media@vger.kernel.org
11844 W:      https://linuxtv.org
11845 W:      http://palosaari.fi/linux/
11846 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11847 T:      git git://linuxtv.org/anttip/media_tree.git
11848 S:      Maintained
11849 F:      drivers/media/tuners/tda18212*
11850
11851 TDA18218 MEDIA DRIVER
11852 M:      Antti Palosaari <crope@iki.fi>
11853 L:      linux-media@vger.kernel.org
11854 W:      https://linuxtv.org
11855 W:      http://palosaari.fi/linux/
11856 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11857 T:      git git://linuxtv.org/anttip/media_tree.git
11858 S:      Maintained
11859 F:      drivers/media/tuners/tda18218*
11860
11861 TDA18271 MEDIA DRIVER
11862 M:      Michael Krufky <mkrufky@linuxtv.org>
11863 L:      linux-media@vger.kernel.org
11864 W:      https://linuxtv.org
11865 W:      http://github.com/mkrufky
11866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11867 T:      git git://linuxtv.org/mkrufky/tuners.git
11868 S:      Maintained
11869 F:      drivers/media/tuners/tda18271*
11870
11871 TDA827x MEDIA DRIVER
11872 M:      Michael Krufky <mkrufky@linuxtv.org>
11873 L:      linux-media@vger.kernel.org
11874 W:      https://linuxtv.org
11875 W:      http://github.com/mkrufky
11876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11877 T:      git git://linuxtv.org/mkrufky/tuners.git
11878 S:      Maintained
11879 F:      drivers/media/tuners/tda8290.*
11880
11881 TDA8290 MEDIA DRIVER
11882 M:      Michael Krufky <mkrufky@linuxtv.org>
11883 L:      linux-media@vger.kernel.org
11884 W:      https://linuxtv.org
11885 W:      http://github.com/mkrufky
11886 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11887 T:      git git://linuxtv.org/mkrufky/tuners.git
11888 S:      Maintained
11889 F:      drivers/media/tuners/tda8290.*
11890
11891 TDA9840 MEDIA DRIVER
11892 M:      Hans Verkuil <hverkuil@xs4all.nl>
11893 L:      linux-media@vger.kernel.org
11894 T:      git git://linuxtv.org/media_tree.git
11895 W:      https://linuxtv.org
11896 S:      Maintained
11897 F:      drivers/media/i2c/tda9840*
11898
11899 TEA5761 TUNER DRIVER
11900 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11901 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11902 L:      linux-media@vger.kernel.org
11903 W:      https://linuxtv.org
11904 T:      git git://linuxtv.org/media_tree.git
11905 S:      Odd fixes
11906 F:      drivers/media/tuners/tea5761.*
11907
11908 TEA5767 TUNER DRIVER
11909 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11910 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11911 L:      linux-media@vger.kernel.org
11912 W:      https://linuxtv.org
11913 T:      git git://linuxtv.org/media_tree.git
11914 S:      Maintained
11915 F:      drivers/media/tuners/tea5767.*
11916
11917 TEA6415C MEDIA DRIVER
11918 M:      Hans Verkuil <hverkuil@xs4all.nl>
11919 L:      linux-media@vger.kernel.org
11920 T:      git git://linuxtv.org/media_tree.git
11921 W:      https://linuxtv.org
11922 S:      Maintained
11923 F:      drivers/media/i2c/tea6415c*
11924
11925 TEA6420 MEDIA DRIVER
11926 M:      Hans Verkuil <hverkuil@xs4all.nl>
11927 L:      linux-media@vger.kernel.org
11928 T:      git git://linuxtv.org/media_tree.git
11929 W:      https://linuxtv.org
11930 S:      Maintained
11931 F:      drivers/media/i2c/tea6420*
11932
11933 TEAM DRIVER
11934 M:      Jiri Pirko <jiri@resnulli.us>
11935 L:      netdev@vger.kernel.org
11936 S:      Supported
11937 F:      drivers/net/team/
11938 F:      include/linux/if_team.h
11939 F:      include/uapi/linux/if_team.h
11940
11941 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11942 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11943 S:      Maintained
11944 F:      arch/x86/platform/ts5500/
11945
11946 TECHNOTREND USB IR RECEIVER
11947 M:      Sean Young <sean@mess.org>
11948 L:      linux-media@vger.kernel.org
11949 S:      Maintained
11950 F:      drivers/media/rc/ttusbir.c
11951
11952 TEGRA ARCHITECTURE SUPPORT
11953 M:      Stephen Warren <swarren@wwwdotorg.org>
11954 M:      Thierry Reding <thierry.reding@gmail.com>
11955 M:      Alexandre Courbot <gnurou@gmail.com>
11956 L:      linux-tegra@vger.kernel.org
11957 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11959 S:      Supported
11960 N:      [^a-z]tegra
11961
11962 TEGRA CLOCK DRIVER
11963 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11964 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11965 S:      Supported
11966 F:      drivers/clk/tegra/
11967
11968 TEGRA DMA DRIVERS
11969 M:      Laxman Dewangan <ldewangan@nvidia.com>
11970 M:      Jon Hunter <jonathanh@nvidia.com>
11971 S:      Supported
11972 F:      drivers/dma/tegra*
11973
11974 TEGRA I2C DRIVER
11975 M:      Laxman Dewangan <ldewangan@nvidia.com>
11976 S:      Supported
11977 F:      drivers/i2c/busses/i2c-tegra.c
11978
11979 TEGRA IOMMU DRIVERS
11980 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11981 S:      Supported
11982 F:      drivers/iommu/tegra*
11983
11984 TEGRA KBC DRIVER
11985 M:      Rakesh Iyer <riyer@nvidia.com>
11986 M:      Laxman Dewangan <ldewangan@nvidia.com>
11987 S:      Supported
11988 F:      drivers/input/keyboard/tegra-kbc.c
11989
11990 TEGRA PWM DRIVER
11991 M:      Thierry Reding <thierry.reding@gmail.com>
11992 S:      Supported
11993 F:      drivers/pwm/pwm-tegra.c
11994
11995 TEGRA SERIAL DRIVER
11996 M:      Laxman Dewangan <ldewangan@nvidia.com>
11997 S:      Supported
11998 F:      drivers/tty/serial/serial-tegra.c
11999
12000 TEGRA SPI DRIVER
12001 M:      Laxman Dewangan <ldewangan@nvidia.com>
12002 S:      Supported
12003 F:      drivers/spi/spi-tegra*
12004
12005 TEHUTI ETHERNET DRIVER
12006 M:      Andy Gospodarek <andy@greyhouse.net>
12007 L:      netdev@vger.kernel.org
12008 S:      Supported
12009 F:      drivers/net/ethernet/tehuti/*
12010
12011 Telecom Clock Driver for MCPL0010
12012 M:      Mark Gross <mark.gross@intel.com>
12013 S:      Supported
12014 F:      drivers/char/tlclk.c
12015
12016 TENSILICA XTENSA PORT (xtensa)
12017 M:      Chris Zankel <chris@zankel.net>
12018 M:      Max Filippov <jcmvbkbc@gmail.com>
12019 L:      linux-xtensa@linux-xtensa.org
12020 T:      git git://github.com/czankel/xtensa-linux.git
12021 S:      Maintained
12022 F:      arch/xtensa/
12023 F:      drivers/irqchip/irq-xtensa-*
12024
12025 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12026 M:      Hans Verkuil <hverkuil@xs4all.nl>
12027 L:      linux-media@vger.kernel.org
12028 T:      git git://linuxtv.org/media_tree.git
12029 W:      https://linuxtv.org
12030 S:      Maintained
12031 F:      drivers/media/radio/radio-raremono.c
12032
12033 THERMAL
12034 M:      Zhang Rui <rui.zhang@intel.com>
12035 M:      Eduardo Valentin <edubezval@gmail.com>
12036 L:      linux-pm@vger.kernel.org
12037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12039 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12040 S:      Supported
12041 F:      drivers/thermal/
12042 F:      include/linux/thermal.h
12043 F:      include/uapi/linux/thermal.h
12044 F:      include/linux/cpu_cooling.h
12045 F:      Documentation/devicetree/bindings/thermal/
12046
12047 THERMAL/CPU_COOLING
12048 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12049 M:      Viresh Kumar <viresh.kumar@linaro.org>
12050 M:      Javi Merino <javi.merino@kernel.org>
12051 L:      linux-pm@vger.kernel.org
12052 S:      Supported
12053 F:      Documentation/thermal/cpu-cooling-api.txt
12054 F:      drivers/thermal/cpu_cooling.c
12055 F:      include/linux/cpu_cooling.h
12056
12057 THINKPAD ACPI EXTRAS DRIVER
12058 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12059 L:      ibm-acpi-devel@lists.sourceforge.net
12060 L:      platform-driver-x86@vger.kernel.org
12061 W:      http://ibm-acpi.sourceforge.net
12062 W:      http://thinkwiki.org/wiki/Ibm-acpi
12063 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12064 S:      Maintained
12065 F:      drivers/platform/x86/thinkpad_acpi.c
12066
12067 TI BANDGAP AND THERMAL DRIVER
12068 M:      Eduardo Valentin <edubezval@gmail.com>
12069 M:      Keerthy <j-keerthy@ti.com>
12070 L:      linux-pm@vger.kernel.org
12071 L:      linux-omap@vger.kernel.org
12072 S:      Maintained
12073 F:      drivers/thermal/ti-soc-thermal/
12074
12075 TI VPE/CAL DRIVERS
12076 M:      Benoit Parrot <bparrot@ti.com>
12077 L:      linux-media@vger.kernel.org
12078 W:      http://linuxtv.org/
12079 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12080 S:      Maintained
12081 F:      drivers/media/platform/ti-vpe/
12082
12083 TI CDCE706 CLOCK DRIVER
12084 M:      Max Filippov <jcmvbkbc@gmail.com>
12085 S:      Maintained
12086 F:      drivers/clk/clk-cdce706.c
12087
12088 TI CLOCK DRIVER
12089 M:      Tero Kristo <t-kristo@ti.com>
12090 L:      linux-omap@vger.kernel.org
12091 S:      Maintained
12092 F:      drivers/clk/ti/
12093 F:      include/linux/clk/ti.h
12094
12095 TI ETHERNET SWITCH DRIVER (CPSW)
12096 M:      Mugunthan V N <mugunthanvnm@ti.com>
12097 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12098 L:      linux-omap@vger.kernel.org
12099 L:      netdev@vger.kernel.org
12100 S:      Maintained
12101 F:      drivers/net/ethernet/ti/cpsw*
12102 F:      drivers/net/ethernet/ti/davinci*
12103
12104 TI FLASH MEDIA INTERFACE DRIVER
12105 M:      Alex Dubov <oakad@yahoo.com>
12106 S:      Maintained
12107 F:      drivers/misc/tifm*
12108 F:      drivers/mmc/host/tifm_sd.c
12109 F:      include/linux/tifm.h
12110
12111 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12112 M:      Santosh Shilimkar <ssantosh@kernel.org>
12113 L:      linux-kernel@vger.kernel.org
12114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12115 S:      Maintained
12116 F:      drivers/soc/ti/*
12117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12118
12119
12120 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12121 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12122 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12123 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12124 S:      Maintained
12125 F:      sound/soc/codecs/lm49453*
12126 F:      sound/soc/codecs/isabelle*
12127
12128 TI LP855x BACKLIGHT DRIVER
12129 M:      Milo Kim <milo.kim@ti.com>
12130 S:      Maintained
12131 F:      Documentation/backlight/lp855x-driver.txt
12132 F:      drivers/video/backlight/lp855x_bl.c
12133 F:      include/linux/platform_data/lp855x.h
12134
12135 TI LP8727 CHARGER DRIVER
12136 M:      Milo Kim <milo.kim@ti.com>
12137 S:      Maintained
12138 F:      drivers/power/supply/lp8727_charger.c
12139 F:      include/linux/platform_data/lp8727.h
12140
12141 TI LP8788 MFD DRIVER
12142 M:      Milo Kim <milo.kim@ti.com>
12143 S:      Maintained
12144 F:      drivers/iio/adc/lp8788_adc.c
12145 F:      drivers/leds/leds-lp8788.c
12146 F:      drivers/mfd/lp8788*.c
12147 F:      drivers/power/supply/lp8788-charger.c
12148 F:      drivers/regulator/lp8788-*.c
12149 F:      include/linux/mfd/lp8788*.h
12150
12151 TI NETCP ETHERNET DRIVER
12152 M:      Wingman Kwok <w-kwok2@ti.com>
12153 M:      Murali Karicheri <m-karicheri2@ti.com>
12154 L:      netdev@vger.kernel.org
12155 S:      Maintained
12156 F:      drivers/net/ethernet/ti/netcp*
12157
12158 TI TAS571X FAMILY ASoC CODEC DRIVER
12159 M:      Kevin Cernekee <cernekee@chromium.org>
12160 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12161 S:      Odd Fixes
12162 F:      sound/soc/codecs/tas571x*
12163
12164 TI TWL4030 SERIES SOC CODEC DRIVER
12165 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12166 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12167 S:      Maintained
12168 F:      sound/soc/codecs/twl4030*
12169
12170 TI WILINK WIRELESS DRIVERS
12171 L:      linux-wireless@vger.kernel.org
12172 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12173 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12175 S:      Orphan
12176 F:      drivers/net/wireless/ti/
12177 F:      include/linux/wl12xx.h
12178
12179 TIPC NETWORK LAYER
12180 M:      Jon Maloy <jon.maloy@ericsson.com>
12181 M:      Ying Xue <ying.xue@windriver.com>
12182 L:      netdev@vger.kernel.org (core kernel code)
12183 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12184 W:      http://tipc.sourceforge.net/
12185 S:      Maintained
12186 F:      include/uapi/linux/tipc*.h
12187 F:      net/tipc/
12188
12189 TILE ARCHITECTURE
12190 M:      Chris Metcalf <cmetcalf@mellanox.com>
12191 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12193 S:      Supported
12194 F:      arch/tile/
12195 F:      drivers/char/tile-srom.c
12196 F:      drivers/edac/tile_edac.c
12197 F:      drivers/net/ethernet/tile/
12198 F:      drivers/rtc/rtc-tile.c
12199 F:      drivers/tty/hvc/hvc_tile.c
12200 F:      drivers/tty/serial/tilegx.c
12201 F:      drivers/usb/host/*-tilegx.c
12202 F:      include/linux/usb/tilegx.h
12203
12204 TLAN NETWORK DRIVER
12205 M:      Samuel Chessman <chessman@tux.org>
12206 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12207 W:      http://sourceforge.net/projects/tlan/
12208 S:      Maintained
12209 F:      Documentation/networking/tlan.txt
12210 F:      drivers/net/ethernet/ti/tlan.*
12211
12212 TOMOYO SECURITY MODULE
12213 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12214 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12215 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12216 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12217 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12218 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12219 W:      http://tomoyo.sourceforge.jp/
12220 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12221 S:      Maintained
12222 F:      security/tomoyo/
12223
12224 TOPSTAR LAPTOP EXTRAS DRIVER
12225 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12226 L:      platform-driver-x86@vger.kernel.org
12227 S:      Maintained
12228 F:      drivers/platform/x86/topstar-laptop.c
12229
12230 TOSHIBA ACPI EXTRAS DRIVER
12231 M:      Azael Avalos <coproscefalo@gmail.com>
12232 L:      platform-driver-x86@vger.kernel.org
12233 S:      Maintained
12234 F:      drivers/platform/x86/toshiba_acpi.c
12235
12236 TOSHIBA BLUETOOTH DRIVER
12237 M:      Azael Avalos <coproscefalo@gmail.com>
12238 L:      platform-driver-x86@vger.kernel.org
12239 S:      Maintained
12240 F:      drivers/platform/x86/toshiba_bluetooth.c
12241
12242 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12243 M:      Azael Avalos <coproscefalo@gmail.com>
12244 L:      platform-driver-x86@vger.kernel.org
12245 S:      Maintained
12246 F:      drivers/platform/x86/toshiba_haps.c
12247
12248 TOSHIBA WMI HOTKEYS DRIVER
12249 M:      Azael Avalos <coproscefalo@gmail.com>
12250 L:      platform-driver-x86@vger.kernel.org
12251 S:      Maintained
12252 F:      drivers/platform/x86/toshiba-wmi.c
12253
12254 TOSHIBA SMM DRIVER
12255 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12256 W:      http://www.buzzard.org.uk/toshiba/
12257 S:      Maintained
12258 F:      drivers/char/toshiba.c
12259 F:      include/linux/toshiba.h
12260 F:      include/uapi/linux/toshiba.h
12261
12262 TOSHIBA TC358743 DRIVER
12263 M:      Mats Randgaard <matrandg@cisco.com>
12264 L:      linux-media@vger.kernel.org
12265 S:      Maintained
12266 F:      drivers/media/i2c/tc358743*
12267 F:      include/media/i2c/tc358743.h
12268
12269 TMIO/SDHI MMC DRIVER
12270 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12271 L:      linux-mmc@vger.kernel.org
12272 S:      Supported
12273 F:      drivers/mmc/host/tmio_mmc*
12274 F:      drivers/mmc/host/sh_mobile_sdhi.c
12275 F:      include/linux/mfd/tmio.h
12276
12277 TMP401 HARDWARE MONITOR DRIVER
12278 M:      Guenter Roeck <linux@roeck-us.net>
12279 L:      linux-hwmon@vger.kernel.org
12280 S:      Maintained
12281 F:      Documentation/hwmon/tmp401
12282 F:      drivers/hwmon/tmp401.c
12283
12284 TMPFS (SHMEM FILESYSTEM)
12285 M:      Hugh Dickins <hughd@google.com>
12286 L:      linux-mm@kvack.org
12287 S:      Maintained
12288 F:      include/linux/shmem_fs.h
12289 F:      mm/shmem.c
12290
12291 TM6000 VIDEO4LINUX DRIVER
12292 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12293 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12294 L:      linux-media@vger.kernel.org
12295 W:      https://linuxtv.org
12296 T:      git git://linuxtv.org/media_tree.git
12297 S:      Odd fixes
12298 F:      drivers/media/usb/tm6000/
12299 F:      Documentation/media/v4l-drivers/tm6000*
12300
12301 TW5864 VIDEO4LINUX DRIVER
12302 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12303 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12304 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12305 L:      linux-media@vger.kernel.org
12306 S:      Supported
12307 F:      drivers/media/pci/tw5864/
12308
12309 TW68 VIDEO4LINUX DRIVER
12310 M:      Hans Verkuil <hverkuil@xs4all.nl>
12311 L:      linux-media@vger.kernel.org
12312 T:      git git://linuxtv.org/media_tree.git
12313 W:      https://linuxtv.org
12314 S:      Odd Fixes
12315 F:      drivers/media/pci/tw68/
12316
12317 TW686X VIDEO4LINUX DRIVER
12318 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12319 L:      linux-media@vger.kernel.org
12320 T:      git git://linuxtv.org/media_tree.git
12321 W:      http://linuxtv.org
12322 S:      Maintained
12323 F:      drivers/media/pci/tw686x/
12324
12325 TPM DEVICE DRIVER
12326 M:      Peter Huewe <peterhuewe@gmx.de>
12327 M:      Marcel Selhorst <tpmdd@selhorst.net>
12328 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12329 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12330 W:      http://tpmdd.sourceforge.net
12331 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12332 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12333 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12334 S:      Maintained
12335 F:      drivers/char/tpm/
12336
12337 TPM IBM_VTPM DEVICE DRIVER
12338 M:      Ashley Lai <ashleydlai@gmail.com>
12339 W:      http://tpmdd.sourceforge.net
12340 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12341 S:      Maintained
12342 F:      drivers/char/tpm/tpm_ibmvtpm*
12343
12344 TRACING
12345 M:      Steven Rostedt <rostedt@goodmis.org>
12346 M:      Ingo Molnar <mingo@redhat.com>
12347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12348 S:      Maintained
12349 F:      Documentation/trace/ftrace.txt
12350 F:      arch/*/*/*/ftrace.h
12351 F:      arch/*/kernel/ftrace.c
12352 F:      include/*/ftrace.h
12353 F:      include/linux/trace*.h
12354 F:      include/trace/
12355 F:      kernel/trace/
12356 F:      tools/testing/selftests/ftrace/
12357
12358 TRACING MMIO ACCESSES (MMIOTRACE)
12359 M:      Steven Rostedt <rostedt@goodmis.org>
12360 M:      Ingo Molnar <mingo@kernel.org>
12361 R:      Karol Herbst <karolherbst@gmail.com>
12362 R:      Pekka Paalanen <ppaalanen@gmail.com>
12363 S:      Maintained
12364 L:      linux-kernel@vger.kernel.org
12365 L:      nouveau@lists.freedesktop.org
12366 F:      kernel/trace/trace_mmiotrace.c
12367 F:      include/linux/mmiotrace.h
12368 F:      arch/x86/mm/kmmio.c
12369 F:      arch/x86/mm/mmio-mod.c
12370 F:      arch/x86/mm/testmmiotrace.c
12371
12372 TRIVIAL PATCHES
12373 M:      Jiri Kosina <trivial@kernel.org>
12374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12375 S:      Maintained
12376 K:      ^Subject:.*(?i)trivial
12377
12378 TTY LAYER
12379 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12380 M:      Jiri Slaby <jslaby@suse.com>
12381 S:      Supported
12382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12383 F:      Documentation/serial/
12384 F:      drivers/tty/
12385 F:      drivers/tty/serial/serial_core.c
12386 F:      include/linux/serial_core.h
12387 F:      include/linux/serial.h
12388 F:      include/linux/tty.h
12389 F:      include/uapi/linux/serial_core.h
12390 F:      include/uapi/linux/serial.h
12391 F:      include/uapi/linux/tty.h
12392
12393 TUA9001 MEDIA DRIVER
12394 M:      Antti Palosaari <crope@iki.fi>
12395 L:      linux-media@vger.kernel.org
12396 W:      https://linuxtv.org
12397 W:      http://palosaari.fi/linux/
12398 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12399 T:      git git://linuxtv.org/anttip/media_tree.git
12400 S:      Maintained
12401 F:      drivers/media/tuners/tua9001*
12402
12403 TULIP NETWORK DRIVERS
12404 L:      netdev@vger.kernel.org
12405 L:      linux-parisc@vger.kernel.org
12406 S:      Orphan
12407 F:      drivers/net/ethernet/dec/tulip/
12408
12409 TUN/TAP driver
12410 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12411 W:      http://vtun.sourceforge.net/tun
12412 S:      Maintained
12413 F:      Documentation/networking/tuntap.txt
12414 F:      arch/um/os-Linux/drivers/
12415
12416 TURBOCHANNEL SUBSYSTEM
12417 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12418 M:      Ralf Baechle <ralf@linux-mips.org>
12419 L:      linux-mips@linux-mips.org
12420 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12421 S:      Maintained
12422 F:      drivers/tc/
12423 F:      include/linux/tc.h
12424
12425 UBI FILE SYSTEM (UBIFS)
12426 M:      Richard Weinberger <richard@nod.at>
12427 M:      Artem Bityutskiy <dedekind1@gmail.com>
12428 M:      Adrian Hunter <adrian.hunter@intel.com>
12429 L:      linux-mtd@lists.infradead.org
12430 T:      git git://git.infradead.org/ubifs-2.6.git
12431 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12432 S:      Supported
12433 F:      Documentation/filesystems/ubifs.txt
12434 F:      fs/ubifs/
12435
12436 UCLINUX (M68KNOMMU AND COLDFIRE)
12437 M:      Greg Ungerer <gerg@linux-m68k.org>
12438 W:      http://www.linux-m68k.org/
12439 W:      http://www.uclinux.org/
12440 L:      linux-m68k@lists.linux-m68k.org
12441 L:      uclinux-dev@uclinux.org  (subscribers-only)
12442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12443 S:      Maintained
12444 F:      arch/m68k/coldfire/
12445 F:      arch/m68k/68*/
12446 F:      arch/m68k/*/*_no.*
12447 F:      arch/m68k/include/asm/*_no.*
12448
12449 UDF FILESYSTEM
12450 M:      Jan Kara <jack@suse.com>
12451 S:      Maintained
12452 F:      Documentation/filesystems/udf.txt
12453 F:      fs/udf/
12454
12455 UFS FILESYSTEM
12456 M:      Evgeniy Dushistov <dushistov@mail.ru>
12457 S:      Maintained
12458 F:      Documentation/filesystems/ufs.txt
12459 F:      fs/ufs/
12460
12461 UHID USERSPACE HID IO DRIVER:
12462 M:      David Herrmann <dh.herrmann@googlemail.com>
12463 L:      linux-input@vger.kernel.org
12464 S:      Maintained
12465 F:      drivers/hid/uhid.c
12466 F:      include/uapi/linux/uhid.h
12467
12468 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12469 L:      linux-usb@vger.kernel.org
12470 S:      Orphan
12471 F:      drivers/uwb/
12472 F:      include/linux/uwb.h
12473 F:      include/linux/uwb/
12474
12475 UNICORE32 ARCHITECTURE:
12476 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12477 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12478 S:      Maintained
12479 T:      git git://github.com/gxt/linux.git
12480 F:      arch/unicore32/
12481
12482 UNIFDEF
12483 M:      Tony Finch <dot@dotat.at>
12484 W:      http://dotat.at/prog/unifdef
12485 S:      Maintained
12486 F:      scripts/unifdef.c
12487
12488 UNIFORM CDROM DRIVER
12489 M:      Jens Axboe <axboe@kernel.dk>
12490 W:      http://www.kernel.dk
12491 S:      Maintained
12492 F:      Documentation/cdrom/
12493 F:      drivers/cdrom/cdrom.c
12494 F:      include/linux/cdrom.h
12495 F:      include/uapi/linux/cdrom.h
12496
12497 UNISYS S-PAR DRIVERS
12498 M:      David Kershner <david.kershner@unisys.com>
12499 L:      sparmaintainer@unisys.com (Unisys internal)
12500 S:      Supported
12501 F:      drivers/staging/unisys/
12502
12503 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12504 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12505 L:      linux-scsi@vger.kernel.org
12506 S:      Supported
12507 F:      Documentation/scsi/ufs.txt
12508 F:      drivers/scsi/ufs/
12509
12510 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12511 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12512 L:      linux-scsi@vger.kernel.org
12513 S:      Supported
12514 F:      drivers/scsi/ufs/*dwc*
12515
12516 UNSORTED BLOCK IMAGES (UBI)
12517 M:      Artem Bityutskiy <dedekind1@gmail.com>
12518 M:      Richard Weinberger <richard@nod.at>
12519 W:      http://www.linux-mtd.infradead.org/
12520 L:      linux-mtd@lists.infradead.org
12521 T:      git git://git.infradead.org/ubifs-2.6.git
12522 S:      Supported
12523 F:      drivers/mtd/ubi/
12524 F:      include/linux/mtd/ubi.h
12525 F:      include/uapi/mtd/ubi-user.h
12526
12527 USB ACM DRIVER
12528 M:      Oliver Neukum <oneukum@suse.com>
12529 L:      linux-usb@vger.kernel.org
12530 S:      Maintained
12531 F:      Documentation/usb/acm.txt
12532 F:      drivers/usb/class/cdc-acm.*
12533
12534 USB AR5523 WIRELESS DRIVER
12535 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12536 L:      linux-wireless@vger.kernel.org
12537 S:      Maintained
12538 F:      drivers/net/wireless/ath/ar5523/
12539
12540 USB ATTACHED SCSI
12541 M:      Oliver Neukum <oneukum@suse.com>
12542 L:      linux-usb@vger.kernel.org
12543 L:      linux-scsi@vger.kernel.org
12544 S:      Maintained
12545 F:      drivers/usb/storage/uas.c
12546
12547 USB CDC ETHERNET DRIVER
12548 M:      Oliver Neukum <oliver@neukum.org>
12549 L:      linux-usb@vger.kernel.org
12550 S:      Maintained
12551 F:      drivers/net/usb/cdc_*.c
12552 F:      include/uapi/linux/usb/cdc.h
12553
12554 USB CHAOSKEY DRIVER
12555 M:      Keith Packard <keithp@keithp.com>
12556 L:      linux-usb@vger.kernel.org
12557 S:      Maintained
12558 F:      drivers/usb/misc/chaoskey.c
12559
12560 USB CYPRESS C67X00 DRIVER
12561 M:      Peter Korsgaard <jacmet@sunsite.dk>
12562 L:      linux-usb@vger.kernel.org
12563 S:      Maintained
12564 F:      drivers/usb/c67x00/
12565
12566 USB DAVICOM DM9601 DRIVER
12567 M:      Peter Korsgaard <jacmet@sunsite.dk>
12568 L:      netdev@vger.kernel.org
12569 W:      http://www.linux-usb.org/usbnet
12570 S:      Maintained
12571 F:      drivers/net/usb/dm9601.c
12572
12573 USB DIAMOND RIO500 DRIVER
12574 M:      Cesar Miquel <miquel@df.uba.ar>
12575 L:      rio500-users@lists.sourceforge.net
12576 W:      http://rio500.sourceforge.net
12577 S:      Maintained
12578 F:      drivers/usb/misc/rio500*
12579
12580 USB EHCI DRIVER
12581 M:      Alan Stern <stern@rowland.harvard.edu>
12582 L:      linux-usb@vger.kernel.org
12583 S:      Maintained
12584 F:      Documentation/usb/ehci.txt
12585 F:      drivers/usb/host/ehci*
12586
12587 USB GADGET/PERIPHERAL SUBSYSTEM
12588 M:      Felipe Balbi <balbi@kernel.org>
12589 L:      linux-usb@vger.kernel.org
12590 W:      http://www.linux-usb.org/gadget
12591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12592 S:      Maintained
12593 F:      drivers/usb/gadget/
12594 F:      include/linux/usb/gadget*
12595
12596 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12597 M:      Jiri Kosina <jikos@kernel.org>
12598 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12599 L:      linux-usb@vger.kernel.org
12600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12601 S:      Maintained
12602 F:      Documentation/hid/hiddev.txt
12603 F:      drivers/hid/usbhid/
12604
12605 USB ISP116X DRIVER
12606 M:      Olav Kongas <ok@artecdesign.ee>
12607 L:      linux-usb@vger.kernel.org
12608 S:      Maintained
12609 F:      drivers/usb/host/isp116x*
12610 F:      include/linux/usb/isp116x.h
12611
12612 USB LAN78XX ETHERNET DRIVER
12613 M:      Woojung Huh <woojung.huh@microchip.com>
12614 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12615 L:      netdev@vger.kernel.org
12616 S:      Maintained
12617 F:      drivers/net/usb/lan78xx.*
12618
12619 USB MASS STORAGE DRIVER
12620 M:      Alan Stern <stern@rowland.harvard.edu>
12621 L:      linux-usb@vger.kernel.org
12622 L:      usb-storage@lists.one-eyed-alien.net
12623 S:      Maintained
12624 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12625 F:      drivers/usb/storage/
12626
12627 USB MIDI DRIVER
12628 M:      Clemens Ladisch <clemens@ladisch.de>
12629 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12630 T:      git git://git.alsa-project.org/alsa-kernel.git
12631 S:      Maintained
12632 F:      sound/usb/midi.*
12633
12634 USB NETWORKING DRIVERS
12635 L:      linux-usb@vger.kernel.org
12636 S:      Odd Fixes
12637 F:      drivers/net/usb/
12638
12639 USB OHCI DRIVER
12640 M:      Alan Stern <stern@rowland.harvard.edu>
12641 L:      linux-usb@vger.kernel.org
12642 S:      Maintained
12643 F:      Documentation/usb/ohci.txt
12644 F:      drivers/usb/host/ohci*
12645
12646 USB OTG FSM (Finite State Machine)
12647 M:      Peter Chen <Peter.Chen@nxp.com>
12648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12649 L:      linux-usb@vger.kernel.org
12650 S:      Maintained
12651 F:      drivers/usb/common/usb-otg-fsm.c
12652
12653 USB OVER IP DRIVER
12654 M:      Valentina Manea <valentina.manea.m@gmail.com>
12655 M:      Shuah Khan <shuahkh@osg.samsung.com>
12656 M:      Shuah Khan <shuah@kernel.org>
12657 L:      linux-usb@vger.kernel.org
12658 S:      Maintained
12659 F:      Documentation/usb/usbip_protocol.txt
12660 F:      drivers/usb/usbip/
12661 F:      tools/usb/usbip/
12662
12663 USB PEGASUS DRIVER
12664 M:      Petko Manolov <petkan@nucleusys.com>
12665 L:      linux-usb@vger.kernel.org
12666 L:      netdev@vger.kernel.org
12667 T:      git git://github.com/petkan/pegasus.git
12668 W:      https://github.com/petkan/pegasus
12669 S:      Maintained
12670 F:      drivers/net/usb/pegasus.*
12671
12672 USB PHY LAYER
12673 M:      Felipe Balbi <balbi@kernel.org>
12674 L:      linux-usb@vger.kernel.org
12675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12676 S:      Maintained
12677 F:      drivers/usb/phy/
12678
12679 USB PRINTER DRIVER (usblp)
12680 M:      Pete Zaitcev <zaitcev@redhat.com>
12681 L:      linux-usb@vger.kernel.org
12682 S:      Supported
12683 F:      drivers/usb/class/usblp.c
12684
12685 USB QMI WWAN NETWORK DRIVER
12686 M:      Bjørn Mork <bjorn@mork.no>
12687 L:      netdev@vger.kernel.org
12688 S:      Maintained
12689 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12690 F:      drivers/net/usb/qmi_wwan.c
12691
12692 USB RTL8150 DRIVER
12693 M:      Petko Manolov <petkan@nucleusys.com>
12694 L:      linux-usb@vger.kernel.org
12695 L:      netdev@vger.kernel.org
12696 T:      git git://github.com/petkan/rtl8150.git
12697 W:      https://github.com/petkan/rtl8150
12698 S:      Maintained
12699 F:      drivers/net/usb/rtl8150.c
12700
12701 USB SERIAL SUBSYSTEM
12702 M:      Johan Hovold <johan@kernel.org>
12703 L:      linux-usb@vger.kernel.org
12704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12705 S:      Maintained
12706 F:      Documentation/usb/usb-serial.txt
12707 F:      drivers/usb/serial/
12708 F:      include/linux/usb/serial.h
12709
12710 USB SMSC75XX ETHERNET DRIVER
12711 M:      Steve Glendinning <steve.glendinning@shawell.net>
12712 L:      netdev@vger.kernel.org
12713 S:      Maintained
12714 F:      drivers/net/usb/smsc75xx.*
12715
12716 USB SMSC95XX ETHERNET DRIVER
12717 M:      Steve Glendinning <steve.glendinning@shawell.net>
12718 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12719 L:      netdev@vger.kernel.org
12720 S:      Maintained
12721 F:      drivers/net/usb/smsc95xx.*
12722
12723 USB SUBSYSTEM
12724 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12725 L:      linux-usb@vger.kernel.org
12726 W:      http://www.linux-usb.org
12727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12728 S:      Supported
12729 F:      Documentation/devicetree/bindings/usb/
12730 F:      Documentation/usb/
12731 F:      drivers/usb/
12732 F:      include/linux/usb.h
12733 F:      include/linux/usb/
12734
12735 USB UHCI DRIVER
12736 M:      Alan Stern <stern@rowland.harvard.edu>
12737 L:      linux-usb@vger.kernel.org
12738 S:      Maintained
12739 F:      drivers/usb/host/uhci*
12740
12741 USB "USBNET" DRIVER FRAMEWORK
12742 M:      Oliver Neukum <oneukum@suse.com>
12743 L:      netdev@vger.kernel.org
12744 W:      http://www.linux-usb.org/usbnet
12745 S:      Maintained
12746 F:      drivers/net/usb/usbnet.c
12747 F:      include/linux/usb/usbnet.h
12748
12749 USB VIDEO CLASS
12750 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12751 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12752 L:      linux-media@vger.kernel.org
12753 T:      git git://linuxtv.org/media_tree.git
12754 W:      http://www.ideasonboard.org/uvc/
12755 S:      Maintained
12756 F:      drivers/media/usb/uvc/
12757 F:      include/uapi/linux/uvcvideo.h
12758
12759 USB VISION DRIVER
12760 M:      Hans Verkuil <hverkuil@xs4all.nl>
12761 L:      linux-media@vger.kernel.org
12762 T:      git git://linuxtv.org/media_tree.git
12763 W:      https://linuxtv.org
12764 S:      Odd Fixes
12765 F:      drivers/media/usb/usbvision/
12766
12767 USB WEBCAM GADGET
12768 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12769 L:      linux-usb@vger.kernel.org
12770 S:      Maintained
12771 F:      drivers/usb/gadget/function/*uvc*
12772 F:      drivers/usb/gadget/legacy/webcam.c
12773
12774 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12775 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12776 L:      linux-wireless@vger.kernel.org
12777 S:      Maintained
12778 F:      drivers/net/wireless/rndis_wlan.c
12779
12780 USB XHCI DRIVER
12781 M:      Mathias Nyman <mathias.nyman@intel.com>
12782 L:      linux-usb@vger.kernel.org
12783 S:      Supported
12784 F:      drivers/usb/host/xhci*
12785 F:      drivers/usb/host/pci-quirks*
12786
12787 USB ZD1201 DRIVER
12788 L:      linux-wireless@vger.kernel.org
12789 W:      http://linux-lc100020.sourceforge.net
12790 S:      Orphan
12791 F:      drivers/net/wireless/zydas/zd1201.*
12792
12793 USB ZR364XX DRIVER
12794 M:      Antoine Jacquet <royale@zerezo.com>
12795 L:      linux-usb@vger.kernel.org
12796 L:      linux-media@vger.kernel.org
12797 T:      git git://linuxtv.org/media_tree.git
12798 W:      http://royale.zerezo.com/zr364xx/
12799 S:      Maintained
12800 F:      Documentation/media/v4l-drivers/zr364xx*
12801 F:      drivers/media/usb/zr364xx/
12802
12803 ULPI BUS
12804 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12805 L:      linux-usb@vger.kernel.org
12806 S:      Maintained
12807 F:      drivers/usb/common/ulpi.c
12808 F:      include/linux/ulpi/
12809
12810 USER-MODE LINUX (UML)
12811 M:      Jeff Dike <jdike@addtoit.com>
12812 M:      Richard Weinberger <richard@nod.at>
12813 L:      user-mode-linux-devel@lists.sourceforge.net
12814 L:      user-mode-linux-user@lists.sourceforge.net
12815 W:      http://user-mode-linux.sourceforge.net
12816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12817 S:      Maintained
12818 F:      Documentation/virtual/uml/
12819 F:      arch/um/
12820 F:      arch/x86/um/
12821 F:      fs/hostfs/
12822 F:      fs/hppfs/
12823
12824 USERSPACE I/O (UIO)
12825 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12826 S:      Maintained
12827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12828 F:      Documentation/DocBook/uio-howto.tmpl
12829 F:      drivers/uio/
12830 F:      include/linux/uio*.h
12831
12832 UTIL-LINUX PACKAGE
12833 M:      Karel Zak <kzak@redhat.com>
12834 L:      util-linux@vger.kernel.org
12835 W:      http://en.wikipedia.org/wiki/Util-linux
12836 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12837 S:      Maintained
12838
12839 UVESAFB DRIVER
12840 M:      Michal Januszewski <spock@gentoo.org>
12841 L:      linux-fbdev@vger.kernel.org
12842 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12843 S:      Maintained
12844 F:      Documentation/fb/uvesafb.txt
12845 F:      drivers/video/fbdev/uvesafb.*
12846
12847 VF610 NAND DRIVER
12848 M:      Stefan Agner <stefan@agner.ch>
12849 L:      linux-mtd@lists.infradead.org
12850 S:      Supported
12851 F:      drivers/mtd/nand/vf610_nfc.c
12852
12853 VFAT/FAT/MSDOS FILESYSTEM
12854 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12855 S:      Maintained
12856 F:      Documentation/filesystems/vfat.txt
12857 F:      fs/fat/
12858
12859 VFIO DRIVER
12860 M:      Alex Williamson <alex.williamson@redhat.com>
12861 L:      kvm@vger.kernel.org
12862 T:      git git://github.com/awilliam/linux-vfio.git
12863 S:      Maintained
12864 F:      Documentation/vfio.txt
12865 F:      drivers/vfio/
12866 F:      include/linux/vfio.h
12867 F:      include/uapi/linux/vfio.h
12868
12869 VFIO MEDIATED DEVICE DRIVERS
12870 M:      Kirti Wankhede <kwankhede@nvidia.com>
12871 L:      kvm@vger.kernel.org
12872 S:      Maintained
12873 F:      Documentation/vfio-mediated-device.txt
12874 F:      drivers/vfio/mdev/
12875 F:      include/linux/mdev.h
12876 F:      samples/vfio-mdev/
12877
12878 VFIO PLATFORM DRIVER
12879 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12880 L:      kvm@vger.kernel.org
12881 S:      Maintained
12882 F:      drivers/vfio/platform/
12883
12884 VIDEOBUF2 FRAMEWORK
12885 M:      Pawel Osciak <pawel@osciak.com>
12886 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12887 M:      Kyungmin Park <kyungmin.park@samsung.com>
12888 L:      linux-media@vger.kernel.org
12889 S:      Maintained
12890 F:      drivers/media/v4l2-core/videobuf2-*
12891 F:      include/media/videobuf2-*
12892
12893 VIRTIO AND VHOST VSOCK DRIVER
12894 M:      Stefan Hajnoczi <stefanha@redhat.com>
12895 L:      kvm@vger.kernel.org
12896 L:      virtualization@lists.linux-foundation.org
12897 L:      netdev@vger.kernel.org
12898 S:      Maintained
12899 F:      include/linux/virtio_vsock.h
12900 F:      include/uapi/linux/virtio_vsock.h
12901 F:      net/vmw_vsock/virtio_transport_common.c
12902 F:      net/vmw_vsock/virtio_transport.c
12903 F:      drivers/vhost/vsock.c
12904 F:      drivers/vhost/vsock.h
12905
12906 VIRTUAL SERIO DEVICE DRIVER
12907 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12908 S:      Maintained
12909 F:      drivers/input/serio/userio.c
12910 F:      include/uapi/linux/userio.h
12911
12912 VIRTIO CONSOLE DRIVER
12913 M:      Amit Shah <amit.shah@redhat.com>
12914 L:      virtualization@lists.linux-foundation.org
12915 S:      Maintained
12916 F:      drivers/char/virtio_console.c
12917 F:      include/linux/virtio_console.h
12918 F:      include/uapi/linux/virtio_console.h
12919
12920 VIRTIO CORE, NET AND BLOCK DRIVERS
12921 M:      "Michael S. Tsirkin" <mst@redhat.com>
12922 M:      Jason Wang <jasowang@redhat.com>
12923 L:      virtualization@lists.linux-foundation.org
12924 S:      Maintained
12925 F:      Documentation/devicetree/bindings/virtio/
12926 F:      drivers/virtio/
12927 F:      tools/virtio/
12928 F:      drivers/net/virtio_net.c
12929 F:      drivers/block/virtio_blk.c
12930 F:      include/linux/virtio_*.h
12931 F:      include/uapi/linux/virtio_*.h
12932
12933 VIRTIO DRIVERS FOR S390
12934 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12935 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12936 L:      linux-s390@vger.kernel.org
12937 L:      virtualization@lists.linux-foundation.org
12938 L:      kvm@vger.kernel.org
12939 S:      Supported
12940 F:      drivers/s390/virtio/
12941
12942 VIRTIO GPU DRIVER
12943 M:      David Airlie <airlied@linux.ie>
12944 M:      Gerd Hoffmann <kraxel@redhat.com>
12945 L:      dri-devel@lists.freedesktop.org
12946 L:      virtualization@lists.linux-foundation.org
12947 S:      Maintained
12948 F:      drivers/gpu/drm/virtio/
12949 F:      include/uapi/linux/virtio_gpu.h
12950
12951 VIRTIO HOST (VHOST)
12952 M:      "Michael S. Tsirkin" <mst@redhat.com>
12953 M:      Jason Wang <jasowang@redhat.com>
12954 L:      kvm@vger.kernel.org
12955 L:      virtualization@lists.linux-foundation.org
12956 L:      netdev@vger.kernel.org
12957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12958 S:      Maintained
12959 F:      drivers/vhost/
12960 F:      include/uapi/linux/vhost.h
12961
12962 VIRTIO INPUT DRIVER
12963 M:      Gerd Hoffmann <kraxel@redhat.com>
12964 S:      Maintained
12965 F:      drivers/virtio/virtio_input.c
12966 F:      include/uapi/linux/virtio_input.h
12967
12968 VIA RHINE NETWORK DRIVER
12969 S:      Orphan
12970 F:      drivers/net/ethernet/via/via-rhine.c
12971
12972 VIA SD/MMC CARD CONTROLLER DRIVER
12973 M:      Bruce Chang <brucechang@via.com.tw>
12974 M:      Harald Welte <HaraldWelte@viatech.com>
12975 S:      Maintained
12976 F:      drivers/mmc/host/via-sdmmc.c
12977
12978 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12979 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12980 L:      linux-fbdev@vger.kernel.org
12981 S:      Maintained
12982 F:      include/linux/via-core.h
12983 F:      include/linux/via-gpio.h
12984 F:      include/linux/via_i2c.h
12985 F:      drivers/video/fbdev/via/
12986
12987 VIA VELOCITY NETWORK DRIVER
12988 M:      Francois Romieu <romieu@fr.zoreil.com>
12989 L:      netdev@vger.kernel.org
12990 S:      Maintained
12991 F:      drivers/net/ethernet/via/via-velocity.*
12992
12993 VIRT LIB
12994 M:      Alex Williamson <alex.williamson@redhat.com>
12995 M:      Paolo Bonzini <pbonzini@redhat.com>
12996 L:      kvm@vger.kernel.org
12997 S:      Supported
12998 F:      virt/lib/
12999
13000 VIVID VIRTUAL VIDEO DRIVER
13001 M:      Hans Verkuil <hverkuil@xs4all.nl>
13002 L:      linux-media@vger.kernel.org
13003 T:      git git://linuxtv.org/media_tree.git
13004 W:      https://linuxtv.org
13005 S:      Maintained
13006 F:      drivers/media/platform/vivid/*
13007
13008 VLAN (802.1Q)
13009 M:      Patrick McHardy <kaber@trash.net>
13010 L:      netdev@vger.kernel.org
13011 S:      Maintained
13012 F:      drivers/net/macvlan.c
13013 F:      include/linux/if_*vlan.h
13014 F:      net/8021q/
13015
13016 VLYNQ BUS
13017 M:      Florian Fainelli <f.fainelli@gmail.com>
13018 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13019 S:      Maintained
13020 F:      drivers/vlynq/vlynq.c
13021 F:      include/linux/vlynq.h
13022
13023 VME SUBSYSTEM
13024 M:      Martyn Welch <martyn@welchs.me.uk>
13025 M:      Manohar Vanga <manohar.vanga@gmail.com>
13026 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13027 L:      devel@driverdev.osuosl.org
13028 S:      Maintained
13029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13030 F:      Documentation/driver-api/vme.rst
13031 F:      drivers/staging/vme/
13032 F:      drivers/vme/
13033 F:      include/linux/vme*
13034
13035 VMWARE HYPERVISOR INTERFACE
13036 M:      Alok Kataria <akataria@vmware.com>
13037 L:      virtualization@lists.linux-foundation.org
13038 S:      Supported
13039 F:      arch/x86/kernel/cpu/vmware.c
13040
13041 VMWARE BALLOON DRIVER
13042 M:      Xavier Deguillard <xdeguillard@vmware.com>
13043 M:      Philip Moltmann <moltmann@vmware.com>
13044 M:      "VMware, Inc." <pv-drivers@vmware.com>
13045 L:      linux-kernel@vger.kernel.org
13046 S:      Maintained
13047 F:      drivers/misc/vmw_balloon.c
13048
13049 VMWARE VMMOUSE SUBDRIVER
13050 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13051 M:      "VMware, Inc." <pv-drivers@vmware.com>
13052 L:      linux-input@vger.kernel.org
13053 S:      Maintained
13054 F:      drivers/input/mouse/vmmouse.c
13055 F:      drivers/input/mouse/vmmouse.h
13056
13057 VMWARE VMXNET3 ETHERNET DRIVER
13058 M:      Shrikrishna Khare <skhare@vmware.com>
13059 M:      "VMware, Inc." <pv-drivers@vmware.com>
13060 L:      netdev@vger.kernel.org
13061 S:      Maintained
13062 F:      drivers/net/vmxnet3/
13063
13064 VMware PVSCSI driver
13065 M:      Jim Gill <jgill@vmware.com>
13066 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13067 L:      linux-scsi@vger.kernel.org
13068 S:      Maintained
13069 F:      drivers/scsi/vmw_pvscsi.c
13070 F:      drivers/scsi/vmw_pvscsi.h
13071
13072 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13073 M:      Liam Girdwood <lgirdwood@gmail.com>
13074 M:      Mark Brown <broonie@kernel.org>
13075 L:      linux-kernel@vger.kernel.org
13076 W:      http://www.slimlogic.co.uk/?p=48
13077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13078 S:      Supported
13079 F:      Documentation/devicetree/bindings/regulator/
13080 F:      drivers/regulator/
13081 F:      include/dt-bindings/regulator/
13082 F:      include/linux/regulator/
13083
13084 VRF
13085 M:      David Ahern <dsa@cumulusnetworks.com>
13086 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13087 L:      netdev@vger.kernel.org
13088 S:      Maintained
13089 F:      drivers/net/vrf.c
13090 F:      Documentation/networking/vrf.txt
13091
13092 VT1211 HARDWARE MONITOR DRIVER
13093 M:      Juerg Haefliger <juergh@gmail.com>
13094 L:      linux-hwmon@vger.kernel.org
13095 S:      Maintained
13096 F:      Documentation/hwmon/vt1211
13097 F:      drivers/hwmon/vt1211.c
13098
13099 VT8231 HARDWARE MONITOR DRIVER
13100 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13101 L:      linux-hwmon@vger.kernel.org
13102 S:      Maintained
13103 F:      drivers/hwmon/vt8231.c
13104
13105 VUB300 USB to SDIO/SD/MMC bridge chip
13106 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13107 L:      linux-mmc@vger.kernel.org
13108 L:      linux-usb@vger.kernel.org
13109 S:      Supported
13110 F:      drivers/mmc/host/vub300.c
13111
13112 W1 DALLAS'S 1-WIRE BUS
13113 M:      Evgeniy Polyakov <zbr@ioremap.net>
13114 S:      Maintained
13115 F:      Documentation/w1/
13116 F:      drivers/w1/
13117
13118 W83791D HARDWARE MONITORING DRIVER
13119 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13120 L:      linux-hwmon@vger.kernel.org
13121 S:      Maintained
13122 F:      Documentation/hwmon/w83791d
13123 F:      drivers/hwmon/w83791d.c
13124
13125 W83793 HARDWARE MONITORING DRIVER
13126 M:      Rudolf Marek <r.marek@assembler.cz>
13127 L:      linux-hwmon@vger.kernel.org
13128 S:      Maintained
13129 F:      Documentation/hwmon/w83793
13130 F:      drivers/hwmon/w83793.c
13131
13132 W83795 HARDWARE MONITORING DRIVER
13133 M:      Jean Delvare <jdelvare@suse.com>
13134 L:      linux-hwmon@vger.kernel.org
13135 S:      Maintained
13136 F:      drivers/hwmon/w83795.c
13137
13138 W83L51xD SD/MMC CARD INTERFACE DRIVER
13139 M:      Pierre Ossman <pierre@ossman.eu>
13140 S:      Maintained
13141 F:      drivers/mmc/host/wbsd.*
13142
13143 WACOM PROTOCOL 4 SERIAL TABLETS
13144 M:      Julian Squires <julian@cipht.net>
13145 M:      Hans de Goede <hdegoede@redhat.com>
13146 L:      linux-input@vger.kernel.org
13147 S:      Maintained
13148 F:      drivers/input/tablet/wacom_serial4.c
13149
13150 WATCHDOG DEVICE DRIVERS
13151 M:      Wim Van Sebroeck <wim@iguana.be>
13152 R:      Guenter Roeck <linux@roeck-us.net>
13153 L:      linux-watchdog@vger.kernel.org
13154 W:      http://www.linux-watchdog.org/
13155 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13156 S:      Maintained
13157 F:      Documentation/devicetree/bindings/watchdog/
13158 F:      Documentation/watchdog/
13159 F:      drivers/watchdog/
13160 F:      include/linux/watchdog.h
13161 F:      include/uapi/linux/watchdog.h
13162
13163 WIIMOTE HID DRIVER
13164 M:      David Herrmann <dh.herrmann@googlemail.com>
13165 L:      linux-input@vger.kernel.org
13166 S:      Maintained
13167 F:      drivers/hid/hid-wiimote*
13168
13169 WINBOND CIR DRIVER
13170 M:      David Härdeman <david@hardeman.nu>
13171 S:      Maintained
13172 F:      drivers/media/rc/winbond-cir.c
13173
13174 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13175 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13176 L:      linux-watchdog@vger.kernel.org
13177 S:      Maintained
13178 F:      drivers/watchdog/ebc-c384_wdt.c
13179
13180 WINSYSTEMS WS16C48 GPIO DRIVER
13181 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13182 L:      linux-gpio@vger.kernel.org
13183 S:      Maintained
13184 F:      drivers/gpio/gpio-ws16c48.c
13185
13186 WIMAX STACK
13187 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13188 M:      linux-wimax@intel.com
13189 L:      wimax@linuxwimax.org (subscribers-only)
13190 S:      Supported
13191 W:      http://linuxwimax.org
13192 F:      Documentation/wimax/README.wimax
13193 F:      include/linux/wimax/debug.h
13194 F:      include/net/wimax.h
13195 F:      include/uapi/linux/wimax.h
13196 F:      net/wimax/
13197
13198 WISTRON LAPTOP BUTTON DRIVER
13199 M:      Miloslav Trmac <mitr@volny.cz>
13200 S:      Maintained
13201 F:      drivers/input/misc/wistron_btns.c
13202
13203 WL3501 WIRELESS PCMCIA CARD DRIVER
13204 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13205 L:      linux-wireless@vger.kernel.org
13206 W:      http://oops.ghostprotocols.net:81/blog
13207 S:      Maintained
13208 F:      drivers/net/wireless/wl3501*
13209
13210 WOLFSON MICROELECTRONICS DRIVERS
13211 L:      patches@opensource.wolfsonmicro.com
13212 T:      git https://github.com/CirrusLogic/linux-drivers.git
13213 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13214 S:      Supported
13215 F:      Documentation/hwmon/wm83??
13216 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13217 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13218 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13219 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13220 F:      drivers/clk/clk-wm83*.c
13221 F:      drivers/extcon/extcon-arizona.c
13222 F:      drivers/leds/leds-wm83*.c
13223 F:      drivers/gpio/gpio-*wm*.c
13224 F:      drivers/gpio/gpio-arizona.c
13225 F:      drivers/hwmon/wm83??-hwmon.c
13226 F:      drivers/input/misc/wm831x-on.c
13227 F:      drivers/input/touchscreen/wm831x-ts.c
13228 F:      drivers/input/touchscreen/wm97*.c
13229 F:      drivers/mfd/arizona*
13230 F:      drivers/mfd/wm*.c
13231 F:      drivers/mfd/cs47l24*
13232 F:      drivers/power/supply/wm83*.c
13233 F:      drivers/rtc/rtc-wm83*.c
13234 F:      drivers/regulator/wm8*.c
13235 F:      drivers/video/backlight/wm83*_bl.c
13236 F:      drivers/watchdog/wm83*_wdt.c
13237 F:      include/linux/mfd/arizona/
13238 F:      include/linux/mfd/wm831x/
13239 F:      include/linux/mfd/wm8350/
13240 F:      include/linux/mfd/wm8400*
13241 F:      include/linux/wm97xx.h
13242 F:      include/sound/wm????.h
13243 F:      sound/soc/codecs/arizona.?
13244 F:      sound/soc/codecs/wm*
13245 F:      sound/soc/codecs/cs47l24*
13246
13247 WORKQUEUE
13248 M:      Tejun Heo <tj@kernel.org>
13249 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13251 S:      Maintained
13252 F:      include/linux/workqueue.h
13253 F:      kernel/workqueue.c
13254 F:      Documentation/core-api/workqueue.rst
13255
13256 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13257 M:      Chen-Yu Tsai <wens@csie.org>
13258 L:      linux-kernel@vger.kernel.org
13259 S:      Maintained
13260 N:      axp[128]
13261
13262 X.25 NETWORK LAYER
13263 M:      Andrew Hendry <andrew.hendry@gmail.com>
13264 L:      linux-x25@vger.kernel.org
13265 S:      Odd Fixes
13266 F:      Documentation/networking/x25*
13267 F:      include/net/x25*
13268 F:      net/x25/
13269
13270 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13271 M:      Thomas Gleixner <tglx@linutronix.de>
13272 M:      Ingo Molnar <mingo@redhat.com>
13273 M:      "H. Peter Anvin" <hpa@zytor.com>
13274 M:      x86@kernel.org
13275 L:      linux-kernel@vger.kernel.org
13276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13277 S:      Maintained
13278 F:      Documentation/x86/
13279 F:      arch/x86/
13280
13281 X86 PLATFORM DRIVERS
13282 M:      Darren Hart <dvhart@infradead.org>
13283 L:      platform-driver-x86@vger.kernel.org
13284 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13285 S:      Maintained
13286 F:      drivers/platform/x86/
13287 F:      drivers/platform/olpc/
13288
13289 X86 MCE INFRASTRUCTURE
13290 M:      Tony Luck <tony.luck@intel.com>
13291 M:      Borislav Petkov <bp@alien8.de>
13292 L:      linux-edac@vger.kernel.org
13293 S:      Maintained
13294 F:      arch/x86/kernel/cpu/mcheck/*
13295
13296 X86 MICROCODE UPDATE SUPPORT
13297 M:      Borislav Petkov <bp@alien8.de>
13298 S:      Maintained
13299 F:      arch/x86/kernel/cpu/microcode/*
13300
13301 X86 VDSO
13302 M:      Andy Lutomirski <luto@amacapital.net>
13303 L:      linux-kernel@vger.kernel.org
13304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13305 S:      Maintained
13306 F:      arch/x86/entry/vdso/
13307
13308 XC2028/3028 TUNER DRIVER
13309 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13310 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13311 L:      linux-media@vger.kernel.org
13312 W:      https://linuxtv.org
13313 T:      git git://linuxtv.org/media_tree.git
13314 S:      Maintained
13315 F:      drivers/media/tuners/tuner-xc2028.*
13316
13317 XEN HYPERVISOR INTERFACE
13318 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13319 M:      David Vrabel <david.vrabel@citrix.com>
13320 M:      Juergen Gross <jgross@suse.com>
13321 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13323 S:      Supported
13324 F:      arch/x86/xen/
13325 F:      drivers/*/xen-*front.c
13326 F:      drivers/xen/
13327 F:      arch/x86/include/asm/xen/
13328 F:      include/xen/
13329 F:      include/uapi/xen/
13330
13331 XEN HYPERVISOR ARM
13332 M:      Stefano Stabellini <sstabellini@kernel.org>
13333 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13334 S:      Maintained
13335 F:      arch/arm/xen/
13336 F:      arch/arm/include/asm/xen/
13337
13338 XEN HYPERVISOR ARM64
13339 M:      Stefano Stabellini <sstabellini@kernel.org>
13340 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13341 S:      Maintained
13342 F:      arch/arm64/xen/
13343 F:      arch/arm64/include/asm/xen/
13344
13345 XEN NETWORK BACKEND DRIVER
13346 M:      Wei Liu <wei.liu2@citrix.com>
13347 M:      Paul Durrant <paul.durrant@citrix.com>
13348 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13349 L:      netdev@vger.kernel.org
13350 S:      Supported
13351 F:      drivers/net/xen-netback/*
13352
13353 XEN PCI SUBSYSTEM
13354 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13355 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13356 S:      Supported
13357 F:      arch/x86/pci/*xen*
13358 F:      drivers/pci/*xen*
13359
13360 XEN BLOCK SUBSYSTEM
13361 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13362 M:      Roger Pau Monné <roger.pau@citrix.com>
13363 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13364 S:      Supported
13365 F:      drivers/block/xen-blkback/*
13366 F:      drivers/block/xen*
13367
13368 XEN PVSCSI DRIVERS
13369 M:      Juergen Gross <jgross@suse.com>
13370 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13371 L:      linux-scsi@vger.kernel.org
13372 S:      Supported
13373 F:      drivers/scsi/xen-scsifront.c
13374 F:      drivers/xen/xen-scsiback.c
13375 F:      include/xen/interface/io/vscsiif.h
13376
13377 XEN SWIOTLB SUBSYSTEM
13378 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13379 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13380 S:      Supported
13381 F:      arch/x86/xen/*swiotlb*
13382 F:      drivers/xen/*swiotlb*
13383
13384 XFS FILESYSTEM
13385 M:      Dave Chinner <david@fromorbit.com>
13386 M:      linux-xfs@vger.kernel.org
13387 L:      linux-xfs@vger.kernel.org
13388 W:      http://xfs.org/
13389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13390 S:      Supported
13391 F:      Documentation/filesystems/xfs.txt
13392 F:      fs/xfs/
13393
13394 XILINX AXI ETHERNET DRIVER
13395 M:      Anirudha Sarangi <anirudh@xilinx.com>
13396 M:      John Linn <John.Linn@xilinx.com>
13397 S:      Maintained
13398 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13399
13400 XILINX UARTLITE SERIAL DRIVER
13401 M:      Peter Korsgaard <jacmet@sunsite.dk>
13402 L:      linux-serial@vger.kernel.org
13403 S:      Maintained
13404 F:      drivers/tty/serial/uartlite.c
13405
13406 XILINX VIDEO IP CORES
13407 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13408 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13409 L:      linux-media@vger.kernel.org
13410 T:      git git://linuxtv.org/media_tree.git
13411 S:      Supported
13412 F:      Documentation/devicetree/bindings/media/xilinx/
13413 F:      drivers/media/platform/xilinx/
13414 F:      include/uapi/linux/xilinx-v4l2-controls.h
13415
13416 XILLYBUS DRIVER
13417 M:      Eli Billauer <eli.billauer@gmail.com>
13418 L:      linux-kernel@vger.kernel.org
13419 S:      Supported
13420 F:      drivers/char/xillybus/
13421
13422 XTENSA XTFPGA PLATFORM SUPPORT
13423 M:      Max Filippov <jcmvbkbc@gmail.com>
13424 L:      linux-xtensa@linux-xtensa.org
13425 S:      Maintained
13426 F:      drivers/spi/spi-xtensa-xtfpga.c
13427 F:      sound/soc/xtensa/xtfpga-i2s.c
13428
13429 YAM DRIVER FOR AX.25
13430 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13431 L:      linux-hams@vger.kernel.org
13432 S:      Maintained
13433 F:      drivers/net/hamradio/yam*
13434 F:      include/linux/yam.h
13435
13436 YEALINK PHONE DRIVER
13437 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13438 L:      usbb2k-api-dev@nongnu.org
13439 S:      Maintained
13440 F:      Documentation/input/yealink.txt
13441 F:      drivers/input/misc/yealink.*
13442
13443 Z8530 DRIVER FOR AX.25
13444 M:      Joerg Reuter <jreuter@yaina.de>
13445 W:      http://yaina.de/jreuter/
13446 W:      http://www.qsl.net/dl1bke/
13447 L:      linux-hams@vger.kernel.org
13448 S:      Maintained
13449 F:      Documentation/networking/z8530drv.txt
13450 F:      drivers/net/hamradio/*scc.c
13451 F:      drivers/net/hamradio/z8530.h
13452
13453 ZBUD COMPRESSED PAGE ALLOCATOR
13454 M:      Seth Jennings <sjenning@redhat.com>
13455 L:      linux-mm@kvack.org
13456 S:      Maintained
13457 F:      mm/zbud.c
13458 F:      include/linux/zbud.h
13459
13460 ZD1211RW WIRELESS DRIVER
13461 M:      Daniel Drake <dsd@gentoo.org>
13462 M:      Ulrich Kunitz <kune@deine-taler.de>
13463 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13464 L:      linux-wireless@vger.kernel.org
13465 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13466 S:      Maintained
13467 F:      drivers/net/wireless/zydas/zd1211rw/
13468
13469 ZPOOL COMPRESSED PAGE STORAGE API
13470 M:      Dan Streetman <ddstreet@ieee.org>
13471 L:      linux-mm@kvack.org
13472 S:      Maintained
13473 F:      mm/zpool.c
13474 F:      include/linux/zpool.h
13475
13476 ZR36067 VIDEO FOR LINUX DRIVER
13477 L:      mjpeg-users@lists.sourceforge.net
13478 L:      linux-media@vger.kernel.org
13479 W:      http://mjpeg.sourceforge.net/driver-zoran/
13480 T:      hg https://linuxtv.org/hg/v4l-dvb
13481 S:      Odd Fixes
13482 F:      drivers/media/pci/zoran/
13483
13484 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13485 M:      Minchan Kim <minchan@kernel.org>
13486 M:      Nitin Gupta <ngupta@vflare.org>
13487 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13488 L:      linux-kernel@vger.kernel.org
13489 S:      Maintained
13490 F:      drivers/block/zram/
13491 F:      Documentation/blockdev/zram.txt
13492
13493 ZS DECSTATION Z85C30 SERIAL DRIVER
13494 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13495 S:      Maintained
13496 F:      drivers/tty/serial/zs.*
13497
13498 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13499 M:      Minchan Kim <minchan@kernel.org>
13500 M:      Nitin Gupta <ngupta@vflare.org>
13501 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13502 L:      linux-mm@kvack.org
13503 S:      Maintained
13504 F:      mm/zsmalloc.c
13505 F:      include/linux/zsmalloc.h
13506 F:      Documentation/vm/zsmalloc.txt
13507
13508 ZSWAP COMPRESSED SWAP CACHING
13509 M:      Seth Jennings <sjenning@redhat.com>
13510 L:      linux-mm@kvack.org
13511 S:      Maintained
13512 F:      mm/zswap.c
13513
13514 THE REST
13515 M:      Linus Torvalds <torvalds@linux-foundation.org>
13516 L:      linux-kernel@vger.kernel.org
13517 Q:      http://patchwork.kernel.org/project/LKML/list/
13518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13519 S:      Buried alive in reporters
13520 F:      *
13521 F:      */